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

/* IMPORTS
----------------------------------------------------------------------------- */
@import url("https://use.typekit.net/eho7bor.css");

/* 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: #cd1f36;
  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);
}

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

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

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

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

.top-shadow {
	width: 95%;
	height: 14px;
	margin: 0 2.5%;
	background-color: transparent;
	background-image: url(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: #cd1f36;
						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-white-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: #cd1f36;
	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: 'proxima-nova', 'Arial', sans-serif;
	}

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

		.block.fixed-menu-container .fixed-menu ul.menu li a:hover { color: #cfdcff; font-size: 24px; }
	
    .block.fixed-menu-container .fixed-menu ul.menu li.minimal a {
        font-size: 14px;
        font-weight: 800;
		padding: 6px 12px;
		color: #242430;
		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: 16px; font-weight: 700; }

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

header .masterhead {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	background: rgb(234,234,243);
	background: -moz-radial-gradient(circle, rgba(234,234,243,1) 35%, rgba(195,195,205,1) 90%);
	background: -webkit-radial-gradient(circle, rgba(234,234,243,1) 35%, rgba(195,195,205,1) 90%);
	background: radial-gradient(circle, rgba(234,234,243,1) 35%, rgba(195,195,205,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeaf3",endColorstr="#c3c3cd",GradientType=1); 
	-webkit-transition: all .25s ease !important;
	-moz-transition: all .25s ease !important;
	-ms-transition: all .25s ease !important;
	-o-transition: all .25s ease !important;
	transition: all .25s ease !important;
}
	
header .masterhead .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: 90% auto; */
}

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

header .masterhead .top-shadow {
	position: absolute;
	bottom: -15px;
}
				
	header .masterhead .logo {
		width: 300px;
		height: auto;
		display: inline-block;
		position: relative;
		text-align: center;
		vertical-align: middle;
		margin: 20px 0;
	}
	
		header .masterhead .logo h1.icon a {
			width: 100%;
			height: 0;
			padding-bottom: 25%;
			display: inline-block;
			background-color: transparent;
			background-image: url(images/logo.svg);
			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 header .masterhead .logo h1.icon a:hover {
			transform: scale(1.05);
		}

	header .masterhead .personality {
		width: 180px;
		height: auto;
		display: inline-block;
		position: relative;
		text-align: center;
		vertical-align: middle;
	}
	
		header .masterhead .personality a {
			width: 100%;
			height: 0;
			padding-bottom: 85%;
			display: inline-block;
			margin: 0 0 0 0;
			background-color: transparent;
			background-image: url(images/personality.png);
			background-repeat: no-repeat;
			background-position: bottom center;
			background-size: 100% auto;
			vertical-align: middle;
			position: relative;
		}
		
	header .masterhead .social-search {
		display: inline-block;
		position: relative;
		vertical-align: middle;
		text-align: right;
		margin: 0;
	}
	
		header .masterhead .social-search .social {
			display: inline-block;
			vertical-align: middle;
		}
		
			header .masterhead .social-search .social .social-buttons ul {
				width: 100%;
				display: inline-block;
				text-align: left;
			}
			
			header .masterhead .social-search .social .social-buttons ul li {
				float: left;
				display: inline-block;
			}
			
			header .masterhead .social-search .social .social-buttons ul li a {
				width: 20px;
				height: 20px;
				float: right;
				margin: 5px;
				display: inline-block;
				background-color: transparent;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: 100% 100%;
			}
			
			header .masterhead .social-search .social .social-buttons ul li.parler a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="parler.com"] { background-image: url(images/icon-white-parler.svg); }
			header .masterhead .social-search .social .social-buttons ul li.facebook a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="facebook.com"] { background-image: url(images/icon-white-facebook.svg); }
			header .masterhead .social-search .social .social-buttons ul li.twitter a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="twitter.com"] { background-image: url(images/icon-white-twitter.svg); }
			header .masterhead .social-search .social .social-buttons ul li.instagram a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="instagram.com"] { background-image: url(images/icon-white-instagram.svg); }
			header .masterhead .social-search .social .social-buttons ul li.pinterest a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="pinterest.com"] { background-image: url(images/icon-white-pinterest.svg); }
			header .masterhead .social-search .social .social-buttons ul li.linkedin a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="linkedin.com"] { background-image: url(images/icon-white-linkedin.svg); }
			header .masterhead .social-search .social .social-buttons ul li.youtube a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="youtube.com"] { background-image: url(images/icon-white-youtube.svg); }
			header .masterhead .social-search .social .social-buttons ul li.rss a,
			header .masterhead .social-search .social .social-buttons ul li a[href*="/feed"]  { background-image: url(images/icon-white-rss.svg); }
			
				header .masterhead .social-search .social .social-buttons ul li a:hover { opacity: 0.5; }
			
			header .masterhead .social-search .social .social-buttons ul li.hide-computer { display: none; }

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

		header .masterhead .cta-button a {
			display: inline-block;
			vertical-align: middle;
			color: #fff;
			font-size: 16px;
			font-weight: 800;
			text-transform: uppercase;
			padding: 13px 22px;
			margin: 17px;
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			background-color: #cd1f36;
			box-shadow: inset 0 -3px 0 rgba(0,0,0,0.25);
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
			font-family: 'proxima-nova', 'Arial', sans-serif !important;
		}
		header .masterhead .cta-button a:hover { color: #fff; background-color: #ea1c2b; }

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

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

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

		header .masterhead .nav.tablet-mobile-nav a.toggle:hover span.icon {
		  -webkit-transform: rotateY(180deg);
				  transform: rotateY(180deg);
		}
		
			header .masterhead .nav nav ul.menu {
				width: 100%;
				display: inline-block;
				padding: 0;
			}
			
			header .masterhead .nav nav ul.menu li {
				position: relative;
				color: #fff;
				display: inline-block;
				margin: 0;
				padding: 0;
				font-weight: normal;
				text-align: center;
				cursor: pointer;
				vertical-align: top;
			}
			header .masterhead .nav.top-nav nav ul.menu li { color: #fff; font-family: 'proxima-nova', 'Arial', sans-serif; }
			header .masterhead .nav.main-nav nav ul.menu li { color: #fff; font-family: 'proxima-nova', 'Arial', sans-serif; }
			
			header .masterhead .nav nav ul.menu li a {
				display: inline-block;
				color: #edf2f4;
				font-size: 22px;
				line-height: 1.0;
				font-weight: 600;
				padding: 16px 10px;
				margin: 0;
				cursor: pointer;
				vertical-align: top;
				position: relative;
				text-transform: uppercase;
			}
			header .masterhead .nav.top-nav nav ul.menu li a { color: #fff; font-family: 'proxima-nova', 'Arial', sans-serif; }
			header .masterhead .nav.main-nav nav ul.menu li a { font-size: 18px; color: #fff; font-family: 'proxima-nova', 'Arial', sans-serif; }
			
			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;
			}
			header .masterhead .nav.tablet-mobile-nav nav ul.menu li.menu-item-has-children:hover span.arrow { left: 20%; }
			header .masterhead .nav nav ul.menu li.menu-item ul.sub-menu li.menu-item span.arrow { display: none; }
				
				header .masterhead .nav nav ul.menu li.hide-computer,
				header .masterhead .nav nav ul.menu li ul.sub-menu li.hide-computer,
				header .masterhead .nav nav ul.menu li ul.sub-menu li ul.sub-menu li.hide-computer { display: none; }
			
			header .masterhead .nav nav ul.menu li.current-menu-item a,
			header .masterhead .nav nav ul.menu li.current-page-ancestor a {
				color: #cd1f36;
			}

			header .masterhead .nav nav ul.menu li a:hover,
			header .masterhead .nav nav ul.menu li.current-menu-item a:hover {
				color: #cd1f36;
			}
			
			header .masterhead .nav.top-nav nav ul.menu li.current-menu-item a,
			header .masterhead .nav.top-nav nav ul.menu li.current-page-ancestor a,
			header .masterhead .nav.top-nav nav ul.menu li a:hover,
			header .masterhead .nav.top-nav nav ul.menu li.current-menu-item a:hover {
				color: #d6d6e2;
			}
				
		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;
		}

		header .masterhead .nav.main-nav ul.menu li.menu-item span.pulse-dot { display: none; }
			
			header .masterhead .nav.main-nav ul.menu li.menu-item.pulse span.pulse-dot,
			header .masterhead .nav.main-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: #cd1f36;
			}
			
			header .masterhead .nav.main-nav ul.menu li.menu-item.pulse span.pulse-dot span.expanding-circle,
			header .masterhead .nav.main-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 #cd1f36;
				-webkit-animation: pulse 1.5s ease-out infinite;
				-moz-animation: pulse 1.5s ease-out infinite;
				animation: pulse 1.5s ease-out infinite;
			}
			
			header .masterhead .nav.main-nav ul.menu li.menu-item.pulse span.pulse-dot,
			header .masterhead .nav.main-nav ul.menu li.menu-item.pulse span.pulse-dot span.expanding-circle { z-index: 10; }
			
		header .masterhead .nav.main-nav ul.menu li.menu-item ul.sub-menu li.menu-item span.pulse-dot,
		header .masterhead .nav.main-nav ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item span.pulse-dot { display: none; }
			header .masterhead .nav.main-nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot,
			header .masterhead .nav.main-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; }
		
/* 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: 600!important;
		text-decoration: none!important;
		margin: 8px 10px 8px 0!important;
		text-align: center; 
		border: 0;
		cursor:pointer;
		vertical-align: top;
		border-radius: 100px;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		box-shadow: inset 0 -3px 0 rgba(0,0,0,0.12);
	}
	
	/* 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 30px!important; }
	.button-small a { font-size: 14px!important; padding: 12px 32px!important; }
	.button-medium a { font-size: 16px!important; padding: 14px 34px!important; }
	.button-large a { font-size: 18px!important; padding: 16px 36px!important; }
	.button-xlarge a { font-size: 20px!important; padding: 18px 38px!important; }
		
		.button-xsmall.simple a,	
		.button-small.simple a,
		.button-medium.simple a,
		.button-large.simple a,
		.button-xlarge.simple a { padding: 0!important; }

/* BUTTON STYLES */

	/* Outline (Global) */
	.button.outline a { background: none; border-width: 2px!important; border-style: solid!important; }

		/* Outline (Teal) */
		.button.outline.teal a { border-color: #a3bfcc; }
		.button.outline.teal a:hover { border-color: #789bab; }
		
		/* 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: #e13cad; }
		.button.outline.red a:hover { border-color: #aecddb; }
		
		/* 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 (Teal) */
		.button.solid.teal a { background-color: #a3bfcc; }
		.button.solid.teal a:hover { background-color: #789bab; }
		
		/* 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: #e13cad; }
		.button.solid.red a:hover { background-color: #aecddb; }
		
		/* 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 (Teal) */
	.button.teal a { color: #a3bfcc!important; }
	.button.teal a:hover { color: #789bab!important; }
	
		/* Solid (Teal) */
		.button.solid.teal a { color: #222225!important; }
		.button.solid.teal a:hover { color: #222225!important; }
		
	/* 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: #e13cad!important; }
	.button.red a:hover { color: #aecddb!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
----------------------------------------------------------------------------- */
.advertisement {
	width: auto;
	display: block;	
	text-align: center !important;
	margin: 0;
	overflow-x: hidden;
}

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

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

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

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

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

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

.top-advertisement,
.bottom-advertisement {
	width: 100%;
	display: block;
	position: relative;	
	padding: 15px 0 10px 0;
	clear: both !important;
}
.top-advertisement.dark,
.bottom-advertisement.dark { background-color: #101011; }

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

.advertisement .ad-label {
	width: 100%;
	display: block;
	margin: 0;
	padding: 5px 0;
	position: relative;
	vertical-align: top;
	font-size: 6px !important;
	line-height: 6px !important;
	letter-spacing: 4px !important;
	text-transform: uppercase !important;
	text-align: center !important;
	font-weight: 400 !important;
	color: #939aa3 !important;
}
.advertisement .ad-label.dark { color: #51555a !important; }
	
/* 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 .content {
	padding: 6% 0;
	display: block;
	text-align: center;
	position: relative;
}

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

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
.page-wrapper {
	width: 100%;
	display: block;
}
.page-wrapper.offset { margin-top: 123px; }
	
	.page-wrapper .inner .content-main {
		width: 100%;
		margin: 0;
		display: inline-flex;
	}
	body.home.ad-free .page-wrapper .inner .content-main { margin: 0; }
	body.ad-free .page-wrapper .inner .content-main { margin: 3.5% 0 0 0; }

		.page-wrapper .inner .content-main .left {
			width: 60%;
			max-width: 864px;
			display: inline-block;
			flex: 1 auto;
			vertical-align: top;
			position: relative;
		}
		
		.page-wrapper .inner .content-main .content-main-inner {
			width: 100%;
			display: inline-block;
			margin: 0;
		}
		
		.page-wrapper .inner .content-main .content-main-inner.full-width {
			width: 95%;
			display: inline-block;
			margin: 2.5%;
		}
		
		.page-wrapper .inner .content-main .right {
			width: 40%;
			max-width: 576px;
			margin: 0;
			display: inline-block;
			flex: 1 auto;
			vertical-align: top;
			text-align: center;
			position: relative;
		}
		
		.articles-wrapper {
			width: 100%;
			display: block;
			position: relative;
			margin: 0;
		}
					
			.articles-wrapper .articles {
				width: 100%;
				display: block;
			}
				
				.articles-wrapper .articles .grid-sizer {
					width: 50%;
				}
				
				.articles-wrapper .articles .item {
					width: 45%;
					margin: 2.5%;
					font-size: 0;
					text-align: left;
					position: relative;
					float: left;
				}
				.articles-wrapper .articles .item.wide {
					width: 95%;
				}
				
					.articles-wrapper .articles .item .image {
						width:100%;
						display: inline-block;
						position: relative;
						padding-bottom: 55%;
						height: auto;
						background-color: #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;
					}
					
					.articles-wrapper .articles .item .image a {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						z-index: 12;
						opacity: 1.0;
					}
					
					.articles-wrapper .articles .item.video .image a,
					.articles-wrapper .articles .item.podcast .image a {
						background-color: transparent;
						background-repeat: no-repeat;
						background-position: center center;
						background-size: 35% 35%;
					}
					.articles-wrapper .articles .item.video .image a { background-image: url(images/icon-white-play.svg); }
					.articles-wrapper .articles .item.podcast .image a { background-image: url(images/icon-white-podcast.svg); }
					
						.articles-wrapper .articles .item .image a:hover { opacity: 0.5; }
						.articles-wrapper .articles .item .image:hover { opacity: 0.95; }
							
					.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;
					}
					
				.articles-wrapper .articles .item .text { 
					width: 100%;
					margin: 2.5% 0; 
					padding: 0; 
					display: inline-block;
				}

					.articles-wrapper .articles .item h3.category {
						color: #cd1f36;
						font-weight: 700;
						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;
					}

						.articles-wrapper .articles .item h3.category span.sponsored {
							color: #939aa3;
							font-weight: 300;
							font-size: 10px;
							line-height: 1.0;
							text-transform: uppercase;
							margin: 3px 0 0 3px;
							vertical-align: top;
							display: inline-block;
						}
					
					.articles-wrapper .articles .item h2.title,
					.articles-wrapper .articles .item h2.title a {
						font-weight: 700;
						font-size: 22px;
						line-height: 1.05;
						padding: 0;
						margin: 1.5% 0;
						text-decoration: none;
						border: 0;
						color: #3c3a51;
						font-family: 'proxima-nova', 'Arial', sans-serif;
					}

						.articles-wrapper .articles .item h2.title a:hover {
							color: #545562;
							text-decoration: none;
							opacity: 1;
							border: 0;
						}
					
					.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;
					}
					
					.articles-wrapper .articles .item p.author,
					.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;
					}
					.articles-wrapper .articles .item p.author a { color: #939aa3; text-decoration: none; border: 0; }
					.articles-wrapper .articles .item p.author a:hover { color: #cd1f36; border: 0; }
					
					.articles-wrapper .articles .item p.author,
					.articles-wrapper .articles .item p.author a,
					.articles-wrapper .articles .item .meta-data,
					.articles-wrapper .articles .item .meta-data span {
						font-family: 'proxima-nova', 'Arial', sans-serif !important;
					}
					
					.articles-wrapper .articles .item p.author { font-weight: 300; }
					.articles-wrapper .articles .item p.author span,
					.articles-wrapper .articles .item p.author span a { font-weight: 600; }
					
			.articles-wrapper .articles .item.featured {
				width: 95%;
				margin: 3.5% 2.5%;
				padding: 0;
			}
			
				.articles-wrapper .articles .item.featured .image {
					width: 35%;
					display: inline-block;
					position: relative;
					padding-bottom: 24%;
					height: auto;
					background-color: #f5f6f9;
					background-size: cover;
					background-position: center center;
					background-repeat: no-repeat;
					z-index: 9;
					vertical-align: middle;
				}
					
				.articles-wrapper .articles .item.featured .text { 
					width: 60%;
					margin: 0 0 0 5%; 
					padding: 0; 
					display: inline-block;
					vertical-align: middle;
				}
			
			.articles-wrapper .nav-load {
				display: inline-block!important;
				width: 100%!important;
				text-align: center!important
			}
				
			.articles-wrapper .nav-load-buttons {
				width: 100%;
				display: inline-block;
				margin: 35px 0;
			}
			
				.articles-wrapper .nav-load-buttons .load-more-button {
					display: block;
					text-align: center;
					margin: 0 0 5% 0;
				}
				
				.articles-wrapper .nav-load-buttons .load-more-button a {
					color: #fff;
					font-size: 18px;
					line-height: 1.0;
					font-weight: 800;
					padding: 34px 28px;
					display: inline-block;
					text-transform: uppercase;
					background-color: transparent;
					border-radius: 200px;
					-moz-border-radius: 200px;
					-webkit-border-radius: 200px;
					background-color: #cd1f36;
					box-shadow: inset 0 -3px 0 rgba(0,0,0,0.25);
					text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
					font-family: 'proxima-nova', 'Arial', sans-serif;
				}
				
					.articles-wrapper .nav-load-buttons .load-more-button a:hover {
						background-color: #ea1c2b;
					}

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

				.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)
					}
				}

				.articles-wrapper .nav-load-buttons .loading circle {
					animation: 2.4s ease-in-out infinite both loading-circle-animation;
					display: block;
					fill: transparent;
					stroke: #cd1f36;
					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: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles { }

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

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

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

		.block.latest-articles .articles-wrapper .articles .item .transparent-gradient {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
			background: rgb(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;
        }

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

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

			.block.latest-articles .articles-wrapper .articles .item h2.title {
				color: #fff;
				font-weight: 600;
				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;
			}
			.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
			.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title { font-size: 32px; }
			.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
			.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
			.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 22px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	/* Carousel Owl Nav */	
	.block.featured-articles .articles-wrapper .carousel-wrap { display: block; margin: 25px 50px; }
	.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 {}

	.block.carousel .content .tabs,
	.block.carousel .content .tabs ul.tab-nav {
		width: 100%;
		display: inline-block;
		margin: 0;
		vertical-align: middle;
	}
	
		.block.carousel .content .tabs ul.tab-nav li,
		.block.carousel .content .tabs ul.tab-nav li a {
			display: inline-block;
			font-size: 0;
			padding: 0;
			margin: 0;
			vertical-align: middle;
		}
		
		.block.carousel .content .tabs ul.tab-nav li a {
			color: #939aa3;
			text-transform: uppercase;
			font-size: 15px;
			line-height: 0.9;
			padding: 14px 20px;
			display: inline-block;
			margin: 0 2px;
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			font-weight: 600;
		}
		.block.carousel .content .tabs ul.tab-nav li a,
		.block.carousel .content .tabs ul.tab-nav li a span {
			font-family: 'proxima-nova', 'Arial', sans-serif !important;
		}
		.block.carousel .content .tabs ul.tab-nav li a:hover { opacity: 0.4; background-color: #21222f; }
		.block.carousel .content .tabs ul.tab-nav li.ui-tabs-active a { color: #8d9399; background-color: #1d1e2a; }
		
		.block.carousel .content .tabs ul.tab-nav li a span.label-full { display: block; }
		.block.carousel .content .tabs ul.tab-nav li a span.label-reduced { display: none; }
		
		.block.carousel .content .tabs ul.tab-nav li a span.icon {
			width: 16px;
			height: 16px;
			display: inline-block;
			background-size: 100% auto;
			background-position: center center;
			background-repeat: no-repeat;
			vertical-align: top;	
			background-color: transparent;
		}
		
			.block.carousel .content .tabs ul.tab-nav li a span.icon.left { margin: 0 2px 0 0; }
			.block.carousel .content .tabs ul.tab-nav li a span.icon.right { margin: 0 0 0 2px; }
			
			.block.carousel .content .tabs ul.tab-nav li a span.icon.trending { width: 22px; height: 14px; background-image: url(images/icon-dark-gray-trending.svg); }
			.block.carousel .content .tabs ul.tab-nav li.ui-tabs-active a span.icon.trending { width: 22px; height: 14px; background-image: url(images/icon-gray-trending.svg); }

	.block.carousel .content .tabs .tab {
		width: 100%;
		display: inline-block;
	}

	.block.carousel .articles-wrapper { width: 100%; margin: 0; }
	.block.carousel .articles-wrapper .carousel-wrap { display: block; margin: 25px 50px; text-align: left; }
	.block.carousel .articles-wrapper .articles { text-align: center; }
	.block.carousel .articles-wrapper .articles .item { width: 95%; }
	
	.block.carousel .articles-wrapper .articles .item h2.title,
	.block.carousel .articles-wrapper .articles .item h2.title a { font-size: 24px; }
	
	/* Carousel Title Wrap */ 
	.block.carousel .articles-wrapper .title-wrap {
		width: 98%;
		display: block;
		position: relative;
		margin: 1.5% 1%;
	}
	
		.block.carousel .articles-wrapper .title-wrap h3.title {
			color: #60616d;
			font-size: 18px;
			line-height: 1.0;
			font-weight: 600;
			display: inline-block;
		}
		.block.carousel .articles-wrapper .title-wrap.small h3.title { font-size: 18px; padding: 1% 6%; }
		.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: 40px;
			height: 40px;
			font-size: 0;
			display: block;
			position: absolute; 
			opacity: 1;
			background-repeat: no-repeat;
			background-size: 15px 15px;
			background-position: center center;
			background-color: #939aa3;
			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==);
	}
	
/* PAGES: Page Header
----------------------------------------------------------------------------- */
.block.page-header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #1e1c27;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(images/page-header-bg-default.jpg);
}
	
	.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: #cd1f36;
		font-weight: 600;
		text-transform: uppercase;
		padding: 0 0 2px 0;
		letter-spacing: 3px;
	}
	.block.page-header .text h5.subtitle a:hover { color: #cd1f36; }

	/* 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;
		}
		body.page-template-template-page-brands .bio-info-wrap .bio-image { vertical-align: top; }
		
			.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);
			}
			.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.75%;
					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;
		}
		body.page-template-template-page-brands .bio-info-wrap .bio-info { 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: 26px;
					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-gray-parler.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="facebook.com"] { background-image: url(images/icon-gray-facebook.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="twitter.com"] { background-image: url(images/icon-gray-twitter.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="pinterest.com"] { background-image: url(images/icon-gray-pinterest.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="linkedin.com"] { background-image: url(images/icon-gray-linkedin.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="instagram.com"] { background-image: url(images/icon-gray-instagram.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="youtube.com"] { background-image: url(images/icon-gray-youtube.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="plus.google.com"] { background-image: url(images/icon-gray-google-plus.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="/feed"] { background-image: url(images/icon-gray-rss.svg); }
				.bio-info-wrap .bio-info ul.social-email li.social a[href*="#subscribe"] { background-image: url(images/icon-gray-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 { background-image: url(images/icon-color-twitter.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*="plus.google.com"]:hover { background-image: url(images/icon-color-google-plus.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', '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
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .content-main-inner { 
	width: 95%; 
	margin: 2.5%; 
}
.page-wrapper .inner .content-main .content-main-inner.articles-list { width: 100%; margin: 0; }

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

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

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

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

	body.single .page-wrapper .inner .content-main .post .content {
		width: 92%;
		display: inline-block;
		margin: 3.5% 4%;
		position: relative;
	}
	
	/* Article Header */
	.page-wrapper .article-header {
		width: 100%;
		display: inline-block;
		margin: 0 0 15px 0;
		padding: 0;
		position: relative;
	}
	
		.page-wrapper .article-header h3.category {
			color: #cd1f36;
			font-weight: 700;
			font-size: 22px;
			line-height: 1.0;
			margin: 0;
			padding: 4px 0;
			vertical-align: top;
			text-transform: uppercase;
		}
		
			.page-wrapper .article-header h3.category span.sponsored {
				color: #939aa3;
				font-weight: 300;
				font-size: 11px;
				line-height: 1.0;
				text-transform: uppercase;
				margin: 5px 0 0 3px;
				vertical-align: top;
				display: inline-block;
			}
	
		body.safari .page-wrapper .article-header h3.category span.sponsored {
			font-weight: 400;
		}
		
		.page-wrapper .article-header h1.title {
			font-size: 48px;
			line-height: 1.1;
			font-weight: 700;
			letter-spacing: -1px;
			margin: 0;
			padding: 10px 0;
			color: #3c3a51;
			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: #cd1f36;
					}

			.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: 40px;
					height: 40px;
					font-size: 0;
					display: inline-block;
					vertical-align: top;
					background-repeat: no-repeat;
					background-position: center center;
					background-size: 18px 18px;
					cursor: pointer;
					margin: 0 8px 0 0;
					position: relative;
					background-color: #60616d;
					border-radius: 200px;
					-moz-border-radius: 200px;
					-webkit-border-radius: 200px;
				}
				.content .social-buttons.stacked ul.social li a { margin: 0 0 8px 0; }
				.content .social-buttons ul.social li a:hover { background-color: #939aa3; }

				.content .social-buttons ul.social.large li a { width: 50px; height: 50px; background-size: 22px 22px; }

				.content .social-buttons ul.social li.parler a { background-image: url(images/icon-color-parler.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 { background-image: url(images/icon-color-twitter.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.print a { background-image: url(images/icon-color-print.svg); }

				.content .social-buttons ul.social.white li.parler a { background-image: url(images/icon-white-parler.svg); }
				.content .social-buttons ul.social.white li.facebook a { background-image: url(images/icon-white-facebook.svg); }
				.content .social-buttons ul.social.white li.twitter a { background-image: url(images/icon-white-twitter.svg); }
				.content .social-buttons ul.social.white li.flipboard a { background-image: url(images/icon-white-flipboard.svg); }
				.content .social-buttons ul.social.white li.reddit a { background-image: url(images/icon-white-reddit.svg); }
				.content .social-buttons ul.social.white li.comment a { background-image: url(images/icon-white-comments.svg); }
				.content .social-buttons ul.social.white li.linkedin a { background-image: url(images/icon-white-linkedin.svg); }
				.content .social-buttons ul.social.white li.print a { background-image: url(images/icon-white-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.facebook a { background-image: url(images/icon-dark-gray-facebook.svg); }
				.content .social-buttons ul.social.dark-gray li.twitter a { background-image: url(images/icon-dark-gray-twitter.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.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.facebook a { background-image: url(images/icon-gray-facebook.svg); }
				.content .social-buttons ul.social.gray li.twitter a { background-image: url(images/icon-gray-twitter.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.print a { background-image: url(images/icon-gray-print.svg); }

				.content .social-buttons ul.social li a span.pulse-dot {
					height: 10px;
					width: 10px;
					top: 0;
					right: -3px;
					position: absolute;
					border-radius: 50%;
					display: block;
					background-color: #cd1f36;
					border: 2px solid #fff;
				}
				body.video .content .social-buttons ul.social li a span.pulse-dot { border-color: #101011; }

				.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 #cd1f36;
					-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%;
		display: inline-block;
		margin: 0 0 10px 0;
		padding: 0;
		position: relative;
		vertical-align: top;
	}
	body.single-post .content .text,
	body.single-podcast .content .text,
	body.single-referral .content .text {
		width: 82.5%;
		margin: 0 5% 10px 5%;
	}

	/* Global text styling */
	.text.text-align-left { text-align: left; }
	.text.text-align-center { text-align: center; }
	.text.text-align-right { text-align: right; }
	
		.text a:not(.ad),
		.text a:not(.et_pb_button) { font-weight: 400; color: #cd1f36; text-decoration: none; }
		.text a span { color: #cd1f36; }
		.text a:hover { color: #ea1c2b; 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: #cd1f36 !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: #ea1c2b !important; text-decoration: underline !important; }

		.text.article-body a,
		.text.article-body a span { color: #cd1f36; font-weight: 400; }
		.text.article-body a:hover { color: #ea1c2b; }
			
		.text blockquote {
			padding: 10px 0 10px 20px;
			margin: 25px;
			display: inline-block;
			border-left-width: 8px;
			border-left-style: solid;
			border-left-color: #cd1f36;
		}
		
			.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: #cd1f36 !important;
				float: none;
				margin: 0;
				font-weight: 700;
				font-family: 'proxima-nova', 'Arial', sans-serif;
			}
			.text blockquote { font-family: 'proxima-nova', 'Arial', sans-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: #ea1c2b !important; }

		::selection { color: #fff; background: #cd1f36; text-shadow: 1px 2px 2px rgba(0,0,0,0.15); }
		::-moz-selection { color: #fff; background: #cd1f36; text-shadow: 1px 2px 2px rgba(0,0,0,0.15); }
		
		.text mark {
			background-color: #cd1f36;
			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: #3c3a51; }
		.text.font-default p,
		.text.font-default ul li,
		.text.font-default ol li,
		.text.font-default table tbody tr td { color: #3c3a51; }
		
		/* 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: 'proxima-nova', '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: 'proxima-nova', '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: 'proxima-nova', 'Arial', sans-serif; }
		
		.text h4,
		.text h4 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: 'proxima-nova', '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: 'proxima-nova', '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: 'proxima-nova', '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;
			font-weight: normal;
			padding: 6px 0;
			font-weight: 400;
		}

		.text .more-news p { line-height: 1.25 !important; }
		.text .more-news p a { font-weight: 700 !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: 'proxima-nova', 'Arial', sans-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: 40% !important;
			display: block;
			margin: 0;
			padding: 0;
		}
		
		.text figure.alignleft { float: left; margin: 15px 20px 20px 0; }
		.text figure.alignright { float: right; margin: 15px 0 20px 20px; }
		.text figure.aligncenter { float: none; margin: 15px auto 20px auto; }
		.text figure.alignnone { float: none; margin: 15px 0 20px 0; }
		
			.text figure.width-5 { width: 5% !important; }
			.text figure.width-10 { width: 10% !important; }
			.text figure.width-15 { width: 15% !important; }
			.text figure.width-20 { width: 20% !important; }
			.text figure.width-25 { width: 25% !important; }
			.text figure.width-30 { width: 30% !important; }
			.text figure.width-35 { width: 35% !important; }
			.text figure.width-40 { width: 40% !important; }
			.text figure.width-45 { width: 45% !important; }
			.text figure.width-50 { width: 50% !important; }
			.text figure.width-55 { width: 55% !important; }
			.text figure.width-60 { width: 60% !important; }
			.text figure.width-65 { width: 65% !important; }
			.text figure.width-70 { width: 70% !important; }
			.text figure.width-75 { width: 75% !important; }
			.text figure.width-80 { width: 80% !important; }
			.text figure.width-85 { width: 85% !important; }
			.text figure.width-90 { width: 90% !important; }
			.text figure.width-95 { width: 95% !important; }
			.text figure.width-100 { width: 100% !important; }
		
				.text figure img,
				.text figure img.width-5,
				.text figure img.width-10,
				.text figure img.width-15,
				.text figure img.width-20,
				.text figure img.width-25,
				.text figure img.width-30,
				.text figure img.width-35,
				.text figure img.width-40,
				.text figure img.width-45,
				.text figure img.width-50,
				.text figure img.width-55,
				.text figure img.width-60,
				.text figure img.width-65,
				.text figure img.width-70,
				.text figure img.width-75,
				.text figure img.width-80,
				.text figure img.width-85,
				.text figure img.width-90,
				.text figure img.width-95,
				.text figure img.width-100 { width: 100% !important; margin: 0 !important; }
			
			.text figure figcaption {
				width: 90%;
				display: inline-block;
				padding: 5%;
				margin: 0;
				font-size: 13px;
				line-height: 1.2;
				font-weight: 300;
				text-align: center;
				color: #3b3b3b;
				border-bottom: 2px solid #d6d6d6;
			}
			
				.text figure.width-5 figcaption,
				.text figure.width-10 figcaption,
				.text figure.width-15 figcaption,	
				.text figure.width-20 figcaption,
				.text figure.width-25 figcaption,
				.text figure.width-30 figcaption,
				.text figure.width-35 figcaption,
				.text figure.width-40 figcaption,
				.text figure.width-45 figcaption,
				.text figure.width-50 figcaption { width: 90%; padding: 5%; }
				.text figure.width-55 figcaption,
				.text figure.width-60 figcaption,
				.text figure.width-65 figcaption,
				.text figure.width-70 figcaption,
				.text figure.width-75 figcaption,
				.text figure.width-80 figcaption,
				.text figure.width-85 figcaption,
				.text figure.width-90 figcaption,
				.text figure.width-95 figcaption,
				.text figure.width-100 figcaption { width: 93%; padding: 2.5% 3.5%; font-size: 15px; }
		
		.block.content .text table,
		.block.content .text table tbody,
		.block.content .text table tbody tr {
			width: 100%;
			display: block;
		}
		
		.block.content .text table {
			margin: 10px 0px 25px 0px;
		}
			
			.block.content .text table tbody tr {
				width: 98%;
				padding: 5px 10px 7px 10px;
			}
			
				.block.content .text table tbody tr td { }
				
					.block.content .text table tbody tr td.description {
						width: 69%;
						display: inline-table;
					}
					
					.block.content .text table tbody tr td.time {
						width: 30%;
						display: inline-table;
						text-align: right;
					}	

/* Image/Video Credit */ 
.credit { 
	width: 100%;
	display: block;
	position: relative;
	margin: 1.5% 0 0 0;
	text-align: right;
	text-decoration:none;
}
	
	.credit a { color: #acb3bd; text-decoration: none; }
	.credit a:hover { color: #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; }

/* 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: #ea1c2b!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: #3c3a51;
		}
	
	.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 */ 
.video-block {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 25px 0;
}
	
	.video-block .video-player {
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 56.3%;
		height: 0;
		margin: 0;
	}
	body.video .video-block .video-player { background-color: #000; }
	
	.video-block .video-player.anyclip { padding-bottom: 67.5%; }
	.video-block .video-player.cloudflare { padding-bottom: 56.3%; }
	.video-block .video-player.jwplay { padding-bottom: 56.3%; }
	.video-block .video-player.youtube { padding-bottom: 56.3%; }
	.video-block .video-player.facebook { padding-bottom: 56%; }
	.video-block .video-player.vimeo { padding-bottom: 56.3%; }
	.video-block .video-player.dailymotion { padding-bottom: 55%; }
	.video-block .video-player.cspan { padding-bottom: 56.25%; }
	.video-block .video-player.rumble { padding-bottom: 56.3% !important; }
	.video-block .video-player.embed { padding-bottom: 53.6%; }
	.video-block .video-player.fluid { padding-bottom: 56.3%; }
	.video-block .video-player.primis { padding-bottom: 47.25%; }
	
		.video-block .video-player iframe,
		.video-block .video-player object,
		.video-block .video-player embed,
		.video-block .video-player.jwplay div,
		.video-block .video-player.fluid .fluid_video_wrapper {
			position: absolute;
			top: 0;
			left: 0;
			width: 100% !important;
			height: 100% !important;
			overflow: hidden;
		}
	
/* Related Content (Video) */ 
.related-content.video {
	width: 100%;
	display: block;
	margin: 30px auto;
	max-width: 640px;
	clear: both !important;
}

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

	.related-content.video .sticky-video-wrap {
		width: 100%;
		display: block;
		position: relative;
		padding-bottom: 56.3%;
		height: 0;
		margin: 0;
		background-color: #f3f3f4;
	}
	.related-content.video.primis .sticky-video-wrap { padding-bottom: 47.25% !important; }
	
		.related-content.video .sticky-video-wrap .video-block { margin: 0; }
		
		.related-content.video .sticky-video-wrap.sticky .video-block.stuck {
			width: 100%;
			max-width: 400px;
			display: block;
			position: fixed;
			bottom: 140px;
			right: 25px;
			z-index: 2000;
		}
		
	.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;
	}
	.related-content.video .sticky-video-wrap .video-block.stuck .close-btn { display: block; }
	
		.related-content.video .sticky-video-wrap .video-block .close-btn a {
			width: 30px;
			height: 30px;
			display: block;
			background-color: #cd1f36;
			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;
		}
		
			.related-content.video .sticky-video-wrap .video-block .close-btn a:hover {
				background-color: #ea1c2b;
			}

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

	.comments .comment-policy {
		width: 100%;
		display: inline-block;
	}
	
		.comments .comment-policy p,
		.comments .comment-policy p strong {
			font-size: 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: 700;
		}

/* Twitter */		
.twitter-tweet {
	display: block;
	text-align: left !important;
	margin: 0;
	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: 18px;
		line-height: 1.0;
		font-weight: 700;
		padding: 14px 20px;
		display: inline-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: 'proxima-nova', 'Arial', sans-serif !important;
	}
	.title-wrap.small h3.title { font-size: 18px; padding: 2.5% 12%; }
	.title-wrap.large h3.title { font-size: 20px; 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: #ea1c2b;
		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: #ea1c2b;
			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: #d537a3;
			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: #ed3bb5; }
		.multi-page-nav.both a .prev:hover { background-color: #f640bd; }
		
	.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: 76%;
	display: inline-block;
	margin: 15px 8.5% 15px 15.5%;
	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: #ea1c2b; }
			
			.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%;
}

/* 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 #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: 22px; margin: 0 2.5%; }

		#top .petition-wrapper .petition .gform_wrapper.terms-privacy {
			text-align: center;
			font-size: 9px;
			max-width: 480px;
			line-height: 1.5 !important;
			margin-left: auto !important;
			margin-right: auto !important;
			text-transform: uppercase;
		}

			#top .petition-wrapper .petition .gform_wrapper.terms-privacy,
			#top .petition-wrapper .petition .gform_wrapper.terms-privacy a {
				color: #60616d !important;
				font-family: 'proxima-nova', 'Arial', sans-serif !important;
			}

			#top .petition-wrapper .petition .gform_wrapper.terms-privacy a {
				color: #60616d !important;
				text-decoration: underline;
			}

			#top .petition-wrapper .petition .gform_wrapper.terms-privacy a:hover {
				color: #e2211b !important;
				text-decoration: underline;
			}

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

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

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

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

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



					.right .sidebar .sidebar-block .inner .content .articles.mini .item .image .label {
						display: block;
						position: absolute;
						bottom: 0;
						left: 0;
						z-index: 10;
					}
					
					.right .sidebar .sidebar-block .inner .content .articles.mini .item .image .label {
						padding: 5px 8px;
						display: inline-block;
						color: #fff;
						font-weight: 400;
						font-size: 9px;
						line-height: 1.0;
						text-transform: uppercase;
						background-color: #e2211b;	
						vertical-align: top;
						font-family: 'proxima-nova', 'Arial', sans-serif !important;
						text-decoration: none;
					}
						
						.right .sidebar .sidebar-block .inner .content .articles.mini .item .image .label span.icon {
							display: inline-block;
							width: 9px;
							height: 9px;
							margin: 0 3px 0 0;
							vertical-align: top;
							background-color: transparent;
							background-repeat: no-repeat;
							background-position: center center;
							background-size: 9px 9px;
							background-image: url(images/icon-white-play.svg);
						}
					
					.right .sidebar .sidebar-block .inner .content .articles.mini .item .image .transparent-gradient {
						width: 100%;
						height: 100%;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						background-color: transparent;
						background-image: url(images/trans-gradient-bg-repeat-x.png);
						background-repeat: repeat-x;
						background-position: center bottom;
						background-size: auto 100%;
						z-index: 9;
					}
				
			.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { 
				width: 62.5%;
				margin: 0 0 0 5%; 
				padding: 0; 
				display: inline-block;
				vertical-align: middle;
			}
				
				.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
				.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a {
					font-weight: 700;
					font-size: 18px;
					line-height: 1.1;
					padding: 0;
					margin: 10px 0;
					text-decoration: none;
					border: 0;
					color: #3c3a51;
					font-family: 'proxima-nova', 'Arial', sans-serif;
				}
				
					.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a:hover {
						color: #545562;
						text-decoration: none;
						opacity: 1;
						border: 0;
					}
					
				.right .sidebar .sidebar-block .inner .content .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;
				}

				.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data,
				.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data span { font-weight: 600; }
	
		.right .sidebar .sidebar-block .video-block { margin: 0; }

/* 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: rgb(63,63,74);
	background: -moz-radial-gradient(circle, rgba(63,63,74,1) 35%, rgba(36,36,48,1) 90%);
	background: -webkit-radial-gradient(circle, rgba(63,63,74,1) 35%, rgba(36,36,48,1) 90%);
	background: radial-gradient(circle, rgba(63,63,74,1) 35%, rgba(36,36,48,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f3f4a",endColorstr="#242430",GradientType=1);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
	
/* .email-signup.infeed::after,
.email-signup.inarticle::after {
	content: "";
	background-image: url(images/bg-textured.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.25;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;   
} */

	.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: 700;
					border-radius: 100px;
					-moz-border-radius: 100px;
					-webkit-border-radius: 100px;
				}
				
				.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: 17px;
					line-height: 1;
					display: block;
					position: absolute;
					top: 0;
					right: 0;
					vertical-align: top;
					text-transform: uppercase;
					cursor: pointer;
					-webkit-appearance: none;
					font-weight: 700;
					border-radius: 100px;
					-moz-border-radius: 100px;
					-webkit-border-radius: 100px;
					color: #fff;
					background-color: #cd1f36;
					box-shadow: inset 0 -3px 0 rgba(0,0,0,0.25);
					text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
					font-family: 'proxima-nova', 'Arial', sans-serif !important;
				}
				
					.email-signup .enews form button:hover,
					.email-signup .enews form button:focus {
						background-color: #ea1c2b;
					}

		.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: #cd1f36;
				text-transform: uppercase;
				font-family: 'proxima-nova', 'Arial', sans-serif !important;
			}
			.email-signup .text h4 span { color: #545562; font-family: 'proxima-nova', 'Arial', sans-serif !important; }
			.email-signup.infeed .text h4 span,
			.email-signup.inarticle .text h4 span { color: #fff; font-family: 'proxima-nova', 'Arial', sans-serif !important; }

			.email-signup .text h5 {
				color: #60616d;
				font-weight: 400;
				font-size: 18px;
				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: 'proxima-nova', '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: #3c3a51; border: 0; }
	
/* GLOBAL: Footer
----------------------------------------------------------------------------- */
footer {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	background: rgb(234,234,243);
	background: -moz-linear-gradient(180deg, rgba(234,234,243,1) 35%, rgba(195,195,205,1) 90%);
	background: -webkit-linear-gradient(180deg, rgba(234,234,243,1) 35%, rgba(195,195,205,1) 90%);
	background: linear-gradient(180deg, rgba(234,234,243,1) 35%, rgba(195,195,205,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeaf3",endColorstr="#c3c3cd",GradientType=1); 
	position: relative;
}
	
/* footer::after {
	content: "";
	background-image: url(images/bg-textured.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.25;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;   
} */

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: 18%; border-right: 6px solid #cd1f36; }
		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 .columns .column.logo .footer-logo {
				width: 100%;
				display: block;
				margin: 12% 0;
				padding: 0;
				text-align: center;
			}
			
				footer .footer .content .columns .column.logo .footer-logo a {
					width: 100%;
					height: 0;
					font-size: 0;
					padding-bottom: 25%;
					display: block;
					background-color: transparent;
					background-image: url(images/logo.svg);
					background-repeat: no-repeat;
					background-position: center center;
					background-size: 100% auto;
				}
				
				footer .footer .content .columns .column.logo .footer-logo a:hover {
					opacity: 0.5;
				}
	
	footer .footer .content .columns .column.nav .footer-nav { }
		
		footer .footer .content .columns .column.nav .footer-nav,
		footer .footer .content .columns .column.nav .footer-nav ul {
			width: 100%;
			display: inline-block;
			text-align: left;
			font-size: 0;
			vertical-align: middle;
		}
		
		footer .footer .content .columns .column.nav .footer-nav ul li {
			width: 50%;
			display: inline-block;			
			padding: 3px 0;
			font-size: 17px;
			line-height: 1;
			color: #60616d;
			font-weight: 500;
			vertical-align: top;
			text-align: left;
			font-family: 'proxima-nova', 'Arial', sans-serif !important;
			text-transform: uppercase;
		}
		footer .footer .content .columns .column.nav .footer-nav ul li.hide a { display: none; }
		
		footer .footer .content .columns .column.nav .footer-nav ul li a { text-transform: uppercase; color: #60616d; cursor: pointer; padding: 5px 0; display: block; font-family: 'proxima-nova', 'Arial', sans-serif !important; }
		footer .footer .content .columns .column.nav .footer-nav ul li a:hover { color: #cd1f36; text-shadow: none; text-decoration: none; }
			
			footer .footer .content .columns .column.nav .footer-nav ul li ul.sub-menu {
				display: block !important;
				position: relative;
				background-color: none;
				vertical-align: top;
				padding: 0;
			}
			
				footer .footer .content .columns .column.nav .footer-nav ul li ul.sub-menu li {
					width: auto;
					display: block;
					padding: 8px 0;
					font-size: 20px;
					line-height: 1;
					color: #242430;
					font-weight: 300;
					text-transform: normal;
					vertical-align: top;
					text-align: left;
					text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
				}
				footer .footer .content .columns .column.nav .footer-nav ul li ul.sub-menu li a { color: #242430; display: block; padding: 0; font-weight: 300; }
				footer .footer .content .columns .column.nav .footer-nav ul li ul.sub-menu li a:hover { color: #cd1f36; }
				
				footer .footer .content .columns .column.nav .footer-nav ul li ul.sub-menu li ul.sub-menu { padding: 5px 0 0 10px; }
				footer .footer .content .columns .column.nav .footer-nav ul li ul.sub-menu li ul.sub-menu li a::before { content: "– "; }
	
	footer .footer .content .social-buttons {
		width: 100%;
		display: inline-block;
		margin: 10px 0;
		text-align: center;
	}
	
		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.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"] { background-image: url(images/icon-white-twitter.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.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: 10px 0;
	}
		
		footer .footer .content .sub-links,
		footer .footer .content .sub-links ul {
			width: 100%;
			display: inline-block;
			vertical-align: top;
			text-align: center;
		}
		
		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: #242430;
			font-weight: 400;
			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: 700; }
		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: #242430; font-family: 'proxima-nova', 'Arial', sans-serif !important; }
			footer .footer .content .sub-links ul li a:hover { color: #cd1f36; 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: 1% 0;
	}
	
	footer .footer .content .credits p { 
		font-size: 16px;
		line-height: 16px;
		color: #242430;
		text-align: center;
		padding: 0;
	}
	
	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: #242430;
	}
	
		footer .footer .content .credits p a:hover { 
			color: #cd1f36;
		}
		
	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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

formreset.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;
	font-family: 'ddc-hardware-condensed', 'Arial', sans-serif !important;
	color: #212122;
	text-transform: uppercase;
	padding: 0;
}

#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: 12px 18px;
	letter-spacing: normal;
	background-color: #fff;
	-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);
	height: unset !important;
}

#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: 12px 18px;
	letter-spacing: normal;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #d6d8db;
	font-family: 'proxima-nova', 'Arial', sans-serif !important;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.12);
}

#top .gform_wrapper select {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
	font-size: 19px;
	color: #939aa3;
	font-weight: 400;
	font-family: inherit;
	padding: 17px 18px !important;
	letter-spacing: normal;
	background-color: #fff;
	-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);
	height: unset !important;
}

#top .gform_wrapper .ginput_container_multiselect select {
    background-image: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}
	
.StripeElement {
	color: #939aa3 !important;
	padding: 20px 18px !important;
	letter-spacing: normal !important;
	background-color: #fff !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
	border: 1px solid #d6d8db !important;
	font-family: 'proxima-nova', 'Arial', sans-serif !important;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.12) !important;
	height: auto !important;
}

#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 .hidden,
#top .gform_wrapper form .hidden {
    display: none !important; 
}

#top .gform_wrapper .gform_fields .gfield {
    clear: both !important;
}

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

#top .gfield.right_label,
#top .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%
}

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

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

#top 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: 26px;
	line-height: 1.5 !important;
    color: #fff;
	font-weight: 700;
	margin: 0 2.5% 0 0;
	padding: 1.5% 3%;
	text-align: center;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	vertical-align: top;
	font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	background-color: #cd1f36;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.25);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#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: #ea1c2b;
}

#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 .gform_fields .gfield.gfield_html img {
    max-width: 100%  !important;
}

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

#top .gform_validation_container,
#top .gform_wrapper .gform_validation_container,
body #top .gform_wrapper li.gform_validation_container,
body #top .gform_wrapper .gform_body .gform_fields .gfield.gform_validation_container,
body #top .gform_wrapper .gform_fields .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;
}

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

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

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

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

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

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

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

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

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

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

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

#top 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) {
  #top div.form_saved_message div.form_saved_message_emailform form input[type=email],
  #top div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    display: block;
    width: 98%;
  }
}

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

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

#top .form_saved_message_sent .saved_message_email,
#top .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 #top  #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body #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 .gform_fields .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 */

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

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

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

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

body #top .gform_wrapper .gform_fields .gfield {
    margin-top: 3.5%;
    padding-top: 0;
}
	
body #top .gform_wrapper .gform_fields .gfield p.notice {
    font-size: 14px;
	line-height: 1.0 !important;
	color: #9ba2aa !important;
}

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 .gform_fields .gfield.gfield_html {
    line-height: inherit;
}

body #top .gform_wrapper div.gform_body .gform_fields .gfield.gfield_html ul li,
body #top .gform_wrapper form div.gform_body .gform_fields .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 .gform_fields .gfield.gfield_html ul,
body #top .gform_wrapper form div.gform_body .gform_fields .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 .gform_fields .gfield.gfield_html ol li,
body #top .gform_wrapper form div.gform_body .gform_fields .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 .gform_fields .gfield.gfield_html ol,
body #top .gform_wrapper form div.gform_body .gform_fields .gfield.gfield_html ol {
    list-style-type: decimal !important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
}

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

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

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

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

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

body #top .gform_wrapper div.gform_body .gform_fields .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 .gform_fields .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 .gform_fields .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% !important;
    }

    #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% !important;
    }

    #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% !important;
    }

    #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% !important;
    }

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

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

    #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 .gform_fields .gfield {
        padding-right: 16px;
    }
	
		#top .petition .gform_wrapper .gform_fields .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 .top_label div.ginput_complex.ginput_container.gf_name_has_1,
    #top .top_label div.ginput_complex.ginput_container.gf_name_has_2,
    #top .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(100% + 15px);
    }

    #top .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
        width: calc(100% + 13px);
    }

    #top .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 */

    #top ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
    #top ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
    #top ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(70% + 15px);
        margin-left: 29%;
    }

    #top ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,
    #top ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
    #top ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(70% + 24px);
    }

    #top ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
        width: calc(70% + 13px);
        margin-left: 29%;
    }

    #top ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
        width: calc(70% + 14px);
        margin-left: 29%;
    }

    #top div.ginput_container_name span {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        padding-right: 16px;
        margin-right: -4px;
    }

   #top  div.ginput_complex.ginput_container.gf_name_has_1 span {
        width: 100%;
    }

    #top div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 50%;    }

    #top div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33.3%;
    }

    #top div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 25%;
    }

    #top 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 #top div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
    html #top div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
    html #top div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
    html #top 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);
    }

    #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 */
#top .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 */
#top .gfield_repeater_wrapper input  {
    border:1px solid rgba(197, 198, 197, 1.000);
    border-radius: 4px;
}

/* Spacing between the wrappers */
#top .gfield_repeater_wrapper .gfield_repeater_wrapper{
    margin-top: 10px;
}

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


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

#top .gfield_repeater_buttons button.gfield_icon_disabled {
    cursor: default;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3;
}

#top .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 */
#top .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 */
#top .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child)  {
    border-bottom: 2px solid #e0e0e6;
    padding-bottom: 20px;
}

/* Repeater - Left Border Color */
#top .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  ///////////////////////*/
/* //////////////////////////////////////////////////////////////*/


#top .gfield_repeater_buttons .add_repeater_item_text:focus,
#top .gfield_repeater_buttons .remove_repeater_item_text:focus {
      outline:0;
}


 /*Coloring for the required asterisk*/
#top .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 */
#top .gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell{
    padding-bottom: 20px;
    padding-top: 0px;
}

/*Spacing between adjancent cells in the same repeater*/
#top div .gfield_repeater_cell {
    margin-top: 5px;
}

/* Repeater styling line divider */
#top .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 */
#top .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 */
#top .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 */
#top .gfield_repeater_items .gfield_repeater_cell:not(:first-child),
#top .gfield_repeater .gfield_repeater_items{
    padding-top: 5px;
}

/* Repeaters Labels styling */
#top .gfield_repeater .gfield_label {
    color: rgba(35, 40, 45, 1.000);
    font-size: 16px;
    font-weight: 600;
}

/* Decreasing the space below the label */
#top .gfield_repeater_value .gfield_label {
    padding-bottom: 0px;
}

/* Removing additional 20px padding when more repeaters are added on third level repeater */
#top .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;
    }

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

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

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

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

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

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

    #top div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before,
    #top div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
    #top div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
    #top 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);
    }

    #top div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
    #top 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 .gform_fields .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 .gform_fields .gfield .ginput_container_checkbox ul li,
    #top .gform_wrapper form.gf_simple_horizontal .gform_fields .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 */

#top .entry .gform_wrapper.gf_browser_safari ul li:before,
#top .entry .gform_wrapper.gf_browser_safari ul li:after {
    content: "";
}

#top .gform_wrapper.gf_browser_safari .gform_body .gform_fields .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,
#top .entry .gform_wrapper.gf_browser_chrome ul li:before,
#top .entry .gform_wrapper.gf_browser_chrome ul li:after {
    content: none;
}

#top .gform_wrapper.gf_browser_chrome .gform_body .gform_fields .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 .gform_fields .gfield div.ginput_complex span.ginput_left select,
#top .gform_wrapper.gf_browser_chrome .gform_fields .gfield div.ginput_complex span.ginput_right select,
#top .gform_wrapper.gf_browser_chrome .gform_fields .gfield select {
    margin-left: 1px;
}

#top .gform_wrapper.gf_browser_chrome .gform_fields .gfield input[type=radio] {
    margin-left: 1px;
}

#top .gform_wrapper.gf_browser_chrome .gform_fields .gfield span.name_first,
#top .gform_wrapper.gf_browser_chrome .gform_fields .gfield span.name_middle,
#top .gform_wrapper.gf_browser_chrome .gform_fields .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 .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important;
}

#top .gform_wrapper.gf_browser_ie .gform_body .gform_fields .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,
#top .entry .gform_wrapper.gf_browser_iphone ul li:before,
#top .entry .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,
#top .entry .gform_wrapper.gf_browser_unknown ul li:before,
#top .entry .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
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .left { max-width: 820px; }
.page-wrapper .inner .content-main .right { max-width: 547px; }
.articles-wrapper .articles .item h3.category { font-size: 16px; }
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 22px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 15px; }
.articles-wrapper .articles .item p.excerpt { font-size: 15px; }
	
/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
.block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 19px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 47px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 17px; }

.block.featured-stories .headline-stories .articles-wrapper .articles .item .image { padding-bottom: 24%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 16px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 21px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 15px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1,
.block.latest-articles .articles-wrapper .articles .item.item-2 { padding-bottom: 28%; }
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { padding-bottom: 23%; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title { font-size: 30px; }
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 20px; }

/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
.block.featured-articles .articles-wrapper .articles .item h3.category { font-size: 16px; }
.block.featured-articles .articles-wrapper .articles .item h2.title, 
.block.featured-articles .articles-wrapper .articles .item h2.title a { font-size: 19px; }
.block.featured-articles .articles-wrapper .articles .item p.author, 
.block.featured-articles .articles-wrapper .articles .item .meta-data { font-size: 15px; }
.articles-wrapper .articles .item p.excerpt { font-size: 15px; }
	
/* PAGE: Article
----------------------------------------------------------------------------- */
/* Related Stories */
.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.infeed .enews form button,
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form button { font-size: 13px; }
.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
----------------------------------------------------------------------------- */
header .masterhead .column.col-left { width: 27.5%; }
header .masterhead .column.col-center { width: 45%; }
header .masterhead .column.col-right { width: 27.5%; }
header .masterhead .logo { width: 250px; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 16px; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 34px; height: 34px; }
header .masterhead .nav nav ul.menu li.menu-item-has-children:hover span.arrow { width: 22px; height: 10px; }
header .masterhead .nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 40px; }
header .masterhead .nav.top-nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 42px; }
header .masterhead .nav nav ul.menu li a { font-size: 19px; padding: 14px 8px; }
header .masterhead .nav.main-nav nav ul.menu li a { font-size: 16px; }
header .masterhead .nav.main-nav ul.menu li.menu-item.pulse span.pulse-dot,
header .masterhead .nav.main-nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot { height: 8px; width: 8px; top: 10px; right: 2px; }
header .masterhead .nav.main-nav ul.menu li.menu-item.pulse span.pulse-dot span.expanding-circle,
header .masterhead .nav.main-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; }
header .masterhead .social-search .social .social-buttons ul li a { width: 18px; height: 18px; margin: 4px; }
header .masterhead .social-search .search a { width: 18px; height: 18px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 18px; height: 18px; }
header .masterhead .cta-button a { font-size: 15px; padding: 10px 20px; margin: 0 13px 0 5px; }

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

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .left { max-width: 729px; }
.page-wrapper .inner .content-main .right { max-width: 486px; }
.articles-wrapper .articles .grid-sizer { width: 100%; }
.articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
.articles-wrapper .articles .item .image { width: 40%; padding-bottom: 24%; vertical-align: middle; }
.articles-wrapper .articles .item .text { width: 55%; margin: 0 0 0 5%; vertical-align: middle; }
.articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 20px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 14px; }
.articles-wrapper .articles .item p.excerpt { display: none; }
.articles-wrapper .articles .item h3.category { font-size: 16px; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 16px; padding: 28px 24px; }

/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
.block.featured-stories .content { padding-bottom: 2% !important; }
	
.block.featured-stories .headline-story { width: 55%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item .image { width: 100%; padding-bottom: 70%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item .text { width: 100%; margin: 0 0 2.5% 0; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 18px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 41px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 16px; }
	
.block.featured-stories .headline-stories { width: 45%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item .image { padding-bottom: 24%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 15px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 20px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 14px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }

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

/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
.block.featured-articles .articles-wrapper .articles .item .image { width: 100%; padding-bottom: 60%; }
.block.featured-articles .articles-wrapper .articles .item .text { width: 100%; margin: 0; }
.block.featured-articles .articles-wrapper .articles .item h3.category { font-size: 15px; }
.block.featured-articles .articles-wrapper .articles .item h2.title, 
.block.featured-articles .articles-wrapper .articles .item h2.title a { font-size: 19px; }
.block.featured-articles .articles-wrapper .articles .item p.author, 
.block.featured-articles .articles-wrapper .articles .item .meta-data { font-size: 14px; }
.block.featured-articles .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* 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
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .image-block .description { width: 100%; margin: 1.5% 0 0 0; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 13px; }

.page-wrapper .article-header { margin: 5px 0 15px 0; }
.page-wrapper .article-header h1.title { font-size: 48px; }
.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 #cd1f36; }

.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: 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: Sidebar
----------------------------------------------------------------------------- */
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 18px; margin: 8px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 11px; }
	
/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 5%; }
.email-signup.inarticle { width: 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.infeed .enews form button,
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form button { font-size: 13px; }
.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
----------------------------------------------------------------------------- */
header .masterhead .column.col-left { width: 35%; }
header .masterhead .column.col-center { width: 30%; }
header .masterhead .column.col-right { width: 35%; }
header .masterhead .logo { width: 200px; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 16px; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 30px; height: 30px; }
header .masterhead .nav nav ul.menu li.menu-item-has-children:hover span.arrow { width: 22px; height: 10px; }
header .masterhead .nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 40px; }
header .masterhead .nav.top-nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 42px; }
header .masterhead .nav nav ul.menu li a { font-size: 17px; padding: 14px 8px; }
header .masterhead .nav.main-nav nav ul.menu li a { font-size: 16px; }
header .masterhead .nav.main-nav ul.menu li.menu-item.pulse span.pulse-dot,
header .masterhead .nav.main-nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot { height: 8px; width: 8px; top: 10px; right: 2px; }
header .masterhead .nav.main-nav ul.menu li.menu-item.pulse span.pulse-dot span.expanding-circle,
header .masterhead .nav.main-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; }
header .masterhead .social-search .social .social-buttons ul li a { width: 18px; height: 18px; margin: 4px; }
header .masterhead .social-search .social .social-buttons ul li a[href*="instagram.com"],
header .masterhead .social-search .social .social-buttons ul li a[href*="youtube.com"] { display: none; }
header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
header .masterhead .cta-button a { font-size: 15px; padding: 10px 20px; margin: 0 13px 0 5px; }

/* Reduced Masterhead */
header .masterhead.reduced .logo { width: 275px; }
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: Home and Category Pages
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .left { width: 58%; max-width: 564px; }
.page-wrapper .inner .content-main .right { width: 42%; max-width: 408px; }
.articles-wrapper .articles .grid-sizer { width: 100%; }
.articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
.articles-wrapper .articles .item .image { width: 40%; padding-bottom: 24%; vertical-align: middle; }
.articles-wrapper .articles .item .text { width: 55%; margin: 0 0 0 5%; vertical-align: middle; }
.articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 19px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 13px; }
.articles-wrapper .articles .item p.excerpt { display: none; }
.articles-wrapper .articles .item h3.category { font-size: 15px; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 16px; padding: 28px 24px; }

/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
.block.featured-stories .content { padding-bottom: 2% !important; }
	
.block.featured-stories .headline-story { width: 55%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item .image { width: 100%; padding-bottom: 70%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item .text { width: 100%; margin: 0 0 2.5% 0; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 17px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 41px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 15px; }
	
.block.featured-stories .headline-stories { width: 45%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item .image { padding-bottom: 24%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 14px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 20px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 13px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }

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

/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
.block.featured-articles .articles-wrapper .articles .item .image { width: 100%; padding-bottom: 60%; }
.block.featured-articles .articles-wrapper .articles .item .text { width: 100%; margin: 0; }
.block.featured-articles .articles-wrapper .articles .item h3.category { font-size: 14px; }
.block.featured-articles .articles-wrapper .articles .item h2.title, 
.block.featured-articles .articles-wrapper .articles .item h2.title a { font-size: 18px; }
.block.featured-articles .articles-wrapper .articles .item p.author, 
.block.featured-articles .articles-wrapper .articles .item .meta-data { font-size: 13px; }
.block.featured-articles .articles-wrapper .articles .item p.excerpt { display: none; }

/* PAGE: Carousel
----------------------------------------------------------------------------- */
.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; }
.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
----------------------------------------------------------------------------- */
body.single .page-wrapper .inner .content-main .post .content { width: 96%;  margin: 3.5% 2%; }
.page-wrapper .inner .content-main .image-block .description { width: 100%; margin: 1.5% 0 0 0; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 12px; }

.page-wrapper .article-header { margin: 5px 0 15px 0; }
.page-wrapper .article-header h3.category { font-size: 20px; }
.page-wrapper .article-header h1.title { font-size: 44px; 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 #cd1f36; }

.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: 19px; padding: 3.5% 16%; }
.title-wrap.large h3.title { font-size: 21px; 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: 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
----------------------------------------------------------------------------- */
.right .sidebar.sticky { top: 125px; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image { width: 30%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { width: 65%; margin: 0 0 0 5%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 18px; margin: 7px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 10px; }
	
/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.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.infeed .enews form button,
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form button { font-size: 13px; }
.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; }
	
/* 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
----------------------------------------------------------------------------- */
header .masterhead { border-bottom: 12px solid #242430; }
header .masterhead .column.col-left { width: 35%; }
header .masterhead .column.col-center { width: 30%; }
header .masterhead .column.col-right { width: 35%; }
header .masterhead .logo { width: 200px; margin: 10px 0; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 16px; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 30px; height: 30px; }
header .masterhead .nav.main-nav { display: none; }
header .masterhead .nav nav ul.menu li.menu-item-has-children:hover span.arrow { width: 22px; height: 10px; }
header .masterhead .nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 60px; }
header .masterhead .nav.top-nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 42px; }
header .masterhead .nav nav ul.menu li a { font-size: 17px; padding: 14px 8px; }
header .masterhead .nav.main-nav nav ul.menu li a { font-size: 16px; }
header .masterhead .nav.main-nav ul.menu li.menu-item.pulse span.pulse-dot,
header .masterhead .nav.main-nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot { height: 8px; width: 8px; top: 10px; right: 2px; }
header .masterhead .nav.main-nav ul.menu li.menu-item.pulse span.pulse-dot span.expanding-circle,
header .masterhead .nav.main-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; }
header .masterhead .social-search .social .social-buttons ul li a { width: 16px; height: 16px; margin: 4px; }
header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
header .masterhead .cta-button a { font-size: 15px; 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: Home and Category Pages
----------------------------------------------------------------------------- */
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 22px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 14px; }
.articles-wrapper .articles .item p.excerpt { font-size: 16px; }
.articles-wrapper .articles .item h3.category { font-size: 16px; }
.articles-wrapper .articles .item h3.category span.line { height: 4px; margin: 6px 0 0 0; }
.articles-wrapper .articles .item h3.category span.line.left { margin-right: 8px; }
.articles-wrapper .articles .item h3.category span.line.right { margin-left: 8px; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 16px; padding: 28px 24px; }

/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
.block.featured-stories .inline-flex-wrap { display: inline-block; }
.block.featured-stories .content { padding-bottom: 0 !important; }
	
.block.featured-stories .headline-story { width: 100%; margin: 0 0 4% 0; }
.block.featured-stories .headline-story .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item { width: 97%; margin: 0 1.5%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item .image { width: 108.5%; margin: 0 -4.25%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 22px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 47px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 17px; }
	
.block.featured-stories .headline-stories { width: 100%; margin: 0; }
.block.featured-stories .headline-stories .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item .image { width: 45%; padding-bottom: 26%; vertical-align: middle; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item .text { width: 50%; margin: 0 0 0 5%; vertical-align: middle; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 17px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 26px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 15px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }

/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1,
.block.latest-articles .articles-wrapper .articles .item.item-2 { padding-bottom: 30%; }
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { padding-bottom: 25%; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title { font-size: 24px; }
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 18px; }
.block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 12px; margin: 5px 0; }
	
/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
.block.featured-articles .articles-wrapper { width: 100%; margin: 0; }
.block.featured-articles .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-articles .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
.block.featured-articles .articles-wrapper .articles .item .image { width: 45%; padding-bottom: 26%; vertical-align: middle; }
.block.featured-articles .articles-wrapper .articles .item .text { width: 50%; margin: 0 0 0 5%; vertical-align: middle; }
.block.featured-articles .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 17px; }
.block.featured-articles .articles-wrapper .articles .item h2.title, 
.block.featured-articles .articles-wrapper .articles .item h2.title a { font-size: 26px; }
.block.featured-articles .articles-wrapper .articles .item p.author,
.block.featured-articles .articles-wrapper .articles .item .meta-data { font-size: 15px; margin: 10px 0; }
.block.featured-articles .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Carousel
----------------------------------------------------------------------------- */
.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; }
.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: Home and Category Pages
----------------------------------------------------------------------------- */
body.single-post .page-wrapper .inner { padding: 0; }
body.single .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
.page-wrapper .inner .content-main .left { width: 100%; flex: none; max-width: none; }
.page-wrapper .inner .content-main .right { width: 100%; flex: none; max-width: none; }
body.home .page-wrapper .inner .content-main .right,
body.archive .page-wrapper .inner .content-main .right { display: none; }
body.single .page-wrapper .inner .content-main .post .content { width: 90%; margin: 3.5% 5%; }
	
/* 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
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .image-block .description { width: 100%; margin: 1.5% 0 0 0; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 12px; }

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: 53px; }
.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: 22px; 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: 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
----------------------------------------------------------------------------- */
.right .sidebar .sidebar-block .inner .content { width: 100%; }
.right .sidebar .grid-sizer { width: 33.3%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item { width: 30.3%; margin: 1.5%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item.item-1 { margin: 1.5% 3% 1.5% 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item.item-3 { margin: 1.5% 0 1.5% 3%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image { width: 100%; padding-bottom: 55%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { width: 100%; margin: 2.5% 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 18px; margin: 10px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 12px; }
	
/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 15%; }
.email-signup.infeed { width: 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.infeed .enews form button,
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form button { font-size: 13px; }
.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; }
	
/* 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
----------------------------------------------------------------------------- */
header .masterhead { border-bottom: 12px solid #242430; }
header .masterhead .column.col-left { width: 35%; }
header .masterhead .column.col-center { width: 30%; }
header .masterhead .column.col-right { width: 35%; }
header .masterhead .logo { width: 175px; margin: 10px 0; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 16px; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 28px; height: 28px; }
header .masterhead .nav.main-nav { display: none; }
header .masterhead .nav nav ul.menu li.menu-item-has-children:hover span.arrow { width: 22px; height: 10px; }
header .masterhead .nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 60px; }
header .masterhead .nav.top-nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 42px; }
header .masterhead .nav nav ul.menu li a { font-size: 17px; padding: 14px 8px; }
header .masterhead .nav.main-nav nav ul.menu li a { font-size: 15px; }
header .masterhead .nav.main-nav ul.menu li.menu-item.pulse span.pulse-dot,
header .masterhead .nav.main-nav ul.menu li.menu-item ul.sub-menu li.menu-item.pulse span.pulse-dot { height: 8px; width: 8px; top: 10px; right: 2px; }
header .masterhead .nav.main-nav ul.menu li.menu-item.pulse span.pulse-dot span.expanding-circle,
header .masterhead .nav.main-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; }
header .masterhead .social-search .social .social-buttons ul li a { width: 16px; height: 16px; margin: 4px; }
header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
header .masterhead .cta-button a { padding: 18px; margin: 10px 10px 10px 0; font-size: 0; background-image: url(images/icon-white-email.svg); background-repeat: no-repeat; background-position: center center; background-size: 16px 16px; }

/* 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: Home and Category Pages
----------------------------------------------------------------------------- */
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 20px; margin: 5px 0 10px 0; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 13px; }
.articles-wrapper .articles .item p.excerpt { font-size: 15px; }
.articles-wrapper .articles .item h3.category { font-size: 16px; }
.articles-wrapper .articles .item h3.category span.line { height: 4px; margin: 5px 0 0 0; }
.articles-wrapper .articles .item h3.category span.line.left { margin-right: 8px; }
.articles-wrapper .articles .item h3.category span.line.right { margin-left: 8px; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 16px; padding: 28px 24px; }
	
/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
.block.featured-stories .inline-flex-wrap { display: inline-block; }
.block.featured-stories .content { padding-bottom: 0 !important; }
	
.block.featured-stories .headline-story { width: 100%; margin: 0 0 4% 0; }
.block.featured-stories .headline-story .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item { width: 97%; margin: 0 1.5%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item .image { width: 108.5%; margin: 0 -4.25%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 20px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 41px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 16px; }
	
.block.featured-stories .headline-stories { width: 100%; margin: 0; }
.block.featured-stories .headline-stories .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item .image { width: 40%; padding-bottom: 22%; vertical-align: middle; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item .text { width: 55%; margin: 0 0 0 5%; vertical-align: middle; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 16px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 24px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 14px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1 { width: 100%; padding-bottom: 40%; }
.block.latest-articles .articles-wrapper .articles .item.item-2,
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { width: 50%; padding-bottom: 30%; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title { font-size: 26px; }
.block.latest-articles .articles-wrapper .articles .item.item-1 .meta-data { font-size: 13px; margin: 5px 0; }
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 18px; }
.block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 11px; margin: 5px 0; }
	
/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
.block.featured-articles .articles-wrapper { width: 100%; margin: 0; }
.block.featured-articles .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-articles .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
.block.featured-articles .articles-wrapper .articles .item .image { width: 40%; padding-bottom: 25%; vertical-align: middle; }
.block.featured-articles .articles-wrapper .articles .item .text { width: 55%; margin: 0 0 0 5%; vertical-align: middle; }
.block.featured-articles .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 16px; }
.block.featured-articles .articles-wrapper .articles .item h2.title, 
.block.featured-articles .articles-wrapper .articles .item h2.title a { font-size: 20px; }
.block.featured-articles .articles-wrapper .articles .item p.author,
.block.featured-articles .articles-wrapper .articles .item .meta-data { font-size: 14px; margin: 10px 0; }
.block.featured-articles .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Carousel
----------------------------------------------------------------------------- */
.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 .articles-wrapper .carousel-wrap { margin: 20px 60px; }
.block.carousel .owl-nav .owl-prev, 
.block.carousel .owl-nav .owl-next { width: 36px; height: 36px; background-size: 13px 13px; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
body.single-post .page-wrapper .inner { padding: 0; }
body.single .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
.page-wrapper .inner .content-main .left { width: 100%; flex: none; max-width: none; }
.page-wrapper .inner .content-main .right { width: 100%; flex: none; max-width: none; }
body.home .page-wrapper .inner .content-main .right, 
body.archive .page-wrapper .inner .content-main .right { display: none; }
body.single .page-wrapper .inner .content-main .post .content { width: 90%; margin: 3.5% 5%; }
	
/* 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
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .image-block .description { width: 90%; margin: 1.5% 2.5% 0 7.5%; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 12px; }

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: 48px; 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 #cd1f36; }
	
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: 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
----------------------------------------------------------------------------- */
.right .sidebar .sidebar-block .inner .content { width: 100%; }
.right .sidebar .grid-sizer { width: 33.3%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item { width: 30.3%; margin: 1.5%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item.item-1 { margin: 1.5% 3% 1.5% 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item.item-3 { margin: 1.5% 0 1.5% 3%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image { width: 100%; padding-bottom: 55%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { width: 100%; margin: 2.5% 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 16px; margin: 10px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 11px; }

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.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.infeed .enews form button,
.email-signup.inarticle .enews form input,
.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; }

/* 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 #cd1f36; 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
----------------------------------------------------------------------------- */
header .masterhead { border-bottom: 0; }
header .masterhead .inner { background-size: 160% auto; }
header .masterhead .column.col-left { width: 35%; }
header .masterhead .column.col-center { width: 30%; }
header .masterhead .column.col-right { width: 35%; }
header .masterhead .logo { width: 150px; margin: 10px 0; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 14px; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 30px; height: 30px; }
header .masterhead .nav.top-nav { display: none; }
header .masterhead .nav.main-nav { display: none; }
header .masterhead .nav nav ul.menu li.menu-item-has-children:hover span.arrow { width: 22px; height: 10px; }
header .masterhead .nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 60px; }
header .masterhead .nav.top-nav nav.with-dropdown ul.menu li.menu-item ul.sub-menu { top: 42px; }
header .masterhead .nav nav ul.menu li a { font-size: 17px; padding: 14px 8px; }
header .masterhead .nav.main-nav nav ul.menu li a { font-size: 15px; }
header .masterhead .social-search .social .social-buttons { display: none; }
header .masterhead .social-search .search a { width: 16px; height: 16px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 16px; height: 16px; }
header .masterhead .cta-button a { padding: 18px; margin: 10px 10px 10px 0; font-size: 0; background-image: url(images/icon-white-email.svg); background-repeat: no-repeat; background-position: center center; background-size: 14px 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: Home and Category Pages
----------------------------------------------------------------------------- */
.articles-wrapper .articles .grid-sizer { width: 100%; }
.articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
.articles-wrapper .articles .item.wide { width: 105.355% !important; margin: 2.5% -2.75% !important; }
.articles-wrapper .articles .item.advertisement { width: 105.355% !important; margin: 0 -2.75% !important; }
.articles-wrapper .articles.full .item .image { width: 40%; padding-bottom: 24%; vertical-align: middle; }
.articles-wrapper .articles.full .item .text { width: 55%; margin: 0 0 0 5%; vertical-align: middle; }
.articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 19px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 13px; }
.articles-wrapper .articles .item p.excerpt { display: none; }
.articles-wrapper .articles .item h3.category { font-size: 15px; }
.articles-wrapper .articles .item h3.category span.line { width: 6%; margin: 6px 0 0 0; }
.articles-wrapper .nav-load-buttons { margin: 25px 0; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 14px; padding: 26px 22px; }
	
/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
.block.featured-stories .inline-flex-wrap { display: inline-block; }
.block.featured-stories .content { padding-bottom: 0 !important; }
	
.block.featured-stories .headline-story { width: 100%; margin: 0 0 4% 0; }
.block.featured-stories .headline-story .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item { width: 97%; margin: 0 1.5%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item .image { width: 108.5%; margin: 0 -4.25%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 18px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 37px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 15px; }
	
.block.featured-stories .headline-stories { width: 100%; margin: 0; }
.block.featured-stories .headline-stories .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item .image { width: 40%; padding-bottom: 24%; vertical-align: middle; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item .text { width: 55%; margin: 0 0 0 5%; vertical-align: middle; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 15px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 21px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 13px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1,
.block.latest-articles .articles-wrapper .articles .item.item-2,
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { width: 100%; padding-bottom: 55%; margin: 0 0 15px 0; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 24px; }
.block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 13px; margin: 5px 0; }
	
/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
.block.featured-articles { margin: 0; }
.block.featured-articles .articles-wrapper { width: 100%; margin: 0; }
.block.featured-articles .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-articles .articles-wrapper .articles .item { width: 95%; margin: 2.5%; }
.block.featured-articles .articles-wrapper .articles .item .image { width: 40%; padding-bottom: 24%; vertical-align: middle; }
.block.featured-articles .articles-wrapper .articles .item .text { width: 55%; margin: 0 0 0 5%; vertical-align: middle; }
.block.featured-articles .articles-wrapper .articles .item h3.category { margin: 0; padding-top: 0; font-size: 15px; }
.block.featured-articles .articles-wrapper .articles .item h2.title, 
.block.featured-articles .articles-wrapper .articles .item h2.title a { font-size: 19px; }
.block.featured-articles .articles-wrapper .articles .item p.author,
.block.featured-articles .articles-wrapper .articles .item .meta-data { font-size: 13px; }
.block.featured-articles .articles-wrapper .articles .item p.excerpt { display: none; }
	
/* PAGE: Carousel
----------------------------------------------------------------------------- */
.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; }
.block.carousel .articles-wrapper .carousel-wrap { margin: 35px 75px 0 75px; }
.block.carousel .owl-nav .owl-prev,
.block.carousel .owl-nav .owl-next { width: 36px; height: 36px; background-size: 13px 13px; }

/* PAGES: Home and Category Pages
----------------------------------------------------------------------------- */
body.single-post .page-wrapper .inner { padding: 0; }
body.single .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
.page-wrapper .inner .content-main .left { width: 100%; flex: none; max-width: none; }
.page-wrapper .inner .content-main .right { width: 100%; flex: none; max-width: none; }
body.home .page-wrapper .inner .content-main .right, 
body.archive .page-wrapper .inner .content-main .right { display: none; }
body.single .page-wrapper .inner .content-main .post .content { width: 90%; margin: 3.5% 5%; }
	
/* 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
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .image-block .description { width: 90%; margin: 1.5% 2.5% 0 7.5%; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 12px; }
	
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: 43px; 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 #cd1f36; }
	
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; }

/* 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; }
.articles-wrapper.related-stories .articles .item .image { width: 30%; padding-bottom: 25%; vertical-align: top; }
.articles-wrapper.related-stories .articles .item.video .image a { background-size: 25px 25px; }
.articles-wrapper.related-stories .articles .item .text { width: 65%; margin: 0 0 0 5%; vertical-align: top; }
.articles-wrapper.related-stories .articles .item h3.category { font-size: 13px; margin: 5px 0 0 0; }
.articles-wrapper.related-stories .articles .item h2.title,
.articles-wrapper.related-stories .articles .item h2.title a { font-size: 18px; margin: 10px 0; }
.articles-wrapper.related-stories .articles .item p.author { font-size: 12px; }
	
/* 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
----------------------------------------------------------------------------- */
.right .sidebar .sidebar-block .inner .content { width: 100%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item { vertical-align: middle; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image { width: 30%; vertical-align: middle; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { width: 65%; margin: 0 0 0 5%; vertical-align: middle; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 18px; margin: 10px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 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.infeed .enews form button,
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form button { font-size: 13px; }
.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; }

/* 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 #cd1f36; 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
----------------------------------------------------------------------------- */
header .masterhead { border-bottom: 0; }
header .masterhead .inner { background-size: 160% auto; }
header .masterhead .column.col-left { width: 24%; }
header .masterhead .column.col-center { width: 52%; }
header .masterhead .column.col-right { width: 24%; }
header .masterhead .logo { width: 135px; margin: 10px 0; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 12px; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 24px; height: 24px; }
header .masterhead .nav.top-nav { display: none; }
header .masterhead .nav.main-nav { display: none; }
header .masterhead .social-search .social .social-buttons { display: none; }
header .masterhead .social-search .search a { width: 14px; height: 14px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 14px; height: 14px; }
header .masterhead .cta-button a { padding: 14px; margin: 0 10px 0 0; font-size: 0; background-image: url(images/icon-white-email.svg); background-repeat: no-repeat; background-position: center center; background-size: 14px 14px; }

/* 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-advertisement .advertisement,
.bottom-advertisement .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
----------------------------------------------------------------------------- */
.articles-wrapper .articles .grid-sizer { width: 100%; }
.articles-wrapper .articles .item { width: 94%; margin: 0 3% 5% 3%; }
.articles-wrapper .articles .item.wide { width: 105.355% !important; margin: 0 -2.75% !important; }
.articles-wrapper .articles .item.advertisement { width: 105.2% !important; margin: 0 -2.6% !important; }
.articles-wrapper .articles.full .item .image { width: 112% !important; padding-bottom: 60%; margin: 0 -6% !important; }
.articles-wrapper .articles.full .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
.articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
.articles-wrapper .articles .item h3.category { font-size: 17px; }
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 22px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 14px; }
.articles-wrapper .articles .item p.excerpt { font-size: 16px; }
.articles-wrapper .nav-load-buttons { margin: 25px 0; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 14px; padding: 26px 22px; }
	
/* PAGE: Featured Stories
----------------------------------------------------------------------------- */
.block.featured-stories .inline-flex-wrap { display: inline-block; }
	
.block.featured-stories .headline-story { width: 100%; margin: 0 0 15% 0; }
.block.featured-stories .headline-story .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item { width: 97%; margin: 0 1.5%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item .image { width: 108.5%; margin: 0 -4.25%; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h3.category { font-size: 17px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-story .articles-wrapper .articles .item h2.title a { font-size: 32px; }
.block.featured-stories .headline-story .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-story .articles-wrapper .articles .item .meta-data { font-size: 14px; }
	
.block.featured-stories .headline-stories { width: 100%; margin: 0; }
.block.featured-stories .headline-stories .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item { width: 97%; margin: 0 1.5% 5% 1.5%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item .image { width: 108.5%; margin: 0 -4.25%; padding-bottom: 60%; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h3.category { font-size: 17px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title, 
.block.featured-stories .headline-stories .articles-wrapper .articles .item h2.title a { font-size: 24px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.author,
.block.featured-stories .headline-stories .articles-wrapper .articles .item .meta-data { font-size: 14px; }
.block.featured-stories .headline-stories .articles-wrapper .articles .item p.excerpt { display: block; font-size: 16px; }
	
/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1,
.block.latest-articles .articles-wrapper .articles .item.item-2,
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { width: 100%; padding-bottom: 55%; margin: 0 0 15px 0; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 18px; }
.block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 12px; margin: 5px 0; }
	
/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
.block.featured-articles .articles-wrapper { width: 100%; margin: 0 0 0 0; }
.block.featured-articles .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-articles .articles-wrapper .articles .item { width: 95%; margin: 1.5% 2.5%; }
.block.featured-articles .articles-wrapper .articles .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
	
/* PAGE: Carousel
----------------------------------------------------------------------------- */
.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; }
.block.carousel .articles-wrapper .carousel-wrap { margin: 25px 15px; }
.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: Home and Category Pages
----------------------------------------------------------------------------- */
.page-wrapper { overflow-x: hidden; }
body.single-post .page-wrapper { overflow-x: visible; }
body.single-post .page-wrapper .inner { padding: 0; }
body.single .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
.page-wrapper .inner .content-main .left { width: 100%; flex: none; }
.page-wrapper .inner .content-main .right { width: 100%; flex: none; }
body.home .page-wrapper .inner .content-main .right, 
body.archive .page-wrapper .inner .content-main .right { display: none; }
body.single .page-wrapper .inner .content-main .post .content { width: 94%; margin: 3%; }
	
/* 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
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .image-block .description { width: 92.5%; margin: 1.5% 2.5% 0 5%; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 11px; }
	
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: 36px; 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 #cd1f36; }
.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: 112% !important; margin: 25px -6% !important; }
.text .video-block.full .credit { width: 90% !important; margin: 2.5% 5% 0 5% !important; }

/* Related Content (Video) */ 
.related-content.video { width: 100%; margin: 10px 0 25px 0%; }
body.single .related-content.video { width: 118%; margin: 10px -9% 25px -9%; }
.related-content.video h3.title { padding: 2% 0; font-size: 11px; }
.related-content.video .sticky-video-wrap.sticky .video-block.stuck { width: 100%; top: 0px; bottom: initial; right: 0px; left: 0px; }
.related-content.video .sticky-video-wrap .video-block .close-btn { top: 15px; left: initial; right: 15px; }

/* 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: 16px; 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; }
.articles-wrapper.related-stories .articles .item .image { width: 30%; padding-bottom: 25%; vertical-align: top; }
.articles-wrapper.related-stories .articles .item .image .label { font-size: 8px; }
.articles-wrapper.related-stories .articles .item.video .image a { background-size: 30px 30px; }
.articles-wrapper.related-stories .articles .item .text { width: 65%; margin: 0 0 0 5%; vertical-align: top; }
.articles-wrapper.related-stories .articles .item h3.category { font-size: 11px; margin: 0; padding-top: 0; }
.articles-wrapper.related-stories .articles .item h2.title,
.articles-wrapper.related-stories .articles .item h2.title a { font-size: 14px; margin: 0; }
.articles-wrapper.related-stories .articles .item p.author { font-size: 10px; }
	
/* 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
----------------------------------------------------------------------------- */
.right .sidebar .sidebar-block {  margin: 0 0 15px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image { width: 30%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image .label { font-size: 8px; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { width: 65%; margin: 0 0 0 5%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 18px; margin: 5px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 10px; }

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.infeed { 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.infeed .enews form button
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form button { font-size: 13px; }
.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; }
	
/* 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 #cd1f36; 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; }
	
}

@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
----------------------------------------------------------------------------- */
header .masterhead { border-bottom: 0; }
header .masterhead .inner { background-size: 160% auto; }
header .masterhead .column.col-left { width: 24%; }
header .masterhead .column.col-center { width: 52%; }
header .masterhead .column.col-right { width: 24%; }
header .masterhead .logo { width: 135px; margin: 10px 0; }
header .masterhead .nav.tablet-mobile-nav a.toggle { font-size: 0; padding: 12px; }
header .masterhead .nav.tablet-mobile-nav a.toggle span.icon { width: 24px; height: 24px; }
header .masterhead .nav.top-nav { display: none; }
header .masterhead .nav.main-nav { display: none; }
header .masterhead .social-search .social .social-buttons { display: none; }
header .masterhead .social-search .search a { width: 14px; height: 14px; padding: 12px 10px; }
header .masterhead .social-search .search a span.icon { width: 14px; height: 14px; }
header .masterhead .cta-button a { padding: 14px; margin: 0 10px 0 0; font-size: 0; background-image: url(images/icon-white-email.svg); background-repeat: no-repeat; background-position: center center; background-size: 14px 14px; }

/* 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-advertisement .advertisement,
.bottom-advertisement .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
----------------------------------------------------------------------------- */
.articles-wrapper .articles .grid-sizer { width: 100%; }
.articles-wrapper .articles .item { width: 94%; margin: 0 3% 5% 3%; }
.articles-wrapper .articles .item.wide { width: 105.355% !important; margin: 0 -2.75% !important; }
.articles-wrapper .articles .item.advertisement { width: 105.2% !important; margin: 0 -2.6% !important; }
.articles-wrapper .articles.full .item .image { width: 112% !important; padding-bottom: 60%; margin: 0 -6% !important; }
.articles-wrapper .articles.full .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
.articles-wrapper .articles .item .video-block.full { width: 112% !important; margin: 0 -6% 20px -6% !important; }
.articles-wrapper .articles .item h3.category { font-size: 17px; }
.articles-wrapper .articles .item h2.title, 
.articles-wrapper .articles .item h2.title a { font-size: 22px; }
.articles-wrapper .articles .item p.author, 
.articles-wrapper .articles .item .meta-data { font-size: 14px; }
.articles-wrapper .articles .item p.excerpt { font-size: 16px; }
.articles-wrapper .nav-load-buttons { margin: 25px 0; }
.articles-wrapper .nav-load-buttons .load-more-button a { font-size: 14px; padding: 26px 22px; }
	
/* PAGE: Latest Articles
----------------------------------------------------------------------------- */
.block.latest-articles .articles-wrapper .articles .item.item-1,
.block.latest-articles .articles-wrapper .articles .item.item-2,
.block.latest-articles .articles-wrapper .articles .item.item-3,
.block.latest-articles .articles-wrapper .articles .item.item-4,
.block.latest-articles .articles-wrapper .articles .item.item-5 { width: 100%; padding-bottom: 55%; margin: 0 0 15px 0; }
.block.latest-articles .articles-wrapper .articles .item.item-1 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-2 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-3 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-4 h2.title,
.block.latest-articles .articles-wrapper .articles .item.item-5 h2.title { font-size: 22px; }
.block.latest-articles .articles-wrapper .articles .item .meta-data { font-size: 12px; margin: 5px 0; }
	
/* PAGE: Featured Articles
----------------------------------------------------------------------------- */
.block.featured-articles .articles-wrapper { width: 100%; margin: 0 0 0 0; }
.block.featured-articles .articles-wrapper .articles .grid-sizer { width: 100%; }
.block.featured-articles .articles-wrapper .articles .item { width: 95%; margin: 1.5% 2.5%; }
.block.featured-articles .articles-wrapper .articles .item .text { width: 93%; margin: 6% 3.5%; padding: 0; }
	
/* PAGE: Carousel
----------------------------------------------------------------------------- */
.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; }
.block.carousel .articles-wrapper .carousel-wrap { margin: 25px 15px; }
.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: Home and Category Pages
----------------------------------------------------------------------------- */
.page-wrapper { overflow-x: hidden; }
body.single-post .page-wrapper { overflow-x: visible; }
body.single-post .page-wrapper .inner { padding: 0; }
body.single .page-wrapper .inner .content-main { margin: 0; display: block; }
body.single .page-wrapper .inner .content-main .content-main-inner { width: 100%;  margin: 0; }
.page-wrapper .inner .content-main .left { width: 100%; flex: none; }
.page-wrapper .inner .content-main .right { width: 100%; flex: none; }
body.home .page-wrapper .inner .content-main .right, 
body.archive .page-wrapper .inner .content-main .right { display: none; }
body.single .page-wrapper .inner .content-main .post .content { width: 94%; margin: 3%; }
	
/* 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
----------------------------------------------------------------------------- */
.page-wrapper .inner .content-main .image-block .description { width: 92.5%; margin: 1.5% 2.5% 0 5%; }
.page-wrapper .inner .content-main .image-block .description p { font-size: 11px; }
	
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: 36px; 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 #cd1f36; }
.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: 112% !important; margin: 25px -6% !important; }
.text .video-block.full .credit { width: 90% !important; margin: 2.5% 5% 0 5% !important; }

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

/* 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: 16px; 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; }
.articles-wrapper.related-stories .articles .item .image { width: 30%; padding-bottom: 25%; vertical-align: top; }
.articles-wrapper.related-stories .articles .item .image .label { font-size: 8px; }
.articles-wrapper.related-stories .articles .item.video .image a { background-size: 30px 30px; }
.articles-wrapper.related-stories .articles .item .text { width: 65%; margin: 0 0 0 5%; vertical-align: top; }
.articles-wrapper.related-stories .articles .item h3.category { font-size: 11px; margin: 0; padding-top: 0; }
.articles-wrapper.related-stories .articles .item h2.title,
.articles-wrapper.related-stories .articles .item h2.title a { font-size: 14px; margin: 0; }
.articles-wrapper.related-stories .articles .item p.author { font-size: 10px; }
	
/* 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
----------------------------------------------------------------------------- */
.right .sidebar .sidebar-block {  margin: 0 0 15px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image { width: 30%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .image .label { font-size: 8px; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .text { width: 65%; margin: 0 0 0 5%; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title,
.right .sidebar .sidebar-block .inner .content .articles.mini .item h2.title a { font-size: 18px; margin: 5px 0; }
.right .sidebar .sidebar-block .inner .content .articles.mini .item .meta-data { font-size: 10px; }

/* GLOBAL: Email Signup
----------------------------------------------------------------------------- */
.block.email-signup .inner { padding: 0 10%; }
.email-signup.infeed { 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.infeed .enews form button
.email-signup.inarticle .enews form input,
.email-signup.inarticle .enews form button { font-size: 13px; }
.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; }
	
/* 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 #cd1f36; 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; }

}
	
}

@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;
	 }
}

