@charset "UTF-8";
/* Imports */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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 */
}

/**
 * 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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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: 0.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: -0.5em;
}

sub {
  bottom: -0.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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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: 0.35em 0.625em 0.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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
/* Theme
   ========================================================================== */
/* Grid
   -------------------------------------------------------------------------- */
/* Base
   -------------------------------------------------------------------------- */
/*  
$base-color-1:   #ffffff;
$base-color-2:   #ecebe6;
$base-color-3:   #d52b1e;
$base-color-4:   #333333;

$orange: #d5761e;
$blue: #147582;
$green: #17a32f;

$base-font-family: Arial, sans-serif;
$base-font-size: 12px;

$header-font-family: 'Open Sans Condensed', sans-serif;
*/
/*
@mixin linear-gradient($from, $to, $isPie: true) {
	background-color: $from;
	background-image: -webkit-gradient(linear, left top, left bottom, from($from), to($to));
	background-image: -webkit-linear-gradient(top, $from, $to);
	background-image:    -moz-linear-gradient(top, $from, $to); 
	background-image:     -ms-linear-gradient(top, $from, $to); 
	background-image:      -o-linear-gradient(top, $from, $to); 
	background-image:         linear-gradient(to bottom, $from, $to);
	 @if $isPie { 
		-pie-background:         linear-gradient($from, $to);
		@include PIE_Behavior;
	}
	
}
*/
/* Sitewide Variables*/
/* Base Styles */
html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: Arial, Sans-Serif;
  color: #000000;
}

body.body {
  margin: 0;
  padding: 0;
  height: 100%;
  /*
		background: {
			color: #ffffff;
			repeat: no-repeat;
			position: top left;
		
		}
		*/
  background: url("../Images/bodybackground.png") top left repeat;
}

body > form {
  height: 100%;
}

a {
  color: #0000ee;
  text-decoration: none;
}

a > img {
  border: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.button-style-1 {
  width: 200px;
  height: 50px;
  text-align: center;
  -webkit-appearance: none;
  border: none;
  background-color: #38b0e4;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.button-style-1.orange {
  background-color: #fd6b22;
}

.button-style-1.orange:hover {
  background-color: #ea4f02;
}

.button-style-1:hover {
  background-color: #1c98cd;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/Includes/styles/boxsizing.htc);
}

* {
  margin: 0;
}

/* Headings */
h1 {
  margin-top: 0;
  font-size: 2em;
  color: #015998;
}

h2 {
  font-size: 1.5em;
  color: #000000;
}

body {
  background: url(Images/body-bg.png);
}

header {
  max-width: 960px;
  margin: 0 auto;
}

/* Page Layout */
.site {
  background: #fff;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .site {
    padding: 0 25px;
  }
}

article {
  margin-bottom: 40px;
}

article li {
  margin-bottom: 5px;
}

p {
  margin-bottom: 15px;
}

ul, ol {
  margin-bottom: 10px;
  padding-left: 15px;
}

#home {
  background: #85bce5 url(Images/bg.jpg) no-repeat;
  padding: 60px 283px 60px 60px;
}

@media screen and (max-width: 767px) {
  #home {
    padding: 15px;
  }
}

#home .entry-points {
  width: 664px;
  margin-left: 95px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

@media screen and (max-width: 767px) {
  #home .entry-points {
    width: 185px;
    margin: 0 auto;
  }
}

#home .entry-points li {
  margin: 0 10px;
  float: left;
}

@media screen and (max-width: 767px) {
  #home .entry-points li {
    margin: 0 0 15px;
    float: none;
  }
}

#home .entry-points .btn {
  background: url(Images/sprite_btn.png) no-repeat;
  width: 183px;
  height: 54px;
  display: block;
  border: none;
  border-radius: 4px;
  text-indent: -5000em;
}

#home .entry-points .btn:hover {
  opacity: 0.8;
}

#home .entry-points .edit {
  background-position: 0 -54px;
}

.wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wrap {
    width: 100%;
  }
}

#site-wrap {
  width: 100%;
}

#site-wrap:after {
  content: "";
  display: block;
}

* html #site-wrap {
  height: 100%;
}

.centered-navigation {
  width: 1458px;
  height: 100px;
  background-color: #525a5e;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#525a5e, endColorstr=#000000);
  background-image: -moz-linear-gradient(top, #525a5e 42%, #000000 54%, #000000 100%);
  background-image: linear-gradient(top, #525a5e 42%, #000000 54%, #000000 100%);
  background-image: -webkit-linear-gradient(top, #525a5e 42%, #000000 54%, #000000 100%);
  background-image: -o-linear-gradient(top, #525a5e 42%, #000000 54%, #000000 100%);
  background-image: -ms-linear-gradient(top, #525a5e 42%, #000000 54%, #000000 100%);
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(42%, #525a5e), color-stop(54%, #000000), color-stop(100%, #000000));
  -webkit-box-shadow: 0px -5px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -5px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -5px 16px 0px rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #292a2a;
  height: 60px;
  width: 100%;
  z-index: 9999;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .centered-navigation {
    height: 25px;
  }
}

.centered-navigation .mobile-logo {
  display: inline;
  float: left;
  max-height: 60px;
  padding-left: 1em;
}

.centered-navigation .mobile-logo img {
  max-height: 60px;
  padding: .8em 0;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation .mobile-logo {
    display: none;
  }
}

.centered-navigation .centered-navigation-menu-button {
  color: #000;
  display: block;
  float: right;
  font-weight: 700;
  margin: 0;
  padding-right: 1em;
  text-transform: uppercase;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation .centered-navigation-menu-button {
    display: none;
  }
}

.centered-navigation .centered-navigation-menu-button:hover {
  color: rgba(255, 255, 255, 0.7);
}

.centered-navigation .centered-navigation-wrapper {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 999;
}

.centered-navigation .centered-navigation-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.centered-navigation .centered-navigation-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.centered-navigation ul.centered-navigation-menu {
  -webkit-transform-style: preserve-3d;
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 99999;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul.centered-navigation-menu {
    display: block;
  }
}

@media screen and (min-width: 53.75em) {
  .centered-navigation .nav-link:first-child {
    margin-left: 2.2em;
  }
}

.centered-navigation ul li.nav-link {
  background: #383A39;
  display: block;
  line-height: 60px;
  overflow: hidden;
  padding-right: 1em;
  text-align: right;
  z-index: 9999;
  font-weight: bold;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul li.nav-link {
    background: transparent;
    float: left;
    line-height: 60px;
  }
  .centered-navigation ul li.nav-link a {
    padding-right: 1em;
  }
  .centered-navigation ul li.nav-link input {
    border: 0;
    color: green;
  }
}

.centered-navigation ul li.nav-link a {
  color: white;
  display: inline-block;
}

.centered-navigation ul li.nav-link a:hover {
  color: #66b1e1;
}

.centered-navigation li.logo.nav-link {
  display: none;
  line-height: 0;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation li.logo.nav-link {
    display: block;
    float: right;
  }
}

.centered-navigation .logo img {
  max-height: 2.8em;
  margin-top: 5px;
}

.centered-navigation li.more.nav-link {
  padding-right: 0;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation li.more.nav-link {
    padding-right: 1em;
  }
}

.centered-navigation li.more.nav-link > ul > li:first-child a {
  padding-top: 1em;
}

.centered-navigation li.more.nav-link a {
  margin-right: 1em;
}

.centered-navigation li.more.nav-link > a {
  padding-right: 0.6em;
}

.centered-navigation li.more.nav-link > a:after {
  position: absolute;
  top: auto;
  right: -0.4em;
  bottom: auto;
  left: auto;
  color: white;
  content: '\25BE';
}

.centered-navigation li.more {
  overflow: visible;
  padding-right: 0;
}

.centered-navigation li.more a {
  padding-right: 1em;
}

.centered-navigation li.more > a {
  padding-right: 1.6em;
  position: relative;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation li.more > a {
    margin-right: 1em;
  }
}

.centered-navigation li.more > a:after {
  content: '>';
  font-size: 1.2em;
  position: absolute;
  right: 0.5em;
}

.centered-navigation li.more:hover > .submenu {
  display: block;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation li.more {
    padding-right: 1em;
    position: relative;
  }
}

.centered-navigation ul.submenu {
  display: none;
  padding-left: 0;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul.submenu {
    left: -1em;
    position: absolute;
    top: 1.5em;
  }
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul.submenu .submenu {
    left: 11.8em;
    top: 0;
  }
}

.centered-navigation ul.submenu li {
  display: block;
  padding-right: 0;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul.submenu li {
    line-height: 46.15385px;
  }
  .centered-navigation ul.submenu li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .centered-navigation ul.submenu li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom: .7em;
  }
}

.centered-navigation ul.submenu li a {
  background-color: #303231;
  display: inline-block;
  text-align: right;
  width: 100%;
}

@media screen and (min-width: 53.75em) {
  .centered-navigation ul.submenu li a {
    background-color: #383A39;
    padding-left: 1em;
    text-align: left;
    width: 12em;
  }
}

.container {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  clear: both;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.CenterForm {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.CenterForm:last-child {
  margin-right: 0;
}

h2 {
  margin-bottom: 30px;
}

h4 {
  margin-bottom: 20px;
}

.form-group {
  width: 100%;
  margin: 0 1% 5px 0;
  margin-bottom: 5px;
  display: block;
  float: left;
}

@media screen and (max-width: 767px) {
  .form-group {
    width: 100%;
  }
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="time"] {
  background: #fcfcfc;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  color: #2f3336;
  padding: 10px;
  width: 100%;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="time"]:hover,
input[type="time"]:focus {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.school-details input[type="text"],
.school-details input[type="email"],
.school-details input[type="number"],
.school-details input[type="time"] {
  width: 236px;
}

@media screen and (max-width: 767px) {
  .school-details input[type="text"],
  .school-details input[type="email"],
  .school-details input[type="number"],
  .school-details input[type="time"] {
    width: 100%;
  }
}

label {
  display: block;
}

div.form-group > label {
  width: 29%;
  float: left;
  margin: 10px 0 10px 10px;
}

@media screen and (max-width: 767px) {
  div.form-group > label {
    width: 100%;
  }
}

.error {
  color: red;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  input.school-id {
    width: 50%;
  }
}

.auto-fill {
  background: url(Images/btnAutoComplete.png) repeat;
  width: 121px;
  height: 31px;
  margin-left: 5px;
  border: none;
  text-indent: -5000em;
}

@media screen and (max-width: 767px) {
  .auto-fill {
    margin-top: 5px;
  }
}

.next-btn {
  background: url(Images/btnNext.png) repeat;
  width: 81px;
  height: 36px;
  border: 0;
  text-indent: -5000em;
}

.back-btn {
  background: url(Images/btnBack.png) no-repeat;
  width: 80px;
  height: 36px;
  border: 0;
  text-indent: -5000em;
}

.resume-btn {
  background: url(Images/btn_resume.png) no-repeat;
  width: 120px;
  height: 31px;
  margin-left: 5px;
  border: none;
  text-indent: -5000em;
}

@media screen and (max-width: 767px) {
  .resume-btn {
    margin-top: 5px;
  }
}

.edit-btn {
  background: url(Images/btn_edit.png) no-repeat;
  width: 120px;
  height: 31px;
  margin-left: 5px;
  border: none;
  text-indent: -5000em;
}

@media screen and (max-width: 767px) {
  .edit-btn {
    margin-top: 5px;
  }
}

.nextbutton {
  width: 97%;
  margin-right: 25px;
  margin-bottom: 10px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .nextbutton {
    margin-left: 0;
    padding: 0;
    float: left;
  }
}

.nextbutton .next-btn {
  float: right;
}

footer {
  background: #fff;
  display: block;
  clear: both;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

.footer {
  padding: 40px 20px;
}

.groupbox1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.groupbox1:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .groupbox1 {
    width: 100%;
    float: none;
  }
}

.groupbox2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.groupbox2:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .groupbox2 {
    width: 100%;
    float: none;
  }
}

.students-group {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.students-group:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .students-group {
    width: 100%;
    margin: 0 0 10px;
  }
}

div.students-group > input[type="text"] {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  padding: 10px 10px 10px 10px;
  text-align: right;
}

div.students-group > input[type="text"]:last-child {
  margin-right: 0;
}

div.students-group > input {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  padding: 10px 10px 10px 10px;
  text-align: right;
  -webkit-appearance: none;
  margin: 0 0 10px;
}

div.students-group > input:last-child {
  margin-right: 0;
}

div.students-group > label {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin: 10px 10px 10px 0;
}

div.students-group > label:last-child {
  margin-right: 0;
}

p {
  clear: both;
}

.termContent {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 20px;
}

.termContent:last-child {
  margin-right: 0;
}

.list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

.list:last-child {
  margin-right: 0;
}

.list li {
  margin-bottom: 8px;
}

.poolcontent {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.poolcontent:last-child {
  margin-right: 0;
}

.poolcontent label {
  margin-bottom: 5px;
}

.poolcontent select, .poolcontent input {
  margin-bottom: 15px;
}

.admincontent {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 15px;
}

.admincontent:last-child {
  margin-right: 0;
}

.admincontent label {
  margin-bottom: 5px;
}

.section1 {
  margin-left: 8.5298%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.section1:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .section1 {
    width: 40%;
    margin: 0 10% 0 0;
  }
}

.section2 {
  margin-left: 8.5298%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.section2:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .section2 {
    width: 40%;
    margin: 0;
  }
}

.submitbutton {
  width: 100%;
  padding: 10px 10px 10px 10px;
}

.submitbutton .submit-btn {
  float: right;
}

.submit-btn {
  background: url(Images/btn_sumit.png) no-repeat;
  border: none;
  text-indent: -5000em;
  width: 196px;
  height: 36px;
}

textarea {
  background: #fcfcfc;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  color: #2f3336;
  padding: 10px;
}

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}

.ui-dialog {
  box-shadow: 0 0 31px #ccc;
}

.ui-widget-header {
  background: none !important;
  border: none !important;
}

.steps {
  margin: 0 0 50px;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .steps {
    margin-bottom: 15px;
  }
}

.steps .swim-logo {
  margin: 0 25px 5px;
  float: left;
}

@media screen and (max-width: 767px) {
  .steps .swim-logo {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 480px) {
  .steps .swim-logo {
    margin-bottom: 15px;
    float: none;
  }
}

.steps hr {
  background: #abb2b7;
  background: -moz-linear-gradient(top, #abb2b7 0%, #cad1d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #abb2b7), color-stop(100%, #cad1d8));
  background: -webkit-linear-gradient(top, #abb2b7 0%, #cad1d8 100%);
  background: -o-linear-gradient(top, #abb2b7 0%, #cad1d8 100%);
  background: -ms-linear-gradient(top, #abb2b7 0%, #cad1d8 100%);
  background: linear-gradient(to bottom, #abb2b7 0%, #cad1d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abb2b7', endColorstr='#cad1d8',GradientType=0 );
  height: 7px;
  margin: 41px 50px 0 0;
  position: relative;
  border: none;
  border-radius: 10px;
  border-bottom: 1px solid #969fa7;
}

@media screen and (max-width: 767px) {
  .steps hr {
    display: none;
  }
}

.steps ul {
  max-width: 95%;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .steps ul {
    width: 100%;
    padding: 0;
  }
}

.steps li {
  width: 16.63%;
  margin: 0;
  padding-top: 10px;
  position: relative;
  float: left;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .steps li {
    width: 85% !important;
    margin: 0 0 3px;
    padding-left: 5px;
    float: none;
    text-align: left;
  }
}

.steps li:first-child {
  width: 14%;
  text-align: left;
}

.steps li:first-child:before {
  left: 0;
}

.steps li:last-child {
  width: 14%;
  margin: 0;
  float: right;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .steps li:last-child {
    float: none;
    text-align: left;
  }
}

.steps li:last-child:before {
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .steps li:last-child:before {
    left: 0;
    right: auto;
  }
}

.steps li:nth-child(4) {
  width: 21.5%;
}

.steps li:before {
  content: '';
  background: #e8ecf0;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: -10px;
  left: 45%;
  border: 1px solid #8d97a0;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .steps li:before {
    margin-right: 5px;
    position: relative;
    top: 1px;
    left: 0;
    float: left;
  }
}

.steps li.current:before, .steps li.done:before {
  background: #3f87c0;
}

.steps li a {
  color: #8f959d;
  font-size: 14px;
}

.steps li.current a {
  color: #015998;
  font-size: 16px;
  font-weight: bold;
}

.steps li.disabled a {
  color: #8f959d;
}

.step1 hr:before, .step-2 hr:before, .step-3 hr:before, .step-4 hr:before, .step-5 hr:before {
  content: '';
  background: #3f87c0;
  width: 1px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 10px;
}

.step-2 hr:before {
  width: 27%;
}

.step-3 hr:before {
  width: 47%;
}

.step-4 hr:before {
  width: 70%;
}

.step-5 hr:before {
  width: 100%;
}

.divMyCMSPageContent {
  padding: 20px;
}

.edit-registration input[type="number"] {
  width: 200px;
  margin-right: 10px;
  float: left;
}

.edit-registration .resume-btn {
  margin-top: 4px;
  float: left;
}

#employment-application-sections {
  padding: 40px;
}

#employment-application-sections > div {
  display: none;
}

#employment-application-sections > div.current {
  display: block;
}

#employment-application-sections .form-field {
  margin-bottom: 35px;
}

#employment-application-sections .form-field label {
  margin-bottom: 10px;
}

#employment-application-sections .form-field.half {
  width: calc(50% - 20px);
  float: left;
}

#employment-application-sections .form-field.half:nth-child(2n) {
  margin-right: 40px;
}

#employment-application-sections .form-field input, #employment-application-sections .form-field textarea {
  width: 100%;
}

#employment-application-sections .form-field textarea {
  height: 100px;
}

#employment-application-sections .form-field .rbl input, #employment-application-sections .form-field .rbl label {
  float: left;
  width: auto;
}

#employment-application-sections .form-field .rbl label {
  margin-left: 10px;
  margin-right: 30px;
}

#employment-application-sections .btn {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  padding: 15px 50px;
  letter-spacing: 1px;
  background-color: #adadad;
}

#employment-application-sections .btn.blue {
  background-color: #0d5eb0;
}

#tblQualifications {
  width: 100%;
}

#tblQualifications > tbody > tr > td {
  padding: 10px;
  border: 1px solid #ddd;
  height: 61px;
}

#tblQualifications .datePicker {
  height: 100%;
}

#tblQualifications .datePicker .RadInput, #tblQualifications .datePicker input, #tblQualifications .datePicker .rcTable, #tblQualifications .datePicker .rcInputCell {
  height: 100%;
}

#tblQualifications .datePicker input {
  width: 160px;
}

.workSchedule td, .workSchedule th {
  padding: 3px;
  border: 1px solid #000;
}

#employmentApplicationDone {
  padding: 50px 75px;
}

.workSchedule {
  width: 100%;
  margin-bottom: 20px;
}

.workSchedule td, .workSchedule th {
  text-align: center;
  border: 1px solid #ddd;
  padding: 3px;
}

.workSchedule td:nth-child(3), .workSchedule th:nth-child(3) {
  width: 120px;
}

.workSchedule tbody:nth-child(even) tr:nth-child(odd) td {
  background-color: #eee;
}

.workSchedule tbody:nth-child(odd) tr:nth-child(even) td {
  background-color: #eee;
}

.dayCheckbox {
  width: 10%;
}

.form-field span {
  font-size: 14px;
  color: #f00;
}
