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

/* IMPORTS
----------------------------------------------------------------------------- */
@import url("https://use.typekit.net/eho7bor.css");
@import url("https://use.typekit.net/sxx4rqw.css");
@import url('https://fonts.googleapis.com/css2?family=Taviraj:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/* CORE CSS
----------------------------------------------------------------------------- */
@media screen {

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: 'proxima-nova', '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
----------------------------------------------------------------------------- */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #d7272c;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/* Preloading images */
body::after{
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
   content:url(images/icon-color-parler.svg) url(images/icon-color-facebook.svg) url(images/icon-color-twitter.svg) url(images/icon-color-instagram.svg) url(images/icon-color-flipboard.svg) url(images/icon-color-reddit.svg) url(images/icon-color-comments.svg) url(images/icon-color-print.svg) url(images/icon-color-pinterest.svg) url(images/icon-color-linkedin.svg) url(images/icon-color-youtube.svg) url(images/icon-color-gab.svg) url(images/icon-color-gettr.svg) url(images/icon-color-telegram.svg) url(images/icon-color-truthsocial.svg) url(images/icon-ads-on.svg) url(images/icon-ads-off.svg);
}

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;
	-moz-osx-font-smoothing: grayscale;
}

body.no-scroll { 
	overflow:hidden;
}

#top {
	min-height: 1000px;
	position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}
body.admin-bar #top { top:32px; }

	#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);
}

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

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

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

.top-shadow {
	width: 95%;
	height: 14px;
	margin: 0 2.5%;
	background-color: transparent;
	background-image: url(images/top-shadow.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 60% 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: 999999999999999 !important;
	position: fixed;
	background-color: rgba(28,28,29,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(images/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: #15d2d2;
						font-size: 65px;
						font-weight: 200;
						display: inline-block;
						vertical-align: top;
						-webkit-appearance: none;
						border-radius: 0;
						text-align: left;
						text-transform: uppercase;
					}
					
						.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(images/icon-color-search.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(28,28,29,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: #000;
	z-index: 9999;
	display: block;
	overflow-y: scroll;
}
body.admin-bar .block.fixed-menu-container .fixed-menu { top: 32px; }

	.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(images/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: 70%;
		display: inline-block;
		padding: 15%;
	}

	.block.fixed-menu-container .fixed-menu ul.menu li {
		width: 100%;
		position: relative;
		color: #fff;
		display: inline-block;
		margin: 0;
		padding: 0;
		font-weight: normal;
		text-align: left;
		cursor: pointer;
		vertical-align: top;
		font-family: 'futura-pt', 'Arial', sans-serif;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) !important;
	}

	.block.fixed-menu-container .fixed-menu ul.menu li a {
		display: inline-block;
		color: #fff;
		font-size: 20px;
		line-height: 1.0;
		font-weight: 900;
		padding: 8px 12px;
		margin: 0;
		cursor: pointer;
		vertical-align: top;
		position: relative;
		text-transform: uppercase;
		font-family: 'futura-pt', 'Arial', sans-serif;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) !important;
	}

		.block.fixed-menu-container .fixed-menu ul.menu li a:hover { color: #ffc6c6; font-size: 24px; }
	
    .block.fixed-menu-container .fixed-menu ul.menu li.minimal a {
        font-size: 14px;
        font-weight: 800;
		padding: 8px 12px;
		color: #212122;
		font-family: 'proxima-nova', 'Arial', sans-serif !important;
		text-shadow: none !important;
    }

		.block.fixed-menu-container .fixed-menu ul.menu li.minimal a:hover { font-size: 14px; font-weight: 900; }

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

#top header .masterhead {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	background-color: #181925;
	-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;
}
	
/* #top header .masterhead .inner { 
	max-width: none;
	padding: 0;
	background-color: transparent;
	background-image: url(images/header-trans-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 120%;
} */

#top header .masterhead .column {
	width: 100%;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
#top header .masterhead .column.col-left { width: 16%; text-align: left; }
#top header .masterhead .column.col-center { width: 0%; text-align: center; }
#top header .masterhead .column.col-right { width: 84%; text-align: right; }

#top header .masterhead .top-shadow {
	position: absolute;
	bottom: -15px;
}
				
	#top header .masterhead .logo {
		width: 300px;
		height: auto;
		display: inline-block;
		position: relative;
		text-align: center;
		vertical-align: middle;
		margin: 25px 0;
	}
	
		#top header .masterhead .logo h1.icon a {
			width: 100%;
			height: 0;
			padding-bottom: 35%;
			display: inline-block;
			background-color: transparent;
			background-image: url(images/logo.png);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 100% auto;
			-webkit-transition: all .15s ease !important;
			-moz-transition: all .15s ease !important;
			-ms-transition: all .15s ease !important;
			-o-transition: all .15s ease !important;
			transition: all .15s ease !important;
		}
		
		body.device-desktop #top header .masterhead .logo h1.icon a:hover {
			transform: scale(1.05);
		}
		
	#top header .masterhead .social-search {
		display: inline-block;
		position: relative;
		vertical-align: middle;
		text-align: right;
		margin: 0;
	}
	
		#top header .masterhead .social-search .social {
			display: inline-block;
			vertical-align: middle;
		}
		
			#top header .masterhead .social-search .social .social-buttons ul {
				width: 100%;
				display: inline-block;
				text-align: left;
			}
			
			#top header .masterhead .social-search .social .social-buttons ul li {
				float: left;
				display: inline-block;
			}
			
			#top 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%;
			}
			
			#top header .masterhead .social-search .social .social-buttons ul li.parler a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="parler.com"] { background-image: url(images/icon-gray-parler.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.gab a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="gab.com"] { background-image: url(images/icon-gray-gab.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.gettr a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="gettr.com"] { background-image: url(images/icon-gray-gettr.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.facebook a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="facebook.com"] { background-image: url(images/icon-gray-facebook.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.twitter a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="twitter.com"],
			#top header .masterhead .social-search .social .social-buttons ul li.x a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="x.com"] { background-image: url(images/icon-gray-x.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.instagram a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="instagram.com"] { background-image: url(images/icon-gray-instagram.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.pinterest a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="pinterest.com"] { background-image: url(images/icon-gray-pinterest.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.linkedin a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="linkedin.com"] { background-image: url(images/icon-gray-linkedin.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.youtube a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="youtube.com"] { background-image: url(images/icon-gray-youtube.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.telegram a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="t.me"] { background-image: url(images/icon-gray-telegram.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.truthsocial a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="truthsocial.com"] { background-image: url(images/icon-gray-truthsocial.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.rumble a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="rumble.com"] { background-image: url(images/icon-gray-rumble.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.podbean a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="podbean.com"] { background-image: url(images/icon-gray-podbean.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.spotify a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="spotify.com"] { background-image: url(images/icon-gray-spotify.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.soundcloud a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="soundcloud.com"] { background-image: url(images/icon-gray-soundcloud.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.tiktok a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="tiktok.com"] { background-image: url(images/icon-gray-tiktok.svg); }
			#top header .masterhead .social-search .social .social-buttons ul li.rss a,
			#top header .masterhead .social-search .social .social-buttons ul li a[href*="/feed"]  { background-image: url(images/icon-gray-rss.svg); }
			
				#top header .masterhead .social-search .social .social-buttons ul li.parler a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="parler.com"]:hover { background-image: url(images/icon-color-parler.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.gab a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="gab.com"]:hover { background-image: url(images/icon-color-gab.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.gettr a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="gettr.com"]:hover { background-image: url(images/icon-color-gettr.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.facebook a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="facebook.com"]:hover { background-image: url(images/icon-color-facebook.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.twitter a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="twitter.com"]:hover,
				#top header .masterhead .social-search .social .social-buttons ul li.x a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="x.com"]:hover { background-image: url(images/icon-color-x.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.instagram a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="instagram.com"]:hover { background-image: url(images/icon-color-instagram.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.pinterest a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="pinterest.com"]:hover { background-image: url(images/icon-color-pinterest.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.linkedin a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="linkedin.com"]:hover { background-image: url(images/icon-color-linkedin.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.youtube a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="youtube.com"]:hover { background-image: url(images/icon-color-youtube.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.telegram a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="t.me"]:hover { background-image: url(images/icon-color-telegram.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.truthsocial a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="truthsocial.com"]:hover { background-image: url(images/icon-color-truthsocial.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.rumble a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="rumble.com"]:hover { background-image: url(images/icon-color-rumble.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.podbean a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="podbean.com"]:hover { background-image: url(images/icon-color-podbean.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.spotify a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="spotify.com"]:hover { background-image: url(images/icon-color-spotify.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.soundcloud a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="soundcloud.com"]:hover { background-image: url(images/icon-color-soundcloud.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.tiktok a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="tiktok.com"]:hover { background-image: url(images/icon-color-tiktok.svg); }
				#top header .masterhead .social-search .social .social-buttons ul li.rss a:hover,
				#top header .masterhead .social-search .social .social-buttons ul li a[href*="/feed"]:hover  { background-image: url(images/icon-color-rss.svg); }
			
			#top header .masterhead .social-search .social .social-buttons ul li.hide-computer { display: none; }

	#top header .masterhead .social-search .search {
		display: inline-block;
		vertical-align: middle;
	}
	
		#top 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;
		}
		#top header .masterhead .social-search .search a:hover { opacity: 0.5; }
		
			#top 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(images/icon-gray-search.svg);
			}
	
	#top header .masterhead .account-button {
		display: inline-block;
		position: relative;
		vertical-align: middle;
		text-align: right;
	}

		#top header .masterhead .account-button a {
			width: 28px;
			height: 28px;
			display: inline-block;
			vertical-align: middle;
			margin: 0;
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: center;
			background-size: 100% auto;
			background-image: url(images/icon-gray-account.svg);
		}
		#top header .masterhead .account-button a:hover { opacity: 0.5; }
	
	#top header .masterhead .cta-button {
		display: inline-block;
		position: relative;
		vertical-align: middle;
		text-align: right;
	}

		#top header .masterhead .cta-button a {
			display: inline-block;
			vertical-align: middle;
			color: #fff;
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
			padding: 13px 22px;
			margin: 17px;
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			background-color: #ed0028;
			box-shadow: inset 0 -3px 0 rgba(247,58,245,1.0);
			font-family: 'futura-pt-bold', 'Arial', sans-serif;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)!important;
		}
		#top header .masterhead .cta-button a:hover { background-color: #ed0027; box-shadow: inset 0 -3px 0 rgba(255,22,22,1.0); }

	#top header .masterhead .nav {
		position: relative;
		vertical-align: middle;
		display: inline-block;
		text-align: left;
		margin: 0;
		z-index: 12;
	}
	#top header .masterhead .nav.main-nav { 
		width: 97%;
		padding: 0 1.5%;
		text-align: center; 
		background-color: #c1c1cb;
	}
	#top header .masterhead .nav.top-nav { padding: 0; text-align: center; margin: 14px 0; }
	#top header .masterhead .nav.tablet-mobile-nav { display: inline-block; display: none; margin: 0; }

	#top header .masterhead .nav.tablet-mobile-nav a.toggle { 
		display: inline-block;
		margin: 0;
		cursor: pointer;
		vertical-align: top;
		position: relative;
		font-size: 0; 
		padding: 20px;
	}

		#top header .masterhead .nav.tablet-mobile-nav a.toggle span.icon {
			width: 40px;
			height: 40px;
			margin: 0;
			font-size: 0;
			background-image: url(images/icon-color-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;
		}

		#top header .masterhead .nav.tablet-mobile-nav a.toggle:hover span.icon {
		  -webkit-transform: rotateY(180deg);
				  transform: rotateY(180deg);
		}
		
			#top header .masterhead .nav nav ul.menu {
				width: 100%;
				display: inline-block;
				padding: 0;
			}
			
			#top header .masterhead .nav nav ul.menu li {
				position: relative;
				color: #c3c3cb;
				display: inline-block;
				margin: 0;
				padding: 0;
				font-weight: normal;
				text-align: center;
				cursor: pointer;
				vertical-align: top;
				font-family: 'proxima-nova', 'Arial', sans-serif;
			}
			#top header .masterhead .nav.top-nav nav ul.menu li { color: #fff; }
			#top header .masterhead .nav.main-nav nav ul.menu li { color: #fff; }
			
			#top header .masterhead .nav nav ul.menu li a {
				display: inline-block;
				color: #edf2f4;
				font-size: 19px;
				line-height: 1.0;
				font-weight: 800;
				padding: 16px 10px;
				margin: 0;
				cursor: pointer;
				vertical-align: top;
				position: relative;
				text-transform: uppercase;
				font-family: 'proxima-nova', 'Arial', sans-serif;
			}
			#top header .masterhead .nav.top-nav nav ul.menu li a { color: #fff; }
			#top header .masterhead .nav.main-nav nav ul.menu li a { font-size: 16px; color: #fff; }
			
			/* Colors */
			#top header .masterhead .nav.main-nav nav ul.menu li.blue,
			#top header .masterhead .nav.main-nav nav ul.menu li.blue a { color: #2196f3; }
			#top header .masterhead .nav.main-nav nav ul.menu li.green,
			#top header .masterhead .nav.main-nav nav ul.menu li.green a { color: #4caf50; }
			#top header .masterhead .nav.main-nav nav ul.menu li.yellow,
			#top header .masterhead .nav.main-nav nav ul.menu li.yellow a { color: #ffbf3f; }
			#top header .masterhead .nav.main-nav nav ul.menu li.orange,
			#top header .masterhead .nav.main-nav nav ul.menu li.orange a { color: #ff5722; }
			#top header .masterhead .nav.main-nav nav ul.menu li.teal,
			#top header .masterhead .nav.main-nav nav ul.menu li.teal a { color: #00bcd4; }
			#top header .masterhead .nav.main-nav nav ul.menu li.purple,
			#top header .masterhead .nav.main-nav nav ul.menu li.purple a { color: #9c27b0; }
			
			#top header .masterhead .nav nav ul.menu li.menu-item-has-children:hover span.arrow {
				width: 21px;
				height: 10px;
				position: absolute;
				display: block;
				bottom: -2px;
				left: 30%;
				background-color: transparent;
				background-image: url(images/icon-gray-menu-arrow.svg);
				background-repeat: no-repeat;
				background-position: top center;
				background-size: 100% auto;
			}
			#top header .masterhead .nav.tablet-mobile-nav nav ul.menu li.menu-item-has-children:hover span.arrow { left: 20%; }
			#top header .masterhead .nav nav ul.menu li.menu-item ul.sub-menu li.menu-item span.arrow { display: none; }
				
				#top header .masterhead .nav nav ul.menu li.hide-computer,
				#top header .masterhead .nav nav ul.menu li ul.sub-menu li.hide-computer,
				#top header .masterhead .nav nav ul.menu li ul.sub-menu li ul.sub-menu li.hide-computer { display: none; }
			
			#top header .masterhead .nav nav ul.menu li.current-menu-item a,
			#top header .masterhead .nav nav ul.menu li.current-page-ancestor a {
				color: #fff;
			}

			#top header .masterhead .nav nav ul.menu li a:hover,
			#top header .masterhead .nav nav ul.menu li.current-menu-item a:hover {
				color: #fff;
			}
	
			#top header .masterhead .nav.main-nav nav ul.menu li.current-menu-item a,
			#top header .masterhead .nav.main-nav nav ul.menu li.current-page-ancestor a {
				color: #212122;
			}

			#top header .masterhead .nav.main-nav nav ul.menu li a:hover,
			#top header .masterhead .nav.main-nav nav ul.menu li.current-menu-item a:hover {
				color: #212122;
			}
	
			#top header .masterhead .nav.top-nav nav ul.menu li a:hover,
			#top header .masterhead .nav.top-nav nav ul.menu li.current-menu-item a:hover {
				color: #c1c1cb;
			}
				
		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: 48px;
			left: -20px;
			padding: 20px 0;
			z-index: 14;
			clear:left;
			text-align: left;
			background-color: #8d9399;
			text-decoration:none;
		}
		.nav.top-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: uppercase;
			text-indent: 0px;
			font-size: 16px;
			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;
		}
		
		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: #8d9399;
			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: #eceef2;
		}

		#top header .masterhead .nav ul.menu li.menu-item span.pulse-dot { display: none; }
			
			#top header .masterhead .nav ul.menu li.menu-item.pulse span.pulse-dot,
			#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot {
				height: 10px;
				width: 10px;
				top: 13px;
				right: 3px;
				position: absolute;
				border-radius: 50%;
				display: block;
				background-color: #ed0028;
			}
			
			#top header .masterhead .nav ul.menu li.menu-item.pulse span.pulse-dot span.expanding-circle,
			#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot span.expanding-circle {
				height: 18px;
				width: 18px;
				top: -8px;
				left: -8px;
				opacity: 0;
				position: absolute;
				border-radius: 50%;
				border: 4px solid #ed0028;
				-webkit-animation: pulse 1.5s ease-out infinite;
				-moz-animation: pulse 1.5s ease-out infinite;
				animation: pulse 1.5s ease-out infinite;
			}
			
			#top header .masterhead .nav ul.menu li.menu-item.pulse span.pulse-dot,
			#top header .masterhead .nav ul.menu li.menu-item.pulse span.pulse-dot span.expanding-circle { z-index: 10; }
			
		#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item span.pulse-dot,
		#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item span.pulse-dot { display: none; }
			#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot,
			#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot ul.sub-menu li.menu-item.pulse span.pulse-dot { top: 12px; right: 16px; }
	
		/* Color: Red */
		#top header .masterhead .nav ul.menu li.menu-item.pulse.pulse-red span.pulse-dot,
		#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse.pulse-red span.pulse-dot { background-color: #ed0028; }
		#top header .masterhead .nav ul.menu li.menu-item.pulse.pulse-red span.pulse-dot span.expanding-circle,
		#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse.pulse-red span.pulse-dot span.expanding-circle { border: 4px solid #ed0028; }
		
		/* Color: White */
		#top header .masterhead .nav ul.menu li.menu-item.pulse.pulse-white span.pulse-dot,
		#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse.pulse-white span.pulse-dot { background-color: #fff; }
		#top header .masterhead .nav ul.menu li.menu-item.pulse.pulse-white span.pulse-dot span.expanding-circle,
		#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse.pulse-white span.pulse-dot span.expanding-circle { border: 4px solid #fff; }

/* GLOBAL: Ad-Free Promo
----------------------------------------------------------------------------- */
#top .ad-free-bar {
	width: 97%;
	padding: 10px 1.5%;
	background-color: #60616d;
	text-align: center;
}
/* body.home #top .ad-free-bar,
body.single-video #top .ad-free-bar {
	background-color: #181925;
} */
	
	#top .ad-free-bar .promo-text {
		display: inline-block;
		position: relative;
		vertical-align: middle;
		text-align: right;
	}
	
		#top .ad-free-bar .promo-text p {
			color: #9a9aa6;
			font-size: 15px;
			line-height: 1.0;
			font-weight: 500;
			margin: 0;
			vertical-align: top;
			position: relative;
			font-family: 'proxima-nova', 'Arial', sans-serif;
		}
		#top .ad-free-bar .promo-text p a { color: #9a9aa6; }
		#top .ad-free-bar .promo-text p a:hover { color: #fff; }
	
	#top .ad-free-bar .ads-on-off-button {
		display: inline-block;
		position: relative;
		vertical-align: middle;
		text-align: left;
		font-size: 0;
	}

		#top .ad-free-bar .ads-on-off-button a {
			width: 70px;
			height: 26px;
			display: inline-block;
			vertical-align: middle;
			margin: 0 10px;
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: center;
			background-size: 100% auto;
		}
		#top .ad-free-bar .ads-on-off-button.on a { background-image: url(images/icon-ads-on.svg); }
		#top .ad-free-bar .ads-on-off-button.on a:hover,
		#top .ad-free-bar .ads-on-off-button.off a { background-image: url(images/icon-ads-off.svg); }
	
	
/* GLOBAL: Spacer Wrap
----------------------------------------------------------------------------- */
.spacer-wrap { display: inline-block; }
	
.spacer-wrap.width-100-minus-1-5 { width: calc(98.5% - 1.5%); }
.spacer-wrap.width-100-minus-2 { width: calc(98% - 2%); }
.spacer-wrap.width-100-minus-2-5 { width: calc(98% - 2.5%); }
.spacer-wrap.width-100-minus-3 { width: calc(97% - 3%); }
.spacer-wrap.width-100-minus-3-5 { width: calc(96.5% - 3.5%); }
.spacer-wrap.width-100-minus-4 { width: calc(96% - 4%); }
.spacer-wrap.width-100-minus-4-5 { width: calc(95.5% - 4.5%); }
.spacer-wrap.width-100-minus-5 { width: calc(95% - 5%); }
.spacer-wrap.width-100-minus-5-5 { width: calc(94.5% - 5.5%); }
.spacer-wrap.width-100-minus-6 { width: calc(94% - 6%); }
.spacer-wrap.width-100-minus-6-5 { width: calc(93.5% - 6.5%); }
.spacer-wrap.width-100-minus-7 { width: calc(93% - 7%); }
.spacer-wrap.width-100-minus-7-5 { width: calc(92.5% - 7.5%); }
.spacer-wrap.width-100-minus-8 { width: calc(92% - 8%); }
.spacer-wrap.width-100-minus-8-5 { width: calc(91.5% - 8.5%); }
.spacer-wrap.width-100-minus-9 { width: calc(91% - 9%); }
.spacer-wrap.width-100-minus-9-5 { width: calc(90.5% - 9.5%); }
.spacer-wrap.width-100-minus-10 { width: calc(90% - 10%); }
	
/* GLOBAL: Buttons
----------------------------------------------------------------------------- */

/* BUTTON SIZES */

	.button a,
	.button a:hover {
		border: 0!important;;
	}

	.button a,
	.text .button a {
		text-transform: uppercase;
	}

	.button a {
		width: auto;
		display: inline-block;
		line-height: 1.0!important;
		letter-spacing: normal !important;
		color: #fff!important;
		font-weight: 700!important;
		text-decoration: none!important;
		margin: 8px 10px 8px 0!important;
		text-align: center; 
		border: 0;
		cursor:pointer;
		vertical-align: top;
		font-family: 'futura-pt-bold', '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: 400!important; text-transform: none; }
		
		.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 20px!important; }
	.button-small a { font-size: 14px!important; padding: 12px 24px!important; }
	.button-medium a { font-size: 16px!important; padding: 14px 28px!important; }
	.button-large a { font-size: 18px!important; padding: 16px 32px!important; }
	.button-xlarge a { font-size: 20px!important; padding: 18px 36px!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: 2px!important; border-style: solid!important; }
		
		/* Outline (Gray) */
		.button.outline.gray a { border-color: #60616d; }
		.button.outline.gray a:hover { border-color: #888999; }

		/* Outline (Red) */
		.button.outline.red a { border-color: #ed0028; }
		.button.outline.red a:hover { border-color: #60616d; }
		
		/* 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 (Gray) */
		.button.solid.gray a { background-color: #60616d; }
		.button.solid.gray a:hover { background-color: #888999; }

		/* Solid (Red) */
		.button.solid.red a { background-color: #ed0028; }
		.button.solid.red a:hover { background-color: #60616d; }
		
		/* 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 (Gray) */
	.button.gray a { color: #60616d!important; }
	.button.gray a:hover { color: #888999!important; }
	
		/* Solid (Gray) */
		.button.solid.gray a { color: #fff!important; }
		.button.solid.gray a:hover { color: #f5f6f9!important; }

	/* Global (Red) */
	.button.red a { color: #ed0028!important; }
	.button.red a:hover { color: #60616d!important; }
	
		/* Solid (Red) */
		.button.solid.red a { color: #fff!important; }
		.button.solid.red 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: #a3bfcc!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(images/icon-white-lock.svg); }
	.button a span.icon.play { background-image: url(images/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
----------------------------------------------------------------------------- */
.advt {
	width: auto;
	display: block;	
	text-align: center !important;
	margin: 0;
}

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

.advt .advt-wrap {
	width: auto;
	display: block;
	margin: 0 auto;
	vertical-align: top;
	text-align: center;
}
.advt.advt-desktop-300x250 .advt-wrap,
.advt.advt-mobile-300x250 .advt-wrap { min-width: 300px; min-height: 250px; }
.advt.advt-desktop-336x280 .advt-wrap,
.advt.advt-mobile-336x280 .advt-wrap { min-width: 336px; min-height: 280px; }
.advt.advt-desktop-375x375 .advt-wrap,
.advt.advt-mobile-375x375 .advt-wrap { max-width: 375px; min-height: 375px; }
.advt.advt-desktop-400x225 .advt-wrap,
.advt.advt-mobile-400x225 .advt-wrap { min-width: 400px; min-height: 225px; }
.advt.advt-desktop-160x600 .advt-wrap,
.advt.advt-mobile-160x600 .advt-wrap { max-width: 160px; min-height: 600px; }

.advt .advt-300x250 { width: 300px !important; height: 250px !important; }
.advt .advt-300x600 { width: 300px; height: 600px; }
.advt .advt-336x280 { width: 336px; height: 280px; }

.advt .ad.max-width-336 { max-width: 336px; }
.advt .ad.max-width-400 { max-width: 400px; }
	
.advt .advt-wrap .ADK_BANNER {
	display: block;
	margin: 0 auto;
}

.advt .advt-wrap img.self {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.advt .advt-wrap img.self:hover { opacity: 0.75; }

.advertisment .advt-carousel .advt-wrap {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.top-advt,
.bottom-advt {
	width: 100%;
	display: block;
	position: relative;	
	padding: 15px 0;
	clear: both !important;
}
.top-advt.dark,
.bottom-advt.dark { background-color: #1c1d2b; }
	
	.top-advt .advt.align-center,
	.bottom-advt .advt.align-center {
		width: 100%;
		display: block;
		padding: 0;
	}

.below-article {
	width: 100%;
	margin: 15px 0;
}
	
/* PAGES: Global
----------------------------------------------------------------------------- */
.block {
	width: 100%;
	display: block;
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	clear: both !important;
}

	.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.dark {
	background-color: #1c1d2b;
}
	
.block .content {
	padding: 2% 0;
	display: block;
	text-align: center;
	position: relative;
}
.block .content.inline-flex { width: 100%; display: inline-flex; }

.block .content.text-align-left { text-align: left; }
.block .content.text-align-right { text-align: right; }
.block .content.text-align-center { text-align: center; }

	.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%; }

.no-padding { padding: 0 !important; }
.no-margin { margin: 0 !important; }
	
.block .block-header .text { 
	max-width: none !important;
}

	.block .block-header .text h2 {
		font-size: 32px;
		text-transform: uppercase;
		font-weight: 700;
		color: #fff;
	}
	
/* PAGES: Aggregator Home Page
----------------------------------------------------------------------------- */	
#top .page-wrapper .inner .columns {
    width: 100%;
    margin: 0;
    display: inline-flex;
}
body.blog.advt-free #top .page-wrapper .inner .columns { margin: 0; }
body.advt-free #top .page-wrapper .inner .columns { margin: 3.5% 0 0 0; }

    #top .page-wrapper .inner .columns .column.column-center {
        width: 50%;
        display: inline-block;
        flex: 1 auto;
        vertical-align: top;
        position: relative;
    }

    #top .page-wrapper .inner .columns .column.column-left,
    #top .page-wrapper .inner .columns .column.column-right {
        width: 25%;
        margin: 0;
        display: inline-block;
        flex: 1 auto;
        vertical-align: top;
        text-align: center;
        position: relative;
    }


        #top .pinned-content {
            width: 100%;
            display: inline-block;
        }

            #top .pinned-content .item {
                width: 95%;
                margin: 0 2.5%;
                font-size: 0;
                text-align: left;
                position: relative;
                float: left;
                border-bottom: 2px solid #bbc3cd;
            }

                #top .pinned-content .item .image {
                    width: 100%;
                    display: inline-block;
                    position: relative;
                    margin: 2.5% 0 0 0;
                    padding-bottom: 56.3%;
                    height: auto;
                    background-color: #f5f6f9;
                    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;
                }

                #top .pinned-content .item .image a {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: 12;
                    opacity: 1.0;
                }

                #top .pinned-content .item.video .image a,
                #top .pinned-content .item.podcast .image a {
                    background-color: transparent;
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: 35% 35%;
                }
                #top .pinned-content .item.video .image a { background-image: url(images/icon-white-play.svg); }
                #top .pinned-content .item.podcast .image a { background-image: url(images/icon-white-podcast.svg); }

                    #top .pinned-content .item .image a:hover { opacity: 0.5; }
                    #top .pinned-content .item .image:hover { opacity: 0.95; }

                #top .pinned-content .item .image .transparent-gradient {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    background-color: transparent;
                    background-image: url(images/trans-gradient-bg-repeat-x.png);
                    background-repeat: repeat-x;
                    background-position: center bottom;
                    background-size: auto 65%;
                    z-index: 9;
                }

            #top .pinned-content .item .text { 
                width: 100%;
                margin: 1.5% 0; 
                padding: 0; 
                display: inline-block;
            }

                #top .pinned-content .item h3.category {
                    color: #ed0028;
                    font-weight: 900;
                    font-size: 18px;
                    line-height: 1.0;
                    margin: 10px 0 0 0;
                    padding: 4px 0;
                    text-transform: uppercase;
                    vertical-align: top;
                    font-family: 'proxima-nova', 'Arial', sans-serif !important;
                }

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

                #top .pinned-content .item h2.title,
                #top .pinned-content .item h2.title a {
                    font-weight: 800;
                    font-size: 28px;
                    line-height: 1.05;
                    padding: 0;
                    margin: 1.5% 0;
                    text-decoration: none;
                    border: 0;
                    color: #212122;
                    font-family: 'proxima-nova', 'Arial', sans-serif !important;
                }
                #top .pinned-content .item h2.title.font-size-small,
                #top .pinned-content .item h2.title.font-size-small a { font-size: 24px; }
                #top .pinned-content .item h2.title.font-size-large,
                #top .pinned-content .item h2.title.font-size-large a { font-size: 38px; }
                #top .pinned-content .item h2.title.font-size-xlarge,
                #top .pinned-content .item h2.title.font-size-xlarge a { font-size: 48px; }
                #top .pinned-content .item h2.title.color-red,
                #top .pinned-content .item h2.title.color-red a { color: #ed0028; }

                    #top .pinned-content .item h2.title a:hover {
                        color: #545562;
                        text-decoration: none;
                        opacity: 1;
                        border: 0;
                    }
                    #top .pinned-content .item h2.title.color-red a:hover { color: #ff4d4d; }
	
                #top .pinned-content .item h2.title .icon,
                #top .pinned-content .item h2.title a .icon { color: #212122; font-size: 16px; }
                #top .pinned-content .item h2.title.color-red .icon,
                #top .pinned-content .item h2.title.color-red a .icon { color: #ff4d4d; }
                #top .pinned-content .item h2.title.font-size-small .icon { font-size: 14px; }
                #top .pinned-content .item h2.title.font-size-large .icon { font-size: 20px; }
                #top .pinned-content .item h2.title.font-size-xlarge .icon { font-size: 28px; }

                #top .pinned-content .item h2.title .premium-plus-content {
                    padding: 5px 10px;
                    background-color: #ed0028;
                    color: #fff;
                    font-size: 10px;
                    font-weight: 800;
                    display: inline-block;
                    text-transform: uppercase;
                    vertical-align: middle;
                    box-shadow: inset 0 -2px 0 rgba(247,58,245,1.0);
                    border-radius: 100px;
                    -moz-border-radius: 100px;
                    -webkit-border-radius: 100px;
                }
                #top .pinned-content .item h2.title.font-size-small .premium-plus-content { font-size: 8px; }
                #top .pinned-content .item h2.title.font-size-large .premium-plus-content { font-size: 12px; }
                #top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content { font-size: 14px; }

                    #top .pinned-content .item h2.title .premium-plus-content .icon.lock {
                        width: 10px;
                        height: 10px;
                        display: inline-block;
                        background-image: url(images/icon-white-lock.svg);
                        background-color: transparent;
                        background-repeat: no-repeat;
                        background-position: center center;
                        background-size: 100% 100%;
                        vertical-align: middle;
                        margin: -2px 0 0 0;
                    }
                    #top .pinned-content .item h2.title.font-size-small .premium-plus-content .icon.lock { width: 8px; height: 8px; }
                    #top .pinned-content .item h2.title.font-size-large .premium-plus-content .icon.lock { width: 12px; height: 12px; }
                    #top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content .icon.lock { width: 14px; height: 14px; }

                #top .pinned-content .item p.excerpt {
                    color: #60616d;
                    font-size: 16px;
                    line-height: 1.35;
                    padding: 0;
                    margin: 8px 0;
                    font-weight: 400;
                    font-family: 'proxima-nova', 'Arial', sans-serif;
                }
	
/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
.page-wrapper {
	width: 100%;
	display: block;
}
.page-wrapper.offset { margin-top: 123px; }
	
	#top .page-wrapper .inner .content-main {
		width: 100%;
		margin: 0;
		display: inline-flex;
	}
	body.blog.advt-free #top .page-wrapper .inner .content-main { margin: 0; }
	body.advt-free #top .page-wrapper .inner .content-main { margin: 3.5% 0 0 0; }

		#top .page-wrapper .inner .column {
			width: 60%;
			display: inline-block;
			flex: 1 auto;
			vertical-align: top;
			position: relative;
		}
		#top .page-wrapper .inner .column.width-10 { width: 10%; }
		#top .page-wrapper .inner .column.width-15 { width: 15%; }
		#top .page-wrapper .inner .column.width-20 { width: 20%; }
		#top .page-wrapper .inner .column.width-25 { width: 25%; }
		#top .page-wrapper .inner .column.width-30 { width: 30%; }
		#top .page-wrapper .inner .column.width-35 { width: 35%; }
		#top .page-wrapper .inner .column.width-40 { width: 40%; }
		#top .page-wrapper .inner .column.width-45 { width: 45%; }
		#top .page-wrapper .inner .column.width-50 { width: 50%; }
		#top .page-wrapper .inner .column.width-55 { width: 55%; }
		#top .page-wrapper .inner .column.width-60 { width: 60%; }
		#top .page-wrapper .inner .column.width-65 { width: 65%; }
		#top .page-wrapper .inner .column.width-70 { width: 70%; }
		#top .page-wrapper .inner .column.width-75 { width: 75%; }
		#top .page-wrapper .inner .column.width-80 { width: 80%; }
		#top .page-wrapper .inner .column.width-85 { width: 85%; }
		#top .page-wrapper .inner .column.width-90 { width: 90%; }
		#top .page-wrapper .inner .column.width-95 { width: 95%; }
		#top .page-wrapper .inner .column.width-100 { width: 100%; }
	
		#top .page-wrapper .inner .column.text-align-left { text-align: left; }
		#top .page-wrapper .inner .column.text-align-right { text-align: right; }
		#top .page-wrapper .inner .column.text-align-center { text-align: center; }
		
		#top .page-wrapper .inner .content-main .content-main-inner {
			width: 100%;
			display: inline-block;
			margin: 0;
		}
		
		#top .page-wrapper .inner .content-main .content-main-inner.full-width {
			width: 95%;
			display: inline-block;
			margin: 2.5%;
		}
		
		#top .articles-wrapper {
			width: 100%;
			display: block;
			position: relative;
			margin: 0;
		}
					
			#top .articles-wrapper .articles {
				width: 100%;
				display: block;
			}
				
				#top .articles-wrapper .articles .grid-sizer {
					width: 100%;
				}
				#top .articles-wrapper .articles.grid-2 .grid-sizer {
					width: 50%;
				}
				#top .articles-wrapper .articles.grid-3 .grid-sizer {
					width: 33.3%;
				}
				
				#top .articles-wrapper .articles .item {
					width: 95%;
					margin: 2.5%;
					font-size: 0;
					text-align: left;
					position: relative;
					float: left;
				}
				#top .articles-wrapper .articles .item.large,
				#top .articles-wrapper .articles .item.wide { width: 95%; }
				#top .articles-wrapper .articles.grid-2 .item { width: 47%; margin: 1.5%; }
				#top .articles-wrapper .articles.grid-2 .item.large,
				#top .articles-wrapper .articles.grid-2 .item.wide { width: 97%; margin: 1.5%; }
				#top .articles-wrapper .articles.grid-3 .item { width: 30.3%; margin: 1.5%; }
				#top .articles-wrapper .articles.grid-3 .item.large,
				#top .articles-wrapper .articles.grid-3 .item.wide { width: 63.6%; margin: 1.5%; }
				#top .articles-wrapper .articles.grid-4 .item { width: 22%; margin: 1.5%; }
				#top .articles-wrapper .articles.grid-4 .item.large,
				#top .articles-wrapper .articles.grid-4 .item.wide { width: 44%; margin: 1.5%; }
				
					#top .articles-wrapper .articles .item .image {
						width: 35%;
						display: inline-block;
						position: relative;
						padding-bottom: 20%;
						margin: 0 5% 0 0;
						height: auto;
						background-color: #f5f6f9;
						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;
					}
					#top .articles-wrapper .articles .item.wide.featured .image {
						width: 60%;
						padding-bottom: 32%;
						margin: 0 0 0 2.5%;
					}
					
					#top .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;
					}
					
					#top .articles-wrapper .articles .item.video .image a,
					#top .articles-wrapper .articles .item.podcast .image a {
						background-color: transparent;
						background-repeat: no-repeat;
						background-position: center center;
						background-size: 35% 35%;
					}
					#top .articles-wrapper .articles .item.video .image a { background-image: url(images/icon-white-play.svg); }
					#top .articles-wrapper .articles .item.podcast .image a { background-image: url(images/icon-white-podcast.svg); }
					
						#top .articles-wrapper .articles .item .image a:hover { opacity: 0.5; }
						#top .articles-wrapper .articles .item .image:hover { opacity: 0.95; }
							
					#top .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(images/trans-gradient-bg-repeat-x.png);
						background-repeat: repeat-x;
						background-position: center bottom;
						background-size: auto 65%;
						z-index: 9;
					}
	
					#top .articles-wrapper .articles .item .image .premium-content {
						padding: 5px 10px;
						background-color: #ed0028;
						color: #fff;
						font-size: 10px;
						font-weight: 800;
						display: block;
						position: absolute;
						top: 10px;
						right: 10px;
						text-transform: uppercase;
						vertical-align: middle;
						box-shadow: inset 0 -2px 0 rgba(247,58,245,1.0);
						border-radius: 100px;
						-moz-border-radius: 100px;
						-webkit-border-radius: 100px;
					}
	
					#top .articles-wrapper .articles .item .image .premium-content .icon.lock {
						width: 10px;
						height: 10px;
						display: inline-block;
						background-image: url(images/icon-white-lock.svg);
						background-color: transparent;
						background-repeat: no-repeat;
						background-position: center center;
						background-size: 100% 100%;
						vertical-align: middle;
						margin: -2px 0 0 0;
					}
	
					#top .articles-wrapper .articles .item .image .kicker-label {
						padding: 4px 12px;
						background-color: #ff2222;
						color: #fff;
						font-size: 16px;
						font-weight: 800;
						display: block;
						position: absolute;
						bottom: 15px;
						left: -20px;
						text-transform: uppercase;
						vertical-align: middle;
					}
					#top .articles-wrapper .articles .item.wide.featured .image .kicker-label {
						padding: 5px 14px;
						font-size: 26px;
					}
	
						#top .articles-wrapper .articles .item .image .kicker-label .corner {
							position: relative;
							padding: 0;
							color: white;
						}

						#top .articles-wrapper .articles .item .image .kicker-label .corner:before {
							content: "";
							display: block;
							position: absolute;
							z-index: 0;
							top: -24px;
							right: -8px;
							width: 0;
							height: 0;
							border: 10px solid transparent;
							border-bottom-color: #bd1c1c;
							border-right-color: #bd1c1c;
						}
						#top .articles-wrapper .articles .item.wide.featured .image .kicker-label .corner:before {
							top: -25px;
							right: -6px;
						}
					
				#top .articles-wrapper .articles .item .text { 
					width: 60%;
					margin: 2.5% 0; 
					padding: 0; 
					display: inline-block;
				}
				#top .articles-wrapper .articles .item.wide.featured .text { width: 35%; }

					#top .articles-wrapper .articles .item h3.category {
						color: #ed0028;
						font-weight: 600;
						font-size: 16px;
						line-height: 1.0;
						margin: 10px 0 0 0;
						padding: 4px 0;
						text-transform: uppercase;
						vertical-align: top;
						font-family: 'futura-pt', 'Arial', sans-serif;
					}

						#top .articles-wrapper .articles .item h3.category span.content-type {
							color: #939aa3;
							font-weight: 400;
							font-size: 10px;
							line-height: 1.0;
							text-transform: uppercase;
							margin: 3px 0 0 3px;
							vertical-align: top;
							display: inline-block;
						}
					
					#top .articles-wrapper .articles .item h2.title,
					#top .articles-wrapper .articles .item h2.title a {
						font-weight: 800;
						font-size: 24px;
						line-height: 1.05;
						padding: 0;
						margin: 1.5% 0;
						text-decoration: none;
						border: 0;
						color: #212122;
						font-family: 'proxima-nova', 'Arial', sans-serif;
					}
					#top .articles-wrapper .articles .item.wide.featured h2.title,
					#top .articles-wrapper .articles .item.wide.featured h2.title a { font-size: 45px; }
					#top .block.dark .articles-wrapper .articles .item h2.title,
					#top .block.dark .articles-wrapper .articles .item h2.title a { color: #fff; }
					#top .articles-wrapper .articles .item.large h2.title,
					#top .articles-wrapper .articles .item.large h2.title a { font-size: 42px; }
					#top .articles-wrapper .articles .item.large h2.title,
					#top .articles-wrapper .articles .item.large h2.title a { font-size: 42px; }

						#top .articles-wrapper .articles .item h2.title a:hover {
							color: #545562;
							text-decoration: none;
							opacity: 1;
							border: 0;
						}
						#top .block.dark .articles-wrapper .articles .item h2.title a:hover { color: #c1c1cb; }
					
					#top .articles-wrapper .articles .item p.excerpt {
						color: #60616d;
						font-size: 16px;
						line-height: 1.35;
						padding: 0;
						margin: 8px 0;
						font-weight: 400;
						font-family: 'proxima-nova', 'Arial', sans-serif;
					}
					
					#top .articles-wrapper .articles .item p.author,
					#top .articles-wrapper .articles .item .meta-data {
						color: #939aa3;
						font-size: 14px;
						line-height: 1.1;
						padding: 0;
						margin: 8px 0;
						font-weight: 400;
						text-transform: uppercase;
					}
					#top .articles-wrapper .articles .item p.author a { color: #939aa3; text-decoration: none; border: 0; }
					#top .articles-wrapper .articles .item p.author a:hover { color: #15d2d2; border: 0; }
					
					#top .articles-wrapper .articles .item p.author,
					#top .articles-wrapper .articles .item p.author a,
					#top .articles-wrapper .articles .item .meta-data,
					#top .articles-wrapper .articles .item .meta-data span {
						font-family: 'proxima-nova', 'Arial', sans-serif !important;
					}
					
					#top .articles-wrapper .articles .item p.author { font-weight: 300; }
					#top .articles-wrapper .articles .item p.author span,
					#top .articles-wrapper .articles .item p.author span a { font-weight: 600; }
			
			#top .articles-wrapper .nav-load {
				display: inline-block!important;
				width: 100%!important;
				text-align: center!important
			}
				
			#top .articles-wrapper .nav-load-buttons {
				width: 100%;
				display: inline-block;
				margin: 35px 0;
			}
			
				#top .articles-wrapper .nav-load-buttons .load-more-button {
					display: block;
					text-align: center;
					margin: 0 0 5% 0;
				}
				
				#top .articles-wrapper .nav-load-buttons .load-more-button a {
					color: #333;
					font-size: 18px;
					line-height: 1.0;
					font-weight: 600;
					padding: 15px 30px;
					display: inline-block;
					text-transform: uppercase;
					font-family: 'futura-pt', 'Arial', sans-serif;
					border: 3px solid #333;
				}
				
					#top .articles-wrapper .nav-load-buttons .load-more-button a:hover {
						color: #666;
						border: 3px solid #666;
					}

			#top .articles-wrapper .nav-load-buttons .loading {
				display: none;
				position: relative;
				text-align: center;
			}
			#top .articles-wrapper .nav-load-buttons .loading.active { display: block; }

				#top .articles-wrapper .nav-load-buttons .loading svg {
					animation: 3s linear infinite loading-svg-animation;
					max-width: 75px;
				}

				@keyframes loading-svg-animation {
					0% {
						transform: rotateZ(0deg);
					}
					100% {
						transform: rotateZ(360deg)
					}
				}

				#top .articles-wrapper .nav-load-buttons .loading circle {
					animation: 2.4s ease-in-out infinite both loading-circle-animation;
					display: block;
					fill: transparent;
					stroke: #ed0028;
					stroke-linecap: round;
					stroke-dasharray: 283;
					stroke-dashoffset: 280;
					stroke-width: 10px;
					transform-origin: 50% 50%;
				}

				@keyframes loading-circle-animation {
					0%,
					25% {
						stroke-dashoffset: 280;
						transform: rotate(0);
					}
					50%,
					75% {
						stroke-dashoffset: 75;
						transform: rotate(45deg);
					}
					100% {
						stroke-dashoffset: 280;
						transform: rotate(360deg);
					}
				}

/* PAGE: Featured Category
----------------------------------------------------------------------------- */

#top .featured-category {
	margin: 0 0 2.5% 0;
	padding: 0 0 2.5% 0;
	border-bottom: 1px solid #939aa3;
}
	
	body.blog #top .page-wrapper .inner .featured-category-header .column.width-70.column-1 { width: 70%; display: inline-block; }
	body.blog #top .page-wrapper .inner .featured-category-header .column.width-30.column-2 { width: 30%; display: inline-block; }
	
	#top .featured-category .featured-category-header h2 {
		font-size: 32px;
		text-transform: uppercase;
		font-weight: 700;
	}
	
	#top .featured-category .column-1 .articles-wrapper .articles .item {
		width: 95%;
		margin: 2.5%;
		font-size: 0;
		text-align: left;
		position: relative;
		float: left;
	}
	
		#top .featured-category .column-1 .articles-wrapper .articles .item .image {
			width: 100%;
			display: inline-block;
			position: relative;
			padding-bottom: 56.3%;
			margin: 0 0 2.5% 0;
			height: auto;
			background-color: #f5f6f9;
			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;
		}
	
		#top .featured-category .column-1 .articles-wrapper .articles .item .text { 
			width: 100%;
			margin: 2.5% 0; 
			padding: 0; 
			display: inline-block;
		}
	
			#top .featured-category .column-1 .articles-wrapper .articles .item h2.title, 
			#top .featured-category .column-1 .articles-wrapper .articles .item h2.title a { font-size: 30px; }
	
		#top .featured-category .column-2 .articles-wrapper .articles .item .text { }
	
			#top .featured-category .column-2 .articles-wrapper .articles .item h2.title, 
			#top .featured-category .column-2 .articles-wrapper .articles .item h2.title a { font-size: 18px; }
	
		#top .featured-category .column-2 .articles-wrapper .articles .item .image .kicker-label {
			padding: 3px 10px;
			background-color: #ff2222;
			color: #fff;
			font-size: 12px;
			font-weight: 800;
			display: block;
			position: absolute;
			bottom: 10px;
			left: -15px;
			text-transform: uppercase;
			vertical-align: middle;
		}

			#top .featured-category .column-2 .articles-wrapper .articles .item .image .kicker-label .corner {
				position: relative;
				padding: 0;
				color: white;
			}

			#top .featured-category .column-2 .articles-wrapper .articles .item .image .kicker-label .corner:before {
				content: "";
				display: block;
				position: absolute;
				z-index: 0;
				top: -24px;
				right: -8px;
				width: 0;
				height: 0;
				border: 6px solid transparent;
				border-bottom-color: #bd1c1c;
				border-right-color: #bd1c1c;
			}

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

	#top .block.latest-articles .inner { max-width: none; padding: 0; }
	#top .block.latest-articles .articles-wrapper { width: 100%; }
	
	/* Default */	
	#top .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;
	}
	#top .block.latest-articles .articles-wrapper .articles .item.item-1,
	#top .block.latest-articles .articles-wrapper .articles .item.item-2 { width: 50%; padding-bottom: 25%;  margin: 0; }
	#top .block.latest-articles .articles-wrapper .articles .item.item-3,
	#top .block.latest-articles .articles-wrapper .articles .item.item-4,
	#top .block.latest-articles .articles-wrapper .articles .item.item-5 { width: 33.33%; padding-bottom: 20%; margin: 0; }

	#top .block.latest-articles .articles-wrapper .articles .item:hover { -webkit-filter: grayscale(50%); filter: grayscale(50%); }
	
	#top .articles-wrapper .articles .item.advertisement { background-color: transparent !important; }

		#top .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;
        }

		#top .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(16,37,48);
			background: -moz-linear-gradient(180deg, rgba(39,38,39,0) 30%, rgba(39,38,39,.9) 100%);
			background: -webkit-linear-gradient(180deg, rgba(39,38,39,0) 30%, rgba(39,38,39,.9) 100%);
			background: linear-gradient(180deg, rgba(39,38,39,0) 30%, rgba(39,38,39,.9) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#102530",endColorstr="#102530",GradientType=1);
            z-index: 9;
        }

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

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

			#top .block.latest-articles .articles-wrapper .articles .item h2.title {
				color: #fff;
				font-weight: 800;
				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);
				font-family: 'proxima-nova', 'Arial', sans-serif;
			}
			#top .block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
			#top .block.latest-articles .articles-wrapper .articles .item.item-2 h2.title { font-size: 32px; }
			#top .block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
			#top .block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
			#top .block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 22px; }

/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
#top .block.featured-stories { 
	font-size:0;
}
	
	#top .block.featured-stories .inline-flex-wrap {
		width: 100%;
		display: inline-flex;
	}

	#top .block.featured-stories #top .articles-wrapper { margin: 0; }

	#top .block.featured-stories .headline-story {
		width: 55%;
		display: inline-block;
		order: 1;
	}
		
		#top .block.featured-stories .headline-story .articles-wrapper .articles .grid-sizer {
			width: 100%;
		}

		#top .block.featured-stories .headline-story .articles-wrapper .articles .item {
			width: 95%;
			margin: 0 2.5%;
			font-size: 0;
			text-align: left;
			position: relative;
			float: left;
		}

            #top .block.featured-stories .headline-story .articles-wrapper .articles .item .image {
                padding-bottom: 60%;
            }

			#top .block.featured-stories .headline-story .articles-wrapper .articles .item .text {
				margin: 0 0 2.5% 0;
			}

				#top .block.featured-stories .headline-story .articles-wrapper .articles .item h3.category {
					font-size: 22px;
				}

				#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
				#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a {
					font-size: 50px;
					letter-spacing: -2px
				}

				#top .block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
				#top .block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data {
					font-size: 17px;
				}

	#top .block.featured-stories .headline-stories {
		width: 45%;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		order: 2;
	}

	#top .block.featured-stories .headline-stories .articles-wrapper .articles .grid-sizer { width: 100%; }
	#top .block.featured-stories .headline-stories .articles-wrapper .articles .item { width: 93%; margin: 3% 3.5%; }

		#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .image {
			width: 35%;
			padding-bottom: 22%;
			vertical-align: top;
		}

		#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .text {
			width: 60%;
			margin: 0 0 0 5%;
			vertical-align: top;
		}

			#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title,
			#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a {
				font-size: 22px;
				margin: 1.5% 0;
			}

			#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category {
				font-size: 16px;
				margin: 0;
				padding: 0 0 4px 0;
			}

			#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data {
				font-size: 13px;
			}

			#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
.block.featured-articles { vertical-align: top; margin: 0; }

	#top .block.featured-articles .articles-wrapper { width: 100%; vertical-align: top; }
	
	/* Default */	
	#top .block.featured-articles .articles-wrapper .articles .grid-sizer { width: 33.3%; }
	#top .block.featured-articles .articles-wrapper .articles .item { width: 30.3%; margin: 1.5%; }

	/* Carousel Owl Nav */	
	#top .block.featured-articles .articles-wrapper .carousel-wrap { display: block; margin: 25px 50px; }
	#top .block.featured-articles .articles-wrapper .carousel-wrap .articles .article { width: 95%; }

.block.featured-articles .vertical-ad-block { 
	display: none;
	position: relative;
	padding: 0;
	margin: 0; 
	text-align: center;
	vertical-align: top;
}

/* PAGE: Carousel
----------------------------------------------------------------------------- */
.block.carousel {}
	
	#top .block.carousel .carousel-header .text { 
		max-width: none !important;
	}

		#top .block.carousel .carousel-header .text h2 {
			font-size: 32px;
			text-transform: uppercase;
			font-weight: 700;
			color: #fff;
		}

	#top .block.carousel .carousel {
		width: 95%;
        margin: 0 2.5%;
		display: block;
	}
	
		#top .block.carousel .carousel .item {
			width: 95%;
			display: block;
			margin: 2.5%;
		}
	
			#top .block.carousel .carousel .item .image {
				width: 100%;
				display: inline-block;
				position: relative;
				padding-bottom: 56.3%;
				margin: 0 0 2.5% 0;
				height: auto;
				background-color: #f5f6f9;
				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;
			}

			#top .block.carousel .carousel .item .image a {
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 12;
				opacity: 1.0;
			}
	
			#top .block.carousel .carousel .item .image a:hover {
				background-color: #000;
				opacity: 0.25;
			}
	
			#top .block.carousel .carousel .item.video .image a,
			#top .block.carousel .carousel .item.podcast .image a {
				background-color: transparent;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: 35% 35%;
			}
			#top .block.carousel .carousel .item.video .image a { background-image: url(images/icon-white-play.svg); }
			#top .block.carousel .carousel .item.podcast .image a { background-image: url(images/icon-white-podcast.svg); }
	
		#top .block.carousel .carousel .item .text { 
			width: 95%;
			margin: 2.5%; 
			padding: 0; 
			display: inline-block;
		}
	
			#top .block.carousel .carousel .item h2.title, 
			#top .block.carousel .carousel .item h2.title a { 
				font-weight: 800;
				font-size: 18px;
				line-height: 1.05;
				padding: 0;
				margin: 1.5% 0;
				text-decoration: none;
				border: 0;
				color: #fff;
				font-family: 'proxima-nova', 'Arial', sans-serif;
			}
			
			#top .block.carousel .carousel .item h2.title a:hover { color: #c1c1cb; }

	#top .block.carousel .articles-wrapper { width: 100%; margin: 0; }
	#top .block.carousel .articles-wrapper .carousel-wrap { display: block; margin: 25px 50px; text-align: left; }
	#top .block.carousel .articles-wrapper .articles { text-align: center; }
	#top .block.carousel .articles-wrapper .articles .item { width: 95%; }
	
	#top .block.carousel .articles-wrapper .articles .item h2.title,
	#top .block.carousel .articles-wrapper .articles .item h2.title a { font-size: 22px; }
	
	/* Carousel Title Wrap */ 
	#top .block.carousel .articles-wrapper .title-wrap {
		width: 98%;
		display: block;
		position: relative;
		margin: 1.5% 1%;
	}
	
		#top .block.carousel .articles-wrapper .title-wrap h3.title {
			color: #60616d;
			font-size: 17px;
			line-height: 1.0;
			font-weight: 600;
			display: inline-block;
		}
		#top .block.carousel .articles-wrapper .title-wrap.small h3.title { font-size: 16px; padding: 1% 6%; }
		#top .block.carousel .articles-wrapper .title-wrap.large h3.title { font-size: 20px; padding: 1.5% 7%; }

	/* 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: 30px;
			height: 30px;
			font-size: 0;
			display: block;
			position: absolute; 
			opacity: 1;
			background-repeat: no-repeat;
			background-size: 12px 12px;
			background-position: center center;
			background-color: #555;
			cursor: pointer;
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
		}
		.block.carousel  .owl-nav .owl-prev { left: -50px; background-image: url(images/icon-white-arrow-left.svg); }
		.block.carousel  .owl-nav .owl-next { right: -50px; background-image: url(images/icon-white-arrow-right.svg); }
	
	.block.carousel .owl-nav .owl-prev:hover,
	.block.carousel .owl-nav .owl-next:hover { background-color: #60616d; }

/* Section Divider
----------------------------------------------------------------------------- */
.sec-divider {
	width: 100%;
	display: block;
	background-size: 100% 100%;
	height: 0;
	padding-bottom: 4%;
	z-index: 10;
	position: absolute;
}
	
	.sec-divider.top {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDkwLjcybDE0MC0yOC4yOCAzMTUuNTIgMjQuMTRMNzk2LjQ4IDY1LjggMTE0MCAxMDQuODlsMTQwLTE0LjE3VjBIMHY5MC43MnoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAwdjQ3LjQ0TDE3MCAwbDYyNi40OCA5NC44OUwxMTEwIDg3LjExbDE3MC0zOS42N1YwSDB6Ii8+PC9nPjwvc3ZnPg==);
		top: -1px;
		background-position: top center;
	}

	.sec-divider.bottom {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDQ3LjQ0TDE3MCAwbDYyNi40OCA5NC44OUwxMTEwIDg3LjExbDE3MC0zOS42N1YxNDBIMFY0Ny40NHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCA5MC43MmwxNDAtMjguMjggMzE1LjUyIDI0LjE0TDc5Ni40OCA2NS44IDExNDAgMTA0Ljg5bDE0MC0xNC4xN1YxNDBIMFY5MC43MnoiLz48L2c+PC9zdmc+);
		bottom: -1px;
		transform: rotateY(180deg);
		background-position: bottom center;
	}

	body.page footer .sec-divider.top,
	body.post-type-archive-video footer .sec-divider.top,
	body.single-post footer .sec-divider.top,
	body.single-video footer .sec-divider.top {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmNWY2ZjkiPjxwYXRoIGQ9Ik0wIDkwLjcybDE0MC0yOC4yOCAzMTUuNTIgMjQuMTRMNzk2LjQ4IDY1LjggMTE0MCAxMDQuODlsMTQwLTE0LjE3VjBIMHY5MC43MnoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAwdjQ3LjQ0TDE3MCAwbDYyNi40OCA5NC44OUwxMTEwIDg3LjExbDE3MC0zOS42N1YwSDB6Ii8+PC9nPjwvc3ZnPg==);
	}
	
	body.page-id-63323 footer .sec-divider.top,
	body.page-id-124407 footer .sec-divider.top {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzEwMTAxMSI+PHBhdGggZD0iTTAgOTAuNzJsMTQwLTI4LjI4IDMxNS41MiAyNC4xNEw3OTYuNDggNjUuOCAxMTQwIDEwNC44OWwxNDAtMTQuMTdWMEgwdjkwLjcyeiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0wIDB2NDcuNDRMMTcwIDBsNjI2LjQ4IDk0Ljg5TDExMTAgODcuMTFsMTcwLTM5LjY3VjBIMHoiLz48L2c+PC9zdmc+);
	}
	
	body.page-id-63298 footer .sec-divider.top,
	body.page-id-63308 footer .sec-divider.top,
	body.page-id-63301 footer .sec-divider.top,
	body.page-id-63303 footer .sec-divider.top,
	body.page-id-63311 footer .sec-divider.top,
	body.page-id-63313 footer .sec-divider.top,
	body.page-id-63305 footer .sec-divider.top,
	body.page-id-1396 footer .sec-divider.top,
	body.page-id-63316 footer .sec-divider.top,
	body.page-id-63319 footer .sec-divider.top {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDkwLjcybDE0MC0yOC4yOCAzMTUuNTIgMjQuMTRMNzk2LjQ4IDY1LjggMTE0MCAxMDQuODlsMTQwLTE0LjE3VjBIMHY5MC43MnoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAwdjQ3LjQ0TDE3MCAwbDYyNi40OCA5NC44OUwxMTEwIDg3LjExbDE3MC0zOS42N1YwSDB6Ii8+PC9nPjwvc3ZnPg==);
		top: -1px;
		background-position: top center;
	}
	
/* PAGES: Page Header
----------------------------------------------------------------------------- */
.block.page-header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #1c1d2b;
}
.block.page-header .inner {
	z-index: 2;
}
.block.page-header .background-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.15;
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	z-index: 1;
}

	.block.page-header .text h1 {
		font-size: 40px;
		padding: 0;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
	}
	
	.block.page-header .text h5.subtitle,
	.block.page-header .text h5.subtitle a {
		font-size: 13px;
		color: #ed0028;
		font-weight: 600;
		text-transform: uppercase;
		padding: 0 0 2px 0;
		letter-spacing: 3px;
	}
	.block.page-header .text h5.subtitle a:hover { color: #fff; }

	/* Category/Author */
	.bio-info-wrap {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
	}
		
		.bio-info-wrap .bio-image {
			width: 16%;
			display: inline-block;
			vertical-align: top;
			position: relative;
		}
		
			.bio-info-wrap .bio-image .image {
				position: relative;
				z-index: 10;
			}

			.bio-info-wrap .bio-image .image a {
				width: 90%;
				height: 0;
				padding-bottom: 90%;
				display: inline-block;
				vertical-align: top;
				border-radius: 200px;
				-moz-border-radius: 200px;
				-webkit-border-radius: 200px;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: cover;
				-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
				-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
				box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
				border: 2px solid #fff;
			}
			.bio-info-wrap .bio-image.light .image a { background-color: #ccc; }
			.bio-info-wrap .bio-image.dark .image a { background-color: #222; }

				.bio-info-wrap .bio-image .circle-animation {
					width: 112%;
					height: 112%; 
					position: absolute;
					top: -12%;
					left: -6%;
					z-index: 15;
				}			

				.bio-info-wrap .bio-image .circle-animation svg {
					animation: 3s linear infinite svg-animation;
					animation-iteration-count: 1;
					max-width: 100%;
				}

				@keyframes svg-animation {
				  0% {
					transform: rotateZ(0deg);
				  }
				  100% {
					transform: rotateZ(360deg)
				  }
				}

				.bio-info-wrap .bio-image .circle-animation circle {
					animation: 2.5s ease-in-out infinite both circle-animation;
					animation-iteration-count: 1;
					display: block;
					fill: transparent;
					stroke: #ff1440;
					stroke-linecap: round;
					stroke-dasharray: 283;
					stroke-dashoffset: 280;
					stroke-width: 4px;
					transform-origin: 50% 50%;
				}

				@keyframes circle-animation {
				  0%,
				  25% {
					  stroke-dashoffset: 280;
					  	transform: rotate(0);
				  }

				  50%,
				  75% {
					  stroke-dashoffset: 75;
					  transform: rotate(45deg);
				  }

				  100% {
					  stroke-dashoffset: 280;
					  transform: rotate(360deg);
					  stroke-width: 0px;
				  }
				}
		
		.bio-info-wrap .bio-info {
			width: 60%;
			margin: 0 0 0 4%;
			display: inline-block;
			vertical-align: top;
		}
		
			.bio-info-wrap .bio-info .text {
				width: 100%;
				display: inline-block;
				vertical-align: top;
				text-align: left;
			}
			
				.bio-info-wrap .bio-info .text h1,
				.bio-info-wrap .bio-info .text h1 a {
					font-size: 30px;
					font-weight: 600;
					padding: 0 0 1.2% 0;
					text-decoration: none;
					text-transform: none;
				}
				
				.bio-info-wrap .bio-info .text h2,
				.bio-info-wrap .bio-info .text h2 a {
					font-size: 14px;
					line-height: 1.5;
					font-weight: 300;
					padding: 0;
					font-family: 'proxima-nova', 'Arial', sans-serif;
				}
				
					.bio-info-wrap .bio-info .text h2 a {
						color: #fff;
						border-bottom: 2px dotted #fff;
					}
					
					.bio-info-wrap .bio-info .text h2 a:hover {
						opacity: 0.7;
					}
			
			.bio-info-wrap .bio-info ul.social-email {
				width: 100%;
				display: inline-block;
				vertical-align: middle;
				text-align: left;
				margin: 1.2% 0 0 0;
				padding: 0;
				font-size: 0;
			}
			
				.bio-info-wrap .bio-info ul.social-email li {
					display: inline-block;
					vertical-align: middle;
					text-align: left;
					margin: 0 8px 0 0;
					padding: 0;
					font-size: 0;
				}
				
				.bio-info-wrap .bio-info ul.social-email li.social a {
					width: 20px;
					height: 20px;
					font-size: 0;
					display: inline-block;
					vertical-align: middle;
					background-repeat: no-repeat;
					background-position: center center;
					background-size: 100% 100%;
					cursor: pointer;
					border: 0;
				}
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="parler.com"] { background-image: url(images/icon-white-parler.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="facebook.com"] { background-image: url(images/icon-white-facebook.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="twitter.com"],
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="x.com"] { background-image: url(images/icon-white-x.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="pinterest.com"] { background-image: url(images/icon-white-pinterest.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="linkedin.com"] { background-image: url(images/icon-white-linkedin.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="instagram.com"] { background-image: url(images/icon-white-instagram.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="youtube.com"] { background-image: url(images/icon-white-youtube.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="rumble.com"] { background-image: url(images/icon-white-rumble.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="gettr.com"] { background-image: url(images/icon-white-gettr.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="parler.com"] { background-image: url(images/icon-white-parler.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="gab.com"] { background-image: url(images/icon-white-gab.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="telegram.com"] { background-image: url(images/icon-white-telegram.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="truthsocial.com"] { background-image: url(images/icon-white-truthsocial.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="spotify.com"] { background-image: url(images/icon-white-spotify.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="itunes.com"],
                .bio-info-wrap .bio-info ul.social-email li.social a[href*="podcasts.apple.com"] { background-image: url(images/icon-white-itunes.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="/feed"] { background-image: url(images/icon-white-rss.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="#subscribe"] { background-image: url(images/icon-white-subscribe.svg); }

				.bio-info-wrap .bio-info ul.social-email li.social a[href*="parler.com"]:hover { background-image: url(images/icon-color-parler.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="facebook.com"]:hover { background-image: url(images/icon-color-facebook.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="twitter.com"]:hover,
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="x.com"]:hover { background-image: url(images/icon-color-x.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="pinterest.com"]:hover { background-image: url(images/icon-color-pinterest.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="linkedin.com"]:hover { background-image: url(images/icon-color-linkedin.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="instagram.com"]:hover { background-image: url(images/icon-color-instagram.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="youtube.com"]:hover { background-image: url(images/icon-color-youtube.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="rumble.com"]:hover { background-image: url(images/icon-color-rumble.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="gettr.com"]:hover { background-image: url(images/icon-color-gettr.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="parler.com"]:hover { background-image: url(images/icon-color-parler.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="gab.com"]:hover { background-image: url(images/icon-color-gab.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="telegram.com"]:hover { background-image: url(images/icon-color-telegram.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="truthsocial.com"]:hover { background-image: url(images/icon-color-truthsocial.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="spotify.com"]:hover { background-image: url(images/icon-color-spotify.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="itunes.com"]:hover,
                .bio-info-wrap .bio-info ul.social-email li.social a[href*="podcasts.apple.com"]:hover { background-image: url(images/icon-color-itunes.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="/feed"]:hover { background-image: url(images/icon-color-rss.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="#subscribe"]:hover { background-image: url(images/icon-color-subscribe.svg); }
				
				.bio-info-wrap .bio-info ul.social-email li.social a:hover { opacity: 1.0; }

				.bio-info-wrap .bio-info ul.social-email li.email a {
					color: #fff;
					font-size: 11px;
					line-height: 1.0;
					font-weight: 400;
					text-transform: uppercase;
					display: inline-block;
					vertical-align: middle;
					text-decoration: none;
					font-family: 'proxima-nova', 'Hind', 'Arial', sans-serif;
					border: 2px solid #fff;
					padding: 6px 18px;
					margin: 0 0 0 5px;
					border-radius: 100px;
					-moz-border-radius: 100px;
					-webkit-border-radius: 100px;
				}
				
				/* Safari font-weight fix
				body.safari .bio-info-wrap .bio-info ul.social-email li.email a {
					font-weight: 600;
				} */
				
				.bio-info-wrap .bio-info ul.social-email li a:hover { opacity: 0.8; border: 0; }
	
/* PAGE: Article
----------------------------------------------------------------------------- */
#top .page-wrapper .inner .category-header-wrapper {
	width: 95%;
	display: inline-block;
	margin: 0 2.5%;
	padding: 0;
    position: relative;
}

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

	#top .page-wrapper .inner .image-block .image {
		display: block;
		position: relative;
		padding-bottom: 56.3%;
		height: 0;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #f5f6f9;
	}
	
	#top .page-wrapper .inner .image-block .description {
		width: 90%;
		display: inline-block;
		position: relative;
		margin: 2% 0 0 10%;
		text-align: right;
	}
	
		#top .page-wrapper .inner .image-block .description p {
			color: #939aa3;
			font-size: 14px;
			line-height: 1.35;
			font-weight: 400;
			margin: 0;
			padding: 0;
			font-style: italic;
			text-align: right;
		}

body.single #top .page-wrapper .inner .post {
	width: 100%;
	display: inline-block;
}
body.single #top .page-wrapper .inner .content-main-inner.full-width .post { margin: 0; }
	
	/* 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: #435ff0;
			font-weight: 600;
			font-size: 22px;
			line-height: 1.0;
			margin: 0;
			padding: 4px 0;
			vertical-align: top;
			text-transform: uppercase;
			font-family: 'futura-pt', 'Arial', sans-serif;
		}
		
			.page-wrapper .article-header h3.category span.content-type {
				color: #939aa3;
				font-weight: 400;
				font-size: 11px;
				line-height: 1.0;
				text-transform: uppercase;
				margin: 5px 0 0 3px;
				vertical-align: top;
				display: inline-block;
			}
		
		.page-wrapper .article-header h1.title {
			font-size: 40px;
			line-height: 1.1;
			font-weight: 800;
			letter-spacing: -1px;
			margin: 0;
			padding: 10px 0;
			color: #212122;
			font-family: 'proxima-nova', 'Arial', sans-serif;
		}
		
		.page-wrapper .article-header h2.subtitle {
			color: #60616d;
			font-size: 18px;
			line-height: 1.25;
			font-weight: 400;
			margin: 0;
			padding: 8px 0;
			font-family: 'proxima-nova', 'Arial', sans-serif;
		}
		
			.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: 'proxima-nova', 'Arial', sans-serif;
				}
				
				.page-wrapper .article-header .article-byline .meta-data p {
					font-size: 16px;
					color: #939aa3;
					font-weight: 400;
					text-transform: uppercase;
				}
				.page-wrapper .article-header .article-byline .meta-data p span.author { font-weight: 700; }
				.page-wrapper .article-header .article-byline .meta-data p span.date { color: #939aa3; font-weight: 700; }
				
				.page-wrapper .article-header .article-byline .meta-data p a {
					color: #939aa3;
				}
				
					.page-wrapper .article-header .article-byline .meta-data p a:hover {
						color: #ed0027;
					}

			.page-wrapper .article-header .article-credit {
				width: 100%;
				display: inline-block;
				margin: 0;
				padding: 10px 0;
			}

				.page-wrapper .article-header .article-credit p,
				.page-wrapper .article-header .article-credit p a,
				.page-wrapper .article-header .article-credit span,
				.page-wrapper .article-header .article-credit strong,
				.page-wrapper .article-header .article-credit em {
					font-family: 'proxima-nova', 'Arial', sans-serif;
				}
				
				.page-wrapper .article-header .article-credit p {
					font-size: 13px;
					color: #939aa3;
					font-weight: 400;
				}

					.page-wrapper .article-header .article-credit p a {
						color: #2f42a1;
					}

					.page-wrapper .article-header .article-credit p a:hover {
						color: #354bb6;
					}

		body.single-post .content .social-buttons,
		body.single-podcast .content .social-buttons,
		body.single-referral .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: 60px;
		}
		body.single-post.admin-bar .content .social-buttons,
		body.single-podcast.admin-bar .content .social-buttons,
		body.single-referral.admin-bar .content .social-buttons { top: 80px; }

		.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.align-left { text-align: left; }
			.content .social-buttons ul.social.align-right { text-align: right; }
			.content .social-buttons ul.social.align-center { 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.large li a { width: 33px; height: 33px; background-size: 33px 33px; }

				.content .social-buttons ul.social li.parler a { background-image: url(images/icon-color-parler.svg); }
				.content .social-buttons ul.social li.gab a { background-image: url(images/icon-color-gab.svg); }
				.content .social-buttons ul.social li.gettr a { background-image: url(images/icon-color-gettr.svg); }
				.content .social-buttons ul.social li.facebook a { background-image: url(images/icon-color-facebook.svg); }
				.content .social-buttons ul.social li.twitter a,
				.content .social-buttons ul.social li.x a { background-image: url(images/icon-color-x.svg); }
				.content .social-buttons ul.social li.flipboard a { background-image: url(images/icon-color-flipboard.svg); }
				.content .social-buttons ul.social li.reddit a { background-image: url(images/icon-color-reddit.svg); }
				.content .social-buttons ul.social li.comment a { background-image: url(images/icon-color-comments.svg); }
				.content .social-buttons ul.social li.linkedin a { background-image: url(images/icon-color-linkedin.svg); }
				.content .social-buttons ul.social li.telegram a { background-image: url(images/icon-color-telegram.svg); }
				.content .social-buttons ul.social li.print a { background-image: url(images/icon-color-print.svg); }

				.content .social-buttons ul.social.dark-gray li.parler a { background-image: url(images/icon-dark-gray-parler.svg); }
				.content .social-buttons ul.social.dark-gray li.gab a { background-image: url(images/icon-dark-gray-gab.svg); }
				.content .social-buttons ul.social.dark-gray li.gettr a { background-image: url(images/icon-dark-gray-gettr.svg); }
				.content .social-buttons ul.social.dark-gray li.facebook a { background-image: url(images/icon-dark-gray-facebook.svg); }
				.content .social-buttons ul.social.dark-gray li.twitter a,
				.content .social-buttons ul.social.dark-gray li.x a { background-image: url(images/icon-dark-gray-x.svg); }
				.content .social-buttons ul.social.dark-gray li.flipboard a { background-image: url(images/icon-dark-gray-flipboard.svg); }
				.content .social-buttons ul.social.dark-gray li.reddit a { background-image: url(images/icon-dark-gray-reddit.svg); }
				.content .social-buttons ul.social.dark-gray li.comment a { background-image: url(images/icon-dark-gray-comments.svg); }
				.content .social-buttons ul.social.dark-gray li.linkedin a { background-image: url(images/icon-dark-gray-linkedin.svg); }
				.content .social-buttons ul.social.dark-gray li.telegram a { background-image: url(images/icon-dark-gray-telegram.svg); }
				.content .social-buttons ul.social.dark-gray li.print a { background-image: url(images/icon-dark-gray-print.svg); }

				.content .social-buttons ul.social.gray li.parler a { background-image: url(images/icon-gray-parler.svg); }
				.content .social-buttons ul.social.gray li.gab a { background-image: url(images/icon-gray-gab.svg); }
				.content .social-buttons ul.social.gray li.gettr a { background-image: url(images/icon-gray-gettr.svg); }
				.content .social-buttons ul.social.gray li.facebook a { background-image: url(images/icon-gray-facebook.svg); }
				.content .social-buttons ul.social.gray li.twitter a,
				.content .social-buttons ul.social.gray li.x a { background-image: url(images/icon-gray-x.svg); }
				.content .social-buttons ul.social.gray li.flipboard a { background-image: url(images/icon-gray-flipboard.svg); }
				.content .social-buttons ul.social.gray li.reddit a { background-image: url(images/icon-gray-reddit.svg); }
				.content .social-buttons ul.social.gray li.comment a { background-image: url(images/icon-gray-comments.svg); }
				.content .social-buttons ul.social.gray li.linkedin a { background-image: url(images/icon-gray-linkedin.svg); }
				.content .social-buttons ul.social.gray li.telegram a { background-image: url(images/icon-gray-telegram.svg); }
				.content .social-buttons ul.social.gray li.print a { background-image: url(images/icon-gray-print.svg); }

					.content .social-buttons ul.social li a:hover { opacity: 1; }
					.content .social-buttons ul.social li.parler a:hover { background-image: url(images/icon-color-parler.svg); }
					.content .social-buttons ul.social li.gab a:hover { background-image: url(images/icon-color-gab.svg); }
					.content .social-buttons ul.social li.gettr a:hover { background-image: url(images/icon-color-gettr.svg); }
					.content .social-buttons ul.social li.facebook a:hover { background-image: url(images/icon-color-facebook.svg); }
					.content .social-buttons ul.social li.twitter a:hover,
					.content .social-buttons ul.social li.x a:hover { background-image: url(images/icon-color-x.svg); }
					.content .social-buttons ul.social li.flipboard a:hover { background-image: url(images/icon-color-flipboard.svg); }
					.content .social-buttons ul.social li.reddit a:hover { background-image: url(images/icon-color-reddit.svg); }
					.content .social-buttons ul.social li.comment a:hover { background-image: url(images/icon-color-comments.svg); }
					.content .social-buttons ul.social li.linkedin a:hover { background-image: url(images/icon-color-linkedin.svg); }
					.content .social-buttons ul.social li.telegram a:hover { background-image: url(images/icon-color-telegram.svg); }
					.content .social-buttons ul.social li.print a:hover { background-image: url(images/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: #ed0028;
					border: 2px solid #fff;
				}
				.content .social-buttons ul.social.dark-gray li a span.pulse-dot { border-color: #1c1d2b; }

				.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 #ed0028;
					-webkit-animation: pulse 1.5s ease-out;
					-moz-animation: pulse 1.5s ease-out;
					animation: pulse 1.5s 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%;
        max-width: 900px;
		display: inline-block;
		margin: 0 0 10px 0;
		padding: 0;
		position: relative;
		vertical-align: top;
	}
	body.page .content .text { max-width: none; }

	/* Global text styling */
	.text-align-left { text-align: left; }
	.text-align-center { text-align: center; }
	.text-align-right { text-align: right; }
	
		.text a { font-weight: 400; color: #ed0028; text-decoration: none; }
		.text a span { color: #ed0028; }
		.text a:hover { color: #ff5757; text-decoration: underline; }
	
		.et-db #et-boc .et-l .et_pb_module a :not(.ad),
		.et-db #et-boc .et-l .et_pb_module a :not(.et_pb_button) { font-weight: 400 !important; color: #ed0028 !important; text-decoration: none !important; }
		.et-db #et-boc .et-l .et_pb_module a :hover :not(.ad),
		.et-db #et-boc .et-l .et_pb_module a :hover :not(.et_pb_button) { color: #ff5757 !important; text-decoration: underline !important; }

		.text a,
		.text a span { color: #ed0028; font-weight: 400; }
		.text a:hover { color: #ff5757; }
			
		.text blockquote:not(.tiktok-embed) {
			padding: 10px 0 10px 20px;
			margin: 25px;
			display: inline-block;
			border-left-width: 8px;
			border-left-style: solid;
			border-left-color: #ed0028;
		}
		
			.text blockquote h1,
			.text blockquote h2,
			.text blockquote h3,
			.text blockquote h4,
			.text blockquote h5,
			.text blockquote h6,
			.text blockquote p,
			.text blockquote a,
			.text blockquote p a,
			.text blockquote h1 a,
			.text blockquote h2 a,
			.text blockquote h3 a,
			.text blockquote h4 a,
			.text blockquote h5 a,
			.text blockquote h6 a {
				font-size: 18px !important;
				line-height: 1.65 !important;
				text-align: left;
				color: #e10b0b !important;
				float: none;
				margin: 0;
				font-weight: 500;
				font-family: 'Noticia Text', Georgia, 'Times New Roman', serif
			}
			.text blockquote { font-family: 'Noticia Text', Georgia, 'Times New Roman', serif; }
			.text blockquote a:hover,
			.text blockquote p a:hover,
			.text blockquote h1 a:hover,
			.text blockquote h2 a:hover,
			.text blockquote h3 a:hover,
			.text blockquote h4 a:hover,
			.text blockquote h5 a:hover,
			.text blockquote h6 a:hover { color: #ff5757 !important; }

		::selection { color: #fff; background: #ed0028; text-shadow: 1px 2px 2px rgba(0,0,0,0.15); }
		::-moz-selection { color: #fff; background: #ed0028; text-shadow: 1px 2px 2px rgba(0,0,0,0.15); }
		
		.text mark {
			background-color: #ed0027;
			color: #fff;
			padding: 0.35% 1%;
			font-weight: 400;
			text-shadow: 1px 2px 2px rgba(0,0,0,0.15); 
		}
		
		.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: #212122; }
		.text.font-default p,
		.text.font-default ul li,
		.text.font-default ol li,
		.text.font-default table tbody tr td { color: #212122; }
		
		/* 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: 40px;
			line-height: 1.0;
			font-weight: normal;
			padding: 1.5% 0;
			vertical-align: top;
		}
		
			.text h1,
			.text h1 a,
			.text h1 strong,
			.text h1 span { font-family: 'futura-pt', 'Arial', sans-serif; }
					
		.text h2,
		.text h2 a { 
			font-size: 36px;
			line-height: 1.2;
			font-weight: normal;
			padding: 1.5% 0;
			vertical-align: top;
		}
		
			.text h2,
			.text h2 a,
			.text h2 strong,
			.text h2 span { font-family: 'futura-pt', 'Arial', sans-serif; }
		
		.text h3,
		.text h3 a { 
			font-size: 32px;
			line-height: 1.2;
			font-weight: normal;
			padding: 1.5% 0;
			vertical-align: top;
		}
		
		.text h3,
		.text h3 a,
		.text h3 strong,
		.text h3 span { font-family: 'futura-pt', 'Arial', sans-serif; }
		
		.text h4:not(.rc-headline),
		.text h4:not(.rc-headline) a { 
			font-size: 30px;
			line-height: 1.2;
			font-weight: normal;
			padding: 1.5% 0;
			vertical-align: top;
		}
		
			.text h4,
			.text h4 a,
			.text h4 strong,
			.text h4 span { font-family: 'futura-pt', 'Arial', sans-serif; }
		
		.text h5,
		.text h5 a { 
			font-size: 28px;
			line-height: 1.2;
			font-weight: normal;
			padding: 1.5% 0;
			vertical-align: top;
		}
		
			.text h5,
			.text h5 a,
			.text h5 strong,
			.text h5 span { font-family: 'futura-pt', 'Arial', sans-serif; }
		
		.text h6,
		.text h6 a { 
			font-size: 26px;
			line-height: 1.2;
			font-weight: normal;
			padding: 1.5% 0;
			vertical-align: top;
		}
		
			.text h6,
			.text h6 a,
			.text h6 strong,
			.text h6 span { font-family: 'futura-pt', 'Arial', sans-serif; }
		
		.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: 700; vertical-align: top; }
	
		.text,
		.text p,
		.text table tbody tr td,
		.text ul li,
		.text ol li { 
			font-size: 19px;
			line-height: 1.75;
			padding: 4px 0;
			font-weight: 400;
		}

		.text .more-news p { line-height: 1.25 !important; }
		
		.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 { font-family: 'Taviraj', 'Georgia', Times, 'Times New Roman', serif; }
					
		.text p strong,
		.text p strong a {
			font-weight: 700;
		}
		
		.text hr { 
			width: 80%;
			height: 2px;
			background-color: #e7e9ec;
			margin: 25px auto;
			display: block;
			clear: both !important;
		}
		body.slideshows .text hr { margin: 35px auto; }
		body.page .text hr { margin: 60px auto; }
		
		.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: 'proxima-nova', '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 { }
		
		.text img.border {
			border: 12px solid #fff;
			-moz-box-shadow: 1px 2px 3px #acb4bf;
			-webkit-box-shadow: 1px 2px 3px #acb4bf;
			box-shadow: 1px 2px 3px #acb4bf;
		}
		
		.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: 0; margin-left: 0; }
		
			.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: 100% !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: 10px 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: 10px 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: 12px 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: #7e7e7e; }
	
	.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;
	}
	
.text .image-wrap.alignleft .credit { float: left; }
.text .image-wrap.alignright .credit { float: right; }
	
/* Instagram Embed */
.instagram-media {
	margin: 0 auto !important;
}

/* Audio Player */
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body { background: #424248!important; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.mejs-controls .mejs-time-rail .mejs-time-current { background: #ed0028!important; }
.mejs-container a,
.mejs-container .mejs-controls a,
.mejs-embed a,
.mejs-embed body a { border: 0; }

/* Podcast */
.podcast-wrapper {
	width: calc(90% + 4px);
	display: inline-block;
	padding: 5%;
	margin: 0 0 2.5% 0;
	background-color: #f5f6f9;
	border: 2px solid #c5cbd3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	.podcast-wrapper .podcast-header {
		width: 100%;
		display: block;
		margin: 0 0 2.5% 0;
	}
	
		.podcast-wrapper .podcast-header h3 {
			font-size: 18px;
			text-align: left;
			color: #212122;
		}
	
	.podcast-wrapper .podcast-player {
		width: 100%;
		display: block;
		margin: 0 0 2.5% 0;
	}

	.podcast-wrapper .podcast-meta {
		width: 100%;
		display: block;
		margin: 0;
	}

		.podcast-wrapper .podcast-meta ul.podcast-buttons {
			width: 100%;
			display: block;
			margin: 0;
			padding: 0;
			text-align: center;
		}
		.sidebar .podcast-wrapper .podcast-meta ul.podcast-buttons { text-align: left; }

			.podcast-wrapper .podcast-meta ul.podcast-buttons li {
				display: inline-block;
				list-style-type: none;
				margin: 3px;
				padding: 0;
				text-align: center;
				font-size: 0;
			}
			.sidebar .podcast-wrapper .podcast-meta ul.podcast-buttons li { text-align: left; }

			.podcast-wrapper .podcast-meta ul.podcast-buttons li,
			.podcast-wrapper .podcast-meta ul.podcast-buttons li a {
				font-size: 14px;
				font-weight: 500;
				text-transform: uppercase;
				color: #8d9399 !important;
				vertical-align: middle;
			}
	
				.sidebar .podcast-wrapper .podcast-meta ul.podcast-buttons li,
				.sidebar .podcast-wrapper .podcast-meta ul.podcast-buttons li a { font-size: 0; }

			.podcast-wrapper .podcast-meta ul.podcast-buttons li a {
				display: inline-block;
				text-decoration: none;
				border: 2px solid #939aa3;
				padding: 7px 14px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}

				.podcast-wrapper .podcast-meta ul.podcast-buttons li a span.icon {
					width: 18px;
					height: 18px;
					display: inline-block;
					vertical-align: middle;
					margin: -2px 2px 0 0;
					background-color: transparent;
					background-repeat: no-repeat;
					background-position: center center;
					background-size: 100% 100%;
				}
				.podcast-wrapper .podcast-meta ul.podcast-buttons li.apple a span.icon { background-image: url(images/icon-gray-apple.svg); }
				.podcast-wrapper .podcast-meta ul.podcast-buttons li.google a span.icon { background-image: url(images/icon-gray-google.svg); }
				.podcast-wrapper .podcast-meta ul.podcast-buttons li.android a span.icon { background-image: url(images/icon-gray-android.svg); }
				.podcast-wrapper .podcast-meta ul.podcast-buttons li.rss a span.icon { background-image: url(images/icon-gray-rss.svg); }
				.podcast-wrapper .podcast-meta ul.podcast-buttons li.download a span.icon { background-image: url(images/icon-gray-download.svg); }

			.podcast-wrapper .podcast-meta ul.podcast-buttons li a:hover { opacity: 0.6; }

/* Video Player */ 
#top .video-block {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 25px 0;
}
	
	#top .video-block .video-player {
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 56.3%;
		height: 0;
		margin: 0;
	}
	body.video #top .video-block .video-player { background-color: #000; }
	
	#top .video-block .video-player.anyclip { padding-bottom: 67.5%; }
	#top .video-block .video-player.cloudflare { padding-bottom: 56.3%; }
	#top .video-block .video-player.jwplay { padding-bottom: 56.3%; }
	#top .video-block .video-player.youtube { padding-bottom: 56.3%; }
	#top .video-block .video-player.facebook { padding-bottom: 56%; }
	#top .video-block .video-player.vimeo { padding-bottom: 56.3%; }
	#top .video-block .video-player.dailymotion { padding-bottom: 55%; }
	#top .video-block .video-player.cspan { padding-bottom: 56.25%; }
	#top .video-block .video-player.rumble { padding-bottom: 56.3% !important; }
	#top .video-block .video-player.embed { padding-bottom: 53.6%; }
	#top .video-block .video-player.fluid { padding-bottom: 56.3%; }
	#top .video-block .video-player.primis { padding-bottom: 47.25%; }
	#top .video-block .video-player.connatix { padding-bottom: 68%; }
	#top .video-block .video-player.tmz { padding-bottom: 56.3%; }
	
		#top .video-block .video-player iframe,
		#top .video-block .video-player object,
		#top .video-block .video-player embed,
		#top .video-block .video-player div#ccfy9t,
		#top .video-block .video-player.fluid .fluid_video_wrapper {
			position: absolute;
			top: 0;
			left: 0;
			width: 100% !important;
			height: 100% !important;
			overflow: hidden;
		}
	
	/* Fluid Player */
	.fluid_initial_play_button {
		margin-top: 15px !important;
		margin-left: 23px !important;
		border-style: solid !important;
		border-width: 15px 0 15px 21px !important;
		border-color: transparent transparent transparent #fff !important;
	}
	
	.fluid_initial_pause_button {
		margin-top: 15px !important;
		margin-left: 17px !important;
		width: 8px !important;
  		height: 31px !important;
		border: 9px solid #fff !important;
		border-top: 0 !important;
		border-bottom: 0 !important;
	}

	.fluid_initial_play {
		border-radius: 50px !important;
	}
	
	.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container {
		color: #fff !important;
	}
	
	.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_control_volume_container .fluid_control_volume {
		margin-top: 10px !important;
		background-color: rgba(171,172,172,0.68) !important;
	}
	
	.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_control_volume_container .fluid_control_volume .fluid_control_currentvolume {
		background-color: #fff !important;
	}
	
	.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_control_volume_container .fluid_control_volume .fluid_control_currentvolume .fluid_control_volume_currentpos, 
	.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_controls_progress .fluid_controls_currentpos {
		border-radius: 6px !important;
	}
	
	.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_controls_progress {
		position: absolute !important;
		height: 4px !important;
		background-color: rgba(255,255,255,0.25) !important;
	}
	
	.fluid_video_wrapper.fluid_player_layout_default .fade_out {
		visibility: hidden !important;
		opacity: 0 !important;
		-webkit-transition: visibility 0.5s,opacity .5s !important;
		transition: visibility 0.5s,opacity .5s !important;
	}
	
	.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container {
		background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#ad000000',GradientType=0) !important;
	}

/* Related Content (Video) */ 
#top .related-content.video {
	width: 100%;
	display: block;
	margin: 30px auto;
	max-width: 640px;
	clear: both !important;
}
body.page-id-2071 #top .related-content.video { max-width: 900px; }

	#top .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: 'proxima-nova', 'Arial', sans-serif !important;
	}

	#top .related-content.video .sticky-video-wrap {
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 56.3%;
		height: 0;
		margin: 0;
		background-color: #f3f3f4;
	}
	#top .related-content.video.primis .sticky-video-wrap { padding-bottom: 47.25% !important; }
	#top .related-content.video.connatix .sticky-video-wrap { padding-bottom: 68% !important; }
	
		#top .related-content.video .sticky-video-wrap .video-block { margin: 0; }
		
		#top .related-content.video .sticky-video-wrap.sticky .video-block.stuck {
			width: 100%;
			max-width: 450px;
			display: block;
			position: fixed;
			bottom: 225px;
			right: 200px;
			z-index: 2000;
		}
		
	#top .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: 99999;
		display: none;
	}
	#top .related-content.video .sticky-video-wrap .video-block.stuck .close-btn { display: block; }
	
		#top .related-content.video .sticky-video-wrap .video-block .close-btn a {
			width: 30px;
			height: 30px;
			display: block;
			background-color: #ed0028;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 12px 12px;
			background-image: url(images/icon-white-close.svg);
			border-radius: 100px !important;
			-moz-border-radius: 100px !important;
			-webkit-border-radius: 100px !important;
			border: none !important;
			-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)!important;
			-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)!important;
			box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)!important;
		}
		
			#top .related-content.video .sticky-video-wrap .video-block .close-btn a:hover {
				background-color: #ed0027;	
			}

/* Comments */ 
.comments {
    width: 100%;
    max-width: 900px;
    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: 14px;
			line-height: 1.4;
			color: #939aa3;
			font-family: 'proxima-nova', 'Arial', sans-serif !important;
			font-weight: 400;
		}
		
		.comments .comment-policy p strong {
			font-size: 14px;
			color: #939aa3;
			font-weight: 600;
		}
	
#wpdcom { max-width: 820px !important; }
#wpdcom .wpd-auth .wpd-login a { color: #ed0028 !important; }
#wpdcom .ql-toolbar button:hover .ql-stroke { color: #ed0028 !important; stroke: #ed0028 !important; }
#wpdcom .ql-toolbar button.ql-spoiler:hover, 
#wpdcom .ql-toolbar button.ql-sourcecode:hover,
#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i:hover { color: #ed0028 !important; }
#wpdcom .ql-toolbar button:hover .ql-fill { color: #ed0028 !important; fill: #ed0028 !important; }
#comments { margin: 0 auto !important; }

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

/* 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 a,
.text p.disclaimer a:hover { border: 0; }

/* Title Wrap */ 
.title-wrap {
	width: 100%;
	display: inline-block;
	margin: 0 0 10px 0;
	text-align: left;
	position: relative;
	background: #f5f6f9; /* Old browsers */
	background: -moz-linear-gradient(left, #f5f6f9 0%, #fff 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f5f6f9 0%,#fff 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f5f6f9 0%,#fff 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f9', endColorstr='#fff',GradientType=1 ); /* IE6-9 */
	border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	vertical-align: middle;
}

	.title-wrap h3.title {
		color: #60616d;
		font-size: 20px;
		line-height: 1.0;
		font-weight: 700;
		padding: 14px 20px;
		display: block;
		text-transform: uppercase;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: auto 110%;
		background-image: url(images/title-wrap-bg.svg);
		border-top-left-radius: 8px;
		-moz-border-top-left-radius: 8px;
		-webkit-border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		-moz-border-bottom-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		vertical-align: middle;
		font-family: 'futura-pt', 'Arial', sans-serif !important;
	}
	.title-wrap.small h3.title { font-size: 16px; padding: 2.5% 12%; }
	.title-wrap.large h3.title { font-size: 18px; padding: 2% 9%; }

    .title-wrap h3.title span.icon {
        width: 22px;
        height: 22px;
        display: inline-block;
        background-size: auto 100%;
        background-position: center center;
        background-repeat: no-repeat;
        vertical-align: top;	
        background-color: transparent;
		margin: 0 5px;
		vertical-align: middle;	
    }
	.title-wrap h3.title span.icon.trending { margin-top: -3px; background-image: url(images/icon-dark-gray-trending.svg); }

/* 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: #ed0028;
		text-transform: uppercase;
		border-radius: 100px;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		box-shadow: inset 0 -5px 0 rgba(0,0,0,0.12);
	}
	.multi-page-nav.both a .next,
	.multi-page-nav.both a .prev {
		width: 80%;
		padding: 10%;
	}
		
		.multi-page-nav.both a .next { 
			background-color: #ed0028;
			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: #d00c2d;
			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: #d90125; }
		.multi-page-nav.both a .prev:hover { background-color: #ba0927; }
		
	.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(images/icon-white-circle-arrow-right.svg); }
	.multi-page-nav a .prev span.icon { margin-right: 5px; background-image: url(images/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;
		}

/* Author Bio */ 
.author-bio {
	width: 100%;
	max-width: 700px;
	display: inline-block;
	margin: 15px 0;
	padding: 35px 0;
	font-size: 0;
	vertical-align: top;
	border-top: 4px solid #c5cbd3;
}
	
	.author-bio .line {
		width: 60%;
		margin: 0 0 20px 0;
	}

	.author-bio .image-social {
		width: 14.5%;
		display: inline-block;
		text-align: left;
	}
	
		.author-bio .image-social .bio-image {
			width: 100%;
			display: inline-block;
			background-color: #f5f6f9;
			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 {
		width: 100%;
		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;
		}
		.author-bio .image-social ul.social li.parler a { background-image: url(images/icon-gray-parler.svg); }
		.author-bio .image-social ul.social li.facebook a { background-image: url(images/icon-gray-facebook.svg); }
		.author-bio .image-social ul.social li.twitter a { background-image: url(images/icon-gray-twitter.svg); }
		.author-bio .image-social ul.social li.instagram a { background-image: url(images/icon-gray-instagram.svg); }
		.author-bio .image-social ul.social li.linkedin a { background-image: url(images/icon-gray-linkedin.svg); }
		.author-bio .image-social ul.social li.pinterest a { background-image: url(images/icon-gray-pinterest.svg); }
		
		.author-bio .image-social ul.social li.parler a:hover { background-image: url(images/icon-color-parler.svg); }
		.author-bio .image-social ul.social li.facebook a:hover { background-image: url(images/icon-color-facebook.svg); }
		.author-bio .image-social ul.social li.twitter a:hover { background-image: url(images/icon-color-twitter.svg); }
		.author-bio .image-social ul.social li.instagram a:hover { background-image: url(images/icon-color-instagram.svg); }
		.author-bio .image-social ul.social li.linkedin a:hover { background-image: url(images/icon-color-linkedin.svg); }
		.author-bio .image-social ul.social li.pinterest a:hover { background-image: url(images/icon-color-pinterest.svg); }
	
	.author-bio .bio-description {
		width: 81.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: 26px;
				color: #60616d;
				font-weight: 700;
				text-decoration: none;
			}
			.author-bio .bio-description .author-name h5 a:hover { color: #ed0028; }
			
			.author-bio .bio-description .author-name h5 span {
				font-size: 12px;
				color: #939aa3;
				font-weight: 600;
				text-transform: uppercase;
			}
		
		.author-bio .bio-description .author-description .text {
			width: 100%;
			margin: 0;
			padding: 0;
		}

		.author-bio .bio-description .author-description p {
			font-size: 14px;
			line-height: 1.5;
			color: #60616d;
			padding: 0;
			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 h3.category { font-size: 13px; }
		.related-stories .articles .item h2.title,
		.related-stories .articles .item h2.title a { font-size: 17px; margin: 5px 0 10px 0; }
		.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(images/icon-gray-error.svg); }

/* PAGE: Petitions
----------------------------------------------------------------------------- */
.petition-wrapper {
	background-color: #a1a9b3;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	overflow: hidden;
}

	.petition-wrapper .image {
		width: 100%;
		height: 0;
		padding-bottom: 70%;
		display: block;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: relative;
		overflow: hidden;
	}

		.petition-wrapper .image .transparent-gradient {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 9;
			background: rgb(161,169,179);
			background: -moz-linear-gradient(0deg, rgba(197,207,219,1) 0%, rgba(197,207,219,0) 30%);
			background: -webkit-linear-gradient(0deg, rgba(197,207,219,1) 0%, rgba(197,207,219,0) 30%);
			background: linear-gradient(0deg, rgba(197,207,219,1) 0%, rgba(197,207,219,0) 30%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5cfdb",endColorstr="#c5cfdb",GradientType=1); 
		}
		.petition-wrapper .image .transparent-gradient.fade-length-50 {
			background: -moz-linear-gradient(0deg, rgba(197,207,219,1) 0%, rgba(197,207,219,0) 50%);
			background: -webkit-linear-gradient(0deg, rgba(197,207,219,1) 0%, rgba(197,207,219,0) 50%);
			background: linear-gradient(0deg, rgba(197,207,219,1) 0%, rgba(197,207,219,0) 50%);
		}

	.petition-wrapper .petition {
		display: block;
		padding: 0 10% 10% 10%;
		background: rgb(161,169,179);
		background: -moz-linear-gradient(180deg, rgba(197,207,219,1) 30%, rgba(187,196,208,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(197,207,219,1) 30%, rgba(187,196,208,1) 100%);
		background: linear-gradient(180deg, rgba(197,207,219,1) 30%, rgba(187,196,208,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5cfdb",endColorstr="#bbc4d0",GradientType=1);
	}

		.petition-wrapper .petition .text h1.title {
			font-size: 50px;
			line-height: 1.1;
			font-weight: 500;
			padding: 0 0 15px 0;
			vertical-align: top;
			color: #36363b;
		}

		.petition-wrapper .petition .text p {
			font-size: 20px;
			line-height: 1.5;
			padding: 4px 0;
			font-weight: 400;
			color: #36363b;
		}

		.petition-signup {
			width: 100%;
			max-width: 640px;
			display: block;
			margin: 5px auto;
			padding: 0;
			text-align: left;
			z-index: 12;
			position: relative;
		}
				
			.petition-signup form {
				width: 100%;
				display: inline-block;
				margin: 0;
				vertical-align: top;
				text-align: left;
				max-width: 900px;
				color: #60616d;
				font-size: 18px;
				position: relative;
			}
			
				
				.petition-signup form input {
					width: calc(98% - 40px);
					display: inline-block;
					border: 1px solid #e7e9ec;
					border-right: 0;
					background-color: #fff;
					vertical-align: top;
					padding: 10px 20px;
					margin: 10px 0;
					-webkit-appearance: none;
					color: #afb5bb;
					font-size: 20px;
					line-height: 1;
					position: relative;
					font-family: 'proxima-nova', 'Arial', sans-serif !important;
					text-transform: none;
					font-weight: 800;
				}
				
				.petition-signup form input::-webkit-input-placeholder { color: #464751; }
				.petition-signup form input::-moz-placeholder { color: #464751; }
				.petition-signup form input:-ms-input-placeholder { color: #464751; }
				.petition-signup form input:-moz-placeholder { color: #464751; }
				
				/* Safari fix */
				body.safari .petition-signup input {
					font-size: 14px;
					padding-top: 10px;
					padding-bottom: 10px;
				}
				
				.petition-signup form input:focus { 
					color: #60616d;
					text-shadow: none;
					border: 1px solid #99a4a7;
					border-right: 0;
				}
	
				.petition-signup form button {
					padding: 12px 24px;
					font-size: 20px;
					line-height: 1;
					display: block;
					margin: 10px auto;
					vertical-align: top;
					text-transform: uppercase;
					cursor: pointer;
					-webkit-appearance: none;
					font-weight: 600;
					color: #fff;
					background-color: #ed0028;
					font-family: 'futura-pt', 'Arial', sans-serif;
				}
				
					.petition-signup form button:hover,
					.petition-signup form button:focus {
						background-color: #60616d;
					}
			
		.petition-signup .terms-privacy {
			width: 100%;
			display: block;
			padding: 5px 0;
			margin: 0;
			vertical-align: top;
			text-align: left;
			z-index: 12;
			position: relative;
		}
		
			.petition-signup .terms-privacy span,
			.petition-signup .terms-privacy span a {
				font-size: 9px;
				line-height: 1.25;
				color: #60616d !important;
				font-family: 'proxima-nova', 'Arial', sans-serif !important;
				font-weight: 400;
				display: inline-block;
			}
			
			.petition-signup .terms-privacy span a { text-decoration: underline; border: 0; }
			.petition-signup .terms-privacy span a:hover { color: #212122; border: 0; }

/* Petition Embed */
.petition-embed {
	width: 100%;
	display: block;
	clear: both !important;	
	background-color: #c5cfdb;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	vertical-align: middle;
	font-size: 0;
	overflow: hidden;
	margin: 3.5% 0;
}

	.petition-embed .image {
		width: 45%;
		height: 0;
		padding-bottom: 35%;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: 70% center;
		background-size: cover;
		position: relative;
		overflow: hidden;
		vertical-align: middle;
	}

		.petition-embed .image .transparent-gradient {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 9;
			background: rgb(161,169,179);
			background: -moz-linear-gradient(-90deg, rgba(197,207,219,1) 0%, rgba(197,207,219,0) 40%);
			background: -webkit-linear-gradient(-90deg, rgba(197,207,219,1) 0%, rgba(197,207,219,0) 40%);
			background: linear-gradient(-90deg, rgba(197,207,219,1) 0%, rgba(197,207,219,0) 40%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5cfdb",endColorstr="#c5cfdb",GradientType=1);
		}
		.petition-embed .image .transparent-gradient.fade-length-50 {
			background: -moz-linear-gradient(-90deg, rgba(197,207,219,1) 0%, rgba(197,207,219,0) 60%);
			background: -webkit-linear-gradient(-90deg, rgba(197,207,219,1) 0%, rgba(197,207,219,0) 60%);
			background: linear-gradient(-90deg, rgba(197,207,219,1) 0%, rgba(197,207,219,0) 60%);
		}

	.petition-embed .petition {
		width: 50%;
		display: inline-block;
		padding: 2.5% 5% 2.5% 0;
		background-color: #c5cfdb;
		vertical-align: middle;
	}

		.petition-embed .petition .text {
			width: 100% !important;
			margin: 0 !important;;
		}

		.petition-embed .petition .text h4.title,
		.petition-embed .petition .text h4.title a {
			font-size: 22px;
			line-height: 1.1;
			font-weight: 400;
			vertical-align: top;
			color: #36363b !important;
			border: 0;
		}

		.petition-embed .petition .text h4.title {
			padding: 0 0 10px 0;
		}

			.petition-embed .petition .text h4.title a:hover {
				color: #7e7e7e;
			}

		.petition-embed .petition .text .button a {
			margin: 0 !important;;
		}

/* 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: #1c1d2b; }

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

	.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; }
	
/* PAGE: Home Video Promo
----------------------------------------------------------------------------- */
body.home #top .page-wrapper .block.video .inner .column .sidebar .sidebar-block .content { padding: 0; }

/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.sidebar {
	width: 90%;
	margin: 3.75% 5%;
	display: block;
	vertical-align: top;
	text-align: center;
	position: relative;
    overflow-x: hidden;
}
	
.sidebar.sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 60px;
}
body.admin-bar .sidebar.sticky { top: 80px; }
	
	.sidebar .grid-sizer,
	.sidebar .sidebar-block {
		width: 100%;
	}
	
	.sidebar .sidebar-block {
		width: 100%;
		margin: 0 0 15px 0;
		text-align: center;
		position: relative;
		display: inline-block;
	}
	
	.sidebar .sidebar-block .inner {
		margin: 0!important;
		padding: 0!important;
		text-align: left;
	}
	
	.sidebar .sidebar-block .inner .content {
		margin: 0;
	}
		
		.sidebar .sidebar-block .inner .content .articles {
			width: 100%;
			display: inline-block;
			margin: 0;
			text-align: left;
		}
	
.sidebar .sidebar-block .video-block { margin: 0; }
	
/* GLOBAL: Articles Mini
----------------------------------------------------------------------------- */
		
#top .articles.mini .item {
    width: 100%;
    margin: 2.5% 0;
    font-size: 0;
    text-align: left;
    position: relative;
    vertical-align: middle;
}

    #top .articles.mini .item .image {
        width: 32.5%;
        display: inline-block;
        position: relative;
        padding-bottom: 18.75%;
        height: auto;
        background-color: #f5f6f9;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 9;
        vertical-align: middle;
    }

        #top .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;
        }

            #top .articles.mini .item.video .image a {
                background-color: transparent;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 35% 35%;
                background-image: url(images/icon-white-play.svg);
            }

                #top .articles.mini .item .image a:hover { opacity: 0.5; }
                #top .articles.mini .item .image:hover { opacity: 0.95; }



        #top .articles.mini .item .image .label {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 10;
        }

        #top .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: #e2211b;	
            vertical-align: top;
            font-family: 'proxima-nova', 'Arial', sans-serif !important;
            text-decoration: none;
        }

            #top .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(images/icon-white-play.svg);
            }

        #top .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(images/trans-gradient-bg-repeat-x.png);
            background-repeat: repeat-x;
            background-position: center bottom;
            background-size: auto 100%;
            z-index: 9;
        }

        #top .articles.mini .item .image .premium-plus-content {
            padding: 4px 8px;
            background-color: #ed0028;
            color: #fff;
            font-size: 8px;
            font-weight: 800;
            display: block;
            position: absolute;
            top: 6px;
            right: 6px;
            text-transform: uppercase;
            vertical-align: middle;
            box-shadow: inset 0 -2px 0 rgba(247,58,245,1.0);
            border-radius: 100px;
            -moz-border-radius: 100px;
            -webkit-border-radius: 100px;
        }

        #top .articles.mini .item .image .premium-plus-content .icon.lock {
            width: 8px;
            height: 8px;
            display: inline-block;
            background-image: url(images/icon-white-lock.svg);
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% 100%;
            vertical-align: middle;
            margin: -1px 0 0 0;
        }

#top .articles.mini .item .text { 
    width: 62.5%;
    margin: 0 0 0 5%; 
    padding: 0; 
    display: inline-block;
    vertical-align: middle;
}

    #top .articles.mini .item h2.title,
    #top .articles.mini .item h2.title a {
        font-weight: 800;
        font-size: 15px;
        line-height: 1.1;
        padding: 0;
        margin: 10px 0;
        text-decoration: none;
        border: 0;
        color: #212122;
        font-family: 'proxima-nova', 'Arial', sans-serif;
    }
	#top .articles.mini.dark .item h2.title,
    #top .articles.mini.dark .item h2.title a { color: #fff; }

        #top .articles.mini .item h2.title a:hover {
            color: #545562;
            text-decoration: none;
            opacity: 1;
            border: 0;
        }
		#top .articles.mini.dark .item h2.title a:hover { color: #ed0028; }

    #top .articles.mini .item .meta-data {
        width: 100%;
        color: #939aa3;
        font-size: 13px;
        line-height: 1;
        padding: 0 0 10px 0;
        margin: 0;
        text-transform: uppercase;
    }
	#top .articles.mini.dark .item .meta-data { color: #c1c1cb; }

    #top .articles.mini .item .meta-data,
    #top .articles.mini .item .meta-data span { font-weight: 600; }

/* PAGE: Chat
----------------------------------------------------------------------------- */
.chat-wrap { width: cal(100% - 40px); overflow: hidden; margin: 25px 20px; }

/* Rumble Talk */
.rumbletalk-embed { 
	margin: 25px 20px;
}
	
/* SAC Pro */
.sacpro { width: cal(100% - 40px); overflow: hidden; margin: 25px 20px; }

.sacpro-box { 
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
}

.sacpro-box-inner {
	height: 275px;
	min-height: 200px;
	overflow-y: auto;
	resize: vertical;
	scroll-behavior: smooth;
	width: 100%;
	display: inline-block;
	background: rgba(0,0,0,0.35);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
	
.sacpro-error { 
	display: none;
	position: absolute;
	z-index: 99;
	left: var(--form--border-width, 1px);
	right: var(--form--border-width, 1px);
	top: var(--form--border-width, 1px);
	margin: 0;
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
	background-color: #CC6666;
	color: #fff;
	text-shadow: none;
}
.sacpro-error::before { display: none; }
.sacpro-latest-message,
.sacpro-latest-message span {
	line-height: 20px;
	font-size: 12px; 
	color: #b6b7c2;
	text-transform: uppercase;
	text-shadow: none;
	font-family: 'proxima-nova', 'Arial', sans-serif !important;
	font-weight: 800;
}
.sacpro-latest-message { 
	margin: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 12px 25px;
}
.sacpro-latest-message::before { display: none; }
.sacpro-latest-message-key { cursor: help; }
.sacpro-latest-message-val { font-style: italic; }

.sacpro-chats {
	margin: 10px 0;
	font-family: 'proxima-nova', 'Arial', sans-serif !important;
}

.sacpro-chat {
	margin: 0;
	padding: 5px 20px;
	line-height: 20px;
	font-size: 14px;
	font-family: 'proxima-nova', 'Arial', sans-serif !important;
	color: #fff;
	text-align: left;
}

.sacpro-new { animation-name: sacproFadeIn; animation-timing-function: ease; animation-iteration-count: 1; animation-fill-mode: forwards; animation-duration: 500ms; }

.sacpro-chats .sacpro-chat a { color: #ed0028; border: 0; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px; box-shadow: none; }

.sacpro-chats .sacpro-chat a:hover { color: #fff; border: 0; text-decoration: none; box-shadow: none; }

.sacpro-chat span { display: inline; vertical-align: baseline; }

.sacpro-chat .sacpro-chat-date-time { display: none; font-size: 10px; color: #aaa; }

.sacpro-chat .sacpro-chat-name-wrap { position: relative; }

.sacpro-chat .sacpro-chat-name { color: #ed0028; font-weight: 800; cursor: help; }

.sacpro-chat .sacpro-chat-avatar { display: inline-block; vertical-align: middle; width: 24px; height: 24px; margin: -3px 3px 0 0; padding: 0;  border-radius: 50%; border: 0; box-shadow: none; cursor: help; }
.sacpro-chat.sacpro-user-online .sacpro-chat-sep::before { display: none; content: ''; position: absolute; top: 0; left: -5px; width: 5px; height: 5px; border-radius: 50%; border: 1px solid #00FF66; background-color: #00CC66; }
.sacpro-chat .sacpro-chat-name-meta { display: inline-block; vertical-align: middle; margin: -3px 3px 0 0; padding: 2px 3px; line-height: 10px; font-size: 10px; font-weight: normal; color: #fff; border-radius: 2px; border-width: 1px; border-style: solid; cursor: help; }
.sacpro-role-superadmin  .sacpro-chat-name-meta { background-color: rgba(204,102,  0,0.6); border-color: rgba(204,102,  0,0.7); }
.sacpro-role-admin       .sacpro-chat-name-meta { background-color: rgba(204,153,  0,0.6); border-color: rgba(204,153,  0,0.7); } 
.sacpro-role-editor      .sacpro-chat-name-meta { background-color: rgba(153, 51, 51,0.6); border-color: rgba(153, 51, 51,0.7); }
.sacpro-role-author      .sacpro-chat-name-meta { background-color: rgba(153,102,153,0.6); border-color: rgba(153,102,153,0.7); }
.sacpro-role-contributor .sacpro-chat-name-meta { background-color: rgba(51, 102,153,0.6); border-color: rgba(51, 102,153,0.7); }
.sacpro-role-subscriber  .sacpro-chat-name-meta { background-color: rgba(51, 153,153,0.6); border-color: rgba(51, 153,153,0.7); }
.sacpro-role-visitor     .sacpro-chat-name-meta { background-color: rgba(119,119,119,0.6); border-color: rgba(119,119,119,0.7); }

#sacpro .sacpro-form {
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
}

#sacpro .sacpro-form abbr[title] {
	cursor: help !important;
	border-bottom: 1px dotted #ccc !important;
	text-decoration: none !important;
}

#sacpro .sacpro-form fieldset {
	width: 100%;
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0; 
	outline: none; 
	border: 0;
	text-align: left;
}

#sacpro .sacpro-form fieldset.sacpro-form-url { display: none !important; }

#sacpro .sacpro-form .sacpro-form-label { 
	display: block;
	box-sizing: border-box;
	padding: 0;
	line-height: 20px;
	font-size: 14px;
	color: #b6b7c2;
	font-weight: 800;
	font-family: 'proxima-nova', 'Arial', sans-serif !important;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 5px 0;
}
	
#sacpro .sacpro-form .sacpro-form-input { 
	width: calc(100% - 40px);
    display: inline-block;
    border-right: 0;
    background: rgba(0,0,0,0.5);
    vertical-align: top;
    padding: 10px 20px;
    margin: 0;
    -webkit-appearance: none;
    color: #b6b7c2;
    font-size: 15px;
    line-height: 1;
    position: relative;
    font-family: 'proxima-nova', 'Arial', sans-serif !important;
    text-transform: none;
    font-weight: 600;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: left;
	text-shadow: none !important;
}
	
#sacpro .sacpro-form .sacpro-form-textarea {
	width: calc(100% - 40px);
    height: 100px;
    display: inline-block;
    border-right: 0;
    background: rgba(0,0,0,0.5);
    vertical-align: top;
    padding: 10px 20px;
    margin: 0;
    -webkit-appearance: none;
    color: #b6b7c2;
    font-size: 15px;
    line-height: 1;
    position: relative;
    font-family: 'proxima-nova', 'Arial', sans-serif !important;
    text-transform: none;
    font-weight: 600;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: left;
	text-shadow: none !important;
}
	
.sacpro-form-name-static { 
	cursor: help;
	width: calc(100% - 40px);
    display: inline-block;
    border-right: 0;
    background: rgba(0,0,0,0.5);
    vertical-align: top;
    padding: 10px 20px;
    margin: 0;
    -webkit-appearance: none;
    color: #b6b7c2;
    font-size: 15px;
    line-height: 1;
    position: relative;
    font-family: 'proxima-nova', 'Arial', sans-serif !important;
    text-transform: none;
    font-weight: 600;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: left;
}

.sacpro-form-submit { position: relative; cursor: pointer!important; padding: 15px 0 0 0; text-align: left; }
	
.sacpro-form-submit input[type=submit] { position: relative;
	width: 98%;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 0;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	background-color: #ed0028;
	box-shadow: inset 0 -3px 0 rgba(247,58,245,1.0);
    font-family: 'futura-pt', 'Arial', sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)!important;
	cursor: pointer!important;
	max-width: 225px;
}
.sacpro-form-submit input[type=submit]:hover { background-color: #ed0027; box-shadow: inset 0 -3px 0 rgba(255,22,22,1.0); }
	
.sacpro-count-chars { position: absolute; z-index: 0; top: -20px; right: 5px; font-size: 11px; color: #b6b7c2; }

/* @ */

.sacpro-chatbox-before,
.sacpro-chatbox-after,
.sacpro-chatform-before,
.sacpro-chatform-after { margin: 15px 0; }

/* @ */

#sacpro.sacpro-classic-narrow .sacpro-box,
#sacpro.sacpro-classic-narrow .sacpro-form { float: none; width: 100%; padding: 0; }

/* @ */

@keyframes sacproFadeIn {
0% {
background-color: #ffffee;
}
100% {
background-color: transparent;
}
}
	
/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.email-signup {
	position: relative;
	overflow: hidden;
	background: rgb(245,246,249);
	background: -moz-linear-gradient(0deg, rgba(245,246,249,1) 25%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(245,246,249,1) 25%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(245,246,249,1) 25%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f4",endColorstr="#ffffff",GradientType=1);
}

.email-signup.infeed,
.email-signup.inarticle { 
	background: #181925;
}

	.email-signup.infeed { 
		width: 84%;
		padding: 5% 8%;
		margin: 0;
	}
	.email-signup.inarticle { 
		width: 95.5%;
		padding: 5% 8%;
		margin: 50px -5.5% 35px -5.5%;
	}

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

		.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: #60616d;
				font-size: 18px;
				position: relative;
			}
			
				
				.email-signup .enews form input {
					width: calc(98% - 40px);
					display: inline-block;
					float: left;
					border: 1px solid #e7e9ec;
					border-right: 0;
					background-color: #fff;
					vertical-align: top;
					padding: 10px 20px;
					-webkit-appearance: none;
					color: #afb5bb;
					font-size: 15px;
					line-height: 1;
					position: relative;
					font-family: 'proxima-nova', 'Arial', sans-serif !important;
					text-transform: none;
					font-weight: 900;
				}
				
				.email-signup .enews form input::-webkit-input-placeholder { color: #afb5bb; }
				.email-signup .enews form input::-moz-placeholder { color: #afb5bb; }
				.email-signup .enews form input:-ms-input-placeholder { color: #afb5bb; }
				.email-signup .enews form input:-moz-placeholder { color: #afb5bb; }
				
				/* Safari fix */
				body.safari .email-signup .enews input {
					font-size: 14px;
					padding-top: 10px;
					padding-bottom: 10px;
				}
				
				.email-signup .enews form input:focus { 
					color: #60616d;
					text-shadow: none;
					border: 1px solid #99a4a7;
					border-right: 0;
				}
	
				.email-signup .enews form button {
					padding: 12px 24px;
					font-size: 16.5px;
					line-height: 1;
					display: block;
					position: absolute;
					top: 0;
					right: 0;
					vertical-align: top;
					text-transform: uppercase;
					cursor: pointer;
					-webkit-appearance: none;
					font-weight: 600;
					color: #fff;
					background-color: #ed0028;
					font-family: 'futura-pt', 'Arial', sans-serif;
				}
				
					.email-signup .enews form button:hover,
					.email-signup .enews form button:focus {
						background-color: #cb0325;
					}

		.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: 34px;
				line-height: 1.1;
				font-weight: 700;
				padding: 0;
				margin: 0;
				color: #000;
				text-transform: uppercase;
				font-family: 'futura-pt-bold', 'Arial', sans-serif!important;
			}
            .email-signup.infeed h4,
            .email-signup.inarticle h4 { color: #fff; }
			.email-signup .text h4 span { color: #545562; }

			.email-signup .text h5 {
				color: #60616d;
				font-weight: 400;
				font-size: 20px;
				text-transform: none;
				line-height: 1.1;
			}
			.email-signup.infeed .text h5,
			.email-signup.inarticle .text h5 { color: #fff; }
			
			.email-signup .text h4,
			.email-signup .text h4 strong {
				font-family: 'futura-pt-bold', 'Arial', sans-serif!important;
			}
	
			.email-signup .text h5,
			.email-signup .text h5 strong {
				font-family: 'proxima-nova', 'Arial', sans-serif !important;
			}
			
		.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: 9px;
				line-height: 1.25;
				color: #60616d !important;
				font-family: 'proxima-nova', 'Arial', sans-serif !important;
				font-weight: 400;
				display: inline-block;
			}
			
			.email-signup .terms-privacy span a { text-decoration: underline; border: 0; }
			.email-signup .terms-privacy span a:hover { color: #212122; border: 0; }

/* Email Signup Embed */
#top .email-signup-embed {
    width: 100% !important;
    max-width: 640px !important;
    display: block !important;
    margin: 5px auto !important;
    padding: 0 !important;
    text-align: center !important;
    z-index: 12 !important;
    position: relative !important;
}

    #top .email-signup-embed form {
        width: 100% !important;
        display: inline-block !important;
        margin: 0 !important;
        vertical-align: top !important;
        text-align: left !important;
        max-width: 900px !important;
        color: #60616d !important;
        font-size: 18px !important;
        position: relative !important;
    }


        #top .email-signup-embed form input {
            width: 100% !important;
            display: inline-block !important;
            border: 1px solid #e7e9ec !important;
            border-right: 0 !important;
            background-color: #fff !important;
            vertical-align: top !important;
            padding: 10px 20px !important;
            margin: 10px 0 !important;
            -webkit-appearance: none !important;
            color: #afb5bb !important;
            font-size: 20px !important;
            line-height: 1 !important;
            position: relative !important;
            font-family: 'proxima-nova', 'Arial', sans-serif !important;
            text-transform: none !important;
            font-weight: 800 !important;
        }

        #top .email-signup-embed form input::-webkit-input-placeholder { color: #464751 !important; }
        #top .email-signup-embed form input::-moz-placeholder { color: #464751 !important; }
        #top .email-signup-embed form input:-ms-input-placeholder { color: #464751 !important; }
        #top .email-signup-embed form input:-moz-placeholder { color: #464751 !important; }

        /* Safari fix */
        body.safari #top .email-signup-embed input {
            font-size: 14px !important;
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }

        #top .email-signup-embed form input:focus { 
            color: #60616d !important;
            text-shadow: none !important;
            border: 1px solid #99a4a7 !important;
            border-right: 0 !important;
        }

        #top .email-signup-embed form button {
            padding: 12px 24px !important;
            font-size: 20px !important;
            line-height: 1 !important;
            display: block !important;
            margin: 10px auto !important;
            vertical-align: top !important;
            text-transform: uppercase !important;
            cursor: pointer !important;
            -webkit-appearance: none !important;
            font-weight: 600 !important;
            color: #fff !important;
            background-color: #ed0028 !important;
            font-family: 'futura-pt', 'Arial', sans-serif !important;
        }

            #top .email-signup-embed form button:hover,
            #top .email-signup-embed form button:focus {
                background-color: #60616d !important;
            }

#top .email-signup-embed .terms-privacy {
    width: 100% !important;
    display: block !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    vertical-align: top !important;
    text-align: left !important;
    z-index: 12 !important;
    position: relative !important;
}

    #top .email-signup-embed .terms-privacy span,
    #top .email-signup-embed .terms-privacy span a {
        font-size: 9px !important;
        line-height: 1.25 !important;
        color: #60616d !important;
        font-family: 'proxima-nova', 'Arial', sans-serif !important;
        font-weight: 400 !important;
        display: inline-block !important;
        padding: 0 !important;
    }

    #top .email-signup-embed .terms-privacy span a { text-decoration: underline !important; border: 0 !important; }
    #top .email-signup-embed .terms-privacy span a:hover { color: #212122 !important; border: 0 !important; }
    
/* PREMIUM
----------------------------------------------------------------------------- */
.block.premium {
	background-color: #101011;
}

	.block.premium .text h1.title,
	.block.premium .text h1.title a {
		font-size: 70px;
	}

	.block.premium .text h2.subtitle,
	.block.premium .text h2.subtitle a {
		font-size: 22px;
		padding: 0;
		line-height: 1.3;
	}

		.block.premium .text h2.subtitle a {
			color: #15d2d2 !important;
		}

			.block.premium .text h2.subtitle a:hover {
				color: #17e9e9 !important;
			}
	
	.block.premium .text h2.subtitle,
	.block.premium .text h2.subtitle strong,
	.block.premium .text h2.subtitle u,
	.block.premium .text h2.subtitle a {
		font-family: 'proxima-nova', 'Arial', sans-serif !important;
	}
	
	.block.premium .text h3 {
		font-size: 30px;
		padding: 0;
		line-height: 1.3;
		padding-bottom: 0;
	}
	
	.block.premium .turn-off-ads-wrap {
		max-width: 500px;
		display: block;
		position: relative;
		margin: 2.5% auto;
	}

		.block.premium .turn-off-ads {
			width:100%;
			height: 0;
			display: inline-block;
			position: relative;
			padding-bottom: 38%;
			background-color: transparent;
			background-size: 100% auto;
			background-position: center center;
			background-repeat: no-repeat;
			background-image: url(images/turn-off-ads.gif);
		}

	.block.premium .plan-comparison {
		max-width: 700px;
		display: block;
		position: relative;
		vertical-align: middle;
		margin: 0 auto 2.5% auto;
		font-size: 0;
	}

		.block.premium .plan-comparison .plan {
			width: calc(45% - 2px);
			display: inline-block;
			position: relative;
			vertical-align: middle;
			margin: 2.5%;
			text-align: center;
		}

			.block.premium .plan-comparison .plan h3.amount {
				color: rgba(255,255,255,0.8);
				font-size: 70px;
				font-weight: 400;
				padding: 0 20px;
				text-align: center;
				font-family: 'proxima-nova', 'Arial', sans-serif !important;
			}

				.block.premium .plan-comparison .plan .shimmer {
					/* the shimmer magic */
					background: -webkit-gradient(linear,left top,right top,from(#1f202e),to(#1f202e),color-stop(.5,#fff));
					background: -moz-gradient(linear,left top,right top,from(#1f202e),to(#1f202e),color-stop(.5,#fff));
					background: gradient(linear,left top,right top,from(#1f202e),to(#1f202e),color-stop(.5,#fff));
					-webkit-background-size: 30% 100%;
					-moz-background-size: 30% 100%;
					background-size: 30% 100%;
					-webkit-background-clip: text;
					-moz-background-clip: text;
					background-clip: text;
					-webkit-animation-name: shimmer;
					-moz-animation-name: shimmer;
					-webkit-animation-name: shimmer;
					animation-name: shimmer;
					-webkit-animation-duration: 1.5s;
					-moz-animation-duration: 1.5s;
					-webkit-animation-duration: 1.5s;
					animation-duration: 1.5s;
					-webkit-animation-iteration-count: infinite;
					-moz-animation-iteration-count: infinite;
					-webkit-animation-iteration-count: infinite;
					animation-iteration-count: infinite;
					background-repeat: no-repeat;
					background-position: 0 0;
					background-color: #1f202e;
				}

				@-moz-keyframes shimmer {
				  0% {
					background-position: top left;
				  }

				  100% {
					background-position: top right;
				  }
				}

				@-webkit-keyframes shimmer {
				  0% {
					background-position: top left;
				  }

				  100% {
					background-position: top right;
				  }
				}

				@-o-keyframes shimmer {
				  0% {
					background-position: top left;
				  }

				  100% {
					background-position: top right;
				  }
				}

				@-ms-keyframes shimmer {
				  0% {
					background-position: top left;
				  }

				  100% {
					background-position: top right;
				  }
				}

				@keyframes shimmer {
				  0% {
					background-position: top left;
				  }

				  100% {
					background-position: top right;
				  }
				}

			.block.premium .plan-comparison .plan h4.interval {
				color: #15d2d2;
				font-size: 20px;
				font-weight: 600;
				font-family: 'proxima-nova', 'Arial', sans-serif !important;
				text-transform: uppercase;
			}

		.block.premium .plan-comparison .divider {
			width: 4px;
			height: 0;
			padding-bottom: 15%;
			display: inline-block;
			position: relative;
			vertical-align: middle;
			background-color: rgba(255,255,255,0.8);
		}

#top .gform_wrapper .gchoice.gchoice_2_11_0,
#top .gform_wrapper .gchoice.gchoice_2_11_1,
#top .gform_wrapper .gchoice.gchoice_6_11_0,
#top .gform_wrapper .gchoice.gchoice_6_11_1 { display: none!important; }
	
/* ACCOUNT: Login
----------------------------------------------------------------------------- */			
.account-login-wrapper {
	width: 65%;
	min-width: 275px;
	max-width: 480px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

	.account-login-wrapper h1 {
		color: #60616d !important;
		font-weight: 600;
		font-family: 'futura-pt', 'Arial', sans-serif;
	}

  	.account-login-wrapper .error-messages {
		width: 100%;	
		display: inline-block;
		margin: 25px 0 0 0;
	}
	
		.account-login-wrapper .error-messages .error-message {
			width: 95%;
			padding: 2.5%;
			display: inline-block;
			margin: 0 0 15px 0;
			background-color: #fdeaea;
			border: 2px solid #dfb5b5;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		
			.account-login-wrapper .error-messages .error-message p {
				font-size: 17px;
				color: #944e4e;
				font-weight: 400;
			}
			.account-login-wrapper .error-messages .error-message p a { color: #944e4e; text-decoration: underline; }
	
	.account-login-wrapper fieldset {
		width: 100%;
		margin: 15px 0;
		display: inline-block;
		text-align: center;
	}
		
		.account-login-wrapper fieldset form {
			width: 100%;
			display: inline-block;
			text-align: center;
		}
			
			.account-login-wrapper fieldset form p.login-username label,
			.account-login-wrapper fieldset form p.login-password label {
				display: none;
			}
			
			.account-login-wrapper fieldset form p.login-remember label {
				width: 100%;
				display: inline-block;
				margin: 5px 0 15px 0;
				color: #60616d;
				font-weight: 400;
				font-family: 'proxima-nova', 'Arial', sans-serif !important;
				font-size: 17px;
			}
			
			.account-login-wrapper fieldset form p.login-remember label input {
				margin: 0 5px 0 0;
			}
			
			.account-login-wrapper fieldset form p.resetpass-description {
				font-size: 14px;
				padding: 15px;
				color: #60616d;
			}
			
			.account-login-wrapper fieldset form input[type=text],
			.account-login-wrapper fieldset form input[type=password],
			.account-login-wrapper fieldset form input[type=submit] {
				width: 90%;
				margin: 10px 0;
				padding: 1.5% 3%;
				display: inline-block;
				text-align: center;
				background-color: #fff;
				color: #939aa3;
				font-size: 22px;
				-webkit-appearance: none !important;
				vertical-align: middle;
				-webkit-border-radius: 100px;
				-moz-border-radius: 100px;
				border-radius: 100px;
				border: 1px solid #d6d8db;
				font-family: 'proxima-nova', 'Arial', sans-serif !important;
				box-shadow: inset 0 -3px 0 rgba(0,0,0,0.12);
			}
		  
			.account-login-wrapper fieldset form input::-webkit-input-placeholder { font-size: 22px; color: #939aa3; font-weight: 300; }
			.account-login-wrapper fieldset form input::-moz-placeholder { font-size: 22px; color: #939aa3; font-weight: 300; }
			.account-login-wrapper fieldset form input:-ms-input-placeholder { font-size: 22px; color: #939aa3; font-weight: 300; }
			.account-login-wrapper fieldset form input:-moz-placeholder { font-size: 22px; color: #939aa3; font-weight: 300; }
			
				.account-login-wrapper fieldset form input[type=text]:focus,
				.account-login-wrapper fieldset form input[type=password]:focus {
					background-color: #f5f6f9;
					color: #787f81;
					font-weight: 600;
				}
		  
			.account-login-wrapper fieldset form input[type=submit] {
				width: 100%;
				text-transform: uppercase;
				font-weight: 600;
				letter-spacing: 1px;
				cursor: pointer !important;
				background-color: #aecddb;
				border: 0;
				color: #fff;
				background-color: #ed0028;
				box-shadow: inset 0 -3px 0 rgba(247,58,245,1.0);
				font-family: 'futura-pt', 'Arial', sans-serif!important;
				text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)!important;
			}

				.account-login-wrapper fieldset form input[type=submit]:hover {
					background-color: #ed0027;
					box-shadow: inset 0 -3px 0 rgba(255,22,22,1.0);
				  	cursor: pointer !important;
				}

	.account-login-wrapper p.meta-info,
	.account-login-wrapper p.meta-info a {
		font-family: 'proxima-nova', 'Arial', sans-serif !important;
		font-weight: 400;
		line-height: 1.25;
	}

	.account-options {
		width: 100%;
		display: inline-block;	
		margin: 0 0 15px 0;
		text-align: center;
	}

		.account-options p,
		.account-options p a {
			font-family: 'proxima-nova', 'Arial', sans-serif !important;
			font-weight: 400;
		}

		.account-options p {
			line-height: 1.2;
			padding: 0 0 10px 0;
			text-align: center;
		}

/* ACCOUNT: Dashboard and sub-pages
----------------------------------------------------------------------------- */			
.block.account-nav-blocks.one-row { display: none; }

.account-nav-blocks-wrapper {
	width: 100%;
	display: inline-block;
	vertical-align: top;	
	margin: 20px 0;
}

	.account-nav-blocks-wrapper .account-nav-blocks {
		width: 100%;
		display: inline-block;
		vertical-align: top;	
	}
	
		.account-nav-blocks-wrapper .account-nav-blocks .grid-sizer {
			width: 25%;
		}
		.account-nav-blocks-wrapper .account-nav-blocks.small .grid-sizer { width: 50%; }
		.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .grid-sizer { width: 16.66%; }
		
		.account-nav-blocks-wrapper .account-nav-blocks .item {
			width: 22%;
			height: 0;
			padding-bottom: 22%;
			margin: 1.5%;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			float: left;
		}
		.account-nav-blocks-wrapper .account-nav-blocks.small .item { width: 45%; padding-bottom: 45%; margin: 2.5%; }
		.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item { width: 14.66%; padding-bottom: 14.66%; margin: 1%; }
		
			.account-nav-blocks-wrapper .account-nav-blocks .item .table-wrap { 
				width: 100%;
				height: 100%;
				display: block;
				vertical-align: middle;
				position: absolute;
			}
			
			.account-nav-blocks-wrapper .account-nav-blocks .item .table { 
				width: 100%;
				height: 100%;
				display: table;
				vertical-align: middle;
			}
				
				.account-nav-blocks-wrapper .account-nav-blocks .item .table a {
					display: table-cell;
					font-size: 24px;
					line-height: 1.0;
					vertical-align: middle;
					text-align: center;
					color: #fff;
					background-color: #939aa3;
					padding: 15%;
					border-radius: 200px;
					-moz-border-radius: 200px;
					-webkit-border-radius: 200px;
					font-family: 'futura-pt', 'Arial', sans-serif!important;
				}
				.account-nav-blocks-wrapper .account-nav-blocks.small .item .table a { font-size: 20px; }
				.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a { font-size: 16px; }

				.account-nav-blocks-wrapper .account-nav-blocks .item.active .table a,
				.account-nav-blocks-wrapper .account-nav-blocks .item .table a:hover { background-color: #15d2d2; }
				
				.account-nav-blocks-wrapper .account-nav-blocks .item .table a span.icon {
					width: 33%;
					height: 0;
					padding-bottom: 33%;
					margin: 0 auto 15px auto;
					display: block;
					background-color: transparent;
					background-repeat: no-repeat;
					background-position: center center;
					background-size: 100% auto;
				}
				.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a span.icon { width: 40%; padding-bottom: 40%; margin: 0 auto 10px auto; }

				.account-nav-blocks-wrapper .account-nav-blocks .item.dashboard .table a span.icon { background-image: url(images/icon-white-dashboard.svg); }
				.account-nav-blocks-wrapper .account-nav-blocks .item.admin .table a span.icon { background-image: url(images/icon-white-wp-admin.svg); }
				.account-nav-blocks-wrapper .account-nav-blocks .item.edit-account .table a span.icon { background-image: url(images/icon-white-user.svg); }
				.account-nav-blocks-wrapper .account-nav-blocks .item.update-billing .table a span.icon { background-image: url(images/icon-white-credit-card.svg); }
				.account-nav-blocks-wrapper .account-nav-blocks .item.resubscribe .table a span.icon { background-image: url(images/icon-white-refresh.svg); }
				.account-nav-blocks-wrapper .account-nav-blocks .item.cancel-subscription .table a span.icon { background-image: url(images/icon-white-cancel.svg); }
				.account-nav-blocks-wrapper .account-nav-blocks .item.premium .table a span.icon { background-image: url(images/icon-white-check-mark.svg); }
				.account-nav-blocks-wrapper .account-nav-blocks .item.support .table a span.icon { background-image: url(images/icon-white-support.svg); }
				.account-nav-blocks-wrapper .account-nav-blocks .item.logout .table a span.icon { background-image: url(images/icon-white-logout.svg); }
	
	/* Subscription Details */
	ul.subscription-details {
		background-color: #f5f6f9;
		padding: 5%;
		margin: 2.5% 0 5% 0;
	}
	
		ul.subscription-details li,
		ul.subscription-details li strong {
			font-family: 'proxima-nova', 'Arial', sans-serif !important;
			color: #60616d !important;
		}

		ul.subscription-details li {
			font-size: 20px;
			line-height: 1.5;
			font-weight: normal;
			padding: 0;
			font-weight: 400;
			list-style: none;
		}

		ul.subscription-details li strong {
			font-weight: 600;
		}

/* GLOBAL: WooCommerce
----------------------------------------------------------------------------- */
	
/* WooCommerce and paywall styles ---- */
    .woocommerce-MyAccount-navigation-link--downloads {
      display: none;
    }
    .paywall {
      display: flex;
      margin: 0 -0.5rem;
      margin-top: 1rem;
    }
    @media screen and (max-width:700px) {
      .paywall {
        flex-direction: column;
      }
    }
    .paywall-option-1,
    .paywall-option-2 {
      flex: 1;
      padding: 1rem 1.33rem;
      background: #fff;
      border: 0;
      margin: 0 0.5rem;
      text-align: center;
    }
    .paywall-option-2 {
      background: #0035ff!important;
      color: white!important;
      border-radius: 10px;
    }
    .paywall-option-2:hover {
      transition: box-shadow 0.2s ease-in-out;
      box-shadow: 0 0 20px rgba(0,53,255,0.5);
    }
    .paywall-option-2 * {
      color: white!important;
      font-weight: bold;
    }
    .paywall-option-1 .product_type_subscription,
    .paywall-option-2 .product_type_subscription {
      background-color: rgba(255,255,255,0.2)!important;
      padding: 1rem 2rem!important;
      margin: 0.5rem -1!important;
      width: auto;
      border-radius: 10px;
    }
    .paywall-option-2:hover .product_type_subscription {
      transition: all 0.5s ease-out;
      background-color: white!important;
      color: #0035ff!important;
      padding: 1rem 2rem!important;
      margin: 0.5rem -1!important;
      width: 100%;
      border-radius: 10px;
    }
    .paywall-option-1 .product_type_subscription {
      background-color: black!important;
      color: white!important;
    }
    .paywall-option-1 .add_to_cart_inline,
    .paywall-option-2 .add_to_cart_inline {
      border: 0!important;
      padding: 0!important;
    }
    .paywall-option-1 .add_to_cart_inline .woocommerce-Price-amount.amount,
    .paywall-option-1 .add_to_cart_inline .subscription-details,
    .paywall-option-2 .add_to_cart_inline .woocommerce-Price-amount.amount,
    .paywall-option-2 .add_to_cart_inline .subscription-details {
      display: none;
    }
    .paywall-price strike {
      margin-right: 0.5rem;
      opacity: 0.6;
      font-weight: normal;
    }
    .paywall-discount {
      font-size: 0.75rem;
      font-style: italic;
      margin-top: 0.5rem;
      font-weight: normal;
    }
    .paywall h2 {
      padding: 0;
    }
    #customer_details .col-1 {
      float: none!important;
      width: 100%!important;
    }
    #customer_details .col-2,
    .woocommerce-checkout-review-order-table thead,
    /*.woocommerce-checkout-review-order-table tbody,*/
    .woocommerce-checkout-review-order-table .cart-subtotal,
    .woocommerce-checkout-review-order-table tfoot tr:nth-child(2),
    .woocommerce-checkout-review-order-table .recurring-totals,
    .woocommerce-checkout-review-order-table .cart-subtotal.recurring-total,
    .woocommerce-billing-fields h3,
    #order_review_heading {
      display: none!important;
    }
	.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name fieldset { border: 0 none !important; }
	.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name fieldset label { font-size: 1.3em !important; }
    .woocommerce-checkout-review-order-table .order-total.recurring-totle {
      display: block!important;
    }
	.woocommerce-info {
		border-top-color: #000 !important;
	}
	.woocommerce-info::before {
		color: #000 !important;
	}
    #top .woocommerce-checkout table.shop_table {
      border-collapse: collapse!important;
      font-size: 0.8rem;
      background-color: #ccc;
      margin: 0.5rem 0 1rem 0;
    }
    .woocommerce-error::before {
      display: none;
    }
    .woocommerce #payment #place_order, 
	.woocommerce-page #payment #place_order {
      background-color: #ed0028;
	  color: #fff!important;
      padding: 1rem;
      width: 100%;
    }
    .woocommerce #payment #place_order:hover, 
	.woocommerce-page #payment #place_order:hover {
      background-color: #60616d;
    }
    .woocommerce-checkout .logo a {
      max-width: 460px;
      width: 100%;
      margin: 0 auto;
      display: block;
    }
    .woocommerce-checkout .nav-top {
      display: none;
    }
    .woocommerce table.shop_table th {
      font-weight: normal!important;
      padding: 0 1rem;
      line-height: 1;
    }

	
	#add_payment_method #payment ul.payment_methods li, 
	.woocommerce-cart #payment ul.payment_methods li, 
	.woocommerce-checkout #payment ul.payment_methods li {
		list-style: none;
	}

	.woocommerce form .show-password-input, 
	.woocommerce-page form .show-password-input { right: 1.5em; top: .6em; }

	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row textarea {
		font-size: 18px;
		padding: 12px 24px;
		display: inline-block;
		background-color: #fff;
		color: #939aa3;
		-webkit-appearance: none !important;
		vertical-align: middle;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: 1px solid #d6d8db;
		font-family: proxima-nova,arial,sans-serif !important;
		box-shadow: inset 0 -3px 0 rgba(0,0,0,.12);
	}

	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button,
	.woocommerce input.button {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 1px;
		cursor: pointer !important;
		border: 0;
		color: #fff;
		background-color: #ed0028;
		padding: 12px 24px;
		font-family: 'futura-pt', 'Arial', sans-serif!important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.woocommerce #respond input#submit:hover, 
	.woocommerce a.button:hover, 
	.woocommerce button.button:hover,
	.woocommerce input.button:hover {
		color: #fff;
		background-color: #60616d;
		cursor: pointer !important;
	}
	
	.woocommerce-privacy-policy-text {
		margin: 10px 0;
	}
	
	.woocommerce-privacy-policy-text p,
	.woocommerce-privacy-policy-text small {
		font-size: 12px;
		line-height: 1.2;
		color: #666;
	}
	
	.woocommerce-MyAccount-navigation ul {
		padding: 0;
		margin: 0 15px;
	}

		.woocommerce-MyAccount-navigation ul li,
		.woocommerce-MyAccount-navigation ul li a {
			font-size: 15px;
			padding: 0;
			margin: 0;
			list-style-type: none;
			font-family: 'futura-pt', 'Arial', sans-serif!important;
			font-weight: 600;
			color: #707078;
		}

		.woocommerce-MyAccount-navigation ul li a {
			background-color: #f5f6f9;
			padding: 6px 24px;
			margin: 0 0 4px 0;
			display: block;
			border-radius: 200px;
			-moz-border-radius: 200px;
			-webkit-border-radius: 200px;
			text-decoration: none !important;
		}
	
		.woocommerce-MyAccount-navigation ul li.is-active a,
		.woocommerce-MyAccount-navigation ul li a:hover {
			background-color: #c1c1cb;
			color: #3f4147;
		}
	
	
	
	
	
	.account-nav-blocks-wrapper {
		width: 100%;
		display: inline-block;
		vertical-align: top;	
		margin: 20px 0;
	}

		.account-nav-blocks-wrapper .account-nav-blocks {
			width: 100%;
			display: inline-block;
			vertical-align: top;	
		}

			.account-nav-blocks-wrapper .account-nav-blocks .grid-sizer {
				width: 25%;
			}
			.account-nav-blocks-wrapper .account-nav-blocks.small .grid-sizer { width: 50%; }
			.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .grid-sizer { width: 16.66%; }

			.account-nav-blocks-wrapper .account-nav-blocks .item {
				width: 22%;
				height: 0;
				padding-bottom: 22%;
				margin: 1.5%;
				display: inline-block;
				vertical-align: middle;
				position: relative;
				float: left;
			}
			.account-nav-blocks-wrapper .account-nav-blocks.small .item { width: 45%; padding-bottom: 45%; margin: 2.5%; }
			.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item { width: 14.66%; padding-bottom: 14.66%; margin: 1%; }

				.account-nav-blocks-wrapper .account-nav-blocks .item .table-wrap { 
					width: 100%;
					height: 100%;
					display: block;
					vertical-align: middle;
					position: absolute;
				}

				.account-nav-blocks-wrapper .account-nav-blocks .item .table { 
					width: 100%;
					height: 100%;
					display: table;
					vertical-align: middle;
				}

					.account-nav-blocks-wrapper .account-nav-blocks .item .table a {
						display: table-cell;
						font-size: 24px;
						line-height: 1.0;
						vertical-align: middle;
						text-align: center;
						color: #fff;
						background-color: #939aa3;
						padding: 15%;
						border-radius: 200px;
						-moz-border-radius: 200px;
						-webkit-border-radius: 200px;
						font-family: 'futura-pt', 'Arial', sans-serif!important;
					}
					.account-nav-blocks-wrapper .account-nav-blocks.small .item .table a { font-size: 20px; }
					.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a { font-size: 16px; }

					.account-nav-blocks-wrapper .account-nav-blocks .item.active .table a,
					.account-nav-blocks-wrapper .account-nav-blocks .item .table a:hover { background-color: #15d2d2; }

					.account-nav-blocks-wrapper .account-nav-blocks .item .table a span.icon {
						width: 33%;
						height: 0;
						padding-bottom: 33%;
						margin: 0 auto 15px auto;
						display: block;
						background-color: transparent;
						background-repeat: no-repeat;
						background-position: center center;
						background-size: 100% auto;
					}
					.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a span.icon { width: 40%; padding-bottom: 40%; margin: 0 auto 10px auto; }

					.account-nav-blocks-wrapper .account-nav-blocks .item.dashboard .table a span.icon { background-image: url(images/icon-white-dashboard.svg); }
					.account-nav-blocks-wrapper .account-nav-blocks .item.admin .table a span.icon { background-image: url(images/icon-white-wp-admin.svg); }
					.account-nav-blocks-wrapper .account-nav-blocks .item.edit-account .table a span.icon { background-image: url(images/icon-white-user.svg); }
					.account-nav-blocks-wrapper .account-nav-blocks .item.update-billing .table a span.icon { background-image: url(images/icon-white-credit-card.svg); }
					.account-nav-blocks-wrapper .account-nav-blocks .item.resubscribe .table a span.icon { background-image: url(images/icon-white-refresh.svg); }
					.account-nav-blocks-wrapper .account-nav-blocks .item.cancel-subscription .table a span.icon { background-image: url(images/icon-white-cancel.svg); }
					.account-nav-blocks-wrapper .account-nav-blocks .item.premium .table a span.icon { background-image: url(images/icon-white-check-mark.svg); }
					.account-nav-blocks-wrapper .account-nav-blocks .item.support .table a span.icon { background-image: url(images/icon-white-support.svg); }
					.account-nav-blocks-wrapper .account-nav-blocks .item.logout .table a span.icon { background-image: url(images/icon-white-logout.svg); }
	
/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	background-color: #1c1d2b;
	position: relative;
}

footer .footer {
	width: 100%;
	display: block;
	padding: 0;
	background: none;
	position: relative;
	z-index: 2;   
}
	
	footer .footer .content .columns {
		width: 100%;
		padding: 0;
		margin: 15px 0 25px 0;
		vertical-align: top;
		text-align: center;
		font-size: 0;
	}
	
		footer .footer .content .columns .column {
			width: 20%;
			display: inline-block;
			margin: 0;
			padding: 5px 3.5%;
			font-size: 18px;
			color: #939aa3;
			vertical-align: middle;
			text-align: left;
		}
		footer .footer .content .columns .column.logo { width: 12%; border-right: 6px solid #d6d6e2; }
		footer .footer .content .columns .column.nav { width: 35%;  padding: 5px 0 5px 3.5%; }
		
		footer .footer .content .columns .column .content {
			text-align: left;
			padding: 0 !important;
			margin: 0 !important;
		}
			
			footer .footer .content .columns .column .content a { color: #fff; }
			footer .footer .content .columns .column .content a:hover { color: #aecddb; text-shadow: none; }
		
		footer .footer .content .columns .column.logo { }
		
			footer .footer .content .footer-logo {
				width: 300px;
				display: block;
				margin: 15px 0;
				padding: 0;
				text-align: center;
			}
			
				footer .footer .content .footer-logo a {
					width: 100%;
					height: 0;
					font-size: 0;
					padding-bottom: 35%;
					display: block;
					background-color: transparent;
					background-image: url(images/logo.png);
					background-repeat: no-repeat;
					background-position: center center;
					background-size: 100% auto;
				}
				
				footer .footer .content .footer-logo a:hover {
					opacity: 0.5;
				}
	
	footer .footer .content .footer-nav { }
		
		footer .footer .content .footer-nav,
		footer .footer .content .footer-nav ul {
			width: 100%;
			display: inline-block;
			text-align: left;
			font-size: 0;
			vertical-align: middle;
		}
		
		footer .footer .content .footer-nav ul li {
			display: inline-block;			
			padding: 5px 15px 5px 0;
			font-size: 15px;
			line-height: 1;
			color: #d6d6e2;
			font-weight: 500;
			vertical-align: top;
			text-align: left;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
			font-family: 'proxima-nova', 'Arial', sans-serif !important;
			text-transform: uppercase;
		}
		footer .footer .content .footer-nav ul li.hide a { display: none; }
		
		footer .footer .content .footer-nav ul li a { text-transform: uppercase; color: #d6d6e2; cursor: pointer; padding: 5px 0; display: block; font-family: 'proxima-nova', 'Arial', sans-serif !important; }
		footer .footer .content .footer-nav ul li a:hover { color: #ed0028; text-shadow: none; text-decoration: none; }
	
	footer .footer .content .social-buttons {
		width: 100%;
		display: inline-block;
		margin: 10px 0;
		text-align: left;
	}
	
		footer .footer .content .social-buttons ul {
			width: 100%;
			display: inline-block;
			margin: 0;
			font-size: 0;
			vertical-align: top;
		}
		
		footer .footer .content .social-buttons ul li {
			display: inline-block;
			font-size: 0;
			list-style-type: none;
		}
		
		footer .footer .content .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 .content .social-buttons ul li.parler a,
       footer .footer .content .social-buttons ul li a[href*="parler.com"] { background-image: url(images/icon-white-parler.svg); }
       footer .footer .content .social-buttons ul li.gab a,
       footer .footer .content .social-buttons ul li a[href*="gab.com"] { background-image: url(images/icon-white-gab.svg); }
       footer .footer .content .social-buttons ul li.gettr a,
       footer .footer .content .social-buttons ul li a[href*="gettr.com"] { background-image: url(images/icon-white-gettr.svg); }
       footer .footer .content .social-buttons ul li.facebook a,
       footer .footer .content .social-buttons ul li a[href*="facebook.com"] { background-image: url(images/icon-white-facebook.svg); }
       footer .footer .content .social-buttons ul li.twitter a,
       footer .footer .content .social-buttons ul li a[href*="twitter.com"],
	   footer .footer .content .social-buttons ul li.x a,
       footer .footer .content .social-buttons ul li a[href*="x.com"] { background-image: url(images/icon-white-x.svg); }
       footer .footer .content .social-buttons ul li.instagram a,
       footer .footer .content .social-buttons ul li a[href*="instagram.com"] { background-image: url(images/icon-white-instagram.svg); }
       footer .footer .content .social-buttons ul li.linkedin a,
       footer .footer .content .social-buttons ul li a[href*="linkedin.com"] { background-image: url(images/icon-white-linkedin.svg); }
       footer .footer .content .social-buttons ul li.youtube a,
       footer .footer .content .social-buttons ul li a[href*="youtube.com"] { background-image: url(images/icon-white-youtube.svg); }
       footer .footer .content .social-buttons ul li.pinterest a,
       footer .footer .content .social-buttons ul li a[href*="pinterest.com"] { background-image: url(images/icon-white-pinterest.svg); }
       footer .footer .content .social-buttons ul li.feedly a,
       footer .footer .content .social-buttons ul li a[href*="feedly.com"] { background-image: url(images/icon-white-feedly.svg); }
       footer .footer .content .social-buttons ul li.telegram a,
       footer .footer .content .social-buttons ul li a[href*="t.me"] { background-image: url(images/icon-white-telegram.svg); }
       footer .footer .content .social-buttons ul li.truthsocial a,
       footer .footer .content .social-buttons ul li a[href*="truthsocial.com"] { background-image: url(images/icon-white-truthsocial.svg); }
       footer .footer .content .social-buttons ul li.rumble a,
       footer .footer .content .social-buttons ul li a[href*="rumble.com"] { background-image: url(images/icon-white-rumble.svg); }
       footer .footer .content .social-buttons ul li.spotify a,
       footer .footer .content .social-buttons ul li a[href*="spotify.com"] { background-image: url(images/icon-white-spotify.svg); }
       footer .footer .content .social-buttons ul li.podbean a,
       footer .footer .content .social-buttons ul li a[href*="podbean.com"] { background-image: url(images/icon-white-podbean.svg); }
       footer .footer .content .social-buttons ul li.soundcloud a,
       footer .footer .content .social-buttons ul li a[href*="soundcloud.com"] { background-image: url(images/icon-white-soundcloud.svg); }
       footer .footer .content .social-buttons ul li.tiktok a,
       footer .footer .content .social-buttons ul li a[href*="tiktok.com"] { background-image: url(images/icon-white-tiktok.svg); }
       footer .footer .content .social-buttons ul li.rss a,
       footer .footer .content .social-buttons ul li a[href*="/feed"] { background-image: url(images/icon-white-rss.svg); }

           footer .footer .content .social-buttons ul li a:hover { opacity: 0.5; }

       footer .footer .content .social-buttons ul li.hide-computer { display: none; }
		
	footer .footer .content .sub-links {
		margin: 35px 0 10px 0;
		padding: 10px 0;
		border-top: 1px solid #80808c;
	}
		
		footer .footer .content .sub-links,
		footer .footer .content .sub-links ul {
			width: 100%;
			display: inline-block;
			vertical-align: top;
			text-align: left;
		}
		
		footer .footer .content .sub-links ul li {
			display: inline-block;
			margin: 2px 0;
			padding: 0 5px 0 0;
			vertical-align: middle;
			font-size: 13px;
			line-height: 1;
			color: #80808c;
			font-weight: 600;
			text-transform: uppercase;
			list-style-type: none;
			font-family: 'proxima-nova', 'Arial', sans-serif !important;
		}
		footer .footer .content .sub-links ul li span.divider { font-size: 16px; line-height: 0.5; font-weight: 800; }
		footer .footer .content .sub-links ul li:last-child span.divider { display: none; }
		
			footer .footer .content .sub-links ul li a { display: inline-block; color: #80808c; font-family: 'proxima-nova', 'Arial', sans-serif !important; }
			footer .footer .content .sub-links ul li a:hover { color: #ed0028; text-decoration: none; }
			
			footer .footer .content .sub-links ul li span { display: inline-block; margin: 0 0 0 7px; }
		
	footer .footer .content .credits { 
		width: 100%;
		display: inline-block;
		margin: 0;
	}
	
	footer .footer .content .credits p { 
		font-size: 16px;
		line-height: 16px;
		color: #80808c;
		text-align: left;
		padding: 0;
		font-weight: 600;
	}
	
	footer .footer .content .credits p br.rwd-break { display: none; }
	
	footer .footer .content .credits p,
	footer .footer .content .credits p a,
	footer .footer .content .credits p strong,
	footer .footer .content .credits p span { font-family: 'proxima-nova', 'Arial', sans-serif !important; }
	
	footer .footer .content .credits p a { 
		color: #999;
	}
	
		footer .footer .content .credits p a:hover { 
			color: #ff2222;
		}
		
	footer .footer .content .credits p.design-dev { 
		padding: 5px 0 0 0;
		font-weight: 400;
	}
		
		footer .footer .content .credits p.design-dev a { 
			font-size: 10px;
			color: #141415;
			line-height: 18px;
			text-transform: uppercase;
			font-weight: 400;
			font-family: 'proxima-nova', 'Arial', sans-serif !important;
		}
		
			footer .footer .content .credits p.design-dev a span { 
				font-size: 14px;
				margin: 0 0 0 4px;
				font-family: 'proxima-nova', 'Arial', sans-serif !important;
			}
		
			footer .footer .content .credits p.design-dev a:hover { 
				color: #050505;
			}
		
    footer .footer .content .credits p.disclaimer { 
        max-width: 480px;
        font-size: 11px;
        color: #091233;
        line-height: 1.1;
        text-transform: uppercase;
        font-weight: 400;
        font-family: 'proxima-nova', 'Arial', sans-serif !important;
        font-style: italic;
		display: inline-block;
		margin: 10px 0 0 0;
    }

.grecaptcha-badge { display: none !important; }

/* GLOBAL: Modal Signup
----------------------------------------------------------------------------- */

.block.signup-modal {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999999999999999;
	position: fixed;
	background-color: rgba(255,255,255,0.98);
}

	.block.signup-modal .close-button { 
		width: 40px;
		height: 40px;
		display: block;
		position: absolute;
		z-index: 99999;
		top: 80px;
		right: 80px;
		font-size: 0;
	}
	
		.block.signup-modal .close-button a { 
			width: 40px;
			height: 40px;
			display: block;
			background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OTIgNDkyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OTIgNDkyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzJEMkU0Mzt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMwMC4yLDI0NmwxODQtMTg0YzUuMS01LjEsNy45LTExLjgsNy45LTE5YzAtNy4yLTIuOC0xNC03LjktMTlMNDY4LDcuOUM0NjMsMi44LDQ1Ni4yLDAsNDQ5LDAKCQkJYy03LjIsMC0xNCwyLjgtMTksNy45TDI0NiwxOTEuOEw2Miw3LjlDNTcsMi44LDUwLjIsMCw0MywwYy03LjIsMC0xNCwyLjgtMTksNy45TDcuOSwyNEMtMi42LDM0LjUtMi42LDUxLjYsNy45LDYybDE4NCwxODQKCQkJTDcuOSw0MzBDMi44LDQzNSwwLDQ0MS44LDAsNDQ5czIuOCwxNCw3LjksMTlMMjQsNDg0LjFjNS4xLDUuMSwxMS44LDcuOSwxOSw3LjljNy4yLDAsMTQtMi44LDE5LTcuOWwxODQtMTg0bDE4NCwxODQKCQkJYzUuMSw1LjEsMTEuOCw3LjksMTksNy45aDBjNy4yLDAsMTQtMi44LDE5LTcuOWwxNi4xLTE2LjFjNS4xLTUuMSw3LjktMTEuOCw3LjktMTlzLTIuOC0xNC03LjktMTlMMzAwLjIsMjQ2eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
			background-repeat: no-repeat;
			background-size: 100% 100%;
			background-position: center center;
			opacity: 1;
		}
		
			.block.signup-modal .close-button a:hover { opacity: 0.6; }
	
	.block.signup-modal .close-button a:hover {
		opacity: 0.5;
	}
	
	.block.signup-modal .content-wrapper {
		width: 100%;
		height: 100%;
		display: table;
		vertical-align: middle;
	}
	
		.block.signup-modal .content-wrapper .content {
			width: 90%;
			display: table-cell;
			vertical-align: middle;
			text-decoration: none;
			padding: 5%;
			text-align: center;
		}
	
		.block.signup-modal .content-wrapper .content .ad-free,
		.block.signup-modal .content-wrapper .content .sign-news {
			margin: 0 0 25px 0;
		}
		
			.block.signup-modal .content-wrapper .content .text {
				max-width: 700px;
				margin: 0 auto;
			}
			
			.block.signup-modal .content-wrapper .content .text h2 {
				color: #222;
				text-transform: uppercase;
				font-weight: 700;
				font-size: 36px;
				line-height: 1.2;
				padding: 0 0 5px 0;
				margin: 0;
			}
			
			.block.signup-modal .content-wrapper .content .text h3 {
				color: #222;
				font-size: 22px;
				line-height: 1.2;
				font-weight: 700;
				padding: 0;
				margin: 0;
			}
			
			.block.signup-modal .content-wrapper .content .text h4 {
				color: #222;
				font-size: 22px;
				line-height: 1.2;
				font-weight: 700;
				padding: 0;
				margin: 0;
			}
			
			.block.signup-modal .content-wrapper .content .text p {
				color: #222;
				font-size: 18px;
				line-height: 1.2;
				padding: 0;
				margin: 0;
			}
	
			.block.signup-modal .content-wrapper .content .text p a.close-text {
				color: #222;
				font-weight: 600;
				font-size: 16px;
			}
	
	.block.signup-modal .enews {
		width: 100%;
		display: block;
		margin: 5px 0;
		padding: 0;
		text-align: left;
		z-index: 12;
		position: relative;
	}

		.block.signup-modal .enews form {
			width: 100%;
			display: inline-block;
			margin: 0;
			vertical-align: top;
			text-align: left;
			max-width: 900px;
			color: #60616d;
			font-size: 18px;
			position: relative;
		}


			.block.signup-modal .enews form input {
				width: calc(98% - 40px);
				display: inline-block;
				float: left;
				border: 1px solid #ccc;
				border-right: 0;
				background-color: #fff;
				vertical-align: top;
				padding: 10px 20px;
				-webkit-appearance: none;
				color: #afb5bb;
				font-size: 17px;
				line-height: 1;
				position: relative;
				font-family: 'proxima-nova', 'Arial', sans-serif;
				text-transform: none;
				font-weight: 900;
				border-radius: 100px;
				-moz-border-radius: 100px;
				-webkit-border-radius: 100px;
			}

			.block.signup-modal .enews form input::-webkit-input-placeholder { color: #afb5bb; }
			.block.signup-modal .enews form input::-moz-placeholder { color: #afb5bb; }
			.block.signup-modal .enews form input:-ms-input-placeholder { color: #afb5bb; }
			.block.signup-modal .enews form input:-moz-placeholder { color: #afb5bb; }

			/* Safari fix */
			body.safari .block.signup-modal .enews input {
				font-size: 17px;
				padding-top: 10px;
				padding-bottom: 10px;
			}

			.block.signup-modal .enews form input:focus { 
				color: #60616d;
				text-shadow: none;
				border: 1px solid #99a4a7;
				border-right: 0;
			}

			.block.signup-modal .enews form button {
				padding: 12px 24px;
                font-size: 18.5px;
                line-height: 1;
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                vertical-align: top;
                text-transform: uppercase;
                cursor: pointer;
                -webkit-appearance: none;
                font-weight: 600;
                border-radius: 100px;
                -moz-border-radius: 100px;
                -webkit-border-radius: 100px;
                color: #fff;
                background-color: #ed0028;
                box-shadow: inset 0 -3px 0 rgba(247,58,245,1.0);
                font-family: 'futura-pt', 'Arial', sans-serif;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)!important;
			}

				.block.signup-modal .enews form button:hover,
				.block.signup-modal .enews form button:focus {
					background-color: #ed0027;
					box-shadow: inset 0 -3px 0 rgba(255,22,22,1.0);
				}
	
/* 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;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .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%; }
  .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;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .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 {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -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 {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .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;
  background: url("owl.video.play.png") no-repeat;
  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.css
Gravity Forms CSS Reset
http://www.gravityforms.com
updated: March 15, 2015 1:41 PM

Gravity Forms is a Rocketgenius project
copyright 2008-2015 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

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

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

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

Gravity Forms Front End Form Styles
http: //www.gravityforms.com
updated: May 22, 2018 03:17 PM US Eastern Time

Gravity Forms is a Rocketgenius project
copyright 2008-2018 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

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


/* mobile styles first â€‹*/
	
#top .gform_wrapper {
    margin: 16px 0;
    max-width: 100%;
}

#top .gform_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
}
#top .gform_wrapper form.align-center { text-align: center; }

#top .gform_wrapper *,
#top .gform_wrapper *:before,
#top .gform_wrapper *:after {
    box-sizing: border-box !important;
}

#top .gform_wrapper h1,
#top .gform_wrapper h2,
#top .gform_wrapper h3 {
    font-weight: normal;
    border: none;
    background: none;
}

#top .gform_wrapper ::-webkit-input-placeholder { color: #939aa3; }
#top .gform_wrapper ::-moz-placeholder { color: #939aa3; }
#top .gform_wrapper :-ms-input-placeholder {  color: #939aa3; }
#top .gform_wrapper :-moz-placeholder { color: #939aa3; font-weight: 400; }

#top .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
	font-size: 19px;
	color: #939aa3;
	font-weight: 400;
	font-family: inherit;
	padding: 10px 25px;
	letter-spacing: normal;
	background-color: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #d6d8db;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.12);
}

#top .gform_wrapper input[type=image] {
    border: none !important;
    padding: 0 !important;
    width: auto !important;
}

#top .gform_wrapper textarea {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    line-height: 1.5;
    resize: none;
	font-size: 19px;
	color: #939aa3;
	font-family: inherit;
	padding: 10px 25px;
	letter-spacing: normal;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #d6d8db;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.12);
}

#top .gform_wrapper select {
    line-height: 1.5;
}

#top .gform_wrapper .ginput_container_multiselect select {
    background-image: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

#top .gform_wrapper ul.gform_fields {
    margin: 0 !important;
    list-style-type: none;
    display: block;
}

html>body .entry ul,
#top .gform_wrapper ul {
    text-indent: 0
}

#top .gform_wrapper li,
#top .gform_wrapper form li {
    margin-left: 0 !important;
    list-style-type: none !important;
    list-style-image: none !important;
    list-style: none !important;
    overflow: visible;
}

#top .gform_wrapper li.hidden,
#top .gform_wrapper form li.hidden {
    display: none !important; 
}

#top .gform_wrapper ul li.gfield {
    clear: both;
}

#top .gform_wrapper ul.gfield_radio li,
#top .gform_wrapper ul.gfield_checkbox li {
    overflow: hidden;
}

#top .gform_wrapper ul.gform_fields.right_label li.gfield,
#top .gform_wrapper form ul.gform_fields.right_label li.gfield,
#top .gform_wrapper ul.gform_fields.left_label li.gfield,
#top .gform_wrapper form ul.gform_fields.left_label li.gfield {
    margin-bottom: 14px;
}

#top .gform_wrapper ul.right_label li ul.gfield_radio li,
#top .gform_wrapper form ul.right_label li ul.gfield_radio li,
#top .gform_wrapper ul.left_label li ul.gfield_radio li,
#top .gform_wrapper form ul.left_label li ul.gfield_radio li,
#top .gform_wrapper ul.right_label li ul.gfield_checkbox li,
#top .gform_wrapper form ul.right_label li ul.gfield_checkbox li,
#top .gform_wrapper ul.left_label li ul.gfield_checkbox li,
#top .gform_wrapper form ul.left_label li ul.gfield_checkbox li {
    margin-bottom: 10px;
}

#top .gform_wrapper ul li:before,
#top .gform_wrapper ul li:after,
#top .gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible;
}

#top .gform_wrapper select {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
}

#top .gform_wrapper select option {
    padding: 2px;
    display: block;
}

#top .gform_wrapper .inline {
    display: inline !important;
}

#top .gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 18px;
}

#top .gform_wrapper .clear-multi{
    display: flex;
}

/* date â€‹fields */

#top .gform_wrapper .gfield_date_day,
#top .gform_wrapper .gfield_date_year {
    display: -moz-inline-stack;
    display: inline-block;
}

#top .gform_wrapper .gfield_date_day,
#top .gform_wrapper .gfield_date_month,
#top .gform_wrapper .gfield_date_year {
    width: 33.333%;
    flex-direction: row;
}

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

    #top .gform_wrapper .gfield_date_day,
    #top .gform_wrapper .gfield_date_month {
        max-width: 4rem;
    }

    #top .gform_wrapper .gfield_date_year,
    #top .gform_wrapper .gfield_time_ampm {
        max-width: calc(4rem + .5rem);
    }

}

#top .gform_wrapper .gfield_date_dropdown_month,
#top .gform_wrapper .gfield_date_dropdown_day,
#top .gform_wrapper .gfield_date_dropdown_year {
    vertical-align: top;
    flex-direction: row;
}

#top .gform_wrapper .gfield_date_dropdown_month,
#top .gform_wrapper .gfield_date_dropdown_day,
#top .gform_wrapper .gfield_date_dropdown_year {
    margin-right: .5rem;
}

#top .gform_wrapper .gfield_date_month,
#top .gform_wrapper .gfield_date_day {
    width: 4rem;
    margin-right: .5rem;
}

#top .gform_wrapper .gfield_date_month input[type="number"],
#top .gform_wrapper .gfield_date_day input[type="number"] {
    width: calc(3rem + 8px) !important;
}

#top .gform_wrapper .gfield_date_year input[type="number"] {
    width: calc(4rem + 8px) !important;
}

#top .gform_wrapper .gfield_date_year {
    width: 5rem;
}

#top .gform_wrapper .gfield_date_month input,
#top .gform_wrapper .gfield_date_day input {
    width: calc(3rem + 8px);
}

#top .gform_wrapper .gfield_date_year input {
    width: 4rem;
}

#top .gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
#top .gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
    width: 3rem;
    text-align: center;
}

#top .gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,
#top .gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
    width: 4rem;
}

/* time â€‹fields */

#top .gform_wrapper .gfield_time_hour,
#top .gform_wrapper .gfield_time_minute,
#top .gform_wrapper .gfield_time_ampm {
    width: 33.333%;
    flex-direction: row;
}

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

    #top .gform_wrapper .gfield_time_hour,
    #top .gform_wrapper .gfield_time_minute {
        max-width: 4rem;
    }

    #top .gform_wrapper .gfield_time_hour,
    #top .gform_wrapper .gfield_time_ampm {
        max-width: calc(4rem + .5rem);
    }

    #top .gform_wrapper .gfield_time_hour {
        max-width: calc(4rem + .5rem);
    }

}

#top .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
    float: left;
}

#top .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%;
}

#top .gform_wrapper .gfield_time_minute {
    margin-right: .5rem;
}

#top .gform_wrapper .gfield_time_hour {
    margin-right: .25rem;
}

#top .gform_wrapper .gfield_time_ampm {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
}

#top .gform_wrapper .gfield_time_ampm select {
    min-width: calc(2rem + 25px);
    width: calc(3rem + 25px);
}

#top .gform_wrapper .gfield_time_ampm_shim {
	display: block;
	font-size: .813em;
	margin: 9px 0 1px 1px;
}

#top .gform_wrapper .gfield_time_hour input,
#top .gform_wrapper .gfield_time_minute input {
    width: calc(3rem + 8px);
}

#top .gform_wrapper .gfield_time_hour input[type="number"],
#top .gform_wrapper .gfield_time_minute input[type="number"] {
    width: calc(3rem + 8px) !important;
}

#top .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
#top .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
    width: 3rem;
    text-align: center;
}

#top .gform_wrapper .field_hover {
    border: 1px dashed #2175A9;
    cursor: pointer;
}

#top .gform_wrapper .field_selected {
    background-color: #DFEFFF;
    border: 1px solid #C2D7EF;
}

#top .gform_wrapper .field_name_first,
#top .gform_wrapper .field_name_middle,
#top .gform_wrapper .field_name_last {
    width: 49.5%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}
#top .gform_wrapper .ginput_complex.ginput_container {
    overflow: visible;
    width: 100%;
}

#top .gform_wrapper legend.gfield_label,
#top .gform_wrapper label.gfield_label {
    font-weight: 700;
    font-size: inherit;
}

#top .gform_wrapper legend.gfield_label,
#top .gform_wrapper .top_label .gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
	font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
	color: #60616d;
	font-size: 1.1em;
}

#top .gform_wrapper form.hide-labels legend.gfield_label,
#top .gform_wrapper form.hide-labels .top_label .gfield_label { display: none !important; }

#top .gform_wrapper .top_label .gfield_hide_label {
    display: none;
}

#top .gform_wrapper .ginput_complex input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']),
#top .gform_wrapper .ginput_complex  .ginput_left input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']),
#top .gform_wrapper .ginput_complex .ginput_right input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']) {
    width: 100%;
}

#top .gform_wrapper .ginput_complex .ginput_right select,
#top .gform_wrapper .ginput_complex select {
    width: 100%;
}

#top .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
#top .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#top .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
#top .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label,
#top .gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
#top .gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
    display: block;
    font-size: 1em;
    letter-spacing: .5pt;
    white-space: nowrap;
}

#top .gform_wrapper ul.gfield_radio li label,
#top .gform_wrapper ul.gfield_checkbox li label {
    display: -moz-inline-stack;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
}

#top .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
#top .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label {
    margin: 9px 0 1px 1px;
}

#top .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,
#top .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,
#top .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,
#top .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
    margin-top: 0;
}

#top .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#top .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
    margin: 1px 0 9px 1px;
}

#top .gform_wrapper form.hide-labels .field_sublabel_below .ginput_complex.ginput_container label, 
#top .gform_wrapper form.hide-labels .field_sublabel_below div[class*="gfield_time_"].ginput_container label { display: none; }

#top .gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container,
#top .gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*="gfield_time_"].ginput_container {
    margin-top: 0;
}

body #top .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}

body#top .gform_wrapper div.clear-multi {
    display: -moz-inline-stack;
    display: inline-block;
}

body #top .gform_wrapper ul li.field_description_below div.ginput_container_radio,
body #top .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
    margin-top: 16px;
    margin-bottom: 0;
}

#top .gform_wrapper .hidden_label .gfield_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.gfield.right_label,
.gfield.left_label {
    padding-top: 10px;
}

#top .gform_wrapper li.hidden_label input {
    margin-top: 12px;
}

#top .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
#top .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 12px;
}

#top .gform_wrapper .screen-reader-text,
#top .gform_wrapper label.hidden_sub_label {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

#top .gform_wrapper input.small,
#top .gform_wrapper select.small,
#top .gform_wrapper input.medium,
#top .gform_wrapper select.medium,
#top .gform_wrapper input.large,
#top .gform_wrapper select.large,
#top .gform_wrapper input.large,
#top .gform_wrapper select.large {
    width: 100% !important;
}

#top .gform_wrapper input.datepicker_with_icon.small,
#top .gform_wrapper input.datepicker_with_icon.medium,
#top .gform_wrapper input.datepicker_with_icon.large {
    width: calc(100% - 24px);
}

#top .gform_wrapper .gfield_error input.small,
#top .gform_wrapper .gfield_error select.small,
#top .gform_wrapper .gfield_error input.medium,
#top .gform_wrapper .gfield_error select.medium,
#top .gform_wrapper .gfield_error input.large,
#top .gform_wrapper .gfield_error select.large,
#top .gform_wrapper .gfield_error input.large,
#top .gform_wrapper .gfield_error select.large {
    width: 100%;
}

#top .gform_wrapper .gfield_error input.datepicker_with_icon.small,
#top .gform_wrapper .gfield_error input.datepicker_with_icon.medium,
#top .gform_wrapper .gfield_error input.datepicker_with_icon.large {
    width: calc(100% - 32px);
}

#top .gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
}

#top .gform_wrapper textarea.medium {
    height: 120px;
    width: 100%;
}

#top .gform_wrapper textarea.large {
    height: 160px;
    width: 100%;
}

#top .gform_wrapper h2.gsection_title {
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: normal !important;
}

#top .gform_wrapper .gsection .gfield_label,
#top .gform_wrapper h2.gsection_title,
#top .gform_wrapper h3.gform_title {
    font-weight: 700;
    font-size: 1.25em;
}

#top .gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 10px 0 6px 0;
}

#top .gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-top: 24px !important;
}

#top .gform_wrapper span.gform_description {
    font-weight: 400;
    display: block;
    width: calc(100% - 16px);
    margin-bottom: 16px;
}

#top .gform_wrapper .gsection {
    border-bottom: 1px solid #CCC;
    padding: 0 16px 8px 0;
    margin: 28px 0 28px 0;
    clear: both;
}

#top .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
#top .gform_wrapper ul.gfield_radio li input[type=radio] {
    width: auto !important;
}

#top .gform_wrapper .gfield_checkbox li,
#top .gform_wrapper .gfield_radio li {
    position: relative;
}

#top .gform_wrapper ul.gfield_checkbox,
#top .gform_wrapper ul.gfield_radio {
    margin: 6px 0;
    padding: 0;
}

#top .gform_wrapper .gfield_checkbox li label,
#top .gform_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0;
    width: auto;
    line-height: 1.5;
    font-size: 1.1em;
    vertical-align: middle;
    max-width: 85%;
    white-space: normal;
}

#top .gform_wrapper .gfield_checkbox li label {
    margin: 0;
}

#top .gform_wrapper .gfield_radio li label {
    margin: 2px 0 0 4px;
}

#top .gform_wrapper .gfield_checkbox li input[type=checkbox],
#top .gform_wrapper .gfield_radio li input[type=radio],
#top .gform_wrapper .gfield_checkbox li input {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
}

#top .gform_wrapper .description,
#top .gform_wrapper .gfield_description,
#top .gform_wrapper .gsection_description,
#top .gform_wrapper .instruction {
    font-size: .813em;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
}

#top .gform_wrapper .description,
#top .gform_wrapper .gfield_description,
#top .gform_wrapper .gsection_description {
    padding: 0 16px 0 0;
}

#top .gform_wrapper .field_description_below .gfield_description {
    padding-top: 16px;
}

#top .gform_wrapper .field_sublabel_above .description,
#top .gform_wrapper .field_sublabel_above .gfield_description,
#top .gform_wrapper .field_sublabel_above .gsection_description {
    margin-top: 9px;
}

#top .gform_wrapper .top_label .gsection_description {
    width: 100%;
    margin-bottom: 9px;
}

#top .gform_wrapper .gfield_description {
    width: 100%;
}

#top .gform_wrapper .description_above .gfield_description {
    padding: 0 0 10px 0;
}

.gfield_date_year+.gfield_description {
    padding: 0;
}

#top .gform_wrapper .gfield_consent_description,
#top .gform_wrapper .field_description_below .gfield_consent_description {
    width: 100%;
    max-height: 240px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-top: 12px;
    padding: 6px 8px;
    font-size: .688em;
}

#top .gform_wrapper .gfield_required {
    color: #e00c06;
    margin-left: 4px;
}

#top .gform_wrapper li.gfield.gfield_error,
#top .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-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}

#top .gform_wrapper li.gfield.gfield_creditcard_warning {
    padding: 16px 16px 14px 16px;
    border-top: 2px solid #e00c06;
    border-bottom: 4px solid #e00c06;
    background-color: rgba(255, 223, 224, 0.25);
    width: calc(100% - 16px);
}

#top .gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
    padding: 16px 16px 14px 16px;
}

#top .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    font-size: .875em;
    font-weight: 700;
    font-family: inherit;
    min-height: 25px;
    color: #e00c06;
    max-width: 100%;
    position: relative;
}

#top .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 #e00c06;
    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;
}

#top .gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    padding: 16px 16px 14px 16px;
}

li.gfield + li.gfield.gfield_creditcard_warning {
    margin-top: 16px !important;
}

#top .gform_wrapper .top_label .gfield_error {
    width: calc(100% - 2px);
}

#top .gform_wrapper .top_label .gfield_error input.large,
#top .gform_wrapper .top_label .gfield_error select.large,
#top .gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 100%;
}

#top .gform_wrapper .right_label .gfield_error input.large,
#top .gform_wrapper .right_label .gfield_error select.large,
#top .gform_wrapper .right_label .gfield_error textarea.textarea,
#top .gform_wrapper .left_label .gfield_error input.large,
#top .gform_wrapper .left_label .gfield_error select.large,
#top .gform_wrapper .left_label .gfield_error textarea.textarea {
    width: 70%;
}

#top .gform_wrapper .gfield_error .gfield_label {
    color: #e00c06;
}

#top .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 0;
}

#top .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container,
#top .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container {
    margin-left: 0;
}

#top .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 16px;
}

#top .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
#top .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 12px
}

#top .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
    position: relative;
    top: 12px;
}

#top .gform_wrapper div.validation_error {
    color: #e00c06;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #e00c06;
    border-bottom: 2px solid #e00c06;
    padding: 16px 0 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

#top .gform_wrapper ol.validation_list {
    clear: both;
    width: 100%;
    margin-bottom: 25px;
    color: #e00c06;
}

#top .gform_wrapper ol.validation_list li {
    list-style-type: decimal !important;
}

#top .gform_wrapper ol.validation_list li a {
    color: #e00c06;
}

#top .gform_wrapper ol.validation_list:after {
    content: "";
}

#top .gform_wrapper div#error {
    margin-bottom: 25px;
}

#top .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
    vertical-align: middle !important;
}

#top .gform_wrapper li.gfield fieldset {
    margin: 0px;
    padding: 0px;
    display: block;
    position: relative;
    width: 100%;
}

#top .gform_wrapper li.gfield fieldset > * { width: auto }
#top .gform_wrapper li.gfield fieldset legend.gfield_label {
    width: 100%;
    line-height: 32px;
}

div.gf_page_steps+div.validation_error {
    margin-top: 16px;
}

#top .gform_wrapper div.gfield_description.validation_error {
    color: #e00c06;
    font-weight: 700;
    font-size: .875em;
    line-height: 1.20;
    margin-bottom: 16px;
}

#top .gform_wrapper .validation_message {
    color: #e00c06;
    font-weight: 700;
    letter-spacing: normal;
}

#top .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
#top .gform_wrapper li.gfield_error textarea {
    border: 1px solid #e00c06;
}

#top .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
#top .gform_wrapper li.gfield_error ul.gfield_checkbox,
#top .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #e00c06;
}

#top .gform_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 16px 0 0 0;
    clear: both;
    width: 100%;
}

#top .gform_wrapper.submit-align-center_wrapper .gform_footer { text-align: center; }

#top .gform_wrapper .gform_footer input.button,
#top .gform_wrapper .gform_page_footer input.button,
#top .gform_wrapper .gform_footer input[type=submit],
#top .gform_wrapper .gform_page_footer input[type=submit] {
    width: auto;
	display: inline-block;
	font-size: 24px;
	line-height: 1.5 !important;
    color: #fff;
	font-weight: 600;
	margin: 0 2.5% 0 0;
	padding: 1.5% 3%;
	text-align: center;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	vertical-align: top;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #ed0028;
    font-family: 'futura-pt', 'Arial', sans-serif;
}

#top .gform_wrapper .gform_footer input.button:hover,
#top .gform_wrapper .gform_page_footer input.button:hover,
#top .gform_wrapper .gform_footer input[type=submit]:hover,
#top .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background-color: #60616d;
}

#top .gform_wrapper .gform_footer a.gform_save_link,
#top .gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    display: block;
    text-align: center;
}

#top .gform_wrapper .gform_footer input[type=image] {
    padding: 0;
    width: auto !important;
    background: none !important;
    border: none !important;
    margin: 0 auto 16px auto !important;
    display: block;
    max-width: 100%;
}

#top .gform_wrapper .ginput_complex .ginput_left,
#top .gform_wrapper .ginput_complex .ginput_right,
#top .gform_wrapper .ginput_complex .ginput_full {
    min-height: 45px;
}

#top .gform_wrapper .ginput_complex .ginput_full input[type=text],
#top .gform_wrapper .ginput_complex .ginput_full input[type=url],
#top .gform_wrapper .ginput_complex .ginput_full input[type=email],
#top .gform_wrapper .ginput_complex .ginput_full input[type=tel],
#top .gform_wrapper .ginput_complex .ginput_full input[type=number],
#top .gform_wrapper .ginput_complex .ginput_full input[type=password] {
    width: 100%;
}

#top .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],
#top .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],
#top .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],
#top .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],
#top .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],
#top .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],
#top .gform_wrapper .gfield_error .ginput_complex .ginput_full select {
    width: 100%;
}

#top .gform_wrapper .gfield_checkbox li,
#top .gform_wrapper .gfield_radio li {
    margin: 0 0 16px 0;
    line-height: 1.2;
}

#top .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label,
#top .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
.gchoice_select_all {
    font-weight: 700;
}

#top .gform_wrapper input.datepicker.datepicker_with_icon {
    margin-right: 4px !important;
    display: -moz-inline-stack;
    display: inline-block;
}

#top .gform_wrapper input[type=hidden],
#top .gform_wrapper input.gform_hidden,
#top .gform_wrapper .gform_hidden,
#top .gform_wrapper .gf_hidden {
    display: none !important;
    max-height: 1px !important;
    overflow: hidden;
}

#top .gform_wrapper .gfield_visibility_hidden,
#top .gform_wrapper .gf_invisible {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

#top .gform_wrapper .ginput_full br,
#top .gform_wrapper .ginput_left br,
#top .gform_wrapper .ginput_right br {
    display: none !important;
}

#top .gform_wrapper ul.gfield_checkbox li,
#top .gform_wrapper ul.gfield_radio li {
    padding: 0 !important;
}

#top .gform_wrapper ul.gfield_radio li input+input {
    margin-left: 4px;
}

#top .gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
    margin-right: 6px;
    margin-top: 4px;
}

#top .gform_wrapper .gfield_description + #top .gform_wrapper .gfield_description.validation_message {
    margin-top: 6px;
}

#top .gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
    margin-top: 0;
}

#top .gform_wrapper li.gfield_html {
    max-width: 100%;
}

#top .gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 10px;
}

body #top .gform_wrapper ul li.gfield.gfield_html img {
    max-width: 100%  !important;
}

#top .gform_wrapper .gform_ajax_spinner {
    padding-left: 10px;
}

.gform_validation_container,
#top .gform_wrapper .gform_validation_container,
body #top .gform_wrapper li.gform_validation_container,
body #top .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body #top .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

#top .gform_wrapper .gfield_captcha_input_container {
    padding-top: 3px;
}

#top .gform_wrapper .simple_captcha_small input {
    width: 64px;
}

#top .gform_wrapper .simple_captcha_medium input {
    width: 96px;
}

#top .gform_wrapper .simple_captcha_large input {
    width: 128px;
}

#top .gform_wrapper #top .gform_wrapper .left_label .simple_captcha_small,
#top .gform_wrapper .right_label .simple_captcha_small,
#top .gform_wrapper .left_label .simple_captcha_medium,
#top .gform_wrapper .right_label .simple_captcha_medium,
#top .gform_wrapper .left_label .simple_captcha_large,
#top .gform_wrapper .right_label .simple_captcha_large {
    margin-left: 32%;
}

#top .gform_wrapper .gfield_captcha_container img.gfield_captcha {
    border: none !important;
    background: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#top .gform_wrapper .math_small input {
    width: 70px;
}

#top .gform_wrapper .math_medium input {
    width: 510px;
}

#top .gform_wrapper .math_large input {
    width: 612px;
}

#top .gform_wrapper .left_label .math_small,
#top .gform_wrapper .right_label .math_small,
#top .gform_wrapper .left_label .math_medium,
#top .gform_wrapper .right_label .math_medium,
#top .gform_wrapper .left_label .math_large,
#top .gform_wrapper .right_label .math_large {
    margin-left: 32%;
}


#top .gform_wrapper div.charleft {
    font-size: .688em;
    margin-top: 4px;
    color: #767676;
    width: 92% !important;
    white-space: nowrap !important;
}

#top .gform_wrapper div.charleft[style] {
    width: 92% !important;
}

#top .gform_wrapper .left_label div.charleft,
#top .gform_wrapper .right_label div.charleft {
    margin-left: 32%;
}

#top .gform_wrapper div.charleft.ginput_counter_tinymce{
    border:  1px solid #eee;
    border-width: 1px 0 0;
    padding: 4px 9px;
    width: 100% !important;
}

#top .gform_wrapper div.charleft.warningTextareaInfo {
    color: #767676;
}

#top .gform_wrapper div.charleft.ginput_counter_error {
    color: red;
}

#top .gform_wrapper li.gf_hide_charleft div.charleft {
    display: none !important;
}

.gf_submission_limit_message {
    color: #e00c06;
    font-size: 1.375em;
}

#top .gform_wrapper .ginput_price {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
}

#top .gform_wrapper span.ginput_total {
    color: #060;
    font-size: inherit;
}

#top .gform_wrapper .top_label span.ginput_total {
    margin: 8px 0;
}

#top .gform_wrapper span.ginput_product_price_label {
    margin-right: 2px;
}

#top .gform_wrapper span.ginput_product_price {
    color: #900;
}

#top .gform_wrapper span.ginput_quantity_label {
    margin-left: 10px;
    margin-right: 2px;
}

#top .gform_wrapper input.ginput_quantity[type=text] {
    width: 3rem;
}

#top .gform_wrapper input.ginput_quantity[type=number] {
    width: 4rem;
}

#top .gform_wrapper .gform_page_footer {
    margin: 14px 0;
    width: 100%;
    border-top: 1px dotted #CCC;
    padding: 16px 0 0 0;
    clear: both;
}

#top .gform_wrapper .gform_page_footer.left_label,
#top .gform_wrapper .gform_page_footer.right_label {
    padding: 16px 0 0 29%;
}

#top .gform_wrapper .gform_page_footer .button.gform_previous_button, #top .gform_wrapper .gform_page_footer .button.gform_next_button {
    display: -moz-inline-stack;
    display: inline-block;
}

#top .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 8px;
}

#top .gform_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
}

#top .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: .813em;
    line-height: 1 !important;
    margin: 0 0 8px 12px !important;
    padding: 0 !important;
    clear: both;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

#top .gform_wrapper .gf_progressbar {
    padding: 10px;
    position: relative;
    background-color:rgba(0, 0, 0, 0.1);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.05);
    width: 100%;
}

#top .gform_wrapper .gf_progressbar_percentage {
    height: 24px;
    text-align: right;
    font-family: helvetica,arial,sans-serif;
    font-size: .813em !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.50);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index:999;
    vertical-align: middle;
    background: repeating-linear-gradient( -45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px),linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

#top .gform_wrapper .gf_progressbar:after {
    content:"";
    display: block;
    width: 100%;
    z-index:990;
    height: 24px;
    margin-top:-24px;
    background-color:rgba(0, 0, 0, 0.1);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.05);
}

#top .gform_wrapper .gf_progressbar_percentage.percentbar_100 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#top .gform_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.8;
}

#top .gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none;
    float: none !important;
    margin-left: 12px;
    word-wrap: normal;
}

#top .gform_wrapper .percentbar_blue {
    background-color: #036493;
    color: #FFF;
}

#top .gform_wrapper .percentbar_gray {
    background-color: #7C7C7C ;
    color: #FFF;
}

#top .gform_wrapper .percentbar_green {
    background-color: #88B831;
    color: #FFF;
}

#top .gform_wrapper .percentbar_orange {
    background-color: #FF7120;
    color: #FFF;
}

#top .gform_wrapper .percentbar_red {
    background-color: #FF2A1A;
    color: #FFF;
}

#top .gform_wrapper .gf_page_steps {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px dotted #CCC;
}

#top .gform_wrapper .gf_step {
    width: 100%;
    margin: 24px 24px 24px 0;
    font-size: .875em;
    height: 14px;
    line-height: 1.25 !important;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    font-family: inherit;
}

#top .gform_wrapper .gf_step span.gf_step_number {
    font-size: 1.25em;
    font-family: arial,sans-serif;
    margin-right: 4px;
}

#top .gform_wrapper .gf_step span.gf_step_number,
#top .gform_wrapper .gf_step span.gf_step_label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
}

#top .gform_wrapper .gf_step.gf_step_active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

#top .gform_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#top .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: #EEE;
    border-bottom: 3px solid #DDD;
}

#top .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin-right: 16px;
}

#top .gform_wrapper ul.left_label li.gfield .gfield_password_strength,
#top .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    margin-top: 18px;
    margin-bottom: 18px;
    width: 100%;
}

#top .gform_wrapper .gfield_password_strength.bad {
    background-color: #FFB78C;
    border-color: #FF853C;
    border-bottom: 3px solid #FF853C;
}

#top .gform_wrapper .gfield_password_strength.good {
    background-color: #FFEC8b;
    border-color: #FC0;
    border-bottom: 3px solid #FC0;
}

#top .gform_wrapper .gfield_password_strength.short,
#top .gform_wrapper .gfield_password_strength.mismatch {
    background-color: #FFA0A0;
    border-color: #f04040;
    border-bottom: 3px solid #f04040;
}

#top .gform_wrapper .gfield_password_strength.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C;
    border-bottom: 3px solid #8DFF1C;
}

#top .gform_wrapper table.gfield_list,
#top .gform_wrapper table.gfield_list caption,
#top .gform_wrapper table.gfield_list tbody,
#top .gform_wrapper table.gfield_list tfoot,
#top .gform_wrapper table.gfield_list thead,
#top .gform_wrapper table.gfield_list tr,
#top .gform_wrapper table.gfield_list th,
#top .gform_wrapper table.gfield_list td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#top .gform_wrapper table.gfield_list {
    border-spacing: 0;
    border-collapse: collapse;
}

.gfield_repeater_buttons{
    padding-top: 15px;
}

/* fix for twentyfifteen theme table layout issue */

#top .gform_wrapper table.gfield_list {
    table-layout: auto !important ;
}

#top .gform_wrapper table.gfield_list thead th {
    font-weight: 700;
    text-align: left;
}

#top .gform_wrapper table.gfield_list colgroup {
    width: 100%;
    display: block;
}

#top .gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
    color: #e00c06;
}

#top .gform_wrapper table.gfield_list thead,
#top .gform_wrapper table.gfield_list tr {
    padding: 0;
    margin: 0;
}

#top .gform_wrapper table.gfield_list th,
#top .gform_wrapper table.gfield_list td {
    padding: 4px 0 4px 0;
}

#top .gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
    padding: 0 0 4px 0;
}

#top .gform_wrapper table.gfield_list th + th,
#top .gform_wrapper table.gfield_list td + td {
    padding: 0 0 0 16px;
}

#top .gform_wrapper .gfield_list {
    width: 100%;
}

#top .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;
}

#top .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 48px !important;
    padding: 0 0 0 4px  !important;
    box-sizing: border-box;
}

#top .gform_wrapper table.gfield_list td.gfield_list_icons img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
}


#top .gform_wrapper .gform_card_icon_container {
    margin: 8px 0 6px 0;
    height: 32px;
}

#top .gform_wrapper div.gform_card_icon {
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url(../images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    float: left;
}

#top .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0;
}

#top .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;
}

#top .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;
}

#top .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0;
}

#top .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;
}

#top .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;
}

#top .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0;
}

#top .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;
}

#top .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;
}

#top .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0;
}

#top .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;
}

#top .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;
}

#top .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0;
}

#top .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;
}

#top .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;
}

#top .gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0;
}

#top .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;
}

#top .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;
}

#top .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px;
}

#top .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;
}

#top .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;
}

#top .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px;
}

#top .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;
}

#top .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;
}

#top .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px;
}

#top .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;
}

#top .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;
}

#top .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px;
}

#top .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;
}

#top .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;
}

#top .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px;
}

#top .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;
}

#top .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;
}

#top .gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px;
}

#top .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;
}

#top .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;
}

#top .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-width: 85px !important;
}

#top .gform_wrapper .ginput_complex .ginput_cardinfo_left label, #top .gform_wrapper .ginput_complex .ginput_cardinfo_right label {
    white-space: nowrap !important;
}

#top .gform_wrapper .ginput_complex span.ginput_cardextras {
    display: block;
    overflow: hidden;
}

#top .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: block;
    min-width: 160px !important;
}

#top .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
    margin-bottom: 8px;
}

#top .gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 50% !important
}

#top .gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    width: 32px;
    height: 23px;
    background-image: url(../images/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;
}

#top .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 24px;
    border: 1px dashed #CCC;
    text-align: center;
    color: #AAA;
    margin-bottom: 16px;
    background: rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#top .gform_wrapper span.gform_drop_instructions {
    display: block;
    margin-bottom: 8px;
}

.gform_delete {
    vertical-align: middle;
    cursor: pointer;
}

#top .gform_wrapper .copy_values_option_container .copy_values_enabled {
    width: auto;
}

#top .gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 1px;
}

/* save and continue dialog and form */

#top .gform_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 3em 2em 3em;
  width: 99%;
  font-size: 1em;
  line-height: 1.8;
  color: rgba(49, 112, 143, 1);
  background-color: rgba(227, 243, 243, 1);
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#top .gform_wrapper .form_saved_message form {
  text-align: center;
}

.form_saved_message p.resume_form_link_wrapper {
  background-color: rgba(255, 255, 255, 1);
  display: inline-block;
  padding: 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 98% !important;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(66,103,126,.2);
    -moz-box-shadow: 0px 3px 2px 0px rgba(66,103,126,.2);
    box-shadow: 0px 3px 2px 0px rgba(66,103,126,.2);
}

.form_saved_message a.resume_form_link {
  word-wrap: break-word;
  text-decoration: none;
  color: rgba(47, 99, 126, 1);
}

.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0 0;
}

.form_saved_message label.form_saved_label {
    position: absolute;
    left: -9000px;
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  margin-bottom: .25em;
}

div.form_saved_message div.form_saved_message_emailform form input {
  margin: .75em auto 0 auto;
  display: inline-block;
}

div.form_saved_message div.form_saved_message_emailform form input[type=email] {
  padding: calc(.75em - 1px) !important;
  width: 24em;
  max-width: 98% !important;
  font-size: 1em;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(145, 175, 199, 1);
  color: rgba(66, 66, 66, 1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(238,238,238,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(238,238,238,1);
box-shadow: inset 0px 0px 5px 0px rgba(238,238,238,1);
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  padding: .75em 1em;
  font-size: 1em;
  line-height: 1;
  background-color: rgba(145, 175, 199, 1);
  border: 1px solid rgba(145, 175, 199, 1);
  color: rgba(255, 255, 25566, 1);
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media only screen and (max-width: 640px) {
  div.form_saved_message div.form_saved_message_emailform form input[type=email],
  div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    display: block;
    width: 98%;
  }
}

.form_saved_message .form_saved_message_emailform .validation_message {
  color: #e00c06;
  font-weight: 700;
  padding: 2em;
}

.form_saved_message_sent {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  background-color: rgba(233, 255, 217, 1);
  color: rgba(60, 118, 61, 1);
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
}

.form_saved_message_sent .saved_message_email,
.form_saved_message_sent .saved_message_success {
  font-weight: 700;
  display: block;
  line-height: 2;
}

.form_saved_message_sent .saved_message_email {
  word-wrap: break-word;
  text-decoration: underline;
}

body #content .entry-content #top .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body #top .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 #top .gform_wrapper img.ui-datepicker-trigger {
    width: 17px !important;
    height: 16px !important;
    display: -moz-inline-stack;
    display: inline-block;
}

body #top .gform_wrapper img.add_list_item,
body #top .gform_wrapper img.delete_list_item {
    display: -moz-inline-stack;
    display: inline-block;
    margin-top: -2px;
}

#top .gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
    margin-top: 16px;
}

#top .gform_wrapper li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"] {
    width: 45.25%;
}

#top .gform_wrapper table.recaptchatable {
    table-layout: auto;
}

/* adjusting the captcha margin for left or right label settings */

#top .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
    margin-left: 29%;
}

/* rich text editor */

.gfield .wp-editor-container {
    border: 1px solid #ddd;
}

.gfield .wp-switch-editor {
    border-color: #ddd;
}

.gfield .tmce-active .switch-tmce,
.gfield .html-active .switch-html {
    border-bottom-color: #f5f5f5;
}

.gfield .mce-edit-area iframe {
    width: 99.9% !important;
    margin: 0 !important;
}

body #top .gform_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0;
}

body #top .gform_wrapper ul.gfields li.gfield label.gfield_label {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* do our best to restore styles for lists inside the HTML field */

body #top .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    line-height: inherit;
}

body #top .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body #top .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    list-style-type: disc !important;
    margin: 0 0 8px 0;
    overflow: visible;
    padding-left: 0;
}

body #top .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body #top .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 #top .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body #top .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 0;
    padding-left: 0;
}

body #top .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body #top .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 #top .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body #top .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 #top .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
    margin: 16px 0 16px 16px;
}

body #top .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    margin: 0 0 8px;
}

body #top .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
    margin: 0 0 18px 0;
    padding-left: 0;
}

body #top .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
    font-weight: 700;
}

body #top .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
    margin: 0 0 16px 18px;
}

#top .gform_wrapper span.gf_clear_span {
    display: block;
    height: 1px;
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both;
    margin-top: -1px;
}

/* updated chosen 1.8.5 styles - defaults  */

/* @group Base */
#top .gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#top .gform_wrapper .chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top .gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #acb4bf;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}

#top .gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

#top .gform_wrapper .chosen-container a {
  cursor: pointer;
}

#top .gform_wrapper .chosen-container .search-choice .group-name,
#top .gform_wrapper .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #939aa3;
}

#top .gform_wrapper .chosen-container .search-choice .group-name:after,
#top .gform_wrapper .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
#top .gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #acb4bf;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #424248;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

#top .gform_wrapper .chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}

#top .gform_wrapper .chosen-container-single .chosen-default {
  color: #939aa3;
}

#top .gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#top .gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

#top .gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

#top .gform_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

#top .gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

#top .gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

#top .gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

#top .gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

#top .gform_wrapper .chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #acb4bf;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

#top .gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

#top .gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* @end */
/* @group Results */
#top .gform_wrapper .chosen-container .chosen-results {
  color: #424248;
  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;
}

#top .gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

#top .gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

#top .gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #d6d8db;
  cursor: default;
}

#top .gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

#top .gform_wrapper .chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

#top .gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

#top .gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

#top .gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
#top .gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #acb4bf;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

#top .gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

#top .gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#top .gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #939aa3;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

#top .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #acb4bf;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #36363b;
  line-height: 13px;
  cursor: default;
}

#top .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

#top .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;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

#top .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

#top .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #d6d8db;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #60616d;
}

#top .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

#top .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

#top .gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

#top .gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #d6d8db;
  cursor: default;
}

/* @end */
/* @group Active  */
#top .gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#top .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #acb4bf;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

#top .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

#top .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

#top .gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#top .gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
#top .gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

#top .gform_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}

#top .gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
#top .gform_wrapper .chosen-rtl {
  text-align: right;
}

#top .gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

#top .gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

#top .gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

#top .gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

#top .gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

#top .gform_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}

#top .gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

#top .gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

#top .gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

#top .gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

#top .gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

#top .gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

#top .gform_wrapper .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

#top .gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

#top .gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    #top .gform_wrapper .chosen-rtl .chosen-search input[type="text"],
    #top .gform_wrapper .chosen-container-single .chosen-single abbr,
    #top .gform_wrapper .chosen-container-single .chosen-single div b,
    #top .gform_wrapper .chosen-container-single .chosen-search input[type="text"],
    #top .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    #top .gform_wrapper .chosen-container .chosen-results-scroll-down span,
    #top .gform_wrapper .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* @end */

/* updated chosen 1.8.5 styles - gravityforms specific  */

body #top .gform_wrapper .chosen-container a.chosen-single {
    border-radius: inherit;
}

body #top .gform_wrapper ul.chosen-results li {
    line-height: inherit;
}

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

    /* make the inputs a little larger for mobile devices */

    #top .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
        line-height: 2;
        min-height: 2rem;
    }

    #top .gform_wrapper textarea {
        line-height: 1.5;
    }

    #top .gform_wrapper .chosen-container.chosen-container-single[style] {
        width: 100% !important;
    }

    #top .gform_wrapper .chosen-container-single .chosen-single {
        height: 40px;
        line-height: 2.8;
    }

    #top .gform_wrapper .chosen-container-single .chosen-single div b {
        position: relative;
        top: 10px;
    }

    #top .gform_wrapper div.chosen-container.chosen-container-multi[style] {
        width: 100% !important;
    }

    #top .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
    #top .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
        width: 100%;
        line-height: inherit;
        float: none;
    }

    #top .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
        margin-bottom: 0;
    }

    #top .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: calc(50% - 6px);
    }

    #top .gform_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom: 8px;
        display: block;
    }

    #top .gform_wrapper li.field_sublabel_below .ginput_complex {
        margin-top: 12px !important;
    }

    #top .gform_wrapper ul.gfield_radio li label,
    #top .gform_wrapper ul.gfield_checkbox li label {
        width: 85%;
        cursor: pointer;
    }

 }

@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px)  {

    #top .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
        margin-top: 32px;
    }

    /* force the list table to not behave like a table anymore */

    #top .gform_wrapper table.gfield_list {
      border: 0;
    }

    #top .gform_wrapper table.gfield_list thead  {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #top .gform_wrapper table.gfield_list tr {
        margin-bottom: 10px;
        display: block;
        background: #fff;
        position:relative;
        border: 1px solid #CCC;
        border-top: 2px solid #CCC;
        border-bottom: 4px solid #CCC;
    }

    #top .gform_wrapper table.gfield_list td {
        display: block;
        margin-left: 8px;
        margin-right: 8px;
    }

    #top .gform_wrapper table.gfield_list td.gfield_list_icons {
        border-bottom: 0;
        margin: 16px 0 0 0 !important;
    }

    #top .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
    #top .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
        content: attr(data-label);
        font-size: .875em;
        letter-spacing: 0.5pt;
        white-space: nowrap;
        display: block;
        clear: both;
    }

    #top .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
        margin: 8px 0 3px 8px;
    }

    #top .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
      margin: 3px 0 8px 8px;
    }

    #top .gform_wrapper table.gfield_list th + th,
    #top .gform_wrapper table.gfield_list td + td {
        padding: 4px 0 0 0;
    }

    #top .gform_wrapper table.gfield_list tr.gfield_list_row_odd,
    #top .gform_wrapper table.gfield_list tr.gfield_list_row_even {
        margin: 16px 0;
    }

    #top .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
         padding-top: 12px;
    }

    #top .gform_wrapper table.gfield_list tr {
         padding-top: 12px;
    }

    #top .gform_wrapper table.gfield_list tr td.gfield_list_icons {
        width: 100% !important;
        padding: 0 4px 4px 4px !important;
        background-color: #EEE;
    }

    #top .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item  {
        margin: 12px 0 0 16px !important;
    }

    #top .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item  {
        margin: 12px 0 0 8px !important;
    }

    #top .gform_wrapper .gform_footer a.gform_save_link,
    #top .gform_wrapper .gform_page_footer a.gform_save_link {
        margin-left: 0;
    }

    #top .gform_wrapper .gfield_list td.gfield_list_cell input {
        width: calc(100% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }

}

/* media queries - portrait mode tablet or desktop styles */

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

    #top .gform_wrapper .gform_body {
        width: 100%;
    }

    #top .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100% !important;
    }

    #top .gform_wrapper .gfield_checkbox li,
    #top .gform_wrapper .gfield_radio li {
        margin: 0 0 8px 0;
        line-height: 1.3;
    }

    #top .gform_wrapper .gsection {
        margin: 28px 16px 28px 0;
    }

    #top .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
        float: left;
        width: 29%;
        padding-right: 16px;
        margin-bottom: 16px;
    }

    #top .gform_wrapper .right_label .gfield_label {
        text-align: right;
    }

    #top .gform_wrapper .left_label .gfield_description,
    #top .gform_wrapper .right_label .gfield_description {
        width: 70%;
    }

    #top .gform_wrapper ul.right_label li ul.gfield_radio li,
    #top .gform_wrapper form ul.right_label li ul.gfield_radio li,
    #top .gform_wrapper ul.left_label li ul.gfield_radio li,
    #top .gform_wrapper form ul.left_label li ul.gfield_radio li,
    #top .gform_wrapper ul.right_label li ul.gfield_checkbox li,
    #top .gform_wrapper form ul.right_label li ul.gfield_checkbox li,
    #top .gform_wrapper ul.left_label li ul.gfield_checkbox li,
    #top .gform_wrapper form ul.left_label li ul.gfield_checkbox li {
        margin-bottom: 10px;
    }

    #top .gform_wrapper .right_label .gfield_description,
    #top .gform_wrapper .left_label .gfield_description,
    #top .gform_wrapper .left_label .instruction,
    #top .gform_wrapper .right_label .instruction {
        margin-left: 29%;
    }

    #top .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
        margin-left: 0;
        padding-top: 4px;
        padding-left: 0;
        line-height: 1.5;
    }

    #top .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
        margin-left: 29% !important;
        width: 70%;
    }

    #top .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
    #top .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
        overflow: hidden;
    }

    #top .gform_wrapper .right_label div.ginput_complex,
    #top .gform_wrapper .left_label div.ginput_complex {
        width: 70%;
        margin-left: 29%;
    }

    #top .gform_wrapper .right_label input.small,
    #top .gform_wrapper .right_label select.small,
    #top .gform_wrapper .left_label input.small,
    #top .gform_wrapper .left_label select.small {
        width: 15%;
    }

    #top .gform_wrapper .right_label input.medium,
    #top .gform_wrapper .right_label select.medium,
    #top .gform_wrapper .left_label input.medium,
    #top .gform_wrapper .left_label select.medium {
        width: calc(35% - 8px);
    }

    #top .gform_wrapper .right_label input.large,
    #top .gform_wrapper .right_label select.large,
    #top .gform_wrapper .left_label input.large,
    #top .gform_wrapper .left_label select.large {
        width: 70%;
    }

    #top .gform_wrapper .right_label textarea.small,
    #top .gform_wrapper .left_label textarea.small,
    #top .gform_wrapper .right_label textarea.medium,
    #top .gform_wrapper .left_label textarea.medium,
    #top .gform_wrapper .right_label textarea.large,
    #top .gform_wrapper .left_label textarea.large {
        width: 70%;
    }

    #top .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
        width: 70%;
        margin-left: 29% !important;
    }

    #top .gform_wrapper .top_label .gfield_list {
        width: 100%;
    }

    #top .gform_wrapper .left_label .gf_list_one_column,
    #top .gform_wrapper .right_label .gf_list_one_column {
        width: 45%;
    }

    #top .gform_wrapper .top_label .gf_list_one_column {
        width: 46%;
    }

    #top .gform_wrapper .left_label li.hidden_label input,
    #top .gform_wrapper .right_label li.hidden_label input {
        margin-left: 3.7%;
    }

    #top .gform_wrapper .left_label li.gfield .gfield_password_strength,
    #top .gform_wrapper .right_label li.gfield .gfield_password_strength {
        margin-left: 29%;
    }

    #top .gform_wrapper .top_label input.small,
    #top .gform_wrapper .top_label select.small {
        width: 25%;
    }

    #top .gform_wrapper .top_label input.medium,
    #top .gform_wrapper .top_label select.medium {
        width: calc(50% - 8px);
    }

    #top .gform_wrapper.gform_validation_error .top_label input.medium,
    #top .gform_wrapper.gform_validation_error .top_label select.medium {
        width: 50%;
    }

    #top .gform_wrapper .top_label input.large,
    #top .gform_wrapper .top_label select.large,
    #top .gform_wrapper .hidden_label input.large,
    #top .gform_wrapper .hidden_label select.large {
        width: 100%;
    }

    #top .gform_wrapper .top_label input.small.datepicker,
    #top .gform_wrapper .top_label input.medium.datepicker,
    #top .gform_wrapper .top_label input.large.datepicker {
        width: auto;
    }

    #top .gform_wrapper textarea.small {
        height: 80px;
        width: 100%;
    }

    #top .gform_wrapper textarea.medium {
        height: 160px;
        width: 100%;
    }

    #top .gform_wrapper textarea.large {
        height: 320px;
        width: 100%;
    }

    #top .gform_wrapper .ginput_complex .ginput_left,
    #top .gform_wrapper .ginput_complex .ginput_right {
        width: 50%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 0;
    }

    #top .gform_wrapper .ginput_container_password .ginput_right {
        padding-left: 8px;
    }

    #top .gform_wrapper .gfield_error .ginput_complex .ginput_left,
    #top .gform_wrapper .gfield_error .ginput_complex .ginput_right {
        width: 50%;
    }

    #top .gform_wrapper .ginput_complex .ginput_cardinfo_left,
    #top .gform_wrapper .ginput_complex .ginput_cardinfo_right {
        min-height: 43px;
        position: relative;
        float: left;
    }

    #top .gform_wrapper .ginput_complex .ginput_cardinfo_left {
        width: 50%;
    }

    #top .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
    #top .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
        width: 47% !important;
        display: -moz-inline-stack;
        display: inline-block;
    }

    #top .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
        margin-right: 4px;
    }

    #top .gform_wrapper .gf_step {
        width:auto;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 16px 32px 16px 0;
    }

    #top .gform_wrapper .gform_footer input.button,
    #top .gform_wrapper .gform_footer input[type=submit],
    #top .gform_wrapper .gform_footer input[type=image] {
        display: -moz-inline-stack;
        display: inline-block;
    }

    #top .gform_wrapper .gform_footer input[type=image] {
        vertical-align: middle;
    }

    #top .gform_wrapper .gform_footer a.gform_save_link,
    #top .gform_wrapper .gform_page_footer a.gform_save_link {
        font-size: 1em;
        margin-left: 16px;
        display: -moz-inline-stack;
        display: inline-block;
    }

    #top .gform_wrapper .gform_footer input.button,
    #top .gform_wrapper .gform_page_footer input.button,
    #top .gform_wrapper .gform_footer input[type=submit],
    #top .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 1.1em;
        width: auto;
    }

    #top .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px;
    }
	
		.petition #top .gform_wrapper ul.gform_fields li.gfield {
			padding-right: 0;
		}

    #top .gform_wrapper .ginput_complex .ginput_left {
        padding-right: 8px;
    }

    #top .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
        content: "";
        display: block;
    }

    #top .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
        margin-right: 8px;
    }

    #top .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
        margin-right: -8px;
        padding-right: 8px;
    }

    #top .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
        padding-right: 8px !important ;
        margin-right: 8px;
    }

    #top .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
        padding-right: 8px !important ;
        margin-right: -8px;
    }

    #top .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
        margin-right: 8px;
    }

    #top .gform_wrapper .gfield_error .ginput_container {
        padding-right: 0;
    }

    #top .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
        margin: 18px 0 18px 0;
    }

    #top .gform_wrapper .gform_footer:not(.top_label) {
        padding: 16px 0 10px 0;
        margin-left: 29%;
        width: 70%;
    }

    /* adjusting the name field so it aligns properly */

    .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);
    }

    /* a little better specificty to avoid problems with forms in widgets */

    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) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,
    ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
    ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(70% + 24px);
    }

    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%;
    }

    #top .gform_wrapper div.ginput_container_name span {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        padding-right: 16px;
        margin-right: -4px;
    }

    #top .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_1 span {
        width: 100%;
    }

    #top .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 50%;    }

    #top .gform_wrapper 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%;
    }

    #top .gform_wrapper #top .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.95%;
    }

    /* tweak the sizes for validation and left/right label layouts */

    #top .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;
    }

    #top .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;
    }

    #top .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;
    }

    #top .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;
    }

    #top .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 div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
    html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
    html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
    html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
        margin-left: 0!important;
    }

    #top .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
        width: calc(100% + 15px);
    }

    #top .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 16px);
        margin-left: 29%;
    }

    #top .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 17px);
    }

    li.gfield.gfield_error

    #top .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 8px) !important;
    }

    #top .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
    #top .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
        padding-right: 16px;
    }

    #top .gform_wrapper ul.left_label li.gfield .gfield_password_strength,
    #top .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
        width: 70%;
    }

    /* adjusting the address field alignment for some scenarios */

    #top .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
        padding-right: 0;
    }

    #top .gform_wrapper .ginput_complex span.ginput_left.address_country {
        margin-right: 0;
    }

    html:not([dir="rtl"]) #top .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date),
    html:not([dir="rtl"]) #top .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi,
    html:not([dir="rtl"]) #top .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description {
        width: 70%;
        margin-left: 29%;
    }

    #top .gform_wrapper .gf_progressbar {
        width: calc(100% - 16px);
    }

    #top .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
        margin-left: 29%;
        width: 70%
    }

    body #top .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
        width: calc(50% - 8px);
        margin-right: 0;
    }

    /* force the CAPTCHA field over for right and left label layouts */

    #top .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
        margin-left: 29% !important;
    }

    #top .gform_wrapper .gform_page_footer .button.gform_previous_button {
        margin-bottom: 0;
    }

    #top .gform_wrapper .gform_page_footer .button.gform_next_button,
    #top .gform_wrapper .gform_page_footer .button.gform_button {
        margin-right: 10px;
    }

    /* updated chosen 1.8.5 styles - gravityforms specific  */

    body #top .gform_wrapper select.medium.gfield_select + div.chosen-container-single[style],
    body #top .gform_wrapper select.medium.gfield_select + div.chosen-container-multi[style] {
        width: calc(50% - 8px) !important;
    }

    body #top .gform_wrapper select.large.gfield_select + div.chosen-container-single[style],
    body #top .gform_wrapper select.large.gfield_select + div.chosen-container-multi[style] {
        width: 100% !important;
    }

    body #top .gform_wrapper select.small.gfield_select + div.chosen-container-single[style],
    body #top .gform_wrapper select.small.gfield_select + div.chosen-container-multi[style] {
        width: 25% !important;
    }

}

/* //////////////////////////////////////////////////////////////*/
/* //////////////////   Repeaters Styling   /////////////////////*/
/* //////////////////////////////////////////////////////////////*/


/* Padding, Left Border, background color for nested repeaters */
.gfield_repeater_cell  > .gfield_repeater_wrapper   {
    border-left: 8px solid rgba(54, 86, 102, 0.1);
    background-color: rgba(1,1,1,0.02);
    padding: 10px 20px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(238, 238, 238, 1.000);

}


/* Targeting the border color of the repeater inputs */
.gfield_repeater_wrapper input  {
    border:1px solid rgba(197, 198, 197, 1.000);
    border-radius: 4px;
}

/* Spacing between the wrappers */
.gfield_repeater_wrapper .gfield_repeater_wrapper{
    margin-top: 10px;
}

.gfield_repeater_buttons .add_repeater_item_text,
.gfield_repeater_buttons .remove_repeater_item_text{
    min-width: 100px;
    height: 30px;
    background: rgba(242, 242, 242, 0.5);
    transition: all .3s cubic-bezier(0.67, 0.17, 0.40, 0.83);
    font-size: 12px;
    color: rgba(117, 117, 117, 1);
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid rgba(117, 117, 117, 0.4);
    font-weight: 400;
}


.gfield_repeater_buttons .add_repeater_item_plus,
.gfield_repeater_buttons .remove_repeater_item_minus{
    width: 22px;
    height: 22px;
    background: rgba(242, 242, 242, 0.5);
    transition: all .3s cubic-bezier(0.67, 0.17, 0.40, 0.83);
    font-size: 16px;
    color: rgba(117, 117, 117, 1);
    border-radius: 50%;
    margin: 10px 5px 0px 5px;
    border: 1px solid rgba(117, 117, 117, 0.4);
    font-weight: 700;
    padding: 0px;
    padding-bottom: 5px;
}

.gfield_repeater_buttons button.gfield_icon_disabled {
    cursor: default;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3;
}

.gfield_repeater_buttons button.gfield_icon_disabled:hover {
    background: rgba(242, 242, 242, 0.5);
    color: rgba(117, 117, 117, 1);
    border: 1px solid rgba(117, 117, 117, 0.4);
}

/* Hover style for Add buttons */
.gfield_repeater_buttons button:hover {
    background: rgba(250, 250, 250, 1.000);
    color: #374750;
    border:1px solid rgba(117, 117, 117, 1);
}


/* Adding the separation border and padding in between items */
.gfield_repeater .gfield_repeater_items  .gfield_repeater_item:not(:last-child)  {
    border-bottom: 2px solid #e0e0e6;
    padding-bottom: 20px;
}

/* Repeater - Left Border Color */
.gfield_repeater_cell  > .gfield_repeater_wrapper   {
    border-left: 8px solid rgba(241, 241, 241, 1.000);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06), 0 2px 1px -1px rgba(0,0,0,0.06), 0 1px 5px 0 rgba(0,0,0,0.06);

}

/* Adjusting the margin/padding for the nested repeaters */


/* //////////////////////////////////////////////////////////////*/
/* /////////////////////// Form Edits Labels  ///////////////////////*/
/* //////////////////////////////////////////////////////////////*/


.gfield_repeater_buttons .add_repeater_item_text:focus,
.gfield_repeater_buttons .remove_repeater_item_text:focus {
      outline:0;
}


 /*Coloring for the required asterisk*/
.gfield_repeater_item .gfield_repeater_cell .gfield_required {
    color: #c32121;
}

/* Field labels styling */
#top .gform_wrapper .gfield_repeater_cell label{
    color:rgb(155, 154, 154);
    font-weight: 400;
    font-size: 14px;
    padding-top: 8px;
}


/* //////////////////////////////////////////////////////////////*/
/* /////////////////////// Forms Details  ///////////////////////*/
/* //////////////////////////////////////////////////////////////*/



/* Third Level Repeater Spacing */
.gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell{
    padding-bottom: 20px;
    padding-top: 0px;
}

/*Spacing between adjancent cells in the same repeater*/
div .gfield_repeater_cell {
    margin-top: 5px;
}

/* Repeater styling line divider */
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child)  {
    border-bottom: 2px solid #e0e0e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
}


/* Repeater containers */
.gfield_repeater_value > .gfield_repeater {
    border-left: 8px solid rgba(54, 86, 102, 0.1);
    background-color: rgba(1, 1, 1, 0.02);
    padding: 10px 20px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(238, 238, 238, 1.000);
    margin: 10px;
}

/* Styling for Fake disabled input containers */
.gfield_repeater_cell  .gfield_repeater_value:not(:first-child)  {
    color: rgba(117, 117, 117,0.7);
    border:1px solid rgba(197, 198, 197, 1.000);
    border-radius: 4px;
    margin-right: 10px;
    padding-left: 10px;
    background-color: rgba(240, 240, 240, 1.000);
}



/* Consistent Padding in between cells and items */
.gfield_repeater_items .gfield_repeater_cell:not(:first-child),
.gfield_repeater .gfield_repeater_items{
    padding-top: 5px;
}

/* Repeaters Labels styling */
.gfield_repeater .gfield_label {
    color: rgba(35, 40, 45, 1.000);
    font-size: 16px;
    font-weight: 600;
}

/* Decreasing the space below the label */
.gfield_repeater_value .gfield_label {
    padding-bottom: 0px;
}

/* Removing additional 20px padding when more repeaters are added on third level repeater */
.gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child {
    padding-bottom: 0px;
}

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

readyclass.css
Gravity Forms Ready Class Pre-Set Helper Styles
http://www.gravityforms.com
updated: August 02, 2017 12:10 PM (GMT-05:00) US Eastern Time

Gravity Forms is a Rocketgenius project
copyright 2008-2017 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

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

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

    #top .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;
    }

    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,
    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small {
        width: 100%;
    }

    #top .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
        width: 96px !important;
    }

    #top .gform_wrapper .top_label li.gfield.gf_inline select {
        width: 100%;
    }

    #top .gform_wrapper .top_label li.gfield.gf_inline textarea {
        width: 100%;
    }

    #top .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
    #top .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
        width: 70% !important;
    }

    #top .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
    #top .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute,
    #top .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
    #top .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
    #top .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year {
        width: 50px;
    }

    #top .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
        width: auto;
    }

    #top .gform_wrapper li.gf_inline div.ginput_container {
        white-space: nowrap !important;
    }

    #top .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
        display: block !important;
    }


    #top .gform_wrapper li.gfield.gfield_error.gf_inline {
        margin-right: 16px;
        padding-right: 0;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_half,
    #top .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;
    }

    #top .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(.datepicker),
    #top .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(.datepicker) {
        width: 100% !important;
        margin: 8px 0 0 0;
        padding-left: 0;
        padding-right: 0;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_half:before {
        content: "";
        display: block;
        clear: both;
    }

    #top .gform_wrapper .top_label li.gfield.gf_right_half:after {
        content:"";
        display: table;
        clear:both;
    }

    #top .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
    #top .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        max-width: calc(50% - 16px);
        padding-right: 0;
    }

    #top .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
        margin-right: 16px;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
    #top .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
    #top .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
    #top .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
    #top .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
    #top .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
    #top .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium,
    #top .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large {
        width: 100%;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_half textarea,
    #top .gform_wrapper .top_label li.gfield.gf_right_half textarea {
        width: 98%;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_half input.small,
    #top .gform_wrapper .top_label li.gfield.gf_right_half input.small {
        width: 35%;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,
    #top .gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
        padding: 16px 0 8px 0;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,
    #top .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,
    #top .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,
    #top .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,
    #top .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,
    #top .gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,
    #top .gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
        padding: 16px 0 8px 0;
    }

    #top .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
        padding: 0 0 8px 0;
    }

    #top .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 0;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,
    #top .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield,
    #top .gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,
    #top .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer {
        clear: both;
    }

    /* 3 columns */

    #top .gform_wrapper .top_label li.gfield.gf_left_third,
    #top .gform_wrapper .top_label li.gfield.gf_middle_third,
    #top .gform_wrapper .top_label li.gfield.gf_right_third {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    #top .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 33.3%;
    }

    #top .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 33.4%;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_third,
    #top .gform_wrapper .top_label li.gfield.gf_middle_third,
    #top .gform_wrapper .top_label li.gfield.gf_right_third {
        margin-bottom: 8px;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,
    #top .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,
    #top .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,
    #top .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,
    #top .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,
    #top .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,
    #top .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,
    #top .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,
    #top .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,
    #top .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,
    #top .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium,
    #top .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large {
        width: 100%;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),
    #top .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),
    #top .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),
    #top .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,
    #top .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,
    #top .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
        width:100% !important;
    }

    #top .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
    #top .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
        width: calc(33.3% - 24px) !important;
        margin-right: 16px;
    }

    #top .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
        width: 33.4%;
    }

    #top .gform_wrapper .top_label li.gfield.gf_right_third:after {
        content:"";
        display: table;
        clear: both;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_third+li.gsection,
    #top .gform_wrapper .top_label li.gfield.gf_right_third+li.gsection {
        padding: 16px 0 8px 0;
    }

    #top .gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,
    #top .gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,
    #top .gform_wrapper .top_label li.gfield.gf_right_third+li.gfield,
    #top .gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,
    #top .gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,
    #top .gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer {
        clear: both;
    }

    /* 4 columns - quarters */

    #top .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    #top .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    #top .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    #top .gform_wrapper .top_label li.gfield.gf_fourth_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;
    }

    #top .gform_wrapper .top_label li.gfield.gf_first_quarter,
    #top .gform_wrapper .top_label li.gfield.gf_second_quarter,
    #top .gform_wrapper .top_label li.gfield.gf_third_quarter,
    #top .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
        margin-bottom: 8px;
    }

    #top .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
    #top .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
    #top .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
    #top .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
    #top .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,
    #top .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,
    #top .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select,
    #top .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select {
        width: 100% !important;
    }

    #top .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
    #top .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
    #top .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter,
    #top .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter {
        width: 24.5%;
    }

    #top .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
        content: "";
        display: table;
        clear: both;
    }

    #top .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
    #top .gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
    #top .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
    #top .gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
    #top .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
    #top .gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
    #top .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
    #top .gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
    #top .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
    #top .gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
    #top .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
    #top .gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
    #top .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
    #top .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
    #top .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
    #top .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
        width: 97.5%;
    }

    #top .gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection,
    #top .gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gsection {
        padding: 16px 0 8px 0;
    }

    #top .gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield,
    #top .gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield,
    #top .gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield,
    #top .gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield,
    #top .gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer,
    #top .gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer,
    #top .gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer,
    #top .gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer {
        clear: both;
    }

    /* horizontal list columns - displayed inline */

    #top .gform_wrapper .top_label li ul.gfield_checkbox,
    #top .gform_wrapper .top_label li ul.gfield_radio {
        width: calc(100% + 16px);
    }

    #top .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
    #top .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
        width: calc(70% + 16px);
    }

    #top .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
    #top .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%;
    }

    #top .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
    #top .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 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%;
    }

    #top .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
    #top .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
    #top .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
    #top .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
    #top .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
    #top .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;
    }

    #top .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
    #top .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%;
    }

    #top .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
    #top .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%;
    }

    #top .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
    #top .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
    #top .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
    #top .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
    #top .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
    #top .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
    #top .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
    #top .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
        overflow: hidden;
    }

    #top .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,
    #top .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,
    #top .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,
    #top .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,
    #top .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
        margin: 0 0 10px 0;
    }

    /* vertical list columns - using CSS columns */

    #top .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    #top .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    #top .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    #top .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    #top .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
    #top .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
    #top .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
    #top .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label {
        margin: 0 0 10px 0;
    }

    #top .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    #top .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;
    }

    #top .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    #top .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;
    }

    #top .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    #top .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;
    }

    #top .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    #top .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;
    }

    #top .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    #top .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,
    #top .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    #top .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,
    #top .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    #top .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,
    #top .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    #top .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;
    }

    #top .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
    #top .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
        height: 25px;
    }

    #top .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
    #top .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
        height: 50px;
    }

    #top .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
    #top .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
        height: 75px;
    }

    #top .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
    #top .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
        height: 100px;
    }

    #top .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
    #top .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
        height: 125px;
    }

    #top .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
    #top .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
        height: 150px;
    }

    #top .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
    #top .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[dir="rtl"] #top .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
    html[dir="rtl"] #top .gform_wrapper li.gf_list_inline ul.gfield_radio li {
        padding-left: 16px !important;
        padding-right: 0 !important;
    }

    #top .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
        display: none !important;
    }

    #top .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 #CCC;
        border-bottom: 1px solid #CCC !important;
    }

    #top .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 10px 10px 0 8px !important
    }

    #top .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title,
    #top .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 0 10px 0 8px !important;
    }

    #top .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
        margin: 10px;
        font-size: 12px;
    }

    #top .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
    #top .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;
    }

    #top .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
    #top .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;
    }

    #top .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
    #top .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;
    }

    #top .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
    #top .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;
    }

    #top .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
    #top .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;
    }

    #top .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;
    }

    #top .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;
    }

    #top .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
        margin: 0 0 18px 0;
        padding-left: 0;
    }
    #top .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
        font-weight: 700;
    }

    #top .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;
    }

    #top .gform_wrapper li.gfield.gfield_html.gf_alert_green,
    #top .gform_wrapper li.gfield.gfield_html.gf_alert_red,
    #top .gform_wrapper li.gfield.gfield_html.gf_alert_yellow,
    #top .gform_wrapper li.gfield.gfield_html.gf_alert_gray,
    #top .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 20px 0 !important;
        padding: 20px !important;
    }

    #top .gform_wrapper li.gfield.gfield_html.gf_alert_green {
        border: 1px solid #97B48A;
        background-color: #CBECA0;
        text-shadow: #DFB 1px 1px;
        color: #030;
    }

    #top .gform_wrapper li.gfield.gfield_html.gf_alert_red {
        border: 1px solid #CFADB3;
        background-color: #FAF2F5;
        text-shadow: #FFF 1px 1px;
        color: #832525;
    }

    #top .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
        border: 1px solid #E6DB55;
        background-color: #FFFBCC;
        text-shadow: #FCFAEA 1px 1px;
        color: #222;
    }

    #top .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
        border: 1px solid #CCC;
        background-color: #EEE;
        text-shadow: #FFF 1px 1px;
        color: #424242;
    }

    #top .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 #CCC;
        border-bottom: 1px solid #CCC;
        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: 0px 0px 5px rgba(221, 215, 131, 0.75);
        -moz-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
        box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.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;
        background-color: #FFFBCC;
        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: 0px 0px 5px rgba(86, 122, 86, 0.4);
        -moz-box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
        box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.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;
        background-color: #FFFBCC;
        text-shadow: #DFB 1px 1px;
        color: #030;
        background: rgb(219,242,183);
        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_yellow_gradient:before,
    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 40%;
        background: rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.2);
        -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 15px 10px rgba(0, 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_yellow_gradient:after,
    div.gform_confirmation_wrapper.gf_confirmation_green_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;
    }

    /* simple horizontal form ready class - very simple implementation for up to 5 fields and a button */

    #top .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
        width: auto;
        margin: 0 auto;
        display: table;
    }

    #top .gform_wrapper form.gf_simple_horizontal {
        width: calc(100% - 16px);
        margin: 0 auto;
    }

    #top .gform_wrapper form.gf_simple_horizontal div.gform_body,
    #top .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #top .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: auto;
        max-width: 75%;
    }

    #top .gform_wrapper form.gf_simple_horizontal div.ginput_container,
    #top .gform_wrapper form.gf_simple_horizontal ul li.gfield {
        margin-top: 0 !important;
    }

    #top .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        width: auto;
        max-width: 25%;
        padding: 0;
        margin: 0;
    }

    body:not(rtl) #top .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        text-align: left
    }

    #top .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
        display: table;
        width: 100%;
    }

    #top .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        display: table-cell;
        padding-right: 1em;
        height: auto;
    }

    #top .gform_wrapper form.gf_simple_horizontal label.gfield_label,
    #top .gform_wrapper form.gf_simple_horizontal .ginput_complex label,
    #top .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message) {
        display: block;
        height: 1px;
        width: 1px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: -9000px;
    }

    #top .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
        vertical-align: middle;
    }

    #top .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield {
        vertical-align: middle;
    }

    #top .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small,
    #top .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,
    #top .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large {
        width: 100%
    }

    #top .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small,
    #top .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,
    #top .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large {
        width: 100%
    }

    #top .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"],
    #top .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="button"],
    #top .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="image"] {
        height: auto;
    }

    #top .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
        margin-bottom: 0;
    }

    #top .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,
    #top .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
        display: inline-block;
        margin-right: .5em;
    }

    html[dir="rtl"] #top .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 48.5%;
    }

    html[dir="rtl"] #top .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33%;
    }

    html[dir="rtl"] #top .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 24.5%;
    }

    html[dir="rtl"] #top .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.5%;
    }


/* end media query */

}

/* add equal padding to form for better centering */

body #top .gform_wrapper.gf_form_center_wrapper {padding: 16px 0 16px 16px; }

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

browsers.css
Gravity Forms Browser-Specific CSS
http://www.gravityforms.com
updated: May 22, 2018 03:13 PM US Eastern Time

Gravity Forms is a Rocketgenius project
copyright 2008-2017 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

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

/* Safari specific styles */

.entry #top .gform_wrapper.gf_browser_safari ul li:before,
.entry #top .gform_wrapper.gf_browser_safari ul li:after {
    content: "";
}

#top .gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important;
}

#top .gform_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table,
#top .gform_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%;
}

#top .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],
#top .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio],
#top .gform_wrapper.gf_browser_safari .gfield_checkbox li input {
    margin-top: 4px;
}

#top .gform_wrapper.gf_browser_safari select[multiple=multiple] {
    height: auto !important;
}

#top .gform_wrapper.gf_browser_safari input.button.gform_button_select_files {
    padding: 6px 12px !important;
}

#top .gform_wrapper.gf_browser_safari .gfield_time_ampm select {
    max-width: 5rem !important;
    width: calc(2rem + 20px);
}

/* Google Chrome (and now Opera) styles */

#top .gform_wrapper.gf_browser_chrome select {
    padding: 2px 0 2px 3px;
}

#top .gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
    max-width: 5rem !important;
    width: calc(3rem + 20px);
}

#top .gform_wrapper.gf_browser_chrome ul li:before,
#top .gform_wrapper.gf_browser_chrome ul li:after,
.entry #top .gform_wrapper.gf_browser_chrome ul li:before,
.entry #top .gform_wrapper.gf_browser_chrome ul li:after {
    content: none;
}

#top .gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important;
}

#top .gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table,
#top .gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%;
}

#top .gform_wrapper.gf_browser_chrome .ginput_complex select,
#top .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-top: 2px;
}

#top .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
#top .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
#top .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
    margin-top: 6px;
}

#top .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
#top .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
#top .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 1px;
}

#top .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin-left: 1px;
}

#top .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
#top .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
#top .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
    padding-top: 2px;
}

#top .gform_wrapper.gf_browser_chrome select[multiple=multiple] {
    height: auto !important;
}

#top .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
#top .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last {
    margin-left: 1.1%;
}

#top .gform_wrapper.gf_browser_chrome .gfield_error input[type=text],
#top .gform_wrapper.gf_browser_chrome .gfield_error input[type=email],
#top .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel],
#top .gform_wrapper.gf_browser_chrome .gfield_error input[type=url],
#top .gform_wrapper.gf_browser_chrome .gfield_error input[type=number],
#top .gform_wrapper.gf_browser_chrome .gfield_error input[type=password],
#top .gform_wrapper.gf_browser_chrome .gfield_error select,
#top .gform_wrapper.gf_browser_chrome .gfield_error textarea,
#top .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 2px;
}

#top .gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    padding: 6px 12px !important;
}

#top .gform_wrapper.gf_browser_chrome span.address_country {
        margin-top:-2px;
}

/* Firefox specific styles */

#top .gform_wrapper.gf_browser_gecko select {
    padding: 2px 12px 2px 2px;
}

#top .gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
    max-width: 5rem !important;
    width: calc(4rem + 25px);
}

#top .gform_wrapper.gf_browser_gecko ul li:before,
#top .gform_wrapper.gf_browser_gecko ul li:after,
.entry #top .gform_wrapper.gf_browser_gecko ul li:before,
.entry #top .gform_wrapper.gf_browser_gecko ul li:after {
    content: none;
}

#top .gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 1px;
}

#top .gform_wrappergf_browser_gecko .chosen-container-single .chosen-single {
    height: 32px;
    line-height: 2.4;
}

#top .gform_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
    position: relative;
    top: 5px;
}

/* Internet Explorer specific styles */

#top .gform_wrapper.gf_browser_ie ul li:before,
#top .gform_wrapper.gf_browser_ie ul li:after,
.entry #top .gform_wrapper.gf_browser_ie ul li:before,
.entry #top .gform_wrapper.gf_browser_ie ul li:after {
    content: none;
}

#top .gform_wrapper.gf_browser_ie .gfield_time_hour {
    width: 80px;
}

#top .gform_wrapper.gf_browser_ie .gfield_time_minute {
    width: 70px;
}

#top .gform_wrapper.gf_browser_ie .gfield_time_ampm {
    padding-top: 2px;
}

#top .gform_wrapper.gf_browser_ie .gfield_time_hour input,
#top .gform_wrapper.gf_browser_ie .gfield_time_minute input {
    margin-left: 0;
}

#top .gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label,
#top .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
    margin: 3px 0 5px 0;
}

#top .gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 3px;
}

#top .gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
    overflow: hidden;
    clear: both;
}

#top .gform_wrapper.gf_browser_ie .gfield_radio li {
    line-height: 20px !important;
}

#top .gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],
#top .gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio],
#top .gform_wrapper.gf_browser_ie .gfield_checkbox li input {
    margin-top: 0;
}

#top .gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select,
#top .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
    padding: 2px 0 2px 0;
}

#top .gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important;
}

#top .gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important;
}

#top .gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table, #top .gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table { margin-left: 32%;
}

#top .gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    position: relative;
    top: -1px;
    left: 4px;
}

#top .gform_wrapper.gf_browser_ie img.add_list_item,
#top .gform_wrapper.gf_browser_ie img.delete_list_item {
    width: 16px !important;
    height: 16px !important;
    background-size: 16px 16px !important;
}

#top .gform_wrapper.gf_browser_iphone ul li:before,
#top .gform_wrapper.gf_browser_iphone ul li:after,
.entry #top .gform_wrapper.gf_browser_iphone ul li:before,
.entry #top .gform_wrapper.gf_browser_iphone ul li:after {
    content: none;
}

#top .gform_wrapper.gf_browser_unknown ul li:before,
#top .gform_wrapper.gf_browser_unknown ul li:after,
.entry #top .gform_wrapper.gf_browser_unknown ul li:before,
.entry #top .gform_wrapper.gf_browser_unknown ul li:after {
    content: none;
}

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

    /* make the nifty styled selects a little larger for mobile devices */

    #top .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single,
    #top .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single,
    #top .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single {
        height: 44px;
        line-height: 3.2;
    }

    #top .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b,
    #top .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b,
    #top .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b {
        position: relative;
        top: 50%;
        transform: translateY(-25%);
    }

 }

.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
----------------------------------------------------------------------------- */
#top .articles-wrapper .articles .item h3.category { font-size: 16px; }
#top .articles-wrapper .articles .item h2.title, 
#top .articles-wrapper .articles .item h2.title a { font-size: 22px; }
#top .articles-wrapper .articles .item p.author, 
#top .articles-wrapper .articles .item .meta-data { font-size: 15px; }
#top .articles-wrapper .articles .item p.excerpt { font-size: 15px; }	
#top .articles-wrapper .articles .item.large h3.category { font-size: 16px; }
#top .articles-wrapper .articles .item.large h2.title,
#top .articles-wrapper .articles .item.large h2.title a { font-size: 40px; }
		
#top .articles-wrapper .articles .item.large h3.category { font-size: 16px; }
#top .articles-wrapper .articles .item.large h2.title,
#top .articles-wrapper .articles .item.large h2.title a { font-size: 40px; }
	
/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 19px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 45px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 17px; }

#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .image { padding-bottom: 24%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 16px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 19px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 15px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
#top .block.latest-articles .articles-wrapper .articles .item.item-1,
#top .block.latest-articles .articles-wrapper .articles .item.item-2 { padding-bottom: 28%; }
#top .block.latest-articles .articles-wrapper .articles .item.item-3,
#top .block.latest-articles .articles-wrapper .articles .item.item-4,
#top .block.latest-articles .articles-wrapper .articles .item.item-5 { padding-bottom: 23%; }
#top .block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-2 h2.title { font-size: 30px; }
#top .block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 20px; }

/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
#top .block.featured-articles .articles-wrapper .articles .item h3.category { font-size: 16px; }
#top .block.featured-articles .articles-wrapper .articles .item h2.title, 
#top .block.featured-articles .articles-wrapper .articles .item h2.title a { font-size: 19px; }
#top .block.featured-articles .articles-wrapper .articles .item p.author, 
#top .block.featured-articles .articles-wrapper .articles .item .meta-data { font-size: 15px; }
#top .articles-wrapper .articles .item p.excerpt { font-size: 15px; }
	
/* PAGE: Carousel
----------------------------------------------------------------------------- */
#top .block.carousel .carousel { width: 90%; margin: 0 5%; }
	
/* PAGE: Article
----------------------------------------------------------------------------- */
/* Related Stories */
#top .articles-wrapper .articles .item h3.category { font-size: 12px; }
.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; }
	
/* PAGE: Petitions
----------------------------------------------------------------------------- */
.petition-embed .petition .text h4.title,
.petition-embed .petition .text h4.title a { font-size: 20px; }
	
/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.email-signup.inarticle { width: 95.5%; padding: 7% 8%; }
.email-signup .enews form input { font-size: 14px; }
body.safari .email-signup .enews form input { font-size: 14px; padding-top: 9px; padding-bottom: 9px; }
.email-signup .enews form button { font-size: 13px; }
.email-signup.infeed .enews form input,
.email-signup.inarticle .enews form input { font-size: 13px; }
.email-signup.infeed .enews form button,
.email-signup.inarticle .enews form button { font-size: 14px; }
.email-signup .text h4 { font-size: 25px; line-height: 1.0; }
.email-signup .text h5 { font-size: 16px; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 8px; }
	
}

@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
----------------------------------------------------------------------------- */
#top header .masterhead .logo { width: 160px; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 16px; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 34px; height: 34px; }
#top header .masterhead .nav nav ul.menu li a { font-size: 16px; padding: 22px 10px; }
#top header .masterhead .nav nav ul.menu li.menu-item-has-children:hover span.arrow { width: 22px; height: 10px; }
#top header .masterhead .nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 40px; }
#top header .masterhead .nav.top-nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 42px; }
#top header .masterhead .nav nav ul.menu li a { font-size: 15px; padding: 14px 8px; }
#top header .masterhead .nav.main-nav nav ul.menu li a { font-size: 15px; }
#top header .masterhead .nav ul.menu li.menu-item.pulse span.pulse-dot,
#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot { height: 8px; width: 8px; top: 10px; right: 2px; }
#top header .masterhead .nav ul.menu li.menu-item.pulse span.pulse-dot span.expanding-circle,
#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot span.expanding-circle { height: 16px; width: 16px; top: -8px; left: -8px; }
#top header .masterhead .social-search .social .social-buttons ul li a { width: 18px; height: 18px; margin: 4px; }
#top header .masterhead .social-search .search a { width: 18px; height: 18px; padding: 12px 10px; }
#top header .masterhead .social-search .search a span.icon { width: 18px; height: 18px; }
#top header .masterhead .cta-button a { font-size: 13px; padding: 10px 20px; margin: 0 13px 0 5px; }
#top header .masterhead .ads-on-off-button a { width: 80px; height: 30px; margin: 0 0 0 12px; }
#top header .masterhead .account-button a { width: 26px; height: 26px; margin: 0 12px 0 0; }

/* GLOBAL: Advertisements
----------------------------------------------------------------------------- */
.advertisement.align-center,
.advertisement.align-left,
.advertisement.align-right { width: 100%; display: block; padding: 10px 0 15px 0; }
	
/* PAGES: Aggregator Home Page
----------------------------------------------------------------------------- */	
#top .page-wrapper .inner .columns .column.column-center { width: 65%; }
#top .page-wrapper .inner .columns .column.column-left { display: none; }
#top .page-wrapper .inner .columns .column.column-right {  width: 35%; }
#top .pinned-content .item h2.title,
#top .pinned-content .item h2.title a { font-size: 26px;  }
#top .pinned-content .item h2.title.font-size-small,
#top .pinned-content .item h2.title.font-size-small a { font-size: 22px; }
#top .pinned-content .item h2.title.font-size-large,
#top .pinned-content .item h2.title.font-size-large a { font-size: 36px; }
#top .pinned-content .item h2.title.font-size-xlarge,
#top .pinned-content .item h2.title.font-size-xlarge a { font-size: 46px; }
#top .pinned-content .item h2.title .icon { font-size: 12px; }
#top .pinned-content .item h2.title.font-size-small .icon { font-size: 10px; }
#top .pinned-content .item h2.title.font-size-large .icon { font-size: 16px; }
#top .pinned-content .item h2.title.font-size-xlarge .icon { font-size: 26px; }
#top .pinned-content .item h2.title .premium-plus-content { font-size: 8px; }
#top .pinned-content .item h2.title.font-size-small .premium-plus-content { font-size: 6px; }
#top .pinned-content .item h2.title.font-size-large .premium-plus-content { font-size: 10px; }
#top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content { font-size: 12px; }
#top .pinned-content .item h2.title .premium-plus-content .icon.lock { width: 8px; height: 8px; }
#top .pinned-content .item h2.title.font-size-small .premium-plus-content .icon.lock { width: 6px; height: 6px; }
#top .pinned-content .item h2.title.font-size-large .premium-plus-content .icon.lock { width: 10px; height: 10px; }
#top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content .icon.lock { width: 12px; height: 12px; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
#top .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
#top .articles-wrapper .articles .item .image { width: 40%; padding-bottom: 24%; vertical-align: middle; }
#top .articles-wrapper .articles .item.wide.featured .image { width: 55%; margin: 0 0 0 2.5%; }
#top .articles-wrapper .articles .item .text { width: 55%; margin: 0; vertical-align: middle; }
#top .articles-wrapper .articles .item.wide.featured .text { width: 42.5%; margin: 0; }
#top .articles-wrapper .articles .item.large .text { width: 100%; margin: 2.5% 0; }
#top .articles-wrapper .articles .item.large .image { width: 100%; padding-bottom: 56.3%; }
#top .articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
#top .articles-wrapper .articles .item .image .kicker-label { padding: 3px 10px; font-size: 16px; bottom: 15px; left: -12px; }
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label { padding: 4px 12px; font-size: 24px; bottom: 15px; left: -16px; }
#top .articles-wrapper .articles .item .image .kicker-label .corner:before { top: -15px; right: -2px; border: 6px solid transparent; border-bottom-color: #bd1c1c; border-right-color: #bd1c1c; }
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label .corner:before { top: -20px; right: -4px; border: 8px solid transparent; border-bottom-color: #bd1c1c; border-right-color: #bd1c1c; }
#top .articles-wrapper .articles .item h2.title, 
#top .articles-wrapper .articles .item h2.title a { font-size: 22px; }
#top .articles-wrapper .articles .item p.author, 
#top .articles-wrapper .articles .item .meta-data { font-size: 14px; }
#top .articles-wrapper .articles .item p.excerpt { display: none; }
#top .articles-wrapper .articles .item h3.category { font-size: 16px; }	
#top .articles-wrapper .articles .item.large h3.category { font-size: 16px; }
#top .articles-wrapper .articles .item.large h2.title,
#top .articles-wrapper .articles .item.large h2.title a { font-size: 36px; }
#top .articles-wrapper .articles .item.wide.featured h2.title,
#top .articles-wrapper .articles .item.wide.featured h2.title a { font-size: 35px; }	
#top .articles-wrapper .articles.grid-3 { width: 90%; margin: 0 5%; }
#top .articles-wrapper .articles.grid-3 .grid-sizer { width: 50%; }
#top .articles-wrapper .articles.grid-3 .item { width: 45%; margin: 2.5%; }
#top .articles-wrapper .articles.grid-3 .item .image { width: 100%; padding-bottom: 56.3%; }
#top .articles-wrapper .articles.grid-3 .item .text { width: 100%; margin: 2.5% 0; }
#top .articles-wrapper .articles.grid-3 .item h2.title, 
#top .articles-wrapper .articles.grid-3 .item h2.title a { font-size: 26px; }
#top .articles-wrapper .articles.grid-3 .item p.author, 
#top .articles-wrapper .articles.grid-3 .item .meta-data { font-size: 20px; }
#top .articles-wrapper .articles.grid-3 .item p.excerpt { display: none; }
#top .articles-wrapper .articles.grid-3 .item h3.category { font-size: 20px; }
#top .articles-wrapper .nav-load-buttons .load-more-button a { font-size: 16px; padding: 14px 28px; }	
	
body.blog #top .page-wrapper .inner .column.width-70.column-1 { width: 65%; }
body.blog #top .page-wrapper .inner .column.width-30.column-2 { width: 35%; }
	
/* PAGE: Featured Category
----------------------------------------------------------------------------- */
body.blog #top .page-wrapper .inner .featured-category .column.width-50.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .featured-category .column.width-50.column-2 { width: 100%; }
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title, 
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title a { font-size: 22px; }

/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
#top .block.featured-stories .content { padding-bottom: 2% !important; }
	
#top .block.featured-stories .headline-story { width: 55%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .image { width: 100%; padding-bottom: 70%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .text { width: 100%; margin: 0 0 2.5% 0; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 18px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 40px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 16px; }
	
#top .block.featured-stories .headline-stories { width: 45%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .image { padding-bottom: 24%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 15px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 18px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 14px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }

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

/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
#top .block.featured-articles .articles-wrapper .articles .item .image { width: 100%; padding-bottom: 60%; }
#top .block.featured-articles .articles-wrapper .articles .item .text { width: 100%; margin: 0; }
#top .block.featured-articles .articles-wrapper .articles .item h3.category { font-size: 15px; }
#top .block.featured-articles .articles-wrapper .articles .item h2.title, 
#top .block.featured-articles .articles-wrapper .articles .item h2.title a { font-size: 19px; }
#top .block.featured-articles .articles-wrapper .articles .item p.author, 
#top .block.featured-articles .articles-wrapper .articles .item .meta-data { font-size: 14px; }
#top .block.featured-articles .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Carousel
----------------------------------------------------------------------------- */
#top .block.carousel .carousel { width: 90%; margin: 0 5%; }
	
/* PAGES: Page Header
----------------------------------------------------------------------------- */
.block.page-header .content.pad-bottom-8 { padding-top: 9% !important; }
.block.page-header .content.pad-top-7 { padding-top: 8% !important; }
.block.page-header h1 { font-size: 34px; }
.block.page-header h5.subtitle,
.block.page-header h5.subtitle a { font-size: 12px; }

/* PAGE: Article
----------------------------------------------------------------------------- */
#top .page-wrapper .inner .column.width-65.column-1 { width: 60%; }
#top .page-wrapper .inner .column.width-35.column-2 { width: 40%; }
	
#top .page-wrapper .inner .image-block .description { width: 100%; margin: 1.5% 0 0 0; }
#top .page-wrapper .inner .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: 15px; }
.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: -2px; right: -5px; 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 #d7272c; }

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

/* Related Stories */
.related-stories .articles .item h3.category { font-size: 11px; }
.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 { width: 100%; margin: 15px 0; }
.author-bio .image-social { width: 20%; }
.author-bio .bio-description { width: 75%; margin: 0 0 0 5%; }

/* PAGE: Home Video Promo
----------------------------------------------------------------------------- */
body.home #top .page-wrapper .block.video .inner .column.width-75 { width: 70%; }
body.home #top .page-wrapper .block.video .inner .column.width-25 { width: 30%; }
	
/* PAGE: LIVE
----------------------------------------------------------------------------- */
body.live #top .page-wrapper .block.video .inner .column.width-70.column-1 { width: 60%; }
body.live #top .page-wrapper .block.video .inner .column.width-30.column-2 { width: 40%; }
	
/* PAGE: Petitions
----------------------------------------------------------------------------- */
.petition-embed .petition .text h4.title,
.petition-embed .petition .text h4.title a { font-size: 17px; }
.petition-embed .image { width: 45%; padding-bottom: 40%; background-position: 65% center; }
	
/* GLOBAL: Articles Mini
----------------------------------------------------------------------------- */
#top .articles.mini .item h2.title,
#top .articles.mini .item h2.title a { font-size: 14px; margin: 8px 0; }
#top .articles.mini .item .meta-data { font-size: 11px; }
	
/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 5%; }
.email-signup.inarticle { width: 95.5%; padding: 7% 8%; }
.email-signup .enews form input { font-size: 13px; }
body.safari .email-signup .enews form input { font-size: 13px; padding-top: 9px; padding-bottom: 9px; }
.email-signup .enews form button { font-size: 12px; }
.email-signup.infeed .enews form input,
.email-signup.inarticle .enews form input { font-size: 13px; }
.email-signup.infeed .enews form button,
.email-signup.inarticle .enews form button { font-size: 14px; }
.email-signup .text h4 { font-size: 24px; line-height: 1.0; }
.email-signup .text h5 { font-size: 14px; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 8px; }

/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer .footer .content .columns .column.logo { width: 16%; }
footer .footer .content .columns .column.logo .footer-logo { margin: 15% 0; }
footer .footer .content .columns .column.nav { width: 45%; }

}

@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
----------------------------------------------------------------------------- */
#top header .masterhead .column.col-left { width: 20%; }
#top header .masterhead .column.col-center { width: 0%; }
#top header .masterhead .column.col-right { width: 80%; }
#top header .masterhead .logo { width: 140px; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 16px; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 30px; height: 30px; }
#top header .masterhead .nav nav ul.menu li a { font-size: 16px; padding: 22px 10px; }
#top header .masterhead .nav nav ul.menu li.menu-item-has-children:hover span.arrow { width: 22px; height: 10px; }
#top header .masterhead .nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 40px; }
#top header .masterhead .nav.top-nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 42px; }
#top header .masterhead .nav nav ul.menu li a { font-size: 14px; padding: 14px 8px; }
#top header .masterhead .nav.main-nav nav ul.menu li a { font-size: 14px; }
#top header .masterhead .nav ul.menu li.menu-item.pulse span.pulse-dot,
#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot { height: 8px; width: 8px; top: 10px; right: 2px; }
#top header .masterhead .nav ul.menu li.menu-item.pulse span.pulse-dot span.expanding-circle,
#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot span.expanding-circle { height: 16px; width: 16px; top: -8px; left: -8px; }
#top header .masterhead .social-search .social .social-buttons ul li a { width: 18px; height: 18px; margin: 4px; }
#top header .masterhead .social-search .social .social-buttons ul li a[href*="instagram.com"],
#top header .masterhead .social-search .social .social-buttons ul li a[href*="youtube.com"] { display: none; }
#top header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
#top header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
#top header .masterhead .cta-button a { font-size: 13px; padding: 10px 20px; margin: 0 13px 0 5px; }
#top header .masterhead .ads-on-off-button a { width: 80px; height: 30px; margin: 0 0 0 12px; }
#top header .masterhead .account-button a { width: 26px; height: 26px; margin: 0 12px 0 0; }

/* Reduced Masterhead */
#top header .masterhead.reduced .logo { width: 275px; }
#top header .masterhead.reduced .nav.main-nav nav ul.menu li a { font-size: 13px; }

/* 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: Aggregator Home Page
----------------------------------------------------------------------------- */	
#top .page-wrapper .inner .columns .column.column-center { width: 60%; }
#top .page-wrapper .inner .columns .column.column-left { display: none; }
#top .page-wrapper .inner .columns .column.column-right {  width: 40%; }
#top .pinned-content .item h2.title,
#top .pinned-content .item h2.title a { font-size: 24px;  }
#top .pinned-content .item h2.title.font-size-small,
#top .pinned-content .item h2.title.font-size-small a { font-size: 20px; }
#top .pinned-content .item h2.title.font-size-large,
#top .pinned-content .item h2.title.font-size-large a { font-size: 34px; }
#top .pinned-content .item h2.title.font-size-xlarge,
#top .pinned-content .item h2.title.font-size-xlarge a { font-size: 44px; }
#top .pinned-content .item h2.title .icon { font-size: 12px; }
#top .pinned-content .item h2.title.font-size-small .icon { font-size: 10px; }
#top .pinned-content .item h2.title.font-size-large .icon { font-size: 16px; }
#top .pinned-content .item h2.title.font-size-xlarge .icon { font-size: 26px; }
#top .pinned-content .item h2.title .premium-plus-content { font-size: 8px; }
#top .pinned-content .item h2.title.font-size-small .premium-plus-content { font-size: 6px; }
#top .pinned-content .item h2.title.font-size-large .premium-plus-content { font-size: 10px; }
#top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content { font-size: 12px; }
#top .pinned-content .item h2.title .premium-plus-content .icon.lock { width: 8px; height: 8px; }
#top .pinned-content .item h2.title.font-size-small .premium-plus-content .icon.lock { width: 6px; height: 6px; }
#top .pinned-content .item h2.title.font-size-large .premium-plus-content .icon.lock { width: 10px; height: 10px; }
#top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content .icon.lock { width: 12px; height: 12px; }
#top .pinned-content .item p.excerpt { font-size: 15px; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
#top .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
#top .articles-wrapper .articles .item .image { width: 40%; padding-bottom: 24%; vertical-align: middle; margin: 0 5% 0 0; }
#top .articles-wrapper .articles .item.wide.featured .image { width: 55%; margin: 0 0 0 2.5%; }
#top .articles-wrapper .articles .item .text { width: 55%; margin: 0; vertical-align: middle; }
#top .articles-wrapper .articles .item.wide.featured .text { width: 42.5%; margin: 0; }
#top .articles-wrapper .articles .item.large .text { width: 100%; margin: 2.5% 0; }
#top .articles-wrapper .articles .item.large .image { width: 100%; padding-bottom: 56.3%;; }
#top .articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
#top .articles-wrapper .articles .item .image .kicker-label { padding: 3px 10px; font-size: 16px; bottom: 15px; left: -12px; }
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label { padding: 4px 12px; font-size: 24px; bottom: 15px; left: -16px; }
#top .articles-wrapper .articles .item .image .kicker-label .corner:before { top: -15px; right: -2px; border: 6px solid transparent; border-bottom-color: #bd1c1c; border-right-color: #bd1c1c; }
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label .corner:before { top: -20px; right: -4px; border: 8px solid transparent; border-bottom-color: #bd1c1c; border-right-color: #bd1c1c; }
#top .articles-wrapper .articles .item h2.title, 
#top .articles-wrapper .articles .item h2.title a { font-size: 20px; }
#top .articles-wrapper .articles .item.wide.featured h2.title,
#top .articles-wrapper .articles .item.wide.featured h2.title a { font-size: 30px; }
#top .articles-wrapper .articles .item p.author, 
#top .articles-wrapper .articles .item .meta-data { font-size: 13px; }
#top .articles-wrapper .articles .item p.excerpt { display: none; }
#top .articles-wrapper .articles .item h3.category { font-size: 15px; }	
#top .articles-wrapper .articles .item.large h3.category { font-size: 15px; }
#top .articles-wrapper .articles .item.large h2.title,
#top .articles-wrapper .articles .item.large h2.title a { font-size: 32px; }
#top .articles-wrapper .articles.grid-3 { width: 90%; margin: 0 5%; }
#top .articles-wrapper .articles.grid-3 .grid-sizer { width: 50%; }
#top .articles-wrapper .articles.grid-3 .item { width: 45%; margin: 2.5%; }
#top .articles-wrapper .articles.grid-3 .item .image { width: 100%; padding-bottom: 56.3%; }
#top .articles-wrapper .articles.grid-3 .item .text { width: 100%; margin: 2.5% 0; }
#top .articles-wrapper .articles.grid-3 .item h2.title, 
#top .articles-wrapper .articles.grid-3 .item h2.title a { font-size: 24px; }
#top .articles-wrapper .articles.grid-3 .item p.author, 
#top .articles-wrapper .articles.grid-3 .item .meta-data { font-size: 18px; }
#top .articles-wrapper .articles.grid-3 .item p.excerpt { display: none; }
#top .articles-wrapper .articles.grid-3 .item h3.category { font-size: 18px; }
#top .articles-wrapper .nav-load-buttons .load-more-button a { font-size: 16px; padding: 14px 28px; }
	
body.blog #top .page-wrapper .inner .column.width-70.column-1 { width: 60%; }
body.blog #top .page-wrapper .inner .column.width-30.column-2 { width: 40%; }
	
body.archive #top .page-wrapper .inner .column.width-65 { width: 60%; }
body.archive #top .page-wrapper .inner .column.width-35 { width: 40%; }
	
/* PAGE: Featured Category
----------------------------------------------------------------------------- */
body.blog #top .page-wrapper .inner .featured-category-header .column.width-70.column-1 { width: 60%; }
body.blog #top .page-wrapper .inner .featured-category-header .column.width-30.column-2 { width: 40%; }
body.blog #top .page-wrapper .inner .featured-category .column.width-50.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .featured-category .column.width-50.column-2 { width: 100%; }
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title, 
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title a { font-size: 20px; }

/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
#top .block.featured-stories .content { padding-bottom: 2% !important; }
	
#top .block.featured-stories .headline-story { width: 55%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .image { width: 100%; padding-bottom: 70%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .text { width: 100%; margin: 0 0 2.5% 0; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 17px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 35px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 15px; }
	
#top .block.featured-stories .headline-stories { width: 45%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .image { padding-bottom: 24%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 14px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 16px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 13px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }

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

/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
#top .block.featured-articles .articles-wrapper .articles .item .image { width: 100%; padding-bottom: 60%; }
#top .block.featured-articles .articles-wrapper .articles .item .text { width: 100%; margin: 0; }
#top .block.featured-articles .articles-wrapper .articles .item h3.category { font-size: 14px; }
#top .block.featured-articles .articles-wrapper .articles .item h2.title, 
#top .block.featured-articles .articles-wrapper .articles .item h2.title a { font-size: 18px; }
#top .block.featured-articles .articles-wrapper .articles .item p.author, 
#top .block.featured-articles .articles-wrapper .articles .item .meta-data { font-size: 13px; }
#top .block.featured-articles .articles-wrapper .articles .item p.excerpt { display: none; }

/* PAGE: Carousel
----------------------------------------------------------------------------- */
#top .block.carousel .carousel { width: 90%; margin: 0 5%; }
.block.carousel .content .tabs ul.tab-nav li,
.block.carousel .content .tabs ul.tab-nav li a { font-size: 15px; }
.block.carousel .content .tabs ul.tab-nav li a { padding: 10px 18px; }
#top .block.carousel .articles-wrapper .carousel-wrap { margin: 20px 75px; }
	
/* PAGES: Page Header
----------------------------------------------------------------------------- */
.block.page-header .content.pad-top-7 { padding-top: 8% !important; }
.block.page-header .content.pad-bottom-8 { padding-bottom: 9% !important; }
.block.page-header h1 { font-size: 32px; }
.block.page-header h5.subtitle,
.block.page-header h5.subtitle a { font-size: 11px; }
	
/* Category/Author */
.bio-info-wrap .bio-image {  width: 20%; }
.bio-info-wrap .bio-info { width: 56%; margin: 0 0 0 4%;  }
.bio-info-wrap .bio-info ul.social-email { margin: 2.5% 0 0 0; }

/* PAGE: Article
----------------------------------------------------------------------------- */
#top .page-wrapper .inner .column.width-65.column-1 { width: 60%; }
#top .page-wrapper .inner .column.width-35.column-2 { width: 40%; }

body.single #top .page-wrapper .inner .post .content { width: 96%;  margin: 3.5% 2%; }
#top .page-wrapper .inner .image-block .description { width: 100%; margin: 1.5% 0 0 0; }
#top .page-wrapper .inner .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: 15px; }
.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: -2px; right: -5px; 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 #d7272c; }

.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: 15px !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: 18px; }

.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 h3.title { font-size: 15px; padding: 3.5% 16%; }
.title-wrap.large h3.title { font-size: 17px; padding: 2.5% 12%; }
.title-wrap h3.title span.icon { width: 20px; height: 20px; }
.title-wrap h3.title span.icon.trending { margin-top: -2px; }
	
/* Related Stories */
.related-stories .articles .grid-sizer { width: 33.3%; }
.related-stories .articles .item { width: 30.3%;  margin: 1.5%; }
.related-stories .articles .item h3.category { font-size: 11px; }
.related-stories .articles .item h2.title, 
.related-stories .articles .item h2.title a { font-size: 15px; }
.related-stories .articles .item p.author, 
.related-stories .articles .item .meta-data { font-size: 11px; }

/* Author Bio */
.author-bio { width: 100%; margin: 15px 0; }
.author-bio .image-social { width: 20%; }
.author-bio .image-social ul.social li a { width: 18px; height: 18px; background-size: 18px 18px; }
.author-bio .bio-description { width: 75%; margin: 0 0 0 5%; }
	
/* PAGE: Home Video Promo
----------------------------------------------------------------------------- */
body.home #top .page-wrapper .block.video .inner .column.width-75 { width: 55%; }
body.home #top .page-wrapper .block.video .inner .column.width-25 { width: 45%; }
	
/* PAGE: LIVE
----------------------------------------------------------------------------- */
body.live #top .page-wrapper .block.video .inner .column.width-70.column-1 { width: 50%; }
body.live #top .page-wrapper .block.video .inner .column.width-30.column-2 { width: 50%; }

/* PAGE: Petitions
----------------------------------------------------------------------------- */
.petition-wrapper .petition .text h1.title { font-size: 46px; }
.petition-wrapper .petition .text p { font-size: 16px; }
.petition #top .gform_wrapper .gform_footer input.button,
.petition #top .gform_wrapper.gform_page_footer input.button,
.petition #top .gform_wrapper .gform_footer input[type=submit],
.petition #top .gform_wrapper.gform_page_footer input[type=submit] { font-size: 20px; }
	
/* Petition Embed */
.petition-embed { margin: 3.5% auto; max-width: 325px; }
.petition-embed .petition { width: 84%; padding: 0 8% 8% 8%; }
.petition-embed .petition .text { text-align: center; }
.petition-embed .petition .text h4.title,
.petition-embed .petition .text h4.title a { font-size: 19px; }
.petition-embed .image { width: 100%; padding-bottom: 50%; background-position: center center; }
.petition-embed .image .transparent-gradient { background: rgb(161,169,179); background: -moz-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 30%); background: -webkit-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 30%); background: linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 30%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#939aa3",endColorstr="#939aa3",GradientType=1); }
.petition-embed .image .transparent-gradient.fade-length-50 { background: -moz-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 50%); background: -webkit-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 50%); background: linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 50%); }

/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.sidebar.sticky { top: 125px; }
	
/* GLOBAL: Articles Mini
----------------------------------------------------------------------------- */
#top .articles.mini .item .image { width: 30%; }
#top .articles.mini .item .text { width: 65%; margin: 0 0 0 5%; }
#top .articles.mini .item h2.title,
#top .articles.mini .item h2.title a { font-size: 13px; margin: 7px 0; }
#top .articles.mini .item .meta-data { font-size: 10px; }
	
/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.inarticle { width: 95.5%; padding: 7% 8%; }
.email-signup .enews form input { width: calc(100% - 40px); padding: 11px 20px; border-right: 1px solid #e7e9ec; font-size: 13px; }
.email-signup .enews form button { font-size: 13px; padding: 6px 20px; display: inline-block; position: relative; top: auto; right: auto; margin-top: 10px; }
.email-signup.infeed .enews form input,
.email-signup.inarticle .enews form input { font-size: 13px; }
.email-signup.infeed .enews form button,
.email-signup.inarticle .enews form button { font-size: 14px; }
.email-signup .text h4 { font-size: 24px; line-height: 1.0; }
.email-signup .text h5 { font-size: 17px; }
.email-signup.infeed .email-signup .terms-privacy,
.email-signup.inarticle .email-signup .terms-privacy { width: 100%; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 7px; }
	
/* ACCOUNT: Dashboard and sub-pages
----------------------------------------------------------------------------- */
.account-nav-blocks-wrapper .account-nav-blocks.small .grid-sizer { width: 50%; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .grid-sizer { width: 16.66%; }
.account-nav-blocks-wrapper .account-nav-blocks.small .item { width: 45%; padding-bottom: 40%; margin: 2.5%; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item { width: 14.66%; padding-bottom: 13%; margin: 1%; }
.account-nav-blocks-wrapper .account-nav-blocks .item .table a { font-size: 20px; }
.account-nav-blocks-wrapper .account-nav-blocks.small .item .table a { font-size: 16px; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a { font-size: 15px; }
.account-nav-blocks-wrapper .account-nav-blocks .item .table a span.icon { width: 38%; padding-bottom: 38%; margin: 0 auto 15px auto; }
.account-nav-blocks-wrapper .account-nav-blocks.small .item .table a span.icon { width: 36%; padding-bottom: 36%; margin: 0 auto 10px auto; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a span.icon { width: 40%; padding-bottom: 40%; margin: 0 auto 10px auto; }
ul.subscription-details { padding: 5%; margin: 2.5% 0 5% 0; }
ul.subscription-details li { font-size: 18px; }
	
/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer .footer .content .columns .column.logo { width: 20%; }
footer .footer .content .columns .column.logo .footer-logo { margin: 15% 0; }
footer .footer .content .columns .column.nav { width: 48%; }
	
/* GRAVITY FORMS
----------------------------------------------------------------------------- */
#top .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { font-size: 17px; padding: 9px 19px; }
body #top .gform_wrapper ul li.gfield { margin-top: 5px; padding-top: 0; }
	
}

@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
----------------------------------------------------------------------------- */
#top header .masterhead .column.col-left { width: 20%; }
#top header .masterhead .column.col-center { width: 0%; }
#top header .masterhead .column.col-right { width: 80%; }
#top header .masterhead .logo { width: 120px; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 16px; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 30px; height: 30px; }
#top header .masterhead .nav.main-nav { display: none; }
#top header .masterhead .nav nav ul.menu li a { font-size: 16px; padding: 22px 10px; }
#top header .masterhead .nav nav ul.menu li.menu-item-has-children:hover span.arrow { width: 22px; height: 10px; }
#top header .masterhead .nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 60px; }
#top header .masterhead .nav.top-nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 42px; }
#top header .masterhead .nav nav ul.menu li a { font-size: 14px; padding: 14px 8px; }
#top header .masterhead .nav.main-nav nav ul.menu li a { font-size: 14px; }
#top header .masterhead .nav ul.menu li.menu-item.pulse span.pulse-dot,
#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot { height: 8px; width: 8px; top: 10px; right: 2px; }
#top header .masterhead .nav ul.menu li.menu-item.pulse span.pulse-dot span.expanding-circle,
#top header .masterhead .nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot span.expanding-circle { height: 16px; width: 16px; top: -8px; left: -8px; }
#top header .masterhead .social-search .social .social-buttons ul li a { width: 16px; height: 16px; margin: 4px; }
#top header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
#top header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
#top header .masterhead .cta-button a { font-size: 13px; padding: 6px 18px; margin: 0 13px 0 5px; }

/* 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: Aggregator Home Page
----------------------------------------------------------------------------- */	
#top .page-wrapper .inner .columns .column.column-center { width: 100%; }
#top .page-wrapper .inner .columns .column.column-left,
#top .page-wrapper .inner .columns .column.column-right { display: none; }
#top .pinned-content .item h2.title,
#top .pinned-content .item h2.title a { font-size: 24px;  }
#top .pinned-content .item h2.title.font-size-small,
#top .pinned-content .item h2.title.font-size-small a { font-size: 20px; }
#top .pinned-content .item h2.title.font-size-large,
#top .pinned-content .item h2.title.font-size-large a { font-size: 34px; }
#top .pinned-content .item h2.title.font-size-xlarge,
#top .pinned-content .item h2.title.font-size-xlarge a { font-size: 44px; }
#top .pinned-content .item h2.title .icon { font-size: 12px; }
#top .pinned-content .item h2.title.font-size-small .icon { font-size: 10px; }
#top .pinned-content .item h2.title.font-size-large .icon { font-size: 16px; }
#top .pinned-content .item h2.title.font-size-xlarge .icon { font-size: 26px; }
#top .pinned-content .item h2.title .premium-plus-content { font-size: 8px; }
#top .pinned-content .item h2.title.font-size-small .premium-plus-content { font-size: 6px; }
#top .pinned-content .item h2.title.font-size-large .premium-plus-content { font-size: 10px; }
#top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content { font-size: 12px; }
#top .pinned-content .item h2.title .premium-plus-content .icon.lock { width: 8px; height: 8px; }
#top .pinned-content .item h2.title.font-size-small .premium-plus-content .icon.lock { width: 6px; height: 6px; }
#top .pinned-content .item h2.title.font-size-large .premium-plus-content .icon.lock { width: 10px; height: 10px; }
#top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content .icon.lock { width: 12px; height: 12px; }
#top .pinned-content .item p.excerpt { font-size: 15px; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
#top .articles-wrapper .articles .item.wide.featured .image { width: 55%; margin: 0 0 0 2.5%; }
	
#top .articles-wrapper .articles .item .image .kicker-label { padding: 3px 10px; font-size: 16px; bottom: 15px; left: -12px; }
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label { padding: 4px 12px; font-size: 22px; bottom: 15px; left: -16px; }
#top .articles-wrapper .articles .item .image .kicker-label .corner:before { top: -15px; right: -2px; border: 6px solid transparent; border-bottom-color: #bd1c1c; border-right-color: #bd1c1c; }
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label .corner:before { top: -20px; right: -4px; border: 8px solid transparent; border-bottom-color: #bd1c1c; border-right-color: #bd1c1c; }
	
#top .articles-wrapper .articles .item.wide.featured .text { width: 42.5%; margin: 0; }
#top .articles-wrapper .articles .item h2.title, 
#top .articles-wrapper .articles .item h2.title a { font-size: 22px; }
#top .articles-wrapper .articles .item.wide.featured h2.title,
#top .articles-wrapper .articles .item.wide.featured h2.title a { font-size: 28px; }
#top .articles-wrapper .articles .item p.author, 
#top .articles-wrapper .articles .item .meta-data { font-size: 14px; }
#top .articles-wrapper .articles .item p.excerpt { font-size: 16px; }
#top .articles-wrapper .articles .item h3.category { font-size: 16px; }

#top .articles-wrapper .articles.grid-2 .grid-sizer { width: 100%; }
#top .articles-wrapper .articles.grid-2 .item { width: 95%; margin: 2.5%; }
	
#top .articles-wrapper .articles.grid-3 .grid-sizer { width: 50%; }
#top .articles-wrapper .articles.grid-3 .item { width: 45%; margin: 2.5%; }
#top .articles-wrapper .articles.grid-3 .item .image { width: 100%; padding-bottom: 56.3%; }
#top .articles-wrapper .articles.grid-3 .item .text { width: 100%; margin: 2.5% 0; }
#top .articles-wrapper .articles.grid-3 .item h2.title, 
#top .articles-wrapper .articles.grid-3 .item h2.title a { font-size: 22px; }
#top .articles-wrapper .articles.grid-3 .item p.author, 
#top .articles-wrapper .articles.grid-3 .item .meta-data { font-size: 16px; }
#top .articles-wrapper .articles.grid-3 .item p.excerpt { display: none; }
#top .articles-wrapper .articles.grid-3 .item h3.category { font-size: 16px; }
#top .articles-wrapper .nav-load-buttons .load-more-button a { font-size: 16px; padding: 14px 28px; }
	
body.single-post #top .page-wrapper .inner { padding: 0; }
body.single #top .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single #top .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
body.single #top .page-wrapper .inner .content-main .post .content { width: 90%; margin: 3.5% 5%; }
	
body.blog #top .page-wrapper .inner .column { flex: none; }	
body.blog #top .page-wrapper .inner .column.width-70.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .column.width-30.column-2 { display: none; }
	
body.archive #top .page-wrapper .inner .column.width-65 { width: 100%; }
body.archive #top .page-wrapper .inner .column.width-35 { display: none; }
	
/* PAGE: Featured Category
----------------------------------------------------------------------------- */
#top .featured-category .column-2 .articles-wrapper .articles .item .text { margin: 0; }
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title, 
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title a { font-size: 16px; }

/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
#top .block.featured-stories .inline-flex-wrap { display: inline-block; }
#top .block.featured-stories .content { padding-bottom: 0 !important; }
	
#top .block.featured-stories .headline-story { width: 100%; margin: 0 0 4% 0; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item { width: 97%; margin: 0 1.5%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .image { width: 108.5%; margin: 0 -4.25%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 22px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 45px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 17px; }
	
#top .block.featured-stories .headline-stories { width: 100%; margin: 0; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .image { width: 45%; padding-bottom: 26%; vertical-align: middle; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .text { width: 50%; margin: 0 0 0 5%; vertical-align: middle; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 17px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 24px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 15px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }

/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
#top .block.latest-articles .articles-wrapper .articles .item.item-1,
#top .block.latest-articles .articles-wrapper .articles .item.item-2 { padding-bottom: 30%; }
#top .block.latest-articles .articles-wrapper .articles .item.item-3,
#top .block.latest-articles .articles-wrapper .articles .item.item-4,
#top .block.latest-articles .articles-wrapper .articles .item.item-5 { padding-bottom: 25%; }
#top .block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-2 h2.title { font-size: 24px; }
#top .block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 18px; }
#top .block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 12px; margin: 5px 0; }
	
/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
#top .block.featured-articles .articles-wrapper { width: 100%; margin: 0; }
#top .block.featured-articles .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-articles .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
#top .block.featured-articles .articles-wrapper .articles .item .image { width: 45%; padding-bottom: 26%; vertical-align: middle; }
#top .block.featured-articles .articles-wrapper .articles .item .text { width: 50%; margin: 0 0 0 5%; vertical-align: middle; }
#top .block.featured-articles .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 17px; }
#top .block.featured-articles .articles-wrapper .articles .item h2.title, 
#top .block.featured-articles .articles-wrapper .articles .item h2.title a { font-size: 24px; }
#top .block.featured-articles .articles-wrapper .articles .item p.author,
#top .block.featured-articles .articles-wrapper .articles .item .meta-data { font-size: 15px; margin: 10px 0; }
#top .block.featured-articles .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Carousel
----------------------------------------------------------------------------- */
#top .block.carousel .carousel { width: 90%; margin: 0 5%; }
.block.carousel .content .tabs ul.tab-nav li,
.block.carousel .content .tabs ul.tab-nav li a { font-size: 15px; }
.block.carousel .content .tabs ul.tab-nav li a { padding: 10px 18px; }
#top .block.carousel .articles-wrapper .carousel-wrap { margin: 20px 75px; }
.block.carousel .owl-nav .owl-prev, 
.block.carousel .owl-nav .owl-next { width: 36px; height: 36px; background-size: 13px 13px; }
	
/* PAGES: Page Header
----------------------------------------------------------------------------- */
.block.page-header .content.pad-top-7 { padding-top: 9% !important; }
.block.page-header .content.pad-bottom-8 { padding-bottom: 10% !important; }
.block.page-header h1 { font-size: 30px; }
.block.page-header h5.subtitle,
.block.page-header h5.subtitle a { font-size: 11px; }
	
/* Category/Author */
.bio-info-wrap .bio-image {  width: 22%; }
.bio-info-wrap .bio-info { width: 64%; margin: 0 0 0 4%;  }
.bio-info-wrap .bio-info ul.social-email { margin: 2.5% 0 0 0; }

/* PAGE: Article
----------------------------------------------------------------------------- */
#top .page-wrapper .inner .column.width-65.column-1 { width: 100%; }
#top .page-wrapper .inner .column.width-35.column-2 { display: none; }

#top .page-wrapper .inner .image-block .description { width: 100%; margin: 1.5% 0 0 0; }
#top .page-wrapper .inner .image-block .description p { font-size: 12px; }

body.single-post .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: 45px; }
.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: 15px; }
body.single-post .content .social-buttons { top: 110px; }
.content .social-buttons.stacked ul.social li a { margin: 0 0 12px 0; }

/* 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: 18px; }

.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 { 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: 8px !important; }
	
/* Comments */ 
.comments { width: 90%; margin: 0 5% 20px 5%; }
	
/* Title Wrap */ 
.title-wrap h3.title,
.title-wrap.small h3.title,
.title-wrap.large h3.title { font-size: 20px; padding: 12px 70px; }

/* 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; }
	
/* 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 h3.category { font-size: 12px; }
.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 { width: 75%; margin: 15px 8.5% 15px 16.5%; }
.author-bio .image-social { width: 20%; }
.author-bio .bio-description { width: 75%; margin: 0 0 0 5%; }
	
/* PAGE: Home Video Promo
----------------------------------------------------------------------------- */
body.home #top .page-wrapper .block.video .inner .column.width-75 { width: 100%; }
body.home #top .page-wrapper .block.video .inner .column.width-25 { width: 100%; }
	
/* PAGE: LIVE
----------------------------------------------------------------------------- */
body.live #top .page-wrapper .block.video .inner .column.width-70.column-1 { width: 100%; }
body.live #top .page-wrapper .block.video .inner .column.width-30.column-2 { width: 100%; }
	
/* PAGE: Petitions
----------------------------------------------------------------------------- */
.petition-wrapper .petition .text h1.title { font-size: 40px; }
.petition-wrapper .petition .text p { font-size: 15px; }
#top .petition-wrapper .petition .gform_wrapper.terms-privacy { font-size: 9px; }
.petition #top .gform_wrapper .gform_footer input.button,
.petition #top .gform_wrapper.gform_page_footer input.button,
.petition #top .gform_wrapper .gform_footer input[type=submit],
.petition #top .gform_wrapper.gform_page_footer input[type=submit] { font-size: 20px; }
	
/* Petition Embed */
.petition-embed .petition .text h4.title,
.petition-embed .petition .text h4.title a { font-size: 19px; }
.button-xsmall a { font-size: 11px !important; padding: 10px 22px !important; }
	
/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.sidebar .sidebar-block .inner .content { width: 100%; }
.sidebar .grid-sizer { width: 33.3%; }
	
/* GLOBAL: Articles Mini
----------------------------------------------------------------------------- */
#top .articles.mini .item { width: 30.3%; margin: 1.5%; }
#top .articles.mini .item.item-1 { margin: 1.5% 3% 1.5% 0; }
#top .articles.mini .item.item-3 { margin: 1.5% 0 1.5% 3%; }
#top .articles.mini .item .image { width: 100%; padding-bottom: 56.3%; }
#top .articles.mini .item .text { width: 100%; margin: 2.5% 0; }
#top .articles.mini .item h2.title,
#top .articles.mini .item h2.title a { font-size: 15px; margin: 10px 0; }
#top .articles.mini .item .meta-data { font-size: 12px; }
	
/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 15%; }
.email-signup.infeed { width: 96.9%; padding: 7%; margin: 35px -5.5% 25px -5.5%; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
.email-signup.inarticle { width: 98%; padding: 7%; margin: 35px -6% 25px -6%; }
body.safari .email-signup .enews form input { font-size: 14px; padding-top: 9px; padding-bottom: 9px; }
.email-signup .enews form button { width: 36%; font-size: 13px; }
.email-signup.infeed .enews form input,
.email-signup.inarticle .enews form input { font-size: 13px; }
.email-signup.infeed .enews form button,
.email-signup.inarticle .enews form button { font-size: 14px; }
.email-signup .text h4 { font-size: 26px; line-height: 1.0; }
.email-signup .text h5 { font-size: 17px; }
.email-signup.infeed .email-signup .terms-privacy,
.email-signup.inarticle .email-signup .terms-privacy { width: 80%; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 8px; }
	
/* ACCOUNT: Dashboard and sub-pages
----------------------------------------------------------------------------- */
.account-nav-blocks-wrapper .account-nav-blocks.small .grid-sizer { width: 50%; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .grid-sizer { width: 16.66%; }
.account-nav-blocks-wrapper .account-nav-blocks.small .item { width: 45%; padding-bottom: 40%; margin: 2.5%; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item { width: 14.66%; padding-bottom: 13%; margin: 1%; }
.account-nav-blocks-wrapper .account-nav-blocks .item .table a { font-size: 20px; }
.account-nav-blocks-wrapper .account-nav-blocks.small .item .table a { font-size: 16px; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a { font-size: 15px; }
.account-nav-blocks-wrapper .account-nav-blocks .item .table a span.icon { width: 38%; padding-bottom: 38%; margin: 0 auto 15px auto; }
.account-nav-blocks-wrapper .account-nav-blocks.small .item .table a span.icon { width: 36%; padding-bottom: 36%; margin: 0 auto 10px auto; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a span.icon { width: 40%; padding-bottom: 40%; margin: 0 auto 10px auto; }
ul.subscription-details { padding: 5%; margin: 2.5% 0 5% 0; }
ul.subscription-details li { font-size: 18px; }
	
/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer .footer .content .columns { width: 100%; margin: 5% 0; }
footer .footer .content .columns .column.logo { width: 22%; }
footer .footer .content .columns .column.nav { width: 56%; }
footer .footer .content .columns .column.nav .footer-nav ul li { font-size: 16px; }
footer .footer .content .footer .content .columns .column.social { width: 95%; padding: 15px 2.5%; }
footer .footer .content .social-buttons { width: 80%; padding: 0 10%; }
footer .footer .content .sub-links ul li { font-size: 12px; }
footer .footer .content .credits p { font-size: 15px; }
	
/* GRAVITY FORMS
----------------------------------------------------------------------------- */
#top .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { font-size: 17px; padding: 9px 19px; }
body #top .gform_wrapper ul li.gfield { margin-top: 5px; padding-top: 0; }
	
}
	
@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 CSS
----------------------------------------------------------------------------- */
body.admin-bar #top { top: 46px; }

/* 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
----------------------------------------------------------------------------- */
#top header .masterhead .column.col-left { width: 20%; }
#top header .masterhead .column.col-center { width: 0%; }
#top header .masterhead .column.col-right { width: 80%; }
#top header .masterhead .logo { width: 120px; }
#top header .masterhead .nav.tablet-mobile-nav { display: inline-block; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 16px; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 28px; height: 28px; }
#top header .masterhead .nav.top-nav { display: none; }
#top header .masterhead .social-search .social .social-buttons ul li a { width: 16px; height: 16px; margin: 4px; }
#top header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
#top header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
#top header .masterhead .account-button a { width: 24px; height: 24px; margin: 0 10px 0 0; }
	
/* GLOBAL: Ad-Free Promo
----------------------------------------------------------------------------- */
#top .ad-free-bar .promo-text { width: 60%; }
#top .ad-free-bar .promo-text p { font-size: 14px; }
	
/* 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: 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: Aggregator Home Page
----------------------------------------------------------------------------- */	
#top .page-wrapper .inner .columns .column.column-center { width: 100%; }
#top .page-wrapper .inner .columns .column.column-left,
#top .page-wrapper .inner .columns .column.column-right { display: none; }
#top .pinned-content .item h2.title,
#top .pinned-content .item h2.title a { font-size: 24px;  }
#top .pinned-content .item h2.title.font-size-small,
#top .pinned-content .item h2.title.font-size-small a { font-size: 20px; }
#top .pinned-content .item h2.title.font-size-large,
#top .pinned-content .item h2.title.font-size-large a { font-size: 34px; }
#top .pinned-content .item h2.title.font-size-xlarge,
#top .pinned-content .item h2.title.font-size-xlarge a { font-size: 44px; }
#top .pinned-content .item h2.title .icon { font-size: 12px; }
#top .pinned-content .item h2.title.font-size-small .icon { font-size: 10px; }
#top .pinned-content .item h2.title.font-size-large .icon { font-size: 16px; }
#top .pinned-content .item h2.title.font-size-xlarge .icon { font-size: 26px; }
#top .pinned-content .item h2.title .premium-plus-content { font-size: 8px; }
#top .pinned-content .item h2.title.font-size-small .premium-plus-content { font-size: 6px; }
#top .pinned-content .item h2.title.font-size-large .premium-plus-content { font-size: 10px; }
#top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content { font-size: 12px; }
#top .pinned-content .item h2.title .premium-plus-content .icon.lock { width: 8px; height: 8px; }
#top .pinned-content .item h2.title.font-size-small .premium-plus-content .icon.lock { width: 6px; height: 6px; }
#top .pinned-content .item h2.title.font-size-large .premium-plus-content .icon.lock { width: 10px; height: 10px; }
#top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content .icon.lock { width: 12px; height: 12px; }
#top .pinned-content .item p.excerpt { font-size: 15px; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
body.single-post #top .page-wrapper .inner { padding: 0; }
body.single #top .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single #top .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
body.single #top .page-wrapper .inner .content-main .post .content { width: 90%; margin: 3.5% 5%; }

#top .articles-wrapper .articles .item.wide.featured .image { width: 100%; padding-bottom: 56.3%; margin: 2.5% 0 0 0; }
	
#top .articles-wrapper .articles .item .image .kicker-label { padding: 3px 10px; font-size: 16px; bottom: 15px; left: -12px; }
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label { padding: 4px 12px; font-size: 24px; bottom: 15px; left: -16px; }
#top .articles-wrapper .articles .item .image .kicker-label .corner:before { top: -15px; right: -2px; border: 6px solid transparent; border-bottom-color: #bd1c1c; border-right-color: #bd1c1c; }
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label .corner:before { top: -20px; right: -4px; border: 8px solid transparent; border-bottom-color: #bd1c1c; border-right-color: #bd1c1c; }

#top .articles-wrapper .articles .item.wide.featured .text { width: 100%; margin: 0; }
#top .articles-wrapper .articles .item h2.title, 
#top .articles-wrapper .articles .item h2.title a { font-size: 20px; margin: 5px 0 10px 0; }
#top .articles-wrapper .articles .item.wide.featured h2.title,
#top .articles-wrapper .articles .item.wide.featured h2.title a { font-size: 35px; }
#top .articles-wrapper .articles .item.large h3.category { font-size: 16px; }
#top .articles-wrapper .articles .item.large h2.title,
#top .articles-wrapper .articles .item.large h2.title a { font-size: 38px; }
#top .articles-wrapper .articles .item p.author, 
#top .articles-wrapper .articles .item .meta-data { font-size: 13px; }
#top .articles-wrapper .articles .item p.excerpt { font-size: 15px; }
#top .articles-wrapper .articles .item h3.category { font-size: 16px; }
	
#top .articles-wrapper .articles.grid-2 .grid-sizer { width: 100%; }
#top .articles-wrapper .articles.grid-2 .item { width: 95%; margin: 2.5%; }

#top .articles-wrapper .nav-load-buttons .load-more-button a { font-size: 16px; padding: 14px 28px; }
	
body.blog #top .page-wrapper .inner .column { flex: none; }	
body.blog #top .page-wrapper .inner .column.width-70.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .column.width-30.column-2 { display: none; }
	
body.archive #top .page-wrapper .inner .column.width-65 { width: 100%; }
body.archive #top .page-wrapper .inner .column.width-35 { display: none; }
	
/* PAGE: Featured Category
----------------------------------------------------------------------------- */
body.blog #top .page-wrapper .inner .featured-category-header .column.width-70.column-1 { width: 60%; }
body.blog #top .page-wrapper .inner .featured-category-header .column.width-30.column-2 { width: 40%; }
body.blog #top .page-wrapper .inner .featured-category .column.width-50.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .featured-category .column.width-50.column-2 { width: 100%; }
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title, 
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title a { font-size: 20px; }
	
/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
#top .block.featured-stories .inline-flex-wrap { display: inline-block; }
#top .block.featured-stories .content { padding-bottom: 0 !important; }
	
#top .block.featured-stories .headline-story { width: 100%; margin: 0 0 4% 0; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item { width: 97%; margin: 0 1.5%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .image { width: 108.5%; margin: 0 -4.25%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 20px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 40px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 16px; }
	
#top .block.featured-stories .headline-stories { width: 100%; margin: 0; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .image { width: 40%; padding-bottom: 22%; vertical-align: middle; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .text { width: 55%; margin: 0 0 0 5%; vertical-align: middle; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 16px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 22px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 14px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
#top .block.latest-articles .articles-wrapper .articles .item.item-1 { width: 100%; padding-bottom: 40%; }
#top .block.latest-articles .articles-wrapper .articles .item.item-2,
#top .block.latest-articles .articles-wrapper .articles .item.item-3,
#top .block.latest-articles .articles-wrapper .articles .item.item-4,
#top .block.latest-articles .articles-wrapper .articles .item.item-5 { width: 50%; padding-bottom: 30%; }
#top .block.latest-articles .articles-wrapper .articles .item.item-1 h2.title { font-size: 26px; }
#top .block.latest-articles .articles-wrapper .articles .item.item-1 .meta-data { font-size: 13px; margin: 5px 0; }
#top .block.latest-articles .articles-wrapper .articles .item.item-2 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 18px; }
#top .block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 11px; margin: 5px 0; }
	
/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
#top .block.featured-articles .articles-wrapper { width: 100%; margin: 0; }
#top .block.featured-articles .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-articles .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
#top .block.featured-articles .articles-wrapper .articles .item .image { width: 40%; padding-bottom: 25%; vertical-align: middle; }
#top .block.featured-articles .articles-wrapper .articles .item .text { width: 55%; margin: 0 0 0 5%; vertical-align: middle; }
#top .block.featured-articles .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 16px; }
#top .block.featured-articles .articles-wrapper .articles .item h2.title, 
#top .block.featured-articles .articles-wrapper .articles .item h2.title a { font-size: 20px; }
#top .block.featured-articles .articles-wrapper .articles .item p.author,
#top .block.featured-articles .articles-wrapper .articles .item .meta-data { font-size: 14px; margin: 10px 0; }
#top .block.featured-articles .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Carousel
----------------------------------------------------------------------------- */
#top .block.carousel .carousel { width: 85%; margin: 0 7.5%; }
.block.carousel .content .tabs ul.tab-nav li,
.block.carousel .content .tabs ul.tab-nav li a { font-size: 14px; }
.block.carousel .content .tabs ul.tab-nav li a { padding: 9px 17px; }
.block.carousel .content .tabs ul.tab-nav li a span.icon.trending { width: 20px; height: 12px; }
#top .block.carousel .articles-wrapper .carousel-wrap { margin: 20px 60px; }
.block.carousel .owl-nav .owl-prev { left: -45px; }
.block.carousel .owl-nav .owl-next { right: -45px; }
.block.carousel .owl-nav .owl-prev, 
.block.carousel .owl-nav .owl-next { width: 32px; height: 32px; background-size: 12px 12px; }
	
/* PAGES: Page Header
----------------------------------------------------------------------------- */
.block.page-header .content.pad-top-7 { padding-top: 9% !important; }
.block.page-header .content.pad-bottom-8 { padding-bottom: 10% !important; }
.block.page-header h1 { font-size: 30px; }
.block.page-header h5.subtitle,
.block.page-header h5.subtitle a { font-size: 11px; }
	
/* Category/Author */
.bio-info-wrap .bio-image {  width: 22%; }
.bio-info-wrap .bio-info { width: 70%; margin: 0 0 0 4%;  }
.bio-info-wrap .bio-info .text h2, 
.bio-info-wrap .bio-info .text h2 a { font-size: 13px; }
.bio-info-wrap .bio-info ul.social-email { margin: 2.5% 0 0 0; }
	
/* PAGE: Article
----------------------------------------------------------------------------- */
#top .page-wrapper .inner .column.width-65.column-1 { width: 100%; }
#top .page-wrapper .inner .column.width-35.column-2 { display: none; }

#top .page-wrapper .inner .image-block .description { width: 90%; margin: 1.5% 2.5% 0 7.5%; }
#top .page-wrapper .inner .image-block .description p { font-size: 12px; }

body.single-post .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: 40px; padding: 8px 0; }
.page-wrapper .article-header h2.subtitle { font-size: 16px; }
.page-wrapper .article-header .article-byline { padding: 8px 0; }
.page-wrapper .article-header .article-byline .meta-data p { font-size: 15px; }
body.single-post .content .social-buttons { width: 7.5%; top: 110px; }
.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: -2px; right: -5px; 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 #d7272c; }
	
body.single-post .content .text { width: 80%; }

.text blockquote { margin: 20px 10px; 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: 15px !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: 18px; }

.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%; }
		
/* 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 h3.category { font-size: 12px; }
.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 { width: 84%; margin: 15px 8%; }
.author-bio .image-social { width: 20%; }
.author-bio .bio-description { width: 75%; margin: 0 0 0 5%; }
	
/* PAGE: Home Video Promo
----------------------------------------------------------------------------- */
body.home #top .page-wrapper .block.video .inner .column.width-75 { width: 100%; }
body.home #top .page-wrapper .block.video .inner .column.width-25 { width: 100%; }
	
/* PAGE: LIVE
----------------------------------------------------------------------------- */
body.live #top .page-wrapper .block.video .inner .column.width-70.column-1 { width: 100%; }
body.live #top .page-wrapper .block.video .inner .column.width-30.column-2 { width: 100%; }
	
/* PAGE: Petitions
----------------------------------------------------------------------------- */
.petition-wrapper .petition .text h1.title { font-size: 36px; }
.petition-wrapper .petition .text p { font-size: 15px; }
#top .petition-wrapper .petition .gform_wrapper.terms-privacy { font-size: 8px; }
.petition #top .gform_wrapper .gform_footer input.button,
.petition #top .gform_wrapper.gform_page_footer input.button,
.petition #top .gform_wrapper .gform_footer input[type=submit],
.petition #top .gform_wrapper.gform_page_footer input[type=submit] { font-size: 19px; }
	
/* Petition Embed */
.petition-embed .petition .text h4.title,
.petition-embed .petition .text h4.title a { font-size: 18px; }
.petition-embed .image { width: 45%; padding-bottom: 40%; background-position: 65% center; }
.button-xsmall a { font-size: 11px !important; padding: 10px 22px !important; }
	
/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.sidebar .sidebar-block .inner .content { width: 100%; }
.sidebar .grid-sizer { width: 33.3%; }
	
/* GLOBAL: Articles Mini
----------------------------------------------------------------------------- */
#top .articles.mini .item { width: 30.3%; margin: 1.5%; }
#top .articles.mini .item.item-1 { margin: 1.5% 3% 1.5% 0; }
#top .articles.mini .item.item-3 { margin: 1.5% 0 1.5% 3%; }
#top .articles.mini .item .image { width: 100%; padding-bottom: 56.3%; }
#top .articles.mini .item .text { width: 100%; margin: 2.5% 0; }
#top .articles.mini .item h2.title,
#top .articles.mini .item h2.title a { font-size: 13px; margin: 10px 0; }
#top .articles.mini .item .meta-data { font-size: 11px; }

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.infeed { width: 96.9%; padding: 7%; margin: 35px -5.5% 25px -5.5%; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
.email-signup.inarticle { width: 98%; padding: 7%; margin: 35px -6% 25px -6%; }
.email-signup .img { right: -15px; }
.email-signup .enews form input { width: 57.5%; font-size: 13px; }
.email-signup .enews form button { width: 36%; font-size: 13px; }
.email-signup.infeed .enews form input,
.email-signup.inarticle .enews form input { font-size: 13px; }
.email-signup.infeed .enews form button,
.email-signup.inarticle .enews form button { font-size: 14px; }
.email-signup .text h4 { font-size: 26px; line-height: 1.0; }
.email-signup .text h5 { font-size: 16px; }
.email-signup.infeed .email-signup .terms-privacy,
.email-signup.inarticle .email-signup .terms-privacy { width: 100%; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 8px; }
	
/* PREMIUM
----------------------------------------------------------------------------- */
.block.premium .text h1.title,
.block.premium .text h1.title a { font-size: 55px; }
.block.premium .text h2.subtitle,
.block.premium .text h2.subtitle a { font-size: 18px; }
.block.premium .turn-off-ads-wrap { max-width: 450px; margin: 0 auto; }
.block.premium .plan-comparison { max-width: 500px; margin: 0 auto 5% auto; }
.block.premium .plan-comparison .plan h3.amount { font-size: 55px; padding: 0 15px; }
.block.premium .plan-comparison .plan h4.interval { font-size: 15px; }
.block.premium .plan-comparison .divider { padding-bottom: 20%; }

/* ACCOUNT: Dashboard and sub-pages
----------------------------------------------------------------------------- */
.block.account-nav-blocks.one-row { display: block; }
.account-nav-blocks-wrapper .account-nav-blocks .grid-sizer { width: 33.3%; }
.account-nav-blocks-wrapper .account-nav-blocks .item { width: 30.3%; padding-bottom: 26%; margin: 1.5%; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .grid-sizer { width: 16.66%; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item { width: 14.66%; padding-bottom: 14.66%; margin: 1%; }
.account-nav-blocks-wrapper .account-nav-blocks .item .table a { font-size: 20px; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a { font-size: 12px; }
.account-nav-blocks-wrapper .account-nav-blocks .item .table a span.icon { width: 40%; padding-bottom: 40%; margin: 0 auto 12px auto; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a span.icon { width: 45%; padding-bottom: 45%; margin: 0 auto 8px auto; }
ul.subscription-details { padding: 5%; margin: 2.5% 0 5% 0; }
ul.subscription-details li { font-size: 18px; }

/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer .footer .content .columns { width: 100%; margin: 0; }
footer .footer .content .columns .column.logo { width: 25%; padding: 15px 10% 0 10%; border-bottom: 4px solid #d6d6e2; border-right: none; }
footer .footer .content .columns .column.nav { width: 60%; padding: 25px 10%; }
footer .footer .content .columns .column.nav .footer-nav,
footer .footer .content .columns .column.nav .footer-nav ul,
footer .footer .content .columns .column.nav .footer-nav ul li,
footer .footer .content .columns .column.nav .footer-nav ul li ul.sub-menu li { text-align: center; }
footer .footer .content .columns .column.nav .footer-nav ul li { font-size: 16px; }
footer .footer .content .social-buttons { width: 80%; padding: 0 10%; }
footer .footer .content .sub-links, footer .footer .content .sub-links ul { width: 90%; }
	
/* GRAVITY FORMS
----------------------------------------------------------------------------- */
#top .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { font-size: 17px; padding: 9px 19px; }
body #top .gform_wrapper ul li.gfield { margin-top: 5px; padding-top: 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 CSS
----------------------------------------------------------------------------- */
body.admin-bar #top { top: 46px; }

/* 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
----------------------------------------------------------------------------- */
#top header .masterhead .column.col-left { width: 30%; }
#top header .masterhead .column.col-center { width: 0%; }
#top header .masterhead .column.col-right { width: 70%; }
#top header .masterhead .logo { width: 120px; }
#top header .masterhead .nav.tablet-mobile-nav { display: inline-block; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 16px; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 28px; height: 28px; }
#top header .masterhead .nav.top-nav { display: none; }
#top header .masterhead .social-search { margin: 0 4px 0 0; }
#top header .masterhead .social-search .social .social-buttons ul li a { width: 16px; height: 16px; margin: 4px; }
#top header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 6px; }
#top header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
#top header .masterhead .account-button a { width: 24px; height: 24px; margin: 0 10px 0 0; }
	
/* GLOBAL: Ad-Free Promo
----------------------------------------------------------------------------- */
#top .ad-free-bar .promo-text { width: 60%; }
#top .ad-free-bar .promo-text p { font-size: 14px; }
	
/* 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: Aggregator Home Page
----------------------------------------------------------------------------- */	
#top .page-wrapper .inner .columns .column.column-center { width: 100%; }
#top .page-wrapper .inner .columns .column.column-left,
#top .page-wrapper .inner .columns .column.column-right { display: none; }
#top .pinned-content .item .text { margin: 2.5% 0; }
#top .pinned-content .item h2.title,
#top .pinned-content .item h2.title a { font-size: 20px;  }
#top .pinned-content .item h2.title.font-size-small,
#top .pinned-content .item h2.title.font-size-small a { font-size: 18px; }
#top .pinned-content .item h2.title.font-size-large,
#top .pinned-content .item h2.title.font-size-large a { font-size: 30px; }
#top .pinned-content .item h2.title.font-size-xlarge,
#top .pinned-content .item h2.title.font-size-xlarge a { font-size: 40px; }
#top .pinned-content .item h2.title .icon { font-size: 12px; }
#top .pinned-content .item h2.title.font-size-small .icon { font-size: 10px; }
#top .pinned-content .item h2.title.font-size-large .icon { font-size: 16px; }
#top .pinned-content .item h2.title.font-size-xlarge .icon { font-size: 26px; }
#top .pinned-content .item h2.title .premium-plus-content { font-size: 8px; }
#top .pinned-content .item h2.title.font-size-small .premium-plus-content { font-size: 6px; }
#top .pinned-content .item h2.title.font-size-large .premium-plus-content { font-size: 10px; }
#top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content { font-size: 12px; }
#top .pinned-content .item h2.title .premium-plus-content .icon.lock { width: 8px; height: 8px; }
#top .pinned-content .item h2.title.font-size-small .premium-plus-content .icon.lock { width: 6px; height: 6px; }
#top .pinned-content .item h2.title.font-size-large .premium-plus-content .icon.lock { width: 10px; height: 10px; }
#top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content .icon.lock { width: 12px; height: 12px; }
#top .pinned-content .item p.excerpt { font-size: 15px; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
body.single-post #top .page-wrapper .inner { padding: 0; }
body.single #top .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single #top .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
body.single #top .page-wrapper .inner .content-main .post .content { width: 90%; margin: 3.5% 5%; }
	
#top .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
#top .articles-wrapper .articles .item.wide { width: 105.355% !important; margin: 2.5% -2.75% !important; }
#top .articles-wrapper .articles .item.advt { width: 105.355% !important; margin: 0 -2.75% !important; }
#top .articles-wrapper .articles .item.wide.featured { width: 90% !important; margin: 2.5% 5% !important; }
#top .articles-wrapper .articles .item.wide.featured .image { width: 100%; padding-bottom: 56.3%; margin: 2.5% 0 0 0; }
#top .articles-wrapper .articles .item.wide.featured .text { width: 100%; margin: 0; }
#top .articles-wrapper .articles.full .item .image { width: 40%; padding-bottom: 24%; vertical-align: middle; }
#top .articles-wrapper .articles.full .item .text { width: 55%; margin: 0; vertical-align: middle; }
#top .articles-wrapper .articles .item.large .text { width: 100%; margin: 2.5% 0; }
#top .articles-wrapper .articles .item.large .image { width: 100%; padding-bottom: 56.3%;; }
#top .articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
#top .articles-wrapper .articles .item .image .kicker-label { padding: 3px 10px; font-size: 15px; bottom: 15px; left: -12px; }
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label { padding: 4px 12px; font-size: 20px; bottom: 15px; left: -16px; }
#top .articles-wrapper .articles .item .image .kicker-label .corner:before { top: -15px; right: -2px; border: 6px solid transparent; border-bottom-color: #bd1c1c; border-right-color: #bd1c1c; }
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label .corner:before { top: -20px; right: -4px; border: 8px solid transparent; border-bottom-color: #bd1c1c; border-right-color: #bd1c1c; }
#top .articles-wrapper .articles .item h2.title, 
#top .articles-wrapper .articles .item h2.title a { font-size: 19px; }
#top .articles-wrapper .articles .item.wide.featured h2.title,
#top .articles-wrapper .articles .item.wide.featured h2.title a { font-size: 30px; }
#top .articles-wrapper .articles .item p.author, 
#top .articles-wrapper .articles .item .meta-data { font-size: 13px; }
#top .articles-wrapper .articles .item p.excerpt { display: none; }
#top .articles-wrapper .articles .item h3.category { font-size: 15px; }
#top .articles-wrapper .articles .item.large h3.category { font-size: 15px; }
#top .articles-wrapper .articles .item.large h2.title,
#top .articles-wrapper .articles .item.large h2.title a { font-size: 32px; }
#top .articles-wrapper .articles.grid-2 .grid-sizer { width: 100%; }
#top .articles-wrapper .articles.grid-2 .item { width: 95%; margin: 2.5%; }
#top .articles-wrapper .articles.grid-3 .grid-sizer { width: 100%; }
#top .articles-wrapper .articles.grid-3 .item { width: 95%; margin: 2.5%; }
#top .articles-wrapper .articles.grid-3 .item.wide { width: 105.355% !important; margin: 2.5% -2.75% !important; }
#top .articles-wrapper .articles.grid-3 .item.advt { width: 105.355% !important; margin: 0 -2.75% !important; }
#top .articles-wrapper .articles.full.grid-3 .item .image { width: 40%; padding-bottom: 24%; vertical-align: middle; }
#top .articles-wrapper .articles.full.grid-3 .item .text { width: 55%; margin: 0 0 0 5%; vertical-align: middle; }
#top .articles-wrapper .articles.grid-3 .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
#top .articles-wrapper .articles.grid-3 .item h2.title, 
#top .articles-wrapper .articles.grid-3 .item h2.title a { font-size: 19px; }
#top .articles-wrapper .articles.grid-3 .item p.author, 
#top .articles-wrapper .articles.grid-3 .item .meta-data { font-size: 13px; }
#top .articles-wrapper .articles.grid-3 .item p.excerpt { display: none; }
#top .articles-wrapper .articles.grid-3 .item h3.category { font-size: 15px; }
#top .articles-wrapper .nav-load-buttons { margin: 25px 0; }
#top .articles-wrapper .nav-load-buttons .load-more-button a { font-size: 14px; padding: 12px 26px; }
	
body.blog #top .page-wrapper .inner .column { flex: none; }	
body.blog #top .page-wrapper .inner .column.width-70.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .column.width-30.column-2 { display: none; }
	
body.archive #top .page-wrapper .inner .column.width-65 { width: 100%; }
body.archive #top .page-wrapper .inner .column.width-35 { display: none; }
	
/* PAGE: Featured Category
----------------------------------------------------------------------------- */
body.blog #top .page-wrapper .inner .featured-category-header .column.width-70.column-1 { width: 60%; }
body.blog #top .page-wrapper .inner .featured-category-header .column.width-30.column-2 { width: 40%; }
body.blog #top .page-wrapper .inner .featured-category .column.width-50.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .featured-category .column.width-50.column-2 { width: 100%; }
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title, 
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title a { font-size: 19px; }
	
/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
#top .block.featured-stories .inline-flex-wrap { display: inline-block; }
#top .block.featured-stories .content { padding-bottom: 0 !important; }
	
#top .block.featured-stories .headline-story { width: 100%; margin: 0 0 4% 0; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item { width: 97%; margin: 0 1.5%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .image { width: 108.5%; margin: 0 -4.25%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 18px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 35px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 15px; }
	
#top .block.featured-stories .headline-stories { width: 100%; margin: 0; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .image { width: 40%; padding-bottom: 24%; vertical-align: middle; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .text { width: 55%; margin: 0 0 0 5%; vertical-align: middle; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 15px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 19px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 13px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
#top .block.latest-articles .articles-wrapper .articles .item.item-1,
#top .block.latest-articles .articles-wrapper .articles .item.item-2,
#top .block.latest-articles .articles-wrapper .articles .item.item-3,
#top .block.latest-articles .articles-wrapper .articles .item.item-4,
#top .block.latest-articles .articles-wrapper .articles .item.item-5 { width: 100%; padding-bottom: 56.3%; margin: 0 0 15px 0; }
#top .block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-2 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 24px; }
#top .block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 13px; margin: 5px 0; }
	
/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
.block.featured-articles { margin: 0; }
#top .block.featured-articles .articles-wrapper { width: 100%; margin: 0; }
#top .block.featured-articles .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-articles .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
#top .block.featured-articles .articles-wrapper .articles .item .image { width: 40%; padding-bottom: 24%; vertical-align: middle; }
#top .block.featured-articles .articles-wrapper .articles .item .text { width: 55%; margin: 0 0 0 5%; vertical-align: middle; }
#top .block.featured-articles .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 15px; }
#top .block.featured-articles .articles-wrapper .articles .item h2.title, 
#top .block.featured-articles .articles-wrapper .articles .item h2.title a { font-size: 19px; }
#top .block.featured-articles .articles-wrapper .articles .item p.author,
#top .block.featured-articles .articles-wrapper .articles .item .meta-data { font-size: 13px; }
#top .block.featured-articles .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Carousel
----------------------------------------------------------------------------- */
#top .block.carousel .carousel { width: 80%; margin: 0 10%; }
.block.carousel .content .tabs ul.tab-nav li,
.block.carousel .content .tabs ul.tab-nav li a { font-size: 14px; }
.block.carousel .content .tabs ul.tab-nav li a { padding: 9px 17px; }
.block.carousel .content .tabs ul.tab-nav li a span.icon.trending { width: 20px; height: 12px; }
.block.carousel .content .tabs ul.tab-nav li.lztv-logo { display: block; margin: 10px; }
.block.carousel .content .tabs ul.tab-nav li.lztv-logo span.icon { width: 160px; height: 28px; background-size: 160px 28px; }
#top .block.carousel .articles-wrapper .carousel-wrap { margin: 35px 75px 0 75px; }
.block.carousel .owl-nav .owl-prev { left: -35px; }
.block.carousel .owl-nav .owl-next { right: -35px; }
.block.carousel .owl-nav .owl-prev, 
.block.carousel .owl-nav .owl-next { width: 32px; height: 32px; background-size: 12px 12px; }
	
/* PAGES: Page Header
----------------------------------------------------------------------------- */
.block.page-header .content.pad-top-7 { padding-top: 9% !important; }
.block.page-header .content.pad-bottom-8 { padding-bottom: 10% !important; }
.block.page-header h1 { font-size: 28px; }
.block.page-header h5.subtitle,
.block.page-header h5.subtitle a { font-size: 11px; }
	
/* Category/Author */
.bio-info-wrap .bio-image {  width: 22%; }
.bio-info-wrap .bio-info { width: 65%; margin: 0 0 0 4%;  }
.bio-info-wrap .bio-info .text h1, 
.bio-info-wrap .bio-info .text h1 a { font-size: 26px; }
.bio-info-wrap .bio-info .text h2, 
.bio-info-wrap .bio-info .text h2 a { font-size: 13px; }
.bio-info-wrap .bio-info ul.social-email { margin: 5% 0 0 0; }

/* PAGE: Article
----------------------------------------------------------------------------- */
#top .page-wrapper .inner .column.width-65.column-1 { width: 100%; }
#top .page-wrapper .inner .column.width-35.column-2 { display: none; }

#top .page-wrapper .inner .image-block .description { width: 90%; margin: 1.5% 2.5% 0 7.5%; }
#top .page-wrapper .inner .image-block .description p { font-size: 12px; }
	
body.single-post .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: 35px; padding: 8px 0; }
.page-wrapper .article-header h2.subtitle { font-size: 15px; }
.page-wrapper .article-header .article-byline { padding: 8px 0; }
.page-wrapper .article-header .article-byline .meta-data p { font-size: 14px; }
.page-wrapper .article-header .article-credit { padding: 8px 0; }
.page-wrapper .article-header .article-credit p { font-size: 12px; }
body.single-post .content .social-buttons { width: 7.5%; top: 110px; }
.content .social-buttons ul.social li a {  width: 20px; height: 20px; background-size: 20px 20px; }
.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: -2px; right: -5px; 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 #d7272c; }
	
body.single-post .content .text { width: 80%; }

.text blockquote { margin: 20px 10px; 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: 15px !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: 18px; }

.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; }
#top .video-block .video-player.rumble .rumble_plyr { height: 0 !important; padding-bottom: 56.3% !important; }
#top .video-block .video-player.rumble .rumble_plyr > div:first-of-type { height: auto !important; }
#top .video-block .video-player.rumble .rumble_plyr > video { position: absolute !important; }

/* 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; }

/* 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; }

/* Author Bio */
.author-bio { width: 90%; margin: 15px 5%; }
.author-bio .image-social { width: 20%; }
.author-bio .image-social ul.social li a { width: 18px; height: 18px; background-size: 18px 18px; }
.author-bio .bio-description { width: 75%; 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; }
#top .articles-wrapper.related-stories .articles .item .image { width: 30%; padding-bottom: 25%; vertical-align: top; }
#top .articles-wrapper.related-stories .articles .item.video .image a { background-size: 25px 25px; }
#top .articles-wrapper.related-stories .articles .item .text { width: 65%; margin: 0 0 0 5%; vertical-align: top; }
#top .articles-wrapper.related-stories .articles .item h3.category { font-size: 13px; margin: 5px 0 0 0; }
#top .articles-wrapper.related-stories .articles .item h2.title,
#top .articles-wrapper.related-stories .articles .item h2.title a { font-size: 18px; margin: 10px 0; }
#top .articles-wrapper.related-stories .articles .item p.author { font-size: 12px; }
	
/* PAGE: Home Video Promo
----------------------------------------------------------------------------- */
body.home #top .page-wrapper .block.video .inner .column.width-75 { width: 100%; }
body.home #top .page-wrapper .block.video .inner .column.width-25 { width: 100%; }
	
/* PAGE: LIVE
----------------------------------------------------------------------------- */
body.live #top .page-wrapper .block.video .inner .column.width-70.column-1 { width: 100%; }
body.live #top .page-wrapper .block.video .inner .column.width-30.column-2 { width: 100%; }
	
/* PAGE: Petitions
----------------------------------------------------------------------------- */
.petition-wrapper .petition .text h1.title { font-size: 32px; }
.petition-wrapper .petition .text p { font-size: 15px; }
#top .petition-wrapper .petition .gform_wrapper.terms-privacy { font-size: 8px; margin: 15px 0 0 0 !important; }
body #top .petition-wrapper .petition .gform_wrapper ul li.gfield { margin-top: 0; padding: 0; }
body #top .petition-wrapper .petition .gform_wrapper.top_label div.ginput_container { margin-top: 0; }
.petition #top .gform_wrapper .gform_footer input.button,
.petition #top .gform_wrapper.gform_page_footer input.button,
.petition #top .gform_wrapper .gform_footer input[type=submit],
.petition #top .gform_wrapper.gform_page_footer input[type=submit] { font-size: 18px; padding: 2.5% 8%; }

/* Petition Embed */
.petition-embed { margin: 3.5% auto; max-width: 325px; }
.petition-embed .petition { width: 84%; padding: 0 8% 8% 8%; }
.petition-embed .petition .text { text-align: center; }
.petition-embed .petition .text h4.title,
.petition-embed .petition .text h4.title a { font-size: 19px; }
.petition-embed .image { width: 100%; padding-bottom: 50%; background-position: center center; }
.petition-embed .image .transparent-gradient { background: rgb(161,169,179); background: -moz-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 30%); background: -webkit-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 30%); background: linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 30%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#939aa3",endColorstr="#939aa3",GradientType=1); }
.petition-embed .image .transparent-gradient.fade-length-50 { background: -moz-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 50%); background: -webkit-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 50%); background: linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 50%); }
.button-xsmall a { font-size: 11px !important; padding: 10px 22px !important; }

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

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.infeed { width: 83.9%; padding: 8%; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
.email-signup.inarticle { width: 96%; padding: 8%; margin: 35px -6% 25px -6%; }
.email-signup .img { right: -25px; max-height: 275px; }
.email-signup .enews form input { width: calc(100% - 40px); padding: 11px 20px; border-right: 1px solid #e7e9ec; font-size: 13px; }
.email-signup .enews form button { font-size: 13px; padding: 6px 20px; display: inline-block; position: relative; top: auto; right: auto; margin-top: 10px; }
.email-signup.infeed .enews form input,
.email-signup.inarticle .enews form input { font-size: 13px; }
.email-signup.infeed .enews form button,
.email-signup.inarticle .enews form button { font-size: 14px; }
.email-signup .text h4 { font-size: 22px; line-height: 1.0; }
.email-signup .text h5 { font-size: 13px; }
.email-signup.infeed .email-signup .terms-privacy,
.email-signup.inarticle .email-signup .terms-privacy { width: 100%; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 8px; }
	
/* PREMIUM
----------------------------------------------------------------------------- */
.block.premium .text h1.title,
.block.premium .text h1.title a { font-size: 48px; }
.block.premium .text h2.subtitle,
.block.premium .text h2.subtitle a { font-size: 15px; }
.block.premium .turn-off-ads-wrap { max-width: 450px; margin: 0 auto; }
.block.premium .plan-comparison { max-width: 500px; margin: 0 auto 5% auto; }
.block.premium .plan-comparison .plan h3.amount { font-size: 45px; padding: 0 15px; }
.block.premium .plan-comparison .plan h4.interval { font-size: 15px; }
.block.premium .plan-comparison .divider { padding-bottom: 20%; }

/* ACCOUNT: Dashboard and sub-pages
----------------------------------------------------------------------------- */
.block.account-nav-blocks.one-row { display: block; }
.account-nav-blocks-wrapper .account-nav-blocks .grid-sizer { width: 33.3%; }
.account-nav-blocks-wrapper .account-nav-blocks .item { width: 30.3%; padding-bottom: 26%; margin: 1.5%; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .grid-sizer { width: 16.66%; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item { width: 14.66%; padding-bottom: 14.66%; margin: 1%; }
.account-nav-blocks-wrapper .account-nav-blocks .item .table a { font-size: 17px; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a { font-size: 0; }
.account-nav-blocks-wrapper .account-nav-blocks .item .table a span.icon { width: 40%; padding-bottom: 40%; margin: 0 auto 10px auto; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a span.icon { width: 60%; padding-bottom: 60%; margin: 0 auto; }
ul.subscription-details { padding: 5%; margin: 2.5% 0 5% 0; }
ul.subscription-details li { font-size: 15px; }

/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer .footer .content .columns { width: 100%; margin: 0; }
footer .footer .content .columns .column.logo { width: 28%; padding: 15px 12% 0 12%; border-bottom: 4px solid #d6d6e2; border-right: none; }
footer .footer .content .columns .column.nav { width: 80%; padding: 20px 10%; }
footer .footer .content .columns .column.nav .footer-nav,
footer .footer .content .columns .column.nav .footer-nav ul,
footer .footer .content .columns .column.nav .footer-nav ul li,
footer .footer .content .columns .column.nav .footer-nav ul li ul.sub-menu li { text-align: center; }
footer .footer .content .columns .column.nav .footer-nav ul li { font-size: 16px; }
footer .footer .content .social-buttons { width: 80%; padding: 0 10%; }
footer .footer .content .sub-links, 
footer .footer .content .sub-links ul { width: 90%; }
footer .footer .content .sub-links ul li { font-size: 12px; }
footer .footer .content .credits p { font-size: 14px; }
footer .footer .content .credits p.design-dev a { font-size: 8px; }
footer .footer .content .credits p.design-dev a span { font-size: 11px; }
	
/* GRAVITY FORMS
----------------------------------------------------------------------------- */
#top .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { font-size: 16px; padding: 8px 18px; }
body #top .gform_wrapper ul li.gfield { margin-top: 5px; padding-top: 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 CSS
----------------------------------------------------------------------------- */
.pace .pace-progress { height: 2px; }
body.admin-bar #top { top: 46px; }
	
/* 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 { width: 80%; padding: 10%; }
.block.fixed-menu-container .fixed-menu ul.menu li a { font-size: 14px; padding: 8px 10px; }
.block.fixed-menu-container .fixed-menu ul.menu li a:hover { font-size: 16px; }
.block.fixed-menu-container .fixed-menu ul.menu li.minimal a { font-size: 11px; padding: 7px 9px; }

/* GLOBAL: Header
----------------------------------------------------------------------------- */
#top header .masterhead .column.col-left { width: 30%; }
#top header .masterhead .column.col-center { width: 0%; }
#top header .masterhead .column.col-right { width: 70%; }
#top header .masterhead .logo { width: 110px; margin: 15px 0; }
#top header .masterhead .nav.tablet-mobile-nav { display: inline-block; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 12px; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 24px; height: 24px; }
#top header .masterhead .nav.top-nav { display: none; }
#top header .masterhead .social-search { margin: 0 4px 0 0; }
#top header .masterhead .social-search .social .social-buttons ul li a { width: 16px; height: 16px; margin: 4px; }
#top header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 6px; }
#top header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
#top header .masterhead .account-button a { width: 24px; height: 24px; margin: 0 10px 0 0; }
	
/* GLOBAL: Ad-Free Promo
----------------------------------------------------------------------------- */
#top .ad-free-bar .promo-text { width: 60%; }
#top .ad-free-bar .promo-text p { font-size: 12px; }
	
/* GLOBAL: Spacer Wrap
----------------------------------------------------------------------------- */
.spacer-wrap { width: 100% !important; }

/* 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: 118%; margin: 15px -9%; display: block; float: none !important; padding: 0px !important; }
.top-advt .advertisement,
.bottom-advt .advertisement { width: 100%; margin: 0; padding: 0; display: block; }
.advertisement.below-article { width: 90% !important; margin: 15px 5% !important; }

/* 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: Aggregator Home Page
----------------------------------------------------------------------------- */	
#top .page-wrapper .inner .columns .column.column-center { width: 100%; }
#top .page-wrapper .inner .columns .column.column-left,
#top .page-wrapper .inner .columns .column.column-right { display: none; }
#top .pinned-content .item .text { margin: 3.5% 0; }
#top .pinned-content .item h2.title,
#top .pinned-content .item h2.title a { font-size: 18px;  }
#top .pinned-content .item h2.title.font-size-small,
#top .pinned-content .item h2.title.font-size-small a { font-size: 16px; }
#top .pinned-content .item h2.title.font-size-large,
#top .pinned-content .item h2.title.font-size-large a { font-size: 24px; }
#top .pinned-content .item h2.title.font-size-xlarge,
#top .pinned-content .item h2.title.font-size-xlarge a { font-size: 32px; }
#top .pinned-content .item h2.title .icon { font-size: 10px; }
#top .pinned-content .item h2.title.font-size-small .icon { font-size: 8px; }
#top .pinned-content .item h2.title.font-size-large .icon { font-size: 14px; }
#top .pinned-content .item h2.title.font-size-xlarge .icon { font-size: 22px; }
#top .pinned-content .item h2.title .premium-plus-content { font-size: 8px; }
#top .pinned-content .item h2.title.font-size-small .premium-plus-content { font-size: 6px; }
#top .pinned-content .item h2.title.font-size-large .premium-plus-content { font-size: 10px; }
#top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content { font-size: 12px; }
#top .pinned-content .item h2.title .premium-plus-content .icon.lock { width: 8px; height: 8px; }
#top .pinned-content .item h2.title.font-size-small .premium-plus-content .icon.lock { width: 6px; height: 6px; }
#top .pinned-content .item h2.title.font-size-large .premium-plus-content .icon.lock { width: 10px; height: 10px; }
#top .pinned-content .item h2.title.font-size-xlarge .premium-plus-content .icon.lock { width: 12px; height: 12px; }
#top .pinned-content .item p.excerpt { font-size: 14px; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
.page-wrapper { overflow-x: hidden; }
body.single-post .page-wrapper { overflow-x: visible; }
body.single-post #top .page-wrapper .inner { padding: 0; }
body.single #top .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single #top .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
body.single #top .page-wrapper .inner .content-main .post .content { width: 94%; margin: 3%; }	

#top .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .articles-wrapper .articles .item { width: 94%; margin: 0 3% 5% 3%; }
#top .articles-wrapper .articles .item.wide { width: 105.355% !important; margin: 0 -2.75% !important; }
#top .articles-wrapper .articles .item.advt { width: 105.2% !important; margin: 0 -2.6% !important; }
#top .articles-wrapper .articles .item.wide.featured { width: 90% !important; margin: 2.5% 5% !important; }
#top .articles-wrapper .articles .item.wide.featured .image { width: 100% !important; padding-bottom: 56.3%; margin: 2.5% 0 0 0 !important; }
#top .articles-wrapper .articles .item.wide.featured .text { width: 100%; margin: 0; }
#top .articles-wrapper .articles.full .item .image { width: 112% !important; padding-bottom: 60%; margin: 0 -6% !important; }
#top .articles-wrapper .articles.full .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
#top .articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
#top .articles-wrapper .articles .item .image .kicker-label,
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label { padding: 4px 12px; font-size: 20px; bottom: 15px; left: -16px; }
#top .articles-wrapper .articles .item .image .kicker-label .corner:before,
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label .corner:before { top: -20px; right: -4px; border: 8px solid transparent; border-bottom-color: #bd1c1c; border-right-color: #bd1c1c; }
#top .articles-wrapper .articles .item h3.category { font-size: 17px; }
#top .articles-wrapper .articles .item h2.title, 
#top .articles-wrapper .articles .item h2.title a { font-size: 22px; }
#top .articles-wrapper .articles .item.wide.featured h2.title,
#top .articles-wrapper .articles .item.wide.featured h2.title a { font-size: 24px; }
#top .articles-wrapper .articles .item p.author, 
#top .articles-wrapper .articles .item .meta-data { font-size: 14px; }
#top .articles-wrapper .articles .item p.excerpt { font-size: 16px; }
#top .articles-wrapper .articles .item.large h3.category { font-size: 15px; }
#top .articles-wrapper .articles .item.large h2.title,
#top .articles-wrapper .articles .item.large h2.title a { font-size: 30px; }
#top .articles-wrapper .articles.grid-2 .grid-sizer { width: 100%; }
#top .articles-wrapper .articles.grid-2 .item { width: 90%; margin: 5%; }
#top .articles-wrapper .articles.grid-2 .item .image { width: 100%; padding-bottom: 56.3%; margin: 0 0 2.5% 0; }
#top .articles-wrapper .articles.grid-2 .item .text { width: 100%; }
#top .articles-wrapper .articles.grid-3 .grid-sizer { width: 100%; }
#top .articles-wrapper .articles.grid-3 .item { width: 94%; margin: 0 3% 5% 3%; }
#top .articles-wrapper .articles.grid-3 .item.wide { width: 105.355% !important; margin: 0 -2.75% !important; }
#top .articles-wrapper .articles.grid-3 .item.advt { width: 105.2% !important; margin: 0 -2.6% !important; }
#top .articles-wrapper .articles.full.grid-3 .item .image { width: 112% !important; padding-bottom: 60%; margin: 0 -6% !important; }
#top .articles-wrapper .articles.full.grid-3 .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
#top .articles-wrapper .articles.grid-3 .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
#top .articles-wrapper .articles.grid-3 .item h3.category { font-size: 17px; }
#top .articles-wrapper .articles.grid-3 .item h2.title, 
#top .articles-wrapper .articles.grid-3 .item h2.title a { font-size: 22px; }
#top .articles-wrapper .articles.grid-3 .item p.author, 
#top .articles-wrapper .articles.grid-3 .item .meta-data { font-size: 14px; }
#top .articles-wrapper .articles.grid-3 .item p.excerpt { font-size: 16px; }
#top .articles-wrapper .nav-load-buttons { margin: 25px 0; }
#top .articles-wrapper .nav-load-buttons .load-more-button a { font-size: 14px; padding: 12px 26px; }
	
body.blog #top .page-wrapper .inner .column { flex: none; }	
body.blog #top .page-wrapper .inner .column.width-70.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .column.width-30.column-2 { display: none; }
	
body.archive #top .page-wrapper .inner .column.width-65 { width: 100%; }
body.archive #top .page-wrapper .inner .column.width-35 { display: none; }
	
/* PAGE: Featured Category
----------------------------------------------------------------------------- */
body.blog #top .page-wrapper .inner .featured-category-header .column.width-70.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .featured-category-header .column.width-30.column-2 { width: 100%; }
body.blog #top .page-wrapper .inner .featured-category-header .column .text { text-align: center; }
body.blog #top .page-wrapper .inner .featured-category .column.width-50.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .featured-category .column.width-50.column-2 { width: 100%; }
#top .featured-category .column-1 .articles-wrapper .articles .item h2.title, 
#top .featured-category .column-1 .articles-wrapper .articles .item h2.title a,
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title, 
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title a { font-size: 22px; }
	
/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
#top .block.featured-stories .inline-flex-wrap { display: inline-block; }
	
#top .block.featured-stories .headline-story { width: 100%; margin: 0 0 15% 0; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item { width: 97%; margin: 0 1.5%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .image { width: 108.5%; margin: 0 -4.25%; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 17px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 30px; }
#top .block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 14px; }
	
#top .block.featured-stories .headline-stories { width: 100%; margin: 0; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item { width: 97%; margin: 0 1.5% 5% 1.5%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .image { width: 108.5%; margin: 0 -4.25%; padding-bottom: 60%; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { font-size: 17px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 22px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 14px; }
#top .block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: block; font-size: 16px; }
	
/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
#top .block.latest-articles .articles-wrapper .articles .item.item-1,
#top .block.latest-articles .articles-wrapper .articles .item.item-2,
#top .block.latest-articles .articles-wrapper .articles .item.item-3,
#top .block.latest-articles .articles-wrapper .articles .item.item-4,
#top .block.latest-articles .articles-wrapper .articles .item.item-5 { width: 100%; padding-bottom: 56.3%; margin: 0 0 15px 0; }
#top .block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-2 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 18px; }
#top .block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 12px; margin: 5px 0; }
	
/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
#top .block.featured-articles .articles-wrapper { width: 100%; margin: 0 0 0 0; }
#top .block.featured-articles .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-articles .articles-wrapper .articles .item { width: 95%; margin: 1.5% 2.5%; }
#top .block.featured-articles .articles-wrapper .articles .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
	
/* PAGE: Carousel
----------------------------------------------------------------------------- */
#top .block.carousel .carousel { width: 85%; margin: 0 7.5%; }
.block.carousel .content .tabs ul.tab-nav li,
.block.carousel .content .tabs ul.tab-nav li a { font-size: 13px; }
.block.carousel .content .tabs ul.tab-nav li a { padding: 8px 16px; margin: 0; }
.block.carousel .content .tabs ul.tab-nav li a span.icon.trending { width: 18px; height: 11px; }
.block.carousel .content .tabs ul.tab-nav li.lztv-logo { display: block; margin: 20px 10px; }
.block.carousel .content .tabs ul.tab-nav li.lztv-logo span.icon { width: 128px; height: 22px; background-size: 128px 22px; }
#top .block.carousel .articles-wrapper .carousel-wrap { margin: 25px 15px; }
#top .block.carousel .articles-wrapper .articles .item { width: 94%; margin: 0 3% 1.5% 3%; }
.block.carousel .owl-nav { position: relative; display: inline-block; top: auto; margin-bottom: 15px; }
.block.carousel .owl-nav .owl-prev,
.block.carousel .owl-nav .owl-next { display: inline-block; position: relative; width: 36px; height: 36px; background-size: 13px 13px; }
.block.carousel .owl-nav .owl-prev { left: -5px; }
.block.carousel .owl-nav .owl-next { right: -5px; }
	
/* PAGES: Page Header
----------------------------------------------------------------------------- */
.block.page-header .content.pad-top-7 { padding-top: 10% !important; }
.block.page-header .content.pad-bottom-8 { padding-bottom: 11% !important; }
.block.page-header h1 { font-size: 20px; }
.block.page-header h5.subtitle,
.block.page-header h5.subtitle a { font-size: 10px; }
	
/* Category/Author */
.bio-info-wrap .bio-image {  width: 33%; margin: 0 0 5% 0; }
.bio-info-wrap .bio-info { width: 90%; margin: 0 5%; display: block; }
.bio-info-wrap .bio-info .text { text-align: center; }
.bio-info-wrap .bio-info .text h1, 
.bio-info-wrap .bio-info .text h1 a { font-size: 24px; }
.bio-info-wrap .bio-info .text h2, 
.bio-info-wrap .bio-info .text h2 a { font-size: 12px; }
.bio-info-wrap .bio-info ul.social-email { margin: 5% 0 0 0; display: block; text-align: center; }

/* PAGE: Article
----------------------------------------------------------------------------- */
#top .page-wrapper .inner .column.width-65.column-1 { width: 100%; }
#top .page-wrapper .inner .column.width-35.column-2 { display: none; }

#top .page-wrapper .inner .image-block .description { width: 92.5%; margin: 1.5% 2.5% 0 5%; }
#top .page-wrapper .inner .image-block .description p { font-size: 11px; }
	
body.single-post .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 h1.title { font-size: 28px; 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; }
.page-wrapper .article-header .article-credit { padding: 6px 0; }
.page-wrapper .article-header .article-credit p { font-size: 11px; }
body.single-post .content .social-buttons { display: none; }
.content .social-buttons ul.social li a {  width: 20px; height: 20px; background-size: 20px 20px; }
.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: -2px; right: -5px; 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 #d7272c; }
.content .social-buttons ul.social.large li a { width: 28px; height: 28px; background-size: 28px 28px; }

body.single-post .content .text { width: 90%; }

.text blockquote { margin: 15px 5px; padding: 5px 0 5px 10px; border-left-width: 4px; }	
.text blockquote h1,
.text blockquote h2,
.text blockquote h3,
.text blockquote h4,
.text blockquote h5,
.text blockquote h6,
.text blockquote p { font-size: 14px !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: 18px; }

.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: 118% !important; margin: 25px -9% !important; }
.text .video-block.full .credit { width: 90% !important; margin: 2.5% 5% 0 5% !important; }
#top .video-block .video-player.rumble .rumble_plyr { height: 0 !important; padding-bottom: 56.3% !important; }
#top .video-block .video-player.rumble .rumble_plyr > div:first-of-type { height: auto !important; }
#top .video-block .video-player.rumble .rumble_plyr > video { position: absolute !important; }

/* Related Content (Video) */ 
#top .related-content.video { width: 100%; margin: 10px 0 25px 0; }
body.single #top .related-content.video { width: 118%; margin: 10px -9% 25px -9%; }
#top .related-content.video h3.title { padding: 2% 0; font-size: 11px; }
#top .related-content.video .sticky-video-wrap.sticky .video-block.stuck { max-width: 295px; right: 25px; }
#top .video-block .video-player.connatix,
#top .related-content.video.connatix .sticky-video-wrap { padding-bottom: 125% !important; }

/* 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 h3.title,
.title-wrap.small h3.title,
.title-wrap.large h3.title { font-size: 14px; padding: 12px 55px; }
.title-wrap h3.title span.icon.trending { width: 18px; height: 18px; }

/* 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; }

/* Author Bio */
.author-bio { width: 90%; margin: 15px 5%; }
.author-bio .image-social { width: 25%; }
.author-bio .image-social ul.social li a { width: 18px; height: 18px; background-size: 18px 18px; }
.author-bio .bio-description { width: 70%; 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; }
#top .articles-wrapper.related-stories .articles .item .image { width: 30%; padding-bottom: 25%; vertical-align: top; }
#top .articles-wrapper.related-stories .articles .item .image .label { font-size: 8px; }
#top .articles-wrapper.related-stories .articles .item.video .image a { background-size: 30px 30px; }
#top .articles-wrapper.related-stories .articles .item .text { width: 65%; margin: 0 0 0 5%; vertical-align: top; }
#top .articles-wrapper.related-stories .articles .item h3.category { font-size: 11px; margin: 0; padding-top: 0; }
#top .articles-wrapper.related-stories .articles .item h2.title,
#top .articles-wrapper.related-stories .articles .item h2.title a { font-size: 14px; margin: 0; }
#top .articles-wrapper.related-stories .articles .item p.author { font-size: 10px; }
	
/* PAGE: Home Video Promo
----------------------------------------------------------------------------- */
body.home #top .page-wrapper .block.video .inner .column.width-75 { width: 100%; }
body.home #top .page-wrapper .block.video .inner .column.width-25 { width: 100%; }
	
/* PAGE: LIVE
----------------------------------------------------------------------------- */
body.live #top .page-wrapper .block.video .inner .column.width-70.column-1 { width: 100%; }
body.live #top .page-wrapper .block.video .inner .column.width-30.column-2 { width: 100%; }
	
/* PAGE: Petitions
----------------------------------------------------------------------------- */
.petition-wrapper .petition .text h1.title { font-size: 26px; }
.petition-wrapper .petition .text p { font-size: 14px; }
#top .petition-wrapper .petition .gform_wrapper.terms-privacy { font-size: 8px; margin: 15px 0 0 0 !important; }
body #top .petition-wrapper .petition .gform_wrapper ul li.gfield { margin-top: 0; padding: 0; }
body #top .petition-wrapper .petition .gform_wrapper.top_label div.ginput_container { margin-top: 0; }
.petition #top .gform_wrapper .gform_footer input.button,
.petition #top .gform_wrapper.gform_page_footer input.button,
.petition #top .gform_wrapper .gform_footer input[type=submit],
.petition #top .gform_wrapper.gform_page_footer input[type=submit] { font-size: 17px; padding: 3.5% 10%; }
.petition-wrapper .petition .content .social-buttons { margin: 0 0 15px 0; }

/* Petition Embed */
.petition-embed { margin: 3.5% auto; max-width: 325px; }
.petition-embed .petition { width: 84%; padding: 0 8% 8% 8%; }
.petition-embed .petition .text { text-align: center; }
.petition-embed .petition .text h4.title,
.petition-embed .petition .text h4.title a { font-size: 17px; }
.petition-embed .image { width: 100%; padding-bottom: 50%; background-position: center center; }
.petition-embed .image .transparent-gradient { background: rgb(161,169,179); background: -moz-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 30%); background: -webkit-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 30%); background: linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 30%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#939aa3",endColorstr="#939aa3",GradientType=1); }
.petition-embed .image .transparent-gradient.fade-length-50 { background: -moz-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 50%); background: -webkit-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 50%); background: linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 50%); }
.button-xsmall a { font-size: 11px !important; padding: 10px 22px !important; }
	
/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.sidebar .sidebar-block {  margin: 0 0 15px 0; }
	
/* GLOBAL: Articles Mini
----------------------------------------------------------------------------- */
#top .articles.mini .item .image { width: 30%; }
#top .articles.mini .item .image .label { font-size: 8px; }
#top .articles.mini .item .text { width: 65%; margin: 0 0 0 5%; }
#top .articles.mini .item h2.title,
#top .articles.mini .item h2.title a { font-size: 13px; margin: 5px 0; }
#top .articles.mini .item .meta-data { font-size: 10px; }

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.infeed { width: 80%; padding: 10%; margin: 0; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
.email-signup.inarticle { width: 92%; padding: 10%; margin: 35px -6% 25px -6%; }
.email-signup .enews form input { width: calc(100% - 40px); padding: 11px 20px; border-right: 1px solid #e7e9ec; font-size: 13px; }
.email-signup .enews form button { font-size: 13px; padding: 6px 20px; display: inline-block; position: relative; top: auto; right: auto; margin-top: 10px; }
.email-signup.infeed .enews form input,
.email-signup.inarticle .enews form input { font-size: 13px; }
.email-signup.infeed .enews form button,
.email-signup.inarticle .enews form button { font-size: 14px; }
.email-signup .text h4 { font-size: 22px; line-height: 1.0; }
.email-signup .text h5 { font-size: 13px; }
.email-signup.infeed .terms-privacy,
.email-signup.inarticle .terms-privacy { width: 100%; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 8px; }
	
/* PREMIUM
----------------------------------------------------------------------------- */
.block.premium .text h1.title,
.block.premium .text h1.title a { font-size: 32px; }
.block.premium .text h2.subtitle,
.block.premium .text h2.subtitle a { font-size: 13px; }
.block.premium .turn-off-ads-wrap { max-width: 450px; margin: 0 auto; }
.block.premium .plan-comparison { max-width: 500px; margin: 0 auto 5% auto; }
.block.premium .plan-comparison .plan h3.amount { font-size: 38px; padding: 0 15px; }
.block.premium .plan-comparison .plan h4.interval { font-size: 13px; }
.block.premium .plan-comparison .divider { width: 3px; padding-bottom: 22%; }

/* ACCOUNT: Dashboard and sub-pages
----------------------------------------------------------------------------- */
.block.account-nav-blocks.one-row { display: block; }
.account-nav-blocks-wrapper .account-nav-blocks .grid-sizer { width: 33.3%; }
.account-nav-blocks-wrapper .account-nav-blocks .item { width: 30.3%; padding-bottom: 26%; margin: 1.5%; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .grid-sizer { width: 16.66%; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item { width: 14.66%; padding-bottom: 14.66%; margin: 1%; }
.account-nav-blocks-wrapper .account-nav-blocks .item .table a { font-size: 12px; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a { font-size: 0; }
.account-nav-blocks-wrapper .account-nav-blocks .item .table a span.icon { width: 40%; padding-bottom: 40%; margin: 0 auto 10px auto; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a span.icon { width: 70%; padding-bottom: 70%; margin: 0 auto; }
ul.subscription-details { padding: 5%; margin: 2.5% 0 5% 0; }
ul.subscription-details li { font-size: 13px; }
	
/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer .footer .content .columns { width: 100%; margin: 0; }
footer .footer .content .columns .column.logo { width: 38%; padding: 15px 12% 0 12%; border-bottom: 4px solid #d6d6e2; border-right: none; }
footer .footer .content .columns .column.nav { width: 80%; padding: 20px 10%; }
footer .footer .content .columns .column.nav .footer-nav,
footer .footer .content .columns .column.nav .footer-nav ul,
footer .footer .content .columns .column.nav .footer-nav ul li,
footer .footer .content .columns .column.nav .footer-nav ul li ul.sub-menu li { text-align: center; }
footer .footer .content .columns .column.nav .footer-nav ul li { font-size: 15px; }
footer .footer .content .social-buttons { width: 80%; padding: 0 10%; }
footer .footer .content .sub-links, 
footer .footer .content .sub-links ul { width: 95%; }
footer .footer .content .sub-links ul li { font-size: 12px; }
footer .footer .content .credits p { font-size: 14px; }
footer .footer .content .credits p.design-dev a { font-size: 8px; }
footer .footer .content .credits p.design-dev a span { font-size: 11px; }

/* GRAVITY FORMS
----------------------------------------------------------------------------- */
#top .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { font-size: 16px; padding: 8px 18px; }
body #top .gform_wrapper ul li.gfield { margin-top: 5px; padding-top: 0; }

/* GLOBAL: Modal Signup
----------------------------------------------------------------------------- */
.block.signup-modal .close-button {  width: 25px; height: 25px; top: 15px; right: 15px; }
.block.signup-modal .close-button a {  width: 25px; height: 25px; }	
.block.signup-modal .content-wrapper .content .text h2 { font-size: 22px; }
.block.signup-modal .content-wrapper .content .text h3 { font-size: 17px; }
.block.signup-modal .content-wrapper .content .text h4 { font-size: 20px; }
.block.signup-modal .content-wrapper .content .text p { font-size: 14px; }
.block.signup-modal .content-wrapper .content .text p a.close-text { font-size: 14px; }
.block.signup-modal .enews form input { padding: 8px 20px; font-size: 16px; }
body.safari .block.signup-modal .enews input { font-size: 16px; padding-top: 8px; padding-bottom: 8px; }
.block.signup-modal .enews form button { padding: 12px 24px; font-size: 14px; }
	
}

@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 CSS
----------------------------------------------------------------------------- */
.pace .pace-progress { height: 2px; }
body.admin-bar #top { top: 46px; }

/* 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 { width: 80%; padding: 10%; }
.block.fixed-menu-container .fixed-menu ul.menu li a { font-size: 14px; padding: 8px 10px; }
.block.fixed-menu-container .fixed-menu ul.menu li a:hover { font-size: 16px; }
.block.fixed-menu-container .fixed-menu ul.menu li.minimal a { font-size: 11px; padding: 7px 9px; }

/* GLOBAL: Header
----------------------------------------------------------------------------- */
#top header .masterhead .column.col-left { width: 30%; }
#top header .masterhead .column.col-center { width: 0%; }
#top header .masterhead .column.col-right { width: 70%; }
#top header .masterhead .logo { width: 110px; margin: 15px 0; }
#top header .masterhead .nav.tablet-mobile-nav { display: inline-block; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 12px; }
#top header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 24px; height: 24px; }
#top header .masterhead .nav.top-nav { display: none; }
#top header .masterhead .social-search { margin: 0 4px 0 0; }
#top header .masterhead .social-search .social .social-buttons ul li a { width: 16px; height: 16px; margin: 4px; }
#top header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 6px; }
#top header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
#top header .masterhead .account-button a { width: 24px; height: 24px; margin: 0 10px 0 0; }
	
/* GLOBAL: Ad-Free Promo
----------------------------------------------------------------------------- */
#top .ad-free-bar .promo-text { width: 60%; }
#top .ad-free-bar .promo-text p { font-size: 12px; }

/* GLOBAL: Spacer Wrap
----------------------------------------------------------------------------- */
.spacer-wrap { width: 100% !important; }
	
/* 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: 118%; margin: 15px -9%; display: block; float: none !important; padding: 0px !important; }
.top-advt .advertisement,
.bottom-advt .advertisement { width: 100%; margin: 0; padding: 0; display: block; }
.advertisement.below-article { width: 90% !important; margin: 15px 5% !important; }

/* 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
----------------------------------------------------------------------------- */
.page-wrapper { overflow-x: hidden; }
body.single-post .page-wrapper { overflow-x: visible; }
body.single-post #top .page-wrapper .inner { padding: 0; }
body.single #top .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single #top .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
body.single #top .page-wrapper .inner .content-main .post .content { width: 94%; margin: 3%; }	

#top .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .articles-wrapper .articles .item { width: 94%; margin: 0 3% 5% 3%; }
#top .articles-wrapper .articles .item.wide { width: 105.355% !important; margin: 0 -2.75% !important; }
#top .articles-wrapper .articles .item.advt { width: 105.2% !important; margin: 0 -2.6% !important; }
#top .articles-wrapper .articles .item.wide.featured { width: 90% !important; margin: 2.5% 5% !important; }
#top .articles-wrapper .articles .item.wide.featured .image { width: 100% !important; padding-bottom: 56.3%; margin: 2.5% 0 0 0 !important; }
#top .articles-wrapper .articles .item.wide.featured .text { width: 100%; margin: 0; }
#top .articles-wrapper .articles.full .item .image { width: 112% !important; padding-bottom: 60%; margin: 0 -6% !important; }
#top .articles-wrapper .articles.full .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
#top .articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
#top .articles-wrapper .articles .item .image .kicker-label,
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label { padding: 4px 12px; font-size: 20px; bottom: 15px; left: -16px; }
#top .articles-wrapper .articles .item .image .kicker-label .corner:before,
#top .articles-wrapper .articles .item.wide.featured .image .kicker-label .corner:before { top: -20px; right: -4px; border: 8px solid transparent; border-bottom-color: #bd1c1c; border-right-color: #bd1c1c; }
#top .articles-wrapper .articles .item h3.category { font-size: 17px; }
#top .articles-wrapper .articles .item h2.title, 
#top .articles-wrapper .articles .item h2.title a { font-size: 22px; }
#top .articles-wrapper .articles .item.wide.featured h2.title,
#top .articles-wrapper .articles .item.wide.featured h2.title a { font-size: 24px; }
#top .articles-wrapper .articles .item p.author, 
#top .articles-wrapper .articles .item .meta-data { font-size: 14px; }
#top .articles-wrapper .articles .item p.excerpt { font-size: 16px; }
#top .articles-wrapper .articles .item.large h3.category { font-size: 15px; }
#top .articles-wrapper .articles .item.large h2.title,
#top .articles-wrapper .articles .item.large h2.title a { font-size: 30px; }
#top .articles-wrapper .articles.grid-2 .grid-sizer { width: 100%; }
#top .articles-wrapper .articles.grid-2 .item { width: 90%; margin: 5%; }
#top .articles-wrapper .articles.grid-2 .item .image { width: 100%; padding-bottom: 56.3%; margin: 0 0 2.5% 0; }
#top .articles-wrapper .articles.grid-2 .item .text { width: 100%; }
#top .articles-wrapper .articles.grid-3 .grid-sizer { width: 100%; }
#top .articles-wrapper .articles.grid-3 .item { width: 94%; margin: 0 3% 5% 3%; }
#top .articles-wrapper .articles.grid-3 .item.wide { width: 105.355% !important; margin: 0 -2.75% !important; }
#top .articles-wrapper .articles.grid-3 .item.advt { width: 105.2% !important; margin: 0 -2.6% !important; }
#top .articles-wrapper .articles.full.grid-3 .item .image { width: 112% !important; padding-bottom: 60%; margin: 0 -6% !important; }
#top .articles-wrapper .articles.full.grid-3 .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
#top .articles-wrapper .articles.grid-3 .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
#top .articles-wrapper .articles.grid-3 .item h3.category { font-size: 17px; }
#top .articles-wrapper .articles.grid-3 .item h2.title, 
#top .articles-wrapper .articles.grid-3 .item h2.title a { font-size: 22px; }
#top .articles-wrapper .articles.grid-3 .item p.author, 
#top .articles-wrapper .articles.grid-3 .item .meta-data { font-size: 14px; }
#top .articles-wrapper .articles.grid-3 .item p.excerpt { font-size: 16px; }
#top .articles-wrapper .nav-load-buttons { margin: 25px 0; }
#top .articles-wrapper .nav-load-buttons .load-more-button a { font-size: 14px; padding: 12px 26px; }
	
body.blog #top .page-wrapper .inner .column { flex: none; }	
body.blog #top .page-wrapper .inner .column.width-70.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .column.width-30.column-2 { display: none; }
	
body.archive #top .page-wrapper .inner .column.width-65 { width: 100%; }
body.archive #top .page-wrapper .inner .column.width-35 { display: none; }
	
/* PAGE: Featured Category
----------------------------------------------------------------------------- */
body.blog #top .page-wrapper .inner .featured-category-header .column.width-70.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .featured-category-header .column.width-30.column-2 { width: 100%; }
body.blog #top .page-wrapper .inner .featured-category-header .column .text { text-align: center; }
body.blog #top .page-wrapper .inner .featured-category .column.width-50.column-1 { width: 100%; }
body.blog #top .page-wrapper .inner .featured-category .column.width-50.column-2 { width: 100%; }
#top .featured-category .column-1 .articles-wrapper .articles .item h2.title, 
#top .featured-category .column-1 .articles-wrapper .articles .item h2.title a,
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title, 
#top .featured-category .column-2 .articles-wrapper .articles .item h2.title a { font-size: 22px; }
	
/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
#top .block.latest-articles .articles-wrapper .articles .item.item-1,
#top .block.latest-articles .articles-wrapper .articles .item.item-2,
#top .block.latest-articles .articles-wrapper .articles .item.item-3,
#top .block.latest-articles .articles-wrapper .articles .item.item-4,
#top .block.latest-articles .articles-wrapper .articles .item.item-5 { width: 100%; padding-bottom: 56.3%; margin: 0 0 15px 0; }
#top .block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-2 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
#top .block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 22px; }
#top .block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 12px; margin: 5px 0; }
	
/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
#top .block.featured-articles .articles-wrapper { width: 100%; margin: 0 0 0 0; }
#top .block.featured-articles .articles-wrapper .articles .grid-sizer { width: 100%; }
#top .block.featured-articles .articles-wrapper .articles .item { width: 95%; margin: 1.5% 2.5%; }
#top .block.featured-articles .articles-wrapper .articles .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
	
/* PAGE: Carousel
----------------------------------------------------------------------------- */
#top .block.carousel .carousel { width: 85%; margin: 0 7.5%; }
.block.carousel .content .tabs ul.tab-nav li,
.block.carousel .content .tabs ul.tab-nav li a { font-size: 13px; }
.block.carousel .content .tabs ul.tab-nav li a { padding: 8px 16px; margin: 0; }
.block.carousel .content .tabs ul.tab-nav li a span.icon.trending { width: 18px; height: 11px; }
.block.carousel .content .tabs ul.tab-nav li.lztv-logo { display: block; margin: 20px 10px; }
.block.carousel .content .tabs ul.tab-nav li.lztv-logo span.icon { width: 128px; height: 22px; background-size: 128px 22px; }
#top .block.carousel .articles-wrapper .carousel-wrap { margin: 25px 15px; }
#top .block.carousel .articles-wrapper .articles .item { width: 94%; margin: 0 3% 1.5% 3%; }
.block.carousel .owl-nav { position: relative; display: inline-block; top: auto; margin-bottom: 15px; }
.block.carousel .owl-nav .owl-prev,
.block.carousel .owl-nav .owl-next { display: inline-block; position: relative; width: 36px; height: 36px; background-size: 13px 13px; }
.block.carousel .owl-nav .owl-prev { left: -5px; }
.block.carousel .owl-nav .owl-next { right: -5px; }
	
/* PAGES: Page Header
----------------------------------------------------------------------------- */
.block.page-header .content.pad-top-7 { padding-top: 10% !important; }
.block.page-header .content.pad-bottom-8 { padding-bottom: 11% !important; }
.block.page-header h1 { font-size: 20px; }
.block.page-header h5.subtitle,
.block.page-header h5.subtitle a { font-size: 10px; }
	
/* Category/Author */
.bio-info-wrap .bio-image {  width: 33%; margin: 0 0 5% 0; }
.bio-info-wrap .bio-info { width: 90%; margin: 0 5%; display: block; }
.bio-info-wrap .bio-info .text { text-align: center; }
.bio-info-wrap .bio-info .text h1, 
.bio-info-wrap .bio-info .text h1 a { font-size: 24px; }
.bio-info-wrap .bio-info .text h2, 
.bio-info-wrap .bio-info .text h2 a { font-size: 12px; }
.bio-info-wrap .bio-info ul.social-email { margin: 5% 0 0 0; display: block; text-align: center; }

/* PAGE: Article
----------------------------------------------------------------------------- */
#top .page-wrapper .inner .column.width-65.column-1 { width: 100%; }
#top .page-wrapper .inner .column.width-35.column-2 { display: none; }

#top .page-wrapper .inner .image-block .description { width: 92.5%; margin: 1.5% 2.5% 0 5%; }
#top .page-wrapper .inner .image-block .description p { font-size: 11px; }
	
body.single-post .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 h1.title { font-size: 28px; 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; }
.page-wrapper .article-header .article-credit { padding: 6px 0; }
.page-wrapper .article-header .article-credit p { font-size: 11px; }
body.single-post .content .social-buttons { display: none; }
.content .social-buttons ul.social li a {  width: 20px; height: 20px; background-size: 20px 20px; }
.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: -2px; right: -5px; 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 #d7272c; }
.content .social-buttons ul.social.large li a { width: 28px; height: 28px; background-size: 28px 28px; }

body.single-post .content .text { width: 90%; }

.text blockquote { margin: 15px 5px; padding: 5px 0 5px 10px; border-left-width: 4px; }	
.text blockquote h1,
.text blockquote h2,
.text blockquote h3,
.text blockquote h4,
.text blockquote h5,
.text blockquote h6,
.text blockquote p { font-size: 14px !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: 18px; }

.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: 118% !important; margin: 25px -9% !important; }
.text .video-block.full .credit { width: 90% !important; margin: 2.5% 5% 0 5% !important; }
#top .video-block .video-player.rumble .rumble_plyr { height: 0 !important; padding-bottom: 56.3% !important; }
#top .video-block .video-player.rumble .rumble_plyr > div:first-of-type { height: auto !important; }
#top .video-block .video-player.rumble .rumble_plyr > video { position: absolute !important; }

/* Related Content (Video) */ 
#top .related-content.video { width: 100%; margin: 10px 0 25px 0; }
body.single #top .related-content.video { width: 118%; margin: 10px -9% 25px -9%; }
#top .related-content.video h3.title { padding: 2% 0; font-size: 11px; }
#top .related-content.video .sticky-video-wrap.sticky .video-block.stuck { max-width: 295px; right: 25px; }
#top .video-block .video-player.connatix,
#top .related-content.video.connatix .sticky-video-wrap { padding-bottom: 125% !important; }

/* 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 h3.title,
.title-wrap.small h3.title,
.title-wrap.large h3.title { font-size: 14px; padding: 12px 55px; }
.title-wrap h3.title span.icon.trending { width: 18px; height: 18px; }

/* 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; }

/* Author Bio */
.author-bio { width: 90%; margin: 15px 5%; }
.author-bio .image-social { width: 25%; }
.author-bio .image-social ul.social li a { width: 18px; height: 18px; background-size: 18px 18px; }
.author-bio .bio-description { width: 70%; 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; }
#top .articles-wrapper.related-stories .articles .item .image { width: 30%; padding-bottom: 25%; vertical-align: top; }
#top .articles-wrapper.related-stories .articles .item .image .label { font-size: 8px; }
#top .articles-wrapper.related-stories .articles .item.video .image a { background-size: 30px 30px; }
#top .articles-wrapper.related-stories .articles .item .text { width: 65%; margin: 0 0 0 5%; vertical-align: top; }
#top .articles-wrapper.related-stories .articles .item h3.category { font-size: 11px; margin: 0; padding-top: 0; }
#top .articles-wrapper.related-stories .articles .item h2.title,
#top .articles-wrapper.related-stories .articles .item h2.title a { font-size: 14px; margin: 0; }
#top .articles-wrapper.related-stories .articles .item p.author { font-size: 10px; }
	
/* PAGE: Home Video Promo
----------------------------------------------------------------------------- */
body.home #top .page-wrapper .block.video .inner .column.width-75 { width: 100%; }
body.home #top .page-wrapper .block.video .inner .column.width-25 { width: 100%; }
	
/* PAGE: LIVE
----------------------------------------------------------------------------- */
body.live #top .page-wrapper .block.video .inner .column.width-70.column-1 { width: 100%; }
body.live #top .page-wrapper .block.video .inner .column.width-30.column-2 { width: 100%; }
	
/* PAGE: Petitions
----------------------------------------------------------------------------- */
.petition-wrapper .petition .text h1.title { font-size: 26px; }
.petition-wrapper .petition .text p { font-size: 14px; }
#top .petition-wrapper .petition .gform_wrapper.terms-privacy { font-size: 8px; margin: 15px 0 0 0 !important; }
body #top .petition-wrapper .petition .gform_wrapper ul li.gfield { margin-top: 0; padding: 0; }
body #top .petition-wrapper .petition .gform_wrapper.top_label div.ginput_container { margin-top: 0; }
.petition #top .gform_wrapper .gform_footer input.button,
.petition #top .gform_wrapper.gform_page_footer input.button,
.petition #top .gform_wrapper .gform_footer input[type=submit],
.petition #top .gform_wrapper.gform_page_footer input[type=submit] { font-size: 17px; padding: 3.5% 10%; }
.petition-wrapper .petition .content .social-buttons { margin: 0 0 15px 0; }

/* Petition Embed */
.petition-embed { margin: 3.5% auto; max-width: 325px; }
.petition-embed .petition { width: 84%; padding: 0 8% 8% 8%; }
.petition-embed .petition .text { text-align: center; }
.petition-embed .petition .text h4.title,
.petition-embed .petition .text h4.title a { font-size: 17px; }
.petition-embed .image { width: 100%; padding-bottom: 50%; background-position: center center; }
.petition-embed .image .transparent-gradient { background: rgb(161,169,179); background: -moz-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 30%); background: -webkit-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 30%); background: linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 30%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#939aa3",endColorstr="#939aa3",GradientType=1); }
.petition-embed .image .transparent-gradient.fade-length-50 { background: -moz-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 50%); background: -webkit-linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 50%); background: linear-gradient(0deg, rgba(161,169,179,1) 0%, rgba(161,169,179,0) 50%); }
.button-xsmall a { font-size: 11px !important; padding: 10px 22px !important; }
	
/* GLOBAL: Sidebar
----------------------------------------------------------------------------- */
.sidebar .sidebar-block {  margin: 0 0 15px 0; }
	
/* GLOBAL: Articles Mini
----------------------------------------------------------------------------- */
#top .articles.mini .item .image { width: 30%; }
#top .articles.mini .item .image .label { font-size: 8px; }
#top .articles.mini .item .text { width: 65%; margin: 0 0 0 5%; }
#top .articles.mini .item h2.title,
#top .articles.mini .item h2.title a { font-size: 13px; margin: 5px 0; }
#top .articles.mini .item .meta-data { font-size: 10px; }

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.infeed { width: 80%; padding: 10%; margin: 0; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
.email-signup.inarticle { width: 92%; padding: 10%; margin: 35px -6% 25px -6%; }
.email-signup .enews form input { width: calc(100% - 40px); padding: 11px 20px; border-right: 1px solid #e7e9ec; font-size: 13px; }
.email-signup .enews form button { font-size: 13px; padding: 6px 20px; display: inline-block; position: relative; top: auto; right: auto; margin-top: 10px; }
.email-signup.infeed .enews form input,
.email-signup.inarticle .enews form input { font-size: 13px; }
.email-signup.infeed .enews form button,
.email-signup.inarticle .enews form button { font-size: 14px; }
.email-signup .text h4 { font-size: 22px; line-height: 1.0; }
.email-signup .text h5 { font-size: 13px; }
.email-signup.infeed .terms-privacy,
.email-signup.inarticle .terms-privacy { width: 100%; }
.email-signup .terms-privacy span, 
.email-signup .terms-privacy span a { font-size: 8px; }
	
/* PREMIUM
----------------------------------------------------------------------------- */
.block.premium .text h1.title,
.block.premium .text h1.title a { font-size: 32px; }
.block.premium .text h2.subtitle,
.block.premium .text h2.subtitle a { font-size: 13px; }
.block.premium .turn-off-ads-wrap { max-width: 450px; margin: 0 auto; }
.block.premium .plan-comparison { max-width: 500px; margin: 0 auto 5% auto; }
.block.premium .plan-comparison .plan h3.amount { font-size: 38px; padding: 0 15px; }
.block.premium .plan-comparison .plan h4.interval { font-size: 13px; }
.block.premium .plan-comparison .divider { width: 3px; padding-bottom: 22%; }

/* ACCOUNT: Dashboard and sub-pages
----------------------------------------------------------------------------- */
.block.account-nav-blocks.one-row { display: block; }
.account-nav-blocks-wrapper .account-nav-blocks .grid-sizer { width: 33.3%; }
.account-nav-blocks-wrapper .account-nav-blocks .item { width: 30.3%; padding-bottom: 26%; margin: 1.5%; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .grid-sizer { width: 16.66%; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item { width: 14.66%; padding-bottom: 14.66%; margin: 1%; }
.account-nav-blocks-wrapper .account-nav-blocks .item .table a { font-size: 12px; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a { font-size: 0; }
.account-nav-blocks-wrapper .account-nav-blocks .item .table a span.icon { width: 40%; padding-bottom: 40%; margin: 0 auto 10px auto; }
.block.account-nav-blocks.one-row .account-nav-blocks-wrapper .account-nav-blocks.small .item .table a span.icon { width: 70%; padding-bottom: 70%; margin: 0 auto; }
ul.subscription-details { padding: 5%; margin: 2.5% 0 5% 0; }
ul.subscription-details li { font-size: 13px; }
	
/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer .footer .content .columns { width: 100%; margin: 0; }
footer .footer .content .columns .column.logo { width: 38%; padding: 15px 12% 0 12%; border-bottom: 4px solid #d6d6e2; border-right: none; }
footer .footer .content .columns .column.nav { width: 80%; padding: 20px 10%; }
footer .footer .content .columns .column.nav .footer-nav,
footer .footer .content .columns .column.nav .footer-nav ul,
footer .footer .content .columns .column.nav .footer-nav ul li,
footer .footer .content .columns .column.nav .footer-nav ul li ul.sub-menu li { text-align: center; }
footer .footer .content .columns .column.nav .footer-nav ul li { font-size: 15px; }
footer .footer .content .social-buttons { width: 80%; padding: 0 10%; }
footer .footer .content .sub-links, 
footer .footer .content .sub-links ul { width: 95%; }
footer .footer .content .sub-links ul li { font-size: 12px; }
footer .footer .content .credits p { font-size: 14px; }
footer .footer .content .credits p.design-dev a { font-size: 8px; }
footer .footer .content .credits p.design-dev a span { font-size: 11px; }

/* GRAVITY FORMS
----------------------------------------------------------------------------- */
#top .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { font-size: 16px; padding: 8px 18px; }
body #top .gform_wrapper ul li.gfield { margin-top: 5px; padding-top: 0; }
	
/* GLOBAL: Modal Signup
----------------------------------------------------------------------------- */
.block.signup-modal .close-button {  width: 25px; height: 25px; top: 15px; right: 15px; }
.block.signup-modal .close-button a {  width: 25px; height: 25px; }	
.block.signup-modal .content-wrapper .content .text h2 { font-size: 22px; }
.block.signup-modal .content-wrapper .content .text h3 { font-size: 17px; }
.block.signup-modal .content-wrapper .content .text h4 { font-size: 20px; }
.block.signup-modal .content-wrapper .content .text p { font-size: 14px; }
.block.signup-modal .content-wrapper .content .text p a.close-text { font-size: 14px; }
.block.signup-modal .enews form input { padding: 8px 20px; font-size: 16px; }
body.safari .block.signup-modal .enews input { font-size: 16px; padding-top: 8px; padding-bottom: 8px; }
.block.signup-modal .enews form button { padding: 12px 24px; font-size: 14px; }

}
	
}

@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;
	 }
}

