@import url('http://fonts.googleapis.com/css?family=Roboto:100,300,700,400');
@import url('http://fonts.googleapis.com/css?family=Montserrat:400');
/*
	font-family: 'Roboto', sans-serif;
	font-family: 'Montserrat', sans-serif;
*/

body {
	background: #252525;
	color: #303030;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-top: 104px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	line-height: 100%;
	margin: 0 0 16px 0;
	padding: 0;
}

h1 {
	color: #1d71a2;
	font-size: 50px;
}

h2 {
	color: #1d71a2;
	font-size: 50px;
}

h3 {
	font-size: 40px;
	font-weight: 300;
}

h4, 
h2.title {
	font-size: 28px;
	font-weight: 300;
}

h5 {
	color: #1d71a2;
	font-size: 25px;
	font-style: italic;
	font-weight: 300;
}

h6 {
	color: #1d71a2;
	font-size: 24px;
	font-weight: 700;
}

h7 {
	color: #1d71a2;
	font-size: 24px;
	font-weight: 400;
}

.black {
	color: #303030;
}

.blue {
	color: #1d71a2;
}

a {
	color: #1d71a2;
	outline: none;
	text-decoration: none;
}

a:hover { 
	color: #1d71a2;
	text-decoration: underline;
}

a img { border: 0; }

p {
	line-height: 28px;
	margin: 0 0 28px 0;
	padding: 0;
}

.paragraph2 {
	color: #1d71a2;
	line-height: 28px;
	font-family: 'Monserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 28px 0;
	padding: 0;
}

.paragraph3 {
	color: #303030;
	line-height: 28px;
	font-family: 'Monserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 28px 0;
	padding: 0;
}

.hr {
    border-bottom: 1px solid #d9d9d9;
    margin: 5px 0 15px;
}

.hr hr {
	display: none;
}

.wrapper {
	margin: 0 auto;
	max-width: 1000px;
}

.page-banner {
	display: none;
}

.page-banner img {
	width: 100%;
}

cite {
	background-color: #f1f1f1;
	border-left: 4px solid #e2e2e2;
	color: #1d71a2;
	display: inline-block;
	font-style: italic;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	padding: 10px;
}

.inside-page table {
	margin: 0 0 15px 0;
}

table p {
	margin: 0;
}

.image-left {
	float: left;
	margin: 0 15px 15px 0;
}

.image-right {
	float: right;
	margin: 0 0 15px 15px;
}

.mobile-only { display: none; }

strong {
	font-weight: 700;
}

.print-header {
	display: none;
	visibility: hidden;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header {
	background-color: #ffffff;
	box-shadow: 0 0 35px rgba(0,0,0,0.35);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 5000;
}

.header .wrapper {
	position: relative;
	z-index: 200;
}

.header .logo {
	float: left;
	margin: 17px 0 13px -36px;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
}

.header .logo img {
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	max-width: 100%;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.primary-navigation-wrap {
	clear: right;
	float: right;
	margin: 31px 0 0 0;
}

.primary-navigation-wrap a,
.primary-navigation-wrap a:hover {
	display: block;
	text-decoration: none;
}

.primary-navigation-wrap > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation-wrap > ul > li {
	float: left;
	padding-left: 1px;
	position: relative;
}

.primary-navigation-wrap > ul > li > a {
	color: #252525;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 37px;
	line-height: 37px;
	margin-top: 3px;
	padding: 0 12px;
	position: relative;
	text-decoration: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	-moz-transition: all .10s linear;
	-o-transition: all .10s linear;
	z-index: 200;
}

.primary-navigation-wrap > ul > li:hover,
.primary-navigation-wrap > ul > li.selected {
}

.primary-navigation-wrap > ul > li:hover > a,
.primary-navigation-wrap > ul > li.selected > a {
	background: #69b3d2;
}

.primary-navigation-wrap > ul > li.last a {
	background-color: #4090b8;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	height: 44px;
	line-height: 44px;
	margin-left: 23px;
	margin-top: 0;
	padding: 0 14px;
	text-transform: uppercase;
}

.primary-navigation-wrap > ul > li.last a:hover {
	background-color: #1e1e1e;
}

/* drop level 1 */
.primary-navigation-wrap > ul > li > ul {
	background: #f6f6f6;
	display: none;
	left: 1px;
	list-style: none;
	margin: 0;
	padding: 3px 0;
	position: absolute;
	top: 40px;
	width: 192px;
}

.primary-navigation-wrap > ul > li:last-child > ul {
	right: 0;
}

.primary-navigation-wrap > ul > li.last > ul {
	right: 0;
}

.primary-navigation-wrap > ul > li:hover > ul {
	display: block;
}

.primary-navigation-wrap > ul > li > ul li a {
	border-bottom: 1px solid #d9d9d9;
}

.primary-navigation-wrap > ul > li > ul li:last-child a {
	border-bottom: 0;
}

.primary-navigation-wrap > ul > li > ul li a {
	color: #303030;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 5px 12px;
	text-decoration: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	-moz-transition: all .10s linear;
	-o-transition: all .10s linear;
}

.primary-navigation-wrap > ul > li > ul li a:hover {
	background: #e8e8e8;
}

/* drop level 2+ */
.primary-navigation-wrap > ul > li > ul ul {
	display: none;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Inside Page ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.heading-wrap {
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: cover;
	height: 324px;
	position: relative;
	z-index: 10;
}

.heading-wrap img {
	display: none;
	width: 100%;
}

.heading-wrap .blue-arrow-overlay {
	margin-bottom: -30px;
}

.heading-wrap .blue-arrow-overlay img {
	display: block !important;
	height: 100%;
	width: auto;
}

.middle-content {
	background: #ffffff;
	position: relative;
	z-index: 1;
}

.inside-page {
	min-height: 500px;
	padding: 60px 0 30px 0;
	position: relative;
}

.inside-page .left-side {
	float: left;
	width: 18%;
}

.inside-page .right-side {
	float: right;
	width: 77%;
}

.inside-page .right-side.full-width {
	float: none;
	width: auto;
	padding: 0;
}

#breadcrumbs {
	display: none;
	visibility: hidden;
}

.main-content {}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Left Navigation ------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* first level */
.left-nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.left-nav > ul > li {
	border-bottom: 1px solid #d9d9d9;
}

.left-nav > ul > li.last {
	border-bottom: 0;
}

.left-nav ul li a {
	color: #252525;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	padding: 9px 11px;
	text-decoration: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	-moz-transition: all .10s linear;
	-o-transition: all .10s linear;
}

.left-nav ul li:hover a,
.left-nav ul li.selected a {
	background: #69b3d2;
}

.left-nav > ul > li > a {}

.left-nav > ul > li.sub > a {}

/* second level */
.left-nav ul li ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.left-nav ul li.selected ul {
	display: block;
}

.left-nav ul li.selected ul li {
	border-top: 1px solid #d9d9d9;
}

.left-nav ul li.selected ul li a {
	background: #f5f5f5;
	color: #252525;
	font-size: 12px;
	padding-left: 22px;
}

.left-nav > ul > li.selected > ul > li.selected > a,
.left-nav > ul > li.selected > ul > li > a:hover {
	background: #69b3d2;
}

/* third level */
.left-nav ul li.selected ul li ul li a {
	padding-left: 33px;
}

.left-nav > ul > li.selected > ul > li > ul > li.selected > a,
.left-nav > ul > li.selected > ul > li > ul > li > a:hover {
	background: #69b3d2;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Main Content Side Bar ------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.main-content.has-side-boxes {
	width: 67%;
}

.side-boxes {
	float: right;
	margin-top: -56px;
	width: 27%;
}

.side-boxes .side-box {
	background: #f5f5f5 none;
	border-bottom: 4px solid #e4e4e4;
	border-top: 4px solid #e4e4e4;
	color: #1d71a2;
	margin: 0 0 30px 0;
	padding: 18px 20px 5px;
}

.side-boxes .side-box img {
	width: 100% !important;
	height: auto !important;
}

.side-boxes .side-box h3.side-box-heading {
	background-color: transparent;
	border: 0;
	color: #1d71a2;
	font-size: 24px;
	font-weight: 700;
	height: auto;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.side-boxes .side-box p {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 16px 0;
}

.side-boxes .side-box .button {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.side-boxes .side-box .button:hover {}

.side-boxes .side-box .slideshow {}

.side-boxes .side-box .slideshow .slide {}

.side-boxes .side-box .slideshow .slide h2 {
	display: none;
}

.side-boxes .side-box .slideshow .slide img {
	width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Upper Footer ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.upper-footer {
	background: #ffffff;
	padding: 16px 0 46px;
}

.upper-footer .footer-logo {
	text-align: center;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Middle Footer ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.middle-footer {
	background: #4090b8;
	color: #ffffff;
	padding: 24px 0;
}

.middle-footer a {
	color: #ffffff;
}

.footer-box p {
	margin: 0;
}

.footer-box-left {
	float: left;
}

.footer-box-left p {
	font-size: 28px;
	line-height: 72px;
}

.footer-box-right {
	float: right;
	text-align: right;
}

.footer-box-right p {
	font-size: 20px;
	line-height: 24px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.footer {
	background-color: #252525;
	padding: 14px 0 8px;
}

.footer,
.footer a,
.footer p {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: 26px;
}

.footer p {
	margin: 0;
	padding: 0;
}

.footer p.copyright {
	float: left;
}

.footer p.powered-by {
	float: right;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.button,
.small-action-button {
	background: #4090b8;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	line-height: 14px;
	padding: 15px 20px;
	text-transform: uppercase;
	text-align: center;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	-moz-transition: all .10s linear;
	-o-transition: all .10s linear;
}

.button:hover,
.small-action-button:hover {
	background: #1e1e1e;
	opacity: 1;
}

.small-action-button {
	padding: 8px 15px;
	white-space: nowrap;
}

.list-items li .read-more-wrap {
	width: 120px;
	text-align: right;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Homepage -------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.homepage {
	background: #ffffff;
	padding-bottom: 30px;
}

.homepage .box-1 {
	position: relative;
}

.homepage .box-1 .arrow-wrap .prev-arrow,
.homepage .box-1 .arrow-wrap .next-arrow {
	background-color: transparent;
	background-image: url(../images/icons/arrow-left.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 28px;
	left: 20px;
	margin: -14px 0 0;
	position: absolute;
	top: 50%;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	text-indent: -9999px;
	width: 17px;
	z-index: 20;
}

.homepage .box-1 .arrow-wrap .next-arrow {
	background-image: url(../images/icons/arrow-right.png);
	left: auto;
	right: 20px;
}

.homepage .box-1 .arrow-wrap .prev-arrow:hover,
.homepage .box-1 .arrow-wrap .next-arrow:hover {
	background-color: transparent;
}

.homepage .box-1 {
	background-image: url(../images/template/banner-bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 360px;
	overflow: hidden;
}

.homepage .box-1 .marquee-stage {
	height: 360px;
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
}

.homepage .box-1 .marquee-stage .slide {
	background-size: auto 100%;
	background-position: 89% 0;
	background-repeat: no-repeat;
	color: #ffffff;
	height: 360px;
	overflow: hidden;
}

.homepage .box-1 .marquee-stage {
}

.homepage .box-1 .marquee-stage .slide {
	width: 100%;
}

.homepage .box-1 .marquee-stage .slide .wrapper {
	padding: 0;
}

.homepage .box-1 .marquee-stage .slide > .wrapper {
	box-sizing: border-box;
	display: table-cell;
	height: 360px;
	margin: 0;
	width: 488px;
	padding: 0 0 0 100px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	z-index: 2;
}

.homepage .box-1 .marquee-stage .slide h2 {
	border: 0;
	color: #ffffff;
	font-size: 90px;
	font-weight: 100;
	line-height: 80px;
	margin: 0 0 25px;
	padding: 0;
}

.homepage .box-1 .marquee-stage .slide .caption {
	color: #ffffff;
	font-size: 24px;
	font-weight: 100;
	line-height: 36px;
	margin: 0;
}

.homepage .box-1 .marquee-stage .slide .button {
	background-color: #1e1e1e;
	border: 2px solid #ffffff;
	border-radius: 16px;
	padding: 12px 40px;
}

.homepage .box-1 .marquee-stage .slide .button:hover {
	background-color: #4090b8;
	border: 2px solid #4090b8;
}

.homepage .box-1 .marquee-stage-navigation-wrap {
	display: none;
}

.homepage .box-2 {
	background: url(../images/template/blue-bg.jpg) 0 0 repeat;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.35);
	border-top: 5px solid #ffffff;
	padding: 0 0 46px;
	text-align: center;
}

.homepage .box-2 p {
	color: #ffffff;
	display: inline-block;
	margin: 0;
}

.homepage .box-2 a {
	color: #ffffff;
}

.homepage .box-2 .white-button {
	display: inline;
}

.homepage .box-2 .white-button a {
	background-color: #ffffff;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #1d71a2;
	display: inline-block;
	font-size: 30px;
	font-weight: 300;
	height: auto;
	line-height: 37px;
	margin: 0 5px;
	padding: 12px 46px;
	text-decoration: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	-moz-transition: all .10s linear;
	-o-transition: all .10s linear;
	vertical-align: middle;
}


.homepage .box-2 .black-button {
	display: inline;
}

.homepage .box-2 .black-button a {
	background-color: #14384a;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	height: auto;
	line-height: 24px;
	margin: 0 5px;
	padding: 20px 31px 17px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	-moz-transition: all .10s linear;
	-o-transition: all .10s linear;
	vertical-align: middle;
}

.homepage .box-2 .white-button a:hover,
.homepage .box-2 .black-button a:hover {
	text-decoration: none;
}

.homepage .box-2 .black-button a:hover {
	background-color: #1e1e1e;
}

.homepage .box-2 h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 300;
	margin: 38px 0 0 0;
}

.homepage .box-2 .industry-buttons {
	float: left;
	margin: 0 auto;
}

.homepage .box-2 .industry-buttons p {
	box-sizing: border-box;
	display: inline-block;
	height: 104px;
	margin: 34px 15px 0;
	text-decoration: none;
	width: 107px;
}

.homepage .box-2 .industry-buttons p a {
	background-position: 50% 0;
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: block;
	height: 104px;
	padding-top: 85px;
	text-decoration: none;
	transition: all .10s linear;
	-webkit-transition: all .10s linear;
	-moz-transition: all .10s linear;
	-o-transition: all .10s linear;
	width: 107px;
}

.homepage .box-2 .industry-buttons p a:hover {
	color: #b7dbff;
	text-decoration: none;
}

.homepage .box-2 .industry-buttons p a#accounting {
	background-image: url(../images/icons/accounting.png);
	background-position: 50% 1px;
}

.homepage .box-2 .industry-buttons p a#accounting:hover {
	background-image: url(../images/icons/accounting-over.png);
}

.homepage .box-2 .industry-buttons p a#architecture {
	background-position: 50% 7px;
	background-image: url(../images/icons/architecture.png);
}

.homepage .box-2 .industry-buttons p a#architecture:hover {
	background-image: url(../images/icons/architecture-over.png);
}

.homepage .box-2 .industry-buttons p a#dental {
	background-position: 50% 9px;
	background-image: url(../images/icons/dental.png);
}

.homepage .box-2 .industry-buttons p a#dental:hover {
	background-image: url(../images/icons/dental-over.png);
}

.homepage .box-2 .industry-buttons p a#legal {
	background-position: 50% 4px;
	background-image: url(../images/icons/legal.png);
}

.homepage .box-2 .industry-buttons p a#legal:hover {
	background-image: url(../images/icons/legal-over.png);
}

.homepage .box-2 .industry-buttons p a#manufacturing {
	background-position: 50% 3px;
	background-image: url(../images/icons/manufacturing.png);
}

.homepage .box-2 .industry-buttons p a#manufacturing:hover {
	background-image: url(../images/icons/manufacturing-over.png);
}

.homepage .box-2 .industry-buttons p a#medical {
	background-image: url(../images/icons/medical.png);
}

.homepage .box-2 .industry-buttons p a#medical:hover {
	background-image: url(../images/icons/medical-over.png);
}

.homepage .box-2 .industry-buttons p a#ophthalmology {
	background-position: 50% 12px;
	background-image: url(../images/icons/ophthalmology.png);
}

.homepage .box-2 .industry-buttons p a#ophthalmology:hover {
	background-image: url(../images/icons/ophthalmology-over.png);
}

.homepage .lower-boxes {
	padding-top: 36px;
}

.homepage .lower-boxes .col {
	float: left;
	width: 49%;
}

.homepage .lower-boxes .col.first {
	margin-right: 6%;
	width: 61%;
}

.homepage .lower-boxes .col.last {
	background: #f1f1f1 none;
	box-sizing: border-box;
	float: right;
	margin: 13px 0 0 0;
	padding: 48px 0 0;
	position: relative;
	text-align: center;
	width: 32%;
}

.homepage .lower-boxes .col.last #testimonial-icon {
	height: 46px;
	left: 50%;
	margin-left: -23px;
	position: absolute;
	top: -20px;
	width: 46px;
}

.homepage .lower-boxes .col h2 {
	color: #303030;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 22px;
}

.homepage .lower-boxes .col.last p {
	color: #1d71a2;
	font-size: 25px;
	font-style: italic;
	line-height: 37px;
	margin: 0;
}

.homepage .lower-boxes .col.last .testimonial {
	padding: 0 12px 24px;
}

.homepage .lower-boxes .col.last .content-box-list li {
	margin-bottom: 0;
	width: 100%;
}

.homepage .lower-boxes .col.last .author {
	background: #e2e2e2 none;
	color: #1d71a2;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	padding: 18px 30px;
}

.homepage .lower-boxes .col.last .author strong {
	display: block;
	font-weight: 400;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* News ------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.rss-link-wrap {
	display: none;
}

.list-items li .content {
	max-width: 100%;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Testimonials page ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.list-item.testimonial-item h3.author {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Contact Form ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
input, select, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
}

/* remove default ios styling */
input {
    -webkit-appearance: none;
    border-radius: 0;
}

form .field-wrap input,
form .field-wrap select,
form .field-wrap textarea {
	background: #ffffff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #cecece;
	//min-width: 65%;
	min-width: 0;
	padding: 5px;
}

form .field-wrap input.small,
form .field-wrap select.small,
form .field-wrap textarea.small {
	min-width: 140px;
}

form .field-wrap input.normal,
form .field-wrap select.normal,
form .field-wrap textarea.normal {
	min-width: 360px;
}

form .field-wrap input.large,
form .field-wrap select.large,
form .field-wrap textarea.large {
	min-width: 780px;
}

.good-alert.fixed, .bad-alert.fixed {
	z-index: 99;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Toggle More ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.toggle-more-link a {
	background: url(../images/icons/toggle-plus.png) 0% 45% no-repeat;
	font-size: 14px;
	font-weight: 700;
	padding-left: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.toggle-more-link a:hover {
	text-decoration: underline;
}

.toggle-more-link.selected a {
	background-image: url(../images/icons/toggle-minus.png);
}

.toggle-more-content {
	display: none;
	line-height: 28px;
	margin-bottom: 10px;
	padding: 10px 0;
}