/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

.footerp {
	font-size: 12px;
	text-decoration: none;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.box ul,
.logo-list,
.footer-nav,
.nav,
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.header:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #e9e9e9;
	font: 16px/1.5 "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .545em;
	color: inherit;
	line-height: 1.182;
}

h1,
.h1 {
	font-size: 44px;
}

h2,
.h2 {
	font-size: 34px;
}

h3,
.h3 {
	font-size: 24px;
	margin-bottom: 1.375em;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.75em;
}

a {
	color: #c00;
}

a:hover,
a:focus {
	color: #900;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 2px solid #e9e9e9;
	padding: 3px 10px;
	font-size: 16px;
	line-height: 20px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
	outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #666;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #666;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #666;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #666;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="submit"] {
	color: #fff;
	background: #c00;
	width: 120px;
	height: 35px;
	font-size: 18px;
	line-height: 34px;
	font-weight: 700;
	border: 0;
	padding: 0 10px 1px;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #900;
}

.header.alt input[type="submit"] {
	width: 69px;
	height: 19px;
	overflow: hidden;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url("/portal/images/ice/btn-submit.png") no-repeat;
	position: absolute;
	right: 0;
	top: 19px;
	margin: 0;
}

.header.alt input[type="submit"]:hover,
.header.alt input[type="submit"]:focus {
	background-position: 0 -29px;
}

.login-form {
	float: left;
	font-size: 11px;
	line-height: 18px;
	overflow: hidden;
}

.login-form label {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
	font-weight: bold;
}

.login-form label i {
	vertical-align: top;
}

.login-form input[type="submit"] {
	margin-top: 19px;
}

.login-form input[type="text"],
.login-form input[type="tel"],
.login-form input[type="email"],
.login-form input[type="search"],
.login-form input[type="password"],
.login-form textarea {
	float: left;
	width: 100%;
}

.login-form p {
	margin: 0;
}

.login-form a {
	text-decoration: none;
}

.login-form .row {
	float: left;
	width: 219px;
	padding-right: 10px;
}

.login-form .action {
	float: left;
}

.header.alt .login-form a {
	color: #1745a2;
	text-decoration: underline;
	font-weight: bold;
}

.header.alt .login-form a:hover {
	text-decoration: none;
}

#wrapper {
	background: #e9e9e9;
}

.container {
	max-width: 975px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}

.header .nav-holder .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.header {
	z-index: 101;
	position: relative;
	background: #fff;
	padding: 22px 0 0;
}

.header .nav-holder {
	margin-top: 18px;
}

.logo {
	float: left;
	width: 165px;
	margin: 24px 30px 0 0;
}

.logo img {
	vertical-align: top;
}

.footer .logo {
	margin: 0 0 23px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: 195px;
	padding-top: 4px;
}

.logo-alt {
	color: black;
	float: right;
	margin-left: 10px;
	white-space: nowrap;
	font: 700 18px/24px "Open Sans", "Arial", sans-serif;
	margin-top: 22px;
}

.red {
	color: #c00;
}

.dark-blue {
	color: #00285e;
}

.blue {
	color: #0f6998;
}

.light-blue {
	color: #399aca;
}

.menu .drop {
	float: left;
}

/* burger menu style */

.nav-opener {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 43px;
	height: 43px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 21px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 13px;
}

.nav-opener:after {
	top: 29px;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 21px;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header .nav-opener {
	display: none;
}

.main {
	padding: 30px 0;
}

.two-cols {
	overflow: hidden;
	position: relative;
	margin: 0 -15px 30px;
}

.two-cols:last-child {
	margin-bottom: 0 !important;
}

.two-cols .col-aside {
	width: 40%;
}

.two-cols .col-main {
	width: 60%;
}

.two-cols .col-main,
.two-cols .col-aside {
	float: left;
	padding: 0 15px;
}

.col-main > .frame {
	margin-bottom: -9999px;
	padding: 29px 40px 9999px 40px;
	background: #fff;
}

.box {
	color: #fff;
	padding: 34px 40px 24px;
	background: #666;
	line-height: 1.188;
}

.aside .box:last-child {
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}

.box ul {
	margin-bottom: 1em;
}

.box li {
	margin-top: 25px;
}

.box li:first-child {
	margin-top: 0;
}

.box p.link {
	margin-bottom: 0;
}

.col-aside .box p.link {
	padding-top: 15px;
	padding-bottom: 15px;
}

.box a {
	color: #fff;
	text-decoration: underline;
}

.box a:hover,
.box a:focus {
	color: #ccc;
}

.box-blue {
	background: #003348;
}

.ico-user {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 19px;
	background: url("/portal/images/ice/icon-user.png") no-repeat;
	background-size: cover;
}

.ico-lock {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 19px;
	background: url("/portal/images/ice/icon-lock.png") no-repeat;
	background-size: cover;
}

.ico-lock2 {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: url("/portal/images/ice/icon-lock2.png") no-repeat;
	background-size: cover;
}

.note {
	line-height: 1.188;
}

.footer {
	color: #505050;
	/*background: #666;*/
	padding-top: 44px;
	padding-bottom: 14px;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	/*border-top: 1px solid #9a9a9a;*/
}

.footer a {
	text-decoration: none;
	color: #505050;
}

.logo-list {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	padding-left: 32px;
	border-left: 1px solid #b3b3b3;
	margin-bottom: 23px;
}

.logo-list li {
	float: left;
	padding-left: 22px;
	line-height: 50px;
}

.logo-list li:first-child {
	padding-left: 0;
}

.logo-list img {
	vertical-align: middle;
	max-height: 50px;
	height: auto;
	width: auto;
}

.btm-box {
	float: right;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.footer-nav {
	overflow: hidden;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 23px 16px;
}

.footer-nav li:first-child {
	margin-left: 0;
}

.footer-nav a {
	font-size: 12px;
	text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus {
	color: #ccc;
}

.button {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background: #c00;
	padding: 3px 35px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	line-height: 34px;
}

.button:hover,
.button:focus {
	color: #fff;
	background: #900;
}

.nav-holder {
	color: #fff;
	background: #000;
	text-align: center;
}

.nav {
	display: inline-block;
	vertical-align: top;
}

.nav ul {
	padding-top: 4px;
	padding-bottom: 4px;
}

.nav a {
	position: relative;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 32px 2px 19px;
}

.nav a:hover {
	color: #c00;
}

.nav a:focus {
	color: #8c8c8c;
}

.nav > .active > a {
	color: #c00;
}

.nav .has-drop-down-a:after {
	content: "";
	display: inline-block;
	vertical-align: -4px;
	width: 0;
	height: 0;
	margin-left: 5px;
	border: 6px solid;
	border-color: #fff transparent transparent;
}

.nav .has-drop-down-a:hover:after {
	border-top-color: #c00;
}

.nav .has-drop-down-a:focus:after {
	border-top-color: #8c8c8c;
}

.nav li {
	position: relative;
	float: left;
	font-weight: bold;
	padding: 0 30px;
}

.nav li li {
	margin-right: 0;
	position: static;
	padding: 0 !important;
	float: none;
	text-align: left;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 3px;
}

.nav li li:first-child {
	margin-top: 0;
}

.nav li li a {
	color: #000;
	padding: 3px 15px;
}

.nav li.active > a {
	color: #c00;
}

.nav li.active > a:after {
	border-top-color: #c00;
}

.nav li.active > a:focus {
	color: #8c8c8c;
}

.nav li.active > a:focus:after {
	border-top-color: #8c8c8c;
}

.nav .drop {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100;
}

.nav .drop:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 100%;
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent #fff;
	margin-left: -8px;
}

@media (min-width: 1025px) {
	.header.alt input[type="text"],
	.header.alt
	input[type="tel"],
	.header.alt
	input[type="email"],
	.header.alt
	input[type="search"],
	.header.alt
	input[type="password"],
	.header.alt
	textarea {
		border-width: 1px;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 14px;
		line-height: 16px;
	}

	.header.alt .login-form {
		position: relative;
		padding-left: 16px;
		padding-right: 69px;
	}

	.header.alt .login-form label {
		margin-bottom: 0;
	}

	.header.alt .login-form label i {
		display: none;
	}

	.header.alt .login-form .row {
		width: 110px;
	}

	.header.alt .login-form:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 12px;
		height: 12px;
		background: url("/portal/images/ice/icon-lock2.png") no-repeat;
		background-size: cover;
		position: absolute;
		top: 26px;
		left: 0;
	}

	.header {
		padding-top: 27px;
	}

	.header .nav-holder {
		margin-top: 29px;
	}

	.no-nav .header {
		padding-bottom: 29px;
	}

	.header.alt .logo {
		width: 263px;
		margin: 13px 53px 0 0;
	}

	.alt .logo-alt {
		font-size: 29px;
		margin-top: 17px;
	}
}

@media (max-width: 1023px) {
	h1,
	.h1 {
		font-size: 30px;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

	h3,
	.h3 {
		margin-bottom: 1.2em;
	}

	h4,
	.h4 {
		font-size: 16px;
	}

	p {
		margin-bottom: 1em;
	}

	.login-form {
		float: none;
		position: relative;
		padding-right: 120px;
	}

	.login-form input[type="submit"] {
		float: none;
		position: absolute;
		top: 0;
		right: 0;
	}

	.login-form .row {
		width: 50%;
	}

	.header.alt .login-form {
		padding-right: 69px;
	}

	.header.alt .login-form input[type="submit"] {
		top: 34px;
	}

	.header .container {
		padding-left: 200px;
	}

	.header {
		padding-top: 15px;
	}

	.header .nav-holder {
		margin-top: 10px;
	}

	.no-nav .header {
		padding-bottom: 10px;
	}

	.logo {
		float: none;
		margin: 0 0 5px;
	}

	.header .logo {
		float: none;
		position: absolute;
		top: 15px;
		left: 15px;
	}

	.logo-alt {
		float: none;
		margin: 0;
	}

	.header .logo-alt {
		position: absolute;
		top: 44px;
		left: 15px;
	}

	.menu .drop {
		float: none;
	}

	.two-cols {
		margin-left: -5px;
		margin-right: -5px;
	}

	.two-cols .col-main,
	.two-cols .col-aside {
		padding-left: 5px;
		padding-right: 5px;
	}

	.col-main > .frame {
		padding: 25px 25px 9999px 25px;
	}

	.box {
		padding: 25px;
	}

	.footer {
		text-align: center;
		padding-top: 30px;
	}

	.btm-box {
		float: none;
		text-align: center;
	}

	.footer-nav {
		padding-top: 0;
	}

	.footer-nav li {
		margin-left: 0;
		margin-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.nav li {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.header .container {
		padding-left: 15px;
	}

	.header {
		padding-top: 82px;
	}

	.header .nav-holder {
		margin-top: 0;
	}

	.menu {
		padding: 15px 0;
		clear: both;
		width: 100%;
		overflow: hidden;
	}

	.nav-active .menu {
		display: none;
	}

	.header .nav-opener {
		display: block;
	}

	.nav-holder {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
		height: 0;
	}

	.nav-active .nav-holder {
		opacity: 1;
		visibility: visible;
		height: auto;
	}

	.nav {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nav a {
		padding: 15px;
	}

	.nav ul {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.nav li {
		float: none;
	}

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

	.nav li li a {
		padding: 7px 15px;
	}

	.nav .drop {
		position: relative;
	}
}

@media (max-width: 639px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.login-form {
		font-size: 14px;
	}

	.login-form,
	.header.alt .login-form {
		padding-right: 0;
	}

	.login-form .row,
	.header.alt .login-form .row {
		width: 100%;
		padding-right: 0;
		margin-top: 20px;
	}

	.login-form .row:first-child,
	.header.alt .login-form .row:first-child {
		margin-top: 0;
	}

	.login-form .action {
		width: 100%;
	}

	.header.alt .login-form {
		padding-bottom: 3px;
	}

	.login-form input[type="submit"] {
		position: static;
		width: 100%;
		height: 45px;
		line-height: 44px;
	}

	.header.alt .login-form input[type="submit"] {
		top: auto;
		bottom: 0;
	}

	.login-form label {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.login-form label i {
		margin-right: 6px;
	}

	.login-form p {
		clear: both;
		padding-top: 6px;
	}

	.footer .logo {
		float: none;
		display: block;
		margin: 0 auto 30px;
		padding-top: 0;
	}

	.two-cols {
		float: none;
		margin-bottom: 25px;
	}

	.two-cols .col-main,
	.two-cols .col-aside {
		float: none;
		width: 100%;
	}

	.col-main > .frame {
		margin-bottom: 0;
		padding: 15px;
	}

	.box {
		padding: 20px 20px 25px;
		overflow: hidden;
	}

	.col-aside .box:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.logo-list {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}

	.button {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
