html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset { margin: 0; padding: 0; box-sizing: border-box;}
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; }

/* ----- Colors ----- */
/* Orange: #ff7301 */
/* Blue: #326ea1 */

body {
	color: #444444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	background-color: #f8f8f8;
	overflow-x: hidden;
}

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

/* ----- Typography ----- */

h1 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 18px;
	line-height: 36px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 18px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 18px;
}

.recommended h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 9px;
	margin-bottom: 24px;
}

p {
	padding-bottom: 18px;
}

.copy {
	font-size: 14px;
	padding-bottom: 24px;
}

/* ----- Typography End ----- */

.top-bar {
	display: none;
}

.desk-header {
	display: none;
}

#content {
	background-color: #f8f8f8;
	padding: 79px 0 0 0;
	position: relative;
	width: auto;
	height: 100%;
}

#contentLayer {
	display: none;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	z-index: 5;
}

header {
	zoom: 1;
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 2;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	align-items: center;
}

.logo-holder	{
	display: inline-block;
	margin-top: 6px;
	margin-left: 4%;
	width: 70%;
	max-width: 359px;
}

/* ----- Hamburger Nav Styles ----- */

#hamburger {
	cursor: pointer;
	height: 24px;
	padding: 0 4px 3px 4px;
	margin: 0 4% 0 auto;
	width: 36px;
	background: transparent;
}

#hamburger div {
	background-color: #326ea1;
	border: 1px solid #000;
	border-radius: 2px 2px 2px 2px;
	height: 4px;
	margin-top: 4px;
	width: 90%;
}

/* ----- Hamburger Nav Styles End ----- */

/* ----- Mobile Nav Structure ------ */

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: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3c3d), color-stop(100%, #2d2c2d));
	background: -webkit-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
	background: -o-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
	background: -ms-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
	background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);
}

nav ul {
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 0;
}

nav li {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #222222;
	border-top: 1px solid #444444;
	padding: 15px;
	line-height: 18px;
}

nav li a:link, nav li a:active, nav li a:visited {
	color: #eff1f6;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold
}

nav li a:hover {
	color: #ff7301;
}

/* ----- Mobile Nav Structure End ------ */

/* ----- Desk Nav -----*/

.nav li {
	display: inline;
	padding-right: 18px;
}

.nav li:last-child {
	padding-right: 0;
}

.nav li a:link, .nav li a:active, .nav li a:visited {
	text-decoration: none;
	color: #ff7301;
	font-weight: bold;
}

.nav li a:hover {
	color: #326ea1;
}

/* ----- Desk Nav End -----*/

.nav li a:link, .nav li a:active, .nav li a:visited {
	text-decoration: none;
	color: #ff7301;
	font-weight: bold;
}

.nav li a:hover {
	color: #326ea1;
}

/* ----- Footer Nav -----*/

.footer-nav {
	text-align: center;
}

.footer-nav li {
	display: inline;
	padding: 18px;
	line-height: 48px;
}

.footer-nav li a:link, .footer-nav li a:active, .footer-nav li a:visited {
	text-decoration: none;
	color: #326ea1;
	font-weight: bold;
}

.footer-nav li a:hover {
	color: #ff7301;
}

/* ----- Footer Nav End -----*/

a:link, a:active, a:visited {
	text-decoration: none;
	color: #326ea1;
	font-weight: normal;
}

a:hover {
	color: #ff7301;
}

.index-content {
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 40vh;
	height: 40vh;
	/*background-color: #28343b;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;*/
}

.search-area {
	padding: 0 4% 0 4%;
	width: 100%;
}

.footer {
	padding: 36px 4%;
	max-width: 1024px;
	margin: auto;
}

.search-holder, .footer-info {
	margin: auto;
	text-align: center;
}

.search-holder {
	width: 100%;
	max-width: 635px;
	background-color: #165d99;
	background-image: linear-gradient(to bottom, #165d99, #14568d, #124f82, #104876, #0f416b);
	border-radius: 16px;
	padding: 36px 24px;
}

.txt-inpt {
	padding: 13px 6px;
	border: 1px solid #1a4568;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	font-size: 16px; 
	width: 68%;
	max-width: 435px;
}

.btn {
	padding: 13px 0;
	width: 27%;
	max-width: 108px;
	background-color: #ff7301;
	color: #f9f9f9;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	appearance: none;
	-moz-appearance: none;
	border: 1px solid #1a4568;
	margin-left: -7px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.int-content {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	padding: 36px 4% 18px 4%;
	border-bottom: 1px solid #e1e1e1;
}

.recommended {
	padding: 18px;
	margin-bottom: 36px;
	background-color: #f0f5fa;
	border: 1px solid #dddddd;
	border-radius: 6px;
}

.utility {
	margin-bottom: 24px;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
}

.utility td {
	padding-bottom: 12px;
}

.utility td {
	display: block;
}

.uAnchors {
	font-weight: bold;
	text-align: left;
}

.results li p {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 24px;
}

.pagination {
	text-align: center;
	padding: 24px 0;
}

.pagination li {
	display: inline;
	padding: 12px;
	line-height: 48px;
}

#featured h2, .l {
	text-align: center;
}

.fl-item {
	max-width: 424px;
	background-color: #e6edf4;
	margin: 18px auto;
	padding: 6px;
	border-radius: 4px;
	border: 1px solid #cecece;
}

a span.fl_title {
	color: #061A49;
}

.add-form {
	margin-bottom: 24px;
}

.add-form label {
	display: block;
}

.add-form input {
	margin-bottom: 24px;
}

.add-form input[type="submit"] {
	margin-bottom: 0;
}

.form-txt {
	border: 1px solid #dddddd;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	max-width: 300px;
	line-height: 1;
	font-size: 16px;
	margin: 0;
	padding: 14px 8px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

.default-btn {
	border: 1px solid #ff7301;
	border-radius: 5px;
	background-color: #ff7301;
	line-height: 1;
	padding: 14px 24px;
	max-width: 264px; 
	text-align: center;
	margin-bottom: 36px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

.add-btn {
	color: #f6f3ee;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

.code {
	background-color: #efefef;
	border: 1px solid #dddddd;
	border-radius: 6px;
	padding: 9px 18px;
	margin-bottom: 24px;
	word-break: break-word;
}

.footer-info {
	padding-top: 36px;
}

@media screen and (min-width:892px) {
        #iframe-container {
                display: none;
        }

        #overlay {
    background-color: #666666;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    width: 100%;
    height: 100%;
        }
        #iframe-container {
    position: absolute;
    z-index: 100;
    width: 560px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
        }
        #iframe-header span {
    float: left;
        }
        #iframe-header a {
    color: #ffffff;
        }
        #iframe-header {
    background-color:#4974b9;
    color: #ffffff;
    padding: 3px 8px;
        }
        #iframe-close {
    float: right;
        }
        #iframe-border {
    background-color: #FFFFFF;
        }
        #iframe-border a {
   line-height: 0;
   display: block;
        }
	
	.mobile-nav {
		display: none;
	}
	
	#content {
		padding-top: 0;
	}
	
	.desk-header {
		display: block;
		width: 100%;
		max-width: 1024px;
		margin: auto;
		height: 120px;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #e1e1e1;
	}
	
	.logo, .nav {
		display: inline-block;
	}
	
	.logo {
		width: 50%;
		padding-left: 4%
	}
	
	.nav {
		margin: 0 4% 0 auto;
		text-align: right;
	}
	
	.index-content {
		max-height: 60vh;
		height: 60vh;
		background-image: url("../images/bg-2b.png");
		background-color: #28343b;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.search-holder {
		border: 1px solid #124067;
		box-shadow: 0px 13px 51px 24px rgba(1, 14, 21, 0.975);
	}
	
	.copy, .jon, .isedn {
		display: inline-block;
		width: 32%;
		vertical-align: top;
	}

	.copy {
		text-align: left;
		padding-top: 14px;
	}

	.isedn {
		text-align: right;
	}
	
	#search_results, #featured {
		display: inline-block;
		vertical-align: top;
	}

	#search_results {
		width: 67.3%;
		margin-right: 2%;
	}

	#featured {
		width: 30%;
	}

	#featured h2 {
		padding-bottom: 9px;
	}
	
	.half-col {
		width: 47%;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
	}

	.half-col:last-child {
		margin-left: 2.8%;
	}
	
}

@media screen and (min-width:1060px) {
	
	.logo {
		padding-left: 0;
	}
	
	.nav {
		margin-right: 0;
	}
	
	.int-content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.footer {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	.index-content {
		max-height: 70vh;
		height: 70vh;
	}
	
}

