/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../sass/partials/_h5bp.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, ../sass/partials/_h5bp.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, ../sass/partials/_h5bp.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, ../sass/partials/_h5bp.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 46, ../sass/partials/_h5bp.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 59, ../sass/partials/_h5bp.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 67, ../sass/partials/_h5bp.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 77, ../sass/partials/_h5bp.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 85, ../sass/partials/_h5bp.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 100, ../sass/partials/_h5bp.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 108, ../sass/partials/_h5bp.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 119, ../sass/partials/_h5bp.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 128, ../sass/partials/_h5bp.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 144, ../sass/partials/_h5bp.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 158, ../sass/partials/_h5bp.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 174, ../sass/partials/_h5bp.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 180, ../sass/partials/_h5bp.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 189, ../sass/partials/_h5bp.scss */
.clearfix {
  *zoom: 1;
}

/*$primaryColor1: #404041;	// Light black
$primaryColor2: #ffffff;	// White
$primaryColor3: #42B4EE;	// Light blue
$primaryColor4: #F1F1F2;	// Light grey

$secondaryColor1: #EFA125;	// Orange
$secondaryColor2: lighten($primaryColor1,30%); // Grey*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:
*/
/* line 33, ../sass/main.scss */
::-webkit-input-placeholder {
  font-weight: 300;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica,sans-serif;
}

/* line 37, ../sass/main.scss */
:-moz-placeholder {
  font-weight: 300;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica,sans-serif;
}

/* Firefox 18- */
/* line 41, ../sass/main.scss */
::-moz-placeholder {
  font-weight: 300;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica,sans-serif;
}

/* Firefox 19+ */
/* line 45, ../sass/main.scss */
:-ms-input-placeholder {
  font-weight: 300;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica,sans-serif;
}

/* line 55, ../sass/main.scss */
.container {
  *zoom: 1;
  max-width: 61em;
  _width: 61em;
  padding-left: 3em;
  padding-right: 3em;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../../../../.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 40em) {
  /* line 55, ../sass/main.scss */
  .container {
    *zoom: 1;
    max-width: 45em;
    padding-left: 3em;
    padding-right: 3em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .container:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 25em) {
  /* line 55, ../sass/main.scss */
  .container {
    *zoom: 1;
    max-width: 29em;
    padding-left: 3em;
    padding-right: 3em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .container:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 60, ../sass/main.scss */
html, body {
  height: 100%;
}

/* line 64, ../sass/main.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica,sans-serif;
  color: #666666;
  line-height: 1.6;
  font-size: 14px;
}

/* line 74, ../sass/main.scss */
.wrapper {
  position: relative;
  height: auto !important;
  /* real browsers */
  height: 100%;
  /* IE6: treaded as min-height*/
  min-height: 100%;
  /* real browsers */
}

/* ===================================================
	Page header styles
=================================================== */
/* line 88, ../sass/main.scss */
header .skybar {
  background-color: #f1f1f2;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e4e4e6;
  font-size: em(12px);
  width: 100%;
  height: 37px;
}
/* line 93, ../sass/main.scss */
header .skybar span {
  line-height: 3;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 101, ../sass/main.scss */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #195079;
}
/* line 106, ../sass/main.scss */
footer .copyright, footer .grg-link {
  color: #fff;
  line-height: 2.5;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 112, ../sass/main.scss */
footer .copyright {
  float: left;
}
/* line 115, ../sass/main.scss */
footer .grg-link {
  float: right;
}
/* line 117, ../sass/main.scss */
footer .grg-link a {
  color: #fff;
  text-decoration: underline;
}

/* line 124, ../sass/main.scss */
h1 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  color: #195079;
}

/* line 131, ../sass/main.scss */
p, ul {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 136, ../sass/main.scss */
a {
  color: #195079;
  text-decoration: underline;
}
/* line 140, ../sass/main.scss */
a:visited {
  color: #195079;
}
/* line 144, ../sass/main.scss */
a:hover, a:active {
  color: #2a88ce;
  text-decoration: underline;
}

/* line 150, ../sass/main.scss */
.login-form {
  width: 47.54098%;
  float: left;
  margin-right: 4.91803%;
  display: inline;
}
/* line 152, ../sass/main.scss */
.login-form span {
  color: #acacac;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 157, ../sass/main.scss */
.login-form span.pipe {
  margin: 0 10px;
}
/* line 161, ../sass/main.scss */
.login-form a {
  color: #acacac;
  text-decoration: none;
}

/* line 167, ../sass/main.scss */
.login-notice {
  width: 47.54098%;
  float: right;
  margin-right: 0;
  *margin-left: -3em;
  display: inline;
}
/* line 170, ../sass/main.scss */
.login-notice .post-it {
  padding: 15px 15px 2px;
  padding: 0.9375rem 0.9375rem 0.125rem;
  position: relative;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 180, ../sass/main.scss */
.login-notice .post-it img {
  width: 30%;
  margin-right: 2%;
}
/* line 184, ../sass/main.scss */
.login-notice .post-it img:last-of-type {
  margin: 0;
}
/* line 189, ../sass/main.scss */
.login-notice .post-it:after, .login-notice .post-it:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 199, ../sass/main.scss */
.login-notice .post-it:after {
  border-right-color: #FFF;
  border-width: 10px;
  top: 25%;
  margin-top: -15px;
}
/* line 207, ../sass/main.scss */
.login-notice .post-it:before {
  border-right-color: #c9c9c9;
  border-width: 11px;
  top: 25%;
  margin-top: -16px;
}

/* line 216, ../sass/main.scss */
.login-alt-service {
  background-color: #f9f9f9;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e4e4e6;
}
/* line 219, ../sass/main.scss */
.login-alt-service h1 {
  margin-bottom: 5px;
}
/* line 223, ../sass/main.scss */
.login-alt-service p {
  margin-top: 0;
  margin-bottom: 35px;
}
/* line 228, ../sass/main.scss */
.login-alt-service section {
  width: 47.54098%;
  float: left;
  margin-right: 4.91803%;
  display: inline;
}
/* line 231, ../sass/main.scss */
.login-alt-service section:nth-of-type(2n) {
  width: 47.54098%;
  float: right;
  margin-right: 0;
  *margin-left: -3em;
  display: inline;
}
/* line 237, ../sass/main.scss */
.login-alt-service section.computing-scheme h1, .login-alt-service section.childcare-scheme h1 {
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 243, ../sass/main.scss */
.login-alt-service section.computing-scheme a, .login-alt-service section.childcare-scheme a {
  text-decoration: none;
}
/* line 247, ../sass/main.scss */
.login-alt-service section.computing-scheme ul, .login-alt-service section.childcare-scheme ul {
  margin: 30px 0;
  list-style-image: url(../images/blue_arrow_list.gif);
  line-height: 2;
}
/* line 254, ../sass/main.scss */
.login-alt-service section.computing-scheme img.scheme-logo, .login-alt-service section.childcare-scheme img.scheme-logo {
  margin: 30px 0;
}
/* line 261, ../sass/main.scss */
.login-alt-service section.computing-scheme h1, .login-alt-service section.computing-scheme a {
  color: #76528f;
}
/* line 267, ../sass/main.scss */
.login-alt-service section.childcare-scheme h1, .login-alt-service section.childcare-scheme a {
  color: #01a1e4;
}
/* line 273, ../sass/main.scss */
.login-alt-service section .scheme-referral {
  line-height: 1.6;
}

/* line 279, ../sass/main.scss */
.section-block {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

/* line 289, ../sass/main.scss */
.alt-scheme-dashboard {
  background-color: #f9f9f9;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e4e4e6;
}

/* line 296, ../sass/main.scss */
.zend_form {
  overflow: hidden;
}
/* line 298, ../sass/main.scss */
.zend_form dd {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
}
/* line 304, ../sass/main.scss */
.zend_form dd ul.errors {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
/* line 309, ../sass/main.scss */
.zend_form dd ul.errors li {
  color: darkred;
}
/* line 314, ../sass/main.scss */
.zend_form dd .description {
  position: absolute;
  left: 300px;
  top: -40px;
  display: block;
  width: 350px;
  padding: 15px;
  padding: 0.9375rem;
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 331, ../sass/main.scss */
.zend_form dd .description:after, .zend_form dd .description:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 341, ../sass/main.scss */
.zend_form dd .description:after {
  border-right-color: #FFF;
  border-width: 10px;
  top: 35%;
  margin-top: -15px;
}
/* line 349, ../sass/main.scss */
.zend_form dd .description:before {
  border-right-color: #c9c9c9;
  border-width: 11px;
  top: 35%;
  margin-top: -16px;
}

/* line 359, ../sass/main.scss */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="email"] {
  padding: 8px 1%;
  width: 98%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666666;
  border: 1px solid #ccc;
  border-bottom: 1px solid #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  font-weight: 300;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica,sans-serif;
}
/* line 382, ../sass/main.scss */
input[type="text"]:required,
input[type="password"]:required,
input[type="url"]:required,
input[type="tel"]:required,
input[type="number"]:required,
input[type="color"]:required,
input[type="email"]:required {
  border: 1px solid #acacac;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 392, ../sass/main.scss */
input[type="submit"],
input[type="button"],
button,
a.button {
  background: #98c132;
  background: -moz-linear-gradient(top, #98c132 0%, #517d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98c132), color-stop(100%, #517d00));
  background: -webkit-linear-gradient(top, #98c132 0%, #517d00 100%);
  background: -o-linear-gradient(top, #98c132 0%, #517d00 100%);
  background: -ms-linear-gradient(top, #98c132 0%, #517d00 100%);
  background: linear-gradient(to bottom, #98c132 0%, #517d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c132', endColorstr='#517d00',GradientType=0 );
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  appearance: none;
  border: none;
  text-shadow: 0px -1px 1px #7a7a7a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}
/* line 426, ../sass/main.scss */
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
a.button:hover {
  background: #98c132;
  text-shadow: none;
}

/* line 435, ../sass/main.scss */
a.faux-button {
  background: #98c132;
  background: -moz-linear-gradient(top, #98c132 0%, #517d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98c132), color-stop(100%, #517d00));
  background: -webkit-linear-gradient(top, #98c132 0%, #517d00 100%);
  background: -o-linear-gradient(top, #98c132 0%, #517d00 100%);
  background: -ms-linear-gradient(top, #98c132 0%, #517d00 100%);
  background: linear-gradient(to bottom, #98c132 0%, #517d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c132', endColorstr='#517d00',GradientType=0 );
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.5;
  text-shadow: 0px -1px 1px #7a7a7a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  text-decoration: none;
}
/* line 466, ../sass/main.scss */
a.faux-button:hover {
  background: #98c132;
  text-shadow: none;
  text-decoration: none;
}

/* line 483, ../sass/main.scss */
#container form.download-form {
  margin-bottom: 20px;
}
/* line 486, ../sass/main.scss */
#container form.download-form .button {
  display: inline;
}

/* line 500, ../sass/main.scss */
h1, h2, h3, h4, .navigation, .pagination, .breadcrumbs {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica,sans-serif;
  font-weight: 300;
}

/* line 506, ../sass/main.scss */
.app {
  background-color: #f1f1f1;
}

/* line 510, ../sass/main.scss */
ul {
  padding-left: 15px;
}
/* line 514, ../sass/main.scss */
ul.no-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* line 522, ../sass/main.scss */
#container {
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
}

/* line 527, ../sass/main.scss */
.ie6 #container {
  padding-bottom: 0px;
  background-image: url(/images/back-body-repeat.gif);
}

/* line 531, ../sass/main.scss */
#container .last {
  margin: 0;
}

/* line 535, ../sass/main.scss */
#container .breadcrumbs {
  padding: 10px 20px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  height: 19px;
}

/* line 541, ../sass/main.scss */
.breadcrumbs a {
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff;
  float: left;
}

/* line 546, ../sass/main.scss */
.breadcrumbs span {
  float: left;
  width: 24px;
  height: 27px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(../images/blue_arrow.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 557, ../sass/main.scss */
.left {
  float: left;
}

/* line 560, ../sass/main.scss */
.right {
  float: right;
}

/* line 563, ../sass/main.scss */
.ll {
  max-width: 550px;
}

/* line 566, ../sass/main.scss */
.mobile {
  display: none;
}

/* line 569, ../sass/main.scss */
small {
  color: #666;
}

/* ==|== Text Formatting ==================================================== */
/*a, a:visited{
	color: #195079;	
	text-decoration: none;
	position: relative;
}
a:hover{
	color: #195079;		
	text-decoration: underline;	
}
a.link, a.link:hover, #tertiary ul li a, #tertiary ul li a:hover, td a, td a:hover{
	padding-right: 10px;
	background-image: url(../images/blue_arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	zoom: 1;
}*/
/*h2, h3, h4, p, ul, ol, form {
	margin: 0 0 20px 0;
	font-weight: normal;
	display: block;
}
ul, ol{
	padding: 0 0 0 15px;
}*/
/* line 598, ../sass/main.scss */
.mobileHeadline {
  display: none;
}

/* line 601, ../sass/main.scss */
.blue {
  color: #195079;
}

/* line 605, ../sass/main.scss */
p.small {
  font-size: 0.857em;
  margin: 0;
}

/* ==|== Form =============================================================== */
/* line 611, ../sass/main.scss */
form .fieldWrap {
  height: 25px;
}

/* line 614, ../sass/main.scss */
.ie6 form .fieldWrap {
  height: auto;
}

/* line 622, ../sass/main.scss */
form input, form textarea {
  padding: 4px 0;
  line-height: 16px;
}

/* line 628, ../sass/main.scss */
form textarea {
  max-width: 500px;
  width: 100%;
  min-width: 0;
  border: 1px solid #ccc;
  border-bottom: 1px solid #eee;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 642, ../sass/main.scss */
form select {
  padding-right: 20px !important;
  max-width: 510px;
  min-width: 0;
  margin: 0 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-bottom: 1px solid #eee;
  padding: 8px;
}
/* line 669, ../sass/main.scss */
form select:first-letter {
  text-transform: capitalize;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  /* line 674, ../sass/main.scss */
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
  }

  /* line 680, ../sass/main.scss */
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url("../images/select_arrow.gif");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  /*::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }*/
}
/* line 711, ../sass/main.scss */
form input:focus, form textarea:focus, form select:focus {
  outline: 0;
  border: 1px solid #999;
  border-bottom: 1px solid #bbb;
}

/* line 716, ../sass/main.scss */
form select option, form select {
  outline: 0;
}

/* line 719, ../sass/main.scss */
#container form input.button,
#container form button,
#container a.button,
#loginModal input#login,
#loginModal input#submit,
.basicZendWrap input[type="submit"],
.zend_form input[type="submit"] {
  width: auto;
  min-width: 0;
  display: block;
  /*font-size: 1em;
  line-height: 26px;
  height: 26px;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,.1);
  background: rgb(242,106,172);
  background: linear-gradient(bottom, rgb(242,106,172) 0%, rgb(250,158,198) 100%);
  background: -o-linear-gradient(bottom, rgb(242,106,172) 0%, rgb(250,158,198) 100%);
  background: -moz-linear-gradient(bottom, rgb(242,106,172) 0%, rgb(250,158,198) 100%);
  background: -webkit-linear-gradient(bottom, rgb(242,106,172) 0%, rgb(250,158,198) 100%);
  background: -ms-linear-gradient(bottom, rgb(242,106,172) 0%, rgb(250,158,198) 100%);
  background: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0, rgb(242,106,172)),
  	color-stop(1, rgb(250,158,198))
  );
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;	
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 1px #fff, 0 0 1px 1px rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 1px #fff, 0 0 1px 1px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 1px #fff, 0 0 1px 1px rgba(0,0,0,.2);*/
  position: relative;
  border: 0 none;
  text-indent: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 760, ../sass/main.scss */
#container form input.button.red, #container a.button.red {
  background: #bd0000;
  background: linear-gradient(to top, #bd0000 0%, #e85d33 100%);
  background: -o-linear-gradient(bottom, #bd0000 0%, #e85d33 100%);
  background: -moz-linear-gradient(bottom, #bd0000 0%, #e85d33 100%);
  background: -webkit-linear-gradient(bottom, #bd0000 0%, #e85d33 100%);
  background: -ms-linear-gradient(bottom, #bd0000 0%, #e85d33 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bd0000), color-stop(1, #e85d33));
}

/* line 775, ../sass/main.scss */
#container form input.button.green, #container a.button.green {
  background: #205712;
  background: linear-gradient(to top, #205712 0%, #1d9e2c 100%);
  background: -o-linear-gradient(bottom, #205712 0%, #1d9e2c 100%);
  background: -moz-linear-gradient(bottom, #205712 0%, #1d9e2c 100%);
  background: -webkit-linear-gradient(bottom, #205712 0%, #1d9e2c 100%);
  background: -ms-linear-gradient(bottom, #205712 0%, #1d9e2c 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #205712), color-stop(1, #1d9e2c));
}

/* line 791, ../sass/main.scss */
#container form input.button.disabled, #container a.button.disabled {
  background: silver;
}

/* line 795, ../sass/main.scss */
#container a.button {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  z-index: 2;
  float: left;
  margin-right: 15px;
  padding: 10px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
/* line 805, ../sass/main.scss */
#container a.button.no-margin {
  margin: 0;
}
/* line 809, ../sass/main.scss */
#container a.button:hover {
  text-decoration: none;
}

/* line 813, ../sass/main.scss */
#container a.button.arrow {
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-radius: 6px 0px 0px 6px;
  margin-right: 25px;
}

/* line 821, ../sass/main.scss */
#container a.button.arrow:after {
  content: ' ';
  height: 20px;
  width: 20px;
  display: block;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: linear-gradient(to left top, #f26aac 0%, #fa9ec6 100%);
  background-image: -o-linear-gradient(right bottom, #f26aac 0%, #fa9ec6 100%);
  background-image: -moz-linear-gradient(right bottom, #f26aac 0%, #fa9ec6 100%);
  background-image: -webkit-linear-gradient(right bottom, #f26aac 0%, #fa9ec6 100%);
  background-image: -ms-linear-gradient(right bottom, #f26aac 0%, #fa9ec6 100%);
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #f26aac), color-stop(1, #fa9ec6));
  position: absolute;
  top: 4px;
  right: -10px;
  z-index: -1;
  -moz-border-radius: 0 4px 0 0;
  -webkit-border-top-right-radius: 4px;
  border-radius: 0 4px 0 0;
}

/* line 849, ../sass/main.scss */
#container input.button.go {
  width: 36px;
  height: 36px;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../images/white_arrow_green_bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 861, ../sass/main.scss */
#container input.button.go:hover {
  background: #98c132;
}

/* line 865, ../sass/main.scss */
.cssgradients #container input.button.go {
  background: url(../images/white_arrow_green_bg.gif) no-repeat center center, -moz-linear-gradient(top, #98c132 0%, #517d00 100%);
  background: url(../images/white_arrow_green_bg.gif) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98c132), color-stop(100%, #517d00));
  background: url(../images/white_arrow_green_bg.gif) no-repeat center center, -webkit-linear-gradient(top, #98c132 0%, #517d00 100%);
  background: url(../images/white_arrow_green_bg.gif) no-repeat center center, -o-linear-gradient(top, #98c132 0%, #517d00 100%);
  background: url(../images/white_arrow_green_bg.gif) no-repeat center center, -ms-linear-gradient(top, #98c132 0%, #517d00 100%);
  background: url(../images/white_arrow_green_bg.gif) no-repeat center center, linear-gradient(to bottom, #98c132 0%, #517d00 100%);
}

/* line 873, ../sass/main.scss */
.boxshadow #container input.button:focus, .boxshadow #container input.button:active {
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4), 0 1px 1px white;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4), 0 1px 1px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.4), 0 1px 1px white;
}

/* line 878, ../sass/main.scss */
input.blur {
  color: #999;
}

/* line 882, ../sass/main.scss */
input[type="checkbox"], input[type="radio"] {
  float: left;
  margin-right: 15px;
  vertical-align: baseline;
  width: auto;
  margin-left: 5px;
}

/* line 889, ../sass/main.scss */
.zend_form input[type="checkbox"], .zend_form input[type="radio"] {
  float: none;
}

/* line 892, ../sass/main.scss */
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled],
input[type="week"][readonly] {
  background-color: #eeeeee;
}

/* line 911, ../sass/main.scss */
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

/* line 929, ../sass/main.scss */
fieldset legend {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}

/* ==|== ZEND FORMS D: =================================================== */
/*
.wrappedForm{
	background: #195079;
	padding: 3px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-top-right-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;	
}
*/
/* ==|== Basic Zend Form TEMP =================================================== */
/*.basicZendWrap br{
	display: none;
}

.basicZendWrap .employerContract br {
	display: block;
}

.basicZendWrap input[type="checkbox"], .basicZendWrap input[type="radio"]{
	width: auto;
	max-width: auto;
	margin-right: 20px;
}*/
/* ==|== Table Formatting =================================================== */
/* line 964, ../sass/main.scss */
.tableCloth {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 6px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-radius: 0 0 6px 6px;
  overflow: scroll;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 0 20px 0;
  clear: both;
}

/* line 980, ../sass/main.scss */
table {
  border: 0 none;
  width: 100%;
  margin: 0;
  font-size: 14px;
}
/* line 988, ../sass/main.scss */
table tr td input[type="checkbox"], table tr th input[type="checkbox"] {
  margin: 0;
}

/* line 998, ../sass/main.scss */
tr:first-child {
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: bold;
  -pie-background: linear-gradient(to top, #0b2a46 0%, #194f79 100%);
}

/* line 1006, ../sass/main.scss */
tr:last-child {
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 6px;
  -webkit-border-radius-top-left: 0px;
  -webkit-border-radius-top-right: 6px;
  border-radius: 0px 0px 6px 6px;
}

/* line 1014, ../sass/main.scss */
tr:nth-child(even) {
  background-color: #f5f5f5;
}

/* line 1017, ../sass/main.scss */
tr:nth-child(odd) {
  background-color: #fff;
}

/* line 1020, ../sass/main.scss */
th, td {
  padding: 7px 10px;
  text-align: left;
  vertical-align: middle;
}

/* line 1025, ../sass/main.scss */
th {
  padding: 0 10px 10px;
  color: #333;
  background-color: #fff;
  border-bottom: #185079 3px solid;
}

/* line 1031, ../sass/main.scss */
th a, th a:visited {
  color: #185079;
  text-decoration: none;
  background: url(../images/reorder.gif) no-repeat left bottom;
  padding-left: 14px;
}

/* line 1037, ../sass/main.scss */
th a:hover {
  text-decoration: underline;
}

/* line 1040, ../sass/main.scss */
th.checkbox, td.checkbox {
  width: 50px;
  text-align: center;
}

/* line 1044, ../sass/main.scss */
tr.base td {
  border-top: #185079 3px solid;
  font-weight: bold15;
}

/* line 1048, ../sass/main.scss */
.tableOptions {
  padding: 5px;
  margin-bottom: 20px;
  background: #f5f5f5;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 1059, ../sass/main.scss */
.tableOptions form {
  float: left;
  margin-bottom: 0;
}

/* line 1064, ../sass/main.scss */
.tableOptions p, .tableOptions dl, .tableOptions dt, .tableOptions dd {
  float: left;
  padding: 0 0 10px 0;
  margin: 0 15px 0 0;
  height: 26px;
  display: inline;
  vertical-align: middle;
}

/* line 1072, ../sass/main.scss */
.tableOptions p.tight {
  margin: 0;
}

/* line 1075, ../sass/main.scss */
.tableOptions p.date {
  margin: 0 5px 0 0;
}

/* line 1078, ../sass/main.scss */
.tableOptions input {
  float: left;
}

/* line 1086, ../sass/main.scss */
.tableOptions input[type="text"],
.tableOptions input[type="password"],
.tableOptions input[type="url"],
.tableOptions input[type="tel"],
.tableOptions input[type="number"],
.tableOptions input[type="color"],
.tableOptions input[type="email"] {
  width: auto;
  padding: 8px 0;
}

/* line 1101, ../sass/main.scss */
.tableOptions select {
  float: left;
  max-width: 150px;
  width: 150px;
  min-width: 150px;
  display: block;
}

/* line 1108, ../sass/main.scss */
.tableOptions p.date select {
  margin-right: 10px;
}

/* line 1111, ../sass/main.scss */
.tableOptions label {
  float: left;
  text-shadow: 1px 1px 1px #fff;
  color: #666;
  margin: 0 10px 0 0;
  line-height: 2.4;
}

/* line 1119, ../sass/main.scss */
.tableOptions .errors {
  margin: 12px 0;
  clear: both;
  color: red;
  list-style-type: none;
}

/* ==|== Reports ========================================================================= */
/* line 1128, ../sass/main.scss */
.report td a, .report td a:hover {
  background-image: none;
}

/* ==|== Notifications/Lists ============================================================= */
/* line 1133, ../sass/main.scss */
h2.notifications {
  padding: 0 0 20px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: none;
}

/* line 1139, ../sass/main.scss */
.tableCloth.notifications {
  background: #f5f5f5;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  color: #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 1150, ../sass/main.scss */
.tableCloth.notifications table {
  background: none;
  line-height: 24px;
}

/* line 1154, ../sass/main.scss */
.tableCloth.notifications tr {
  border-top: 1px solid #ddd;
}

/* line 1157, ../sass/main.scss */
.tableCloth.notifications tr:first-child {
  color: #333;
  border-top: none;
  font-weight: normal;
}

/* line 1162, ../sass/main.scss */
.tableCloth.notifications td {
  background: #fafafa;
  word-wrap: break-word;
}

/* line 1166, ../sass/main.scss */
.tableCloth.notifications th {
  background: none;
  background: #eee;
  border-right: 1px solid #ddd;
  width: 25px;
  border-bottom: none;
}

/* line 1173, ../sass/main.scss */
.tableCloth.notifications th .metric {
  line-height: 20px;
  color: #fff;
  text-align: center;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  padding: 0;
  margin-top: 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  /*background: rgb(245,156,194);
  background: linear-gradient(bottom, rgb(243,115,175) 20%, rgb(245,156,194) 100%);
  background: -o-linear-gradient(bottom, rgb(243,115,175) 20%, rgb(245,156,194) 100%);
  background: -moz-linear-gradient(bottom, rgb(243,115,175) 20%, rgb(245,156,194) 100%);
  background: -webkit-linear-gradient(bottom, rgb(243,115,175) 20%, rgb(245,156,194) 100%);
  background: -ms-linear-gradient(bottom, rgb(243,115,175) 20%, rgb(245,156,194) 100%);
  background: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.2, rgb(243,115,175)),
  	color-stop(1, rgb(245,156,194))
  );*/
  background: #195079;
  font-weight: bold;
  font-size: 0.857em;
  border: 1px solid #fff;
}

/* line 1205, ../sass/main.scss */
.tableCloth.notifications th .metric.empty {
  background: #bbbbbb;
  /*background: linear-gradient(bottom, rgb(119,119,119) 20%, rgb(187,187,187) 100%);		
  background: -o-linear-gradient(bottom, rgb(119,119,119) 20%, rgb(187,187,187) 100%);
  background: -moz-linear-gradient(bottom, rgb(119,119,119) 20%, rgb(187,187,187) 100%);
  background: -webkit-linear-gradient(bottom, rgb(119,119,119) 20%, rgb(187,187,187) 100%);
  background: -ms-linear-gradient(bottom, rgb(119,119,119) 20%, rgb(187,187,187) 100%);
  background: -webkit-gradient(
  	linear,
  	left bottom,
  	left top,
  	color-stop(0.2, rgb(119,119,119)),
  	color-stop(1, rgb(187,187,187))
  );*/
}

/* ==|== pagination ============================================================= */
/* line 1223, ../sass/main.scss */
.pagination {
  color: #666;
  text-align: left;
  padding-bottom: 20px;
  margin: 0;
}

/* line 1229, ../sass/main.scss */
.pagination a, .pagination span {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 5px 11px;
  background: #f5f5f5;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

/* line 1243, ../sass/main.scss */
.pagination a:hover, .pagination span.selected {
  background: #195079;
  color: #fff;
}

/* ==|== Header ============================================================= */
/* line 1250, ../sass/main.scss */
#header {
  padding-top: 20px;
  background: #fff;
}

/* line 1256, ../sass/main.scss */
.public .skybar img {
  margin: 0 20px;
}

/* line 1260, ../sass/main.scss */
.public #banner {
  background: #fff;
  padding: 0 0 20px 20px;
  position: relative;
}
/* line 1266, ../sass/main.scss */
.public #banner h1 {
  margin: 0;
  overflow: hidden;
  font-weight: normal;
}

/* line 1272, ../sass/main.scss */
.oldie .public #banner, .touch .public #banner, .no-js #banner {
  padding: 15px 20px;
}

/* line 1276, ../sass/main.scss */
.public #banner h1 #logo {
  margin: 0 20px 0 0;
}

/* line 1281, ../sass/main.scss */
.user-views {
  position: absolute;
  top: 0;
  right: 20px;
}

/* line 1287, ../sass/main.scss */
#user {
  position: absolute;
  top: 0;
  right: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2.6;
  color: #666;
}

/* line 1299, ../sass/main.scss */
.public #user {
  color: #333;
}

/* line 1302, ../sass/main.scss */
#user li {
  float: left;
  margin-left: 15px;
}

/*#user li a{
	color: #666;
}
.public #user li a{
	color: #195079;
}*/
/* line 1312, ../sass/main.scss */
#headerNavigation {
  position: relative;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  border-bottom: 1px solid #ccc;
}

/* line 1321, ../sass/main.scss */
.boxshadow #headerNavigation {
  border-bottom: 1px solid #ccc;
}

/* line 1324, ../sass/main.scss */
#monoLogo, #logo {
  position: absolute;
  top: 15px;
  left: 20px;
  margin: 0;
  padding: 0;
  height: 25px;
}

/* line 1332, ../sass/main.scss */
.public #logo {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  margin-right: 20px;
  text-align: center;
}

/* line 1340, ../sass/main.scss */
#logo img {
  margin: 0;
  display: inline;
  height: 25px;
}

/* line 1345, ../sass/main.scss */
.oldie #headerNavigation, .touch #headerNavigation, .no-js #headerNavigation {
  position: relative;
  top: 0px;
  left: 0px;
}

/* line 1350, ../sass/main.scss */
#primary {
  list-style: none;
  margin: 0;
  height: 40px;
  padding: 15px 0 0 20px;
  background: #0b2a46;
}

/* line 1357, ../sass/main.scss */
#primary li {
  float: left;
  margin-left: 1px;
}

/* line 1361, ../sass/main.scss */
#primary li a {
  color: #fff;
  display: block;
  background-color: #185079;
  background-repeat: no-repeat;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  padding: 0 11px 0 11px;
  background-image: none;
  width: auto;
  text-indent: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  /* font-size and padding located in media queries*/
}

/* line 1380, ../sass/main.scss */
#primary li a:hover, #primary li a.selected {
  background-color: #e8ecef;
  color: #195079;
  text-shadow: 1px 1px 1px #fff;
}

/* line 1385, ../sass/main.scss */
#secondary {
  display: block;
  list-style: none;
  margin: 0;
  padding: 7px 0;
  background: #e8ecef;
}

/* line 1393, ../sass/main.scss */
#secondary li {
  float: left;
  padding: 0 0 0 20px;
}
/* line 1397, ../sass/main.scss */
#secondary li:first-of-type {
  margin-left: 10px;
}

/* line 1401, ../sass/main.scss */
#secondary li a {
  display: block;
  color: #195079;
  text-shadow: 1px 1px 1px #fff;
  padding: 5px 9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 1412, ../sass/main.scss */
#secondary li a.selected, #secondary li a:hover {
  color: #fff;
  text-shadow: none;
  background: #185079;
}

/* ==|== ie6 Header ========================================================== */
/* line 1421, ../sass/main.scss */
.ie6 #primary li a {
  padding: 11px;
}

/* line 1424, ../sass/main.scss */
.ie6 #secondary {
  height: 33px;
  padding: 13px 0 0 0;
}

/* line 1428, ../sass/main.scss */
.ie6 #primary li, .ie6 #primary li a, .ie6 #secondary li, .ie6 #secondary li a {
  float: none;
  display: inline;
}

/* ==|== Workspace ========================================================== */
/* line 1435, ../sass/main.scss */
#workspaceWrap {
  position: relative;
  padding: 20px 20px 0;
  background: #f1f1f1;
  height: 100%;
}

/* line 1442, ../sass/main.scss */
#workspace {
  margin: 0 0 0 200px;
}

/* line 1445, ../sass/main.scss */
#workspaceWrap.noSidebar #workspace {
  margin: 0;
}

/* ==|== sections ========================================================== */
/* line 1451, ../sass/main.scss */
.section {
  padding: 20px 20px 0 20px;
  background: #fff;
  /*-moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;	
  border-radius: 6px 6px 6px 6px;*/
  border: 1px solid #ccc;
  /*-moz-box-shadow: 0 1px 1px #fff;
  -webkit-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff;	*/
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: 20px;
}
/* line 1470, ../sass/main.scss */
.section > h1:first-child,
.section > h2:first-child,
.section > h3:first-child {
  margin-top: 0;
}

/* line 1477, ../sass/main.scss */
#workspaceWrap.noSidebar #workspace .section {
  margin-left: 0;
}

/* line 1480, ../sass/main.scss */
.sectionWrap {
  margin: 0 0 20px 20px;
}

/* line 1483, ../sass/main.scss */
#workspaceWrap.noSidebar #workspace .sectionWrap {
  margin: 0 0 20px;
}

/* line 1486, ../sass/main.scss */
.sectionHead {
  background-color: #185079;
  color: #fff;
  border: 1px solid #185079;
  /*-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.4);
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.4);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.4);
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-top-right-radius: 6px;	
  -webkit-border-top-left-radius: 6px;		
  border-radius: 6px 6px 0 0;*/
  padding: 20px;
  position: relative;
}

/* line 1506, ../sass/main.scss */
.sectionHead.icon {
  padding: 20px 20px 20px 20px;
}

/* line 1509, ../sass/main.scss */
.sectionHead h2 {
  margin: 0;
  font-size: 1.429em;
  line-height: 1.400em;
  /* text-transform: capitalize; */
}

/* line 1515, ../sass/main.scss */
.sectionHead.icon h2 {
  /*background-image: url(../images/header_icons.gif);
  background-repeat: no-repeat;
  margin-left: -35px;
  padding-left: 35px;*/
}

/* ==|== sections - split half way ========================================================== */
/* line 1524, ../sass/main.scss */
.sectionWrap.split {
  width: 49%;
  float: left;
}
/* line 1529, ../sass/main.scss */
.sectionWrap.split .section .splash {
  min-height: 260px;
}

/* line 1538, ../sass/main.scss */
#workspaceWrap.noSidebar #workspace .sectionWrap.split.second {
  float: right;
}

/* line 1543, ../sass/main.scss */
.section .splash {
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-bottom: 20px;
}
/* line 1549, ../sass/main.scss */
.section .splash.cps .hero, .section .splash.ccs .hero {
  position: absolute;
  bottom: 21px;
  right: 30px;
}
/* line 1557, ../sass/main.scss */
.sectionWrap.split .section .splash.cps {
  background-image: url("../images/computingSplash.jpg");
}
/* line 1560, ../sass/main.scss */
.section .splash.cps .hero {
  width: 50%;
}
/* line 1566, ../sass/main.scss */
.sectionWrap.split .section .splash.ccs {
  background-image: url("../images/childcareSplash.jpg");
}
/* line 1569, ../sass/main.scss */
.section .splash.ccs .hero {
  width: 55%;
}
/* line 1574, ../sass/main.scss */
.section .splash h2 {
  line-height: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #185079;
  width: 45%;
  margin-top: 0;
}

/* line 1585, ../sass/main.scss */
.sectionWrap.split .section .splash h2 {
  width: 100%;
}

/* line 1590, ../sass/main.scss */
.sectionWrap.split .section .splash ul {
  width: 80%;
}

/* line 1594, ../sass/main.scss */
.section .splash ul {
  list-style-image: url(../images/blue_arrow_list.gif);
  line-height: 2;
  color: #185079;
  width: 40%;
}

/* line 1602, ../sass/main.scss */
.section .splash ul li {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 1607, ../sass/main.scss */
.section .splash h4 a {
  display: block;
  float: left;
  padding: 5px 0;
}

/* ==|== Icons ========================================================== */
/* line 1624, ../sass/main.scss */
.sectionHead.icon h2.user {
  background-position: 0 3px;
}

/* line 1627, ../sass/main.scss */
.sectionHead.icon h2.list {
  background-position: 0 -77px;
}

/* line 1630, ../sass/main.scss */
.sectionHead.icon h2.money {
  background-position: 0 -156px;
}

/* line 1633, ../sass/main.scss */
.sectionHead.icon h2.employer {
  background-position: 0 -120px;
}

/* line 1636, ../sass/main.scss */
.sectionHead.icon h2.settings {
  background-position: 0 -38px;
}

/* line 1639, ../sass/main.scss */
.sectionHead.icon h2.document {
  background-position: 0 -198px;
}

/* line 1642, ../sass/main.scss */
.sectionHead.icon h2.documents {
  background-position: 0 -355px;
}

/* line 1645, ../sass/main.scss */
.sectionHead.icon h2.order {
  background-position: 0 -276px;
}

/* line 1648, ../sass/main.scss */
.sectionHead.icon h2.dashboard {
  background-position: 0 -238px;
}

/* line 1651, ../sass/main.scss */
.sectionHead.icon h2.mail {
  background-position: 0 -314px;
}

/* line 1654, ../sass/main.scss */
.sectionHead.icon h2.poster {
  background-position: 0 -439px;
}

/* line 1657, ../sass/main.scss */
.sectionHead.icon h2.customise {
  background-position: 0 -398px;
}

/* ==|== sections continued ========================================================== */
/* line 1668, ../sass/main.scss */
.sectionHead h2 span {
  font-size: 0.700em;
}

/* line 1671, ../sass/main.scss */
.sectionHead p {
  margin: 0;
  font-size: 0.857em;
  line-height: 1.200em;
}

/* line 1676, ../sass/main.scss */
.sectionWrap .section {
  margin: 0;
  /*-moz-border-radius: 0 0 6px 6px;
  -webkit-border-bottom-right-radius: 6px;	
  -webkit-border-bottom-left-radius: 6px;		
  border-radius: 0 0 6px 6px;*/
}

/* line 1683, ../sass/main.scss */
.flexbox .columns {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  width: 100%;
}

/* line 1692, ../sass/main.scss */
.flexbox .columns .sectionWrap {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  min-width: 250px;
  width: 0;
}

/* ==|== MESSAGES ========================================================== */
/* line 1703, ../sass/main.scss */
.section.message {
  padding: 15px 20px 5px;
}

/* line 1707, ../sass/main.scss */
.section .section.message {
  margin: 0 0 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 1714, ../sass/main.scss */
.section.info, .section.confirmation {
  background: #fdf0d4;
  background: linear-gradient(to top, #ffe9bf 20%, #fdf0d4 60%);
  background: -o-linear-gradient(bottom, #ffe9bf 20%, #fdf0d4 60%);
  background: -moz-linear-gradient(bottom, #ffe9bf 20%, #fdf0d4 60%);
  background: -webkit-linear-gradient(bottom, #ffe9bf 20%, #fdf0d4 60%);
  background: -ms-linear-gradient(bottom, #ffe9bf 20%, #fdf0d4 60%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #ffe9bf), color-stop(0.6, #fdf0d4));
  border: 1px solid #f7be4f;
  color: #934d0f;
}

/* line 1733, ../sass/main.scss */
.section.error {
  background: #fce4ef;
  background: linear-gradient(to top, #fcddec 20%, #fce4ef 50%);
  background: -o-linear-gradient(bottom, #fcddec 20%, #fce4ef 50%);
  background: -moz-linear-gradient(bottom, #fcddec 20%, #fce4ef 50%);
  background: -webkit-linear-gradient(bottom, #fcddec 20%, #fce4ef 50%);
  background: -ms-linear-gradient(bottom, #fcddec 20%, #fce4ef 50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, #fcddec), color-stop(0.5, #fce4ef));
  border: 1px solid #ec97be;
  color: #d42959;
}

/* line 1758, ../sass/main.scss */
.section.message.login {
  margin-left: 0;
}

/* line 1762, ../sass/main.scss */
.section.message.error h3 {
  background-position: 0 -30px;
}

/* line 1765, ../sass/main.scss */
.section.message.info h3 {
  background-position: 0 -60px;
}

/* line 1768, ../sass/main.scss */
.section.message h3, .section.message p, .section.message ul {
  margin: 0 0 10px;
}

/* line 1771, ../sass/main.scss */
.section.message p input {
  float: left;
  margin: 0 15px 0 0;
}

/* line 1775, ../sass/main.scss */
.section.message .code {
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 6px;
  margin-bottom: 10px;
  color: #444;
}

/* line 1787, ../sass/main.scss */
.section.info .code, .section.confirmation .code {
  border: 1px solid #f7be4f;
}

/* line 1790, ../sass/main.scss */
.section.error .code {
  border: 1px solid #f3c0d8;
}

/* ==|== pageForm ========================================================== */
/* line 1797, ../sass/main.scss */
.pageForm .sectionHead {
  margin: 0;
}

/* ==|== Tertiary ========================================================== */
/* line 1803, ../sass/main.scss */
#tertiary {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px;
  padding: 0 0 40px 0;
}

/* line 1810, ../sass/main.scss */
#tertiary h2 {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 1.286em;
}

/* line 1815, ../sass/main.scss */
#tertiary .section {
  padding: 10px 15px;
  margin-left: 0;
}

/* line 1819, ../sass/main.scss */
#tertiary form {
  padding: 0 0 5px 0;
  margin: 0;
}

/* line 1823, ../sass/main.scss */
#tertiary p {
  padding: 10px 0 0 0;
  margin: 0;
}

/* line 1827, ../sass/main.scss */
#tertiary form select {
  width: 100%;
  margin: 0;
}

/* line 1831, ../sass/main.scss */
#tertiary form .searchInput {
  width: 125px;
  max-width: 125px;
  min-width: 125px;
  float: left;
}

/* line 1837, ../sass/main.scss */
#tertiary form .button {
  float: right;
}

/* line 1841, ../sass/main.scss */
#tertiary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1846, ../sass/main.scss */
#tertiary ul li a, #tertiary ul li a:hover {
  display: block;
}

/* ==|== Sparklines ====================================================== */
/* line 1852, ../sass/main.scss */
.sparklines {
  height: 30px;
  margin: 5px 0 0 -6px;
  background: url(/images/small_grid.gif) center center;
}

/* line 1857, ../sass/main.scss */
.sparkValue {
  display: block;
  line-height: 1.167em;
  font-size: 0.857em;
  padding: 10px 0;
  border-bottom: 1px solid #185079;
  border-top: 2px solid #185079;
  font-weight: bold;
  min-height: 28px;
}

/* line 1867, ../sass/main.scss */
.sparkValue b {
  font-size: 2.333em;
  line-height: 1em;
  margin-right: 10px;
  float: left;
}

/* ==|== Login ====================================================== */
/* line 1876, ../sass/main.scss */
#loginModal {
  width: 550px;
  margin: auto;
  text-align: center;
}

/* line 1881, ../sass/main.scss */
#loginModal #logo {
  float: none;
  margin: 0;
}

/* line 1885, ../sass/main.scss */
#loginModal p {
  color: #666;
}

/* line 1888, ../sass/main.scss */
#loginModal p, #loginModal p a {
  text-shadow: 1px 1px 1px #fff;
}

/* line 1891, ../sass/main.scss */
#loginModal #loft {
  display: block;
  margin: auto;
  padding: 20px 0;
}

/* line 1896, ../sass/main.scss */
#loginModal #loft img {
  display: inline;
  padding: 0;
  margin: 0;
}

/* line 1901, ../sass/main.scss */
#loginModal h1#logo {
  position: relative;
  top: 0;
  left: 0;
  text-align: right;
  width: 100%;
  line-height: 1em;
  font-size: 1.786em;
  height: auto;
  padding: 25px 0;
  font-weight: normal;
  text-shadow: 1px 1px 1px #fff;
}

/* line 1914, ../sass/main.scss */
#loginModal h1 a {
  position: absolute;
  top: 25px;
  left: 0;
  display: block;
}

/* line 1920, ../sass/main.scss */
#loginModal .section {
  padding: 20px;
  text-align: left;
  margin: 0 0 20px;
}

/* line 1925, ../sass/main.scss */
#loginModal a {
  color: #195079;
}

/* line 1928, ../sass/main.scss */
#loginModal .section h2 {
  font-size: 1.714em;
  line-height: 1em;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

/* line 1934, ../sass/main.scss */
#loginModal .section form {
  padding: 10px 20px 20px 20px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  background: #f5f5f5;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* ==|== Modal Dialogues ====================================================== */
/* line 1948, ../sass/main.scss */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5);
}

/* line 1951, ../sass/main.scss */
.ui-dialog {
  padding: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  -moz-box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 1960, ../sass/main.scss */
.ui-dialog-titlebar {
  position: relative;
  margin: 0;
  padding: 10px 20px;
  background: darkred;
  -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.4);
  font-size: 1.286em;
  line-height: 1.286em;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 1973, ../sass/main.scss */
.ui-dialog-titlebar-close {
  position: absolute;
  top: 13px;
  right: 20px;
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(/images/large_close.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 1986, ../sass/main.scss */
.ui-dialog-titlebar-close.ui-state-hover {
  background-position: 0 -18px;
}

/* line 1989, ../sass/main.scss */
.ui-dialog-content {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-radius: 0 0 6px 6px;
  padding: 0 20px 20px 20px;
}

/* line 1996, ../sass/main.scss */
.ui-dialog-content p {
  margin: 20px 0 0;
}

/* line 2001, ../sass/main.scss */
.ui-dialog.ui-widget {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",Helvetica,sans-serif;
  font-weight: 300;
}
/* line 2005, ../sass/main.scss */
.ui-dialog.ui-widget .ui-widget-header {
  font-weight: 300;
  border: none;
}
/* line 2011, ../sass/main.scss */
.ui-dialog.ui-widget-content {
  border: none;
}
/* line 2016, ../sass/main.scss */
.ui-dialog .ui-dialog-content.ui-widget-content {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  border: none;
}
/* line 2024, ../sass/main.scss */
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  position: absolute;
  top: 13px;
  right: 20px;
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(/images/large_close.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
/* line 2037, ../sass/main.scss */
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close.ui-state-hover {
  background: none;
  background-image: url(/images/large_close.png);
  background-repeat: no-repeat;
  background-position: 0 -18px;
  border: none;
}
/* line 2045, ../sass/main.scss */
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span {
  display: none;
}

/* ==|== Details ====================================================== */
/* line 2054, ../sass/main.scss */
.details h3 {
  border-bottom: 1px dashed #DDDDDD;
  font-size: 1.357em;
  padding-bottom: 10px;
}

/* line 2059, ../sass/main.scss */
.details p strong {
  color: #757575;
  font-weight: normal;
}

/* ==|== Footer ====================================================== */
/* line 2066, ../sass/main.scss */
#footer {
  border-top: 1px solid #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  background: #e8ecef;
  z-index: 100;
}

/* line 2082, ../sass/main.scss */
.ie6 #footer {
  position: relative;
}

/* line 2085, ../sass/main.scss */
#footer p {
  padding: 6px 20px;
  color: #666;
  text-shadow: 1px 1px 1px #fff;
  margin: 0;
  line-height: 26px;
}

/* line 2092, ../sass/main.scss */
#reportBug {
  display: block;
  height: 26px;
  padding-left: 17px;
  background: url(/images/report_bug.png) no-repeat;
}

/* line 2098, ../sass/main.scss */
#footer .ident {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 2103, ../sass/main.scss */
#footer .loftIdent {
  width: 32px;
  height: 18px;
  padding: 5px 20px 10px 0;
  margin: 0;
}

/* line 2109, ../sass/main.scss */
#footer .loftIdent img {
  width: 32px;
  height: 18px;
  margin: 0;
}

/* line 2115, ../sass/main.scss */
.signedAgreement, .employerContract, .termsAndConditions {
  background-color: #fff;
  border: 1px solid black;
  height: 500px;
  width: 650px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

/*Employer Contract*/
/* line 2127, ../sass/main.scss */
.employerContract p {
  margin: 10px 0;
}

/* line 2130, ../sass/main.scss */
.employerContract td {
  vertical-align: top;
}

/* line 2133, ../sass/main.scss */
.employerContract a {
  background: none;
}

/* line 2137, ../sass/main.scss */
.employerContract span {
  font-size: 10px !important;
}

/* line 2140, ../sass/main.scss */
.employerContract table tr td[style] {
  height: auto !important;
}

/* line 2143, ../sass/main.scss */
.confirmMessage h1 {
  font-weight: normal;
  font-size: 1.500em;
  padding: 20px 0 0 0;
}

/* line 2148, ../sass/main.scss */
tr.error td {
  color: #FF0000;
  font-weight: bold;
}

@media (max-width: 1250px) {
  /* line 2169, ../sass/main.scss */
  .sectionWrap.split .section .splash.cps {
    background-image: url("../images/computingSplash15opacity.jpg");
  }
  /* line 2175, ../sass/main.scss */
  .sectionWrap.split .section .splash.ccs {
    background-image: url("../images/childcareSplash15opacity.jpg");
  }
}
@media (max-width: 40em) {
  /* line 2205, ../sass/main.scss */
  .container {
    *zoom: 1;
    max-width: 46;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .container:after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 2212, ../sass/main.scss */
  footer .copyright,
  footer .grg-link {
    display: block;
    float: none;
  }

  /* line 2219, ../sass/main.scss */
  .login-form, .login-notice {
    width: 100%;
    float: left;
    margin-right: 6.66667%;
  }

  /* line 2224, ../sass/main.scss */
  .login-form span {
    font-size: 12px;
    font-size: 0.75rem;
  }

  /* line 2230, ../sass/main.scss */
  .login-notice {
    border-top: 1px solid #e4e4e6;
    border-bottom: 1px solid #e4e4e6;
    margin-bottom: 20px;
  }
  /* line 2235, ../sass/main.scss */
  .login-notice .post-it {
    padding: 0;
    box-shadow: none;
    border: 0px solid #ccc;
  }
  /* line 2240, ../sass/main.scss */
  .login-notice .post-it:after, .login-notice .post-it:before {
    display: none;
  }
  /* line 2244, ../sass/main.scss */
  .login-notice .post-it img {
    display: none;
  }

  /* line 2251, ../sass/main.scss */
  .login-alt-service section {
    width: 100%;
    float: left;
    margin-right: 6.66667%;
  }
  /* line 2255, ../sass/main.scss */
  .login-alt-service section:nth-of-type(2n) {
    width: 100%;
    float: left;
    margin-right: 6.66667%;
  }
  /* line 2259, ../sass/main.scss */
  .login-alt-service section img {
    display: block;
  }

  /* line 2269, ../sass/main.scss */
  .zend_form dd input[type="text"],
  .zend_form dd input[type="password"],
  .zend_form dd input[type="url"],
  .zend_form dd input[type="tel"],
  .zend_form dd input[type="number"],
  .zend_form dd input[type="color"],
  .zend_form dd input[type="email"] {
    width: 100%;
  }
}
@media (max-width: 25em) {
  /* line 2290, ../sass/main.scss */
  .container {
    *zoom: 1;
    max-width: 30;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .container:after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 2297, ../sass/main.scss */
  footer .copyright,
  footer .grg-link {
    line-height: 3;
    font-size: 11px;
    font-size: 0.6875rem;
  }

  /* line 2305, ../sass/main.scss */
  h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  /* line 2312, ../sass/main.scss */
  .login-form span.pipe {
    display: none;
  }
  /* line 2316, ../sass/main.scss */
  .login-form span a {
    display: block;
    margin: 10px 0 0 0;
  }

  /* line 2325, ../sass/main.scss */
  .login-alt-service section.computing-scheme {
    border-bottom: 1px solid white;
  }

  /* line 2334, ../sass/main.scss */
  .zend_form dd input[type="submit"],
  .zend_form dd input[type="button"] {
    display: block;
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
