@charset "UTF-8";
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013ΓÇô2014 thoughtbot, inc.
 * MIT License */
/*$sans-serif: $helvetica;
$serif: $georgia;*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
/* Font-face ripped from bourbon.
 * Order of the includes matters, and it is: normal, bold, italic, bold+italic.
 * Example: @include font-face(SourceSansPro, "/fonts/Source_Sans_Pro/SourceSansPro-Italic", normal, italic);
*/
/*CSS triangle
 *First direction ('u','d','l','r')
 *Color of triangle
 *one parameter for equilateral triangle
 *two for isocles
 *three all different
*/
/* line 1, ../sass/base/_typography.scss */
.edupace {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
/* line 9, ../sass/base/_typography.scss */
.edupace h1,
.edupace h2,
.edupace h3,
.edupace h4,
.edupace h5,
.edupace h6 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}
/* line 21, ../sass/base/_typography.scss */
.edupace h1 {
  font-size: 2.25em;
}
/* line 25, ../sass/base/_typography.scss */
.edupace h2 {
  font-size: 2em;
}
/* line 29, ../sass/base/_typography.scss */
.edupace h3 {
  font-size: 1.75em;
}
/* line 33, ../sass/base/_typography.scss */
.edupace h4 {
  font-size: 1.5em;
}
/* line 37, ../sass/base/_typography.scss */
.edupace h5 {
  font-size: 1.25em;
}
/* line 41, ../sass/base/_typography.scss */
.edupace h6 {
  font-size: 1em;
}
/* line 45, ../sass/base/_typography.scss */
.edupace p {
  margin: 0 0 0.75em;
}
/* line 49, ../sass/base/_typography.scss */
.edupace a {
  /*@include transition(color 0.1s linear);*/
  color: #477DCA;
  text-decoration: none;
}
/* line 54, ../sass/base/_typography.scss */
.edupace a:hover {
  color: #2c5999;
}
/* line 58, ../sass/base/_typography.scss */
.edupace a:active, .edupace a:focus {
  color: #2c5999;
  outline: none;
}
/* line 64, ../sass/base/_typography.scss */
.edupace hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}
/* line 72, ../sass/base/_typography.scss */
.edupace img,
.edupace picture {
  margin: 0;
  max-width: 100%;
}
/* line 78, ../sass/base/_typography.scss */
.edupace blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}
/* line 85, ../sass/base/_typography.scss */
.edupace cite {
  color: #737373;
  font-style: italic;
}
/* line 89, ../sass/base/_typography.scss */
.edupace cite:before {
  content: "\2014 \00A0";
}

/* line 2, ../sass/base/_forms.scss */
.edupace fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}
/* line 9, ../sass/base/_forms.scss */
.edupace input,
.edupace label,
.edupace select {
  display: block;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
}
/* line 17, ../sass/base/_forms.scss */
.edupace label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
/* line 21, ../sass/base/_forms.scss */
.edupace label.required:after {
  content: "*";
}
/* line 25, ../sass/base/_forms.scss */
.edupace label abbr {
  display: none;
}
/* line 31, ../sass/base/_forms.scss */
.edupace select[multiple=multiple] {
  /*  @include box-sizing(border-box);*/
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
/* line 44, ../sass/base/_forms.scss */
.edupace select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 48, ../sass/base/_forms.scss */
.edupace select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}
/* line 55, ../sass/base/_forms.scss */
.edupace textarea {
  resize: vertical;
}
/* line 59, ../sass/base/_forms.scss */
.edupace input[type="search"] {
  /*  @include appearance(none);*/
}
/* line 63, ../sass/base/_forms.scss */
.edupace input[type="checkbox"],
.edupace input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}
/* line 69, ../sass/base/_forms.scss */
.edupace input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}
/* line 74, ../sass/base/_forms.scss */
.edupace select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

/* line 2, ../sass/base/_tables.scss */
.edupace table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}
/* line 9, ../sass/base/_tables.scss */
.edupace th {
  /* border-bottom: 1px solid darken($base-border-color, 15);*/
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}
/* line 16, ../sass/base/_tables.scss */
.edupace td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}
/* line 21, ../sass/base/_tables.scss */
.edupace tr,
.edupace td,
.edupace th {
  vertical-align: middle;
}

/* line 2, ../sass/base/_lists.scss */
.edupace ul,
.edupace ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 21, ../sass/base/_lists.scss */
.edupace dl {
  margin-bottom: 0.75em;
}
/* line 24, ../sass/base/_lists.scss */
.edupace dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
/* line 29, ../sass/base/_lists.scss */
.edupace dl dd {
  margin: 0;
}

/* line 1, ../sass/base/_buttons.scss */
button,
input[type="submit"] {
  /* @extend %button;*/
  /*@include appearance(none);*/
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 1, ../sass/base/_basic.scss */
.floatLeft {
  float: left;
}

/* line 2, ../sass/base/_basic.scss */
.floatRight {
  float: right;
}

/* line 3, ../sass/base/_basic.scss */
a {
  outline: 0 !important;
}

/* line 4, ../sass/base/_basic.scss */
.rel {
  position: relative;
}

/* line 5, ../sass/base/_basic.scss */
.abs {
  position: absolute;
}

/* line 6, ../sass/base/_basic.scss */
.autoMargin {
  margin: auto;
}

/* line 7, ../sass/base/_basic.scss */
.bold {
  font-weight: bold;
}

/* line 8, ../sass/base/_basic.scss */
.center {
  text-align: center;
}

/* line 9, ../sass/base/_basic.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 10, ../sass/base/_basic.scss */
.hundred {
  width: 100%;
}

/* line 11, ../sass/base/_basic.scss */
.pointer {
  cursor: pointer;
}

/* line 12, ../sass/base/_basic.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 17, ../sass/base/_basic.scss */
.cssTxt {
  text-indent: -10000px;
}

/* line 18, ../sass/base/_basic.scss */
.block {
  display: block;
}

/* line 21, ../sass/base/_basic.scss */
.blockLink {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
}
/* line 24, ../sass/base/_basic.scss */
.blockLink:hover {
  background-position: left bottom;
}

/* line 26, ../sass/base/_basic.scss */
a.blockLink:hover {
  background-position: left bottom;
}

/* line 27, ../sass/base/_basic.scss */
.clear {
  clear: both;
}

/* line 24, ../sass/eduPACE.scss */
#thanks {
  display: none;
}

/* line 27, ../sass/eduPACE.scss */
.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve, .thirteen, .fourteen, .fifteen, .sixteen, .seventeen, .eightteen, .nineteen, .twenty {
  display: none;
}

/* line 30, ../sass/eduPACE.scss */
#schlLegacy h2 {
  color: #ffffff !important;
  font-size: 37px;
  margin: 0 0 12px 0;
}

/* line 35, ../sass/eduPACE.scss */
ul, ol, li {
  list-style-type: none !important;
}

/* line 38, ../sass/eduPACE.scss */
#schlPageContent, #pageContent {
  background-color: transparent !important;
}

/* line 41, ../sass/eduPACE.scss */
.btnSearch {
  display: none;
}

/* line 44, ../sass/eduPACE.scss */
.edupace {
  width: 1211px;
  margin: 0 auto;
  margin-left: -146px !important;
  margin-top: -83px !important;
  font-size: 18px;
  /* web form page */
}
/* line 53, ../sass/eduPACE.scss */
.edupace img {
  border: 0 none;
}
/* line 54, ../sass/eduPACE.scss */
.edupace a {
  outline: none;
}
/* line 56, ../sass/eduPACE.scss */
.edupace .formform {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
/* line 60, ../sass/eduPACE.scss */
.edupace option:hover {
  background: #ddf5fe !important;
}
/* line 63, ../sass/eduPACE.scss */
.edupace #top_layer {
  margin-left: 169px;
  padding-top: 10px;
}
/* line 67, ../sass/eduPACE.scss */
.edupace .circle1 {
  padding-top: 21px !important;
}
/* line 70, ../sass/eduPACE.scss */
.edupace .paddown {
  padding-top: 0px;
  padding-left: 12px;
}
/* line 74, ../sass/eduPACE.scss */
.edupace .slidedown {
  display: none;
  width: auto;
}
/* line 78, ../sass/eduPACE.scss */
.edupace a.whitelink {
  color: #fff;
}
/* line 81, ../sass/eduPACE.scss */
.edupace a.whitelink:hover {
  text-decoration: underline;
}
/* line 84, ../sass/eduPACE.scss */
.edupace .blusubfont {
  color: #4d659c;
  line-height: 0;
  text-decoration: uppercase;
}
/* line 88, ../sass/eduPACE.scss */
.edupace .blusubfont .burgundy {
  color: #e1292e;
  text-decoration: underline;
}
/* line 91, ../sass/eduPACE.scss */
.edupace .blusubfont .burgundy:hover {
  text-decoration: none;
}
/* line 97, ../sass/eduPACE.scss */
.edupace nav ul,
.edupace nav li {
  margin: 0;
  padding: 0;
}
/* line 102, ../sass/eduPACE.scss */
.edupace nav li {
  list-style: none;
  display: block;
}
/* line 107, ../sass/eduPACE.scss */
.edupace .midtop {
  font-size: 17px;
}
/* line 110, ../sass/eduPACE.scss */
.edupace select > option:hover {
  background: red;
}
/* line 113, ../sass/eduPACE.scss */
.edupace header {
  background: url("../images/top_banner.jpg");
  width: 1211px;
  height: 448px;
  text-align: center;
  color: #fff;
  margin-top: 35px;
}
/* line 122, ../sass/eduPACE.scss */
.edupace header h2 {
  font-family: "Droid Sans", sans-serif;
  font-size: 36px !important;
  font-weight: normal;
  margin-top: -10px;
  padding-bottom: 25px;
  font-weight: #fff !important;
}
/* line 130, ../sass/eduPACE.scss */
.edupace header p {
  font-family: "Open Sans", sans-serif;
  line-height: 2 !important;
  font-size: 16px !important;
}
/* line 136, ../sass/eduPACE.scss */
.edupace .head_content {
  margin-left: -50px;
}
/* line 139, ../sass/eduPACE.scss */
.edupace .col2 .thirteen {
  margin-left: -51px !important;
}
/* line 142, ../sass/eduPACE.scss */
.edupace .head2 {
  background: url("../images/webform_header.jpg") !important;
  background-repeat: no-repeat;
  width: 1211px;
  height: 415px;
  text-align: center;
  color: #fff;
  margin-top: 35px;
}
/* line 150, ../sass/eduPACE.scss */
.edupace .head2 h2 {
  font-family: "Droid Sans", sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin-top: -10px;
  padding-bottom: 25px;
}
/* line 157, ../sass/eduPACE.scss */
.edupace .head2 p {
  font-family: "Open Sans", sans-serif;
  line-height: 2;
}
/* line 162, ../sass/eduPACE.scss */
.edupace .floatLeft {
  float: left;
  padding-right: 15px;
  margin-top: -5px;
}
/* line 167, ../sass/eduPACE.scss */
.edupace .block2 {
  width: 100%;
  height: 530px;
  padding-top: 50px;
  line-height: 1.8;
}
/* line 172, ../sass/eduPACE.scss */
.edupace .block2 .col1, .edupace .block2 .col2, .edupace .block2 .col3 {
  float: left;
  width: 27%;
  margin-left: 55px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
/* line 178, ../sass/eduPACE.scss */
.edupace .block2 .col1 p, .edupace .block2 .col2 p, .edupace .block2 .col3 p {
  line-height: 1.5 !important;
}
/* line 181, ../sass/eduPACE.scss */
.edupace .block2 .col1 span, .edupace .block2 .col2 span, .edupace .block2 .col3 span {
  font-size: 16px !important;
}
/* line 184, ../sass/eduPACE.scss */
.edupace .block2 .col1 .bold, .edupace .block2 .col2 .bold, .edupace .block2 .col3 .bold {
  font-weight: bold;
}
/* line 187, ../sass/eduPACE.scss */
.edupace .block2 .col1 .copyunder, .edupace .block2 .col2 .copyunder, .edupace .block2 .col3 .copyunder {
  font-weight: normal;
}
/* line 192, ../sass/eduPACE.scss */
.edupace .block3 {
  background: #6787b3;
  width: 100%;
  height: 800px;
  display: block;
  position: relative;
}
/* line 198, ../sass/eduPACE.scss */
.edupace .block3 h2.topPace {
  font-size: 35px !important;
}
/* line 201, ../sass/eduPACE.scss */
.edupace .block3 h2 {
  color: #fff !important;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  padding-top: 12px;
}
/* line 209, ../sass/eduPACE.scss */
.edupace .block3 .col1, .edupace .block3 .col2, .edupace .block3 .col3 {
  float: left;
  width: 27%;
  margin-left: 55px;
  color: #fff;
  text-align: left;
}
/* line 215, ../sass/eduPACE.scss */
.edupace .block3 .col1 .curr h2, .edupace .block3 .col2 .curr h2, .edupace .block3 .col3 .curr h2 {
  font-size: 23px !important;
}
/* line 218, ../sass/eduPACE.scss */
.edupace .block3 .col1 .red, .edupace .block3 .col2 .red, .edupace .block3 .col3 .red {
  padding-top: 33px;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
/* line 225, ../sass/eduPACE.scss */
.edupace .block3 .col1 .red2, .edupace .block3 .col2 .red2, .edupace .block3 .col3 .red2 {
  padding-top: 80px;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
/* line 232, ../sass/eduPACE.scss */
.edupace .block3 .col1 .red3, .edupace .block3 .col2 .red3, .edupace .block3 .col3 .red3 {
  padding-top: 54px;
  text-align: center;
  margin-left: 48px;
  text-decoration: underline;
  cursor: pointer;
}
/* line 239, ../sass/eduPACE.scss */
.edupace .block3 .col1 .bold, .edupace .block3 .col2 .bold, .edupace .block3 .col3 .bold {
  font-weight: bold;
}
/* line 242, ../sass/eduPACE.scss */
.edupace .block3 .col1 .giantnumber, .edupace .block3 .col2 .giantnumber, .edupace .block3 .col3 .giantnumber {
  color: #fff;
  font-size: 44px;
  font-size: 92px;
  float: left;
  font-weight: normal !important;
  margin-top: -30px;
  padding-right: 15px;
  font-family: "Open Sans", sans-serif !important;
  padding-bottom: 32px;
}
/* line 254, ../sass/eduPACE.scss */
.edupace .block3 .Col_text_content {
  position: absolute;
  width: 330px;
  top: 560px;
  font-size: 16px;
}
/* line 260, ../sass/eduPACE.scss */
.edupace .block3 .Col_text_content2 {
  position: absolute;
  width: 330px;
  top: 560px;
  font-size: 16px !important;
}
/* line 266, ../sass/eduPACE.scss */
.edupace .block3 .Col_text_content3 {
  position: absolute;
  width: 330px;
  top: 560px;
  font-size: 16px !important;
}
/* line 272, ../sass/eduPACE.scss */
.edupace .block3 .curr {
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: -23px !important;
  font-size: 23px !important;
  font-weight: bolder;
}
/* line 280, ../sass/eduPACE.scss */
.edupace #blue_circ {
  padding-top: 16px !important;
}
/* line 283, ../sass/eduPACE.scss */
.edupace .btnSearch {
  display: none !important;
}
/* line 286, ../sass/eduPACE.scss */
.edupace .hoverexpand {
  transition: width 200ms, height 200ms, border-radius 200ms,left 200ms, top 200ms;
  -moz-transition: width 200ms, height 200ms, border-radius 200ms,left 200ms, top 200ms;
  -ms-transition: width 200ms, height 200ms, border-radius 200ms,left 200ms, top 200ms;
  -o-transition: width 200ms, height 200ms, border-radius 200ms,left 200ms, top 200ms;
  -webkit-transition: width 200ms, height 200ms, border-radius 200ms,left 200ms, top 200ms;
  width: 300px;
}
/* line 294, ../sass/eduPACE.scss */
.edupace .hoverexpand:hover {
  width: 315px;
}
/* line 297, ../sass/eduPACE.scss */
.edupace .block4 {
  width: 100%;
  background: #fff !important;
  height: 480px;
  display: block;
  text-align: center;
}
/* line 303, ../sass/eduPACE.scss */
.edupace .block4 h3 {
  font-family: "Open Sans", sans-serif !important;
  color: #e1292e !important;
  line-height: 3 !important;
  text-transform: uppercase;
  font-size: 36px !important;
}
/* line 311, ../sass/eduPACE.scss */
.edupace .p4 {
  font-size: 16px !important;
}
/* line 314, ../sass/eduPACE.scss */
.edupace .rappercol {
  margin-left: 68px;
}
/* line 317, ../sass/eduPACE.scss */
.edupace .copy {
  float: right;
  padding-top: 29px;
  margin-top: -41px;
  margin-right: 132px;
  font-size: 20px !important;
}
/* line 324, ../sass/eduPACE.scss */
.edupace .col1, .edupace .col2, .edupace .col3 {
  float: left;
  width: 32.2%;
  padding-right: 5px;
  height: 300px;
  margin-left: -11px;
}
/* line 330, ../sass/eduPACE.scss */
.edupace .col1 h4, .edupace .col2 h4, .edupace .col3 h4 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: normal;
  font-size: 20px;
  padding-top: 20px;
}
/* line 336, ../sass/eduPACE.scss */
.edupace .col1 h4.bold, .edupace .col2 h4.bold, .edupace .col3 h4.bold {
  font-weight: bold !important;
}
/* line 339, ../sass/eduPACE.scss */
.edupace .col1 .caption, .edupace .col2 .caption, .edupace .col3 .caption {
  padding-top: 30px;
  padding-left: 4px;
  width: 334px;
  font-size: 16px !important;
}
/* line 346, ../sass/eduPACE.scss */
.edupace .nexto {
  padding-top: 25px;
  font-size: 13px !important;
  padding-left: 10px;
  font-family: "Open Sans", sans-serif;
}
/* line 351, ../sass/eduPACE.scss */
.edupace .nexto p.blusubfont, .edupace .nexto span.blusubfont {
  padding-right: 10px;
}
/* line 355, ../sass/eduPACE.scss */
.edupace .block5 {
  background: #8ea7c6;
  height: 300px;
}
/* line 358, ../sass/eduPACE.scss */
.edupace .block5 h5.bold {
  font-weight: bolder;
}
/* line 361, ../sass/eduPACE.scss */
.edupace .block5 h5 {
  text-align: center;
  color: #fff !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 24px;
  font-weight: normal;
}
/* line 368, ../sass/eduPACE.scss */
.edupace .block5 h5:first-child {
  padding-top: 50px;
  font-size: 27px;
}
/* line 373, ../sass/eduPACE.scss */
.edupace .block6 {
  height: 20px;
  padding-top: 20px;
}
/* line 376, ../sass/eduPACE.scss */
.edupace .block6 .photoCRED {
  font-size: 12px;
  color: #000;
}
/* line 383, ../sass/eduPACE.scss */
.edupace .webform .toptxt {
  text-align: left;
  font-size: 22px;
  padding-top: 50px;
  padding-left: 162px;
}
/* line 389, ../sass/eduPACE.scss */
.edupace .webform .toptxt .redPP {
  color: #ef4220;
  text-decoration: underline;
}
/* line 392, ../sass/eduPACE.scss */
.edupace .webform .toptxt .redPP:hover {
  text-decoration: none;
}
/* line 398, ../sass/eduPACE.scss */
.edupace h2.contact {
  padding-top: 150px;
  margin-left: 100px;
  font-size: 50px;
}
/* line 406, ../sass/eduPACE.scss */
.edupace span.closeit {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
/* line 412, ../sass/eduPACE.scss */
.edupace .startcolumns p, .edupace .startcolumns span, .edupace .startcolumns label {
  color: #6785b2;
}
/* line 415, ../sass/eduPACE.scss */
.edupace .startcolumns .colform1 {
  width: 42%;
  float: left;
  padding-left: 165px;
  padding-top: 49px;
}
/* line 421, ../sass/eduPACE.scss */
.edupace .startcolumns .colform2 {
  padding-top: 46px;
  float: left;
}
/* line 426, ../sass/eduPACE.scss */
.edupace .field_holder {
  margin-bottom: 20px;
}
/* line 429, ../sass/eduPACE.scss */
.edupace input {
  border: 1px solid #6785b2;
  padding: 5px;
  border-radius: 4px 4px 4px 4px;
  color: #6785b2;
}
/* line 435, ../sass/eduPACE.scss */
.edupace textarea {
  border: 1px solid #6785b2;
  color: #6785b2;
}
/* line 439, ../sass/eduPACE.scss */
.edupace input[type="radio"] + label {
  color: #292321;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #6785b2;
}
/* line 445, ../sass/eduPACE.scss */
.edupace input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #6785b2;
}
/* line 456, ../sass/eduPACE.scss */
.edupace input[type="radio"] + label span {
  background-color: #292321;
}
/* line 459, ../sass/eduPACE.scss */
.edupace input[type="radio"]:checked + label span {
  background-color: #CC3300;
}
/* line 462, ../sass/eduPACE.scss */
.edupace input[type="radio"] + label span,
.edupace input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
/* line 469, ../sass/eduPACE.scss */
.edupace input[type="text"] {
  width: 350px;
  height: 30px;
  color: #6785b2;
  font-family: "Droid Sans", sans-serif !important;
}
/* line 475, ../sass/eduPACE.scss */
.edupace input {
  color: #6785b2 !important;
}
/* line 478, ../sass/eduPACE.scss */
.edupace .first_radio_label {
  float: left;
  font-weight: normal;
  font-family: "Open Sans", sans-serif !important;
}
/* line 483, ../sass/eduPACE.scss */
.edupace .radio_label {
  font-weight: normal;
  font-family: "Open Sans", sans-serif !important;
}
/* line 487, ../sass/eduPACE.scss */
.edupace input[type="textarea"] {
  border: 1px solid #6785b2;
}
/* line 490, ../sass/eduPACE.scss */
.edupace .moreinfo {
  margin-top: -9px;
  font-size: 18px;
  padding-left: 13px;
  float: left;
}
/* line 496, ../sass/eduPACE.scss */
.edupace ::-webkit-input-placeholder {
  color: #6785b2;
}
/* line 500, ../sass/eduPACE.scss */
.edupace input:focus .required {
  display: none;
}
/* line 504, ../sass/eduPACE.scss */
.edupace :-moz-placeholder {
  color: #6785b2;
}
/* line 507, ../sass/eduPACE.scss */
.edupace ::-moz-placeholder {
  color: #6785b2;
}
/* line 510, ../sass/eduPACE.scss */
.edupace :-ms-input-placeholder {
  color: #6785b2;
}
/* line 513, ../sass/eduPACE.scss */
.edupace .field_holder .required {
  background: url("../images/required_field_star_bg.png") no-repeat;
  background-position: 11px 11px;
  font-size: 18px !important;
}
/* line 518, ../sass/eduPACE.scss */
.edupace input.required:focus {
  background-image: none;
}
/* line 519, ../sass/eduPACE.scss */
.edupace textarea.required:focus {
  background-image: none;
}
/* line 520, ../sass/eduPACE.scss */
.edupace input.moreThan3, .edupace input.required {
  background-image: none;
}
/* line 521, ../sass/eduPACE.scss */
.edupace textarea.moreThan3, .edupace textarea.required {
  background-image: none;
}
/* line 523, ../sass/eduPACE.scss */
.edupace #submitBTN {
  background: #395591;
  color: #ffffff !important;
  font-size: 16px;
  text-align: center;
  width: 350px;
  height: 45px;
  border-radius: 2px 0px 1px 2px;
}
/* line 532, ../sass/eduPACE.scss */
.edupace .leftradion {
  float: left;
}
/* line 535, ../sass/eduPACE.scss */
.edupace .rightradion {
  float: left;
}
/* line 538, ../sass/eduPACE.scss */
.edupace textarea {
  font-size: 17px;
}
/* line 541, ../sass/eduPACE.scss */
.edupace span.rojo {
  color: #ef4220;
  margin-top: 38px;
  padding-right: 6px;
}
/* line 546, ../sass/eduPACE.scss */
.edupace .rojomove {
  color: #ef4220 !important;
  margin-top: 38px;
  padding-right: 10px;
  display: inherit;
  float: right;
  margin-top: 15px;
  margin-right: 144px;
}

/* line 556, ../sass/eduPACE.scss */
.bottom_middle_copy {
  margin: 0 auto;
  text-align: center;
  color: #395591;
  font-family: "Open Sans", sans-serif !important;
  padding-bottom: 20px;
}

/* line 568, ../sass/eduPACE.scss */
#how_can {
  width: 355px;
  height: 250px;
  border-radius: 3px 3px 3px 3px;
  font-family: "Droid Sans", sans-serif !important;
  font-size: 18px !important;
}

/* line 575, ../sass/eduPACE.scss */
.pushcaption {
  padding-left: 24px;
  font-size: 18px;
}

/* line 579, ../sass/eduPACE.scss */
.thank_you_msg {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0.5px 0.9px 13px rgba(0, 0, 1, 0.7);
  background: #333333;
  z-index: 999;
  height: 180px;
  width: 415px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  opacity: .9;
  border-radius: 6px 6px 6px 6px;
}

/* line 598, ../sass/eduPACE.scss */
.photocopy {
  color: #000;
  font-size: 10px;
  font-weight: bolder !important;
}

/* line 603, ../sass/eduPACE.scss */
.thank_you_msg__headline {
  font-size: 36px;
  line-height: 25px;
  text-transform: uppercase !important;
  margin-bottom: 11px;
}

/* line 609, ../sass/eduPACE.scss */
.thank_you_msg__text {
  font-size: 27px;
  line-height: 25px;
  font-weight: 300;
}

/* line 614, ../sass/eduPACE.scss */
input[type="text"] {
  height: 30px;
  padding-left: 25px;
}

/* line 618, ../sass/eduPACE.scss */
textarea {
  height: 30px;
  padding-top: 8px;
  padding-left: 25px;
}

/* line 623, ../sass/eduPACE.scss */
#txtSearch {
  display: none !important;
}

/* line 626, ../sass/eduPACE.scss */
.box743Borders {
  border: 0px !important;
}

/* line 629, ../sass/eduPACE.scss */
.dBlock {
  display: none !important;
}

/* custom radio button */
/* line 633, ../sass/eduPACE.scss */
.custom-radiobutton {
  opacity: 0;
  filter: alpha(opacity=0);
  left: -9999px;
  position: absolute;
}

/* line 639, ../sass/eduPACE.scss */
.custom-radiobutton-display {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  font-size: 0;
  width: 18px;
  position: relative;
  z-index: 2;
  height: 18px;
  vertical-align: middle;
  background: url("../images/radio-bg.png") center 0 no-repeat;
}

/* line 651, ../sass/eduPACE.scss */
.custom-radiobutton-display:before {
  content: ' ';
  display: inline-block;
  width: 18px;
  height: 18px;
}

/* line 657, ../sass/eduPACE.scss */
.custom-radiobutton-display.custom-radiobutton-checked:before {
  background: url("../images/radio-checked.png") center 0 no-repeat;
}

/* line 660, ../sass/eduPACE.scss */
label[for="Title"] {
  margin-top: -26px;
  padding-bottom: 20px;
}

/* line 664, ../sass/eduPACE.scss */
label[for="State"] {
  margin-top: -26px;
  padding-bottom: 20px;
}

/* line 668, ../sass/eduPACE.scss */
label[for="CallTime"] {
  margin-top: -26px;
  padding-bottom: 20px;
}

/* line 672, ../sass/eduPACE.scss */
label[for="EntryTime"] {
  margin-top: -26px;
  padding-bottom: 20px;
}

/* line 676, ../sass/eduPACE.scss */
label[for="EmailType"] {
  position: absolute;
  padding-bottom: 10px;
  margin-top: 0px;
  color: #FF6666 !important;
  padding-left: 14px;
}

/* line 683, ../sass/eduPACE.scss */
label[for="OptIn1"] {
  position: absolute;
  padding-bottom: 10px;
  color: #FF6666 !important;
  padding-left: 14px;
}

/*# sourceMappingURL=eduPACE.css.map */
