/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #252525;
	height: 100%;
	background-color: #ffffff;
	overflow-x: hidden;
}

header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	padding-top: 3.5px;
	z-index: 1;
}

.head-holder {
	margin: 0 10px;
	border-bottom: 1px solid #f19a23;
}

.logo-holder {
	display: inline-block;
	padding-bottom: 0;
}

.m-logo {
	display: inline-block;
}

.logo {
	display: inline-block;
	height: 48px;
	padding-left: 12px;
}

#content {
	background-color: #FFFFFF;
	padding: 84px 0 10px 0;
	position: relative;
	width: auto;
	height: 100%;
}

.mbl-gap {
	padding-top: 94px !important;
}

#hamburger {
	cursor: pointer;
	float: right;
	height: 24px;
	padding: 3px 4px 3px;
	position: relative;
	top: 15px;
	right: 12px;
	width: 25px;
	background: transparent;
}

#hamburger div {
	background-color: #3e3c3d;
	border: 1px solid #3e3c3d;
	border-radius: 2px 2px 2px 2px;
	height: 2px;
	margin-top: 4px;
	width: 90%;
}

nav {
	opacity: 0;
	right: 0px;
	top: 0px;
	position: fixed;
	z-index: 0;
	width: 80%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	background: #3e3c3d;
	background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c3d', endColorstr='#2d2c2d', GradientType=0);
}

nav ul {
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 0;
}

nav li {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #222222;
	border-top: 1px solid #444444;
	padding: 15px;
}

nav li a:link, nav li a:active, nav li a:visited {
	color: #fff;
	text-decoration: none;
}

#contentLayer {
	display: none;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	z-index: 5;
}

.tool_tip {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #494847;
	background: rgba(231, 230, 224, 0.95);
	color: #494847;
	position: absolute;
	z-index: 50;
	left: 12px;
	margin-top: 40px;
	padding: 3px 12px;
	width: 78%;
	display: none;
}

.tool_tip::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent transparent #494847 transparent;
	border-color: transparent transparent rgba(231, 230, 224, 0.95) transparent;
	border-style: solid;
	border-width: 9px;
	height: 0;
	width: 0;
	top: -18px;
	left: 24px;
}

.desc-tip {
	margin-top: 4px;
}

.tool_tip p {
	margin: 16px 0;
}

.mobile-banner {
	margin: 18px auto;
	text-align: center;
	width: 100%
}

.mobile-banner-new {
	margin: 9px auto 18px auto;
	text-align: center;
	width: 100%;
}

.meta_results {
	line-height: 22px;
	background-color: #fdfdfd;
	padding: 18px 10px;
	margin: 9px 10px 18px 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.footer {
	border-top: 1px solid #f19a23;
	margin-top: 36px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Typography */

h1 {
	font-family: "Lucida Grande", "Lucida Sans", "HelveticaNeue-Medium", Arial, sans-serif;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	margin: 24px 10px 16px 10px; 
}

.mobile-ad-gap {
	margin-top: 0;
	margin-bottom: 18px;
}

.tighter-gap {margin-top: 18px;} 

h2 {
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	margin: 18px 10px 9px 10px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

p {
	margin: 0 10px 24px 10px;
}

.meta_results {
	line-height: 22px;
}

.meta_results p {
	margin-left: 0;
	margin-right: 0;
	font-size: 17px;
	line-height: 22px;
}

.mobile-gap-top {
	margin-top: 18px;
}

.copy {
	font-size: 14px;
	text-align: center;
	margin-top: 18px;
}

.ad_box {
	margin-bottom: 22px;
}

.hightlight-code {
	background-color: #E8E8E8;
	padding: 4px 8px;
	font-size: 15px;
	word-wrap: break-word;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.meta_results {
	word-wrap: break-word;
}

.scale-img {
	max-width: 100%;
	height: auto;
}

.social-icons {
	padding: 0;
	height: 24px;
	margin: 0 auto;
	text-align: center;
}

.social-icons li {
		margin: 0;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
		zoom: 1
}

/* Form Styles */

.form-holder {
	background-color: #494847;
	border-radius: 6px;
	padding: 12px;
	margin-bottom: 24px;
	margin-left: 10px;
	margin-right: 10px;
	max-width: 693px;
	position: relative;
	box-sizing: border-box;
}

.generator {
	background-color: transparent;
	color: #e7e6e0;
	font-size: 16px;
}

.generator label {
	color: #e7e6e0;
	font-size: 16px;
}

input, textarea, .uneditable-input {
	width: 98.5%;
	-webkit-appereance: none;
}

textarea {
	height: 117px;
	resize: none;
}

select {
	width: 100%;
}

small {
	font-size: 12px;
	margin: 0 24px 0 0;
	float:right;
}

.control-group {
	margin-bottom: 9px;
}

label, input, button, select, textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

label {
	display: block;
	margin-bottom: 5px;
}

input, textarea {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border linear 0.2s,box-shadow linear 0.2s;
}
	
input, textarea, select, .uneditable-input {
	display: inline-block;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	
input, button, select, textarea {
	font-family: "Helvetica Neue", Helvetica,Arial, sans-serif;
}
	
label, input, button, select, textarea {
	font-weight: normal;
	text-align: left;
}
	
button, input, select, textarea {
	vertical-align: middle;
}
	
textarea {
	margin-top: 0;
	height: 117px;
	resize: none;
}
	
select {
	background-color: #ffffff;
}
select, input[type="file"] {
	height: 28px;
	line-height: 28px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="button"], input[type="reset"], input[type="submit"] {
	width: 100%;
	height: auto;
}

.btn {
	display: inline-block;
	padding: 6px 10px 6px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 18px;
	color: #252525;
	text-align: center;
	text-shadow: 0 2px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	background-color: #f7c25c;
	background-image: linear-gradient(top,#ffffff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	width: 212px;
	font-weight: bold;
}

.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
	text-shadow: 0 1px 0 rgba(255,255,255,0.55);
	color: #252525;
}

.btn-primary {
	background: rgb(253,234,118);
	background: linear-gradient(180deg, rgba(253,234,118,1) 0%, rgba(240,143,16,1) 100%); 
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdea76',endColorstr='#f08f10',GradientType=0);
	border-color: #f08f10 #f08f10 #fdea76;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	zoom: 1;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #f19a23;
}

.icon-question-sign {
	width: 14px;
	height: 14px;
	line-height: 14px;
	background-position: 14px 14px;
	background-repeat: no-repeat;
}

.icon-white {
	background-image: url("../images/glyphicons-halflings-white.png");
}

.icon-question-sign {
	background-position: -96px -96px;
}

.icon-right {
	float: right;
	margin: 0 5px 0 0;
}

.option-icon {
	display: none;
}

.icon-plus-sign {
	background-position: 0 -96px;
}

.icon-minus-sign {
	background-position: -24px -96px;
}

.tool_tip {
	border-radius: 6px;
	background: #494847;
	background: rgba(231, 230, 224, 0.95);
	color: #494847;
	position: absolute;
	z-index: 50;
	left: 12px;
	margin-top: 40px;
	padding: 3px 12px;
	width: 78%;
	display: none;
}

.tool_tip::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent transparent #494847 transparent;
	border-color: transparent transparent rgba(231, 230, 224, 0.95) transparent;
	border-style: solid;
	border-width: 9px;
	height: 0;
	width: 0;
	top: -18px;
	left: 24px;
}

.desc-tip {
	margin-top: 4px;
}

.tool_tip p {
	margin: 16px 0;
}

/* ----- End Form Styles ----- */

/* Link Styles */

a:link {
	color: #0088cc;
	text-decoration: none;
}
a:hover {
	color: #005580;
	text-decoration: none;
}

.more-link {
	 padding-left: 10px;
}

.desk-header, .content-banner {
	display: none;
}

.ad_box {
	display: none;
}

.link-row iframe {
	width: 100%;
	height: 424px;
}

.mobile-frame {
	display:initial;
}

.desk-frame {
	display: none;
}

.btn {
	color: #252525 !important;
}

/* ----- Accordion styles---- */

#chck1 {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tabs {
	overflow: hidden;
	margin-bottom: 12px;
}

.tab {
	width: 100%;
	overflow: hidden;
}

.tab-label {
	display: flex;
	justify-content: flex-start;
	cursor: pointer;
}

.tab-label::before {
	content: " ";
	width: 14px;
	height: 14px;
	text-align: center;
	background-image: url("../images/glyphicons-halflings-white.png");
	background-position: 0 -96px;
	margin: 2px 6px 0 0;
}

.tab-content {
	max-height: 0;
	padding: 0 1em;
	color: #2c3e50;
	transition: all 0.35s;
}

.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	cursor: pointer;
}

.accord-gap {
	padding-top: 6px;
}

input:checked + .tab-label::before {
	content: " ";
	width: 14px;
	height: 14px;
	text-align: center;
	background-image: url("../images/glyphicons-halflings-white.png");
	background-position: -24px -96px;
}

input:checked  ~ .tab-content .control-group label span .option-icon {
	display: block;
}

input:checked ~ .tab-content {
	max-height: 100vh;
	padding: 1em 0 0 0;
}

/* ----- End Accordion Styles ----- */

@media screen and (min-width:768px) {
	.form-holder {
		margin: 0 auto;
	}
}

@media screen and (min-width:911px) {

	#content {
		padding: 0;
		box-shadow: none;
	}

	header {
		display: none;
	}
	
	.mbl-gap {
		padding-top: 0;
	}

	.desk-header, .content-banner {
		display: block;
	}

	.logo {
		float: left;
		padding: 0;
		height: auto;
	}

	.idx-holder {
		max-width: 793px;
		margin: -22px auto 0 auto;
		overflow: au
	}

	.form-holder {
		padding: 36px;
	}

	.accord-gap {
		padding-top: 0;
	}

	.right-content {
		float: right;
		width: 468px;
	}

	.content-row {
		clear: both;
	}

	.desk-header {
		width: 911px;
		margin: 12px auto 0 auto;
		position: relative;
		z-index: 10;
		overflow: hidden;
	}

	.main_nav {
		margin: 30px 48px 0 0;
		float: right;
		width: 468px;
		text-align: center;
	}

	.main_nav li {
		display: inline;
		font-size: 16px;
		padding: 0 18px 0 0;
		line-height: 16px;
	}

	li.last {
		padding-right: 0;
	}

	.int-content {
		width: 793px;
		margin: 24px auto 0 auto;
	}

	.meta_results {
		line-height: 22px;
		background-color: #fdfdfd;
		padding: 20px 16px;
		margin: 0 0 18px 0;
		border: 1px solid #ddd;
		border-radius: 6px;
	}

	.ad_box {
		display: block;
	 margin-bottom: 16px;
	}

	.ad_box img {
		height: 90px;
	}

	.ad_box img.home {
		width: 468px;
		height: 60px;
	}

	.optional {
		margin: 9px 0 18px 0;
		padding: 0 0 0 0;
	}

	#showModal {
		width: 232px;
	}

	.icon-right {
		float: right;
		margin: 0 0 0 0;
	}

	#author_btn, #dist_btn, #rating_btn, #create_btn {
		display: none;
	}

	.tool_tip {
		left: 24px;
		width: 360px;
		display: none;
	}

	.social-home {
		position: relative;
		top: -53px;
		left: 348px;
	}

	.social-icons {
		float: right;
	}

	.link-row {
		overflow: hidden;
	}

	.link-col-1 {
		float: left;
		text-align: left;
		box-sizing: border-box;
		width: 220px;
	}

	.link-col-2 {
		float: left;
		text-align: left;
		box-sizing: border-box;
		width: 555px;
		margin-left: 18px;
	}

	.link-row iframe {
		width: 398px;
		height: 230px;
	}

	.footer {
		margin: 24px auto;
	}

	.footer-home {
		margin: 0 auto 24px auto;
		width: 793px;
	}

	.footer-gap {
		padding-top: 24px;
	}

	h1 {
		font-size: 28px;
		line-height: 32px;
		text-align: left;
		margin: 0 0 24px 0;
	}

	.sub-results {
		line-height: 27px;
	}

	.tighter-gap {
		margin-top: 3px;
	}

	.centered-title {
		text-align: center;
		margin: 7px 0 12px 0; 
	}

	.int-content h2 {
		font-size: 18px;
		margin: 17px 0 0 0;
	}

	.opt-h3 {
		font-size: 14px;
		margin-left: 0;
	}

	.int-content p {
		margin: 0 0 24px 0;
	}
	
	.tool_tip p {
	margin: 16px 0; font-size: 14px;
	}
	
	p, .hightlight-code {
		font-size: 16px;
		line-height: 24px;
	}

	.right-content p {
		margin: 16px 0;
	}

	.home-gap {
		margin-top: -3px !important;
	}

	.first-p {
		margin-top: 0 !important;
	}

	.last_p {
		margin-bottom: 0;
	}

	.link-row .last_p {
		margin-bottom: 0;
	}

	p.copy {
		font-size: 14px;
		margin: 16px 0;
	}

	.generator label {
		font-size: 14px;
	}

	.main_nav a:link, .main_nav a:active, .main_nav a:visited {
		color: #f19a23;
		font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
		text-decoration: none;
		font-weight: bold;
	}

	.main_nav a:hover {
		color: #f14f23;
		text-decoration: none;
	}

	a {
		color: #0088cc;
		text-decoration: none;
	}

	a:hover {
		color: #005580;
		text-decoration: none;
	}

	.mobile-frame {
		display: none;
	}

	.desk-frame {
		display: initial;
	}

}