/*  
Theme Name: CarlHigbie.com
Theme URI: https://www.carlhigbie.com
Description: Default CarlHigbie.com theme.
Version: 1.0
Author: Precision Creations
Author URI: https://www.precisioncreations.com
*/

/* CORE CSS
----------------------------------------------------------------------------- */

html, body, br, hr, 
div, span, a,
object, iframe,
ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6,
p, blockquote, q, address,
small, big, cite, dfn, ins, del, 
i, em, b, strong, sup, sub, strike,
pre, code, samp, kbd, var, tt,
form, fieldset, legend, label,
input, textarea, option, button { 
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html, body, br, hr, 
div, span, a, 
object, iframe, 
ul, ol, dl, li, dt, dd, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, q, address, 
small, big, cite, dfn, ins, del, 
i, em, b, strong, sup, sub, strike, 
pre, code, samp, kbd, var, tt, 
form, fieldset, legend, label, 
input, textarea, option, button {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-size:100%;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
	font-family: 'Roboto', 'Arial', sans-serif;
}

li, dt, dd, p, pre, address, legend, label, input, textarea, select, option, optgroup, th, td {
	-x-system-font:none;
	font-family:inherit;
	font-size:inherit;
	font-size-adjust:inherit;
	font-stretch:inherit;
	font-style:inherit;
	font-variant:inherit;
	font-weight:inherit;
	line-height:inherit;
}

blockquote, q{ quotes: none; }

br{ height: 0; }

ul, ol, dl{ list-style: none; }

.uppercase {
	text-transform: uppercase;
}

a {
	cursor: pointer !important;
	text-decoration:none;
	-webkit-transition: all .25s ease !important;
	-moz-transition: all .25s ease !important;
	-ms-transition: all .25s ease !important;
	-o-transition: all .25s ease !important;
	transition: all .25s ease !important;
}

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

iframe,
embed,
object,
video {
	max-width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill {
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.no-select {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/* GLOBAL CSS
----------------------------------------------------------------------------- */

html, body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f6f9;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke:1px transparent;
}

body.no-scroll { 
	overflow:hidden;
}

#top {
	min-height: 1000px;
	position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

	#top.blur-active { 
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}

.wrap {
    width: 100%;
    display: block;
    max-width: 1919px;
	min-width: 320px;
    margin: 0 auto;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

.inner {
	margin: 0 auto;
	position: relative;
	max-width: 1440px;
	padding: 0 2.5%;
	font-size: 0;
	vertical-align: top;
	display: block;
}

.contained-width.width-1920 .inner { max-width: 1921px; }
.contained-width.width-1600 .inner { max-width: 1601px; }
.contained-width.width-1440 .inner { max-width: 1441px; }
.contained-width.width-1280 .inner { max-width: 1281px; }
.contained-width.width-1152 .inner { max-width: 1153px; }
.contained-width.width-1024 .inner { max-width: 1025px; }
.contained-width.width-900 .inner { max-width: 901px; }
.contained-width.width-768 .inner { max-width: 769px; }
.contained-width.width-640 .inner { max-width: 641px; }
.contained-width.width-480 .inner { max-width: 481px; }
.contained-width.width-320 .inner { max-width: 321px; }

.full-width .inner { max-width: none; padding: 0; }

.top-shadow {
	width: 95%;
	height: 14px;
	margin: 0 2.5%;
	background-color: transparent;
	background-image: url(../../files/images/v1/top-shadow.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	z-index: 9;
	display: block;
}
.top-shadow.opacity-01 { opacity: 0.1; }
.top-shadow.opacity-02 { opacity: 0.2; }
.top-shadow.opacity-03 { opacity: 0.3; }
.top-shadow.opacity-04 { opacity: 0.4; }
.top-shadow.opacity-05 { opacity: 0.5; }
.top-shadow.opacity-06 { opacity: 0.6; }
.top-shadow.opacity-07 { opacity: 0.7; }
.top-shadow.opacity-08 { opacity: 0.8; }
.top-shadow.opacity-09 { opacity: 0.9; }
.top-shadow.opacity-10 { opacity: 1.0; }

/* GLOBAL: Search
----------------------------------------------------------------------------- */
.block.search-container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1998;
	position: fixed;
	background-color: rgba(33,35,42,0.80) !important;
}

	.block.search-container .close-button { 
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		z-index: 99999;
		top: 60px;
		right: 60px;
		font-size: 0;
	}
	
		.block.search-container .close-button a { 
			width: 30px;
			height: 30px;
			display: block;
			opacity: 1;
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 100% 100%;
			background-image: url(../../files/images/v1/icon-white-close.svg);
			cursor: pointer !important;
		}
		
			.block.search-container .close-button a:hover { opacity: 0.5; }
	
	.block.search-container .content-wrapper {
		width: 100%;
		height: 100%;
		display: table;
		vertical-align: middle;
	}
	
		.block.search-container .content-wrapper .content {
			width: 90%;
			display: table-cell;
			vertical-align: middle;
			text-decoration: none;
			padding: 5%;
			text-align: center;
		}
		
			.block.search-container .content-wrapper .content .text {
				max-width: 1440px;
				margin: 0 auto;
			}
		
				.block.search-container .content-wrapper .content .text fieldset { width: 100%; position: relative; }
				.block.search-container .content-wrapper .content .text fieldset form { position: relative; display: block; text-align: center; vertical-align: top; font-size: 0; }
				
					.block.search-container .content-wrapper .content .text fieldset form input.search {
						width: 60%;
						padding: 35px 0;
						margin: 0 100px 0 0;
						color: #acb3bd;
						font-size: 65px;
						font-weight: 200;
						font-family: 'Montserrat', 'Arial', sans-serif;
						display: inline-block;
						vertical-align: top;
						-webkit-appearance: none;
						border-radius: 0;
						text-align: left;
						text-transform: uppercase;
					}
					
					/* Safari font-weight fix */
					body.safari .block.search-container .content-wrapper .content .text fieldset form input.search {
						font-weight: 400 !important;
					}
					
						.block.search-container .content-wrapper .content .text fieldset form input:focus	{ 
							color: #fff;
							text-shadow: none;
							font-size: 121px;
							padding: 0;
							text-transform: none;
							font-weight: 200;
						}
						
					.block.search-container .content-wrapper .content .text fieldset form input.button[type=submit] {
						width: 150px;
						height: 150px;
						padding: 0;
						margin: 0;
						font-size: 0;
						display: inline-block;
						vertical-align: top;
						-webkit-appearance: none;
						border-radius: 0;
						text-align: center;
						background-color: transparent;
						background-repeat: no-repeat;
						background-size: 100% 100%;
						background-image: url(../../files/images/v1/icon-red-search-button.svg);
						background-position: center center;
					}
					
						.block.search-container .content-wrapper .content .text fieldset form input.button[type=submit]:focus,
						.block.search-container .content-wrapper .content .text fieldset form input.button[type=submit]:hover {
							opacity: 0.7;
						}

/* GLOBAL: Fixed Menu
----------------------------------------------------------------------------- */
.block.fixed-menu-container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1998;
	position: fixed;
	display: none;
	background-color: rgba(33,35,42,0.80) !important;
}
.block.fixed-menu-container.active { display: block; }

.block.fixed-menu-container .fixed-menu {
	width: 30%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #6e95ef;
	z-index: 9999;
	display: block;
}

	.block.fixed-menu-container .close-button { 
		width: 25px;
		height: 25px;
		display: block;
		position: absolute;
		z-index: 99999;
		top: 25px;
		right: 25px;
		font-size: 0;
	}
	
		.block.fixed-menu-container .close-button a { 
			width: 25px;
			height: 25px;
			display: block;
			opacity: 1;
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 100% 100%;
			background-image: url(../../files/images/v1/icon-white-close.svg);
			cursor: pointer !important;
		}
		
			.block.fixed-menu-container .close-button a:hover { opacity: 0.5; }

	.block.fixed-menu-container .fixed-menu ul.menu {
		width: 100%;
		display: inline-block;
		padding: 15% 0;
	}

	.block.fixed-menu-container .fixed-menu ul.menu li {
		width: 100%;
		position: relative;
		color: #fff;
		display: inline-block;
		margin: 0;
		padding: 0;
		font-weight: 400;
		text-align: center;
		cursor: pointer;
		vertical-align: top;
		font-family: 'Montserrat', 'Arial', sans-serif;
	}

	.block.fixed-menu-container .fixed-menu ul.menu li a {
		display: inline-block;
		color: #fff;
		font-size: 18px;
		line-height: 1.0;
		font-weight: 400;
		padding: 20px;
		margin: 0;
		cursor: pointer;
		vertical-align: top;
		position: relative;
		text-transform: uppercase;
		font-family: 'Montserrat', 'Arial', sans-serif;
	}

	/* Safari font-weight fix */
	body.safari .block.fixed-menu-container .fixed-menu ul.menu li,
	body.safari .block.fixed-menu-container .fixed-menu ul.menu li a {
		font-weight: 600 !important;
	}

		.block.fixed-menu-container .fixed-menu ul.menu li a:hover { font-size: 24px; font-weight: 600; }

		/* Safari font-weight fix */
		body.safari .block.fixed-menu-container .fixed-menu ul.menu li a:hover {
			font-weight: 800 !important;
		}

/* GLOBAL: Header
----------------------------------------------------------------------------- */
header {
	width: 100%;
	display: block;
	position: relative;	
	font-size: 0;
}

header .masterhead {
	width: 100%;
	display: block;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	background-color: #373b4f;
	-webkit-transition: all .25s ease !important;
	-moz-transition: all .25s ease !important;
	-ms-transition: all .25s ease !important;
	-o-transition: all .25s ease !important;
	transition: all .25s ease !important;
}
header .masterhead:hover { background-color: #373b4f; }
header .masterhead .inner { max-width: none; padding: 0; }

header .masterhead .top-shadow {
	position: absolute;
	bottom: -14px;
}
				
	header .masterhead .logo {
		display: inline-block;
		position: relative;
		text-align: center;
		vertical-align: middle;
	}
	
		header .masterhead .logo h1.icon,
		header .masterhead .logo h1.icon a {
			width: 144px;
			height: 60px;
			display: inline-block;
			margin: 14px 35px;
		}
		
		header .masterhead .logo h1.icon a {
			margin: 0;
			background-color: transparent;
			background-image: url(../../files/images/v1/logo.svg);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			background-size: 144px 60px;
		}
		
		header .masterhead .logo h1.icon a:hover {
			opacity: 0.8;
		}
		
	header .masterhead .social-search {
		display: block;
		float: right;
		position: relative;
		vertical-align: middle;
		text-align: right;
		margin: 24px 20px;
	}
	
		header .masterhead .social-search .social {
			display: inline-block;
			vertical-align: middle;
		}
		
			header .masterhead .social-search .social .social-buttons ul {
				width: 100%;
				display: inline-block;
				text-align: left;
			}
			
			header .masterhead .social-search .social .social-buttons ul li {
				float: left;
				display: inline-block;
			}
			
			header .masterhead .social-search .social .social-buttons ul li a {
				width: 20px;
				height: 20px;
				float: right;
				margin: 5px;
				display: inline-block;
				background-color: transparent;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: 100% 100%;
			}
			
			header .masterhead .social-search .social .social-buttons ul li.facebook a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="facebook.com"] { background-image: url(../../files/images/v1/icon-white-facebook.svg); }
			header .masterhead .social-search .social .social-buttons ul li.twitter a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="twitter.com"] { background-image: url(../../files/images/v1/icon-white-twitter.svg); }
			header .masterhead .social-search .social .social-buttons ul li.instagram a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="instagram.com"] { background-image: url(../../files/images/v1/icon-white-instagram.svg); }
			header .masterhead .social-search .social .social-buttons ul li.linkedin a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="linkedin.com"] { background-image: url(../../files/images/v1/icon-white-linkedin.svg); }
			header .masterhead .social-search .social .social-buttons ul li.youtube a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="youtube.com"] { background-image: url(../../files/images/v1/icon-white-youtube.svg); }
			header .masterhead .social-search .social .social-buttons ul li.rss a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="/feed"]  { background-image: url(../../files/images/v1/icon-white-rss.svg); }
			
			header .masterhead .social-search .social .social-buttons ul li a:hover { opacity: 0.7; }
			
			header .masterhead .social-search .social .social-buttons ul li.hide-computer { display: none; }

	header .masterhead .social-search .search {
		display: inline-block;
		vertical-align: middle;
	}
	
		header .masterhead .social-search .search a {
			width: 20px;
			height: 20px;
			font-size: 0;
			display: inline-block;
			padding: 10px;
			margin: 0;
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			opacity: 1;
		}
		header .masterhead .social-search .search a:hover { opacity: 0.5; }
		
			header .masterhead .social-search .search a span.icon {
				width: 20px;
				height: 20px;
				display: block;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: 100% 100%;
				background-image: url(../../files/images/v1/icon-white-search.svg);
			}
	
	header .masterhead .signup-button {
		display: block;
		float: right;
		position: relative;
		vertical-align: middle;
		text-align: right;
	}

		header .masterhead .signup-button a {
			height: 88px;
			display: table-cell;
			vertical-align: middle;
			background-color: #83a9ff;
			color: #fff;
			font-size: 1rem;
			font-weight: 600;
			text-transform: uppercase;
			padding: 0 25px;
			font-family: 'Montserrat', 'Roboto', 'Arial', sans-serif;
		}
		header .masterhead .signup-button a:hover { background-color: #6e95ef; 	}

	header .masterhead .nav {
		position: relative;
		vertical-align: middle;
		display: inline-block;
		text-align: left;
		margin: 0;
	}
	header .masterhead .nav.main-nav { padding: 0; text-align: center; }
	header .masterhead .nav.tablet-mobile-nav { display: inline-block; margin: 0; }

	header .masterhead .nav.tablet-mobile-nav a.toggle { 
		display: inline-block;
		margin: 0;
		cursor: pointer;
		vertical-align: top;
		position: relative;
		font-size: 0; 
		padding: 30px 35px 30px 20px; 
		/* background-color: #e73f3e; */
		background-image: url(../../files/images/v1/icon-red-point-right.svg);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 300%;
	}

		header .masterhead .nav.tablet-mobile-nav a.toggle span.icon {
			width: 8px;
			height: 28px;
			margin: 0;
			font-size: 0;
			background-image: url(../../files/images/v1/icon-white-reduced-menu.svg);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: auto 100%;
			display: inline-block;
			float: left;
			-webkit-transition: -webkit-transform .25s ease-in-out;
          	transition: transform .25s ease-in-out;
		}

		header .masterhead .nav.tablet-mobile-nav a.toggle:hover span.icon {
		  -webkit-transform: rotate(180deg);
				  transform: rotate(180deg);
		}
		
			header .masterhead nav ul.menu {
				width: 100%;
				display: inline-block;
				padding: 0;
			}
			
			header .masterhead nav ul.menu li {
				position: relative;
				color: #fff;
				display: inline-block;
				margin: 0;
				padding: 0;
				font-weight: 300;
				text-align: center;
				cursor: pointer;
				vertical-align: top;
				font-family: 'Montserrat', 'Arial', sans-serif!important;
			}
			
			header .masterhead nav ul.menu li a {
				display: inline-block;
				color: #fff;
				font-size: 15px;
				line-height: 1.0;
				font-weight: 600;
				padding: 16px 10px;
				margin: 0;
				cursor: pointer;
				vertical-align: top;
				position: relative;
				text-transform: uppercase;
				font-family: 'Montserrat', 'Arial', sans-serif!important;
			}

			/* Safari font-weight fix */
			body.safari header .masterhead nav ul.menu li,
			body.safari header .masterhead nav ul.menu li a {
				font-weight: 800 !important;
			}
			
			header .masterhead nav ul.menu li.menu-item-has-children:hover span.arrow {
				width: 21px;
				height: 10px;
				position: absolute;
				display: block;
				bottom: 0;
				left: 30%;
				background-color: transparent;
				background-image: url(../../files/images/v1/icon-gray-menu-arrow.svg);
				background-repeat: no-repeat;
				background-position: bottom center;
				background-size: 100% auto;
			}
			header .masterhead .nav.tablet-mobile-nav nav ul.menu li.menu-item-has-children:hover span.arrow { left: 20%; }
			header .masterhead nav ul.menu li.menu-item ul.sub-menu li.menu-item span.arrow { display: none; }
				
				header .masterhead nav ul.menu li.hide-computer,
				header .masterhead nav ul.menu li ul.sub-menu li.hide-computer,
				header .masterhead nav ul.menu li ul.sub-menu li ul.sub-menu li.hide-computer { display: none; }
			
			header .masterhead nav ul.menu li a:hover,
			header .masterhead nav ul.menu li.current-menu-item a,
			header .masterhead nav ul.menu li.current-menu-item a:hover,
			header .masterhead nav ul.menu li.current-page-ancestor a {
				color: #83a9ff;
			}
				
		nav.with-dropdown ul.menu li.hide-computer,
		nav.with-dropdown ul.menu li ul.sub-menu li.hide-computer,
		nav.with-dropdown ul.menu li ul.sub-menu li ul.sub-menu li.hide-computer { display: none !important; }
		
		nav.with-dropdown ul.menu li.align-left { display: inline-block; float: left; }
		nav.with-dropdown ul.menu li.align-right { display: inline-block; float: right; }
		nav.with-dropdown ul.menu li ul.sub-menu li.align-left,
		nav.with-dropdown ul.menu li ul.sub-menu li.align-right { float: none !important; }
		
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu {  
			width: 265px;
			position: absolute;
			display: none;
			top: 100px;
			left: 0px;
			padding: 20px 0;
			z-index: 14;
			clear:left;
			text-align: left;
			background-color: #939aa3;
			text-decoration:none;
		}
		.nav.main-nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 47px; left: 0; }
				
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item {
			display:inline-block;
			position:relative;
			width: 265px;
			margin: 0px;
			padding: 0px;
			background: none;
			text-shadow: none;
			text-align: left;
		}
		
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item a,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item a,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item a {
			color: #fff;
			text-transform:none;
			text-indent: 0px;
			font-size: 15px;
			line-height: 1.0;
			font-weight: 600;
			height:auto;
			display:inline-block;
			position:relative;
			width: 225px;
			letter-spacing: normal;
			padding: 8px 20px;
			margin: 0px;
			border: 0;
			background: none;
			filter: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			text-shadow: none;
			font-family: 'Montserrat', 'Arial', sans-serif!important;
		}
		
			nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item.minimal a,
			nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item.minimal a,
			nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item.minimal a {
				text-transform: uppercase;
				font-size: 12px;
				font-weight: 300;
				font-family: 'Montserrat', 'Arial', sans-serif!important;
			}
		
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu {  
			background-color: #939aa3;
			width:265px;
			position:absolute;
			display: block;
			top: -8px;
			right: 260px;
			padding: 12px 0;
			clear:left;
			background-image: none;
		}
		
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item a:hover,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item a:hover,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item a:hover,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.current-menu-item a,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.current-menu-item a,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.current-menu-item a,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.current-page-ancestor a,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.current-page-parent a,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.current-page-parent a,
		nav.with-dropdown ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.current-page-parent a {
			width: 225px;
			color: #373b4f;
		}
		
/* Reduced Masterhead */
header .masterhead.reduced { position: fixed; z-index: 999; top: 0; max-width: 1919px; }
header .masterhead.reduced .logo h1.icon,
header .masterhead.reduced .logo h1.icon a { width: 97px; height: 40px; margin: 10px 20px; background-size: 97px 40px; }
header .masterhead.reduced .logo h1.icon a { margin: 0; }
header .masterhead.reduced .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 19px 26px 19px 16px; background-size: auto 400%; }
header .masterhead.reduced .nav.tablet-mobile-nav a.toggle span.icon { width: 6px; height: 22px; }
header .masterhead.reduced nav ul.menu li a { font-size: 16px; padding: 22px 10px; }
header .masterhead.reduced nav ul.menu li.reduced-menu a { font-size: 0; padding: 22px 30px 22px 14px; }
header .masterhead.reduced nav ul.menu li.reduced-menu a span.icon { width: 16px; height: 16px; background-size: auto 100%; }
header .masterhead.reduced nav ul.menu li.menu-item-has-children:hover span.arrow { width: 22px; height: 10px; }
header .masterhead.reduced .nav.tablet-mobile-nav nav ul.menu li.menu-item-has-children:hover span.arrow { left: 24%; }
header .masterhead.reduced nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 60px; }
header .masterhead.reduced .nav.main-nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 42px; }
header .masterhead.reduced nav ul.menu li a { font-size: 14px; padding: 14px 8px; }
header .masterhead.reduced .social-search { margin: 9px; }
header .masterhead.reduced .social-search .social .social-buttons ul li a { width: 16px; height: 16px; }
header .masterhead.reduced .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
header .masterhead.reduced .social-search .search a span.icon { width: 16px; height: 16px; }
header .masterhead.reduced .signup-button a { height: 60px; font-size: 0.8rem; }
		
/* GLOBAL: Buttons
----------------------------------------------------------------------------- */

/* BUTTON SIZES */

	.button a {
		width: auto;
		display: inline-block;
		line-height: 1.0!important;
		letter-spacing: normal !important;
		color: #fff!important;
		font-weight: 400!important;
		text-decoration: none!important;
		margin: 8px 10px 8px 0!important;
		text-align: center; 
		border: 0;
		cursor:pointer;
		vertical-align: top;
		font-family: 'Montserrat', 'Arial', sans-serif!important;
	}
	
	/* Safari font-weight fix */
	body.safari .button a {
		font-weight: 600 !important;
	}
	
	.button.btn-inline-flex a { display: inline-block; }
	.button.btn-inline-block a { display: inline-block; }
	.button.btn-block a { display: block; }
	
	.text .text-align-left .button.btn-inline-flex a { margin: 0px 10px 0px 0!important; }
	.text .text-align-center .button.btn-inline-flex a { margin: 0px 10px!important; }
	.text .text-align-right .button.btn-inline-flex a { margin: 0px 0 0px 10px!important; }
	
	.text .text-align-left .button.btn-inline-block a { margin: 8px 10px 8px 0!important; }
	.text .text-align-center .button.btn-inline-block a { margin: 8px 10px!important; }
	.text .text-align-right .button.btn-inline-block a { margin: 8px 0 8px 10px!important; }
	
	.text .text-align-left .button.btn-block a { margin: 12px 10px 12px 0!important; }
	.text .text-align-center .button.btn-block a { margin: 12px 10px!important; }
	.text .text-align-right .button.btn-block a { margin: 12px 0 12px 10px!important; }
	
	.text.text-shadow .button a {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3)!important;
		-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3)!important;
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3)!important;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3)!important;
	}
	
	.button.simple a { font-weight: 300!important; text-transform: none; font-weight: 300!important; }
		
		.text h1 .button a,
		.text h2 .button a,
		.text h3 .button a,
		.text h4 .button a,
		.text h5 .button a,
		.text h6 .button a,
		.text p .button a {
			margin: 0 15px!important;
		}
		
			.text h1 .button.solid a,
			.text h2 .button.solid a,
			.text h3 .button.solid a,
			.text h4 .button.solid a,
			.text h5 .button.solid a,
			.text h6 .button.solid a,
			.text p .button.solid a {
				margin: 3px 15px!important;
			}
	
	.button-xsmall a { font-size: 12px!important; padding: 10px 30px!important; }
	.button-small a { font-size: 14px!important; padding: 12px 32px!important; }
	.button-medium a { font-size: 16px!important; padding: 14px 34px!important; }
	.button-large a { font-size: 18px!important; padding: 16px 36px!important; }
	.button-xlarge a { font-size: 20px!important; padding: 18px 38px!important; }
		
		.button-xsmall.simple a,	
		.button-small.simple a,
		.button-medium.simple a,
		.button-large.simple a,
		.button-xlarge.simple a { padding: 0!important; }

/* BUTTON STYLES */

	/* Outline (Global) */
	.button.outline a { background: none; border-width: 3px; border-style: solid; }
		
		/* Outline (Red) */
		.button.outline.red a { border-color: #e73f3e; }
		.button.outline.red a:hover { border-color: #ff4b4a; }

		/* Outline (Blue) */
		.button.outline.blue a { border-color: #83a9ff; }
		.button.outline.blue a:hover { border-color: #83a9ff; }
		
		/* Outline (White) */
		.button.outline.white a { border-color: #fff; }
		.button.outline.white a:hover { border-color: #f5f6f9; }
	
	/* Solid (Global) */
	.button.solid a { border: 0; }
		
		/* Solid (Red) */
		.button.solid.red a { background-color: #e73f3e; }
		.button.solid.red a:hover { background-color: #ff4b4a; }

		/* Solid (Blue) */
		.button.solid.blue a { background-color: #83a9ff; }
		.button.solid.blue a:hover { background-color: #6e95ef; }
		
		/* Solid (White) */
		.button.solid.white a { background-color: #fff; }
		.button.solid.white a:hover { background-color: #feee; }
	
	/* Simple (Global) */
	.button.simple a { background: none; border: 0; }

/* BUTTON COLORS */
		
	/* Global (Red) */
	.button.red a { color: #e73f3e!important; }
	.button.red a:hover { color: #ff4b4a!important; }
	
		/* Solid (Red) */
		.button.solid.red a { color: #fff!important; }
		.button.solid.red a:hover { color: #f5f6f9!important; }

	/* Global (Blue) */
	.button.blue a { color: #83a9ff!important; }
	.button.blue a:hover { color: #6e95ef!important; }
	
		/* Solid (Blue) */
		.button.solid.blue a { color: #fff!important; }
		.button.solid.blue a:hover { color: #f5f6f9!important; }
	
	/* Global (White) */
	.button.white a { color: #fff!important; }
	.button.white a:hover { color: #f5f6f9!important; }
	
		/* Solid (White) */
		.button.solid.white a { color: #e73f3e!important; }
		.button.solid.white a:hover { color: #fff!important; }
	
/* BUTTON ICON */
.button a span.icon {
	display: inline-block;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: top;	
}
.button a span.icon.none { display: none; }

	.button a span.icon.align-left { margin: 1px 3px 0 0; }
	.button a span.icon.align-right { margin: 1px 0 0 3px; }
	
	.button a span.icon.lock { background-image: url(../../files/images/v1/icon-white-lock.svg); }
	.button a span.icon.play { background-image: url(../../files/images/v1/icon-white-play.svg); }
	
	.button-xsmall a span.icon { width: 12px; height: 12px; }
	.button-small a span.icon { width: 14px; height: 14px; }
	.button-medium a span.icon { width: 16px; height: 16px; }
	.button-large a span.icon { width: 18px; height: 18px; }
	.button-xlarge a span.icon { width: 20px; height: 20px; }

/* GLOBAL: Advertisements
----------------------------------------------------------------------------- */
.advertisement {
	width: auto;
	display: block;	
	text-align: center !important;
	margin: 0;
	overflow-x: hidden;
}

	.advertisement.align-center {
		width: 100%;
		display: block;
		padding: 10px 0 20px 0;
	}
	
	.advertisement.align-left {
		display: block;
		float: left;
		padding: 5px 35px 20px 0;
	}
	
	.advertisement.align-right {
		display: block;
		float: right;
		padding: 5px 0 20px 35px;
	}

.advertisement .ad {
	width: auto;
	display: block;
	margin: 0 auto;
	vertical-align: top;
	text-align: center;
}
.advertisement.ad-desktop-300x250 .ad,
.advertisement.ad-mobile-300x250 .ad { min-width: 300px; min-height: 250px; max-width: 300px; max-height: 250px; }
.advertisement.ad-desktop-336x280 .ad,
.advertisement.ad-mobile-336x280 .ad { min-width: 336px; min-height: 280px; max-width: 336px; max-height: 280px; }
.advertisement.ad-desktop-375x375 .ad,
.advertisement.ad-mobile-375x375 .ad { max-width: 375px; min-height: 375px; }
.advertisement.ad-desktop-400x225 .ad,
.advertisement.ad-mobile-400x225 .ad { min-width: 400px; min-height: 225px; }
body.device-desktop .advertisement.leaderboard .ad { min-width: 728px; min-height: 90px; }
body.device-tablet .advertisement.leaderboard .ad,
body.device-mobile .advertisement.leaderboard .ad { min-width: 320px; min-height: 50px; }

.advertisement .ad-300x250 { width: 300px; height: 250px; }
.advertisement .ad-300x600 { width: 300px; height: 600px; }
.advertisement .ad-336x280 { width: 336px; height: 280px; }

/* .advertisement.activated .ad { background-color: #b5daa1; } */

.top-advertisement,
.bottom-advertisement {
	width: 100%;
	display: block;
	position: relative;	
	padding: 10px 0;
}
.top-advertisement.dark,
.bottom-advertisement.dark { background-color: #1f2026; }

.below-article {
	width: 100%;
	margin: 15px 0;
}

.advertisement .ad-label {
	width: 100%;
	display: block;
	margin: 0;
	padding: 5px 0;
	position: relative;
	vertical-align: top;
	font-size: 6px !important;
	line-height: 6px !important;
	letter-spacing: 4px !important;
	text-transform: uppercase !important;
	text-align: center !important;
	font-weight: 400 !important;
	color: #939aa3 !important;
	font-family: 'Montserrat', 'Arial', sans-serif !important;
}
.advertisement .ad-label.dark { color: #51555a !important; }

/* Safari font-weight fix */
body.safari .advertisement .ad-label {
	font-weight: 600 !important;
}
	
/* PAGES: Global
----------------------------------------------------------------------------- */
.block {
	width: 100%;
	display: block;
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

	.block.bg-cover { background-size: cover; }
	.block.bg-contain { background-size: contain; }
	.block.bg-repeat { background-repeat: repeat; background-size: auto auto; }
	.block.bg-100-auto { background-size: 100% auto; }
	.block.bg-auto-100 { background-size: auto 100%; }
	
.block .content {
	padding: 6% 0;
	display: block;
	text-align: center;
	position: relative;
}

	.block .content.pad-top-none { padding-top: 0; }
	.block .content.pad-top-1 { padding-top: 1%; }
	.block .content.pad-top-2 { padding-top: 2%; }
	.block .content.pad-top-3 { padding-top: 3%; }
	.block .content.pad-top-4 { padding-top: 4%; }
	.block .content.pad-top-5 { padding-top: 5%; }
	.block .content.pad-top-6 { padding-top: 6%; }
	.block .content.pad-top-7 { padding-top: 7%; }
	.block .content.pad-top-8 { padding-top: 8%; }
	.block .content.pad-top-9 { padding-top: 9%; }
	.block .content.pad-top-10 { padding-top: 10%; }
	.block .content.pad-top-11 { padding-top: 11%; }
	.block .content.pad-top-12 { padding-top: 12%; }
	.block .content.pad-top-13 { padding-top: 13%; }
	.block .content.pad-top-14 { padding-top: 14%; }
	.block .content.pad-top-15 { padding-top: 15%; }
	.block .content.pad-top-16 { padding-top: 16%; }
	.block .content.pad-top-17 { padding-top: 17%; }
	.block .content.pad-top-18 { padding-top: 18%; }
	.block .content.pad-top-19 { padding-top: 19%; }
	.block .content.pad-top-20 { padding-top: 20%; }
	
	.block .content.pad-bottom-none { padding-bottom: 0; }
	.block .content.pad-bottom-1 { padding-bottom: 1%; }
	.block .content.pad-bottom-2 { padding-bottom: 2%; }
	.block .content.pad-bottom-3 { padding-bottom: 3%; }
	.block .content.pad-bottom-4 { padding-bottom: 4%; }
	.block .content.pad-bottom-5 { padding-bottom: 5%; }
	.block .content.pad-bottom-6 { padding-bottom: 6%; }
	.block .content.pad-bottom-7 { padding-bottom: 7%; }
	.block .content.pad-bottom-8 { padding-bottom: 8%; }
	.block .content.pad-bottom-9 { padding-bottom: 9%; }
	.block .content.pad-bottom-10 { padding-bottom: 10%; }
	.block .content.pad-bottom-11 { padding-bottom: 11%; }
	.block .content.pad-bottom-12 { padding-bottom: 12%; }
	.block .content.pad-bottom-13 { padding-bottom: 13%; }
	.block .content.pad-bottom-14 { padding-bottom: 14%; }
	.block .content.pad-bottom-15 { padding-bottom: 15%; }
	.block .content.pad-bottom-16 { padding-bottom: 16%; }
	.block .content.pad-bottom-17 { padding-bottom: 17%; }
	.block .content.pad-bottom-18 { padding-bottom: 18%; }
	.block .content.pad-bottom-19 { padding-bottom: 19%; }
	.block .content.pad-bottom-20 { padding-bottom: 20%; }

/* PAGES: Banner
----------------------------------------------------------------------------- */
.block.banner { 
	width: 100%;
	display: block;
	position: relative;
	z-index: 8;
}
	
	.block.banner .banner-wrapper,
	.block.banner ul#banner {
		width: 100%;
		margin: 0;
		text-align: center;
		display: block;
		position: relative;
		z-index: 10;
	}
	
	.block.banner .banner-wrapper .top-shadow {
		z-index: 12;
		position: absolute;	
	}
	
	.block.banner ul#banner li {
		background-color: #333;
		visibility: hidden;
	}
	.block.banner ul#banner li.cycle-slide-active {
		visibility: visible !important;	
	}
	
	.block.banner ul#banner li { 
		width: 100%;
		display: block;
		position: relative;
		height: 0;
		text-align: center;
		-webkit-text-size-adjust: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	.block.banner ul#banner,
	.block.banner ul#banner li { padding-bottom: 45%; }
	
	.block.banner ul#banner li a.url { 
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background-color: transparent;
		z-index: 10;
	}
	
	.block.banner ul#banner li .transparent-gradient { 
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background-color: transparent;
		background-image: url(../../files/images/v1/trans-gradient-bg-repeat-x.png);
		background-repeat: repeat-x;
		background-position: bottom center;
		background-size: auto 99%;
		z-index: 10;
		overflow: hidden;
	}
	
		.block.banner ul#banner li .table-wrap { 
			width: 100%;
			height: 100%;
			display: block;
			vertical-align: middle;
			position: absolute;
			z-index: 12;
		}
		
		.block.banner ul#banner li .table { 
			width: 100%;
			height: 100%;
			display: table;
			vertical-align: middle;
		}
			
			.block.banner ul#banner li .table .table-cell {
				display: table-cell;
				font-size: 0;
				vertical-align: middle;
				text-align: center;
			}
			
			.block.banner ul#banner li .table .table-cell.top-left { vertical-align: top; text-align: left; }
			.block.banner ul#banner li .table .table-cell.top-center { vertical-align: top; text-align: center; }
			.block.banner ul#banner li .table .table-cell.top-right { vertical-align: top; text-align: right; }
			.block.banner ul#banner li .table .table-cell.middle-left { vertical-align: middle; text-align: left; }
			.block.banner ul#banner li .table .table-cell.middle-center { vertical-align: middle; text-align: center; }
			.block.banner ul#banner li .table .table-cell.middle-right { vertical-align: middle; text-align: right; }
			.block.banner ul#banner li .table .table-cell.bottom-left { vertical-align: bottom; text-align: left; }
			.block.banner ul#banner li .table .table-cell.bottom-center { vertical-align: bottom; text-align: center; }
			.block.banner ul#banner li .table .table-cell.bottom-right { vertical-align: bottom; text-align: right; }
	
				.block.banner ul#banner li .text {
					padding: 8% 10%;
					vertical-align: middle;
					display: inline-block;
				}
				
					.block.banner ul#banner li .text.txt-width-auto { width: auto; }
					.block.banner ul#banner li .text.txt-width-100 { width: 100%; padding: 2.5% 0; }
					.block.banner ul#banner li .text.txt-width-95 { width: 95%; padding: 2.5%; }
					.block.banner ul#banner li .text.txt-width-90 { width: 90%; padding: 5%; }
					.block.banner ul#banner li .text.txt-width-85 { width: 85%; padding: 5%; }
					.block.banner ul#banner li .text.txt-width-80 { width: 80%; }
					.block.banner ul#banner li .text.txt-width-75 { width: 75%; }
					.block.banner ul#banner li .text.txt-width-70 { width: 70%; }
					.block.banner ul#banner li .text.txt-width-65 { width: 65%; }
					.block.banner ul#banner li .text.txt-width-60 { width: 60%; }
					.block.banner ul#banner li .text.txt-width-55 { width: 55%; }
					.block.banner ul#banner li .text.txt-width-50 { width: 50%; }
					.block.banner ul#banner li .text.txt-width-45 { width: 45%; }
					.block.banner ul#banner li .text.txt-width-40 { width: 40%; }
					.block.banner ul#banner li .text.txt-width-35 { width: 35%; }
					.block.banner ul#banner li .text.txt-width-30 { width: 30%; }
					
				.block.banner ul#banner li .text h1,
				.block.banner ul#banner li .text h2,
				.block.banner ul#banner li .text h3,
				.block.banner ul#banner li .text h4,
				.block.banner ul#banner li .text h5,
				.block.banner ul#banner li .text h6,
				.block.banner ul#banner li .text p,
				.block.banner ul#banner li .text table tbody tr td,
				.block.banner ul#banner li .text ul li,
				.block.banner ul#banner li .text ol li,
				.block.banner ul#banner li .text h1 a,
				.block.banner ul#banner li .text h2 a,
				.block.banner ul#banner li .text h3 a,
				.block.banner ul#banner li .text h4 a,
				.block.banner ul#banner li .text h5 a,
				.block.banner ul#banner li .text h6 a,
				.block.banner ul#banner li .text p a,
				.block.banner ul#banner li .text table tbody tr td a,
				.block.banner ul#banner li .text ul li a,
				.block.banner ul#banner li .text ol li a { line-height: 1.0; text-decoration: none; }
				
				.block.banner ul#banner li .text h1,
				.block.banner ul#banner li .text h2,
				.block.banner ul#banner li .text h3,
				.block.banner ul#banner li .text h4,
				.block.banner ul#banner li .text h5,
				.block.banner ul#banner li .text h6,
				.block.banner ul#banner li .text h1 a,
				.block.banner ul#banner li .text h2 a,
				.block.banner ul#banner li .text h3 a,
				.block.banner ul#banner li .text h4 a,
				.block.banner ul#banner li .text h5 a,
				.block.banner ul#banner li .text h6 a { color: #fff; font-weight: 600; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); }
				
				.block.banner ul#banner li .text p,
				.block.banner ul#banner li .text table tbody tr td,
				.block.banner ul#banner li .text ul li,
				.block.banner ul#banner li .text ol li,
				.block.banner ul#banner li .text p a,
				.block.banner ul#banner li .text table tbody tr t a,
				.block.banner ul#banner li .text ul li a,
				.block.banner ul#banner li .text ol li a { color: #cdd7e4; text-shadow: 2px 2px 2px rgba(0,0,0,0.5); font-family: 'Montserrat', 'Arial', sans-serif !important; }
	
	.block.banner #progress { position:absolute; bottom:0; height:4px; width:0px; background: #83a9ff; z-index:20; }
	
	.block.banner #banner-pager { 
		width: 100%;
		z-index: 12;
		position: absolute;
		bottom: 5%;
		display: block;
		text-align: center;
		vertical-align: middle;
	}
	
	.block.banner #banner-pager span { 
		width: 30px;
		height: 6px;
		display: inline-block;
		margin: 3px;
		background-color: rgba(255,255,255,0.25);
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		cursor: pointer;
		font-size: 0px;
		vertical-align: middle;
	}
	
	.block.banner #banner-pager span:hover,
	.block.banner #banner-pager span.cycle-pager-active {
		background-color: rgba(255,255,255,0.6);
	}
	
.block.banner .banner-buttons { 
	position: absolute;
	width: 100%;
	z-index: 12;
	top: 45%;
}
	
	.block.banner .banner-buttons .banner-previous a,
	.block.banner .banner-buttons .banner-next a { 
		width: 70px;
		height: 50px;
		font-size: 0;
		display: block;
		position: absolute;
		background-color: rgba(61,67,80,1.0);
		background-repeat: no-repeat;
		background-size: 20px 20px;
		background-position: center center;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
		opacity: 0.7;
	}
	
	.block.banner .banner-buttons .banner-previous a { 
		left: 0;
		background-image: url(../../files/images/v1/icon-white-arrow-left.svg);
		border-top-right-radius: 5px;
		-moz-border-top-right-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		-moz-border-bottom-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
	}
	
	.block.banner .banner-buttons .banner-next a { 
		right: 0;
		background-image: url(../../files/images/v1/icon-white-arrow-right.svg);
		border-top-left-radius: 5px;
		-moz-border-top-left-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-bottom-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}
	
	.block.banner .banner-buttons .banner-next a:hover,
	.block.banner .banner-buttons .banner-previous a:hover { 
		opacity: 1.0;
	}

/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles { }

	.block.latest-articles .inner { max-width: none; padding: 0; }
	.block.latest-articles .articles-wrapper { width: 100%; }
	
	/* Default */	
	.block.latest-articles .articles-wrapper .articles .item { 
		position: relative; 
		background-color: #f3f3f4;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-transition: all .35s ease !important;
		-moz-transition: all .35s ease !important;
		-ms-transition: all .35s ease !important;
		-o-transition: all .35s ease !important;
		transition: all .35s ease !important;
		overflow: hidden;
	}
	.block.latest-articles .articles-wrapper .articles .item.item-1,
	.block.latest-articles .articles-wrapper .articles .item.item-2 { width: 50%; padding-bottom: 25%;  margin: 0; }
	.block.latest-articles .articles-wrapper .articles .item.item-3,
	.block.latest-articles .articles-wrapper .articles .item.item-4,
	.block.latest-articles .articles-wrapper .articles .item.item-5 { width: 33.33%; padding-bottom: 20%; margin: 0; }

	.block.latest-articles .articles-wrapper .articles .item:hover { -webkit-filter: grayscale(50%); filter: grayscale(50%); }

		.block.latest-articles .articles-wrapper .articles .item a {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 12;
        }

		.block.latest-articles .articles-wrapper .articles .item .transparent-gradient {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
			background: rgb(46,49,66);
			background: -moz-linear-gradient(180deg, rgba(46,49,66,0) 12%, rgba(46,49,66,1) 100%);
			background: -webkit-linear-gradient(180deg, rgba(46,49,66,0) 12%, rgba(46,49,66,1) 100%);
			background: linear-gradient(180deg, rgba(46,49,66,0) 12%, rgba(46,49,66,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e3142",endColorstr="#2e3142",GradientType=1);
            z-index: 9;
        }

		.block.latest-articles .articles-wrapper .articles .item .text {
			width: 80%;
			margin: 8% 10%;
			padding: 0;
			display: block;
			position: absolute;
			bottom: 0;
			z-index: 10;
		}

			.block.latest-articles .articles-wrapper .articles .item .meta-data {
				color: #c1cad6;
				text-shadow: 1px 2px 2px rgba(0,0,0,0.15);
			}

			.block.latest-articles .articles-wrapper .articles .item h2.title {
				color: #fff;
				font-weight: 700;
				font-size: 24px;
				line-height: 1.1;
				padding: 0;
				margin: 0;
				text-decoration: none;
				text-shadow: 1px 2px 2px rgba(0,0,0,0.15);
			}
			.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
			.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title { font-size: 34px; }
			.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
			.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
			.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 26px; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */

.page-wrapper {
	width: 100%;
	display: block;
}
.page-wrapper.offset { margin-top: 160px; }
	
	.page-wrapper .inner .content-main {
		width: 100%;
		margin: 0;
		display: inline-flex;
	}

		.page-wrapper .inner .content-main .left {
			width: 60%;
			max-width: 864px;
			display: inline-block;
			flex: 1 auto;
			vertical-align: top;
			position: relative;
		}
		
		.page-wrapper .inner .content-main .content-main-inner {
			width: 100%;
			display: inline-block;
			margin: 0;
		}
		
		.page-wrapper .inner .content-main .content-main-inner.full-width {
			width: 95%;
			display: inline-block;
			margin: 2.5%;
		}
		
		.page-wrapper .inner .content-main .right {
			width: 40%;
			max-width: 576px;
			margin: 0;
			display: inline-block;
			flex: 1 auto;
			vertical-align: top;
			text-align: center;
			position: relative;
		}
		
		.articles-wrapper {
			width: 100%;
			display: inline-block;
			position: relative;
			margin: 0 0 50px 0;
		}
					
			.articles-wrapper .articles {
				width: 100%;
				display: inline-block;
			}
				
				.articles-wrapper .articles .grid-sizer {
					width: 50%;
				}
				
				.articles-wrapper .articles .item {
					width: 45%;
					margin: 2.5%;
					font-size: 0;
					text-align: left;
					position: relative;
					float: left;
				}
				.articles-wrapper .articles .item.wide {
					width: 95%;
				}
				
					.articles-wrapper .articles .item .image {
						width:100%;
						display: inline-block;
						position: relative;
						padding-bottom: 55%;
						height: auto;
						background-color: #f3f3f4;
						background-size: cover;
						background-position: center center;
						background-repeat: no-repeat;
						-webkit-transition: all .35s ease !important;
						-moz-transition: all .35s ease !important;
						-ms-transition: all .35s ease !important;
						-o-transition: all .35s ease !important;
						transition: all .35s ease !important;
					}
					
					.articles-wrapper .articles .item .image a {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						z-index: 12;
						opacity: 1.0;
					}
					
					.articles-wrapper .articles .item.video .image a {
						background-color: transparent;
						background-repeat: no-repeat;
						background-position: center center;
						background-size: 35% 35%;
						background-image: url(../../files/images/v1/icon-white-play.svg);
					}
					
						.articles-wrapper .articles .item .image a:hover { opacity: 0.5; }
						.articles-wrapper .articles .item .image:hover { -webkit-filter: grayscale(50%); filter: grayscale(50%); }
							
					.articles-wrapper .articles .item .image .transparent-gradient {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						background-color: transparent;
						background-image: url(../../files/images/v1/trans-gradient-bg-repeat-x.png);
						background-repeat: repeat-x;
						background-position: center bottom;
						background-size: auto 65%;
						z-index: 9;
					}
					
				.articles-wrapper .articles .item .text { 
					width: 100%;
					margin: 2.5% 0; 
					padding: 0; 
					display: inline-block;
				}

					.articles-wrapper .articles .item h3.category {
						color: #e21c26;
						font-weight: 800;
						font-size: 19px;
						line-height: 1.0;
						margin: 10px 0 0 0;
						padding: 4px 0;
						text-transform: uppercase;
						vertical-align: top;
						font-style: italic;
						font-family: 'Montserrat', 'Arial', sans-serif!important;
					}

					/* Safari font-weight fix */
					body.safari .articles-wrapper .articles .item h3.category {
						font-weight: 800;
					}

						.articles-wrapper .articles .item h3.category span.line {
							width: 7%;
							height: 5px;
							display: inline-block;
							background-color: #e21c26;
							vertical-align: top;
							margin: 7px 0 0 0;
						}
						.articles-wrapper .articles .item h3.category span.line.left { margin-right: 10px; }
						.articles-wrapper .articles .item h3.category span.line.right { margin-left: 10px; }

						.articles-wrapper .articles .item h3.category span.sponsored {
							color: #939aa3;
							font-weight: 300;
							font-size: 10px;
							line-height: 1.0;
							text-transform: uppercase;
							margin: 3px 0 0 3px;
							vertical-align: top;
							display: inline-block;
						}

						/* Safari font-weight fix */
						body.safari .articles-wrapper .articles .item h3.category span.sponsored {
							font-weight: 500;
						}
					
					.articles-wrapper .articles .item h2.title,
					.articles-wrapper .articles .item h2.title a {
						color: #373b4f;
						font-weight: 700;
						font-size: 24px;
						line-height: 1.1;
						padding: 0;
						margin: 10px 0;
						text-decoration: none;
					}
					
						.articles-wrapper .articles .item h2.title a:hover {
							color: #6d737c;
							text-decoration: none;
							opacity: 1;
						}

					/* Safari font-weight fix */
					body.safari .articles-wrapper .articles .item h2.title,
					body.safari .articles-wrapper .articles .item h2.title a {
						font-weight: 500;
					}
					
					.articles-wrapper .articles .item p.excerpt {
						color: #3c4144;
						font-weight: normal;
						font-size: 13px;
						line-height: 1.4;
						padding: 0;
						margin: 8px 0;
						font-family: 'Montserrat', 'Arial', sans-serif !important;
						font-weight: 300;
					}

					/* Safari font-weight fix */
					body.safari .articles-wrapper .articles .item p.excerpt {
						font-weight: 400;
					}
					
					.articles-wrapper .articles .item p.author,
					.articles-wrapper .articles .item .meta-data {
						color: #939aa3;
						font-size: 13px;
						line-height: 1.1;
						padding: 0;
						margin: 8px 0;
						font-weight: 600;
						text-transform: uppercase;
					}
					.articles-wrapper .articles .item p.author a { color: #939aa3; text-decoration: none;  }
					.articles-wrapper .articles .item p.author a:hover { color: #83a9ff; }
					
					.articles-wrapper .articles .item p.author,
					.articles-wrapper .articles .item p.author a,
					.articles-wrapper .articles .item .meta-data,
					.articles-wrapper .articles .item .meta-data span {
						font-family: 'Montserrat', 'Roboto', 'Arial', sans-serif;
					}

					/* Safari font-weight fix */
					body.safari .articles-wrapper .articles .item p.author,
					body.safari .articles-wrapper .articles .item p.author a,
					body.safari .articles-wrapper .articles .item p.author span,
					body.safari .articles-wrapper .articles .item .meta-data,
					body.safari .articles-wrapper .articles .item .meta-data span {
						font-weight: 800;
					}
					
			.articles-wrapper .articles .item.featured {
				width: 95%;
				margin: 3.5% 2.5%;
				padding: 0;
			}
			
				.articles-wrapper .articles .item.featured .image {
					width: 35%;
					display: inline-block;
					position: relative;
					padding-bottom: 24%;
					height: auto;
					background-color: #f3f3f4;
					background-size: cover;
					background-position: center center;
					background-repeat: no-repeat;
					z-index: 9;
					vertical-align: middle;
				}
					
				.articles-wrapper .articles .item.featured .text { 
					width: 60%;
					margin: 0 0 0 5%; 
					padding: 0; 
					display: inline-block;
					vertical-align: middle;
				}
			
			.articles-wrapper .nav-load {
				display: inline-block!important;
				width: 100%!important;
				text-align: center!important
			}
				
			.articles-wrapper .nav-load-buttons {
				width: 100%;
				display: inline-block;
				margin: 35px 0;
			}
			
				.articles-wrapper .nav-load-buttons .load-more-button {
					display: block;
					text-align: center;
				}
				
				.articles-wrapper .nav-load-buttons .load-more-button a {
					color: #fff;
					font-size: 18px;
					line-height: 1.0;
					font-weight: 400;
					padding: 38px 28px;
					display: inline-block;
					text-transform: uppercase;
					background-color: transparent;
					border-radius: 200px;
					-moz-border-radius: 200px;
					-webkit-border-radius: 200px;
					background-color: #83a9ff;
					font-family: 'Montserrat', 'Arial', sans-serif !important;
				}
				
				/* Safari font-weight fix */
				body.safari .articles-wrapper .nav-load-buttons .load-more-button a {
					font-weight: 600;
				}
				
					.articles-wrapper .nav-load-buttons .load-more-button a:hover {
						color: #fff;
						background-color: #6e95ef;
					}

/* PAGE: Carousel
----------------------------------------------------------------------------- */
.block.carousel {}

	.block.carousel .articles-wrapper { width: 100%; margin: 0 0 25px 0; }
	.block.carousel .articles-wrapper .carousel-wrap { display: block; margin: 25px 50px; text-align: left; }
	.block.carousel .articles-wrapper .articles { text-align: center; }
	.block.carousel .articles-wrapper .articles .item { width: 95%; }
	
	.block.carousel .articles-wrapper .articles .item h2.title,
	.block.carousel .articles-wrapper .articles .item h2.title a { font-size: 22px; }
	
	/* Carousel Title Wrap */ 
	.block.carousel .articles-wrapper .title-wrap {
		width: 100%;
		max-width: 768px;
		display: block;
		margin: 0 auto 10px auto;
		text-align: center;
		position: relative;
	}

		.title-wrap::after {
			width: 100%;
			height: 6px;
			display: inline-block;
			position: absolute;
			background-color: #e21c26;
			content: '';
			top: 18px;
			left: 0;
			z-index: 1;
		}

			.title-wrap.small::after { height: 6px; top: 18px; }
			.title-wrap.large::after { height: 7px; top: 20px; }
	
		.block.carousel .articles-wrapper .title-wrap h3.title {
			color: #e21c26;
			font-size: 18px;
			line-height: 1.0;
			font-weight: 800;
			padding: 12px 20px;
			display: inline-block;
			text-transform: uppercase;
			background-color: #fff;
			position: relative;
			z-index: 2;
			font-style: italic;
			font-family: 'Montserrat', 'Arial', sans-serif!important;
		}
		.block.carousel .articles-wrapper .title-wrap.small h3.title { font-size: 18px; padding: 12px 20px; }
		.block.carousel .articles-wrapper .title-wrap.large h3.title { font-size: 20px; padding: 14px 25px; }

		/* Safari font-weight fix */
		body.safari .block.carousel .articles-wrapper .title-wrap h3.title {
			font-weight: 800;
		}

	/* Carousel Owl Nav */	
	.block.carousel .owl-nav {
		position: absolute;
		width: 100%;
		z-index: 12;
		top: 45%;
	}
		
		.block.carousel .owl-nav .owl-prev,
		.block.carousel .owl-nav .owl-next {
			width: 40px;
			height: 40px;
			font-size: 0;
			display: block;
			position: absolute; 
			opacity: 1;
			background-repeat: no-repeat;
			background-size: 15px 15px;
			background-position: center center;
			background-color: #ccc;
			cursor: pointer;
		}
		.block.carousel  .owl-nav .owl-prev { left: -50px; background-image: url(../../files/images/v1/icon-white-arrow-left.svg); }
		.block.carousel  .owl-nav .owl-next { right: -50px; background-image: url(../../files/images/v1/icon-white-arrow-right.svg); }
	
	.block.carousel .owl-nav .owl-prev:hover,
	.block.carousel .owl-nav .owl-next:hover { background-color: #e21c26; }

/* PAGES: Alerts
----------------------------------------------------------------------------- */
.alerts-wrapper {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0;
}
.alerts-wrapper.dark { background-color: #1f2026; }
		
	.alerts-wrapper .alert {
		width: 97%;
		display: inline-block;
		margin: 20px 1.5%;
		background-color: #acb3bd;
		font-size: 0;
		position: relative;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	body.post-type-archive-video .alerts-wrapper .alert,
	body.single-video .alerts-wrapper .alert { width: 100%; margin-right: 0; margin-left: 0; }
	.alerts-wrapper .alert.alert-2,
	.alerts-wrapper .alert.alert-3,
	.alerts-wrapper .alert.alert-4 { margin-top: 0; }
	.alerts-wrapper .alert.breaking {
		background: #e73f3e; /* Old browsers */
		background: -moz-linear-gradient(left, #e73f3e 60%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #e73f3e 60%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #e73f3e 60%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73f3e', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
		.alerts-wrapper.dark .alert.breaking {
			background: #e73f3e; /* Old browsers */
			background: -moz-linear-gradient(left, #e73f3e 60%, #1f2026 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #e73f3e 60%,#1f2026 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #e73f3e 60%, #1f2026 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73f3e', endColorstr='#1f2026',GradientType=1 ); /* IE6-9 */
		}
	.alerts-wrapper .alert.watch-live {
		background: #373b4f; /* Old browsers */
		background: -moz-linear-gradient(left, #373b4f 60%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #373b4f 60%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #373b4f 60%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373b4f', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
		.alerts-wrapper.dark .alert.watch-live {
			background: #373b4f; /* Old browsers */
			background: -moz-linear-gradient(left, #373b4f 60%, #1f2026 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #373b4f 60%,#1f2026 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #373b4f 60%,#1f2026 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373b4f', endColorstr='#1f2026',GradientType=1 ); /* IE6-9 */
		}
	.alerts-wrapper .alert.developing {
		background: #89b768; /* Old browsers */
		background: -moz-linear-gradient(left, #89b768 60%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #89b768 60%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #89b768 60%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89b768', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
		.alerts-wrapper.dark .alert.developing {
			background: #89b768; /* Old browsers */
			background: -moz-linear-gradient(left, #89b768 60%, #1f2026 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #89b768 60%,#1f2026 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #89b768 60%,#1f2026 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89b768', endColorstr='#1f2026',GradientType=1 ); /* IE6-9 */
		}
	.alerts-wrapper .alert.latest-news {
		background: #83a9ff; /* Old browsers */
		background: -moz-linear-gradient(left, #83a9ff 60%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #83a9ff 60%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #83a9ff 60%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83a9ff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
		.alerts-wrapper.dark .alert.latest-news {
			background: #83a9ff; /* Old browsers */
			background: -moz-linear-gradient(left, #83a9ff 60%, #1f2026 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, #83a9ff 60%,#1f2026 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, #83a9ff 60%,#1f2026 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83a9ff', endColorstr='#1f2026',GradientType=1 ); /* IE6-9 */
		}
	
	.alerts-wrapper .alert .title {
		width: 18%;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
	}
	
		.alerts-wrapper .alert .title h1 {
			display: inline-block;
			font-size: 18px;
			font-weight: 400;
			color: #fff;
			vertical-align: middle;
			padding: 5%;
			text-transform: uppercase;
		}
		.alerts-wrapper .alert.breaking .title h1 { color: #fcbdaf; }
		.alerts-wrapper .alert.watch-live .title h1 { color: #afbac9; }
		.alerts-wrapper .alert.developing .title h1 { color: #bceb9a; }
		.alerts-wrapper .alert.latest-news .title h1 { color: #bdf2fb; }
		
		.alerts-wrapper .alert .title h1 span.icon {
			width: 24px;
			height: 24px;
			display: inline-block;
			vertical-align: top;
			margin: 0 4px 0 0;
			position: relative;
		}
			
			.alerts-wrapper .alert .title h1 span.icon span.pulse-dot {
				height: 14px;
				width: 14px;
				top: 5px;
				right: 5px;
				bottom: 5px;
				left: 5px;
				position: absolute;
				border-radius: 50%;
				display: block;
				z-index: 10;
			}
			.alerts-wrapper .alert.breaking .title h1 span.icon span.pulse-dot { background-color: #fcbdaf; }
			.alerts-wrapper .alert.watch-live .title h1 span.icon span.pulse-dot { background-color: #afbac9; }
			.alerts-wrapper .alert.developing .title h1 span.icon span.pulse-dot { background-color: #bceb9a; }
			.alerts-wrapper .alert.latest-news .title h1 span.icon span.pulse-dot { background-color: #bdf2fb; }
			
			.alerts-wrapper .alert .title h1 span.icon span.pulse-dot span.expanding-circle {
				height: 30px;
				width: 30px;
				top: -14px;
				left: -14px;
				opacity: 0;
				position: absolute;
				border-radius: 50%;
				-webkit-animation: pulse 1.25s ease-out;
				-moz-animation: pulse 1.25s ease-out;
				animation: pulse 1.25s ease-out;
				-webkit-animation-iteration-count: infinite;
				-moz-animation-iteration-count: infinite;
				animation-iteration-count: infinite;
			}
			.alerts-wrapper .alert.breaking .title h1 span.icon span.pulse-dot span.expanding-circle { border: 6px solid #fcbdaf; }
			.alerts-wrapper .alert.watch-live .title h1 span.icon span.pulse-dot span.expanding-circle { border: 6px solid #afbac9; }
			.alerts-wrapper .alert.developing .title h1 span.icon span.pulse-dot span.expanding-circle { border: 6px solid #bceb9a; }
			.alerts-wrapper .alert.latest-news .title h1 span.icon span.pulse-dot span.expanding-circle { border: 6px solid #bdf2fb; }
		
	.alerts-wrapper .alert .text {
		width: 81.5%;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		background-color: #fcfcfc;
		position: relative;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-style: solid;
		border-color: #f5f6f9;
		border-top-right-radius: 8px;
		-moz-border-top-right-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		-moz-border-bottom-right-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
	}
	.alerts-wrapper.dark .alert .text { background-color: #333; border-color: #373b4f; }
	.alerts-wrapper .alert.watch-live .text { background-color: #f0dc81; border-color: #d8c56d; }
	
		.alerts-wrapper .alert .text h4,
		.alerts-wrapper .alert .text h4 a {
			font-size: 16px;
			line-height: 1.3;
			font-weight: 300;
			color: #6d737c;
			text-decoration: none;
		}
		.alerts-wrapper .alert .text h4 {
			display: inline-block;
			vertical-align: middle;
			padding: 2%;
		}
		.alerts-wrapper .alert.watch-live .text h4,
		.alerts-wrapper .alert.watch-live .text h4 a,
		.alerts-wrapper.dark .alert.watch-live .text h4,
		.alerts-wrapper.dark .alert.watch-live .text h4 a { color: #333; }
		
		.alerts-wrapper .alert .text h4 span.read-more {
			background-color: #d7d7d7;
			display: inline-block;
			font-size: 10px;
			line-height: 1.3;
			text-transform: uppercase;
			padding: 4px 8px 4px 8px;
			margin: 0 0 0 8px;
			vertical-align: top;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			font-weight: 400;
		}
		.alerts-wrapper.dark .alert .text h4 span.read-more { background-color: #6d737c; }
		.alerts-wrapper .alert.watch-live .text h4 span.read-more { background-color: #d8c56d; color: #373b4f; }
		
			.alerts-wrapper .alert .text h4 a { color: #6d737c; }
			.alerts-wrapper .alert .text h4 a:hover { color: #454545; }
			
			.alerts-wrapper.dark .alert .text h4 a { color: #acb3bd; }
			.alerts-wrapper.dark .alert .text h4 a:hover { color: #fff; }
			
			.alerts-wrapper .alert.watch-live .text h4 a:hover,
			.alerts-wrapper.dark .alert.watch-live .text h4 a:hover { color: #333; opacity: 0.7; }

/* PAGES: Page Header
----------------------------------------------------------------------------- */
.block.page-header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #1f2026;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../../files/images/v1/page-header-bg-default.jpg);
}
	
	.block.page-header h1 {
		padding: 0;
		font-weight: 600;
		text-transform: uppercase;
		font-family: 'Montserrat', 'Arial', sans-serif!important;
	}

	/* Safari font-weight fix */
	body.safari .block.page-header h1 {
		font-weight: 800;
	}

		.block.page-header h1 span.line {
			width: 36px;
			height: 7px;
			display: inline-block;
			background-color: #fff;
			vertical-align: top;
			margin: 18px 0 0 0;
		}
		.block.page-header h1 span.line.left { margin-right: 12px; }
		.block.page-header h1 span.line.right { margin-left: 12px; }
	
	.block.page-header h5.subtitle,
	.block.page-header h5.subtitle a {
		font-size: 12px;
		color: #83a9ff;
		font-weight: 400;
		text-transform: uppercase;
		padding: 0 0 8px 0;
		letter-spacing: 3px;
	}
	.block.page-header h5.subtitle a:hover { color: #ffbebe; }

	/* Safari font-weight fix */
	body.safari .block.page-header h5.subtitle,
	body.safari .block.page-header h5.subtitle a {
		font-weight: 600;
	}
	
/* PAGE: Article
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .content-main-inner { 
	width: 95%; 
	margin: 2.5%; 
}
.page-wrapper .inner .content-main .content-main-inner.articles-list { width: 100%; margin: 0; }

.page-wrapper .inner .content-main .category-header-wrapper {
	width: 95%;
	display: inline-block;
	margin: 0 2.5%;
	padding: 0;
    position: relative;
}

.page-wrapper .inner .content-main .image-block {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0 0 10px 0;
}

	.page-wrapper .inner .content-main .image-block .image {
		display: block;
		position: relative;
		padding-bottom: 55%;
		height: 0;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #f3f3f4;
	}
	
	.page-wrapper .inner .content-main .image-block .description {
		width: 90%;
		display: inline-block;
		position: relative;
		margin: 2% 0 0 10%;
		text-align: right;
	}
	
		.page-wrapper .inner .content-main .image-block .description p {
			color: #939aa3;
			font-size: 14px;
			line-height: 1.35;
			font-weight: 400;
			margin: 0;
			padding: 0;
			font-style: italic;
			font-family: 'Noto Serif', 'Georgia', Times, 'Times New Roman', serif;
			text-align: right;
		}

body.single .page-wrapper .inner .content-main .post {
	width: 100%;
	display: inline-block;
}
body.single .page-wrapper .inner .content-main .content-main-inner.full-width .post { margin: 0; }

	body.single .page-wrapper .inner .content-main .post .content {
		width: 92%;
		display: inline-block;
		margin: 3.5% 4%;
		position: relative;
	}
	
	/* Article Header */
	.page-wrapper .article-header {
		width: 100%;
		display: inline-block;
		margin: 0 0 15px 0;
		padding: 0;
		position: relative;
	}
	
		.page-wrapper .article-header h3.category {
			color: #e21c26;
			font-weight: 800;
			font-size: 24px;
			line-height: 1.0;
			margin: 0;
			padding: 4px 0;
			text-transform: uppercase;
			vertical-align: top;
			font-style: italic;
			font-family: 'Montserrat', 'Arial', sans-serif!important;
		}

			.page-wrapper .article-header h3.category span.line {
                width: 32px;
                height: 6px;
                display: inline-block;
                background-color: #e21c26;
                vertical-align: top;
                margin: 9px 0 0 0;
            }
            .page-wrapper .article-header h3.category span.line.left { margin-right: 10px; }
            .page-wrapper .article-header h3.category span.line.right { margin-left: 10px; }
		
			.page-wrapper .article-header h3.category span.sponsored {
				color: #939aa3;
				font-weight: 300;
				font-size: 11px;
				line-height: 1.0;
				text-transform: uppercase;
				margin: 5px 0 0 3px;
				vertical-align: top;
				display: inline-block;
			}

		/* Safari font-weight fix */
		body.safari .page-wrapper .article-header h3.category {
			font-weight: 800;
		}
		body.safari .page-wrapper .article-header h3.category span.sponsored {
			font-weight: 400;
		}
		
		.page-wrapper .article-header h1.title {
			color: #373b4f;
			font-size: 48px;
			line-height: 1.1;
			font-weight: 700;
			letter-spacing: -1px;
			margin: 0;
			padding: 10px 0;
		}
		
		.page-wrapper .article-header h2.subtitle {
			color: #3c4144;
			font-size: 18px;
			line-height: 1.5;
			font-weight: 300;
			margin: 0;
			padding: 8px 0;
		}

		/* Safari font-weight fix */
		body.safari .page-wrapper .article-header h2.subtitle {
			font-weight: 400;
		}
		
			.page-wrapper .article-header .article-byline {
				width: 100%;
				display: inline-block;	
				margin: 0;
				padding: 10px 0;
			}
				
				.page-wrapper .article-header .article-byline .meta-data p,
				.page-wrapper .article-header .article-byline .meta-data p a,
				.page-wrapper .article-header .article-byline .meta-data span {
					font-family: 'Montserrat', 'Arial', sans-serif;
				}
				
				.page-wrapper .article-header .article-byline .meta-data p {
					font-size: 15px;
					color: #939aa3;
					font-weight: 400;
					text-transform: uppercase;
				}
				
				.page-wrapper .article-header .article-byline .meta-data p a {
					color: #939aa3;
				}
				
					.page-wrapper .article-header .article-byline .meta-data p a:hover {
						color: #83a9ff;
					}

				/* Safari font-weight fix */
				body.safari .page-wrapper .article-header .article-byline .meta-data p,
				body.safari .page-wrapper .article-header .article-byline .meta-data p a,
				body.safari .page-wrapper .article-header .article-byline .meta-data span {
					font-weight: 600;
				}

		body.single-post .content .social-buttons {
			width: 5%;
			display: inline-block;
			padding: 0;
			margin: 12px 2.5% 12px 0;
			text-align: center;
			vertical-align: top;
			position: -webkit-sticky;
			position: -moz-sticky;
			position: -ms-sticky;
			position: -o-sticky;
			position: sticky;
			top: 100px;
		}

		.content .social-buttons {
			width: 100%;
			display: inline-block;
			padding: 0;
			margin: 15px 0 20px 0;
			position: relative;
		}

			.content .social-buttons ul.social {
				width: 100%;
				display: inline-block;
				vertical-align: middle;
				margin: 0;
				text-align: left;
			}
			.content .social-buttons.stacked ul.social { width: 24px; text-align: center; }

				.content .social-buttons ul.social li {
					display: inline-block;
					vertical-align: top;
				}

				.content .social-buttons ul.social li a {
					width: 24px;
					height: 24px;
					font-size: 0;
					display: inline-block;
					vertical-align: top;
					background-repeat: no-repeat;
					background-position: center center;
					background-size: 24px 24px;
					cursor: pointer;
					margin: 0 12px 0 0;
					position: relative;
				}
				.content .social-buttons.stacked ul.social li a { margin: 0 0 16px 0; }

				.content .social-buttons ul.social li.facebook a { background-image: url(../../files/images/v1/icon-color-facebook.svg); }
				.content .social-buttons ul.social li.twitter a { height: 22px; background-image: url(../../files/images/v1/icon-color-twitter.svg); }
				.content .social-buttons ul.social li.flipboard a { background-image: url(../../files/images/v1/icon-color-flipboard.svg); }
				.content .social-buttons ul.social li.reddit a { background-image: url(../../files/images/v1/icon-color-reddit.svg); }
				.content .social-buttons ul.social li.comment a { background-image: url(../../files/images/v1/icon-color-comments.svg); }
				.content .social-buttons ul.social li.print a { background-image: url(../../files/images/v1/icon-color-print.svg); }

				.content .social-buttons ul.social.dark-gray li.facebook a { background-image: url(../../files/images/v1/icon-dark-blue-facebook.svg); }
				.content .social-buttons ul.social.dark-gray li.twitter a { background-image: url(../../files/images/v1/icon-dark-blue-twitter.svg); }
				.content .social-buttons ul.social.dark-gray li.flipboard a { background-image: url(../../files/images/v1/icon-dark-blue-flipboard.svg); }
				.content .social-buttons ul.social.dark-gray li.reddit a { background-image: url(../../files/images/v1/icon-dark-blue-reddit.svg); }
				.content .social-buttons ul.social.dark-gray li.comment a { background-image: url(../../files/images/v1/icon-dark-blue-comments.svg); }
				.content .social-buttons ul.social.dark-gray li.print a { background-image: url(../../files/images/v1/icon-dark-blue-print.svg); }

				.content .social-buttons ul.social.gray li.facebook a { background-image: url(../../files/images/v1/icon-gray-facebook.svg); }
				.content .social-buttons ul.social.gray li.twitter a { background-image: url(../../files/images/v1/icon-gray-twitter.svg); }
				.content .social-buttons ul.social.gray li.flipboard a { background-image: url(../../files/images/v1/icon-gray-flipboard.svg); }
				.content .social-buttons ul.social.gray li.reddit a { background-image: url(../../files/images/v1/icon-gray-reddit.svg); }
				.content .social-buttons ul.social.gray li.comment a { background-image: url(../../files/images/v1/icon-gray-comments.svg); }
				.content .social-buttons ul.social.gray li.print a { background-image: url(../../files/images/v1/icon-gray-print.svg); }

					.content .social-buttons ul.social li a:hover { opacity: 1; }
					.content .social-buttons ul.social li.facebook a:hover { background-image: url(../../files/images/v1/icon-color-facebook.svg); }
					.content .social-buttons ul.social li.twitter a:hover { background-image: url(../../files/images/v1/icon-color-twitter.svg); }
					.content .social-buttons ul.social li.flipboard a:hover { background-image: url(../../files/images/v1/icon-color-flipboard.svg); }
					.content .social-buttons ul.social li.reddit a:hover { background-image: url(../../files/images/v1/icon-color-reddit.svg); }
					.content .social-buttons ul.social li.comment a:hover { background-image: url(../../files/images/v1/icon-color-comments.svg); }	
					.content .social-buttons ul.social li.print a:hover { background-image: url(../../files/images/v1/icon-color-print.svg); }

				.content .social-buttons ul.social li a span.pulse-dot {
					height: 10px;
					width: 10px;
					top: -4px;
					right: -7px;
					position: absolute;
					border-radius: 50%;
					display: block;
					background-color: #83a9ff;
					border: 2px solid #fff;
				}
				body.single-video .content .social-buttons ul.social li a span.pulse-dot,
				body.post-type-archive-video .content .social-buttons ul.social li a span.pulse-dot { border-color: #1f2026; }

				.content .social-buttons ul.social li a span.pulse-dot span.expanding-circle {
					height: 18px;
					width: 18px;
					top: -8px;
					left: -8px;
					opacity: 0;
					position: absolute;
					border-radius: 50%;
					border: 4px solid #83a9ff;
					-webkit-animation: pulse 2s ease-out;
					-moz-animation: pulse 2s ease-out;
					animation: pulse 2s ease-out;
					-webkit-animation-iteration-count: infinite;
					-moz-animation-iteration-count: infinite;
					animation-iteration-count: infinite;
				}

				.content .social-buttons ul.social li a span.pulse-dot,
				.content .social-buttons ul.social li a span.pulse-dot span.expanding-circle { z-index: 10; }
	
	.content .text {
		width: 100%;
		display: inline-block;
		margin: 0 0 10px 0;
		padding: 0;
		position: relative;
		vertical-align: top;
	}
	body.single-post .content .text {
		width: 82.5%;
		margin: 0 5% 10px 5%;
	}

	/* Global text styling */
	.text.text-align-left { text-align: left; }
	.text.text-align-center { text-align: center; }
	.text.text-align-right { text-align: right; }
	
		.text a { color: #6e95ef; text-decoration: underline; }
		.text a:hover { color: #83a9ff; text-decoration: underline; }
			
		.text blockquote {
			padding: 10px 0 10px 20px;
			margin: 25px;
			display: inline-block;
			border-left-width: 14px;
			border-left-style: solid;
			border-left-color: #83a9ff;
		}
		
			.text blockquote h1,
			.text blockquote h2,
			.text blockquote h3,
			.text blockquote h4,
			.text blockquote h5,
			.text blockquote h6,
			.text blockquote p,
			.text.large-drop-cap blockquote p:first-child:first-letter {
				font-size: 21px !important;
				line-height: 1.5 !important;
				text-align: left;
				color: #83a9ff !important;
				float: none;
				margin: 0;
				font-weight: 600;
				font-style: italic;
			}
			.text blockquote { font-family: 'Noto Serif', 'Georgia', Times, 'Times New Roman', serif !important; }
		
		::selection { color: #fff; background: #83a9ff; }
		::-moz-selection { color: #fff; background: #83a9ff; }
		
		.text mark {
			background-color: #e73f3e;
			color: #fff;
			padding: 0.35% 1%;
			font-weight: 400;
		}
		
		.text.text-shadow h1,
		.text.text-shadow h2,
		.text.text-shadow h3,
		.text.text-shadow h4,
		.text.text-shadow h5,
		.text.text-shadow h6,
		.text.text-shadow p,
		.text.text-shadow ul li,
		.text.text-shadow ol li {
			text-shadow: 1px 2px 2px rgba(0,0,0,0.15);
		}
		
		/* TYPOGRAPHY COLOR */
		
		/* Font Default */
		.text.font-default h1,
		.text.font-default h1 a,
		.text.font-default h2,
		.text.font-default h2 a,
		.text.font-default h3,
		.text.font-default h3 a,
		.text.font-default h4,
		.text.font-default h4 a,
		.text.font-default h5,
		.text.font-default h5 a,
		.text.font-default h6,
		.text.font-default h6 a { color: #3c4144; }
		.text.font-default p,
		.text.font-default ul li,
		.text.font-default ol li,
		.text.font-default table tbody tr td { color: #3c4144; }
		
		/* Font White */
		.text.font-white h1,
		.text.font-white h1 a,
		.text.font-white h2,
		.text.font-white h2 a,
		.text.font-white h3,
		.text.font-white h3 a,
		.text.font-white h4,
		.text.font-white h4 a,
		.text.font-white h5,
		.text.font-white h5 a,
		.text.font-white h6,
		.text.font-white h6 a,
		.text.font-white p,
		.text.font-white ul li,
		.text.font-white ol li,
		.text.font-white table tbody tr td { color: #fff; }
		
		/* TYPOGRAPHY STYLES */
		.text h1,
		.text h1 a { 
			font-size: 38px;
			line-height: 1.0;
			font-weight: 300;
			padding: 4px 0;
			vertical-align: top;
		}
		
			.text h1,
			.text h1 a,
			.text h1 strong,
			.text h1 span { }
					
		.text h2,
		.text h2 a { 
			font-size: 34px;
			line-height: 1.2;
			font-weight: 300;
			padding: 4px 0;
			vertical-align: top;
		}
		
			.text h2,
			.text h2 a,
			.text h2 strong,
			.text h2 span { }
		
		.text h3,
		.text h3 a { 
			font-size: 30px;
			line-height: 1.2;
			font-weight: 300;
			padding: 4px 0;
			vertical-align: top;
		}
		
		.text h3,
		.text h3 a,
		.text h3 strong,
		.text h3 span { }
		
		.text h4,
		.text h4 a { 
			font-size: 28px;
			line-height: 1.2;
			font-weight: 300;
			padding: 4px 0;
			vertical-align: top;
		}
		
			.text h4,
			.text h4 a,
			.text h4 strong,
			.text h4 span { }
		
		.text h5,
		.text h5 a { 
			font-size: 26px;
			line-height: 1.2;
			font-weight: 300;
			padding: 4px 0;
			vertical-align: top;
		}
		
			.text h5,
			.text h5 a,
			.text h5 strong,
			.text h5 span { }
		
		.text h6,
		.text h6 a { 
			font-size: 24px;
			line-height: 1.2;
			font-weight: 300;
			padding: 4px 0;
			vertical-align: top;
		}
		
			.text h6,
			.text h6 a,
			.text h6 strong,
			.text h6 span { }

		/* Safari font-weight fix */
		body.safari .text h1,
		body.safari .text h1 a,
		body.safari .text h2,
		body.safari .text h2 a,
		body.safari .text h3,
		body.safari .text h3 a,
		body.safari .text h4,
		body.safari .text h4 a,
		body.safari .text h5,
		body.safari .text h5 a,
		body.safari .text h6,
		body.safari .text h6 a {
			font-weight: 400;
		}
		
		.text h1 strong,
		.text h1 strong a,
		.text h2 strong,
		.text h2 strong a,
		.text h3 strong,
		.text h3 strong a,
		.text h4 strong,
		.text h4 strong a,
		.text h5 strong,
		.text h5 strong a,
		.text h6 strong,
		.text h6 strong a { font-weight: 400; vertical-align: top; }

		/* Safari font-weight fix */
		body.safari .text h1 strong,
		body.safari .text h1 strong a,
		body.safari .text h2 strong,
		body.safari .text h2 strong a,
		body.safari .text h3 strong,
		body.safari .text h3 strong a,
		body.safari .text h4 strong,
		body.safari .text h4 strong a,
		body.safari .text h5 strong,
		body.safari .text h5 strong a,
		body.safari .text h6 strong,
		body.safari .text h6 strong a {
			font-weight: 800;
		}
	
		.text,
		.text p,
		.text table tbody tr td,
		.text ul li,
		.text ol li { 
			font-size: 17px;
			line-height: 1.85;
			font-weight: 300;
			padding: 4px 0;
		}
		
		.text p,
		.text p a,
		.text p em,
		.text p strong,
		.text p span,
		.text ul li,
		.text ul li a,
		.text ul li em,
		.text ul li strong,
		.text ul li span,
		.text ol li,
		.text ol li a,
		.text ol li em,
		.text ol li strong,
		.text ol li span,
		.text i,
		.text b { }
					
		.text p strong,
		.text p strong a {
			font-weight: 600;
		}
		
		.text hr { 
			width: 100%;
			height: 2px;
			background-color: #acb3bd;
			margin: 25px 0;
			display: inline-block;
		}
		body.slideshows .text hr { margin: 35px 0; }
		
		.text ul.op-related-articles { display: none; }
		
		.text ul,
		.text ol {
			padding: 0 45px;
			margin: 8px 0 24px 0;
		}
			
			.text ul li,
			.text ol li {
				list-style: disc;
			}
			.text ol li {
				list-style: decimal;
			}
			
			.text ul li a,
			.text ol li a { }
			
			.text ul li a:hover,
			.text ol li a:hover {
				border: 0px;
				text-decoration: underline;
			}
			
				.text ul li ul,
				.text ol li ol {
					padding: 0 35px;
					margin: 5px 0 0 0;
				}
				
					.text ul li ul li {
						list-style: circle;
					}
					
					.text ol li ol li {
						list-style: decimal;
					}
		
		.text span.weight-100 { font-weight: 100 !important; }
		.text span.weight-200 { font-weight: 200 !important; }
		.text span.weight-300 { font-weight: 300 !important; }
		.text span.weight-400 { font-weight: 400 !important; }
		.text span.weight-500 { font-weight: 500 !important; }
		.text span.weight-600 { font-weight: 600 !important; }
		.text span.weight-600 { font-weight: 700 !important; }
		.text span.weight-700 { font-weight: 800 !important; }
		
		.text span.serif { font-family: 'Georgia', 'Times New Roman', serif; }
		.text span.sans-serif { font-family: 'Montserrat', 'Arial', sans-serif; }
		
		.text img[data-lazyloaded] {
			opacity: 0;
		}
		
		.text img.loaded {
			-webkit-transition: opacity .1s linear 0.05s;
			-moz-transition: opacity .1s linear 0.05s;
			transition: opacity .1s linear 0.05s;
			opacity: 1;
		}
		
		.text img,
		.text .image-wrap { 
			width: auto;
			height: auto;
			text-align: center;
			vertical-align: middle; 
		}
			
		.text img,
		.text .image-wrap {
			width: 100%;
			display: block;
		}
		/* .text .image-wrap.aligncenter,
		.text .image-wrap.alignnone { display: inline-block; } */
		
		.text img {
			background-color: #f3f3f4;
		}
		
		.text img.border {
			border: 12px solid #fff;
			-moz-box-shadow: 1px 2px 3px #aaaaaa;
			-webkit-box-shadow: 1px 2px 3px #aaaaaa;
			box-shadow: 1px 2px 3px #aaaaaa;
		}
		
		.text img.round {
			-moz-border-radius: 250px;
			border-radius: 250px;
		}
			
			.text img,
			.text a img,
			.text .image-wrap { margin-top: 2%; margin-bottom: 2%; }
			.text .image-wrap img { margin: 0; position: relative; }
			
			.text img.alignleft,
			.text a img.alignleft,
			.text .image-wrap.alignleft { float: left; margin-right: 2.5%; margin-left: 0; }
			
			.text img.alignright, 
			.text a img.alignright,
			.text .image-wrap.alignright { float: right; margin-right: 0; margin-left: 2.5%; }
			
			.text img.aligncenter, 
			.text a img.aligncenter,
			.text .image-wrap.aligncenter { float: none; margin-right: auto; margin-left: auto; }
			
			.text img.alignnone, 
			.text a img.alignnone,
			.text .image-wrap.alignnone { float: none; margin-right: 1.5%; margin-left: 1.5%; }
		
			.text img.width-5,
			.text .image-wrap.width-5 { width: 5% !important; }
			.text img.width-10,
			.text .image-wrap.width-10 { width: 10% !important; }
			.text img.width-15,
			.text .image-wrap.width-15 { width: 15% !important; }
			.text img.width-20,
			.text .image-wrap.width-20 { width: 20% !important; }
			.text img.width-25,
			.text .image-wrap.width-25 { width: 25% !important; }
			.text img.width-30,
			.text .image-wrap.width-30 { width: 30% !important; }
			.text img.width-35,
			.text .image-wrap.width-35 { width: 35% !important; }
			.text img.width-40,
			.text .image-wrap.width-40 { width: 40% !important; }
			.text img.width-45,
			.text .image-wrap.width-45 { width: 45% !important; }
			.text img.width-50,
			.text .image-wrap.width-50 { width: 50% !important; }
			.text img.width-55,
			.text .image-wrap.width-55 { width: 55% !important; }
			.text img.width-60,
			.text .image-wrap.width-60 { width: 60% !important; }
			.text img.width-65,
			.text .image-wrap.width-65 { width: 65% !important; }
			.text img.width-70,
			.text .image-wrap.width-70 { width: 70% !important; }
			.text img.width-75,
			.text .image-wrap.width-75 { width: 75% !important; }
			.text img.width-80,
			.text .image-wrap.width-80 { width: 80% !important; }
			.text img.width-85,
			.text .image-wrap.width-85 { width: 85% !important; }
			.text img.width-90,
			.text .image-wrap.width-90 { width: 90% !important; }
			.text img.width-95,
			.text .image-wrap.width-95 { width: 95% !important; margin: 5px 0 10px 0 !important; }
			.text img.width-100,
			.text .image-wrap.width-100 { width: 100% !important; margin: 5px 0 10px 0 !important; }
			
			.text .image-wrap img { width: 100% !important; }
			
			.text img.min-width-50 { min-width: 50px; }
			.text img.min-width-100 { min-width: 100px; }
			.text img.min-width-150 { min-width: 150px; }
			.text img.min-width-200 { min-width: 200px; }
			.text img.min-width-250 { min-width: 250px; }
			.text img.min-width-300 { min-width: 300px; }
			.text img.min-width-350 { min-width: 350px; }
			.text img.min-width-400 { min-width: 400px; }
			.text img.min-width-450 { min-width: 450px; }
			.text img.min-width-500 { min-width: 500px; }
			.text img.min-width-550 { min-width: 550px; }
			.text img.min-width-600 { min-width: 600px; }
			.text img.min-width-650 { min-width: 650px; }
			.text img.min-width-700 { min-width: 700px; }
			.text img.min-width-750 { min-width: 750px; }
			.text img.min-width-800 { min-width: 800px; }
			.text img.min-width-850 { min-width: 850px; }
			.text img.min-width-900 { min-width: 900px; }
			.text img.min-width-950 { min-width: 950px; }
			.text img.min-width-1000 { min-width: 1000px; }
			
		.text figure {
			width: 40% !important;
			display: block;
			margin: 0;
			padding: 0;
		}
		
		.text figure.alignleft { float: left; margin: 15px 20px 20px 0; }
		.text figure.alignright { float: right; margin: 15px 0 20px 20px; }
		.text figure.aligncenter { float: none; margin: 15px auto 20px auto; }
		.text figure.alignnone { float: none; margin: 15px 0 20px 0; }
		
			.text figure.width-5 { width: 5% !important; }
			.text figure.width-10 { width: 10% !important; }
			.text figure.width-15 { width: 15% !important; }
			.text figure.width-20 { width: 20% !important; }
			.text figure.width-25 { width: 25% !important; }
			.text figure.width-30 { width: 30% !important; }
			.text figure.width-35 { width: 35% !important; }
			.text figure.width-40 { width: 40% !important; }
			.text figure.width-45 { width: 45% !important; }
			.text figure.width-50 { width: 50% !important; }
			.text figure.width-55 { width: 55% !important; }
			.text figure.width-60 { width: 60% !important; }
			.text figure.width-65 { width: 65% !important; }
			.text figure.width-70 { width: 70% !important; }
			.text figure.width-75 { width: 75% !important; }
			.text figure.width-80 { width: 80% !important; }
			.text figure.width-85 { width: 85% !important; }
			.text figure.width-90 { width: 90% !important; }
			.text figure.width-95 { width: 95% !important; }
			.text figure.width-100 { width: 100% !important; }
		
				.text figure img,
				.text figure img.width-5,
				.text figure img.width-10,
				.text figure img.width-15,
				.text figure img.width-20,
				.text figure img.width-25,
				.text figure img.width-30,
				.text figure img.width-35,
				.text figure img.width-40,
				.text figure img.width-45,
				.text figure img.width-50,
				.text figure img.width-55,
				.text figure img.width-60,
				.text figure img.width-65,
				.text figure img.width-70,
				.text figure img.width-75,
				.text figure img.width-80,
				.text figure img.width-85,
				.text figure img.width-90,
				.text figure img.width-95,
				.text figure img.width-100 { width: 100% !important; margin: 0 !important; }
			
			.text figure figcaption {
				width: 90%;
				display: inline-block;
				padding: 5%;
				margin: 0;
				font-size: 13px;
				line-height: 1.2;
				font-weight: 300;
				text-align: center;
				color: #3b3b3b;
				border-bottom: 2px solid #d6d6d6;
			}
			
				.text figure.width-5 figcaption,
				.text figure.width-10 figcaption,
				.text figure.width-15 figcaption,	
				.text figure.width-20 figcaption,
				.text figure.width-25 figcaption,
				.text figure.width-30 figcaption,
				.text figure.width-35 figcaption,
				.text figure.width-40 figcaption,
				.text figure.width-45 figcaption,
				.text figure.width-50 figcaption { width: 90%; padding: 5%; }
				.text figure.width-55 figcaption,
				.text figure.width-60 figcaption,
				.text figure.width-65 figcaption,
				.text figure.width-70 figcaption,
				.text figure.width-75 figcaption,
				.text figure.width-80 figcaption,
				.text figure.width-85 figcaption,
				.text figure.width-90 figcaption,
				.text figure.width-95 figcaption,
				.text figure.width-100 figcaption { width: 93%; padding: 2.5% 3.5%; font-size: 15px; }
		
		.block.content .text table,
		.block.content .text table tbody,
		.block.content .text table tbody tr {
			width: 100%;
			display: block;
		}
		
		.block.content .text table {
			margin: 10px 0px 25px 0px;
		}
			
			.block.content .text table tbody tr {
				width: 98%;
				padding: 5px 10px 7px 10px;
			}
			
				.block.content .text table tbody tr td { }
				
					.block.content .text table tbody tr td.description {
						width: 69%;
						display: inline-table;
					}
					
					.block.content .text table tbody tr td.time {
						width: 30%;
						display: inline-table;
						text-align: right;
					}	

/* Image/Video Credit */ 
.credit { 
	width: 100%;
	display: block;
	position: relative;
	margin: 1.5% 0 0 0;
	text-align: right;
	text-decoration:none;
}
	
	.credit a { color: #acb3bd; text-decoration: none; }
	.credit a:hover { color: #6d737c; }
	
	.credit,
	.credit span,
	.credit a,
	.text .credit,
	.text .credit span,
	.text .credit a { 
		font-size: 9px !important;
		line-height: 1.0 !important;
		text-transform: uppercase !important;
		color: #acb3bd !important;
		font-style: italic !important;
		font-weight: 600 !important;
		font-family: 'Montserrat', 'Arial', sans-serif!important;
	}
	
	/* Safari font-weight fix */
	body.safari .credit,
	body.safari .credit span,
	body.safari .credit a,
	body.safari .text .credit,
	body.safari .text .credit span,
	body.safari .text .credit a {
		font-weight: 800 !important;
	}
	
.text .image-wrap.alignleft .credit { float: left; }
.text .image-wrap.alignright .credit { float: right; }
	
/* Video Player */ 
.video-block {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 25px 0;
}
	
	.video-block .video-player {
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 56.3%;
		height: 0;
		margin: 0;
	}
	
	.video-block .video-player.jwplay { padding-bottom: 56.3%; }
	.video-block .video-player.youtube { padding-bottom: 56.3%; }
	.video-block .video-player.facebook { padding-bottom: 56%; }
	.video-block .video-player.vimeo { padding-bottom: 56.3%; }
	.video-block .video-player.dailymotion { padding-bottom: 55%; }
	.video-block .video-player.cspan { padding-bottom: 56.25%; }
	.video-block .video-player.rumble { padding-bottom: 56.3%; }
	.video-block .video-player.embed { padding-bottom: 53.6%; }
	
		.video-block .video-player iframe,
		.video-block .video-player object,
		.video-block .video-player embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100% !important;
			height: 100% !important;
		}
	
/* Related Content (Video) */ 
.related-content.video {
	width: 100%;
	display: block;
	margin: 30px auto;
	max-width: 640px;
	clear: both !important;
}

	.related-content.video h3.title {
		width: 100%;
		display: inline-block;
		padding: 1.5% 0;
		background-color: #f5f6f9;
		color: #939aa3;
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		text-transform: uppercase;
		font-family: 'Montserrat', 'Arial', sans-serif!important;
	}

	/* Safari font-weight fix */
	body.safari .related-content.video h3.title {
		font-weight: 600;
	}

	.related-content.video .sticky-video-wrap {
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 56.3%;
		height: 0;
		margin: 0;
		background-color: #f3f3f4;
	}
	
		.related-content.video .sticky-video-wrap .video-block { margin: 0; }
		
		.related-content.video .sticky-video-wrap.sticky .video-block.stuck {
			width: 100%;
			max-width: 480px;
			display: block;
			position: fixed;
			bottom: 25px;
			right: 25px;
			z-index: 500;
		}
		
	.related-content.video .sticky-video-wrap .video-block .close-btn {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 15px;
		left: 15px;
		font-size: 0;
		z-index: 600;
		display: none;
	}
	.related-content.video .sticky-video-wrap .video-block.stuck .close-btn { display: block; }
	
		.related-content.video .sticky-video-wrap .video-block .close-btn a {
			width: 20px;
			height: 20px;
			display: block;
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 100% 100%;
			background-image: url(../../files/images/v1/icon-white-close.svg);
		}
		
			.related-content.video .sticky-video-wrap .video-block .close-btn a:hover {
				opacity: 0.5;	
			}

/* Comments */ 
.comments {
	width: 100%;
	min-height: 250px;
	display: inline-block;
	margin: 0 0 20px 0;
}

	.comments .comment-policy {
		width: 100%;
		display: inline-block;
	}
	
		.comments .comment-policy p,
		.comments .comment-policy p strong {
			font-size: 13px;
			line-height: 1.4;
			color: #939aa3;
			font-family: 'Montserrat', 'Arial', sans-serif;
		}
		
		.comments .comment-policy p strong {
			font-size: 12px;
			color: #939aa3;
		}

		/* Safari font-weight fix */
		body.safari .comments .comment-policy p {
			font-weight: 400;
		}
		body.safari .comments .comment-policy p strong {
			font-weight: 600;
		}

/* Twitter */		
.twitter-tweet {
	display: block;
	text-align: left !important;
	margin: 0;
	clear: both !important;	
}

/* Spot IM */		
.spotim-recirculation .sprc10Iqt img {
	height: 15px;
	width: 15px;
	background: none;	
}

/* Disclaimer */
.text p.disclaimer,
.text p.disclaimer strong,
.text p.disclaimer a {
    font-size: 10px;
    line-height: 1.2;
    color: #acb4bf;
	font-style: italic;
}

	.text p.disclaimer span.line {
		width: 33%;
		height: 2px;
		background-color: #c5cbd3;
		display: block;
		margin: 20px 0 8px 0;
	}

/* Title Wrap */ 
.title-wrap {
	width: 100%;
	display: inline-block;
	margin: 0 0 10px 0;
	text-align: center;
	position: relative;
}

	.title-wrap::after {
		width: 100%;
		height: 6px;
		display: inline-block;
		position: absolute;
		background-color: #e21c26;
		content: '';
		top: 18px;
		left: 0;
		z-index: 1;
	}

		.title-wrap.small::after { height: 6px; top: 18px; }
		.title-wrap.large::after { height: 7px; top: 20px; }

	.title-wrap h2.title {
		color: #e21c26;
		font-size: 18px;
		line-height: 1.0;
		font-weight: 800;
		padding: 12px 20px;
		display: inline-block;
		text-transform: uppercase;
		background-color: #fff;
		position: relative;
		z-index: 2;
		font-style: italic;
		font-family: 'Montserrat', 'Arial', sans-serif!important;
	}
	.title-wrap.small h2.title { font-size: 18px; padding: 12px 20px; }
	.title-wrap.large h2.title { font-size: 20px; padding: 14px 25px; }

	/* Safari font-weight fix */
	body.safari .title-wrap h2.title {
		font-weight: 800;
	}

/* Mulit-page Nav */ 
.multi-page-nav {
	width: 100%;
	display: block;
	margin: 35px 0 20px 0;
	font-size: 0;
	vertical-align: top;
	position: relative;
}

	.multi-page-nav a {
		width: 100%;
		display: inline-block;
		margin: 0;
	}
	.multi-page-nav.both a { width: 50%; }
	
	.multi-page-nav a .next,
	.multi-page-nav a .prev {
		width: 90%;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		padding: 5%;
		font-size: 24px;
		line-height: 1.0;
		color: #fff;
		font-weight: 400;
		text-align: center;
		background-color: #83a9ff;
		text-transform: uppercase;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	.multi-page-nav.both a .next,
	.multi-page-nav.both a .prev {
		width: 80%;
		padding: 10%;
	}
		
		.multi-page-nav.both a .next { 
			background-color: #83a9ff;
			border-top-left-radius: 0px;
			-moz-border-top-left-radius: 0px;
			-webkit-border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
			-moz-border-bottom-left-radius: 0px;
			-webkit-border-bottom-left-radius: 0px;
		}
		.multi-page-nav.both a .prev { 
			background-color: #43a9ba;
			border-top-right-radius: 0px;
			-moz-border-top-right-radius: 0px;
			-webkit-border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
			-moz-border-bottom-right-radius: 0px;
			-webkit-border-bottom-right-radius: 0px;
		}
		
		.multi-page-nav.both a .next:hover { background-color: #5bc4d6; }
		.multi-page-nav.both a .prev:hover { background-color: #46b2c5; }
		
	.multi-page-nav a .next span.icon,
	.multi-page-nav a .prev span.icon {
		width: 28px;
		height: 28px;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		font-size: 0;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	.multi-page-nav a .next span.icon { margin-left: 5px; background-image: url(../../files/images/v1/icon-white-circle-arrow-right.svg); }
	.multi-page-nav a .prev span.icon { margin-right: 5px; background-image: url(../../files/images/v1/icon-white-circle-arrow-left.svg); }
		
/* Previous/Next Post Nav */ 
.prev-next-article {
	width: 100%;
	display: inline-block;
	margin: 0 0 20px 0;
	font-size: 0;
	vertical-align: top;
}

	.prev-next-article .previous,
	.prev-next-article .next {
		width: 40%;
		display: inline-block;
		vertical-align: top;
	}
	.prev-next-article .previous { margin: 0 10% 0 0; text-align: left; }
	.prev-next-article .next { margin: 0 0 0 10%; text-align: right; }
	
		.prev-next-article .previous h4 a,
		.prev-next-article .next h4 a {
			font-size: 16px;
			color: #222;
			font-weight: 400;
		}
		
		.prev-next-article .previous h4 span,
		.prev-next-article .next h4 span {
			font-size: 14px;
			color: #939aa3;
			margin: 0 0 10px 0;
			font-weight: 400;
			display: inline-block;
		}

/* Support Us Promo */ 
.support-us-promo {
	width: 90%;
	display: inline-block;
	margin: 2.5% 0;
	padding: 3.5% 5%;
	font-size: 0;
	vertical-align: middle;
	background-color: #f1f1f1;
}

	.support-us-promo .icon {
		width: 8%;
		height: 0;
		padding-bottom: 8%;
		display: inline-block;
		background-color: transparent;
		background-image: url(../../files/images/v1/icon-gray-support.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		vertical-align: middle;
	}
	
	.support-us-promo .text {
		width: 88%;
		display: inline-block;
		margin: 0 0 0 4%;
		vertical-align: middle;
	}
	
		.support-us-promo .text h4 {
			font-size: 20px;
			line-height: 1.4;
			font-weight: normal;
			font-family: 'Noto Serif', 'Georgia', Times, 'Times New Roman', serif;
			font-style: italic;
			color: #3c4144;
			padding: 0;
		}
		
		.support-us-promo .text h4 a {
			font-size: 19px;
			font-weight: normal;
			font-family: 'Montserrat', 'Arial', sans-serif;
			font-style: normal;
			text-decoration: none;
			padding: 0;
		}
		
		/* Safari font-weight fix */
		body.safari .support-us-promo .text h4 a {
			font-weight: 800 !important;
		}

/* Author Bio */ 
.author-bio {
	width: 100%;
	display: inline-block;
	margin: 25px 0;
	padding: 20px 0;
	font-size: 0;
	vertical-align: top;
}
	
	.author-bio .line {
		width: 60%;
		margin: 0 0 20px 0;
	}

	.author-bio .image-social {
		width: 12.5%;
		display: inline-block;
		text-align: left;
	}
	
		.author-bio .image-social .bio-image {
			width: 100%;
			max-width: 100px;
			display: inline-block;
			background-color: #f3f3f4;
			vertical-align: middle;
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			overflow: hidden;
		}
		
			.author-bio .image-social .bio-image img,
			.author-bio .image-social .bio-image a img {
				width: 100%;
				height: auto;
				display: block;
				position: relative;
				margin: 0;
				padding: 0;
			}
			
	.author-bio .image-social ul.social {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin: 14px 0;
	}
	
		.author-bio .image-social ul.social li {
			display: inline-block;
			vertical-align: top;
			text-align: center;
		}
		
		.author-bio .image-social ul.social li a {
			width: 20px;
			height: 20px;
			font-size: 0;
			display: inline-block;
			vertical-align: top;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 20px 20px;
			cursor: pointer;
			margin: 3px 4px;
		}
		.author-bio .image-social ul.social li.facebook a { width: 12px; background-image: url(../../files/images/v1/icon-gray-facebook.svg); }
		.author-bio .image-social ul.social li.twitter a { width: 30px; background-size: 29px 30px; background-image: url(../../files/images/v1/icon-gray-twitter.svg); }
		.author-bio .image-social ul.social li.instagram a { background-image: url(../../files/images/v1/icon-gray-instagram.svg); }
		.author-bio .image-social ul.social li.linkedin a { background-image: url(../../files/images/v1/icon-gray-linkedin.svg); }
		.author-bio .image-social ul.social li.pinterest a { background-image: url(../../files/images/v1/icon-gray-pinterest.svg); }
		
		.author-bio .image-social ul.social li.facebook a:hover { background-image: url(../../files/images/v1/icon-color-facebook.svg); }
		.author-bio .image-social ul.social li.twitter a:hover { background-image: url(../../files/images/v1/icon-color-twitter.svg); }
		.author-bio .image-social ul.social li.instagram a:hover { background-image: url(../../files/images/v1/icon-color-instagram.svg); }
		.author-bio .image-social ul.social li.linkedin a:hover { background-image: url(../../files/images/v1/icon-color-linkedin.svg); }
		.author-bio .image-social ul.social li.pinterest a:hover { background-image: url(../../files/images/v1/icon-color-pinterest.svg); }
	
	.author-bio .bio-description {
		width: 83.5%;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 4%;
	}
	
		.author-bio .bio-description .author-name {
			padding: 0 0 5px 0;
		}
			
			.author-bio .bio-description .author-name h5,
			.author-bio .bio-description .author-name h5 a {
				font-size: 22px;
				color: #373b4f;
				font-weight: 400;
				text-decoration: none;
				font-family: 'Noto Serif', 'Georgia', Times, 'Times New Roman', serif;
			}
			.author-bio .bio-description .author-name h5 a:hover { color: #83a9ff; }
			
			.author-bio .bio-description .author-name h5 span {
				font-size: 12px;
				color: #83a9ff;
				font-weight: 400;
				text-transform: uppercase;
			}

			/* Safari font-weight fix */
			body.safari .author-bio .bio-description .author-name h5,
			body.safari .author-bio .bio-description .author-name h5 a {
				font-weight: 500;
			}
			body.safari .author-bio .bio-description .author-name h5 span,
			body.safari .author-bio .bio-description .author-name h5 a span {
				font-weight: 600;
			}
		
		.author-bio .bio-description .author-description p {
			font-size: 14px;
			line-height: 1.75;
			color: #3c4144;
			padding: 0;
			font-weight: 300;
			font-family: 'Montserrat', 'Arial', sans-serif;
		}

		/* Safari font-weight fix */
		body.safari .author-bio .bio-description .author-description p {
			font-weight: 400;
		}
		
/* Related Stories */ 
.related-stories {
	width: 100%;
	display: inline-block;
	margin: 0 0 20px 0;
	text-align: left;
}

.related-stories .articles {
	width: 100%;
	display: inline-block;
	margin: 0;
	text-align: left;
}

	.related-stories .articles .grid-sizer {
		width: 33.3%;
	}

	.related-stories .articles .item {
		width: 30.3%;
		display: inline-block;
		margin: 1.5%;
		padding: 0;
		position: relative;
	}
	.related-stories .articles .item.item-1 { margin: 1.5% 3% 1.5% 0; }
	.related-stories .articles .item.item-3 { margin: 1.5% 0 1.5% 3%; }
		
		.related-stories .articles .item h2.title,
		.related-stories .articles .item h2.title a { font-size: 17px; }
		.related-stories .articles .item p.author { font-size: 12px; }
		
	.related-stories .articles .item .image .label { padding: 5px 8px; font-size: 10px; line-height: 1.0; }
	.related-stories .articles .item .image .label span.icon { width: 10px; height: 10px; margin: 0 3px 0 0; background-size: 10px 10px; }

/* Large Icons */
.text .large-icon {
	width: 275px;
	height: 275px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
	display: inline-block;
	margin: 3%;
}
.text .large-icon.error { background-image: url(../../files/images/v1/icon-gray-error.svg); }

/* PAGES: Team Members
----------------------------------------------------------------------------- */

.team-members-wrapper {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 2.5% 0;
	font-size: 0;
	vertical-align: top;
}

	.team-members {
		width: 100%;
		display: inline-block;
		margin: 0;
		text-align: left;
	}
	
		.team-members .grid-sizer {
			width: 100%;
		}
	
		.team-members .item {
			width: 100%;
			display: inline-block;
			margin: 2.5% 0;
			padding: 0;
			position: relative;
		}
	
		.team-members .item .top-border {
			width: 40%;
			height: 10px;
			margin: 15px 0 25px 0;
			display: block;
			background-color: #c5c5c5;	
		}
		
		.team-members .item .image-social {
			width: 20%;
			display: inline-block;
		}
		
			.team-members .item .image-social .bio-image {
				width: 100%;
				display: inline-block;
				background-color: #f3f3f4;
				vertical-align: top;
				border-radius: 100px;
				-moz-border-radius: 100px;
				-webkit-border-radius: 100px;
				overflow: hidden;
			}
			
				.team-members .item .image-social .bio-image img,
				.team-members .item .image-social .bio-image a img {
					width: 100%;
					height: auto;
					display: block;
					position: relative;
					margin: 0;
					padding: 0;
				}
		
		.team-members .item .bio-description {
			width: 76%;
			display: inline-block;
			vertical-align: top;
			margin: 0 0 0 4%;
		}
		
			.team-members .item .bio-description .author-name {
				padding: 0 0 10px 0;
			}
				
				.team-members .item .bio-description .author-name h5,
				.team-members .item .bio-description .author-name h5 a {
					font-size: 20px;
					color: #3c4144;
					font-weight: 400;
					text-transform: uppercase;
					text-decoration: none;
				}
				.team-members .item .bio-description .author-name h5 a:hover { color: #e73f3e; }
				
				.team-members .item .bio-description .author-name h5 span {
					font-size: 16px;
					color: #e73f3e;
					font-weight: normal;
					font-family: 'Noto Serif', 'Georgia', Times, 'Times New Roman', serif;
					font-style: italic;
					text-transform: none;
				}
			
			.team-members .item .bio-description .author-description p {
				font-size: 16px;
				line-height: 1.5;
				color: #3c4144;
				padding: 0;
				font-family: 'Noto Serif', 'Georgia', Times, 'Times New Roman', serif;
			}

/* PAGE: Content
----------------------------------------------------------------------------- */
.block.content {
	width: 100%;
	display: inline-block;
	text-align: left;
}
.block.content.bg-color-light-gray { background-color: #f5f6f9; }
.block.content.bg-color-dark-gray { background-color: #1f2026; }

	.block.content .content {
		text-align: left;
		margin: 0 15px;
	}

/* PAGE: Video
----------------------------------------------------------------------------- */
.block.video {
	background-color: #1f2026;	
}

	.block.video .inner { padding: 0; }

		.block.video .inner .content { margin: 0; }
		
			.block.video .inner .content .video-block { margin: 0; overflow: hidden; }
			
/* PAGE: Video Content
----------------------------------------------------------------------------- */
.block.video-content .content .article-header h1.title { padding: 10px 0; color: #fff; }
.block.video-content .content .article-header .article-byline .meta-data p { color: #939aa3; }
.block.video-content .content .article-header .article-byline .meta-data p a:hover { color: #83a9ff; }
.block.video-content .content .line { background-color: #3b3e45; }

/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.right .sidebar {
	width: 90%;
	margin: 3.75% 5%;
	display: block;
	vertical-align: top;
	text-align: center;
	position: relative;
}
.right .sidebar.sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 82px;
}
	
	.right .sidebar .grid-sizer,
	.right .sidebar .sidebar-block {
		width: 100%;
	}
	
	.right .sidebar .sidebar-block {
		width: 100%;
		margin: 0 0 15px 0;
		text-align: center;
		position: relative;
		display: inline-block;
	}
	
	.right .sidebar .sidebar-block .inner {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	.right .sidebar .sidebar-block .inner .content {
		margin: 0;
	}
		
		.right .sidebar .sidebar-block .inner .content .articles {
			width: 100%;
			display: inline-block;
			margin: 0;
			text-align: left;
		}
		
			.right .sidebar .sidebar-block .inner .content .articles.mini .item {
				width: 100%;
				margin: 2.5% 0;
				font-size: 0;
				text-align: left;
				position: relative;
				vertical-align: middle;
			}
			
				.right .sidebar .sidebar-block .inner .content .articles.mini .item .image {
					width: 32.5%;
					display: inline-block;
					position: relative;
					padding-bottom: 22%;
					height: auto;
					background-color: #f3f3f4;
					background-size: cover;
					background-position: center center;
					background-repeat: no-repeat;
					z-index: 9;
					vertical-align: middle;
				}
				
					.right .sidebar .sidebar-block .inner .content .articles.mini .item .image a {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						z-index: 12;
						opacity: 1.0;
					}
					
						.right .sidebar .sidebar-block .inner .content .articles.mini .item.video .image a {
							background-color: transparent;
							background-repeat: no-repeat;
							background-position: center center;
							background-size: 35% 35%;
							background-image: url(../../files/images/v1/icon-white-play.svg);
						}
						
							.right .sidebar .sidebar-block .inner .content .articles.mini .item .image a:hover { opacity: 0.5; }
							.right .sidebar .sidebar-block .inner .content .articles.mini .item .image:hover { -webkit-filter: grayscale(50%); filter: grayscale(50%); }



					.right .sidebar .sidebar-block .inner .content .articles.mini .item .image .label {
						display: block;
						position: absolute;
						bottom: 0;
						left: 0;
						z-index: 10;
					}
					
					.right .sidebar .sidebar-block .inner .content .articles.mini .item .image .label {
						padding: 5px 8px;
						display: inline-block;
						color: #fff;
						font-weight: 400;
						font-size: 9px;
						line-height: 1.0;
						text-transform: uppercase;
						background-color: #e73f3e;	
						vertical-align: top;
						font-family: 'Montserrat', 'Arial', sans-serif !important;
						text-decoration: none;
					}
					
					/* Safari font-weight fix */
					body.safari .right .sidebar .sidebar-block .inner .content .articles.mini .item .image .label {
						font-weight: 600 !important;
					}
						
						.right .sidebar .sidebar-block .inner .content .articles.mini .item .image .label span.icon {
							display: inline-block;
							width: 9px;
							height: 9px;
							margin: 0 3px 0 0;
							vertical-align: top;
							background-color: transparent;
							background-repeat: no-repeat;
							background-position: center center;
							background-size: 9px 9px;
							background-image: url(../../files/images/v1/icon-white-play.svg);
						}
					
					.right .sidebar .sidebar-block .inner .content .articles.mini .item .image .transparent-gradient {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						background-color: transparent;
						background-image: url(../../files/images/v1/trans-gradient-bg-repeat-x.png);
						background-repeat: repeat-x;
						background-position: center bottom;
						background-size: auto 100%;
						z-index: 9;
					}
				
			.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { 
				width: 62.5%;
				margin: 0 0 0 5%; 
				padding: 0; 
				display: inline-block;
				vertical-align: middle;
			}
				
				.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
				.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a {
					color: #373b4f;
					font-weight: 700;
					font-size: 18px;
					line-height: 1.1;
					padding: 0;
					margin: 10px 0;
					text-decoration: none;
				}
				
					.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a:hover {
						color: #6d737c;
						text-decoration: none;
						opacity: 1;
					}
					
				.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data {
					width: 100%;
					color: #939aa3;
					font-size: 12px;
					line-height: 1;
					padding: 0 0 10px 0;
					margin: 0;
					text-transform: uppercase;
				}

				.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data,
				.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data span { font-weight: 600; font-family: 'Montserrat', 'Arial', sans-serif!important; }

				/* Safari font-weight fix */
				body.safari .right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data,
				body.safari .right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data span {
					font-weight: 700;
				}
	
		.right .sidebar .sidebar-block .video-block { margin: 0; }

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.email-signup { 
	background: #f5f6f9;
	position: relative;
	overflow: hidden;
}

.email-signup.infeed,
.email-signup.inarticle { 
	background: #f5f6f9;
	background: -moz-linear-gradient(90deg, rgba(245,246,249,1) 50%, rgba(211,213,217,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(245,246,249,1) 50%, rgba(211,213,217,1) 100%);
	background: linear-gradient(90deg, rgba(245,246,249,1) 50%, rgba(211,213,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f6f9",endColorstr="#d3d5d9",GradientType=1);
}

	.email-signup.infeed { 
		width: 62%;
		padding: 5% 30% 5% 8%;
		margin: 0;
	}
	.email-signup.inarticle { 
		width: 69.5%;
		padding: 5% 34% 5% 8%;
		margin: 50px -5.5% 35px -5.5%;
	}

		.email-signup .carl-higbie-img { 
			width: 100%;
			height: 100%;
			max-height: 250px;
			display: block;
			position: absolute;
			margin: 0;
			padding: 0;
			bottom: 0;
			right: 0;
			background-color: transparent;
			background-image: url(../../files/images/v1/carl-higbie-transparent-bg.png);
			background-repeat: no-repeat;
			background-position: right bottom;
			background-size: auto 100%;
			z-index: 10;
		}

		.email-signup .enews {
			width: 100%;
			display: block;
			margin: 5px 0;
			padding: 0;
			text-align: left;
			z-index: 12;
			position: relative;
		}
				
			.email-signup .enews form {
				width: 100%;
				display: inline-block;
				margin: 0;
				vertical-align: top;
				text-align: left;
				max-width: 900px;
				color: #666;
				font-size: 18px;
			}
			
				.email-signup .enews form input {
					width: 67.75%;
					display: inline-block;
					float: left;
					border: 1px solid #e7e9ec;
					border-right: 0;
					background-color: #fff;
					vertical-align: top;
					padding: 1.5% 2.5%;
					-webkit-appearance: none;
					color: #bbb;
					font-size: 15px;
					line-height: unset;
					position: relative;
					font-family: 'Montserrat', 'Arial', sans-serif !important;
					text-transform: none;
					font-weight: 400;
				}
				
				/* Safari font-weight fix */
				body.safari .email-signup .enews form input {
					font-weight: 600;
				}
				
				.email-signup .enews form input:focus { 
					color: #666;
					text-shadow: none;
					border: 1px solid #99a4a7;
					border-right: 0;
				}
				
				.email-signup .enews form input[type=submit] {
					width: 27%;
					padding: 1.5% 2.5%;
					font-size: 15px;
					line-height: unset;
					display: inline-block;
					position: relative;
					float: left;
					vertical-align: top;
					text-transform: uppercase;
					cursor: pointer;
					color: #fff;
					-webkit-appearance: none;
					background-color: #83a9ff;
					border: 1px solid #83a9ff;
					font-family: 'Montserrat', 'Arial', sans-serif !important;
					font-weight: 600;
				}
				
				/* Safari font-weight fix */
				body.safari .email-signup .enews form input[type=submit] {
					font-weight: 800;
				}
				
					.email-signup .enews form input[type=submit]:hover,
					.email-signup .enews form input[type=submit]:focus {
						background-color: #83a9ff;
						border: 1px solid #83a9ff;
					}
					
				.email-signup.inarticle .enews form input,
				.email-signup.inarticle .enews form input[type=submit] { font-size: 14px; }

		.email-signup .text {
			width: 100% !important;
			padding: 1.5% 0 !important;
			margin: 0 !important;
			text-align: left;
			display: block;
			border: 0 !important;
			z-index: 12;
			position: relative;
		}

			.email-signup .text h4 {
				font-size: 27px;
				line-height: 1.1;
				font-weight: 800;
				padding: 0;
				margin: 0;
				color: #e21c26;
				font-style: italic;
				text-transform: uppercase;
			}
			.email-signup .text h4 strong { font-weight: 800; }

			.email-signup .text h5 {
				color: #787f81;
				font-style: italic;
				font-weight: 500;
				font-size: 18px;
				text-transform: none;
				line-height: 1.1;
			}
			.email-signup .text h5 strong { font-weight: 700; }
			
			.email-signup .text h4,
			.email-signup .text h5,
			.email-signup .text h4 strong,
			.email-signup .text h5 strong {
				font-family: 'Montserrat', 'Arial', sans-serif !important;
			}
			
			/* Safari font-weight fix */
			body.safari .email-signup .text h4 { font-weight: 900; }
			body.safari .email-signup .text h4 strong { font-weight: 900; }
			body.safari .email-signup .text h5 { font-weight: 600; }
			body.safari .email-signup .text h5 strong { font-weight: 800; }
			
		.email-signup .terms-privacy {
			width: 100%;
			display: block;
			padding: 5px 0;
			margin: 0;
			vertical-align: top;
			text-align: left;
			z-index: 12;
			position: relative;
		}
		
			.email-signup .terms-privacy span,
			.email-signup .terms-privacy span a {
				font-size: 10px;
				line-height: 1.0;
				color: #b8c1c3;
				font-family: 'Montserrat', 'Arial', sans-serif !important;
				font-weight: 400;
				display: inline-block;
			}
			
			/* Safari font-weight fix */
			body.safari .email-signup .terms-privacy span,
			body.safari .email-signup .terms-privacy span a {
				font-weight: 500;
			}
			
			.email-signup .terms-privacy span a { text-decoration: underline; }
			.email-signup .terms-privacy span a:hover { color: #929c9e; }

/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	background-color: #373b4f;
	background-image: url(../../files/images/v1/carl-higbie-footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
}

footer .inner { padding: 0 5%; }

footer .block.footer {
	width: 100%;
	display: inline-block;
	padding: 0;
}

	footer .block.footer .content {
		padding: 8% 33% 8% 0;
	}
		
		footer .footer-logo-social {
			width: 100%;
			display: inline-block;
			margin: 0;
			padding: 0;
			text-align: left;
			vertical-align: top;
		}
		
			footer .footer-logo-social .footer-logo {
				width: 100%;
				display: inline-block;
				margin: 12px 0;
				padding: 0;
				text-align: left;
				vertical-align: top;
			}
			
				footer .footer-logo-social .footer-logo a {
					width: 243px;
					height: 100px;
					font-size: 0;
					display: inline-block;
					background-color: transparent;
					background-image: url(../../files/images/v1/logo.svg);
					background-repeat: no-repeat;
					background-position: center center;
					background-size: 243px 100px;
				}
				
				footer .footer-logo-social .footer-logo a:hover {
					opacity: 0.8;
				}
				
			footer .footer-logo-social .footer-social {
				width: 100%;
				display: inline-block;
				margin: 12px 0;
				padding: 0;
				text-align: left;
				vertical-align: top;
			}
			
				footer .footer-logo-social .footer-social .social-buttons {
					width: 100% !important;
					display: inline-block;
					text-align: left;
					margin: 0;
				}
					
					footer .footer-logo-social .footer-social .social-buttons ul {
						width: 100%;
						display: inline-block;
						text-align: left;
					}
					
					footer .footer-logo-social .footer-social .social-buttons ul li {
						float: left;
						display: inline-block;
					}
					
					footer .footer-logo-social .footer-social .social-buttons ul li a {
						width: 22px;
						height: 22px;
						float: right;
						margin: 4px 12px 4px 0;
						display: inline-block;
						background-color: transparent;
						background-repeat: no-repeat;
						background-position: center center;
						background-size: 100% 100%;
					}
					footer .footer-logo-social .footer-social .social-buttons ul li.facebook a,
					footer .footer-logo-social .footer-social .social-buttons ul li a[href*="facebook.com"] { background-image: url(../../files/images/v1/icon-white-facebook.svg); }
					footer .footer-logo-social .footer-social .social-buttons ul li.twitter a,
					footer .footer-logo-social .footer-social .social-buttons ul li a[href*="twitter.com"] { background-image: url(../../files/images/v1/icon-white-twitter.svg); }
					footer .footer-logo-social .footer-social .social-buttons ul li.instagram a,
					footer .footer-logo-social .footer-social .social-buttons ul li a[href*="instagram.com"] { background-image: url(../../files/images/v1/icon-white-instagram.svg); }
					footer .footer-logo-social .footer-social .social-buttons ul li.linkedin a,
					footer .footer-logo-social .footer-social .social-buttons ul li a[href*="linkedin.com"] { background-image: url(../../files/images/v1/icon-white-linkedin.svg); }
					footer .footer-logo-social .footer-social .social-buttons ul li.youtube a,
					footer .footer-logo-social .footer-social .social-buttons ul li a[href*="youtube.com"] { background-image: url(../../files/images/v1/icon-white-youtube.svg); }
					footer .footer-logo-social .footer-social .social-buttons ul li.rss a,
					footer .footer-logo-social .footer-social .social-buttons ul li a[href*="/feed"] { background-image: url(../../files/images/v1/icon-white-rss.svg); }
					
					footer .footer-logo-social .footer-social .social-buttons ul li a:hover { opacity: 0.7; }
					
					footer .footer-logo-social .footer-social .social-buttons ul li.hide-computer { display: none; }
			
		footer .footer-nav-credit {
			width: 100%;
			display: inline-block;
			margin: 10px 0;
			padding: 0;
			text-align: left;
			vertical-align: top;
		}
			
			footer .footer-nav-credit .footer-nav {
				margin: 5px 0;
			}
				
				footer .footer-nav-credit .footer-nav,
				footer .footer-nav-credit .footer-nav ul {
					width: 100%;
					display: inline-block;
					vertical-align: middle;
					text-align: left;
				}
				
				footer .footer-nav-credit .footer-nav ul li {
					display: inline-block;
					padding: 0 15px 0 0;
					vertical-align: middle;
					font-size: 14px;
					line-height: 1.5;
					color: #fff;
					font-weight: 400;
					vertical-align: middle;
					font-family: 'Montserrat', 'Arial', sans-serif;
					text-transform: uppercase;
				}
				
					footer .footer-nav-credit .footer-nav ul li a { color: #fff; cursor: pointer; font-family: 'Montserrat', 'Arial', sans-serif; }
					footer .footer-nav-credit .footer-nav ul li a:hover { color: #83a9ff; text-shadow: none; text-decoration: none; }
				
				/* Safari font-weight fix */
				body.safari footer .footer-nav-credit .footer-nav ul li,
				body.safari footer .footer-nav-credit .footer-nav ul li a {
					font-weight: 600;
				}

			footer .footer-nav-credit .footer-nav-sub {
				margin: 5px 0;
			}
				
				footer .footer-nav-credit .footer-nav-sub,
				footer .footer-nav-credit .footer-nav-sub ul {
					width: 100%;
					display: inline-block;
					vertical-align: top;
					text-align: left;
				}
				
				footer .footer-nav-credit .footer-nav-sub ul li {
					display: inline-block;
					margin: 0;
					padding: 0 5px 0 0;
					vertical-align: middle;
					font-size: 13px;
					line-height: 1.3;
					color: #666d7b;
					font-weight: 300;
					text-transform: uppercase;
					list-style-type: none;
					font-family: 'Montserrat', 'Arial', sans-serif;
				}
				footer .footer-nav-credit .footer-nav-sub ul li span.divider { font-size: 15px; line-height: 0.5; font-weight: 800; font-family: 'Montserrat', 'Arial', sans-serif; }
				footer .footer-nav-credit .footer-nav-sub ul li:last-child span.divider { display: none; }
				
					footer .footer-nav-credit .footer-nav-sub ul li a { display: inline-block; color: #666d7b; font-family: 'Montserrat', 'Arial', sans-serif; }
					footer .footer-nav-credit .footer-nav-sub ul li a:hover { color: #7d8596; text-decoration: none; }
					
					footer .footer-nav-credit .footer-nav-sub ul li span { display: inline-block; margin: 0 0 0 7px; }

				/* Safari font-weight fix */
					body.safari footer .footer-nav-credit .footer-nav-sub ul li,
					body.safari footer .footer-nav-credit .footer-nav-sub ul li a,
					body.safari footer .footer-nav-credit .footer-nav-sub ul li span,
					body.safari footer .footer-nav-credit .footer-nav-sub ul li a span {
						font-weight: 500;
					}
				
		footer .footer-nav-credit .credits { 
			width: 100%;
			display: inline-block;
			margin: 1% 0;
		}
		
		footer .footer-nav-credit .credits p { 
			font-size: 13px;
			line-height: 1.4;
			color: #666d7b;
			text-align: left;
			padding: 0;
			font-weight: 300;
			font-family: 'Montserrat', 'Arial', sans-serif;
		}
		
		footer .footer-nav-credit .credits p br.rwd-break { display: none; }

		/* Safari font-weight fix */
		body.safari footer .footer-nav-credit .credits p,
		body.safari footer .footer-nav-credit .credits p a,
		body.safari footer .footer-nav-credit .credits p strong {
			font-weight: 500;
		}
		
		footer .footer-nav-credit .credits p a { 
			color: #666d7b;
		}
		
			footer .footer-nav-credit .credits p a:hover { 
				color: #7d8596;
			}
			
		footer .footer-nav-credit .credits p.design-dev { 
			padding: 8px 0 0 0;
			font-weight: 300;
			line-height: 1.0;
			font-family: 'Montserrat', 'Arial', sans-serif;
		}
			
			footer .footer-nav-credit .credits p.design-dev a { 
				font-size: 8px;
				color: #2c313b;
				line-height: 1.2;
				text-transform: uppercase;
				font-weight: 300;
				font-family: 'Montserrat', 'Arial', sans-serif;
			}
			
				footer .footer-nav-credit .credits p.design-dev a span { 
					font-size: 12px;
					margin: 0 0 0 4px;
					font-family: 'Montserrat', 'Arial', sans-serif;
				}
			
				footer .footer-nav-credit .credits p.design-dev a:hover { 
					color: #22252d;
				}
				
			footer .footer-nav-credit .credits p.design-dev br.rwd-break { display: none; }

		/* Safari font-weight fix */
		body.safari footer .footer-nav-credit .credits p.design-dev,
		body.safari footer .footer-nav-credit .credits p.design-dev a,
		body.safari footer .footer-nav-credit .credits p.design-dev a span {
			font-weight: 500;
		}


/* CAROUSEL
----------------------------------------------------------------------------- */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* GRAVITY FORMS
----------------------------------------------------------------------------- */

/* ---- formreset.min.css ---- */
body .gform_wrapper.gf_reset_wrapper, body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper h1, body .gform_wrapper.gf_reset_wrapper h2, body .gform_wrapper.gf_reset_wrapper h3, body .gform_wrapper.gf_reset_wrapper h4, body .gform_wrapper.gf_reset_wrapper h5, body .gform_wrapper.gf_reset_wrapper h6, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper td, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}
body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper td, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper ul {
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1;
	font-weight: 400
}
body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper span {
	line-height: 1.8
}
body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper img {
	border: 0
}
body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper ul {
	list-style: none
}
body .gform_wrapper.gf_reset_wrapper a img {
	border: none
}
body .gform_wrapper.gf_reset_wrapper :focus {
	outline: 0
}

/* ---- datepicker.min.css ---- */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5)
}
.ui-datepicker a {
	text-decoration: none
}
.ui-datepicker table {
	width: 100%;
	border-collapse: collapse
}
.ui-datepicker-header {
	background-color: #666;
	color: #e0e0e0;
	font-weight: 700;
	-webkit-box-shadow: inset 0 1px 1px 0 rgba(250,250,250,.2);
	-moz-box-shadow: inset 0 1px 1px 0 rgba(250,250,250,.2);
	box-shadow: inset 0 1px 1px 0 rgba(250,250,250,.2);
	text-shadow: 1px -1px 0 #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	min-height: 30px!important;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #666
}
.ui-datepicker tbody tr, .ui-datepicker thead {
	border-bottom: 1px solid #bbb
}
.ui-datepicker-title {
	text-align: center
}
.ui-datepicker-title select {
	margin-top: 2.5%
}
.ui-datepicker-next, .ui-datepicker-prev {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url(../../files/images/v1/date-picker-arrow.png);
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px
}
.ui-datepicker-next {
	float: right;
	background-position: center 0
}
.ui-datepicker thead {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #f1f1f1));
	background: -webkit-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
	background: -o-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);
	background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0 )
}
.ui-datepicker th {
	text-transform: uppercase;
	text-align: center;
	font-size: 6pt;
	padding: 5px 0;
	color: #666;
	text-shadow: 1px 0 0 #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0)
}
.ui-datepicker tbody td {
	padding: 0;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb
}
.ui-datepicker tbody td:last-child {
	border-right: 0
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0
}
.ui-datepicker td a, .ui-datepicker td span {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-shadow: 1px 1px 0 #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;	
}
.ui-datepicker-calendar .ui-state-default {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ededed 0, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(top, #ededed 0, #dedede 100%);
	background: -o-linear-gradient(top, #ededed 0, #dedede 100%);
	background: -ms-linear-gradient(top, #ededed 0, #dedede 100%);
	background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede', GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(250,250,250,.5);
	-moz-box-shadow: inset 1px 1px 0 0 rgba(250,250,250,.5);
	box-shadow: inset 1px 1px 0 0 rgba(250,250,250,.5)
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7
}
.ui-datepicker-calendar .ui-state-active {
	background: #FFF2AA;
	border: 1px solid #c19163;
	color: #666;
	-webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 10px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 0 10px 0 rgba(0,0,0,.1);
	text-shadow: 0 1px 0 #FFF;
	filter: dropshadow(color=#FFF, offx=0, offy=1);
	position: relative;
	margin: -1px
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0
}
td.ui-datepicker-unselectable.ui-state-disabled {
	background-color: #d7d7d7
}
table.ui-datepicker-calendar {
	margin: 0!important
}
body div#ui-datepicker-div[style] {
	z-index: 9999!important
}

/* ---- formsmain.min.css ---- */
.gform_wrapper select, .gform_wrapper textarea {
	font-family: inherit;
	letter-spacing: normal;
	font-size: inherit
}
.gform_wrapper .gf_progressbar:after, .gform_wrapper ol.validation_list:after {
	content: ""
}
.gform_wrapper {
	overflow: inherit;
	margin: 16px 0 0 0;
	max-width: 100%
}
.gform_wrapper.no-margin_wrapper {
	margin: 0;
}
.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
	box-sizing: border-box
}
.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
	font-weight: 400;
	border: none;
	background: 0 0
}
.gform_wrapper form {
	text-align: left
}
.gform_wrapper form.align-left { text-align: left; }
.gform_wrapper form.align-center { text-align: center; }
.gform_wrapper form.align-right { text-align: right; }
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size: 20px;
	color: #777;
	font-family: inherit;
	padding: 12px 22px;
	letter-spacing: normal;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #acb3bd;
}
.gform_wrapper form.align-left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { text-align: left; }
.gform_wrapper form.align-center input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { text-align: left; }
.gform_wrapper form.align-right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { text-align: left; }
.gform_wrapper input[type=image] {
	border: none!important;
	padding: 0!important;
	width: auto!important
}
.gform_wrapper textarea {
	font-size: 20px;
	line-height: 1.5;
	color: #777;
	font-family: inherit;
	padding: 12px 22px;
	resize: none;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #acb3bd;
}
.gform_wrapper select {
	font-size: 20px;
	line-height: 1.5;
	color: #777;
	font-family: inherit;
	padding: 12px 22px;
	background-color: #fff;
	border: 0;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #acb3bd;
}
.gform_wrapper .ginput_container_multiselect select {
	background-image: none!important;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gform_wrapper ul.gform_fields {
	margin: 0!important;
	list-style-type: none
}
.gform_wrapper ul, html>body .entry ul {
	text-indent: 0
}
.gform_wrapper form li, .gform_wrapper li {
	/* margin-left: 0!important; */
	list-style: none!important;
	overflow: visible
}
.gform_wrapper form li.hide, .gform_wrapper li.hide {
	display: none !important;
}
.gform_wrapper ul li.gfield {
	clear: both
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	overflow: hidden
}
.gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {
	margin-bottom: 14px
}
.gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
	margin-bottom: 10px
}
.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
	padding: 0!important;
	margin: 0!important;
	overflow: visible
}
.gform_wrapper ul li.gfield.hidden {
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.gform_wrapper select option {
	padding: 2px;
	display: block
}
.gform_wrapper .inline {
	display: inline!important
}
.gform_wrapper .gform_heading {
	width: 100%;
	margin-bottom: 18px
}
.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
	width: 90px;
	display: -moz-inline-stack;
	display: inline-block
}
.gform_wrapper .top_label .ginput_container_time {
	display: -moz-inline-stack;
	display: inline-block
}
.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
	float: left
}
.gform_wrapper .gfield_time_hour i {
	font-style: normal!important;
	font-family: sans-serif!important;
	width: 10px;
	text-align: center;
	float: right;
	margin-top: 9%;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year {
	margin-right: 12px
}
.gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_year {
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block;
	margin-right: 6px
}
.gform_wrapper .gfield_time_ampm {
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block
}
.gform_wrapper .gfield_time_ampm select {
	width: 4rem!important
}
.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_year input, .gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
	width: 85%!important
}
.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year {
	width: 50px;
	float: left
}
.gform_wrapper .gfield_date_year {
	width: 48px!important
}
.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_year input {
	width: 85%!important
}
.gform_wrapper .gfield_date_year input {
	width: 88%!important
}
.gform_wrapper .field_hover {
	border: 1px dashed #2175A9;
	cursor: pointer
}
.gform_wrapper .field_selected {
	background-color: #DFEFFF;
	border: 1px solid #C2D7EF
}
.gform_wrapper .field_name_first, .gform_wrapper .field_name_last, .gform_wrapper .field_name_middle {
	width: 49.5%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top
}
.gform_wrapper .ginput_complex.ginput_container {
	overflow: visible;
	width: 100%
}
.gform_wrapper label.gfield_label {
	font-weight: 400;
	font-size: 24px;
	font-family: 'Montserrat', 'Arial', sans-serif;
}
.block.form.font-light.default .gform_wrapper label.gfield_label { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

.gform_wrapper.hide-labels_wrapper label.gfield_label {
	display: none!important;
	visibility: hidden!important;
}

.gform_wrapper .top_label .gfield_label {
	display: -moz-inline-stack;
	display: block;
	line-height: 1.3;
	clear: both
}
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select {
	width: 100%
}
.gform_wrapper .hidden_label .gfield_label, .gform_wrapper label.hidden_sub_label, .gform_wrapper label.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	display: block;
	font-size: 80%;
	letter-spacing: .5pt;
	white-space: nowrap;
	color: #939aa3;
	font-weight: 400;
}
.gform_wrapper.hide-labels_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper.hide-labels_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper.hide-labels_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper.hide-labels_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	display: none!important;
	visibility: hidden!important;
}
.gform_wrapper .field_sublabel_above ul.gfield_radio li label, .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
	display: -moz-inline-stack;
	display: inline-block;
	letter-spacing: inherit;
	vertical-align: middle
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
	margin: 9px 0 1px 1px
}
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
	margin-top: 0
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	margin: 1px 0 9px 1px
}
.gform_wrapper .top_label .field_sublabel_above label.gfield_label+.ginput_complex.ginput_container, .gform_wrapper .top_label .field_sublabel_above label.gfield_label+div[class*=gfield_time_].ginput_container {
	margin-top: 0
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 8px
}
body.gform_wrapper div.clear-multi {
	display: -moz-inline-stack;
	display: inline-block
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin: 5px 0 0 0;
}
.gfield.left_label, .gfield.right_label {
	padding-top: 10px
}
.gform_wrapper li.hidden_label input {
	margin-top: 12px
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 12px
}
.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
	width: 100%
}
.gform_wrapper input.datepicker_with_icon.large, .gform_wrapper input.datepicker_with_icon.medium, .gform_wrapper input.datepicker_with_icon.small {
	width: calc(100% - 24px)
}
.gform_wrapper .gfield_error input.large, .gform_wrapper .gfield_error input.medium, .gform_wrapper .gfield_error input.small, .gform_wrapper .gfield_error select.large, .gform_wrapper .gfield_error select.medium, .gform_wrapper .gfield_error select.small {
	width: 100%
}
.gform_wrapper .gfield_error input.datepicker_with_icon.large, .gform_wrapper .gfield_error input.datepicker_with_icon.medium, .gform_wrapper .gfield_error input.datepicker_with_icon.small {
	width: calc(100% - 32px)
}
.gform_wrapper textarea.small {
	height: 80px;
	width: 100%
}
.gform_wrapper textarea.medium {
	height: 120px;
	width: 100%
}
.gform_wrapper textarea.large {
	height: 160px;
	width: 100%
}
.gform_wrapper h2.gsection_title {
	margin: 50px 0 15px 0!important;
	padding: 0!important;
	letter-spacing: normal!important
}
.gform_wrapper .gsection .gfield_label, 
.gform_wrapper h2.gsection_title, 
.gform_wrapper h3.gform_title {
	font-weight: 600;
	font-size: 34px;
	line-height: 1.2;
}
.gform_wrapper h2.gsection_title.uppercase {
	text-transform: uppercase;	
}				
.gform_wrapper h3.gform_title {
	letter-spacing: normal!important;
	margin: 10px 0 6px
}
.gform_wrapper li.gfield.field_description_below+li.gsection {
	margin-top: 24px!important
}
.gform_wrapper span.gform_description {
	font-weight: 400;
	display: block;
	width: calc(100% - 16px);
	margin-bottom: 32px
}
.gform_wrapper .gsection {
	border-bottom: 2px solid #dedede;
	padding: 0;
	margin: 28px 0;
	clear: both
}
.gform_wrapper .gsection.no-border {
	border: 0 none;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
	width: 20px;
    height: 20px;
}
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0;
	width: auto;
	line-height: 1.3;
	font-size: 19px;
	vertical-align: middle;
	/* max-width: 85%; */
	white-space: normal;
	font-weight: 300;
}
.gform_wrapper .font-size-small .gfield_checkbox li label, .gform_wrapper .font-size-small .gfield_radio li label {
	font-size: 15px;
}
.block.form.font-light.default .gform_wrapper .gfield_checkbox li label, .block.form.font-light.default .gform_wrapper .gfield_radio li label { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
.gform_wrapper .ginput_complex .ginput_cardinfo_left label, .gform_wrapper .ginput_complex .ginput_cardinfo_right label, .gform_wrapper div.charleft {
	white-space: nowrap!important
}
.gform_wrapper .gfield_checkbox li label {
	margin: 0 0 0 8px;
}
.gform_wrapper .gfield_radio li label {
	margin: 0 0 0 8px
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
	font-size: 16px;
	line-height: inherit;
	clear: both;
	font-family: inherit;
	letter-spacing: normal;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
	padding: 0
}
.gform_wrapper .field_description_below .gfield_description {
	padding: 8px 0 0 0;
}
.gform_wrapper .field_sublabel_above .description, .gform_wrapper .field_sublabel_above .gfield_description, .gform_wrapper .field_sublabel_above .gsection_description {
	margin-top: 9px
}
.gform_wrapper .top_label .gsection_description {
	width: 100%;
	margin-bottom: 9px
}
.gform_wrapper .gfield_description {
	width: 100%
}
.gform_wrapper .description_above .gfield_description {
	padding: 0 0 10px
}
.gfield_date_year+.gfield_description {
	padding: 0
}
.gform_wrapper .gfield_required {
	color: #ca4238;
	margin-left: 4px;
	text-shadow: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255,223,224,.25);
	margin-bottom: 6px!important;
	border-top: 1px solid #C89797;
	border-bottom: 1px solid #C89797;
	padding: 10px 20px !important;
	box-sizing: border-box
}
.gform_wrapper li.gfield.gfield_creditcard_warning {
	padding: 16px 16px 14px;
	border-top: 2px solid #ca4238;
	border-bottom: 4px solid #ca4238;
	background-color: rgba(255,223,224,.25);
	width: calc(100% - 16px)
}
.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
	padding: 16px 16px 14px
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	min-height: 25px;
	color: #ca4238;
	max-width: 100%;
	position: relative
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
	display: block;
	padding: 0 0 14px 24px;
	margin-bottom: 16px;
	line-height: 1.5;
	letter-spacing: .1pt;
	border-bottom: 1px solid #ca4238;
	text-transform: uppercase;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
	background-size: 1em auto;
	background-repeat: no-repeat;
	background-position: left center
}
.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
	padding: 16px 16px 14px
}
li.gfield+li.gfield.gfield_creditcard_warning {
	margin-top: 16px!important
}
.gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 100%
}
.gform_wrapper .top_label .gfield_error, .gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {
	width: 100%
}
.gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea, .gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea {
	width: 70%
}
.gform_wrapper .gfield_error .gfield_label {
	color: #ca4238;
	text-shadow: none;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	padding: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
	margin-left: 0
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	max-width: 100%
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	max-width: 100%;
	padding: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 12px
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
	position: relative;
	top: 12px
}
.gform_wrapper div.validation_error {
	color: #ca4238;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 25px;
	border-top: 2px solid #ca4238;
	border-bottom: 2px solid #ca4238;
	padding: 16px 0;
	clear: both;
	width: 100%;
	text-align: center
}
.gform_wrapper ol.validation_list {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	color: #ca4238
}
.gform_wrapper ol.validation_list li {
	list-style-type: decimal!important
}
.gform_wrapper ol.validation_list li a {
	color: #ca4238
}
.gform_wrapper div#error {
	margin-bottom: 25px
}
.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
	vertical-align: middle!important
}
.gform_wrapper li.gfield fieldset {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 100%
}
.gform_wrapper li.gfield fieldset>* {
	width: auto
}
.gform_wrapper li.gfield fieldset legend.gfield_label {
	width: 100%;
	line-height: 32px
}
.gform_confirmation_message {
	font-size: 26px;
	text-align: center;
	color: #dae0e6;
}

div.gf_page_steps+div.validation_error {
	margin-top: 16px
}
.gform_wrapper div.gfield_description.validation_error {
	color: #ca4238;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 16px
}
.gform_wrapper .validation_message {
	color: #ca4238;
	font-weight: 400;
	letter-spacing: normal;
	text-shadow: none;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border: 1px solid #ca4238
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #ca4238
}
.gform_wrapper .ginput_recaptcha {
	display: inline-block;
}
.gform_wrapper .gform_footer {
	padding: 16px 0 0 0;
	margin: 16px 0 0 0;
	clear: both
}
.gform_wrapper .gform_body input.button,
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_page_footer input.button {
	width: auto;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5 !important;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 17px 30px;
	text-align: center; 
	border: 0;
	cursor:pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: top;
	background-color: #e73f3e;
	-webkit-appearance: none !important;
}

.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=submit] {
	width: auto;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5 !important;
	color: #fff;
	font-weight: 600;
	margin: 12px 0;
	padding: 17px 30px;
	text-align: center; 
	border: 0;
	cursor:pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: top;
	background-color: #e73f3e;
	-webkit-appearance: none !important;
}
	
.gform_wrapper .gform_body input.button:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:hover {
	background-color: #108ee3;
}
.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
	font-size: 16px;
	display: block;
	text-align: center
}
.gform_wrapper .gform_footer input[type=image] {
	padding: 0;
	width: auto!important;
	background: 0 0!important;
	border: none!important;
	margin: 0 auto 16px!important;
	display: block;
	max-width: 100%
}
.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
	min-height: 45px
}
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url], .gform_wrapper .gfield_error .ginput_complex .ginput_full select, .gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url] {
	width: 100%
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
	position: relative;
	margin: 0 0 16px;
	line-height: 1.2
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 300
}
.gform_wrapper input.datepicker.datepicker_with_icon {
	margin-right: 4px!important;
	display: -moz-inline-stack;
	display: inline-block
}
.gform_wrapper .gf_hidden, .gform_wrapper .gform_hidden, .gform_wrapper input.gform_hidden, .gform_wrapper input[type=hidden] {
	display: none!important;
	max-height: 1px!important;
	overflow: hidden
}
.gform_wrapper .gf_invisible {
	visibility: hidden;
	position: absolute;
	left: -9999px
}
.gform_wrapper .ginput_full br, .gform_wrapper .ginput_left br, .gform_wrapper .ginput_right br {
	display: none!important
}
.gform_wrapper ul.gfield_checkbox li, 
.gform_wrapper ul.gfield_radio li {
	padding: 0!important
}
.gform_wrapper.align-center_wrapper ul.gfield_checkbox li, 
.gform_wrapper.align-center_wrapper ul.gfield_radio li {
	display: inline-block;
	margin: 10px 15px;
}
.gform_wrapper ul.gfield_radio li input+input {
	margin-left: 4px
}
.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
	margin-right: 6px;
	margin-top: 4px
}
.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message {
	margin-top: 6px
}
.gform_wrapper .ginput_container.ginput_list+.gfield_description.validation_message {
	margin-top: 0
}
.gform_wrapper li.gfield_html {
	max-width: 100%
}
.gform_wrapper .gfield_html.gfield_no_follows_desc {
	margin-top: 10px
}
body .gform_wrapper ul li.gfield.gfield_html img {
	max-width: 100%!important
}
.gform_wrapper .gform_ajax_spinner {
	padding-left: 10px
}
.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none!important;
	position: absolute!important;
	left: -9000px
}
.gform_wrapper .gfield_captcha_input_container {
	padding-top: 3px
}
.gform_wrapper .simple_captcha_small input {
	width: 64px
}
.gform_wrapper .simple_captcha_medium input {
	width: 96px
}
.gform_wrapper .simple_captcha_large input {
	width: 128px
}
.gform_wrapper .gform_wrapper .left_label .simple_captcha_small, .gform_wrapper .left_label .simple_captcha_large, .gform_wrapper .left_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_large, .gform_wrapper .right_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_small {
	margin-left: 32%
}
.gform_wrapper .gfield_captcha_container img.gfield_captcha {
	border: none!important;
	background: 0 0!important;
	float: none!important;
	margin: 0!important;
	padding: 0!important
}
.gform_wrapper .left_label .math_large, .gform_wrapper .left_label .math_medium, .gform_wrapper .left_label .math_small, .gform_wrapper .left_label div.charleft, .gform_wrapper .right_label .math_large, .gform_wrapper .right_label .math_medium, .gform_wrapper .right_label .math_small, .gform_wrapper .right_label div.charleft {
	margin-left: 32%
}
.gform_wrapper .math_small input {
	width: 70px
}
.gform_wrapper .math_medium input {
	width: 510px
}
.gform_wrapper .math_large input {
	width: 612px
}
.gform_wrapper div.charleft {
	font-size: 11px;
	margin-top: 4px;
	color: #B7B7B7;
	width: 92%!important
}
.gform_wrapper div.charleft[style] {
	width: 92%!important
}
.gform_wrapper div.charleft.warningTextareaInfo {
	color: #A1A1A1
}
.gform_wrapper li.gf_hide_charleft div.charleft {
	display: none!important
}
.gf_submission_limit_message {
	color: #ca4238;
	font-size: 22px
}
.gform_wrapper .ginput_price {
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7
}
.gform_wrapper span.ginput_total {
	color: #060;
	font-size: 30px;
	font-weight: 600;
}
.gform_wrapper .top_label span.ginput_total {
	margin: 8px 0
}
.gform_wrapper span.ginput_product_price_label {
	margin-right: 2px
}
.gform_wrapper span.ginput_product_price {
	color: #900
}
.gform_wrapper span.ginput_quantity_label {
	margin-left: 10px;
	margin-right: 2px
}
.gform_wrapper input.ginput_quantity[type=text] {
	width: 3rem
}
.gform_wrapper input.ginput_quantity[type=number] {
	width: 4rem
}
.gform_wrapper .gform_page_footer {
	margin: 14px 0;
	width: 100%;
	border-top: 1px dotted #acb3bd;
	padding: 16px 0 0;
	clear: both;
	display: inline-block;
}
.gform_wrapper .gform_page_footer.left_label, .gform_wrapper .gform_page_footer.right_label {
	padding: 16px 0 0 29%
}
.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
	display: -moz-inline-stack;
	display: inline-block
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
	margin: 0 15px 0 0;
}
.gform_wrapper .gform_page_footer .button.gform_button, 
.gform_wrapper .gform_page_footer .button.gform_next_button {
	margin: 0 15px 0 0;
}
.gform_wrapper .gf_progressbar_wrapper {
	clear: both;
	width: 99%;
	margin: 0 0 16px;
	padding: 0 0 16px
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	font-size: 14px;
	line-height: 1!important;
	color: #555;
	font-weight: 600;
	margin: 0 0 15px 0!important;
	padding: 0!important;
	clear: both;
	text-transform: uppercase;
}
.gform_wrapper .gf_progressbar {
	padding: 0;
	position: relative;
	background-color: #dedede;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	width: 100%
}
.gform_wrapper .gf_progressbar_percentage {
	height: 24px;
	text-align: right;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px!important;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	z-index: 999;
	vertical-align: middle;
	background: none;
	border-radius: 20px;
}
.gform_wrapper .gf_progressbar:after {
	display: block;
	width: 100%;
	z-index: 990;
	height: 24px;
	margin-top: -24px;
	border-radius: 20px
}
.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px
}
.gform_wrapper .gf_progressbar_percentage span {
	display: block;
	width: auto;
	float: right;
	margin-right: 12px;
	margin-left: 12px;
	line-height: 1.8
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
	color: #959595;
	text-shadow: none;
	float: none!important;
	margin-left: 12px
}
.gform_wrapper .percentbar_blue {
	background-color: #1a73ad;
	color: #FFF
}
.gform_wrapper .percentbar_gray {
	background-color: #7C7C7C;
	color: #FFF
}
.gform_wrapper .percentbar_green {
	background-color: #88B831;
	color: #FFF
}
.gform_wrapper .percentbar_orange {
	background-color: #FF7120;
	color: #FFF
}
.gform_wrapper .percentbar_red {
	background-color: #FF2A1A;
	color: #FFF
}
.gform_wrapper .gf_page_steps {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}
.gform_wrapper .gf_step {
	margin: 20px;
	display: inline-block;
}
.gform_wrapper .gf_step span.gf_step_number {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 30px 40px;
	font-size: 50px;
	line-height: 1;
	color: #acdcfc;
	font-weight: 700;
	background-color: #1a73ad;
	border: 8px solid #3090cf;
	border-radius: 150px;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.gform_wrapper .gf_step.gf_step_active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.gform_wrapper .gf_step_clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden
}
.gform_wrapper .gf_step_pending,
.gform_wrapper .gf_step_completed,
.gform_wrapper .gf_step span.gf_step_label { display: none !important; }
.gform_wrapper .gfield_password_strength {
	border: 1px solid #DDD;
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 1.8;
	padding: 10px 5px;
	text-align: center;
	background-color: #f5f6f9;
	border-bottom: 3px solid #DDD
}
.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
	margin-right: 16px
}
.gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
	margin-top: 18px;
	margin-bottom: 18px;
	width: 100%
}
.gform_wrapper .gfield_password_strength.bad {
	background-color: #FFB78C;
	border-color: #FF853C;
	border-bottom: 3px solid #FF853C
}
.gform_wrapper .gfield_password_strength.good {
	background-color: #FFEC8b;
	border-color: #FC0;
	border-bottom: 3px solid #FC0
}
.gform_wrapper .gfield_password_strength.mismatch, .gform_wrapper .gfield_password_strength.short {
	background-color: #FFA0A0;
	border-color: #f04040;
	border-bottom: 3px solid #f04040
}
.gform_wrapper .gfield_password_strength.strong {
	background-color: #C3FF88;
	border-color: #8DFF1C;
	border-bottom: 3px solid #8DFF1C
}
.gform_wrapper table.gfield_list, .gform_wrapper table.gfield_list caption, .gform_wrapper table.gfield_list tbody, .gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list tfoot, .gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
.gform_wrapper table.gfield_list {
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: auto!important
}
.gform_wrapper table.gfield_list thead th {
    font-size: 19px;
    line-height: 1.5;
	font-weight: 400;
	text-align: left
}
.gform_wrapper table.gfield_list colgroup {
	width: 100%;
	display: block
}
.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
	color: #ca4238
}
.gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
	padding: 0;
	margin: 0
}
.gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list th {
	padding: 8px 0
}
.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
	padding: 0 0 4px
}
.gform_wrapper table.gfield_list td+td, .gform_wrapper table.gfield_list th+th {
	padding: 0 0 0 16px
}
.gform_wrapper .gfield_list, .gform_wrapper .gfield_list td.gfield_list_cell input {
	width: 100%
}
.gfield_icon_disabled {
	cursor: default!important;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	-khtml-opacity: .6;
	opacity: .6
}
.gform_wrapper table.gfield_list tr {
	padding: 0 0 15px 0 !important;
}
.gform_wrapper table.gfield_list tr td.gfield_list_icons {
	width: 48px!important;
	padding: 0 0 0 8px!important;
	box-sizing: border-box
}
.gform_wrapper table.gfield_list td.gfield_list_icons img {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle
}
.gform_wrapper select.chosen-select {
	visibility: hidden;
	height: 28px!important;
	min-height: 28px!important
}
.gform_wrapper .chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.gform_wrapper .chosen-container, .gform_wrapper .chosen-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.gform_wrapper .chosen-container.chosen-container-multi .chosen-choices {
	min-height: 28px!important
}
.gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.default {
	height: 24px
}
.gform_wrapper .chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #AAA;
	border-top: 0;
	background: #FFF;
	box-shadow: 0 4px 5px rgba(0,0,0,.15)
}
.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
	left: 0
}
.gform_wrapper .chosen-container a {
	cursor: pointer
}
.gform_wrapper .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 23px;
	border: 1px solid #AAA;
	border-radius: 5px;
	background-color: #FFF;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #FFF), color-stop(50%, #F6F6F6), color-stop(52%, #f5f6f9), color-stop(100%, #F4F4F4));
	background: -webkit-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #f5f6f9 52%, #F4F4F4 100%);
	background: -moz-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #f5f6f9 52%, #F4F4F4 100%);
	background: -o-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #f5f6f9 52%, #F4F4F4 100%);
	background: linear-gradient(top, #FFF 20%, #F6F6F6 50%, #f5f6f9 52%, #F4F4F4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px
}
.gform_wrapper .chosen-container-single .chosen-default {
	color: #939aa3
}
.gform_wrapper .chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap
}
.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px
}
.gform_wrapper .chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 1px
}
.gform_wrapper .chosen-container-single .chosen-single abbr:hover, .gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px
}
.gform_wrapper .chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%
}
.gform_wrapper .chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
}
.gform_wrapper .chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap
}
.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	border: 1px solid #AAA;
	font-size: 16px;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0
}
.gform_wrapper .chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box
}
.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px
}
.gform_wrapper .chosen-container .chosen-results {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch
}
.gform_wrapper .chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	-webkit-touch-callout: none
}
.gform_wrapper .chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer
}
.gform_wrapper .chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #acb3bd;
	cursor: default
}
.gform_wrapper .chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #FFF
}
.gform_wrapper .chosen-container .chosen-results li.no-results {
	display: list-item;
	background: #F4F4F4
}
.gform_wrapper .chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: 700;
	cursor: default
}
.gform_wrapper .chosen-container .chosen-results li.group-option {
	padding-left: 15px
}
.gform_wrapper .chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline
}
.gform_wrapper .chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto!important;
	height: 1%;
	border: 1px solid #AAA;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #f5f6f9), color-stop(15%, #FFF));
	background-image: -webkit-linear-gradient(#f5f6f9 1%, #FFF 15%);
	background-image: -moz-linear-gradient(#f5f6f9 1%, #FFF 15%);
	background-image: -o-linear-gradient(#f5f6f9 1%, #FFF 15%);
	background-image: linear-gradient(#f5f6f9 1%, #FFF 15%);
	cursor: text
}
.gform_wrapper .chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
	margin: 1px 0;
	padding: 5px;
	height: 15px;
	border: 0!important;
	background: 0 0!important;
	box-shadow: none;
	color: #666;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
	color: #939aa3
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 5px 0 5px 5px!important;
	padding: 3px 20px 3px 5px;
	border: 1px solid #AAA;
	border-radius: 3px;
	background-color: #E4E4E4;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #f5f6f9));
	background-image: -webkit-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #f5f6f9 100%);
	background-image: -moz-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #f5f6f9 100%);
	background-image: -o-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #f5f6f9 100%);
	background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #f5f6f9 100%);
	background-clip: padding-box;
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0,0,0,.05);
	color: #333;
	line-height: 13px;
	cursor: default
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 1px
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #acb3bd;
	background-color: #E4E4E4;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #f5f6f9));
	background-image: -webkit-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #f5f6f9 100%);
	background-image: -moz-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #f5f6f9 100%);
	background-image: -o-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #f5f6f9 100%);
	background-image: linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #f5f6f9 100%);
	color: #666
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #D4D4D4
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px
}
.gform_wrapper .chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0
}
.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #acb3bd;
	cursor: default
}
.gform_wrapper .chosen-container-active .chosen-single {
	border: 1px solid #5897FB;
	box-shadow: 0 0 5px rgba(0,0,0,.3)
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #AAA;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f5f6f9), color-stop(80%, #FFF));
	background-image: -webkit-linear-gradient(#f5f6f9 20%, #FFF 80%);
	background-image: -moz-linear-gradient(#f5f6f9 20%, #FFF 80%);
	background-image: -o-linear-gradient(#f5f6f9 20%, #FFF 80%);
	background-image: linear-gradient(#f5f6f9 20%, #FFF 80%);
	box-shadow: 0 1px 0 #fff inset
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: 0 0
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px
}
.gform_wrapper .chosen-container-active .chosen-choices {
	border: 1px solid #5897FB;
	box-shadow: 0 0 5px rgba(0,0,0,.3)
}
.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
	color: #111!important
}
.gform_wrapper .chosen-disabled {
	opacity: .5!important;
	cursor: default
}
.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-disabled .chosen-single {
	cursor: default
}
.gform_wrapper .chosen-rtl {
	text-align: right
}
.gform_wrapper .chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0
}
.gform_wrapper .chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl
}
.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px
}
.gform_wrapper .chosen-rtl .chosen-single div {
	right: auto;
	left: 3px
}
.gform_wrapper .chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px
}
.gform_wrapper .chosen-rtl .chosen-choices li {
	float: right
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
	direction: rtl
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px
}
.gform_wrapper .chosen-rtl .chosen-drop, .gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search {
	left: 9999px
}
.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0
}
.gform_wrapper .chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0
}
.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none
}
.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
	padding: 4px 5px 4px 20px;
	direction: rtl
}
.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px
}
.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px
}
.gform_wrapper img#gf_coupon_spinner {
	width: auto !important;
	height: auto !important;
	display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-resolution:144dpi) {
.gform_wrapper .chosen-container .chosen-results-scroll-down span, .gform_wrapper .chosen-container .chosen-results-scroll-up span, .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-container-single .chosen-single abbr, .gform_wrapper .chosen-container-single .chosen-single div b, .gform_wrapper .chosen-rtl .chosen-search input[type=text] {
	background-position: 0 0;
	background-size: 52px 37px!important;
	background-repeat: no-repeat!important
}
}
.gform_wrapper .gform_card_icon_container {
	margin: 8px 0 6px;
	height: 32px
}
.gform_wrapper div.gform_card_icon {
	margin-right: 4px;
	text-indent: -9000px;
	background-image: url(../../files/images/v1/gf-creditcard-icons.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 32px;
	float: left
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
	background-position: 0 0
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
	background-position: 0 -32px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
	background-position: 0 -64px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -36px 0
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
	background-position: -36px -32px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
	background-position: -36px -64px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
	background-position: -72px 0
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
	background-position: -72px -32px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
	background-position: -72px -64px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
	background-position: -108px 0
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
	background-position: -108px -32px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
	background-position: -108px -64px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
	background-position: -144px 0
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
	background-position: -144px -32px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
	background-position: -144px -64px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
	background-position: -180px 0
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
	background-position: -180px -32px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
	background-position: -180px -64px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
	background-position: 0 -192px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
	background-position: 0 -224px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
	background-position: 0 -256px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -36px -192px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
	background-position: -36px -224px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
	background-position: -36px -256px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
	background-position: -72px -192px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
	background-position: -72px -224px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
	background-position: -72px -256px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
	background-position: -108px -192px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
	background-position: -108px -224px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
	background-position: -108px -256px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
	background-position: -144px -192px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
	background-position: -144px -224px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
	background-position: -144px -256px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
	background-position: -180px -192px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
	background-position: -180px -224px
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
	background-position: -180px -256px
}
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
	float: left;
	position: relative;
	top: 4px!important
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
	min-width: 85px!important
}
.gform_wrapper .ginput_complex span.ginput_cardextras {
	display: block;
	overflow: hidden
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
	position: relative;
	display: block;
	min-width: 160px!important
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
	margin-bottom: 8px
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
	max-width: 50%!important
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
	width: 32px;
	height: 23px;
	background-image: url(../../files/images/v1/gf-creditcard-icons.png);
	background-repeat: no-repeat;
	background-position: 0 -128px;
	position: relative;
	top: -1px;
	left: 6px;
	display: -moz-inline-stack;
	display: inline-block
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	padding: 24px;
	border: 1px dashed #dedede;
	text-align: center;
	margin-bottom: 16px;
	background: rgba(0,0,0,.05);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area:hover {
	border: 1px dashed #fff;
	background: rgba(0,0,0,.075);
}
.gform_wrapper span.gform_drop_instructions {
	display: block;
	margin-bottom: 8px
}
.ginput_container_fileupload {
    font-size: 19px;
    line-height: 1.5;
}
.block.form.font-light.default .ginput_container_fileupload { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
.ginput_container_fileupload span#extensions_message {
    display: none !important;
	visibility: hidden !important;
}
.ginput_preview {
	color: #fff;
	font-size: 19px;
    line-height: 1.5;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	vertical-align: top;
	margin: 0 0 10px 0;
}
.gform_delete {
	width: auto !important;
	height: auto !important;
	vertical-align: top !important;
	cursor: pointer;
	display: inline-block !important;
	margin: 8px 4px 0 0;
}
.gform_wrapper .copy_values_option_container .copy_values_enabled {
	width: auto
}
.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
	margin-bottom: 1px
}
.gform_wrapper .form_saved_message {
	margin: 16px 0;
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	border: 2px solid #91AFC7;
	background-color: #E3F3F3;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.gform_wrapper .form_saved_message form {
	text-align: center
}
.gform_wrapper .form_saved_message span:first-child {
	display: block;
	padding: 28px 16px
}
.form_saved_message a.resume_form_link {
	word-wrap: break-word
}
.form_saved_message a.resume_form_link:after, .form_saved_message a.resume_form_link:before {
	content: "";
	display: block
}
.form_saved_message a.resume_form_link:before {
	margin-top: 12px
}
.form_saved_message a.resume_form_link:after {
	margin-bottom: 12px
}
.form_saved_message a+br, .form_saved_message br+br {
	display: none
}
.form_saved_message .form_saved_message_emailform {
	margin: 16px 0 0
}
div.form_saved_message div.form_saved_message_emailform form input[type=text] {
	line-height: 2.25;
	height: 24px;
	margin-bottom: 4px
}
div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
	margin: 12px auto 0;
	display: block
}
.form_saved_message .form_saved_message_emailform .validation_message {
	color: #ca4238
}
.form_saved_message_sent {
	margin: 16px 0;
	width: 100%;
	font-size: 16px;
	border: 2px solid #CFE2C0;
	background-color: #E9FFD9;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.form_saved_message_sent span:first-child {
	display: block;
	padding: 16px
}
body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area, body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
	line-height: 1!important
}
body .gform_wrapper img.ui-datepicker-trigger {
	width: 17px!important;
	height: 16px!important;
	display: -moz-inline-stack;
	display: inline-block
}
body .gform_wrapper img.add_list_item, body .gform_wrapper img.delete_list_item {
	display: -moz-inline-stack;
	display: inline-block;
	margin-top: -2px
}
.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield {
	margin-top: 16px
}
.gform_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text] {
	width: 45.25%
}
.gform_wrapper table.recaptchatable {
	table-layout: auto
}
.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
	margin-left: 29%
}
.gfield .wp-editor-container {
	border: 1px solid #ddd
}
.gfield .wp-switch-editor {
	border-color: #ddd
}
.gfield .html-active .switch-html, .gfield .tmce-active .switch-tmce {
	border-bottom-color: #f5f5f5
}
.gfield .mce-edit-area iframe {
	width: 99.9%!important;
	margin: 0!important
}
body .gform_wrapper ul li.gfield {
	margin: 25px 0 0 0;
	padding-top: 0;
}
body .gform_wrapper ul.gfields li.gfield label.gfield_label {
	margin-bottom: 0!important;
	padding-bottom: 0!important
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
	line-height: inherit
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
	list-style-type: disc!important;
	margin: 0 0 8px;
	overflow: visible;
	padding-left: 0
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
	list-style-type: disc!important;
	margin: 16px 0 16px 28px!important;
	padding-left: 0
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
	list-style-type: decimal!important;
	overflow: visible;
	margin: 0 0 8px;
	padding-left: 0
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
	list-style-type: decimal!important;
	margin: 16px 0 18px 32px;
	padding-left: 0
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
	list-style-type: disc!important;
	padding-left: 0
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
	margin: 16px 0 16px 16px
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
	margin: 0 0 8px
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
	margin: 0 0 18px;
	padding-left: 0
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
	font-weight: 700
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
	margin: 0 0 16px 18px
}
.gform_wrapper span.gf_clear_span {
	display: block;
	height: 1px;
	overflow: hidden;
	width: 100%;
	float: none;
	clear: both;
	margin-top: -1px
}
@media only screen and (max-width:641px) {
.gform_wrapper .chosen-container.chosen-container-single[style], .gform_wrapper div.chosen-container.chosen-container-multi[style] {
	width: 100%!important
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	line-height: 2;
	min-height: 2rem
}
.gform_wrapper textarea {
	line-height: 1.5
}
.gform_wrapper .chosen-container-single .chosen-single {
	height: 40px;
	line-height: 2.8
}
.gform_wrapper .chosen-container-single .chosen-single div b {
	position: relative;
	top: 10px
}
.gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
	width: calc(100% - 10px);
	line-height: 2;
	float: none
}
.gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
	margin-bottom: 0
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: calc(50% - 6px)
}
.gform_wrapper .ginput_container span {
	margin-bottom: 8px;
	display: block
}
.gform_wrapper li.field_sublabel_below .ginput_complex {
	margin-top: 12px!important
}
}
@media only screen and (max-width:761px), (min-device-width:768px) and (max-device-width:1023px) {
.gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
	margin-top: 32px
}
.gform_wrapper table.gfield_list {
	border: 0
}
.gform_wrapper table.gfield_list thead {
	position: absolute;
	top: -9999px;
	left: -9999px
}
.gform_wrapper table.gfield_list tr {
	margin-bottom: 10px;
	display: block;
	background: #fff;
	position: relative;
	border: 1px solid #acb3bd;
	border-top: 2px solid #acb3bd;
	border-bottom: 4px solid #acb3bd
}
.gform_wrapper table.gfield_list td {
	display: block;
	margin-left: 8px;
	margin-right: 8px
}
.gform_wrapper table.gfield_list td.gfield_list_icons {
	border-bottom: 0;
	margin: 16px 0 0!important
}
.gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before, .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
	content: attr(data-label);
	font-size: 14px;
	letter-spacing: .5pt;
	white-space: nowrap;
	display: block;
	clear: both
}
.gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
	margin: 8px 0 3px 8px
}
.gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
	margin: 3px 0 8px 8px
}
.gform_wrapper table.gfield_list td+td, .gform_wrapper table.gfield_list th+th {
	padding: 4px 0 0
}
.gform_wrapper table.gfield_list tr.gfield_list_row_even, .gform_wrapper table.gfield_list tr.gfield_list_row_odd {
	margin: 16px 0
}
.gform_wrapper table.gfield_list tr, .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
	padding-top: 12px
}
.gform_wrapper table.gfield_list tr td.gfield_list_icons {
	width: 100%!important;
	padding: 0 4px 4px!important;
	background-color: #f5f6f9
}
.gform_wrapper table.gfield_list tr td.gfield_list_icons img {
	margin-top: 2px!important
}
.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
	margin-left: 0
}
.gform_wrapper .gfield_list td.gfield_list_cell input {
	width: calc(100% - 16px);
	margin-left: 8px;
	margin-right: 8px
}
}
@media only screen and (min-width:641px) {
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
	margin: 0 0 8px;
	line-height: 1.3
}
.gform_wrapper .gsection {
	margin: 28px 16px 28px 0
}
.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
	float: left;
	width: 29%;
	padding-right: 16px;
	margin-bottom: 16px
}
.gform_wrapper .right_label .gfield_label {
	text-align: right
}
.gform_wrapper .left_label .gfield_description, .gform_wrapper .right_label .gfield_description {
	width: 70%
}
.gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
	margin-bottom: 10px
}
.gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {
	margin-left: 29%
}
.gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
	margin-left: 0;
	padding-top: 4px;
	padding-left: 0;
	line-height: 1.5
}
.gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
	margin-left: 29%!important;
	width: 70%
}
.gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
	overflow: hidden
}
.gform_wrapper .left_label div.ginput_complex, .gform_wrapper .right_label div.ginput_complex {
	width: 70%;
	margin-left: 29%
}
.gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small, .gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small {
	width: 15%
}
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
	width: 35%
}
.gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper .left_label textarea.large, .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .right_label textarea.large, .gform_wrapper .right_label textarea.medium, .gform_wrapper .right_label textarea.small {
	width: 70%
}
.gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
	width: 70%;
	margin-left: 29%!important
}
.gform_wrapper .top_label .gfield_list {
	width: 100%
}
.gform_wrapper .left_label .gf_list_one_column, .gform_wrapper .right_label .gf_list_one_column {
	width: 45%
}
.gform_wrapper .top_label .gf_list_one_column {
	width: 46%
}
.gform_wrapper .left_label li.hidden_label input, .gform_wrapper .right_label li.hidden_label input {
	margin-left: 3.7%
}
.gform_wrapper .left_label li.gfield .gfield_password_strength, .gform_wrapper .right_label li.gfield .gfield_password_strength {
	margin-left: 29%
}
.gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
	width: 25%
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 49.5%
}
.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
	width: 100%
}
.gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
	width: auto
}
.gform_wrapper textarea.small {
	height: 80px;
	width: 100%
}
.gform_wrapper textarea.medium {
	height: 160px;
	width: 100%
}
.gform_wrapper textarea.large {
	height: 320px;
	width: 100%
}
.gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_cardinfo_left {
	width: 50%
}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
	width: 50%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px 0 0
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
	min-height: 43px;
	position: relative;
	float: left
}
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
	width: 47%!important;
	display: -moz-inline-stack;
	display: inline-block
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
	margin-right: 4px
}
.gform_wrapper .gf_step {
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
	display: -moz-inline-stack;
	display: inline-block
}
.gform_wrapper .gform_footer input[type=image] {
	vertical-align: middle
}
.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
	font-size: 16px;
	margin-left: 16px;
	display: -moz-inline-stack;
	display: inline-block
}
.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] {
	width: auto;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
}
.gform_wrapper .ginput_complex .ginput_left {
	padding: 0 8px 0 0;
}
.gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
	content: "";
	display: block
}
.gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
	margin-right: 8px
}
.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	margin-right: -8px;
	padding-right: 8px
}
.gform_wrapper .ginput_complex.ginput_container_address span.ginput_full+span.ginput_right {
	padding-right: 8px!important;
	margin-right: 8px
}
.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
	padding-right: 8px!important;
	margin-right: -8px
}
.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
	margin-right: 8px
}
.gform_wrapper .gfield_error .ginput_container {
	padding-right: 0
}
.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
	margin: 18px 0
}
.gform_wrapper .gform_footer:not(.top_label) {
	padding: 16px 0 10px;
	margin-left: 29%;
	width: 70%
}
.top_label div.ginput_complex.ginput_container.gf_name_has_1, .top_label div.ginput_complex.ginput_container.gf_name_has_2, .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
	width: calc(100% + 15px)
}
.top_label div.ginput_complex.ginput_container.gf_name_has_4 {
	width: calc(100% + 13px)
}
.top_label div.ginput_complex.ginput_container.gf_name_has_5 {
	width: calc(100% + 14px)
}
ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
	width: calc(70% + 15px);
	margin-left: 29%
}
ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
	width: calc(70% + 13px);
	margin-left: 29%
}
ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
	width: calc(70% + 14px);
	margin-left: 29%
}
div.ginput_container_name span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	padding-right: 16px;
	margin-right: -4px
}
div.ginput_complex.ginput_container.gf_name_has_1 span {
	width: 100%
}
div.ginput_complex.ginput_container.gf_name_has_2 span {
	width: 50%
}
div.ginput_complex.ginput_container.gf_name_has_3 span {
	width: 33.3%
}
div.ginput_complex.ginput_container.gf_name_has_4 span {
	width: 25%
}
div.ginput_complex.ginput_container.gf_name_has_5 span {
	width: 19.95%
}
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
	width: 99.75%!important
}
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
	width: 49.75%!important
}
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
	width: 33%!important
}
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
	width: 24.75%!important
}
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
	width: 19.75%!important
}
html:not[dir=rtl] div.ginput_complex.ginput_container.gf_name_has_2 span:first-child, html:not[dir=rtl] div.ginput_complex.ginput_container.gf_name_has_3 span:first-child, html:not[dir=rtl] div.ginput_complex.ginput_container.gf_name_has_4 span:first-child, html:not[dir=rtl] div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
	margin-left: 0!important
}
.gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
	width: calc(100% + 15px)
}
.gform_wrapper ul.gform_fields:not(.top_label) .ginput_complex.ginput_container.ginput_container_email {
	width: calc(70% + 16px);
	margin-left: 29%
}
.gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left, .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
	padding-right: 16px
}
.gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
	width: 70%
}
.gform_wrapper .ginput_complex span.ginput_left+input.gform_hidden+span.ginput_left {
	padding-right: 0
}
.gform_wrapper .ginput_complex span.ginput_left.address_country {
	margin-right: 0
}
html:not[dir=rtl] .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not[dir=rtl] .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not[dir=rtl] .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time) {
	width: 70%;
	margin-left: 29%!important
}
.gform_wrapper .gf_progressbar {
	width: calc(100% - 16px)
}
.gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
	margin-left: 29%;
	width: 70%
}
body .gform_wrapper span.ginput_left.address_city+input.gform_hidden+span.ginput_left.address_country {
	width: calc(50% - 8px);
	margin-right: 0
}
.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
	margin-left: 29%!important
}
}

/* ---- readyclass.min.css ---- */
@media only screen and (min-width:641px) {
.gform_wrapper .top_label li.gfield.gf_inline {
	vertical-align: top;
	width: auto!important;
	margin: 0;
	padding-right: 16px;
	float: none!important;
	display: -moz-inline-stack;
	display: inline-block
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=email].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
	width: 100%
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
	width: 96px!important
}
.gform_wrapper .top_label li.gfield.gf_inline select, .gform_wrapper .top_label li.gfield.gf_inline textarea {
	width: 100%
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text], .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
	width: 70%!important
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
	width: 50px
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
	width: auto
}
.gform_wrapper li.gf_inline div.ginput_container {
	white-space: nowrap!important
}
.gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
	display: block!important
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 16px;
	float: none
}
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input):not(.datepicker) {
	width: 100%!important;
	margin: 8px 0 0;
	padding-left: 0;
	padding-right: 0
}
.gform_wrapper .top_label li.gfield.gf_left_half:before {
	content: "";
	display: block;
	clear: both
}
.gform_wrapper .top_label li.gfield.gf_right_half:after {
	content: "";
	display: table;
	clear: both
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
	width: calc(50% - 8px)
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
	margin-right: 16px
}
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
	width: 100%
}
.gform_wrapper .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea {
	width: 98%
}
.gform_wrapper .top_label li.gfield.gf_left_half input.small, .gform_wrapper .top_label li.gfield.gf_right_half input.small {
	width: 35%
}
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_left_half+li.gsection, .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_right_half+li.gsection, .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
	padding: 16px 0 8px
}
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
	padding: 0 0 8px
}
.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection, .gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gsection, .gform_wrapper .top_label li.gfield.gf_left_third+li.gsection, .gform_wrapper .top_label li.gfield.gf_right_third+li.gsection, .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
	padding: 16px 0 8px
}
.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer, .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
	clear: both
}
.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 8px
}
.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
	width: 33.3%
}
.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
	width: 33.4%
}
.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium {
	width: 100%
}
.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input), .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input), .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input), .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
	width: 100%!important
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
	width: calc(33.3% - 16px)!important;
	margin-right: 16px
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
	width: 33.4%
}
.gform_wrapper .top_label li.gfield.gf_right_third:after {
	content: "";
	display: table;
	clear: both
}
.gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer, .gform_wrapper .top_label li.gfield.gf_left_third+li.gfield, .gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer, .gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield, .gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer, .gform_wrapper .top_label li.gfield.gf_right_third+li.gfield {
	clear: both
}
.gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
	width: 25%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	float: none
}
.gform_wrapper .top_label li.gfield.gf_first_quarter, .gform_wrapper .top_label li.gfield.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gf_second_quarter, .gform_wrapper .top_label li.gfield.gf_third_quarter {
	margin-bottom: 8px
}
.gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select {
	width: 100%!important
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
	width: 24.5%
}
.gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
	content: "";
	display: table;
	clear: both
}
.gform_wrapper .top_label li.gfield.gf_first_quarter input.large, .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_first_quarter select.large, .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter input.large, .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter select.large, .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter input.large, .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter select.large, .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium {
	width: 97.5%
}
.gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer, .gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield, .gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer, .gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield, .gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer, .gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield, .gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer, .gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield {
	clear: both
}
.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
	width: calc(100% + 16px)
}
.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label)li ul.gfield_radio {
	width: calc(70% + 16px)
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
	width: 50%;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0;
	padding-right: 16px;
	min-height: 28px;
	vertical-align: top;
	font-size: 90%
}
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
	width: 33.3%;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0 0 2px;
	padding-right: 16px;
	min-height: 28px;
	vertical-align: top;
	font-size: 90%
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
	max-width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle
}
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
	width: 25%;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0;
	padding-right: 16px;
	min-height: 28px;
	vertical-align: top;
	font-size: 90%
}
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
	width: 20%;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0;
	padding-right: 16px;
	min-height: 28px;
	vertical-align: top;
	font-size: 90%
}
.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
	margin: 0 0 10px
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
	overflow: hidden
}
.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px
}
.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
	width: calc(100% - 16px);
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}
.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
	width: calc(100% - 8px);
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3
}
.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
	width: calc(100% - 8px);
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4
}
.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
	width: calc(100% - 8px);
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5
}
.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
	max-width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
	height: 25px
}
.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
	height: 50px
}
.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
	height: 75px
}
.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
	height: 100px
}
.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
	height: 125px
}
.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
	height: 150px
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
	width: auto!important;
	float: none!important;
	margin: 0 8px 10px 0;
	display: -moz-inline-stack;
	display: inline-block
}
html:not[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, html:not[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
	padding-right: 16px!important
}
html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
	padding-left: 16px!important
}
.gform_wrapper li.checkbox-choice { margin: 60px 0 !important; }	
.gform_wrapper li.checkbox-choice label.gfield_label { display: none; }
.gform_wrapper li.checkbox-choice .ginput_container_radio { display: block; }
.gform_wrapper li.checkbox-choice .ginput_container_radio ul { 
	display: inline-block; 
	width: auto; 
	margin: 0; 
	padding: 0; 
	vertical-align: top;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-color: transparent;
}
.gform_wrapper li.checkbox-choice .ginput_container_radio ul li { 
	width: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}
.gform_wrapper li.checkbox-choice .ginput_container_radio ul li input[type="radio"] {
	display:none;
}
.gform_wrapper li.checkbox-choice .ginput_container_radio ul li label {
	max-width: 125px;
	cursor: pointer !important;
}
.gform_wrapper li.checkbox-choice .ginput_container_radio ul li label .check,
.gform_wrapper li.checkbox-choice .ginput_container_radio ul li input[type="radio"] + label .check span {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 15px auto;
	vertical-align: middle;
	text-align: center;
	background-color: #c4c4c4;
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	cursor: pointer !important;
}
	.block.form.font-light.default .gform_wrapper li.checkbox-choice .ginput_container_radio ul li label .check,
	.block.form.font-light.default .gform_wrapper li.checkbox-choice .ginput_container_radio ul li input[type="radio"] + label .check span { background-color: #dedede; }
.gform_wrapper li.checkbox-choice .ginput_container_radio ul li label { margin: 0 33px; }
.gform_wrapper li.checkbox-choice .ginput_container_radio ul li:first-child label { margin: 0 33px 0 0; }
.gform_wrapper li.checkbox-choice .ginput_container_radio ul li:last-child label { margin: 0 0 0 33px; }
.gform_wrapper li.checkbox-choice .ginput_container_radio ul li input[type="radio"]:checked + label span {
	border: 4px solid #c4c4c4;
	background-color: #94b259;
}
.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
	display: none!important
}
.gform_wrapper li.gsection.gf_scroll_text {
	height: 240px;
	width: calc(100% - 16px);
	padding: 16px;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #acb3bd;
	border-bottom: 1px solid #acb3bd!important
}
.gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
	margin: 10px 10px 0 8px!important
}
.gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title, .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
	margin: 0 10px 0 8px!important
}
.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
	margin: 10px;
	font-size: 12px
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
	list-style-type: disc!important;
	margin: 0 0 8px;
	overflow: visible;
	padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
	list-style-type: disc!important;
	margin: 16px 0 16px 18px;
	padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
	list-style-type: decimal!important;
	overflow: visible;
	margin: 0 0 8px;
	padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
	list-style-type: decimal!important;
	margin: 16px 0 18px 32px;
	padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
	list-style-type: disc!important;
	padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
	margin: 16px 0 16px 18px
}
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
	margin: 0 0 8px
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
	margin: 0 0 18px;
	padding-left: 0
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
	font-weight: 700
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
	margin: 0 0 16px 18px
}
.gform_wrapper li.gfield.gfield_html.gf_alert_blue, .gform_wrapper li.gfield.gfield_html.gf_alert_gray, .gform_wrapper li.gfield.gfield_html.gf_alert_green, .gform_wrapper li.gfield.gfield_html.gf_alert_red, .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0!important;
	padding: 20px!important
}
.gform_wrapper li.gfield.gfield_html.gf_alert_green {
	border: 1px solid #97B48A;
	background-color: #CBECA0;
	text-shadow: #DFB 1px 1px;
	color: #030
}
.gform_wrapper li.gfield.gfield_html.gf_alert_red {
	border: 1px solid #CFADB3;
	background-color: #FAF2F5;
	text-shadow: #FFF 1px 1px;
	color: #832525
}
.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
	border: 1px solid #E6DB55;
	background-color: #FFFBCC;
	text-shadow: #FCFAEA 1px 1px;
	color: #222
}
.gform_wrapper li.gfield.gfield_html.gf_alert_gray {
	border: 1px solid #acb3bd;
	background-color: #f5f6f9;
	text-shadow: #FFF 1px 1px;
	color: #424242
}
.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
	border: 1px solid #a7c2e7;
	background-color: #D1E4F3;
	text-shadow: #E0F1FF 1px 1px;
	color: #314475
}
div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
	margin: 30px 0;
	max-width: 99%;
	border-top: 1px solid #E6DB55;
	border-bottom: 1px solid #E6DB55;
	padding: 32px;
	background-color: #FFFBCC;
	color: #424242;
	font-size: 25px
}
div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
	margin: 30px 0;
	max-width: 99%;
	border-top: 1px solid #acb3bd;
	border-bottom: 1px solid #acb3bd;
	padding: 32px;
	background-color: #EAEAEA;
	color: #424242;
	font-size: 25px
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
	position: relative;
	background-color: #FFFBD2;
	margin: 30px 0;
	border: 1px solid #E6DB55;
	-webkit-box-shadow: 0 0 5px rgba(221,215,131,.75);
	-moz-box-shadow: 0 0 5px rgba(221,215,131,.75);
	box-shadow: 0 0 5px rgba(221,215,131,.75)
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
	margin: 0;
	padding: 40px;
	max-width: 99%;
	font-size: 28px;
	border-top: 2px solid #FFF;
	border-bottom: 1px solid #E6DB55;
	color: #424242;
	background: #fffce5;
	background: -moz-linear-gradient(top, #fffce5 0, #fff9bf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffce5), color-stop(100%, #fff9bf));
	background: -webkit-linear-gradient(top, #fffce5 0, #fff9bf 100%);
	background: -o-linear-gradient(top, #fffce5 0, #fff9bf 100%);
	background: -ms-linear-gradient(top, #fffce5 0, #fff9bf 100%);
	background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%)
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
	position: relative;
	background-color: #f1fcdf;
	margin: 30px 0;
	border: 1px solid #a7c37c;
	-webkit-box-shadow: 0 0 5px rgba(86,122,86,.4);
	-moz-box-shadow: 0 0 5px rgba(86,122,86,.4);
	box-shadow: 0 0 5px rgba(86,122,86,.4)
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
	margin: 0;
	padding: 40px;
	max-width: 99%;
	font-size: 28px;
	border-top: 2px solid #effade;
	border-bottom: 1px solid #a7c37c;
	text-shadow: #DFB 1px 1px;
	color: #030;
	background: #dbf2b7;
	background: -moz-linear-gradient(top, rgba(219,242,183,1) 0, rgba(180,208,136,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(219,242,183,1)), color-stop(100%, rgba(180,208,136,1)));
	background: -webkit-linear-gradient(top, rgba(219,242,183,1) 0, rgba(180,208,136,1) 100%);
	background: -o-linear-gradient(top, rgba(219,242,183,1) 0, rgba(180,208,136,1) 100%);
	background: -ms-linear-gradient(top, rgba(219,242,183,1) 0, rgba(180,208,136,1) 100%);
	background: linear-gradient(to bottom, rgba(219,242,183,1) 0, rgba(180,208,136,1) 100%)
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 40%;
	background: rgba(0,0,0,.2);
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 15px 10px rgba(0,0,0,.2);
	box-shadow: 0 15px 10px rgba(0,0,0,.2);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg)
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto
}
.gform_wrapper form.gf_simple_horizontal {
	width: calc(100% -16px);
	margin: 0 auto
}
.gform_wrapper form.gf_simple_horizontal div.gform_body, .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	position: relative
}
.gform_wrapper form.gf_simple_horizontal div.gform_body {
	width: auto;
	max-width: 75%
}
.gform_wrapper form.gf_simple_horizontal div.ginput_container, .gform_wrapper form.gf_simple_horizontal ul li.gfield {
	margin-top: 0!important
}
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
	width: auto;
	max-width: 25%;
	padding: 0;
	margin: 0
}
body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
	text-align: left
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
	display: -moz-inline-stack;
	display: inline-block;
	padding-right: 16px;
	height: auto
}
.gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message), .gform_wrapper form.gf_simple_horizontal .ginput_complex label, .gform_wrapper form.gf_simple_horizontal label.gfield_label {
	display: block;
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -9000px;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(1):nth-last-child(1) {
	width: 100%
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(1):nth-last-child(2), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(2):nth-last-child(1) {
	width: 50%
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(1):nth-last-child(3), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(2):nth-last-child(2), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(3):nth-last-child(1) {
	width: 33.3333%
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(1):nth-last-child(4), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(2):nth-last-child(3), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(3):nth-last-child(2), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(4):nth-last-child(1) {
	width: 25%
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(1):nth-last-child(5), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(2):nth-last-child(4), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(3):nth-last-child(3), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(4):nth-last-child(2), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(5):nth-last-child(1) {
	width: 20%
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(1):nth-last-child(6), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(2):nth-last-child(5), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(3):nth-last-child(4), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(4):nth-last-child(3), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(5):nth-last-child(2), .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(6):nth-last-child(1) {
	width: 16.6%
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
	vertical-align: middle
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small {
	width: 100%
}
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image] {
	height: auto
}
.gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
	margin-bottom: 0
}
}

/* ---- browsers.min.css ---- */

.gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
	margin-left: 32%
}
.gform_wrapper.gf_browser_chrome select[multiple=multiple], .gform_wrapper.gf_browser_safari select[multiple=multiple] {
	height: auto!important
}
.entry .gform_wrapper.gf_browser_safari ul li:after, .entry .gform_wrapper.gf_browser_safari ul li:before {
	content: ""
}
.entry .gform_wrapper.gf_browser_chrome ul li:after, .entry .gform_wrapper.gf_browser_chrome ul li:before, .entry .gform_wrapper.gf_browser_gecko ul li:after, .entry .gform_wrapper.gf_browser_gecko ul li:before, .entry .gform_wrapper.gf_browser_ie ul li:after, .entry .gform_wrapper.gf_browser_ie ul li:before, .entry .gform_wrapper.gf_browser_iphone ul li:after, .entry .gform_wrapper.gf_browser_iphone ul li:before, .entry .gform_wrapper.gf_browser_unknown ul li:after, .entry .gform_wrapper.gf_browser_unknown ul li:before, .gform_wrapper.gf_browser_chrome ul li:after, .gform_wrapper.gf_browser_chrome ul li:before, .gform_wrapper.gf_browser_gecko ul li:after, .gform_wrapper.gf_browser_gecko ul li:before, .gform_wrapper.gf_browser_ie ul li:after, .gform_wrapper.gf_browser_ie ul li:before, .gform_wrapper.gf_browser_iphone ul li:after, .gform_wrapper.gf_browser_iphone ul li:before, .gform_wrapper.gf_browser_unknown ul li:after, .gform_wrapper.gf_browser_unknown ul li:before {
	content: none
}
.gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
	width: 99%!important
}
.gform_wrapper.gf_browser_safari .gfield_checkbox li input, .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
	margin-top: 4px
}
.gform_wrapper.gf_browser_safari input.button.gform_button_select_files {
	padding: 6px 12px!important
}
.gform_wrapper.gf_browser_safari .gfield_time_ampm select {
	max-width: 4rem!important
}
.gform_wrapper.gf_browser_chrome select {
	padding: 2px 0 2px 3px
}
.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
	width: 3.5rem!important
}
.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
	width: 99%!important
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {
	text-indent: 2px;
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-top: 2px
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 6px
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	margin-left: 1px
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
	padding-top: 2px
}
.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last, .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
	margin-left: 1.1%
}
.gform_wrapper.gf_browser_chrome .gfield_error input[type=email], .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], .gform_wrapper.gf_browser_chrome .gfield_error input[type=text], .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], .gform_wrapper.gf_browser_chrome .gfield_error select, .gform_wrapper.gf_browser_chrome .gfield_error textarea, .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
	margin-bottom: 2px
}
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
	padding: 6px 12px!important
}
.gform_wrapper.gf_browser_chrome span.address_country {
	margin-top: -2px
}
.gform_wrapper.gf_browser_gecko select {
	padding: 15px 20px;
}
.gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
	min-width: 5.4rem!important
}
.gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
	margin-right: 1px
}
.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single {
	height: 32px;
	line-height: 2.4
}
.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
	position: relative;
	top: 5px
}
.gform_wrapper.gf_browser_ie .gfield_time_hour {
	width: 80px
}
.gform_wrapper.gf_browser_ie .gfield_time_minute {
	width: 70px
}
.gform_wrapper.gf_browser_ie .gfield_time_ampm {
	padding-top: 2px
}
.gform_wrapper.gf_browser_ie .gfield_time_hour input, .gform_wrapper.gf_browser_ie .gfield_time_minute input {
	margin-left: 0
}
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
	margin: 3px 0 5px
}
.gform_wrapper.gf_browser_ie .gform_footer input.button {
	padding: 3px
}
.gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
	overflow: hidden;
	clear: both
}
.gform_wrapper.gf_browser_ie .gfield_radio li {
	line-height: 20px!important
}
.gform_wrapper.gf_browser_ie .gfield_checkbox li input, .gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio] {
	margin-top: 0
}
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
	padding: 2px 0
}
.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
	width: 99%!important
}
.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
	margin-left: 32%
}
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
	position: relative;
	top: -1px;
	left: 4px
}
.gform_wrapper.gf_browser_ie img.add_list_item, .gform_wrapper.gf_browser_ie img.delete_list_item {
	width: 16px!important;
	height: 16px!important;
	background-size: 16px 16px!important
}
@media only screen and (max-width:641px) {
.gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single {
	height: 44px;
	line-height: 3.2
}
.gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b, .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b {
	position: relative;
	top: 12px
}
}

.res {
	display: none;	
}

.res.full,
.res.res-1920,
.res.res-1600,
.res.res-1440,
.res.res-1280,
.res.res-1024,
.res.res-900,
.res.res-768,
.res.res-640,
.res.res-480,
.res.res-320 {
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 5px 10px;
	color: #fff;
	background-color: #F06;
	z-index: 999999999;	
	font-size: 18px;
	line-height: 1.0;
}
.hide-res-full { display: none !important; }

@media only screen and (max-width: 1920px) and (min-width: 1601px) {

.res.res-1920 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-1920 { display: none !important; }	

}

@media only screen and (max-width: 1600px) and (min-width: 1441px) {

.res.res-1600 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-1600 { display: none !important; }		

}

@media only screen and (max-width: 1440px) and (min-width: 1281px) {

.res.res-1440 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-1440 { display: none !important; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .left { max-width: 820px; }
.page-wrapper .inner .content-main .right { max-width: 547px; }
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 20px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 12px; }
.articles-wrapper .articles .item p.excerpt { font-size: 13px; }
.articles-wrapper .articles .item h3.category { font-size: 16px; }
.articles-wrapper .articles .item h3.category span.line { height: 4px; margin: 6px 0 0 0; }
.articles-wrapper .articles .item h3.category span.line.left { margin-right: 8px; }
.articles-wrapper .articles .item h3.category span.line.right { margin-left: 8px; }
	
/* PAGES: Banner
----------------------------------------------------------------------------- */
.block.banner ul#banner,
.block.banner ul#banner li { padding-bottom: 50%; }

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.email-signup.inarticle { width: 67.5%; padding: 7% 36% 7% 8%; }
.email-signup .enews form input { width: 57.5%; font-size: 13px; }
.email-signup .enews form input[type=submit] { width: 36%; font-size: 13px; }
.email-signup.infeed .enews form input,
.email-signup.infeed .enews form input[type=submit],
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form input[type=submit] { font-size: 13px; }
.email-signup .text h4 { font-size: 23px; line-height: 1.0; }
.email-signup .text h5 { font-size: 16px; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 9px; }
	
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
	
.res.res-1280 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-1280 { display: none !important; }

/* GLOBAL: Search
----------------------------------------------------------------------------- */
.block.search-container .content-wrapper .content .text fieldset form input.button[type=submit] { width: 100px; height: 100px; }
.block.search-container .content-wrapper .content .text fieldset form input.search { width: 65%; padding: 22px 0; margin: 0 65px 0 0; font-size: 45px; }
.block.search-container .content-wrapper .content .text fieldset form input:focus { font-size: 82px; padding: 0; }
	
/* GLOBAL: Fixed Menu
----------------------------------------------------------------------------- */
.block.fixed-menu-container .fixed-menu { width: 40%; }

/* GLOBAL: Header
----------------------------------------------------------------------------- */
header .masterhead .logo h1.icon,
header .masterhead .logo h1.icon a { width: 122px; height: 50px; margin: 10px 15px; background-size: 122px 50px; }
header .masterhead .logo h1.icon a { margin: 0; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 23px 26px 23px 16px; background-size: auto 400%; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 7px; height: 24px; }
header .masterhead nav ul.menu li a { font-size: 16px; padding: 22px 10px; }
header .masterhead nav ul.menu li.menu-item-has-children:hover span.arrow { width: 22px; height: 10px; }
header .masterhead nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 60px; }
header .masterhead .nav.main-nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 42px; }
header .masterhead nav ul.menu li a { font-size: 14px; padding: 14px 8px; }
header .masterhead .social-search { margin: 15px; }
header .masterhead .social-search .social .social-buttons ul li a { width: 16px; height: 16px; }
header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
header .masterhead .signup-button a { height: 70px; font-size: 0.8rem; }
nav.with-dropdown ul.menu li.hide-computer, 
nav.with-dropdown ul.menu li ul.sub-menu li.hide-computer, 
nav.with-dropdown ul.menu li ul.sub-menu li ul.sub-menu li.hide-computer { display: inline-block !important; }
nav.with-dropdown ul.menu li.hide-computer-small,
nav.with-dropdown ul.menu li ul.sub-menu li.hide-computer-small,
nav.with-dropdown ul.menu li ul.sub-menu li ul.sub-menu li.hide-computer-small { display: none !important; }

/* GLOBAL: Advertisements
----------------------------------------------------------------------------- */
.advertisement.align-center,
.advertisement.align-left,
.advertisement.align-right { width: 100%; display: block; padding: 10px 0 15px 0; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .left { max-width: 729px; }
.page-wrapper .inner .content-main .right { max-width: 486px; }
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 20px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 12px; }
.articles-wrapper .articles .item p.excerpt { font-size: 13px; }
.articles-wrapper .articles .item h3.category { font-size: 16px; }
.articles-wrapper .articles .item h3.category span.line { height: 4px; margin: 6px 0 0 0; }
.articles-wrapper .articles .item h3.category span.line.left { margin-right: 8px; }
.articles-wrapper .articles .item h3.category span.line.right { margin-left: 8px; }
	
/* PAGES: Banner
----------------------------------------------------------------------------- */
.block.banner ul#banner,
.block.banner ul#banner li { padding-bottom: 55%; }
.block.banner ul#banner li .text h2.title,
.block.banner ul#banner li .text h2.title a { font-size: 34px; line-height: 1.0; }
.block.banner ul#banner li .text p.excerpt { font-size: 17px; }

/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1,
.block.latest-articles .articles-wrapper .articles .item.item-2 { padding-bottom: 28%; }
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { padding-bottom: 23%; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title{ font-size: 30px; }
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 22px; }

/* PAGES: Alerts
----------------------------------------------------------------------------- */
.alerts-wrapper .alert .title { width: 20%; }
.alerts-wrapper .alert .title h1 { padding: 5%; }
.alerts-wrapper .alert .text { width: 79.5%; }
.alerts-wrapper .alert .text h4 { padding: 2.5%; }

/* PAGE: Article
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .image-block .description { width: 100%; margin: 1.5% 0 0 0; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 13px; }

.page-wrapper .article-header { margin: 5px 0 15px 0; }
.page-wrapper .article-header h1.title { font-size: 40px; }
.page-wrapper .article-header h2.subtitle { font-size: 17px; }
.page-wrapper .article-header .article-byline { padding: 8px 0; }
.page-wrapper .article-header .article-byline .meta-data p { font-size: 14px; }
.content .social-buttons ul.social li a {  width: 22px; height: 22px; background-size: 22px 22px; }
.content .social-buttons.stacked ul.social li a { margin: 0 0 12px 0; }
.content .social-buttons ul.social li a span.pulse-dot { height: 8px; width: 8px; top: -3px; right: -6px; border: 1px solid #f9f9f9; }
.content .social-buttons ul.social li a span.pulse-dot span.expanding-circle { height: 14px; width: 14px; top: -6px; left: -6px; border: 3px solid #4080ff; }
	
/* Title Wrap */ 
.title-wrap.small h2.title { font-size: 16px; padding: 12px 16px; }
.title-wrap.large h2.title { font-size: 18px; padding: 14px 20px; }
.title-wrap.small::after { height: 5px; top: 18px;; }
.title-wrap.large::after { height: 5px; top: 21px; }

/* Support Us Promo */ 
.support-us-promo .icon { width: 12%; padding-bottom: 12%; }
.support-us-promo .text { width: 83%; margin: 0 0 0 5%; }
.support-us-promo .text h4 { font-size: 18px; }
.support-us-promo .text h4 a { font-size: 17px; }

/* Related Stories */ 
.related-stories .articles .item h2.title, 
.related-stories .articles .item h2.title a { font-size: 16px; }
.related-stories .articles .item p.author, 
.related-stories .articles .item .meta-data { font-size: 11px; }

/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 15px; margin: 8px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 11px; }
	
/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 5%; }
.email-signup.inarticle { width: 63.5%; padding: 7% 40% 7% 8%; }
.email-signup .enews form input { width: 57.5%; font-size: 13px; }
.email-signup .enews form input[type=submit] { width: 36%; font-size: 13px; }
.email-signup.infeed .enews form input,
.email-signup.infeed .enews form input[type=submit],
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form input[type=submit] { font-size: 13px; }
.email-signup .text h4 { font-size: 22px; line-height: 1.0; }
.email-signup .text h5 { font-size: 15px; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 9px; }

}

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

.res.res-1024 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-1024 { display: none !important; }

/* GLOBAL: Search
----------------------------------------------------------------------------- */
.block.search-container .close-button { top: 75px; right: 75px; }
.block.search-container .content-wrapper .content .text fieldset form input.button[type=submit] { width: 100px; height: 100px; }
.block.search-container .content-wrapper .content .text fieldset form input.search { width: 65%; padding: 22px 0; margin: 0 55px 0 0; font-size: 45px; }
.block.search-container .content-wrapper .content .text fieldset form input:focus { font-size: 82px; padding: 0; }
	
/* GLOBAL: Fixed Menu
----------------------------------------------------------------------------- */
.block.fixed-menu-container .fixed-menu { width: 45%; }
.block.fixed-menu-container .close-button { width: 20px; height: 20px; top: 20px; right: 20px; }
.block.fixed-menu-container .close-button a { width: 20px; height: 20px; }
.block.fixed-menu-container .fixed-menu ul.menu li a { font-size: 18px; padding: 14px; }
.block.fixed-menu-container .fixed-menu ul.menu li a:hover { font-size: 22px; }

/* GLOBAL: Header
----------------------------------------------------------------------------- */
header .masterhead .logo h1.icon,
header .masterhead .logo h1.icon a { width: 122px; height: 50px; margin: 10px 15px; background-size: 122px 50px; }
header .masterhead .logo h1.icon a { margin: 0; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 23px 26px 23px 16px; background-size: auto 400%; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 7px; height: 24px; }
header .masterhead nav ul.menu li a { font-size: 16px; padding: 22px 10px; }
header .masterhead nav ul.menu li.menu-item-has-children:hover span.arrow { width: 22px; height: 10px; }
header .masterhead nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 60px; }
header .masterhead .nav.main-nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 42px; }
header .masterhead nav ul.menu li a { font-size: 14px; padding: 14px 8px; }
header .masterhead .social-search { margin: 15px; }
header .masterhead .social-search .social .social-buttons ul li a { width: 16px; height: 16px; }
header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
header .masterhead .signup-button a { height: 70px; font-size: 0.8rem; }

/* GLOBAL: Buttons
----------------------------------------------------------------------------- */
.button a { margin: 7px 10px 7px 0!important; }
.text.text-align-left .button a { margin: 7px 10px 7px 0!important; }
.text.text-align-center .button a { margin: 7px 10px!important; }
.text.text-align-right .button a { margin: 7px 0 7px 10px!important; }
.button-xsmall a { font-size: 11px!important; padding: 8px 20px!important; }
.button-small a { font-size: 13px!important; padding: 9px 21px!important; }
.button-medium a { font-size: 15px!important; padding: 11px 23px!important; }
.button-large a { font-size: 17px!important; padding: 13px 25px!important; }
.button-xlarge a { font-size: 19px!important; padding: 15px 27px!important; }
.button.outline a { border-width: 3px; }
.button-xsmall a span.icon { width: 11px; height: 11px; }
.button-small a span.icon { width: 13px; height: 13px; }
.button-medium a span.icon { width: 15px; height: 15px; }
.button-large a span.icon { width: 17px; height: 17px; }
.button-xlarge a span.icon { width: 19px; height: 19px; }

/* GLOBAL: Advertisements
----------------------------------------------------------------------------- */
.advertisement.align-center,
.advertisement.align-left,
.advertisement.align-right { width: 100%; display: block; padding: 10px 0 15px 0; }

/* PAGES: Global
----------------------------------------------------------------------------- */
.block .content { padding: 7% 0; }
.block .content.pad-top-1 { padding-top: 2%; }
.block .content.pad-top-2 { padding-top: 3%; }
.block .content.pad-top-3 { padding-top: 4%; }
.block .content.pad-top-4 { padding-top: 5%; }
.block .content.pad-top-5 { padding-top: 6%; }
.block .content.pad-top-6 { padding-top: 7%; }
.block .content.pad-top-7 { padding-top: 8%; }
.block .content.pad-top-8 { padding-top: 9%; }
.block .content.pad-top-9 { padding-top: 10%; }
.block .content.pad-top-10 { padding-top: 11%; }
.block .content.pad-top-11 { padding-top: 12%; }
.block .content.pad-top-12 { padding-top: 13%; }
.block .content.pad-top-13 { padding-top: 14%; }
.block .content.pad-top-14 { padding-top: 15%; }
.block .content.pad-top-15 { padding-top: 16%; }
.block .content.pad-top-16 { padding-top: 17%; }
.block .content.pad-top-17 { padding-top: 18%; }
.block .content.pad-top-18 { padding-top: 19%; }
.block .content.pad-top-19 { padding-top: 20%; }
.block .content.pad-top-20 { padding-top: 21%; }
.block .content.pad-bottom-1 { padding-bottom: 2%; }
.block .content.pad-bottom-2 { padding-bottom: 3%; }
.block .content.pad-bottom-3 { padding-bottom: 4%; }
.block .content.pad-bottom-4 { padding-bottom: 5%; }
.block .content.pad-bottom-5 { padding-bottom: 6%; }
.block .content.pad-bottom-6 { padding-bottom: 7%; }
.block .content.pad-bottom-7 { padding-bottom: 8%; }
.block .content.pad-bottom-8 { padding-bottom: 9%; }
.block .content.pad-bottom-9 { padding-bottom: 10%; }
.block .content.pad-bottom-10 { padding-bottom: 11%; }
.block .content.pad-bottom-11 { padding-bottom: 12%; }
.block .content.pad-bottom-12 { padding-bottom: 13%; }
.block .content.pad-bottom-13 { padding-bottom: 14%; }
.block .content.pad-bottom-14 { padding-bottom: 15%; }
.block .content.pad-bottom-15 { padding-bottom: 16%; }
.block .content.pad-bottom-16 { padding-bottom: 17%; }
.block .content.pad-bottom-17 { padding-bottom: 18%; }
.block .content.pad-bottom-18 { padding-bottom: 19%; }
.block .content.pad-bottom-19 { padding-bottom: 20%; }
.block .content.pad-bottom-20 { padding-bottom: 21%; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .left { max-width: 535px; }
.page-wrapper .inner .content-main .right { max-width: 437px; }
.articles-wrapper .articles .grid-sizer { width: 100%; }
.articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 24px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 13px; }
.articles-wrapper .articles .item p.excerpt { font-size: 14px; }
.articles-wrapper .articles .item .image { padding-bottom: 60%; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 16px; padding: 32px 23px; }
	
/* PAGES: Banner
----------------------------------------------------------------------------- */
.block.banner ul#banner,
.block.banner ul#banner li { padding-bottom: 55%; }
.block.banner ul#banner li .text h2.title,
.block.banner ul#banner li .text h2.title a { font-size: 30px; line-height: 1.0; }
.block.banner ul#banner li .text p.excerpt { font-size: 17px; }
.block.banner #progress { height:6px; }
.block.banner .banner-buttons .banner-previous a,
.block.banner .banner-buttons .banner-next a { width: 40px; height: 40px; background-size: 15px 15px; }

/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1,
.block.latest-articles .articles-wrapper .articles .item.item-2 { padding-bottom: 28%; }
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { padding-bottom: 23%; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title{ font-size: 26px; }
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 19px; }

/* PAGE: Carousel
----------------------------------------------------------------------------- */
.block.carousel .articles-wrapper .carousel-wrap { margin: 20px 50px; }
.block.carousel .articles-wrapper h3.title { font-size: 16px; }

/* PAGES: Alerts
----------------------------------------------------------------------------- */
.alerts-wrapper .alert .title { width: 25%; }
.alerts-wrapper .alert .title h1 { padding: 5%; font-size: 17px; }
.alerts-wrapper .alert .text { width: 74.5%; }
.alerts-wrapper .alert .text h4 { padding: 2.5%; }

/* PAGE: Article
----------------------------------------------------------------------------- */
body.single .page-wrapper .inner .content-main .post .content { width: 96%;  margin: 3.5% 2%; }
.page-wrapper .inner .content-main .image-block .description { width: 100%; margin: 1.5% 0 0 0; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 12px; }

.page-wrapper .article-header { margin: 5px 0 15px 0; }
.page-wrapper .article-header h3.category { font-size: 20px; }
.page-wrapper .article-header h1.title { font-size: 36px; padding: 8px 0; }
.page-wrapper .article-header h2.subtitle { font-size: 16px; }
.page-wrapper .article-header h3.category span.line { height: 5px; width: 28px; margin: 8px 0 0 0; }
.page-wrapper .article-header .article-byline { padding: 8px 0; }
.page-wrapper .article-header .article-byline .meta-data p { font-size: 14px; }
.content .social-buttons ul.social li a {  width: 22px; height: 22px; background-size: 22px 22px; }
.content .social-buttons.stacked ul.social li a { margin: 0 0 12px 0; }
.content .social-buttons ul.social li a span.pulse-dot { height: 8px; width: 8px; top: -3px; right: -6px; border: 1px solid #f9f9f9; }
.content .social-buttons ul.social li a span.pulse-dot span.expanding-circle { height: 14px; width: 14px; top: -6px; left: -6px; border: 3px solid #4080ff; }

.text blockquote { margin: 20px 0; border-left-width: 8px; }	
.text blockquote h1,
.text blockquote h2,
.text blockquote h3,
.text blockquote h4,
.text blockquote h5,
.text blockquote h6,
.text blockquote p { font-size: 20px !important; }

/* TYPOGRAPHY STYLES */
.text h1,
.text h1 a { font-size: 30px; }
.text h2,
.text h2 a { font-size: 28px; }
.text h3,
.text h3 a { font-size: 26px; }
.text h4,
.text h4 a { font-size: 24px; }
.text h5,
.text h5 a { font-size: 22px; }
.text h6,
.text h6 a { font-size: 20px; }

.text p,
.text table tbody tr td,
.text ul li,
.text ol li { font-size: 15px; }

.text ul,
.text ol,
.text ul li ul,
.text ol li ol { padding: 0 15px 0 30px; }

.text .columns.columns-1 .item,
.text .columns.columns-2 .item,
.text .columns.columns-3 .item { width: 100%; margin: 3% 0; }

.text img,
.text a img,
.text .image-wrap { margin-top: 3.5%; margin-bottom: 3.5%; }

.text figure figcaption { font-size: 15px; }
.text figure.width-5 figcaption,
.text figure.width-10 figcaption,
.text figure.width-15 figcaption,	
.text figure.width-20 figcaption,
.text figure.width-25 figcaption,
.text figure.width-30 figcaption,
.text figure.width-35 figcaption,
.text figure.width-40 figcaption,
.text figure.width-45 figcaption,
.text figure.width-50 figcaption { font-size: 14px; }
.text figure.width-55 figcaption,
.text figure.width-60 figcaption,
.text figure.width-65 figcaption,
.text figure.width-70 figcaption,
.text figure.width-75 figcaption { font-size: 15px; }

/* Image/Video Credit */
.credit, .credit span, .credit a, .text .credit, .text .credit span, .text .credit a { font-size: 8px !important; }
	
/* Title Wrap */ 
.title-wrap.small h2.title { font-size: 14px; padding: 10px 14px; }
.title-wrap.large h2.title { font-size: 16px; padding: 12px 18px; }
.title-wrap.small::after { height: 4px; top: 15px; }
.title-wrap.large::after { height: 5px; top: 18px; }

/* Support Us Promo */ 
.support-us-promo .icon { width: 12%; padding-bottom: 12%; }
.support-us-promo .text { width: 83%; margin: 0 0 0 5%; }
.support-us-promo .text h4 { font-size: 18px; }
.support-us-promo .text h4 a { font-size: 17px; }

/* Related Stories */
.related-stories .articles .grid-sizer { width: 33.3%; }
.related-stories .articles .item { width: 30.3%;  margin: 1.5%; }
.related-stories .articles .item h2.title, 
.related-stories .articles .item h2.title a { font-size: 16px; }
.related-stories .articles .item p.author, 
.related-stories .articles .item .meta-data { font-size: 11px; }

/* Author Bio */ 
.author-bio .image-social { width: 15%; }
.author-bio .bio-description { width: 80%; margin: 0 0 0 5%; }

/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.right .sidebar.sticky { top: 77px; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image { width: 30%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { width: 65%; margin: 0 0 0 5%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 14px; margin: 5px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 11px; }
	
/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.inarticle { width: 63.5%; padding: 7% 40% 7% 8%; }
.email-signup .enews form input { width: 55.5%; font-size: 12px; }
.email-signup .enews form input[type=submit] { width: 38%; font-size: 12px; }
.email-signup.infeed .enews form input,
.email-signup.infeed .enews form input[type=submit],
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form input[type=submit] { font-size: 12px; }
.email-signup .text h4 { font-size: 20px; line-height: 1.0; }
.email-signup .text h5 { font-size: 14px; }
.email-signup .terms-privacy { width: 80%; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 8px; }

}

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

.res.res-900 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-900 { display: none !important; }

/* GLOBAL: Search
----------------------------------------------------------------------------- */
.block.search-container .close-button { top: 75px; right: 75px; }
.block.search-container .content-wrapper .content .text fieldset form input.button[type=submit] { width: 100px; height: 100px; }
.block.search-container .content-wrapper .content .text fieldset form input.search { width: 70%; padding: 22px 0; margin: 0 45px 0 0; font-size: 45px; }
.block.search-container .content-wrapper .content .text fieldset form input:focus { font-size: 82px; padding: 0; }
	
/* GLOBAL: Fixed Menu
----------------------------------------------------------------------------- */
.block.fixed-menu-container .fixed-menu { width: 55%; }
.block.fixed-menu-container .close-button { width: 20px; height: 20px; top: 20px; right: 20px; }
.block.fixed-menu-container .close-button a { width: 20px; height: 20px; }
.block.fixed-menu-container .fixed-menu ul.menu li a { font-size: 17px; padding: 13px; }
.block.fixed-menu-container .fixed-menu ul.menu li a:hover { font-size: 21px; }

/* GLOBAL: Header
----------------------------------------------------------------------------- */
header .masterhead .logo h1.icon,
header .masterhead .logo h1.icon a { width: 122px; height: 50px; margin: 10px 15px; background-size: 122px 50px; }
header .masterhead .logo h1.icon a { margin: 0; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 23px 26px 23px 16px; background-size: auto 400%; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 7px; height: 24px; }
header .masterhead .nav.main-nav { display: none; }
header .masterhead .social-search { margin: 15px; }
header .masterhead .social-search .social .social-buttons ul li a { width: 16px; height: 16px; }
header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
header .masterhead .signup-button a { height: 70px; font-size: 0.8rem; }

/* GLOBAL: Buttons
----------------------------------------------------------------------------- */
.button a { margin: 7px 10px 7px 0!important; }
.text.text-align-left .button a { margin: 7px 10px 7px 0!important; }
.text.text-align-center .button a { margin: 7px 10px!important; }
.text.text-align-right .button a { margin: 7px 0 7px 10px!important; }
.button-xsmall a { font-size: 11px!important; padding: 8px 20px!important; }
.button-small a { font-size: 13px!important; padding: 9px 21px!important; }
.button-medium a { font-size: 15px!important; padding: 11px 23px!important; }
.button-large a { font-size: 17px!important; padding: 13px 25px!important; }
.button-xlarge a { font-size: 19px!important; padding: 15px 27px!important; }
.button.outline a { border-width: 3px; }
.button-xsmall a span.icon { width: 11px; height: 11px; }
.button-small a span.icon { width: 13px; height: 13px; }
.button-medium a span.icon { width: 15px; height: 15px; }
.button-large a span.icon { width: 17px; height: 17px; }
.button-xlarge a span.icon { width: 19px; height: 19px; }

/* GLOBAL: Advertisements
----------------------------------------------------------------------------- */
.advertisement.align-center,
.advertisement.align-left,
.advertisement.align-right { width: 100%; display: block; padding: 10px 0 15px 0; }

/* PAGES: Global
----------------------------------------------------------------------------- */
.block .content { padding: 8% 0; }
.block .content.pad-top-1 { padding-top: 3%; }
.block .content.pad-top-2 { padding-top: 4%; }
.block .content.pad-top-3 { padding-top: 5%; }
.block .content.pad-top-4 { padding-top: 6%; }
.block .content.pad-top-5 { padding-top: 7%; }
.block .content.pad-top-6 { padding-top: 8%; }
.block .content.pad-top-7 { padding-top: 9%; }
.block .content.pad-top-8 { padding-top: 10%; }
.block .content.pad-top-9 { padding-top: 11%; }
.block .content.pad-top-10 { padding-top: 12%; }
.block .content.pad-top-11 { padding-top: 13%; }
.block .content.pad-top-12 { padding-top: 14%; }
.block .content.pad-top-13 { padding-top: 15%; }
.block .content.pad-top-14 { padding-top: 16%; }
.block .content.pad-top-15 { padding-top: 17%; }
.block .content.pad-top-16 { padding-top: 18%; }
.block .content.pad-top-17 { padding-top: 19%; }
.block .content.pad-top-18 { padding-top: 20%; }
.block .content.pad-top-19 { padding-top: 21%; }
.block .content.pad-top-20 { padding-top: 22%; }
.block .content.pad-bottom-1 { padding-bottom: 3%; }
.block .content.pad-bottom-2 { padding-bottom: 4%; }
.block .content.pad-bottom-3 { padding-bottom: 5%; }
.block .content.pad-bottom-4 { padding-bottom: 6%; }
.block .content.pad-bottom-5 { padding-bottom: 7%; }
.block .content.pad-bottom-6 { padding-bottom: 8%; }
.block .content.pad-bottom-7 { padding-bottom: 9%; }
.block .content.pad-bottom-8 { padding-bottom: 10%; }
.block .content.pad-bottom-9 { padding-bottom: 11%; }
.block .content.pad-bottom-10 { padding-bottom: 12%; }
.block .content.pad-bottom-11 { padding-bottom: 13%; }
.block .content.pad-bottom-12 { padding-bottom: 14%; }
.block .content.pad-bottom-13 { padding-bottom: 15%; }
.block .content.pad-bottom-14 { padding-bottom: 16%; }
.block .content.pad-bottom-15 { padding-bottom: 17%; }
.block .content.pad-bottom-16 { padding-bottom: 18%; }
.block .content.pad-bottom-17 { padding-bottom: 19%; }
.block .content.pad-bottom-18 { padding-bottom: 20%; }
.block .content.pad-bottom-19 { padding-bottom: 21%; }
.block .content.pad-bottom-20 { padding-bottom: 22%; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 20px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 12px; }
.articles-wrapper .articles .item p.excerpt { font-size: 13px; }
.articles-wrapper .articles .item h3.category { font-size: 16px; }
.articles-wrapper .articles .item h3.category span.line { height: 4px; margin: 6px 0 0 0; }
.articles-wrapper .articles .item h3.category span.line.left { margin-right: 8px; }
.articles-wrapper .articles .item h3.category span.line.right { margin-left: 8px; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 16px; padding: 32px 23px; }
	
/* PAGES: Banner
----------------------------------------------------------------------------- */
.block.banner ul#banner,
.block.banner ul#banner li { padding-bottom: 60%; }
.block.banner ul#banner li .text.txt-width-auto,
.block.banner ul#banner li .text.txt-width-100,
.block.banner ul#banner li .text.txt-width-95,
.block.banner ul#banner li .text.txt-width-90,
.block.banner ul#banner li .text.txt-width-85,
.block.banner ul#banner li .text.txt-width-80,
.block.banner ul#banner li .text.txt-width-75,
.block.banner ul#banner li .text.txt-width-70,
.block.banner ul#banner li .text.txt-width-65,
.block.banner ul#banner li .text.txt-width-60,
.block.banner ul#banner li .text.txt-width-55,
.block.banner ul#banner li .text.txt-width-50,
.block.banner ul#banner li .text.txt-width-45,
.block.banner ul#banner li .text.txt-width-40,
.block.banner ul#banner li .text.txt-width-35,
.block.banner ul#banner li .text.txt-width-30 { width: 76%; padding: 5% 12% 8% 12%; }
.block.banner ul#banner li .text h2.title,
.block.banner ul#banner li .text h2.title a { font-size: 30px; line-height: 1.0; }
.block.banner ul#banner li .text p.excerpt { font-size: 16px; }
.block.banner #progress { height:6px; }
.block.banner .banner-buttons .banner-previous a,
.block.banner .banner-buttons .banner-next a { width: 40px; height: 40px; background-size: 15px 15px; }

/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1,
.block.latest-articles .articles-wrapper .articles .item.item-2 { padding-bottom: 30%; }
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { padding-bottom: 25%; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title{ font-size: 24px; }
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 18px; }
.block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 12px; margin: 5px 0; }

/* PAGE: Carousel
----------------------------------------------------------------------------- */
.block.carousel .articles-wrapper .carousel-wrap { margin: 20px 50px; }
.block.carousel .articles-wrapper h3.title { font-size: 16px; }

/* PAGES: Global
----------------------------------------------------------------------------- */
.page-wrapper { overflow-x: hidden; }
body.single-post .page-wrapper { overflow-x: visible; }
body.single-post .page-wrapper .inner { padding: 0; }
body.single .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
.page-wrapper .inner .content-main .left { width: 100%; flex: none; max-width: none; }
.page-wrapper .inner .content-main .right { width: 100%; flex: none; max-width: none; }
body.home .page-wrapper .inner .content-main .right { display: none; }
body.single .page-wrapper .inner .content-main .post .content { width: 90%; margin: 3.5% 5%; }

/* PAGES: Alerts
----------------------------------------------------------------------------- */
.alerts-wrapper .alert .title { width: 27%; }
.alerts-wrapper .alert .title h1 { padding: 5%; font-size: 17px; }
.alerts-wrapper .alert .text { width: 72.5%; }
.alerts-wrapper .alert .text h4 { padding: 2.75%; }

/* PAGE: Article
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .image-block .description { width: 100%; margin: 1.5% 0 0 0; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 12px; }

.page-wrapper .article-header { width: 92%; margin: 4%; }
.page-wrapper .article-header h3.category { font-size: 20px; }
.page-wrapper .article-header h3.category span.line { height: 5px; width: 28px; margin: 8px 0 0 0; }
.page-wrapper .article-header h1.title { font-size: 34px; }
.page-wrapper .article-header h2.subtitle { font-size: 18px; }
.page-wrapper .article-header .article-byline { padding: 8px 0; }
.page-wrapper .article-header .article-byline .meta-data p { font-size: 14px; }

.text blockquote { margin: 20px 0; border-left-width: 8px; }	
.text blockquote h1,
.text blockquote h2,
.text blockquote h3,
.text blockquote h4,
.text blockquote h5,
.text blockquote h6,
.text blockquote p { font-size: 20px !important; }

/* TYPOGRAPHY STYLES */
.text h1,
.text h1 a { font-size: 30px; }
.text h2,
.text h2 a { font-size: 28px; }
.text h3,
.text h3 a { font-size: 26px; }
.text h4,
.text h4 a { font-size: 24px; }
.text h5,
.text h5 a { font-size: 22px; }
.text h6,
.text h6 a { font-size: 20px; }

.text p,
.text table tbody tr td,
.text ul li,
.text ol li { font-size: 16px; }

.text ul,
.text ol,
.text ul li ul,
.text ol li ol { padding: 0 15px 0 30px; }

.text .columns.columns-1 .item,
.text .columns.columns-2 .item,
.text .columns.columns-3 .item { width: 100%; margin: 3% 0; }

.text img,
.text a img,
.text .image-wrap { margin-top: 3.5%; margin-bottom: 3.5%; }

.text figure figcaption { font-size: 15px; }
.text figure.width-5 figcaption,
.text figure.width-10 figcaption,
.text figure.width-15 figcaption,	
.text figure.width-20 figcaption,
.text figure.width-25 figcaption,
.text figure.width-30 figcaption,
.text figure.width-35 figcaption,
.text figure.width-40 figcaption,
.text figure.width-45 figcaption,
.text figure.width-50 figcaption { font-size: 14px; }
.text figure.width-55 figcaption,
.text figure.width-60 figcaption,
.text figure.width-65 figcaption,
.text figure.width-70 figcaption,
.text figure.width-75 figcaption { font-size: 15px; }

/* Image/Video Credit */
.credit, .credit span, .credit a, .text .credit, .text .credit span, .text .credit a { font-size: 8px !important; }
	
/* Comments */ 
.comments { width: 90%; margin: 0 5% 20px 5%; }
	
/* Title Wrap */ 
.title-wrap h2.title,
.title-wrap.small h2.title,
.title-wrap.large h2.title { font-size: 20px; padding: 12px 20px; }
.title-wrap::after,
.title-wrap.large::after,
.title-wrap.small::after { height: 6px; top: 18px; }

/* Mulit-page Nav */ 
.multi-page-nav a .next,
.multi-page-nav a .prev { font-size: 22px; }
.multi-page-nav a .next span.icon, 
.multi-page-nav a .prev span.icon { width: 24px; height: 24px; }

/* Support Us Promo */ 
.support-us-promo { width: 80%; margin: 3.5% 0; padding: 10%; text-align: center; }
.support-us-promo .icon { width: 25%; padding-bottom: 25%; }
.support-us-promo .text { width: 100%; margin: 20px 0 0 0; }
.support-us-promo .text h4 { font-size: 16px; }
.support-us-promo .text h4 a { font-size: 15px; }
	
/* Related Stories */
.related-stories { width: 90%; margin: 0 5% 20px 5%; }
.related-stories .articles .grid-sizer { width: 33.3%; }
.related-stories .articles .item { width: 30.3%; margin: 1.5%; }
.related-stories .articles .item h2.title, 
.related-stories .articles .item h2.title a { font-size: 17px; }
.related-stories .articles .item p.author, 
.related-stories .articles .item .meta-data { font-size: 12px; }

/* Author Bio */ 
.author-bio .top-border { width: 45%; height: 6px; margin: 15px 0 20px 0; }
.author-bio .image-social { width: 25%; display: block; }
.author-bio .bio-description { width: 100%; margin: 20px 0 0 0; }
.author-bio .bio-description .author-name h5 a { font-size: 18px; }
.author-bio .bio-description .author-name h5 span { font-size: 15px; }
.author-bio .bio-description .author-description p { font-size: 15px; }

/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.right .sidebar .sidebar-block .inner .content { width: 100%; }
.right .sidebar .grid-sizer { width: 33.3%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item { width: 30.3%; margin: 1.5%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item.item-1 { margin: 1.5% 3% 1.5% 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item.item-3 { margin: 1.5% 0 1.5% 3%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image { width: 100%; padding-bottom: 55%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { width: 100%; margin: 2.5% 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 17px; margin: 10px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 12px; }
	
/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 15%; }
.email-signup.infeed { width: 66%; padding: 7% 38% 7% 7%; margin: 35px -5.5% 25px -5.5%; }
.email-signup.inarticle { width: 67%; padding: 7% 38% 7% 7%; margin: 35px -6% 25px -6%; }
.email-signup .enews form input { width: 57.5%; font-size: 13px; }
.email-signup .enews form input[type=submit] { width: 36%; font-size: 13px; }
.email-signup.infeed .enews form input,
.email-signup.infeed .enews form input[type=submit],
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form input[type=submit] { font-size: 13px; }
.email-signup .text h4 { font-size: 24px; line-height: 1.0; }
.email-signup .text h5 { font-size: 17px; }
.email-signup .terms-privacy { width: 80%; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 9px; }

}
	
@media only screen and (max-width: 768px) and (min-width: 641px) {

.res.res-768 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-768 { display: none !important; }

/* GLOBAL: Search
----------------------------------------------------------------------------- */
.block.search-container .close-button { top: 65px; right: 65px; }
.block.search-container .content-wrapper .content .text fieldset form input.button[type=submit] { width: 100px; height: 100px; }
.block.search-container .content-wrapper .content .text fieldset form input.search { width: 70%; padding: 22px 0; margin: 0 35px 0 0; font-size: 45px; }
.block.search-container .content-wrapper .content .text fieldset form input:focus { font-size: 82px; padding: 0; }
	
/* GLOBAL: Fixed Menu
----------------------------------------------------------------------------- */
.block.fixed-menu-container .fixed-menu { width: 65%; }
.block.fixed-menu-container .close-button { width: 20px; height: 20px; top: 20px; right: 20px; }
.block.fixed-menu-container .close-button a { width: 20px; height: 20px; }
.block.fixed-menu-container .fixed-menu ul.menu li a { font-size: 17px; padding: 13px; }
.block.fixed-menu-container .fixed-menu ul.menu li a:hover { font-size: 21px; }

/* GLOBAL: Header
----------------------------------------------------------------------------- */
header .masterhead .logo h1.icon,
header .masterhead .logo h1.icon a { width: 122px; height: 50px; margin: 10px 15px; background-size: 122px 50px; }
header .masterhead .logo h1.icon a { margin: 0; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 23px 26px 23px 16px; background-size: auto 400%; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 7px; height: 24px; }
header .masterhead .nav.main-nav { display: none; }
header .masterhead .social-search { margin: 15px; }
header .masterhead .social-search .social .social-buttons ul li a { width: 16px; height: 16px; }
header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
header .masterhead .signup-button a { height: 70px; font-size: 0.8rem; }

/* GLOBAL: Buttons
----------------------------------------------------------------------------- */
.button a { margin: 6px 8px 6px 0!important; }
.text.text-align-left .button a { margin: 6px 8px 6px 0!important; }
.text.text-align-center .button a { margin: 6px 8px!important; }
.text.text-align-right .button a { margin: 6px 0 6px 8px!important; }
.button-xsmall a { font-size: 10px!important; padding: 7px 19px!important; }
.button-small a { font-size: 12px!important; padding: 8px 20px!important; }
.button-medium a { font-size: 14px!important; padding: 10px 22px!important; }
.button-large a { font-size: 16px!important; padding: 12px 24px!important; }
.button-xlarge a { font-size: 18px!important; padding: 14px 26px!important; }
.button.outline a { border-width: 3px; }
.button-xsmall a span.icon { width: 10px; height: 10px; }
.button-small a span.icon { width: 12px; height: 12px; }
.button-medium a span.icon { width: 14px; height: 14px; }
.button-large a span.icon { width: 16px; height: 16px; }
.button-xlarge a span.icon { width: 18px; height: 18px; }

/* GLOBAL: Advertisements
----------------------------------------------------------------------------- */
.advertisement.align-center,
.advertisement.align-left,
.advertisement.align-right { width: 100%; display: block; padding: 10px 0 15px 0; }
.advertisement.below-article { width: 90%; margin: 15px 5%; }

/* PAGES: Global
----------------------------------------------------------------------------- */
.block .content { padding: 10% 0; }
.block .content.pad-top-1 { padding-top: 5%; }
.block .content.pad-top-2 { padding-top: 6%; }
.block .content.pad-top-3 { padding-top: 7%; }
.block .content.pad-top-4 { padding-top: 8%; }
.block .content.pad-top-5 { padding-top: 9%; }
.block .content.pad-top-6 { padding-top: 10%; }
.block .content.pad-top-7 { padding-top: 11%; }
.block .content.pad-top-8 { padding-top: 12%; }
.block .content.pad-top-9 { padding-top: 13%; }
.block .content.pad-top-10 { padding-top: 14%; }
.block .content.pad-top-11 { padding-top: 15%; }
.block .content.pad-top-12 { padding-top: 16%; }
.block .content.pad-top-13 { padding-top: 17%; }
.block .content.pad-top-14 { padding-top: 18%; }
.block .content.pad-top-15 { padding-top: 19%; }
.block .content.pad-top-16 { padding-top: 20%; }
.block .content.pad-top-17 { padding-top: 21%; }
.block .content.pad-top-18 { padding-top: 22%; }
.block .content.pad-top-19 { padding-top: 23%; }
.block .content.pad-top-20 { padding-top: 24%; }
.block .content.pad-bottom-1 { padding-bottom: 5%; }
.block .content.pad-bottom-2 { padding-bottom: 6%; }
.block .content.pad-bottom-3 { padding-bottom: 7%; }
.block .content.pad-bottom-4 { padding-bottom: 8%; }
.block .content.pad-bottom-5 { padding-bottom: 9%; }
.block .content.pad-bottom-6 { padding-bottom: 10%; }
.block .content.pad-bottom-7 { padding-bottom: 11%; }
.block .content.pad-bottom-8 { padding-bottom: 12%; }
.block .content.pad-bottom-9 { padding-bottom: 13%; }
.block .content.pad-bottom-10 { padding-bottom: 14%; }
.block .content.pad-bottom-11 { padding-bottom: 15%; }
.block .content.pad-bottom-12 { padding-bottom: 16%; }
.block .content.pad-bottom-13 { padding-bottom: 17%; }
.block .content.pad-bottom-14 { padding-bottom: 18%; }
.block .content.pad-bottom-15 { padding-bottom: 19%; }
.block .content.pad-bottom-16 { padding-bottom: 20%; }
.block .content.pad-bottom-17 { padding-bottom: 21%; }
.block .content.pad-bottom-18 { padding-bottom: 22%; }
.block .content.pad-bottom-19 { padding-bottom: 23%; }
.block .content.pad-bottom-20 { padding-bottom: 24%; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 19px; margin: 5px 0 10px 0; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 11px; }
.articles-wrapper .articles .item p.excerpt { font-size: 12px; }
.articles-wrapper .articles .item h3.category { font-size: 15px; }
.articles-wrapper .articles .item h3.category span.line { height: 4px; margin: 5px 0 0 0; }
.articles-wrapper .articles .item h3.category span.line.left { margin-right: 8px; }
.articles-wrapper .articles .item h3.category span.line.right { margin-left: 8px; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 16px; padding: 32px 23px; }
	
/* PAGES: Banner
----------------------------------------------------------------------------- */
.block.banner ul#banner,
.block.banner ul#banner li { padding-bottom: 65%; }
.block.banner ul#banner li .text.txt-width-auto,
.block.banner ul#banner li .text.txt-width-100,
.block.banner ul#banner li .text.txt-width-95,
.block.banner ul#banner li .text.txt-width-90,
.block.banner ul#banner li .text.txt-width-85,
.block.banner ul#banner li .text.txt-width-80,
.block.banner ul#banner li .text.txt-width-75,
.block.banner ul#banner li .text.txt-width-70,
.block.banner ul#banner li .text.txt-width-65,
.block.banner ul#banner li .text.txt-width-60,
.block.banner ul#banner li .text.txt-width-55,
.block.banner ul#banner li .text.txt-width-50,
.block.banner ul#banner li .text.txt-width-45,
.block.banner ul#banner li .text.txt-width-40,
.block.banner ul#banner li .text.txt-width-35,
.block.banner ul#banner li .text.txt-width-30 { width: 76%; padding: 5% 12% 10% 12%; }
.block.banner ul#banner li .text h2.title,
.block.banner ul#banner li .text h2.title a { font-size: 26px; line-height: 1.0; }
.block.banner ul#banner li .text p.excerpt { font-size: 15px; }
.block.banner #progress { height:6px; }
.block.banner .banner-buttons .banner-previous a,
.block.banner .banner-buttons .banner-next a { width: 40px; height: 40px; background-size: 15px 15px; }

/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.width-33 { width: 50%; padding-bottom: 25%; }
.block.latest-articles .articles-wrapper .articles .item.width-50 { width: 100%; padding-bottom: 30%; }
.block.latest-articles .articles-wrapper .articles .item.width-33 h2.title { font-size: 18px; }
.block.latest-articles .articles-wrapper .articles .item.width-50 h2.title { font-size: 24px; }
.block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 12px; margin: 5px 0; }
	
/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1 { width: 100%; padding-bottom: 40%; }
.block.latest-articles .articles-wrapper .articles .item.item-2,
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { width: 50%; padding-bottom: 30%; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title { font-size: 26px; }
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 19px; }
.block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 12px; margin: 5px 0; }

/* PAGE: Carousel
----------------------------------------------------------------------------- */
.block.carousel .articles-wrapper .carousel-wrap { margin: 15px 50px; }
.block.carousel .articles-wrapper h3.title { font-size: 16px; }

/* PAGES: Global
----------------------------------------------------------------------------- */
.page-wrapper { overflow-x: hidden; }
body.single-post .page-wrapper { overflow-x: visible; }
body.single-post .page-wrapper .inner { padding: 0; }
body.single .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
.page-wrapper .inner .content-main .left { width: 100%; flex: none; max-width: none; }
.page-wrapper .inner .content-main .right { width: 100%; flex: none; max-width: none; }
body.home .page-wrapper .inner .content-main .right { display: none; }
body.single .page-wrapper .inner .content-main .post .content { width: 90%; margin: 3.5% 5%; }

/* PAGES: Alerts
----------------------------------------------------------------------------- */
.alerts-wrapper .alert { width: 94%; margin: 15px 3%; }
.alerts-wrapper .alert .title { width: 13%; }
.alerts-wrapper .alert .title h1 { padding: 5%; font-size: 0; }
.alerts-wrapper .alert .title h1 span.icon { width: 28px; height: 28px; margin: 0!important; }
.alerts-wrapper .alert.latest-news .title h1 span.icon { width: 32px; height: 32px; margin-top: -2px; }
.alerts-wrapper .alert .title h1 span.label { display: none; }
.alerts-wrapper .alert .text { width: 86.5%; }
.alerts-wrapper .alert .text h4, 
.alerts-wrapper .alert .text h4 a { font-size: 15px; }
.alerts-wrapper .alert .text h4 { padding: 3%; }
.alerts-wrapper .alert .text h4 span.read-more { font-size: 9px; margin: 2px 0 0 6px; }

/* PAGE: Article
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .image-block .description { width: 90%; margin: 1.5% 2.5% 0 7.5%; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 12px; }

.page-wrapper .article-header { width: 90%; margin: 2.5% 5% 5% 5%; }
.page-wrapper .article-header h3.category { font-size: 20px; }
.page-wrapper .article-header h3.category span.line { height: 5px; width: 28px; margin: 8px 0 0 0; }
.page-wrapper .article-header h1.title { font-size: 32px; padding: 8px 0; }
.page-wrapper .article-header h2.subtitle { font-size: 18px; }
.page-wrapper .article-header .article-byline { padding: 8px 0; }
.page-wrapper .article-header .article-byline .meta-data p { font-size: 14px; }
body.single-post .content .social-buttons { width: 7.5%; }
.content .social-buttons ul.social li a {  width: 22px; height: 22px; background-size: 22px 22px; }
.content .social-buttons.stacked ul.social li a { margin: 0 0 12px 0; }
.content .social-buttons ul.social li a span.pulse-dot { height: 8px; width: 8px; top: -3px; right: -6px; border: 1px solid #f9f9f9; }
.content .social-buttons ul.social li a span.pulse-dot span.expanding-circle { height: 14px; width: 14px; top: -6px; left: -6px; border: 3px solid #4080ff; }
	
body.single-post .content .text { width: 80%; }

.text blockquote { margin: 20px 0; border-left-width: 8px; }	
.text blockquote h1,
.text blockquote h2,
.text blockquote h3,
.text blockquote h4,
.text blockquote h5,
.text blockquote h6,
.text blockquote p { font-size: 19px !important; }

/* TYPOGRAPHY STYLES */
.text h1,
.text h1 a { font-size: 32px; }
.text h2,
.text h2 a { font-size: 30px; }
.text h3,
.text h3 a { font-size: 28px; }
.text h4,
.text h4 a { font-size: 26px; }
.text h5,
.text h5 a { font-size: 24px; }
.text h6,
.text h6 a { font-size: 22px; }

.text p,
.text table tbody tr td,
.text ul li,
.text ol li { font-size: 16px; }

.text ul,
.text ol,
.text ul li ul,
.text ol li ol { padding: 0 15px 0 30px; }

.text .columns.columns-1 .item,
.text .columns.columns-2 .item,
.text .columns.columns-3 .item { width: 100%; margin: 3% 0; }

.text figure figcaption { font-size: 15px; }
.text figure.width-5 figcaption,
.text figure.width-10 figcaption,
.text figure.width-15 figcaption,	
.text figure.width-20 figcaption,
.text figure.width-25 figcaption,
.text figure.width-30 figcaption,
.text figure.width-35 figcaption,
.text figure.width-40 figcaption,
.text figure.width-45 figcaption,
.text figure.width-50 figcaption { font-size: 14px; }
.text figure.width-55 figcaption,
.text figure.width-60 figcaption,
.text figure.width-65 figcaption,
.text figure.width-70 figcaption,
.text figure.width-75 figcaption { font-size: 15px; }

/* Image/Video Credit */ 
.credit { width: 95%; margin: 1.5% 2.5% 0 2.5%; }
.credit, .credit span, .credit a, .text .credit, .text .credit span, .text .credit a { font-size: 9px !important; }

/* Comments */ 
.comments { width: 90%; margin: 0 5% 20px 5%; }
	
/* Title Wrap */ 
.title-wrap h2.title,
.title-wrap.small h2.title,
.title-wrap.large h2.title { font-size: 19px; padding: 11px 17px; }
.title-wrap::after,
.title-wrap.large::after,
.title-wrap.small::after { height: 5px; top: 18px; }

/* Support Us Promo */ 
.support-us-promo .icon { width: 12%; padding-bottom: 12%; }
.support-us-promo .text { width: 83%; margin: 0 0 0 5%; }
.support-us-promo .text h4 { font-size: 18px; }
.support-us-promo .text h4 a { font-size: 17px; }
		
/* Related Stories */
.related-stories { width: 90%; margin: 0 5% 20px 5%; }
.related-stories .articles .grid-sizer { width: 33.3%; }
.related-stories .articles .item { width: 30.3%; margin: 1.5%; }
.related-stories .articles .item h2.title, 
.related-stories .articles .item h2.title a { font-size: 17px; }
.related-stories .articles .item p.author, 
.related-stories .articles .item .meta-data { font-size: 12px; }

/* Author Bio */ 
.author-bio .top-border { width: 45%; height: 6px; margin: 15px 0 20px 0; }
.author-bio .image-social { width: 25%; display: block; }
.author-bio .bio-description { width: 100%; margin: 20px 0 0 0; }
.author-bio .bio-description .author-name h5 a { font-size: 18px; }
.author-bio .bio-description .author-name h5 span { font-size: 15px; }
.author-bio .bio-description .author-description p { font-size: 15px; }

/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.right .sidebar .sidebar-block .inner .content { width: 100%; }
.right .sidebar .grid-sizer { width: 33.3%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item { width: 30.3%; margin: 1.5%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item.item-1 { margin: 1.5% 3% 1.5% 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item.item-3 { margin: 1.5% 0 1.5% 3%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image { width: 100%; padding-bottom: 55%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { width: 100%; margin: 2.5% 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 17px; margin: 10px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 12px; }

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.infeed { width: 66%; padding: 7% 38% 7% 7%; margin: 35px -5.5% 25px -5.5%; }
.email-signup.inarticle { width: 67%; padding: 7% 38% 7% 7%; margin: 35px -6% 25px -6%; }
.email-signup .carl-higbie-img { right: -15px; }
.email-signup .enews form input { width: 57.5%; font-size: 13px; }
.email-signup .enews form input[type=submit] { width: 36%; font-size: 13px; }
.email-signup.infeed .enews form input,
.email-signup.infeed .enews form input[type=submit],
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form input[type=submit] { font-size: 13px; }
.email-signup .text h4 { font-size: 24px; line-height: 1.0; }
.email-signup .text h5 { font-size: 17px; }
.email-signup .terms-privacy { width: 80%; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 9px; }

/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer { background-size: auto 95%; }
footer .block.footer .content { padding: 8% 42% 8% 0; }
	
}

@media only screen and (max-width: 640px) and (min-width: 481px) {

.res.res-640 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-640 { display: none !important; }

/* GLOBAL: Search
----------------------------------------------------------------------------- */
.block.search-container .close-button { top: 55px; right: 55px; }
.block.search-container .content-wrapper .content .text fieldset form input.button[type=submit] { width: 50px; height: 50px; }
.block.search-container .content-wrapper .content .text fieldset form input.search { width: 70%; padding: 4px 0; margin: 0 20px 0 0; font-size: 35px; }
.block.search-container .content-wrapper .content .text fieldset form input:focus { font-size: 40px; padding: 0; }
	
/* GLOBAL: Fixed Menu
----------------------------------------------------------------------------- */
.block.fixed-menu-container .fixed-menu { width: 100%; }
.block.fixed-menu-container .close-button { width: 20px; height: 20px; top: 20px; right: 20px; }
.block.fixed-menu-container .close-button a { width: 20px; height: 20px; }
.block.fixed-menu-container .fixed-menu ul.menu li a { font-size: 16px; padding: 12px; }
.block.fixed-menu-container .fixed-menu ul.menu li a:hover { font-size: 20px; }

/* GLOBAL: Header
----------------------------------------------------------------------------- */
header .masterhead .logo h1.icon,
header .masterhead .logo h1.icon a { width: 122px; height: 50px; margin: 10px 15px; background-size: 122px 50px; }
header .masterhead .logo h1.icon a { margin: 0; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 23px 26px 23px 16px; background-size: auto 400%; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 7px; height: 24px; }
header .masterhead .nav.main-nav { display: none; }
header .masterhead .social-search { margin: 15px; }
header .masterhead .social-search .social .social-buttons ul li a { width: 16px; height: 16px; }
header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
header .masterhead .signup-button a { height: 70px; font-size: 0.8rem; }

/* GLOBAL: Buttons
----------------------------------------------------------------------------- */
.button a { margin: 6px 8px 6px 0!important; }
.text.text-align-left .button a { margin: 6px 8px 6px 0!important; }
.text.text-align-center .button a { margin: 6px 8px!important; }
.text.text-align-right .button a { margin: 6px 0 6px 8px!important; }
.button-xsmall a { font-size: 10px!important; padding: 7px 19px!important; }
.button-small a { font-size: 12px!important; padding: 8px 20px!important; }
.button-medium a { font-size: 14px!important; padding: 10px 22px!important; }
.button-large a { font-size: 16px!important; padding: 12px 24px!important; }
.button-xlarge a { font-size: 18px!important; padding: 14px 26px!important; }
.button.outline a { border-width: 3px; }
.button-xsmall a span.icon { width: 10px; height: 10px; }
.button-small a span.icon { width: 12px; height: 12px; }
.button-medium a span.icon { width: 14px; height: 14px; }
.button-large a span.icon { width: 16px; height: 16px; }
.button-xlarge a span.icon { width: 18px; height: 18px; }

/* GLOBAL: Advertisements
----------------------------------------------------------------------------- */
.advertisement.align-center,
.advertisement.align-left,
.advertisement.align-right { width: 100%; display: block; padding: 10px 0 15px 0; }
.advertisement.below-article { width: 90%; margin: 15px 5%; }

/* PAGES: Global
----------------------------------------------------------------------------- */
.block .content { padding: 10% 0; }
.block .content.pad-top-1 { padding-top: 5%; }
.block .content.pad-top-2 { padding-top: 6%; }
.block .content.pad-top-3 { padding-top: 7%; }
.block .content.pad-top-4 { padding-top: 8%; }
.block .content.pad-top-5 { padding-top: 9%; }
.block .content.pad-top-6 { padding-top: 10%; }
.block .content.pad-top-7 { padding-top: 11%; }
.block .content.pad-top-8 { padding-top: 12%; }
.block .content.pad-top-9 { padding-top: 13%; }
.block .content.pad-top-10 { padding-top: 14%; }
.block .content.pad-top-11 { padding-top: 15%; }
.block .content.pad-top-12 { padding-top: 16%; }
.block .content.pad-top-13 { padding-top: 17%; }
.block .content.pad-top-14 { padding-top: 18%; }
.block .content.pad-top-15 { padding-top: 19%; }
.block .content.pad-top-16 { padding-top: 20%; }
.block .content.pad-top-17 { padding-top: 21%; }
.block .content.pad-top-18 { padding-top: 22%; }
.block .content.pad-top-19 { padding-top: 23%; }
.block .content.pad-top-20 { padding-top: 24%; }
.block .content.pad-bottom-1 { padding-bottom: 5%; }
.block .content.pad-bottom-2 { padding-bottom: 6%; }
.block .content.pad-bottom-3 { padding-bottom: 7%; }
.block .content.pad-bottom-4 { padding-bottom: 8%; }
.block .content.pad-bottom-5 { padding-bottom: 9%; }
.block .content.pad-bottom-6 { padding-bottom: 10%; }
.block .content.pad-bottom-7 { padding-bottom: 11%; }
.block .content.pad-bottom-8 { padding-bottom: 12%; }
.block .content.pad-bottom-9 { padding-bottom: 13%; }
.block .content.pad-bottom-10 { padding-bottom: 14%; }
.block .content.pad-bottom-11 { padding-bottom: 15%; }
.block .content.pad-bottom-12 { padding-bottom: 16%; }
.block .content.pad-bottom-13 { padding-bottom: 17%; }
.block .content.pad-bottom-14 { padding-bottom: 18%; }
.block .content.pad-bottom-15 { padding-bottom: 19%; }
.block .content.pad-bottom-16 { padding-bottom: 20%; }
.block .content.pad-bottom-17 { padding-bottom: 21%; }
.block .content.pad-bottom-18 { padding-bottom: 22%; }
.block .content.pad-bottom-19 { padding-bottom: 23%; }
.block .content.pad-bottom-20 { padding-bottom: 24%; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
.articles-wrapper .articles .grid-sizer { width: 100%; }
.articles-wrapper .articles .item { width: 94%; margin: 0 3% 5% 3%; }
.articles-wrapper .articles .item.wide { width: 105.5% !important; margin: 0 -2.75% !important; }
.articles-wrapper .articles .item.advertisement { width: 105.5% !important; margin: 0 -2.75% !important; }
.articles-wrapper .articles.full .item .image { width: 112% !important; padding-bottom: 60%; margin: 0 -6% !important; }
.articles-wrapper .articles.full .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
.articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 22px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 12px; }
.articles-wrapper .articles .item p.excerpt { font-size: 13px; }
.articles-wrapper .articles .item h3.category { font-size: 17px; }
.articles-wrapper .articles .item h3.category span.line { width: 6%; margin: 6px 0 0 0; }
.articles-wrapper .nav-load-buttons { margin: 25px 0; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 14px; padding: 28px 20px; }
	
/* PAGES: Banner
----------------------------------------------------------------------------- */
.block.banner ul#banner,
.block.banner ul#banner li { padding-bottom: 75%; }
.block.banner ul#banner li .text.txt-width-auto,
.block.banner ul#banner li .text.txt-width-100,
.block.banner ul#banner li .text.txt-width-95,
.block.banner ul#banner li .text.txt-width-90,
.block.banner ul#banner li .text.txt-width-85,
.block.banner ul#banner li .text.txt-width-80,
.block.banner ul#banner li .text.txt-width-75,
.block.banner ul#banner li .text.txt-width-70,
.block.banner ul#banner li .text.txt-width-65,
.block.banner ul#banner li .text.txt-width-60,
.block.banner ul#banner li .text.txt-width-55,
.block.banner ul#banner li .text.txt-width-50,
.block.banner ul#banner li .text.txt-width-45,
.block.banner ul#banner li .text.txt-width-40,
.block.banner ul#banner li .text.txt-width-35,
.block.banner ul#banner li .text.txt-width-30 { width: 76%; padding: 5% 12% 15% 12%; }
.block.banner ul#banner li .text h2.title,
.block.banner ul#banner li .text h2.title a { font-size: 24px; line-height: 1.0; }
.block.banner ul#banner li .text p.excerpt { display: none; }
.block.banner #progress { height:6px; }
.block.banner .banner-buttons .banner-previous a,
.block.banner .banner-buttons .banner-next a { width: 40px; height: 40px; background-size: 15px 15px; }

/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1,
.block.latest-articles .articles-wrapper .articles .item.item-2,
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { width: 100%; padding-bottom: 55%; margin: 0 0 15px 0; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 26px; }
.block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 12px; margin: 5px 0; }

/* PAGE: Carousel
----------------------------------------------------------------------------- */
.block.carousel .articles-wrapper .carousel-wrap { margin: 15px 50px; }
.block.carousel .articles-wrapper h3.title { font-size: 16px; }

/* PAGES: Global
----------------------------------------------------------------------------- */
.page-wrapper { overflow-x: hidden; }
body.single-post .page-wrapper { overflow-x: visible; }
body.single-post .page-wrapper .inner { padding: 0; }
body.single .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
.page-wrapper .inner .content-main .left { width: 100%; flex: none; max-width: none; }
.page-wrapper .inner .content-main .right { width: 100%; flex: none; max-width: none; }
body.home .page-wrapper .inner .content-main .right { display: none; }
body.single .page-wrapper .inner .content-main .post .content { width: 90%; margin: 3.5% 5%; }

/* PAGES: Alerts
----------------------------------------------------------------------------- */
.alerts-wrapper .alert { width: 94%; margin: 15px 3%; }
.alerts-wrapper .alert .title { width: 13%; }
.alerts-wrapper .alert .title h1 { padding: 5%; font-size: 0; }
.alerts-wrapper .alert .title h1 span.icon { margin: 0!important; }
.alerts-wrapper .alert .title h1 span.label { display: none; }
.alerts-wrapper .alert .text { width: 86.5%; }
.alerts-wrapper .alert .text h4, 
.alerts-wrapper .alert .text h4 a { font-size: 15px; }
.alerts-wrapper .alert .text h4 { padding: 3%; }
.alerts-wrapper .alert .text h4 span.read-more { font-size: 9px; margin: 2px 0 0 6px; }

/* PAGE: Article
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .image-block .description { width: 90%; margin: 1.5% 2.5% 0 7.5%; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 12px; }
	
.page-wrapper .article-header { width: 90%; margin: 2.5% 5% 5% 5%; }
.page-wrapper .article-header h3.category { font-size: 17px; }
.page-wrapper .article-header h3.category span.line { height: 4px; width: 25px; margin: 7px 0 0 0; }
.page-wrapper .article-header h1.title { font-size: 30px; padding: 8px 0; }
.page-wrapper .article-header h2.subtitle { font-size: 17px; }
.page-wrapper .article-header .article-byline { padding: 8px 0; }
.page-wrapper .article-header .article-byline .meta-data p { font-size: 13px; }
body.single-post .content .social-buttons { width: 7.5%; }
.content .social-buttons ul.social li a {  width: 22px; height: 22px; background-size: 22px 22px; }
.content .social-buttons.stacked ul.social li a { margin: 0 0 12px 0; }
.content .social-buttons ul.social li a span.pulse-dot { height: 8px; width: 8px; top: -3px; right: -6px; border: 1px solid #f9f9f9; }
.content .social-buttons ul.social li a span.pulse-dot span.expanding-circle { height: 14px; width: 14px; top: -6px; left: -6px; border: 3px solid #4080ff; }
	
body.single-post .content .text { width: 80%; }

.text blockquote { margin: 20px 0; border-left-width: 8px; }	
.text blockquote h1,
.text blockquote h2,
.text blockquote h3,
.text blockquote h4,
.text blockquote h5,
.text blockquote h6,
.text blockquote p { font-size: 19px !important; }

/* TYPOGRAPHY STYLES */
.text h1,
.text h1 a { font-size: 30px; }
.text h2,
.text h2 a { font-size: 28px; }
.text h3,
.text h3 a { font-size: 26px; }
.text h4,
.text h4 a { font-size: 24px; }
.text h5,
.text h5 a { font-size: 22px; }
.text h6,
.text h6 a { font-size: 20px; }

.text p,
.text table tbody tr td,
.text ul li,
.text ol li { font-size: 15px; }

.text ul,
.text ol,
.text ul li ul,
.text ol li ol { padding: 0 15px 0 30px; }

.text .columns.columns-1 .item,
.text .columns.columns-2 .item,
.text .columns.columns-3 .item { width: 100%; margin: 3% 0; }

.text .image-wrap { width: 119% !important; float: none !important; margin: 5% -9.5% !important; }

.text figure figcaption { font-size: 15px; }
.text figure.width-5 figcaption,
.text figure.width-10 figcaption,
.text figure.width-15 figcaption,	
.text figure.width-20 figcaption,
.text figure.width-25 figcaption,
.text figure.width-30 figcaption,
.text figure.width-35 figcaption,
.text figure.width-40 figcaption,
.text figure.width-45 figcaption,
.text figure.width-50 figcaption { font-size: 14px; }
.text figure.width-55 figcaption,
.text figure.width-60 figcaption,
.text figure.width-65 figcaption,
.text figure.width-70 figcaption,
.text figure.width-75 figcaption { font-size: 15px; }

/* Image/Video Credit */ 
.credit { width: 95%; margin: 1.5% 2.5% 0 2.5%; }
.credit, .credit span, .credit a, .text .credit, .text .credit span, .text .credit a { font-size: 9px !important; }

/* Video Player */ 	
.text .video-block.full { width: 112% !important; margin: 25px -6% !important; }
.text .video-block.full .credit { width: 90% !important; margin: 2.5% 5% 0 5% !important; }

/* Comments */ 
.comments { width: 90%; margin: 0 5% 20px 5%; }
	
/* Title Wrap */ 
.title-wrap h2.title,
.title-wrap.small h2.title,
.title-wrap.large h2.title { font-size: 18px; padding: 10px 16px; }
.title-wrap::after,
.title-wrap.large::after,
.title-wrap.small::after { height: 5px; top: 17px; }

/* Mulit-page Nav */ 
.multi-page-nav { width: 119%; margin: 35px -9.5% 20px -9.5%; }
.multi-page-nav a .next,
.multi-page-nav a .prev { font-size: 24px; }
.multi-page-nav.both a .next,
.multi-page-nav.both a .prev { padding: 12% 10%; }
.multi-page-nav a .next span.icon, 
.multi-page-nav a .prev span.icon { width: 26px; height: 26px; }

/* Support Us Promo */ 
.support-us-promo .icon { width: 12%; padding-bottom: 12%; }
.support-us-promo .text { width: 83%; margin: 0 0 0 5%; }
.support-us-promo .text h4 { font-size: 18px; }
.support-us-promo .text h4 a { font-size: 17px; }

/* Author Bio */ 
.author-bio .image-social { width: 15%; }
.author-bio .bio-description { width: 80%; margin: 0 0 0 5%; }
		
/* Related Stories */
.related-stories { width: 90%; margin: 0 5% 20px 5%; }
.related-stories .articles .grid-sizer { width: 100%; }
.related-stories .articles .item,
.related-stories .articles .item.item-1,
.related-stories .articles .item.item-3 { width: 100%; margin: 2.5% 0; vertical-align: top; }
.articles-wrapper.related-stories .articles .item .image { width: 30%; padding-bottom: 25%; vertical-align: top; }
.articles-wrapper.related-stories .articles .item.video .image a { background-size: 25px 25px; }
.articles-wrapper.related-stories .articles .item .text { width: 65%; margin: 0 0 0 5%; vertical-align: top; }
.articles-wrapper.related-stories .articles .item h2.title,
.articles-wrapper.related-stories .articles .item h2.title a { font-size: 18px; margin: 10px 0; }
.articles-wrapper.related-stories .articles .item p.author { font-size: 13px; }

/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.right .sidebar .sidebar-block .inner .content { width: 100%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item { vertical-align: middle; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image { width: 30%; vertical-align: middle; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { width: 65%; margin: 0 0 0 5%; vertical-align: middle; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 18px; margin: 10px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 13px; }

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.infeed { width: 54%; padding: 8% 38% 8% 8%; }
.email-signup.inarticle { width: 57%; padding: 8% 47% 8% 8%; margin: 35px -6% 25px -6%; }
.email-signup .carl-higbie-img { right: -25px; max-height: 275px; }
.email-signup .enews form input { width: 90%; padding: 2.5% 5%; font-size: 13px; border-right: 1px solid #e7e9ec; }
.email-signup .enews form input[type=submit] { width: auto; padding: 1.5% 5%; margin: 10px 0 5px 0; font-size: 13px; }
.email-signup.infeed .enews form input,
.email-signup.infeed .enews form input[type=submit],
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form input[type=submit] { font-size: 13px; }
.email-signup .text h4 { font-size: 18px; line-height: 1.0; }
.email-signup .text h5 { font-size: 15px; }
.email-signup .terms-privacy { width: 80%; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 9px; }

/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer { background-size: auto 70%; }
footer .block.footer .content { padding: 8% 55% 8% 0; }
footer .footer-logo-social .footer-logo a { width: 194px;  height: 80px;  background-size: 194px 80px; }
footer .footer-nav-credit { width: 100%;  margin: 0; padding: 0; }
footer .footer-nav-credit .footer-nav { margin: 10px 0 5px 0; }
footer .footer-nav-credit .footer-nav ul li { width: 100%; padding: 8px 0; line-height: 1.0; }
footer .footer-nav-credit .footer-nav-sub { margin: 5px 0 10px 0; }
footer .footer-nav-credit .footer-nav-sub ul li { width: 100%; padding: 6px 0; line-height: 1.0; }
footer .footer-nav-credit .footer-nav-sub ul li span.divider { display: none; }
footer .footer-nav-credit .credits p br.rwd-break { display: block; }
footer .footer-nav-credit .credits p span.divider.divider-1 { display: none; }
footer .footer-nav-credit .credits p.design-dev br.rwd-break { display: block; }
footer .footer-nav-credit .credits p.design-dev a span { margin: 0; }
	
}

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

.res.res-480 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-480 { display: none !important; }

/* GLOBAL: Search
----------------------------------------------------------------------------- */
.block.search-container .close-button { top: 45px; right: 45px; }
.block.search-container .content-wrapper .content .text fieldset form input.button[type=submit] { width: 50px; height: 50px; }
.block.search-container .content-wrapper .content .text fieldset form input.search { width: 70%; padding: 12px 0; margin: 0 10px 0 0; font-size: 20px; }
.block.search-container .content-wrapper .content .text fieldset form input:focus { font-size: 40px; padding: 0; }
	
/* GLOBAL: Fixed Menu
----------------------------------------------------------------------------- */
.block.fixed-menu-container .fixed-menu { width: 100%; }
.block.fixed-menu-container .close-button { width: 20px; height: 20px; top: 20px; right: 20px; }
.block.fixed-menu-container .close-button a { width: 20px; height: 20px; }
.block.fixed-menu-container .fixed-menu ul.menu li a { font-size: 16px; padding: 12px; }
.block.fixed-menu-container .fixed-menu ul.menu li a:hover { font-size: 20px; }

/* GLOBAL: Header
----------------------------------------------------------------------------- */
header .masterhead .inner { padding: 0; }
header .masterhead .logo h1.icon,
header .masterhead .logo h1.icon a { width: 97px; height: 40px; margin: 10px 20px; background-size: 97px 40px; }
header .masterhead .logo h1.icon a { margin: 0; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 19px 26px 19px 16px; background-size: auto 400%; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 6px; height: 22px; }
header .masterhead .nav.main-nav { display: none; }
header .masterhead .social-search { margin: 9px; }
header .masterhead .social-search .social { display: none; }
header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
header .masterhead .signup-button a { height: 60px; }
header .masterhead .signup-button a,
header .masterhead.reduced .signup-button a { font-size: 0; background-image: url(../../files/images/v1/icon-white-email.svg); background-repeat: no-repeat; background-position: center center; background-size: 20px 20px; }

/* GLOBAL: Buttons
----------------------------------------------------------------------------- */
.button a { margin: 4px 5px 4px 0!important; }
.text.text-align-left .button a { margin: 4px 5px 4px 0!important; }
.text.text-align-center .button a { margin: 4px 5px!important; }
.text.text-align-right .button a { margin: 4px 0 4px 5px!important; }
.button-xsmall a { font-size: 8px!important; padding: 6px 18px!important; }
.button-small a { font-size: 10px!important; padding: 7px 19px!important; }
.button-medium a { font-size: 12px!important; padding: 8px 20px!important; }
.button-large a { font-size: 14px!important; padding: 10px 22px!important; }
.button-xlarge a { font-size: 16px!important; padding: 12px 24px!important; }
.button.outline a { border-width: 3px; }
.button-xsmall a span.icon { width: 8px; height: 8px; }
.button-small a span.icon { width: 10px; height: 10px; }
.button-medium a span.icon { width: 12px; height: 12px; }
.button-large a span.icon { width: 14px; height: 14px; }
.button-xlarge a span.icon { width: 16px; height: 16px; }

/* GLOBAL: Advertisements
----------------------------------------------------------------------------- */
.advertisement.align-center,
.advertisement.align-left,
.advertisement.align-right { width: 112%; margin: 15px -6% 30px -6%; display: block; }
.top-advertisement .advertisement { width: 100%; margin: 15px 0 30px 0; display: block; }
.advertisement.below-article { width: 90%; margin: 15px 5%; }

/* PAGES: Global
----------------------------------------------------------------------------- */
.block .content { padding: 12% 0; }
.block .content.pad-top-1 { padding-top: 7%; }
.block .content.pad-top-2 { padding-top: 8%; }
.block .content.pad-top-3 { padding-top: 9%; }
.block .content.pad-top-4 { padding-top: 10%; }
.block .content.pad-top-5 { padding-top: 11%; }
.block .content.pad-top-6 { padding-top: 12%; }
.block .content.pad-top-7 { padding-top: 13%; }
.block .content.pad-top-8 { padding-top: 14%; }
.block .content.pad-top-9 { padding-top: 15%; }
.block .content.pad-top-10 { padding-top: 16%; }
.block .content.pad-top-11 { padding-top: 17%; }
.block .content.pad-top-12 { padding-top: 18%; }
.block .content.pad-top-13 { padding-top: 19%; }
.block .content.pad-top-14 { padding-top: 20%; }
.block .content.pad-top-15 { padding-top: 21%; }
.block .content.pad-top-16 { padding-top: 22%; }
.block .content.pad-top-17 { padding-top: 23%; }
.block .content.pad-top-18 { padding-top: 24%; }
.block .content.pad-top-19 { padding-top: 25%; }
.block .content.pad-top-20 { padding-top: 26%; }
.block .content.pad-bottom-1 { padding-bottom: 7%; }
.block .content.pad-bottom-2 { padding-bottom: 8%; }
.block .content.pad-bottom-3 { padding-bottom: 9%; }
.block .content.pad-bottom-4 { padding-bottom: 10%; }
.block .content.pad-bottom-5 { padding-bottom: 11%; }
.block .content.pad-bottom-6 { padding-bottom: 12%; }
.block .content.pad-bottom-7 { padding-bottom: 13%; }
.block .content.pad-bottom-8 { padding-bottom: 14%; }
.block .content.pad-bottom-9 { padding-bottom: 15%; }
.block .content.pad-bottom-10 { padding-bottom: 16%; }
.block .content.pad-bottom-11 { padding-bottom: 17%; }
.block .content.pad-bottom-12 { padding-bottom: 18%; }
.block .content.pad-bottom-13 { padding-bottom: 19%; }
.block .content.pad-bottom-14 { padding-bottom: 20%; }
.block .content.pad-bottom-15 { padding-bottom: 21%; }
.block .content.pad-bottom-16 { padding-bottom: 22%; }
.block .content.pad-bottom-17 { padding-bottom: 23%; }
.block .content.pad-bottom-18 { padding-bottom: 24%; }
.block .content.pad-bottom-19 { padding-bottom: 25%; }
.block .content.pad-bottom-20 { padding-bottom: 26%; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
.articles-wrapper .articles .grid-sizer { width: 100%; }
.articles-wrapper .articles .item { width: 94%; margin: 0 3% 5% 3%; }
.articles-wrapper .articles .item.wide { width: 105.5% !important; margin: 0 -2.75% !important; }
.articles-wrapper .articles .item.advertisement { width: 105.2% !important; margin: 0 -2.6% !important; }
.articles-wrapper .articles.full .item .image { width: 112% !important; padding-bottom: 60%; margin: 0 -6% !important; }
.articles-wrapper .articles.full .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
.articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 22px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 12px; }
.articles-wrapper .articles .item p.excerpt { font-size: 13px; }
.articles-wrapper .articles .item h3.category { font-size: 17px; }
.articles-wrapper .articles .item h3.category span.line { width: 6%; margin: 6px 0 0 0; }
.articles-wrapper .nav-load-buttons { margin: 25px 0; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 14px; padding: 28px 20px; }
	
/* PAGES: Banner
----------------------------------------------------------------------------- */
.block.banner ul#banner,
.block.banner ul#banner li { padding-bottom: 85%; }
.block.banner ul#banner li .table .table-cell.top-left,
.block.banner ul#banner li .table .table-cell.top-center,
.block.banner ul#banner li .table .table-cell.top-right,
.block.banner ul#banner li .table .table-cell.middle-left,
.block.banner ul#banner li .table .table-cell.middle-center,
.block.banner ul#banner li .table .table-cell.middle-right,
.block.banner ul#banner li .table .table-cell.bottom-left,
.block.banner ul#banner li .table .table-cell.bottom-center,
.block.banner ul#banner li .table .table-cell.bottom-right { vertical-align: bottom; text-align: center; }	
.block.banner ul#banner li .text.txt-width-auto,
.block.banner ul#banner li .text.txt-width-100,
.block.banner ul#banner li .text.txt-width-95,
.block.banner ul#banner li .text.txt-width-90,
.block.banner ul#banner li .text.txt-width-85,
.block.banner ul#banner li .text.txt-width-80,
.block.banner ul#banner li .text.txt-width-75,
.block.banner ul#banner li .text.txt-width-70,
.block.banner ul#banner li .text.txt-width-65,
.block.banner ul#banner li .text.txt-width-60,
.block.banner ul#banner li .text.txt-width-55,
.block.banner ul#banner li .text.txt-width-50,
.block.banner ul#banner li .text.txt-width-45,
.block.banner ul#banner li .text.txt-width-40,
.block.banner ul#banner li .text.txt-width-35,
.block.banner ul#banner li .text.txt-width-30 { width: 90%; padding: 5% 5% 20% 5%; }
.block.banner ul#banner li .text h2.title,
.block.banner ul#banner li .text h2.title a { font-size: 20px; line-height: 1.0; }
.block.banner ul#banner li .text p.excerpt { display: none; }
.block.banner #progress { height: 3px; }
.block.banner .banner-buttons { display: none; }

/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1,
.block.latest-articles .articles-wrapper .articles .item.item-2,
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { width: 100%; padding-bottom: 55%; margin: 0 0 15px 0; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 22px; }
.block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 11px; margin: 5px 0; }

/* PAGE: Carousel
----------------------------------------------------------------------------- */
.block.carousel .articles-wrapper .carousel-wrap { margin: 10px 0; }
.block.carousel .articles-wrapper h3.title { font-size: 16px; }
.block.carousel .articles-wrapper .articles .item { width: 94%; margin: 3%; }
.block.carousel .owl-nav { position: relative; display: inline-block; top: auto; }
.block.carousel .owl-nav .owl-prev,
.block.carousel .owl-nav .owl-next { display: inline-block; position: relative; }
.block.carousel .owl-nav .owl-prev { left: -5px; }
.block.carousel .owl-nav .owl-next { right: -5px; }

/* PAGES: Global
----------------------------------------------------------------------------- */
.page-wrapper { overflow-x: hidden; }
body.single-post .page-wrapper { overflow-x: visible; }
body.single-post .page-wrapper .inner { padding: 0; }
body.single .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
.page-wrapper .inner .content-main .left { width: 100%; flex: none; }
.page-wrapper .inner .content-main .right { width: 100%; flex: none; }
body.home .page-wrapper .inner .content-main .right { display: none; }
body.single .page-wrapper .inner .content-main .post .content { width: 94%; margin: 3%; }

/* PAGES: Alerts
----------------------------------------------------------------------------- */
.alerts-wrapper .alert { width: 94%; margin: 10px 3%; }
.alerts-wrapper .alert .title { width: 17%; }
.alerts-wrapper .alert .title h1 { padding: 5%; font-size: 0; }
.alerts-wrapper .alert .title h1 span.icon { margin: 0!important; }
.alerts-wrapper .alert .title h1 span.label { display: none; }
.alerts-wrapper .alert .text { width: 82.5%; }
.alerts-wrapper .alert .text h4, 
.alerts-wrapper .alert .text h4 a { font-size: 15px; }
.alerts-wrapper .alert .text h4 { padding: 4%; }
.alerts-wrapper .alert .text h4 span.read-more { font-size: 8px; margin: 2px 0 0 4px; }

/* PAGE: Article
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .image-block .description { width: 92.5%; margin: 1.5% 2.5% 0 5%; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 11px; }
	
.page-wrapper .article-header { width: 90%; margin: 2.5% 5% 5% 5%; }
.page-wrapper .article-header h3.category { font-size: 16px; }
.page-wrapper .article-header h3.category span.line { height: 4px; width: 25px; margin: 7px 0 0 0; }
.page-wrapper .article-header h1.title { font-size: 26px; padding: 8px 0; }
.page-wrapper .article-header h2.subtitle { font-size: 16px; }
.page-wrapper .article-header .article-byline { padding: 6px 0; }
.page-wrapper .article-header .article-byline .meta-data p { font-size: 12px; }
body.single-post .content .social-buttons { width: 7.5%; }
.content .social-buttons ul.social li a {  width: 22px; height: 22px; background-size: 22px 22px; }
.content .social-buttons.stacked ul.social li a { margin: 0 0 12px 0; }
.content .social-buttons ul.social li a span.pulse-dot { height: 8px; width: 8px; top: -3px; right: -6px; border: 1px solid #f9f9f9; }
.content .social-buttons ul.social li a span.pulse-dot span.expanding-circle { height: 14px; width: 14px; top: -6px; left: -6px; border: 3px solid #4080ff; }
	
body.single-post .content .text { width: 80%; }

.text blockquote { padding: 0 0 0 15px; margin: 15px 0; border-left-width: 6px; }	
.text blockquote h1,
.text blockquote h2,
.text blockquote h3,
.text blockquote h4,
.text blockquote h5,
.text blockquote h6,
.text blockquote p { font-size: 17px !important; }

/* TYPOGRAPHY STYLES */
.text h1,
.text h1 a { font-size: 30px; }
.text h2,
.text h2 a { font-size: 28px; }
.text h3,
.text h3 a { font-size: 26px; }
.text h4,
.text h4 a { font-size: 24px; }
.text h5,
.text h5 a { font-size: 22px; }
.text h6,
.text h6 a { font-size: 20px; }

/* Header Icons */
.text h1 span.icon { width: 25px; height: 25px; }
.text h2 span.icon { width: 23px; height: 23px; }
.text h3 span.icon { width: 21px; height: 21px; }
.text h4 span.icon { width: 20px; height: 20px; }
.text h5 span.icon { width: 18px; height: 18px; }
.text h6 span.icon { width: 16px; height: 16px; }

.text p,
.text table tbody tr td,
.text ul li,
.text ol li { font-size: 15px; }

.text ul,
.text ol { padding: 0 0 0 19px; }
.text ul li ul,
.text ol li ol { padding: 0 0 0 19px; }

.text .columns.columns-1 .item,
.text .columns.columns-2 .item,
.text .columns.columns-3 .item { width: 100%; margin: 3% 0; }

.text .image-wrap { width: 119% !important; float: none !important; margin: 5% -9.5% !important; }

.text figure figcaption { font-size: 14px; }
.text figure.width-5 figcaption,
.text figure.width-10 figcaption,
.text figure.width-15 figcaption,	
.text figure.width-20 figcaption,
.text figure.width-25 figcaption,
.text figure.width-30 figcaption,
.text figure.width-35 figcaption,
.text figure.width-40 figcaption,
.text figure.width-45 figcaption,
.text figure.width-50 figcaption { font-size: 13px;  }
.text figure.width-55 figcaption,
.text figure.width-60 figcaption,
.text figure.width-65 figcaption,
.text figure.width-70 figcaption,
.text figure.width-75 figcaption { font-size: 14px;  }

/* Image/Video Credit */ 
.credit { width: 95%; margin: 1.5% 2.5% 0 2.5%; }
.credit, .credit span, .credit a, .text .credit, .text .credit span, .text .credit a { font-size: 7px !important; }

/* Video Player */ 	
.text .video-block.full { width: 112% !important; margin: 25px -6% !important; }
.text .video-block.full .credit { width: 90% !important; margin: 2.5% 5% 0 5% !important; }

/* Related Content (Video) */ 
.related-content.video { width: 112%; margin: 10px -6% 25px -6%; }
body.single .related-content.video { width: 112%; margin: 10px -6% 25px -6%; }
.related-content.video h3.title { padding: 2% 0; font-size: 11px; }
.related-content.video .sticky-video-wrap.sticky .video-block.stuck { width: 88%; bottom: 3%; right: 6%; left: 6%; }

/* Comments */ 
.comments { width: 90%; margin: 0 5% 20px 5%; }
.comments .comment-policy p, 
.comments .comment-policy p strong { font-size: 11px; }
.comments .comment-policy p strong { font-size: 10px; }

/* Title Wrap */ 
.title-wrap h2.title,
.title-wrap.small h2.title,
.title-wrap.large h2.title { font-size: 14px; padding: 12px 18px; }
.title-wrap::after,
.title-wrap.large::after,
.title-wrap.small::after { height: 4px; top: 17px; }

/* Mulit-page Nav */
.multi-page-nav a .next,
.multi-page-nav a .prev { font-size: 22px; }
.multi-page-nav.both a .next,
.multi-page-nav.both a .prev { padding: 12% 10%; }
.multi-page-nav a .next span.icon, 
.multi-page-nav a .prev span.icon { width: 24px; height: 24px; }

/* Support Us Promo */ 
.support-us-promo { width: 80%; margin: 3.5% 0; padding: 10%; text-align: center; }
.support-us-promo .icon { width: 25%; padding-bottom: 25%; }
.support-us-promo .text { width: 100%; margin: 20px 0 0 0; }
.support-us-promo .text h4 { font-size: 16px; }
.support-us-promo .text h4 a { font-size: 15px; }

/* Author Bio */ 
.author-bio .top-border { width: 45%; height: 6px; margin: 15px 0 20px 0; }
.author-bio .image-social { width: 100%; }
.author-bio .image-social .bio-image { max-width: 75px; }
.author-bio .image-social ul.social { margin: 15px 0 15px 15px; }
.author-bio .bio-description { width: 100%; margin: 20px 0 0 0; }
.author-bio .bio-description .author-name h5 a { font-size: 20px; }
.author-bio .bio-description .author-name h5 span { font-size: 12px; }
.author-bio .bio-description .author-description p { font-size: 13px; }
		
/* Related Stories */
.related-stories { width: 90%; margin: 0 5% 20px 5%; }
.related-stories .articles .grid-sizer { width: 100%; }
.related-stories .articles .item,
.related-stories .articles .item.item-1,
.related-stories .articles .item.item-3 { width: 100%; margin: 2.5% 0; vertical-align: top; }
.articles-wrapper.related-stories .articles .item .image { width: 30%; padding-bottom: 25%; vertical-align: top; }
.articles-wrapper.related-stories .articles .item .image .label { font-size: 8px; }
.articles-wrapper.related-stories .articles .item.video .image a { background-size: 30px 30px; }
.articles-wrapper.related-stories .articles .item .text { width: 65%; margin: 0 0 0 5%; vertical-align: top; }
.articles-wrapper.related-stories .articles .item h2.title,
.articles-wrapper.related-stories .articles .item h2.title a { font-size: 14px; margin: 0; }
.articles-wrapper.related-stories .articles .item p.author { font-size: 11px; }

/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.right .sidebar .sidebar-block {  margin: 0 0 15px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image { width: 30%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image .label { font-size: 8px; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { width: 65%; margin: 0 0 0 5%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 14px; margin: 5px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 10px; }

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.infeed,
.email-signup.inarticle { 
	background: #f5f6f9;
	background: -moz-linear-gradient(180deg, rgba(245,246,249,1) 70%, rgba(211,213,217,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(245,246,249,1) 70%, rgba(211,213,217,1) 100%);
	background: linear-gradient(180deg, rgba(245,246,249,1) 70%, rgba(211,213,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f6f9",endColorstr="#d3d5d9",GradientType=1);
}
.email-signup.infeed { width: 80%; padding: 10% 10% 30% 10%; margin: 35px 0 25px 0; }
.email-signup.inarticle { width: 92%; padding: 10% 10% 30% 10%; margin: 35px -6% 25px -6%; }
.email-signup .carl-higbie-img { bottom: -5px; right: -7px; background-size: auto 88%; }
.email-signup .enews form input { width: 90%; padding: 2.5% 5%; font-size: 13px; border-right: 1px solid #e7e9ec; }
.email-signup .enews form input[type=submit] { width: auto; padding: 1.5% 5%; margin: 5px 0; font-size: 13px; }
.email-signup.infeed .enews form input,
.email-signup.infeed .enews form input[type=submit],
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form input[type=submit] { font-size: 13px; }
.email-signup .text h4 { font-size: 18px; line-height: 1.0; }
.email-signup .text h5 { font-size: 15px; }
.email-signup .terms-privacy { width: 55%; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 9px; }
	
/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer { background-size: auto 65%; }
footer .inner { padding: 0 10%; }
footer .block.footer .content { padding: 8% 55% 8% 0; }
footer .footer-logo-social .footer-logo a { width: 194px;  height: 80px;  background-size: 194px 80px; }
footer .footer-nav-credit { width: 100%;  margin: 0; padding: 0; }
footer .footer-nav-credit .footer-nav { margin: 10px 0 5px 0; }
footer .footer-nav-credit .footer-nav ul li { width: 100%; padding: 8px 0; line-height: 1.0; }
footer .footer-nav-credit .footer-nav-sub { margin: 5px 0 10px 0; }
footer .footer-nav-credit .footer-nav-sub ul li { width: 100%; padding: 6px 0; line-height: 1.0; }
footer .footer-nav-credit .footer-nav-sub ul li span.divider { display: none; }
footer .footer-nav-credit .credits p br.rwd-break { display: block; }
footer .footer-nav-credit .credits p span.divider.divider-1 { display: none; }
footer .footer-nav-credit .credits p.design-dev br.rwd-break { display: block; }
footer .footer-nav-credit .credits p.design-dev a span { margin: 0; }

}

@media only screen and (max-width: 320px) {
		
.res.res-320 { display: block; }	
.hide-res-full { display: inline-block !important; }
.hide-res-320 { display: none !important; }

/* GLOBAL: Search
----------------------------------------------------------------------------- */
.block.search-container .close-button { top: 45px; right: 45px; }
.block.search-container .content-wrapper .content .text fieldset form input.button[type=submit] { width: 50px; height: 50px; }
.block.search-container .content-wrapper .content .text fieldset form input.search { width: 70%; padding: 12px 0; margin: 0 10px 0 0; font-size: 20px; }
.block.search-container .content-wrapper .content .text fieldset form input:focus { font-size: 40px; padding: 0; }
	
/* GLOBAL: Fixed Menu
----------------------------------------------------------------------------- */
.block.fixed-menu-container .fixed-menu { width: 100%; }
.block.fixed-menu-container .close-button { width: 20px; height: 20px; top: 20px; right: 20px; }
.block.fixed-menu-container .close-button a { width: 20px; height: 20px; }
.block.fixed-menu-container .fixed-menu ul.menu li a { font-size: 16px; padding: 12px; }
.block.fixed-menu-container .fixed-menu ul.menu li a:hover { font-size: 20px; }

/* GLOBAL: Header
----------------------------------------------------------------------------- */
header .masterhead .inner { padding: 0; }
header .masterhead .logo h1.icon,
header .masterhead .logo h1.icon a { width: 97px; height: 40px; margin: 10px 20px; background-size: 97px 40px; }
header .masterhead .logo h1.icon a { margin: 0; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 19px 26px 19px 16px; background-size: auto 400%; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 6px; height: 22px; }
header .masterhead .nav.main-nav { display: none; }
header .masterhead .social-search { margin: 9px; }
header .masterhead .social-search .social { display: none; }
header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
header .masterhead .signup-button a { height: 60px; }
header .masterhead .signup-button a,
header .masterhead.reduced .signup-button a { font-size: 0; background-image: url(../../files/images/v1/icon-white-email.svg); background-repeat: no-repeat; background-position: center center; background-size: 20px 20px; }

/* GLOBAL: Buttons
----------------------------------------------------------------------------- */
.button a { margin: 4px 5px 4px 0!important; }
.text.text-align-left .button a { margin: 4px 5px 4px 0!important; }
.text.text-align-center .button a { margin: 4px 5px!important; }
.text.text-align-right .button a { margin: 4px 0 4px 5px!important; }
.button-xsmall a { font-size: 8px!important; padding: 6px 18px!important; }
.button-small a { font-size: 10px!important; padding: 7px 19px!important; }
.button-medium a { font-size: 12px!important; padding: 8px 20px!important; }
.button-large a { font-size: 14px!important; padding: 10px 22px!important; }
.button-xlarge a { font-size: 16px!important; padding: 12px 24px!important; }
.button.outline a { border-width: 3px; }
.button-xsmall a span.icon { width: 8px; height: 8px; }
.button-small a span.icon { width: 10px; height: 10px; }
.button-medium a span.icon { width: 12px; height: 12px; }
.button-large a span.icon { width: 14px; height: 14px; }
.button-xlarge a span.icon { width: 16px; height: 16px; }

/* GLOBAL: Advertisements
----------------------------------------------------------------------------- */
.advertisement.align-center,
.advertisement.align-left,
.advertisement.align-right { width: 112%; margin: 15px -6% 30px -6%; display: block; }
.top-advertisement .advertisement { width: 100%; margin: 15px 0 30px 0; display: block; }
.advertisement.below-article { width: 90%; margin: 15px 5%; }

/* PAGES: Global
----------------------------------------------------------------------------- */
.block .content { padding: 12% 0; }
.block .content.pad-top-1 { padding-top: 7%; }
.block .content.pad-top-2 { padding-top: 8%; }
.block .content.pad-top-3 { padding-top: 9%; }
.block .content.pad-top-4 { padding-top: 10%; }
.block .content.pad-top-5 { padding-top: 11%; }
.block .content.pad-top-6 { padding-top: 12%; }
.block .content.pad-top-7 { padding-top: 13%; }
.block .content.pad-top-8 { padding-top: 14%; }
.block .content.pad-top-9 { padding-top: 15%; }
.block .content.pad-top-10 { padding-top: 16%; }
.block .content.pad-top-11 { padding-top: 17%; }
.block .content.pad-top-12 { padding-top: 18%; }
.block .content.pad-top-13 { padding-top: 19%; }
.block .content.pad-top-14 { padding-top: 20%; }
.block .content.pad-top-15 { padding-top: 21%; }
.block .content.pad-top-16 { padding-top: 22%; }
.block .content.pad-top-17 { padding-top: 23%; }
.block .content.pad-top-18 { padding-top: 24%; }
.block .content.pad-top-19 { padding-top: 25%; }
.block .content.pad-top-20 { padding-top: 26%; }
.block .content.pad-bottom-1 { padding-bottom: 7%; }
.block .content.pad-bottom-2 { padding-bottom: 8%; }
.block .content.pad-bottom-3 { padding-bottom: 9%; }
.block .content.pad-bottom-4 { padding-bottom: 10%; }
.block .content.pad-bottom-5 { padding-bottom: 11%; }
.block .content.pad-bottom-6 { padding-bottom: 12%; }
.block .content.pad-bottom-7 { padding-bottom: 13%; }
.block .content.pad-bottom-8 { padding-bottom: 14%; }
.block .content.pad-bottom-9 { padding-bottom: 15%; }
.block .content.pad-bottom-10 { padding-bottom: 16%; }
.block .content.pad-bottom-11 { padding-bottom: 17%; }
.block .content.pad-bottom-12 { padding-bottom: 18%; }
.block .content.pad-bottom-13 { padding-bottom: 19%; }
.block .content.pad-bottom-14 { padding-bottom: 20%; }
.block .content.pad-bottom-15 { padding-bottom: 21%; }
.block .content.pad-bottom-16 { padding-bottom: 22%; }
.block .content.pad-bottom-17 { padding-bottom: 23%; }
.block .content.pad-bottom-18 { padding-bottom: 24%; }
.block .content.pad-bottom-19 { padding-bottom: 25%; }
.block .content.pad-bottom-20 { padding-bottom: 26%; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
.articles-wrapper .articles .grid-sizer { width: 100%; }
.articles-wrapper .articles .item { width: 94%; margin: 0 3% 5% 3%; }
.articles-wrapper .articles .item.wide { width: 105.5% !important; margin: 0 -2.75% !important; }
.articles-wrapper .articles .item.advertisement { width: 105.2% !important; margin: 0 -2.6% !important; }
.articles-wrapper .articles.full .item .image { width: 112% !important; padding-bottom: 60%; margin: 0 -6% !important; }
.articles-wrapper .articles.full .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
.articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 22px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 12px; }
.articles-wrapper .articles .item p.excerpt { font-size: 13px; }
.articles-wrapper .articles .item h3.category { font-size: 17px; }
.articles-wrapper .articles .item h3.category span.line { width: 6%; margin: 6px 0 0 0; }
.articles-wrapper .nav-load-buttons { margin: 25px 0; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 14px; padding: 28px 20px; }
	
/* PAGES: Banner
----------------------------------------------------------------------------- */
.block.banner ul#banner,
.block.banner ul#banner li { padding-bottom: 85%; }
.block.banner ul#banner li .table .table-cell.top-left,
.block.banner ul#banner li .table .table-cell.top-center,
.block.banner ul#banner li .table .table-cell.top-right,
.block.banner ul#banner li .table .table-cell.middle-left,
.block.banner ul#banner li .table .table-cell.middle-center,
.block.banner ul#banner li .table .table-cell.middle-right,
.block.banner ul#banner li .table .table-cell.bottom-left,
.block.banner ul#banner li .table .table-cell.bottom-center,
.block.banner ul#banner li .table .table-cell.bottom-right { vertical-align: bottom; text-align: center; }	
.block.banner ul#banner li .text.txt-width-auto,
.block.banner ul#banner li .text.txt-width-100,
.block.banner ul#banner li .text.txt-width-95,
.block.banner ul#banner li .text.txt-width-90,
.block.banner ul#banner li .text.txt-width-85,
.block.banner ul#banner li .text.txt-width-80,
.block.banner ul#banner li .text.txt-width-75,
.block.banner ul#banner li .text.txt-width-70,
.block.banner ul#banner li .text.txt-width-65,
.block.banner ul#banner li .text.txt-width-60,
.block.banner ul#banner li .text.txt-width-55,
.block.banner ul#banner li .text.txt-width-50,
.block.banner ul#banner li .text.txt-width-45,
.block.banner ul#banner li .text.txt-width-40,
.block.banner ul#banner li .text.txt-width-35,
.block.banner ul#banner li .text.txt-width-30 { width: 90%; padding: 5% 5% 20% 5%; }
.block.banner ul#banner li .text h2.title,
.block.banner ul#banner li .text h2.title a { font-size: 20px; line-height: 1.0; }
.block.banner ul#banner li .text p.excerpt { display: none; }
.block.banner #progress { height: 3px; }
.block.banner .banner-buttons { display: none; }

/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1,
.block.latest-articles .articles-wrapper .articles .item.item-2,
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { width: 100%; padding-bottom: 55%; margin: 0 0 15px 0; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 22px; }
.block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 11px; margin: 5px 0; }

/* PAGE: Carousel
----------------------------------------------------------------------------- */
.block.carousel .articles-wrapper .carousel-wrap { margin: 10px 0; }
.block.carousel .articles-wrapper h3.title { font-size: 16px; }
.block.carousel .articles-wrapper .articles .item { width: 94%; margin: 3%; }
.block.carousel .owl-nav { position: relative; display: inline-block; top: auto; }
.block.carousel .owl-nav .owl-prev,
.block.carousel .owl-nav .owl-next { display: inline-block; position: relative; }
.block.carousel .owl-nav .owl-prev { left: -5px; }
.block.carousel .owl-nav .owl-next { right: -5px; }

/* PAGES: Global
----------------------------------------------------------------------------- */
.page-wrapper { overflow-x: hidden; }
body.single-post .page-wrapper { overflow-x: visible; }
body.single-post .page-wrapper .inner { padding: 0; }
body.single .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
.page-wrapper .inner .content-main .left { width: 100%; flex: none; }
.page-wrapper .inner .content-main .right { width: 100%; flex: none; }
body.home .page-wrapper .inner .content-main .right { display: none; }
body.single .page-wrapper .inner .content-main .post .content { width: 94%; margin: 3%; }

/* PAGES: Alerts
----------------------------------------------------------------------------- */
.alerts-wrapper .alert { width: 94%; margin: 10px 3%; }
.alerts-wrapper .alert .title { width: 17%; }
.alerts-wrapper .alert .title h1 { padding: 5%; font-size: 0; }
.alerts-wrapper .alert .title h1 span.icon { margin: 0!important; }
.alerts-wrapper .alert .title h1 span.label { display: none; }
.alerts-wrapper .alert .text { width: 82.5%; }
.alerts-wrapper .alert .text h4, 
.alerts-wrapper .alert .text h4 a { font-size: 15px; }
.alerts-wrapper .alert .text h4 { padding: 4%; }
.alerts-wrapper .alert .text h4 span.read-more { font-size: 8px; margin: 2px 0 0 4px; }

/* PAGE: Article
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .image-block .description { width: 92.5%; margin: 1.5% 2.5% 0 5%; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 11px; }
	
.page-wrapper .article-header { width: 90%; margin: 2.5% 5% 5% 5%; }
.page-wrapper .article-header h3.category { font-size: 16px; }
.page-wrapper .article-header h3.category span.line { height: 4px; width: 25px; margin: 7px 0 0 0; }
.page-wrapper .article-header h1.title { font-size: 26px; padding: 8px 0; }
.page-wrapper .article-header h2.subtitle { font-size: 16px; }
.page-wrapper .article-header .article-byline { padding: 6px 0; }
.page-wrapper .article-header .article-byline .meta-data p { font-size: 12px; }
body.single-post .content .social-buttons { width: 7.5%; }
.content .social-buttons ul.social li a {  width: 22px; height: 22px; background-size: 22px 22px; }
.content .social-buttons.stacked ul.social li a { margin: 0 0 12px 0; }
.content .social-buttons ul.social li a span.pulse-dot { height: 8px; width: 8px; top: -3px; right: -6px; border: 1px solid #f9f9f9; }
.content .social-buttons ul.social li a span.pulse-dot span.expanding-circle { height: 14px; width: 14px; top: -6px; left: -6px; border: 3px solid #4080ff; }
	
body.single-post .content .text { width: 80%; }

.text blockquote { padding: 0 0 0 15px; margin: 15px 0; border-left-width: 6px; }	
.text blockquote h1,
.text blockquote h2,
.text blockquote h3,
.text blockquote h4,
.text blockquote h5,
.text blockquote h6,
.text blockquote p { font-size: 17px !important; }

/* TYPOGRAPHY STYLES */
.text h1,
.text h1 a { font-size: 30px; }
.text h2,
.text h2 a { font-size: 28px; }
.text h3,
.text h3 a { font-size: 26px; }
.text h4,
.text h4 a { font-size: 24px; }
.text h5,
.text h5 a { font-size: 22px; }
.text h6,
.text h6 a { font-size: 20px; }

/* Header Icons */
.text h1 span.icon { width: 25px; height: 25px; }
.text h2 span.icon { width: 23px; height: 23px; }
.text h3 span.icon { width: 21px; height: 21px; }
.text h4 span.icon { width: 20px; height: 20px; }
.text h5 span.icon { width: 18px; height: 18px; }
.text h6 span.icon { width: 16px; height: 16px; }

.text p,
.text table tbody tr td,
.text ul li,
.text ol li { font-size: 15px; }

.text ul,
.text ol { padding: 0 0 0 19px; }
.text ul li ul,
.text ol li ol { padding: 0 0 0 19px; }

.text .columns.columns-1 .item,
.text .columns.columns-2 .item,
.text .columns.columns-3 .item { width: 100%; margin: 3% 0; }

.text .image-wrap { width: 119% !important; float: none !important; margin: 5% -9.5% !important; }

.text figure figcaption { font-size: 14px; }
.text figure.width-5 figcaption,
.text figure.width-10 figcaption,
.text figure.width-15 figcaption,	
.text figure.width-20 figcaption,
.text figure.width-25 figcaption,
.text figure.width-30 figcaption,
.text figure.width-35 figcaption,
.text figure.width-40 figcaption,
.text figure.width-45 figcaption,
.text figure.width-50 figcaption { font-size: 13px;  }
.text figure.width-55 figcaption,
.text figure.width-60 figcaption,
.text figure.width-65 figcaption,
.text figure.width-70 figcaption,
.text figure.width-75 figcaption { font-size: 14px;  }

/* Image/Video Credit */ 
.credit { width: 95%; margin: 1.5% 2.5% 0 2.5%; }
.credit, .credit span, .credit a, .text .credit, .text .credit span, .text .credit a { font-size: 7px !important; }

/* Video Player */ 	
.text .video-block.full { width: 112% !important; margin: 25px -6% !important; }
.text .video-block.full .credit { width: 90% !important; margin: 2.5% 5% 0 5% !important; }

/* Related Content (Video) */ 
.related-content.video { width: 112%; margin: 10px -6% 25px -6%; }
body.single .related-content.video { width: 112%; margin: 10px -6% 25px -6%; }
.related-content.video h3.title { padding: 2% 0; font-size: 11px; }
.related-content.video .sticky-video-wrap.sticky .video-block.stuck { width: 88%; bottom: 3%; right: 6%; left: 6%; }

/* Comments */ 
.comments { width: 90%; margin: 0 5% 20px 5%; }
.comments .comment-policy p, 
.comments .comment-policy p strong { font-size: 11px; }
.comments .comment-policy p strong { font-size: 10px; }

/* Title Wrap */ 
.title-wrap h2.title,
.title-wrap.small h2.title,
.title-wrap.large h2.title { font-size: 14px; padding: 12px 18px; }
.title-wrap::after,
.title-wrap.large::after,
.title-wrap.small::after { height: 4px; top: 17px; }

/* Mulit-page Nav */
.multi-page-nav a .next,
.multi-page-nav a .prev { font-size: 22px; }
.multi-page-nav.both a .next,
.multi-page-nav.both a .prev { padding: 12% 10%; }
.multi-page-nav a .next span.icon, 
.multi-page-nav a .prev span.icon { width: 24px; height: 24px; }

/* Support Us Promo */ 
.support-us-promo { width: 80%; margin: 3.5% 0; padding: 10%; text-align: center; }
.support-us-promo .icon { width: 25%; padding-bottom: 25%; }
.support-us-promo .text { width: 100%; margin: 20px 0 0 0; }
.support-us-promo .text h4 { font-size: 16px; }
.support-us-promo .text h4 a { font-size: 15px; }

/* Author Bio */ 
.author-bio .top-border { width: 45%; height: 6px; margin: 15px 0 20px 0; }
.author-bio .image-social { width: 100%; }
.author-bio .image-social .bio-image { max-width: 75px; }
.author-bio .image-social ul.social { margin: 15px 0 15px 15px; }
.author-bio .bio-description { width: 100%; margin: 20px 0 0 0; }
.author-bio .bio-description .author-name h5 a { font-size: 20px; }
.author-bio .bio-description .author-name h5 span { font-size: 12px; }
.author-bio .bio-description .author-description p { font-size: 13px; }
		
/* Related Stories */
.related-stories { width: 90%; margin: 0 5% 20px 5%; }
.related-stories .articles .grid-sizer { width: 100%; }
.related-stories .articles .item,
.related-stories .articles .item.item-1,
.related-stories .articles .item.item-3 { width: 100%; margin: 2.5% 0; vertical-align: top; }
.articles-wrapper.related-stories .articles .item .image { width: 30%; padding-bottom: 25%; vertical-align: top; }
.articles-wrapper.related-stories .articles .item .image .label { font-size: 8px; }
.articles-wrapper.related-stories .articles .item.video .image a { background-size: 30px 30px; }
.articles-wrapper.related-stories .articles .item .text { width: 65%; margin: 0 0 0 5%; vertical-align: top; }
.articles-wrapper.related-stories .articles .item h2.title,
.articles-wrapper.related-stories .articles .item h2.title a { font-size: 14px; margin: 0; }
.articles-wrapper.related-stories .articles .item p.author { font-size: 11px; }

/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.right .sidebar .sidebar-block {  margin: 0 0 15px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image { width: 30%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image .label { font-size: 8px; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { width: 65%; margin: 0 0 0 5%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 14px; margin: 5px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 10px; }

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.infeed,
.email-signup.inarticle { 
	background: #f5f6f9;
	background: -moz-linear-gradient(180deg, rgba(245,246,249,1) 70%, rgba(211,213,217,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(245,246,249,1) 70%, rgba(211,213,217,1) 100%);
	background: linear-gradient(180deg, rgba(245,246,249,1) 70%, rgba(211,213,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f6f9",endColorstr="#d3d5d9",GradientType=1);
}
.email-signup.infeed { width: 80%; padding: 10% 10% 30% 10%; margin: 35px 0 25px 0; }
.email-signup.inarticle { width: 92%; padding: 10% 10% 30% 10%; margin: 35px -6% 25px -6%; }
.email-signup .carl-higbie-img { bottom: -5px; right: -7px; background-size: auto 88%; }
.email-signup .enews form input { width: 90%; padding: 2.5% 5%; font-size: 13px; border-right: 1px solid #e7e9ec; }
.email-signup .enews form input[type=submit] { width: auto; padding: 1.5% 5%; margin: 5px 0; font-size: 13px; }
.email-signup.infeed .enews form input,
.email-signup.infeed .enews form input[type=submit],
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form input[type=submit] { font-size: 13px; }
.email-signup .text h4 { font-size: 18px; line-height: 1.0; }
.email-signup .text h5 { font-size: 15px; }
.email-signup .terms-privacy { width: 55%; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 9px; }
	
/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer { background-size: auto 65%; }
footer .inner { padding: 0 10%; }
footer .block.footer .content { padding: 8% 55% 8% 0; }
footer .footer-logo-social .footer-logo a { width: 194px;  height: 80px;  background-size: 194px 80px; }
footer .footer-nav-credit { width: 100%;  margin: 0; padding: 0; }
footer .footer-nav-credit .footer-nav { margin: 10px 0 5px 0; }
footer .footer-nav-credit .footer-nav ul li { width: 100%; padding: 8px 0; line-height: 1.0; }
footer .footer-nav-credit .footer-nav-sub { margin: 5px 0 10px 0; }
footer .footer-nav-credit .footer-nav-sub ul li { width: 100%; padding: 6px 0; line-height: 1.0; }
footer .footer-nav-credit .footer-nav-sub ul li span.divider { display: none; }
footer .footer-nav-credit .credits p br.rwd-break { display: block; }
footer .footer-nav-credit .credits p span.divider.divider-1 { display: none; }
footer .footer-nav-credit .credits p.design-dev br.rwd-break { display: block; }
footer .footer-nav-credit .credits p.design-dev a span { margin: 0; }

}
	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 3/2),
		only screen and (min-device-pixel-ratio: 1.5) {
	
}

@-moz-keyframes pulse {
	 0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	 }
	 25% {
		-moz-transform: scale(0);
		opacity: 0.25;
	 }
	 50% {
		-moz-transform: scale(0.1);
		opacity: 0.5;
	 }
	 75% {
		-moz-transform: scale(0.5);
		opacity: 0.75;
	 }
	 100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	 }
}
@-webkit-keyframes "pulse" {
	 0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	 }
	 25% {
		-webkit-transform: scale(0);
		opacity: 0.25;
	 }
	 50% {
		-webkit-transform: scale(0.1);
		opacity: 0.5;
	 }
	 75% {
		-webkit-transform: scale(0.5);
		opacity: 0.75;
	 }
	 100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	 }
}

