*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 18px; }

body {
  background: white;
  color: #606161;
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 55.55556em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.83333em;
    padding-right: 0.83333em;
    width: 100%;
    float: left; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.83333em;
    margin-right: -0.83333em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

@media only screen {
  .row .column,
  .row .columns {
    position: relative;
    padding-left: 0.83333em;
    padding-right: 0.83333em;
    float: left; }

  .row .small-1 {
    position: relative;
    width: 8.33333%; }

  .row .small-2 {
    position: relative;
    width: 16.66667%; }

  .row .small-3 {
    position: relative;
    width: 25%; }

  .row .small-4 {
    position: relative;
    width: 33.33333%; }

  .row .small-5 {
    position: relative;
    width: 41.66667%; }

  .row .small-6 {
    position: relative;
    width: 50%; }

  .row .small-7 {
    position: relative;
    width: 58.33333%; }

  .row .small-8 {
    position: relative;
    width: 66.66667%; }

  .row .small-9 {
    position: relative;
    width: 75%; }

  .row .small-10 {
    position: relative;
    width: 83.33333%; }

  .row .small-11 {
    position: relative;
    width: 91.66667%; }

  .row .small-12 {
    position: relative;
    width: 100%; }

  .row .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 767px) {
  .row .large-1 {
    position: relative;
    width: 8.33333%; }

  .row .large-2 {
    position: relative;
    width: 16.66667%; }

  .row .large-3 {
    position: relative;
    width: 25%; }

  .row .large-4 {
    position: relative;
    width: 33.33333%; }

  .row .large-5 {
    position: relative;
    width: 41.66667%; }

  .row .large-6 {
    position: relative;
    width: 50%; }

  .row .large-7 {
    position: relative;
    width: 58.33333%; }

  .row .large-8 {
    position: relative;
    width: 66.66667%; }

  .row .large-9 {
    position: relative;
    width: 75%; }

  .row .large-10 {
    position: relative;
    width: 83.33333%; }

  .row .large-11 {
    position: relative;
    width: 91.66667%; }

  .row .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-2 {
    left: inherit; }

  .small-pull-2 {
    right: inherit; }

  .small-push-3 {
    left: inherit; }

  .small-pull-3 {
    right: inherit; }

  .small-push-4 {
    left: inherit; }

  .small-pull-4 {
    right: inherit; }

  .small-push-5 {
    left: inherit; }

  .small-pull-5 {
    right: inherit; }

  .small-push-6 {
    left: inherit; }

  .small-pull-6 {
    right: inherit; }

  .small-push-7 {
    left: inherit; }

  .small-pull-7 {
    right: inherit; }

  .small-push-8 {
    left: inherit; }

  .small-pull-8 {
    right: inherit; }

  .small-push-9 {
    left: inherit; }

  .small-pull-9 {
    right: inherit; }

  .small-push-10 {
    left: inherit; }

  .small-pull-10 {
    right: inherit; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 767px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small {
    display: none !important; }

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 959px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1139px) {
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 10px; }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 767px) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }

  [class*="small-block-grid-"] > li {
    clear: none !important; } }
p.lead {
  font-size: 1.19444em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #adadad;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #326295;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #2c5582; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.11111em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.77778em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.23333em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #adadad;
    line-height: 0; }

h1 {
  font-size: 1.88889em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.22222em; }

h4 {
  font-size: 1.0em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.11111em 0 1.05556em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #ff8100; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.11111em;
  list-style-position: outside;
  font-family: inherit; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.11111em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.11111em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.66667em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #606161;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.11111em;
  padding: 0.5em 1.11111em 0 1.05556em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.72222em;
    color: #939494; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #939494; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: inherit; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.11111em 0;
  border: 1px solid #dddddd;
  padding: 0.55556em 0.66667em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.83333em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.05556em; }

@media only screen and (min-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.44444em; }

  h2 {
    font-size: 2.05556em; }

  h3 {
    font-size: 1.5em; }

  h4 {
    font-size: 1.27778em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1.11111em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.66667em;
  padding-right: 1.33333em;
  padding-bottom: 0.72222em;
  padding-left: 1.33333em;
  font-size: 0.88889em;
  background-color: #31b3ff;
  border-color: #31b3ff;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #00a0fd; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #cccccc;
    border-color: #31b3ff;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b3b3b3; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #31b3ff;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #457a1a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #31b3ff;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #970b0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 0.88889em;
    padding-right: 1.77778em;
    padding-bottom: 0.94444em;
    padding-left: 1.77778em;
    font-size: 1.11111em; }
  button.small, .button.small {
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.55556em;
    padding-left: 1em;
    font-size: 0.72222em; }
  button.tiny, .button.tiny {
    padding-top: 0.38889em;
    padding-right: 0.77778em;
    padding-bottom: 0.44444em;
    padding-left: 0.77778em;
    font-size: 0.61111em; }
  button.expand, .button.expand {
    padding-top: false;
    padding-right: 0px;
    padding-bottom: false0.05556em;
    padding-left: 0px;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.66667em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.66667em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #326295;
    border-color: #31b3ff;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #25496f; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #326295; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #cccccc;
      border-color: #31b3ff;
      color: #333333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b3b3b3; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #cccccc; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #31b3ff;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #457a1a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #31b3ff;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #970b0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

input.button,
button.button {
  padding-top: 0.72222em;
  padding-bottom: 0.66667em; }
  input.button.tiny,
  button.button.tiny {
    padding-top: 0.44444em;
    padding-bottom: 0.38889em; }
  input.button.small,
  button.button.small {
    padding-top: 0.55556em;
    padding-bottom: 0.5em; }
  input.button.large,
  button.button.large {
    padding-top: 0.91667em;
    padding-bottom: 0.91667em; }

@media only screen {
  .button {
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    .button.radius {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; }
    .button.blue {
      color: #31b3ff;
      background: #fff;
      border-width: 2px;
      font-size: 16px; }
      .button.blue:hover {
        background: #31b3ff;
        text-decoration: none;
        color: #fff; }
    .button.hollow {
      background: transparent; } }
@media only screen and (min-width: 767px) {
  .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: -0.44444em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.44444em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
form .row input.column,
form .row input.columns {
  padding-left: 0.44444em; }

/* Label Styles */
label {
  font-size: 0.77778em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.16667em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 0.88889em 0;
    padding: 0.55556em 0; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.77778em;
  height: 2.05556em;
  line-height: 2.05556em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.88889em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.88889em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.77778em;
  margin: 0 0 0.88889em 0;
  padding: 0.44444em;
  height: 2.05556em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.11111em;
  margin: 1em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.16667em;
    margin: 0;
    margin-left: -0.16667em; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error label,
label.error {
  color: #c60f13; }

.error small,
small.error {
  display: block;
  padding: 0.33333em 0.22222em;
  margin-top: -1.16667em;
  margin-bottom: 0.88889em;
  font-size: 0.66667em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

/* Custom Checkbox and Radio Inputs */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #cccccc;
  background: white; }
  form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  form.custom .custom.checkbox:before {
    content: "";
    display: block;
    line-height: 0.8;
    height: 14px;
    width: 14px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff; }
  form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222222;
    position: relative;
    top: 3px;
    left: 3px; }
  form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222222; }

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */ }
  form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.05556em;
    margin-bottom: 1.11111em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.77778em;
    vertical-align: top; }
    form.custom .custom.dropdown ul {
      overflow-y: auto;
      max-height: 200px; }
    form.custom .custom.dropdown .current {
      cursor: default;
      white-space: nowrap;
      line-height: 2.0em;
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      overflow: hidden;
      display: block;
      margin-left: 0.44444em;
      margin-right: 2.05556em; }
    form.custom .custom.dropdown .selector {
      cursor: default;
      position: absolute;
      width: 2.22222em;
      height: 2.05556em;
      display: block;
      right: 0;
      top: 0; }
      form.custom .custom.dropdown .selector:after {
        content: "";
        display: block;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: #aaaaaa transparent transparent transparent;
        position: absolute;
        left: 0.83333em;
        top: 50%;
        margin-top: -3px; }
    form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 5px;
      border-color: #222222 transparent transparent transparent; }
    form.custom .custom.dropdown .disabled {
      color: #888888; }
      form.custom .custom.dropdown .disabled:hover {
        background: transparent;
        color: #888888; }
        form.custom .custom.dropdown .disabled:hover:after {
          display: none; }
    form.custom .custom.dropdown.open ul {
      display: block;
      z-index: 10;
      min-width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    form.custom .custom.dropdown.small {
      max-width: 134px; }
    form.custom .custom.dropdown.medium {
      max-width: 254px; }
    form.custom .custom.dropdown.large {
      max-width: 434px; }
    form.custom .custom.dropdown.expand {
      width: 100% !important; }
    form.custom .custom.dropdown.open.small ul {
      min-width: 134px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.medium ul {
      min-width: 254px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.large ul {
      min-width: 434px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: white;
    border: solid 1px #cccccc;
    font-size: 18px; }
    form.custom .custom.dropdown ul li {
      color: #555555;
      font-size: 0.77778em;
      cursor: default;
      padding-top: 0.22222em;
      padding-bottom: 0.22222em;
      padding-left: 0.33333em;
      padding-right: 2.11111em;
      min-height: 1.33333em;
      line-height: 1.33333em;
      margin: 0;
      white-space: nowrap;
      list-style: none; }
      form.custom .custom.dropdown ul li.selected {
        background: #eeeeee;
        color: black; }
      form.custom .custom.dropdown ul li:hover {
        background-color: #e4e4e4;
        color: black; }
      form.custom .custom.dropdown ul li.selected:hover {
        background: #eeeeee;
        cursor: default;
        color: black; }
    form.custom .custom.dropdown ul.show {
      display: block; }
  form.custom .custom.disabled {
    background-color: #dddddd; }

/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.38889em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 0.88889em;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #111111; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111111;
  margin-bottom: 1.66667em; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 2.45em; }
  .top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  .top-bar .title-area {
    position: relative; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 18px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 0.94444em;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: bold;
        color: white;
        width: 50%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.72222em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 34px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: white; }
        .top-bar .toggle-topbar.menu-icon a span {
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #111111; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #333333;
    font-size: 18px;
    margin: 0; }
  .top-bar-section .divider {
    border-bottom: solid 1px #4d4d4d;
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-size: 0.72222em;
    font-weight: bold;
    background: #333333; }
    .top-bar-section ul li > a:hover {
      background: #2b2b2b; }
    .top-bar-section ul li > a.button {
      background: #326295;
      font-size: 0.72222em; }
      .top-bar-section ul li > a.button:hover {
        background: #25496f; }
    .top-bar-section ul li > a.button.secondary {
      background: #cccccc; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #b3b3b3; }
    .top-bar-section ul li > a.button.success {
      background: #5da423; }
      .top-bar-section ul li > a.button.success:hover {
        background: #457a1a; }
    .top-bar-section ul li > a.button.alert {
      background: #c60f13; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #970b0e; }
  .top-bar-section ul li.active a {
    background: #2b2b2b; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: visible; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555555;
      font-weight: bold;
      font-size: 0.55556em; }

.top-bar-js-breakpoint {
  width: 52.22222em !important;
  visibility: hidden; }

.js-generated {
  display: block; }

@media only screen and (min-width: 52.22222em) {
  .top-bar {
    background: #111111;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      line-height: 2em;
      font-size: 0.77778em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .top-bar.expanded {
      background: #111111; }

  .contain-to-grid .top-bar {
    max-width: 55.55556em;
    margin: 0 auto; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #111111; }
      .top-bar-section li a:not(.button):hover {
        background: black; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        margin-top: -2.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: hidden; }
    .top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
      visibility: visible; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      margin-top: -7px;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: #1e1e1e; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #1e1e1e; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #2b2b2b;
      border-left: solid 1px black;
      clear: none;
      height: 45px;
      width: 0px; }
    .top-bar-section .has-form {
      background: #111111;
      padding: 0 15px;
      height: 45px; }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; } }
/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.66667em 0.77778em 1em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs li {
    margin: 0;
    padding: 0 0.44444em 0 0;
    float: left; }
    .breadcrumbs li:hover a, .breadcrumbs li:focus a {
      text-decoration: underline; }
    .breadcrumbs li a,
    .breadcrumbs li span {
      font-size: 0.61111em;
      padding-left: 0.44444em;
      text-transform: uppercase;
      color: #326295; }
    .breadcrumbs li.current a {
      cursor: default;
      color: #333333; }
    .breadcrumbs li.current:hover a, .breadcrumbs li.current:focus a {
      text-decoration: none; }
    .breadcrumbs li.unavailable a {
      color: #999999; }
    .breadcrumbs li.unavailable:hover a,
    .breadcrumbs li.unavailable a:focus {
      text-decoration: none;
      color: #999999;
      cursor: default; }
    .breadcrumbs li:before {
      content: "/";
      color: #aaaaaa;
      position: relative;
      top: 1px; }
    .breadcrumbs li:first-child a, .breadcrumbs li:first-child span {
      padding-left: 0; }
    .breadcrumbs li:first-child:before {
      content: " "; }

/* Labels */
.label {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.16667em 0.55556em 0.22222em;
  font-size: 0.77778em;
  background-color: #326295;
  color: #fff; }
  .label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #c60f13;
    color: #fff; }
  .label.success {
    background-color: #5da423;
    color: #fff; }
  .label.secondary {
    background-color: #cccccc;
    color: #333; }

/* Inline Lists */
.inline-list {
  margin: 0 0 0.94444em -1.22222em;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.22222em;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.11111em;
  padding: 1.11111em;
  background: #f2f2f2; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.55556em; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #25496f;
    margin-bottom: 1.11111em;
    padding: 1.11111em;
    background: #326295;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: white; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.55556em; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
  .panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Tables */
table {
  background: white;
  margin-bottom: 1.11111em;
  border: solid 1px #dddddd; }
  table thead,
  table tfoot {
    background: whitesmoke;
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.44444em 0.55556em 0.55556em;
      font-size: 0.77778em;
      color: #222222;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5em 0.55556em;
    font-size: 0.77778em;
    color: #222222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1em; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #183049;
    color: #326295; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.83333em;
  line-height: 1.3;
  padding: 0.44444em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .tooltip > .nub {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent black transparent;
    top: -10px; }
  .tooltip.opened {
    color: #326295 !important;
    border-bottom: dotted 1px #183049 !important; }

.tap-to-close {
  display: block;
  font-size: 0.55556em;
  color: #888888;
  font-weight: normal; }

@media only screen and (min-width: 767px) {
  .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
@media only screen and (max-width: 767px) {
  .tiny-hide {
    display: none !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .small-hide {
    display: none !important; } }

@media only screen and (min-width: 959px) and (max-width: 1138px) {
  .medium-hide {
    display: none !important; } }

@media only screen and (min-width: 1139px) {
  .large-hide {
    display: none !important; } }

.style-font-size-1 {
  font-size: 1em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-1 {
    font-size: 1em; } }

.style-font-size-2 {
  font-size: 2em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-2 {
    font-size: 2em; } }

.style-font-size-3 {
  font-size: 3em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-3 {
    font-size: 3em; } }

.style-font-size-4 {
  font-size: 4em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-4 {
    font-size: 4em; } }

.style-font-size-5 {
  font-size: 5em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-5 {
    font-size: 5em; } }

.style-font-size-6 {
  font-size: 6em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-6 {
    font-size: 6em; } }

.style-font-size-7 {
  font-size: 7em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-7 {
    font-size: 7em; } }

.style-font-size-8 {
  font-size: 8em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-8 {
    font-size: 8em; } }

.style-font-size-9 {
  font-size: 9em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-9 {
    font-size: 9em; } }

.style-font-size-10 {
  font-size: 10em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-10 {
    font-size: 10em; } }

.style-font-size-11 {
  font-size: 11em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-11 {
    font-size: 11em; } }

.style-font-size-12 {
  font-size: 12em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-12 {
    font-size: 12em; } }

.style-font-size-13 {
  font-size: 13em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-13 {
    font-size: 13em; } }

.style-font-size-14 {
  font-size: 14em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-14 {
    font-size: 14em; } }

.style-font-size-15 {
  font-size: 15em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-15 {
    font-size: 15em; } }

.style-font-size-16 {
  font-size: 16em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-16 {
    font-size: 16em; } }

.style-font-size-17 {
  font-size: 17em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-17 {
    font-size: 17em; } }

.style-font-size-18 {
  font-size: 18em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-18 {
    font-size: 18em; } }

.style-font-size-19 {
  font-size: 19em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-19 {
    font-size: 19em; } }

.style-font-size-20 {
  font-size: 20em; }

@media only screen and (max-width: 767px) {
  .style-small-font-size-20 {
    font-size: 20em; } }

@font-face {
  font-family: 'icomoon';
  src: url("../webfonts/icomoon.eot");
  src: url("../webfonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../webfonts/icomoon.ttf") format("truetype"), url("../webfonts/icomoon.woff") format("woff"), url("../webfonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-videos:before {
  content: "\e600"; }

/*.icon-twitter:before {
  content: "\e616";
}*/
.icon-framework:before {
  content: "\e601"; }

.icon-download:before {
  content: "\e602"; }

.icon-usa:before {
  content: "\e603"; }

.icon-upgrade:before {
  content: "\e604"; }

.icon-device:before {
  content: "\e605"; }

.icon-bar-chart:before {
  content: "\e606"; }

.icon-speach-bubbles:before {
  content: "\e607"; }

.icon-ribbon:before {
  content: "\e608"; }

.icon-play:before {
  content: "\e609"; }

.icon-plant:before {
  content: "\e60a"; }

.icon-people:before {
  content: "\e60b"; }

.icon-papers:before {
  content: "\e60c"; }

.icon-microphone:before {
  content: "\e60d"; }

.icon-lightbulb:before {
  content: "\e60e"; }

.icon-laptop:before {
  content: "\e60f"; }

.icon-graduate:before {
  content: "\e610"; }

.icon-gesture:before {
  content: "\e611"; }

/*.icon-facebook:before {
  content: "\e612";
}
.icon-pinterest:before {
  content: "\e613";
}
.icon-youtube:before {
  content: "\e614";
}*/
.icon-one-to-one:before {
  content: "\e615"; }

.icon-cross:before {
  content: "\e617"; }

.icon-tools:before {
  content: "\e618"; }

.icon-stopwatch:before {
  content: "\e619"; }

.icon-gear:before {
  content: "\e61a"; }

.icon-arrow:before {
  content: "\e61b"; }

.icon-menu:before {
  content: "\e61c"; }

.layout-margin-0 {
  margin: 0em !important;
  margin: 0rem !important; }

.layout-margin-top-0 {
  margin-top: 0em !important;
  margin-top: 0rem !important; }

.layout-margin-right-0 {
  margin-right: 0em !important;
  margin-right: 0rem !important; }

.layout-margin-bottom-0 {
  margin-bottom: 0em !important;
  margin-bottom: 0rem !important; }

.layout-margin-left-0 {
  margin-left: 0em !important;
  margin-left: 0rem !important; }

.layout-padding-0 {
  padding: 0em !important;
  padding: 0rem !important; }

.layout-padding-top-0 {
  padding-top: 0em !important;
  padding-top: 0rem !important; }

.layout-padding-right-0 {
  padding-right: 0em !important;
  padding-right: 0rem !important; }

.layout-padding-bottom-0 {
  padding-bottom: 0em !important;
  padding-bottom: 0rem !important; }

.layout-padding-left-0 {
  padding-left: 0em !important;
  padding-left: 0rem !important; }

.layout-margin-1 {
  margin: 1em !important;
  margin: 1rem !important; }

.layout-margin-top-1 {
  margin-top: 1em !important;
  margin-top: 1rem !important; }

.layout-margin-right-1 {
  margin-right: 1em !important;
  margin-right: 1rem !important; }

.layout-margin-bottom-1 {
  margin-bottom: 1em !important;
  margin-bottom: 1rem !important; }

.layout-margin-left-1 {
  margin-left: 1em !important;
  margin-left: 1rem !important; }

.layout-padding-1 {
  padding: 1em !important;
  padding: 1rem !important; }

.layout-padding-top-1 {
  padding-top: 1em !important;
  padding-top: 1rem !important; }

.layout-padding-right-1 {
  padding-right: 1em !important;
  padding-right: 1rem !important; }

.layout-padding-bottom-1 {
  padding-bottom: 1em !important;
  padding-bottom: 1rem !important; }

.layout-padding-left-1 {
  padding-left: 1em !important;
  padding-left: 1rem !important; }

.layout-margin-2 {
  margin: 2em !important;
  margin: 2rem !important; }

.layout-margin-top-2 {
  margin-top: 2em !important;
  margin-top: 2rem !important; }

.layout-margin-right-2 {
  margin-right: 2em !important;
  margin-right: 2rem !important; }

.layout-margin-bottom-2 {
  margin-bottom: 2em !important;
  margin-bottom: 2rem !important; }

.layout-margin-left-2 {
  margin-left: 2em !important;
  margin-left: 2rem !important; }

.layout-padding-2 {
  padding: 2em !important;
  padding: 2rem !important; }

.layout-padding-top-2 {
  padding-top: 2em !important;
  padding-top: 2rem !important; }

.layout-padding-right-2 {
  padding-right: 2em !important;
  padding-right: 2rem !important; }

.layout-padding-bottom-2 {
  padding-bottom: 2em !important;
  padding-bottom: 2rem !important; }

.layout-padding-left-2 {
  padding-left: 2em !important;
  padding-left: 2rem !important; }

.layout-margin-3 {
  margin: 3em !important;
  margin: 3rem !important; }

.layout-margin-top-3 {
  margin-top: 3em !important;
  margin-top: 3rem !important; }

.layout-margin-right-3 {
  margin-right: 3em !important;
  margin-right: 3rem !important; }

.layout-margin-bottom-3 {
  margin-bottom: 3em !important;
  margin-bottom: 3rem !important; }

.layout-margin-left-3 {
  margin-left: 3em !important;
  margin-left: 3rem !important; }

.layout-padding-3 {
  padding: 3em !important;
  padding: 3rem !important; }

.layout-padding-top-3 {
  padding-top: 3em !important;
  padding-top: 3rem !important; }

.layout-padding-right-3 {
  padding-right: 3em !important;
  padding-right: 3rem !important; }

.layout-padding-bottom-3 {
  padding-bottom: 3em !important;
  padding-bottom: 3rem !important; }

.layout-padding-left-3 {
  padding-left: 3em !important;
  padding-left: 3rem !important; }

.layout-margin-4 {
  margin: 4em !important;
  margin: 4rem !important; }

.layout-margin-top-4 {
  margin-top: 4em !important;
  margin-top: 4rem !important; }

.layout-margin-right-4 {
  margin-right: 4em !important;
  margin-right: 4rem !important; }

.layout-margin-bottom-4 {
  margin-bottom: 4em !important;
  margin-bottom: 4rem !important; }

.layout-margin-left-4 {
  margin-left: 4em !important;
  margin-left: 4rem !important; }

.layout-padding-4 {
  padding: 4em !important;
  padding: 4rem !important; }

.layout-padding-top-4 {
  padding-top: 4em !important;
  padding-top: 4rem !important; }

.layout-padding-right-4 {
  padding-right: 4em !important;
  padding-right: 4rem !important; }

.layout-padding-bottom-4 {
  padding-bottom: 4em !important;
  padding-bottom: 4rem !important; }

.layout-padding-left-4 {
  padding-left: 4em !important;
  padding-left: 4rem !important; }

.layout-margin-5 {
  margin: 5em !important;
  margin: 5rem !important; }

.layout-margin-top-5 {
  margin-top: 5em !important;
  margin-top: 5rem !important; }

.layout-margin-right-5 {
  margin-right: 5em !important;
  margin-right: 5rem !important; }

.layout-margin-bottom-5 {
  margin-bottom: 5em !important;
  margin-bottom: 5rem !important; }

.layout-margin-left-5 {
  margin-left: 5em !important;
  margin-left: 5rem !important; }

.layout-padding-5 {
  padding: 5em !important;
  padding: 5rem !important; }

.layout-padding-top-5 {
  padding-top: 5em !important;
  padding-top: 5rem !important; }

.layout-padding-right-5 {
  padding-right: 5em !important;
  padding-right: 5rem !important; }

.layout-padding-bottom-5 {
  padding-bottom: 5em !important;
  padding-bottom: 5rem !important; }

.layout-padding-left-5 {
  padding-left: 5em !important;
  padding-left: 5rem !important; }

.layout-margin-6 {
  margin: 6em !important;
  margin: 6rem !important; }

.layout-margin-top-6 {
  margin-top: 6em !important;
  margin-top: 6rem !important; }

.layout-margin-right-6 {
  margin-right: 6em !important;
  margin-right: 6rem !important; }

.layout-margin-bottom-6 {
  margin-bottom: 6em !important;
  margin-bottom: 6rem !important; }

.layout-margin-left-6 {
  margin-left: 6em !important;
  margin-left: 6rem !important; }

.layout-padding-6 {
  padding: 6em !important;
  padding: 6rem !important; }

.layout-padding-top-6 {
  padding-top: 6em !important;
  padding-top: 6rem !important; }

.layout-padding-right-6 {
  padding-right: 6em !important;
  padding-right: 6rem !important; }

.layout-padding-bottom-6 {
  padding-bottom: 6em !important;
  padding-bottom: 6rem !important; }

.layout-padding-left-6 {
  padding-left: 6em !important;
  padding-left: 6rem !important; }

.layout-margin-7 {
  margin: 7em !important;
  margin: 7rem !important; }

.layout-margin-top-7 {
  margin-top: 7em !important;
  margin-top: 7rem !important; }

.layout-margin-right-7 {
  margin-right: 7em !important;
  margin-right: 7rem !important; }

.layout-margin-bottom-7 {
  margin-bottom: 7em !important;
  margin-bottom: 7rem !important; }

.layout-margin-left-7 {
  margin-left: 7em !important;
  margin-left: 7rem !important; }

.layout-padding-7 {
  padding: 7em !important;
  padding: 7rem !important; }

.layout-padding-top-7 {
  padding-top: 7em !important;
  padding-top: 7rem !important; }

.layout-padding-right-7 {
  padding-right: 7em !important;
  padding-right: 7rem !important; }

.layout-padding-bottom-7 {
  padding-bottom: 7em !important;
  padding-bottom: 7rem !important; }

.layout-padding-left-7 {
  padding-left: 7em !important;
  padding-left: 7rem !important; }

.layout-margin-8 {
  margin: 8em !important;
  margin: 8rem !important; }

.layout-margin-top-8 {
  margin-top: 8em !important;
  margin-top: 8rem !important; }

.layout-margin-right-8 {
  margin-right: 8em !important;
  margin-right: 8rem !important; }

.layout-margin-bottom-8 {
  margin-bottom: 8em !important;
  margin-bottom: 8rem !important; }

.layout-margin-left-8 {
  margin-left: 8em !important;
  margin-left: 8rem !important; }

.layout-padding-8 {
  padding: 8em !important;
  padding: 8rem !important; }

.layout-padding-top-8 {
  padding-top: 8em !important;
  padding-top: 8rem !important; }

.layout-padding-right-8 {
  padding-right: 8em !important;
  padding-right: 8rem !important; }

.layout-padding-bottom-8 {
  padding-bottom: 8em !important;
  padding-bottom: 8rem !important; }

.layout-padding-left-8 {
  padding-left: 8em !important;
  padding-left: 8rem !important; }

.layout-margin-9 {
  margin: 9em !important;
  margin: 9rem !important; }

.layout-margin-top-9 {
  margin-top: 9em !important;
  margin-top: 9rem !important; }

.layout-margin-right-9 {
  margin-right: 9em !important;
  margin-right: 9rem !important; }

.layout-margin-bottom-9 {
  margin-bottom: 9em !important;
  margin-bottom: 9rem !important; }

.layout-margin-left-9 {
  margin-left: 9em !important;
  margin-left: 9rem !important; }

.layout-padding-9 {
  padding: 9em !important;
  padding: 9rem !important; }

.layout-padding-top-9 {
  padding-top: 9em !important;
  padding-top: 9rem !important; }

.layout-padding-right-9 {
  padding-right: 9em !important;
  padding-right: 9rem !important; }

.layout-padding-bottom-9 {
  padding-bottom: 9em !important;
  padding-bottom: 9rem !important; }

.layout-padding-left-9 {
  padding-left: 9em !important;
  padding-left: 9rem !important; }

.layout-margin-10 {
  margin: 10em !important;
  margin: 10rem !important; }

.layout-margin-top-10 {
  margin-top: 10em !important;
  margin-top: 10rem !important; }

.layout-margin-right-10 {
  margin-right: 10em !important;
  margin-right: 10rem !important; }

.layout-margin-bottom-10 {
  margin-bottom: 10em !important;
  margin-bottom: 10rem !important; }

.layout-margin-left-10 {
  margin-left: 10em !important;
  margin-left: 10rem !important; }

.layout-padding-10 {
  padding: 10em !important;
  padding: 10rem !important; }

.layout-padding-top-10 {
  padding-top: 10em !important;
  padding-top: 10rem !important; }

.layout-padding-right-10 {
  padding-right: 10em !important;
  padding-right: 10rem !important; }

.layout-padding-bottom-10 {
  padding-bottom: 10em !important;
  padding-bottom: 10rem !important; }

.layout-padding-left-10 {
  padding-left: 10em !important;
  padding-left: 10rem !important; }

.layout-padding-bottom-11 {
  padding-bottom: 11em !important;
  padding-bottom: 11rem !important; }

.layout-padding-top-17 {
  padding-top: 17em !important;
  padding-top: 17rem !important; }

.layout-full-width {
  width: 100%; }

.layout-position-absolute {
  position: absolute; }

.layout-margin-bottom-neg-4 {
  margin-bottom: -4px; }

.layout-margin-bottom-neg-2 {
  margin-bottom: -2px; }

.layout-margin-top-1-5 {
  margin-top: 1.5em !important;
  margin-top: 1.5rem !important; }

.layout-margin-top-neg-110 {
  margin-top: -110px; }

.layout-margin-right-40 {
  margin-right: 40px; }

.layout-margin-left-70 {
  margin-left: 70px; }

.layout-margin-0-auto {
  margin: 0 auto !important; }

.layout-right-neg-100 {
  display: block !important;
  position: relative;
  right: -100px !important; }

.layout-left-neg-50 {
  display: block !important;
  position: relative;
  left: -50px !important; }

.layout-padding-left-32 {
  padding-left: 32px; }

.layout-border-0 {
  border: none; }

.layout-border-left-white-3 {
  border-left: 3px solid #fff; }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-border-0 {
    border: none; } }
@media only screen and (max-width: 767px) {
  .layout-small-border-0 {
    border: none; } }

.layout-border-gray {
  border: 9px solid #ccc; }

.layout-border-bottom-light-gray {
  border-bottom: 9px solid #ccc; }

.layout-border-bottom-blue {
  border-bottom: 9px solid #316295; }

.layout-border-bottom-orange {
  border-bottom: 9px solid #FF8100; }

.layout-border-bottom-light-blue {
  border-bottom: 9px solid #31B3FF; }

.layout-clear-both {
  clear: both; }

.layout-content-box, .layout-content-box:after {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.layout-display-block {
  display: block; }

.layout-border-collapse {
  border-collapse: collapse; }

@media only screen and (max-width: 767px) {
  .layout-tiny-centered {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important; } }

/* LAYOUT SMALL/TINY LOOP */
@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-0 {
    margin: 0em !important;
    margin: 0rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-0 {
    margin: 0em !important;
    margin: 0rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-top-0 {
    margin-top: 0em !important;
    margin-top: 0rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-top-0 {
    margin-top: 0em !important;
    margin-top: 0rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-right-0 {
    margin-right: 0em !important;
    margin-right: 0rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-right-0 {
    margin-right: 0em !important;
    margin-right: 0rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-bottom-0 {
    margin-bottom: 0em !important;
    margin-bottom: 0rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-bottom-0 {
    margin-bottom: 0em !important;
    margin-bottom: 0rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-left-0 {
    margin-left: 0em !important;
    margin-left: 0rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-left-0 {
    margin-left: 0em !important;
    margin-left: 0rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-0 {
    padding: 0em !important;
    padding: 0rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-0 {
    padding: 0em !important;
    padding: 0rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-top-0 {
    padding-top: 0em !important;
    padding-top: 0rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-top-0 {
    padding-top: 0em !important;
    padding-top: 0rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-right-0 {
    padding-right: 0em !important;
    padding-right: 0rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-right-0 {
    padding-right: 0em !important;
    padding-right: 0rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-bottom-0 {
    padding-bottom: 0em !important;
    padding-bottom: 0rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-bottom-0 {
    padding-bottom: 0em !important;
    padding-bottom: 0rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-left-0 {
    padding-left: 0em !important;
    padding-left: 0rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-left-0 {
    padding-left: 0em !important;
    padding-left: 0rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-1 {
    margin: 1em !important;
    margin: 1rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-1 {
    margin: 1em !important;
    margin: 1rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-top-1 {
    margin-top: 1em !important;
    margin-top: 1rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-top-1 {
    margin-top: 1em !important;
    margin-top: 1rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-right-1 {
    margin-right: 1em !important;
    margin-right: 1rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-right-1 {
    margin-right: 1em !important;
    margin-right: 1rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-bottom-1 {
    margin-bottom: 1em !important;
    margin-bottom: 1rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-bottom-1 {
    margin-bottom: 1em !important;
    margin-bottom: 1rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-left-1 {
    margin-left: 1em !important;
    margin-left: 1rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-left-1 {
    margin-left: 1em !important;
    margin-left: 1rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-1 {
    padding: 1em !important;
    padding: 1rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-1 {
    padding: 1em !important;
    padding: 1rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-top-1 {
    padding-top: 1em !important;
    padding-top: 1rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-top-1 {
    padding-top: 1em !important;
    padding-top: 1rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-right-1 {
    padding-right: 1em !important;
    padding-right: 1rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-right-1 {
    padding-right: 1em !important;
    padding-right: 1rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-bottom-1 {
    padding-bottom: 1em !important;
    padding-bottom: 1rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-bottom-1 {
    padding-bottom: 1em !important;
    padding-bottom: 1rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-left-1 {
    padding-left: 1em !important;
    padding-left: 1rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-left-1 {
    padding-left: 1em !important;
    padding-left: 1rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-2 {
    margin: 2em !important;
    margin: 2rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-2 {
    margin: 2em !important;
    margin: 2rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-top-2 {
    margin-top: 2em !important;
    margin-top: 2rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-top-2 {
    margin-top: 2em !important;
    margin-top: 2rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-right-2 {
    margin-right: 2em !important;
    margin-right: 2rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-right-2 {
    margin-right: 2em !important;
    margin-right: 2rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-bottom-2 {
    margin-bottom: 2em !important;
    margin-bottom: 2rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-bottom-2 {
    margin-bottom: 2em !important;
    margin-bottom: 2rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-left-2 {
    margin-left: 2em !important;
    margin-left: 2rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-left-2 {
    margin-left: 2em !important;
    margin-left: 2rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-2 {
    padding: 2em !important;
    padding: 2rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-2 {
    padding: 2em !important;
    padding: 2rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-top-2 {
    padding-top: 2em !important;
    padding-top: 2rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-top-2 {
    padding-top: 2em !important;
    padding-top: 2rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-right-2 {
    padding-right: 2em !important;
    padding-right: 2rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-right-2 {
    padding-right: 2em !important;
    padding-right: 2rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-bottom-2 {
    padding-bottom: 2em !important;
    padding-bottom: 2rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-bottom-2 {
    padding-bottom: 2em !important;
    padding-bottom: 2rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-left-2 {
    padding-left: 2em !important;
    padding-left: 2rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-left-2 {
    padding-left: 2em !important;
    padding-left: 2rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-3 {
    margin: 3em !important;
    margin: 3rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-3 {
    margin: 3em !important;
    margin: 3rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-top-3 {
    margin-top: 3em !important;
    margin-top: 3rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-top-3 {
    margin-top: 3em !important;
    margin-top: 3rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-right-3 {
    margin-right: 3em !important;
    margin-right: 3rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-right-3 {
    margin-right: 3em !important;
    margin-right: 3rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-bottom-3 {
    margin-bottom: 3em !important;
    margin-bottom: 3rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-bottom-3 {
    margin-bottom: 3em !important;
    margin-bottom: 3rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-left-3 {
    margin-left: 3em !important;
    margin-left: 3rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-left-3 {
    margin-left: 3em !important;
    margin-left: 3rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-3 {
    padding: 3em !important;
    padding: 3rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-3 {
    padding: 3em !important;
    padding: 3rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-top-3 {
    padding-top: 3em !important;
    padding-top: 3rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-top-3 {
    padding-top: 3em !important;
    padding-top: 3rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-right-3 {
    padding-right: 3em !important;
    padding-right: 3rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-right-3 {
    padding-right: 3em !important;
    padding-right: 3rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-bottom-3 {
    padding-bottom: 3em !important;
    padding-bottom: 3rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-bottom-3 {
    padding-bottom: 3em !important;
    padding-bottom: 3rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-left-3 {
    padding-left: 3em !important;
    padding-left: 3rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-left-3 {
    padding-left: 3em !important;
    padding-left: 3rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-4 {
    margin: 4em !important;
    margin: 4rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-4 {
    margin: 4em !important;
    margin: 4rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-top-4 {
    margin-top: 4em !important;
    margin-top: 4rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-top-4 {
    margin-top: 4em !important;
    margin-top: 4rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-right-4 {
    margin-right: 4em !important;
    margin-right: 4rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-right-4 {
    margin-right: 4em !important;
    margin-right: 4rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-bottom-4 {
    margin-bottom: 4em !important;
    margin-bottom: 4rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-bottom-4 {
    margin-bottom: 4em !important;
    margin-bottom: 4rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-left-4 {
    margin-left: 4em !important;
    margin-left: 4rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-left-4 {
    margin-left: 4em !important;
    margin-left: 4rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-4 {
    padding: 4em !important;
    padding: 4rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-4 {
    padding: 4em !important;
    padding: 4rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-top-4 {
    padding-top: 4em !important;
    padding-top: 4rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-top-4 {
    padding-top: 4em !important;
    padding-top: 4rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-right-4 {
    padding-right: 4em !important;
    padding-right: 4rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-right-4 {
    padding-right: 4em !important;
    padding-right: 4rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-bottom-4 {
    padding-bottom: 4em !important;
    padding-bottom: 4rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-bottom-4 {
    padding-bottom: 4em !important;
    padding-bottom: 4rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-left-4 {
    padding-left: 4em !important;
    padding-left: 4rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-left-4 {
    padding-left: 4em !important;
    padding-left: 4rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-5 {
    margin: 5em !important;
    margin: 5rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-5 {
    margin: 5em !important;
    margin: 5rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-top-5 {
    margin-top: 5em !important;
    margin-top: 5rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-top-5 {
    margin-top: 5em !important;
    margin-top: 5rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-right-5 {
    margin-right: 5em !important;
    margin-right: 5rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-right-5 {
    margin-right: 5em !important;
    margin-right: 5rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-bottom-5 {
    margin-bottom: 5em !important;
    margin-bottom: 5rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-bottom-5 {
    margin-bottom: 5em !important;
    margin-bottom: 5rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-left-5 {
    margin-left: 5em !important;
    margin-left: 5rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-left-5 {
    margin-left: 5em !important;
    margin-left: 5rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-5 {
    padding: 5em !important;
    padding: 5rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-5 {
    padding: 5em !important;
    padding: 5rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-top-5 {
    padding-top: 5em !important;
    padding-top: 5rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-top-5 {
    padding-top: 5em !important;
    padding-top: 5rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-right-5 {
    padding-right: 5em !important;
    padding-right: 5rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-right-5 {
    padding-right: 5em !important;
    padding-right: 5rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-bottom-5 {
    padding-bottom: 5em !important;
    padding-bottom: 5rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-bottom-5 {
    padding-bottom: 5em !important;
    padding-bottom: 5rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-left-5 {
    padding-left: 5em !important;
    padding-left: 5rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-left-5 {
    padding-left: 5em !important;
    padding-left: 5rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-6 {
    margin: 6em !important;
    margin: 6rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-6 {
    margin: 6em !important;
    margin: 6rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-top-6 {
    margin-top: 6em !important;
    margin-top: 6rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-top-6 {
    margin-top: 6em !important;
    margin-top: 6rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-right-6 {
    margin-right: 6em !important;
    margin-right: 6rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-right-6 {
    margin-right: 6em !important;
    margin-right: 6rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-bottom-6 {
    margin-bottom: 6em !important;
    margin-bottom: 6rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-bottom-6 {
    margin-bottom: 6em !important;
    margin-bottom: 6rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-left-6 {
    margin-left: 6em !important;
    margin-left: 6rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-left-6 {
    margin-left: 6em !important;
    margin-left: 6rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-6 {
    padding: 6em !important;
    padding: 6rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-6 {
    padding: 6em !important;
    padding: 6rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-top-6 {
    padding-top: 6em !important;
    padding-top: 6rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-top-6 {
    padding-top: 6em !important;
    padding-top: 6rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-right-6 {
    padding-right: 6em !important;
    padding-right: 6rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-right-6 {
    padding-right: 6em !important;
    padding-right: 6rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-bottom-6 {
    padding-bottom: 6em !important;
    padding-bottom: 6rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-bottom-6 {
    padding-bottom: 6em !important;
    padding-bottom: 6rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-left-6 {
    padding-left: 6em !important;
    padding-left: 6rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-left-6 {
    padding-left: 6em !important;
    padding-left: 6rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-7 {
    margin: 7em !important;
    margin: 7rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-7 {
    margin: 7em !important;
    margin: 7rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-top-7 {
    margin-top: 7em !important;
    margin-top: 7rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-top-7 {
    margin-top: 7em !important;
    margin-top: 7rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-right-7 {
    margin-right: 7em !important;
    margin-right: 7rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-right-7 {
    margin-right: 7em !important;
    margin-right: 7rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-bottom-7 {
    margin-bottom: 7em !important;
    margin-bottom: 7rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-bottom-7 {
    margin-bottom: 7em !important;
    margin-bottom: 7rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-left-7 {
    margin-left: 7em !important;
    margin-left: 7rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-left-7 {
    margin-left: 7em !important;
    margin-left: 7rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-7 {
    padding: 7em !important;
    padding: 7rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-7 {
    padding: 7em !important;
    padding: 7rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-top-7 {
    padding-top: 7em !important;
    padding-top: 7rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-top-7 {
    padding-top: 7em !important;
    padding-top: 7rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-right-7 {
    padding-right: 7em !important;
    padding-right: 7rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-right-7 {
    padding-right: 7em !important;
    padding-right: 7rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-bottom-7 {
    padding-bottom: 7em !important;
    padding-bottom: 7rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-bottom-7 {
    padding-bottom: 7em !important;
    padding-bottom: 7rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-left-7 {
    padding-left: 7em !important;
    padding-left: 7rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-left-7 {
    padding-left: 7em !important;
    padding-left: 7rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-8 {
    margin: 8em !important;
    margin: 8rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-8 {
    margin: 8em !important;
    margin: 8rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-top-8 {
    margin-top: 8em !important;
    margin-top: 8rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-top-8 {
    margin-top: 8em !important;
    margin-top: 8rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-right-8 {
    margin-right: 8em !important;
    margin-right: 8rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-right-8 {
    margin-right: 8em !important;
    margin-right: 8rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-bottom-8 {
    margin-bottom: 8em !important;
    margin-bottom: 8rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-bottom-8 {
    margin-bottom: 8em !important;
    margin-bottom: 8rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-left-8 {
    margin-left: 8em !important;
    margin-left: 8rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-left-8 {
    margin-left: 8em !important;
    margin-left: 8rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-8 {
    padding: 8em !important;
    padding: 8rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-8 {
    padding: 8em !important;
    padding: 8rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-top-8 {
    padding-top: 8em !important;
    padding-top: 8rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-top-8 {
    padding-top: 8em !important;
    padding-top: 8rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-right-8 {
    padding-right: 8em !important;
    padding-right: 8rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-right-8 {
    padding-right: 8em !important;
    padding-right: 8rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-bottom-8 {
    padding-bottom: 8em !important;
    padding-bottom: 8rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-bottom-8 {
    padding-bottom: 8em !important;
    padding-bottom: 8rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-left-8 {
    padding-left: 8em !important;
    padding-left: 8rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-left-8 {
    padding-left: 8em !important;
    padding-left: 8rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-9 {
    margin: 9em !important;
    margin: 9rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-9 {
    margin: 9em !important;
    margin: 9rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-top-9 {
    margin-top: 9em !important;
    margin-top: 9rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-top-9 {
    margin-top: 9em !important;
    margin-top: 9rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-right-9 {
    margin-right: 9em !important;
    margin-right: 9rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-right-9 {
    margin-right: 9em !important;
    margin-right: 9rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-bottom-9 {
    margin-bottom: 9em !important;
    margin-bottom: 9rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-bottom-9 {
    margin-bottom: 9em !important;
    margin-bottom: 9rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-left-9 {
    margin-left: 9em !important;
    margin-left: 9rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-left-9 {
    margin-left: 9em !important;
    margin-left: 9rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-9 {
    padding: 9em !important;
    padding: 9rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-9 {
    padding: 9em !important;
    padding: 9rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-top-9 {
    padding-top: 9em !important;
    padding-top: 9rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-top-9 {
    padding-top: 9em !important;
    padding-top: 9rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-right-9 {
    padding-right: 9em !important;
    padding-right: 9rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-right-9 {
    padding-right: 9em !important;
    padding-right: 9rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-bottom-9 {
    padding-bottom: 9em !important;
    padding-bottom: 9rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-bottom-9 {
    padding-bottom: 9em !important;
    padding-bottom: 9rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-left-9 {
    padding-left: 9em !important;
    padding-left: 9rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-left-9 {
    padding-left: 9em !important;
    padding-left: 9rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-10 {
    margin: 10em !important;
    margin: 10rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-10 {
    margin: 10em !important;
    margin: 10rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-top-10 {
    margin-top: 10em !important;
    margin-top: 10rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-top-10 {
    margin-top: 10em !important;
    margin-top: 10rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-right-10 {
    margin-right: 10em !important;
    margin-right: 10rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-right-10 {
    margin-right: 10em !important;
    margin-right: 10rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-bottom-10 {
    margin-bottom: 10em !important;
    margin-bottom: 10rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-bottom-10 {
    margin-bottom: 10em !important;
    margin-bottom: 10rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-margin-left-10 {
    margin-left: 10em !important;
    margin-left: 10rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-margin-left-10 {
    margin-left: 10em !important;
    margin-left: 10rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-10 {
    padding: 10em !important;
    padding: 10rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-10 {
    padding: 10em !important;
    padding: 10rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-top-10 {
    padding-top: 10em !important;
    padding-top: 10rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-top-10 {
    padding-top: 10em !important;
    padding-top: 10rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-right-10 {
    padding-right: 10em !important;
    padding-right: 10rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-right-10 {
    padding-right: 10em !important;
    padding-right: 10rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-bottom-10 {
    padding-bottom: 10em !important;
    padding-bottom: 10rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-bottom-10 {
    padding-bottom: 10em !important;
    padding-bottom: 10rem !important; } }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .layout-small-padding-left-10 {
    padding-left: 10em !important;
    padding-left: 10rem !important; } }
@media only screen and (max-width: 767px) {
  .layout-small-padding-left-10 {
    padding-left: 10em !important;
    padding-left: 10rem !important; } }

.layout-anchor-bottom {
  position: fixed;
  bottom: 0px; }

/* Type */
.theme-heavy-50 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    .theme-heavy-50 {
      font-size: 1.77778em;
      line-height: 1.2; } }
  @media only screen and (max-width: 767px) {
    .theme-heavy-50 {
      font-size: 1.77778em;
      line-height: 1.2; } }

.theme-font-large {
  font-size: 1.77778em;
  font-size: 1.77778em;
  line-height: 1.2; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    .theme-font-large {
      font-size: 1.33333em; } }
  @media only screen and (max-width: 767px) {
    .theme-font-large {
      font-size: 1.33333em; } }

.theme-text-white {
  color: #fff; }

.theme-text-orange {
  color: #ff8100; }

.theme-text-button-blue {
  color: #31b3ff; }

.theme-text-align-center {
  text-align: center; }

@media only screen and (min-width: 767px) and (max-width: 958px) {
  .theme-small-text-align-center {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .theme-small-text-align-center {
    text-align: center; } }

.theme-text-align-right {
  text-align: right; }

.theme-text-columns-two {
  text-align: left;
  -moz-column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2em;
  column-count: 2;
  column-gap: 2em; }
  @media only screen and (max-width: 767px) {
    .theme-text-columns-two {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }

.theme-font-normal {
  font-weight: normal; }

/* Buttons */
.button.white {
  background-color: transparent;
  border: 2px solid #fff;
  text-decoration: none; }

.button.white:hover {
  background-color: #fff;
  color: #31b3ff; }

a.theme-white-button {
  opacity: .8;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  padding-top: 2px; }
  a.theme-white-button:link, a.theme-white-button:visited {
    text-decoration: none;
    color: white; }
  a.theme-white-button:hover, a.theme-white-button:active {
    text-decoration: none;
    color: white;
    opacity: 1; }

/* Opacity */
.theme-opacity-10 {
  opacity: 0.1; }

.theme-opacity-20 {
  opacity: 0.2; }

.theme-opacity-30 {
  opacity: 0.3; }

.theme-opacity-40 {
  opacity: 0.4; }

.theme-opacity-50 {
  opacity: 0.5; }

.theme-opacity-60 {
  opacity: 0.6; }

.theme-opacity-70 {
  opacity: 0.7; }

.theme-opacity-80 {
  opacity: 0.8; }

.theme-opacity-90 {
  opacity: 0.9; }

.theme-shadow {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5); }

/* Background */
.theme-background-transparent {
  background-color: transparent; }

.theme-bkg-trans-orange {
  background: url(../img/bkg/dot-trans-orange-80.png) repeat; }

.theme-bkg-blue-wash {
  background-color: rgba(51, 102, 153, 0.2); }

.theme-bkg-med-blue {
  background-color: #3a7bb5; }

.theme-bkg-gray-dots {
  background: url(../img/bkg/dotted-bkg.gif) repeat;
  background-size: auto; }

.theme-bkg-gray {
  background-color: #555; }

.theme-bkg-light-gray {
  background-color: #e6e6e6; }

.theme-bkg-gray-small-band {
  background-image: url(../img/bkg/dotted-gray-small-band.gif);
  background-position: top;
  background-repeat: repeat-x; }

.theme-tertiary-page-header h1 {
  width: 450px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-left: 130px;
  background-repeat: no-repeat;
  background-size: 100px 100px; }
  .theme-tertiary-page-header h1.ar-student-app {
    background-image: url("../img/prod/icon-ar-student-app.png"); }

/* Marquee */
.module-marquee-text h1 {
  font-size: 60px;
  text-align: center;
  color: #fff;
  line-height: 72px; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    .module-marquee-text h1 {
      font-size: 40px;
      line-height: 50px; } }
  @media only screen and (max-width: 767px) {
    .module-marquee-text h1 {
      font-size: 28px;
      line-height: 32px; } }

.module-quiz-counter h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2em;
  line-height: 2; }
.module-quiz-counter p {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 6em;
  line-height: 1; }

/* Videos */
.module-video {
  position: relative;
  overflow: hidden;
  /* background images here */
  /* background images here */
  /* must come after image is set for Chrome */ }
  .module-video object {
    display: block !important; }
  .module-video .close-button {
    position: absolute;
    max-width: 1000px;
    top: 10px;
    right: 10px;
    z-index: 3;
    display: none;
    font-size: 2em; }
  .module-video.prod {
    background-image: url(../img/bkg/prod-book-2.jpg);
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg/prod-book-2.jpg', sizingMethod='scale')"; }
  .module-video.learn {
    background-image: url(../img/bkg/learn-video-cta.jpg);
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bkg/learn-video-cta.jpg', sizingMethod='scale')"; }
  .module-video {
    background-repeat: no-repeat !important;
    background-size: cover; }
  .module-video .vid-container {
    width: 100%;
    float: right;
    margin-left: -397px !important; }
  .module-video .play-vid {
    float: left;
    width: 397px;
    height: 323px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3); }
    .module-video .play-vid + div {
      height: 323px; }
    .module-video .play-vid .btn {
      font-size: 1.5em;
      color: #fff;
      line-height: 1.2em;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      background: transparent url("../img/ui/video_play_icon.png") top center no-repeat;
      -moz-opacity: 0.8;
      -webkit-opacity: 0.8;
      -o-opacity: 0.8;
      -ms-opacity: 0.8;
      opacity: 0.8;
      background-size: 117px 117px;
      margin: 0 auto;
      padding-top: 120px; }
    .module-video .play-vid .video {
      width: 100%;
      height: 500px;
      position: absolute;
      left: -9999px;
      top: 0; }
      .module-video .play-vid .video div {
        margin: 0 auto; }
  .module-video.open .play-vid {
    -webkit-transition: "background" 0.2s ease-out;
    -moz-transition: "background" 0.2s ease-out;
    transition: "background" 0.2s ease-out;
    background: rgba(0, 0, 0, 0.8); }
  .module-video.open .video {
    left: auto; }
  .module-video.open .right-vid .inner-right {
    display: none !important; }
  .module-video.open .close-button {
    display: block; }
  .module-video .right-vid.valign {
    text-align: center;
    height: 323px;
    margin-left: 397px; }
    .module-video .right-vid.valign .inner-right {
      margin-top: -230px;
      vertical-align: top;
      display: inline-block; }
  .module-video:hover .btn {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    .module-video .play-vid {
      width: 100%; }
    .module-video .right-vid.valign {
      margin-left: 0;
      height: auto;
      float: none !important;
      clear: both; }
      .module-video .right-vid.valign .inner-right {
        display: block;
        margin-top: -10px;
        height: auto;
        padding-bottom: 20px; } }

html.video {
  height: 100%; }
  html.video body.video {
    height: 100%;
    background: black; }

html.ie .right-vid .inner-right {
  position: absolute;
  width: 100%;
  display: block !important;
  margin-left: -397px;
  padding-left: 397px; }
  @media only screen and (max-width: 767px) {
    html.ie .right-vid .inner-right {
      border: static;
      position: static;
      margin-left: 0;
      padding-left: 0; } }

html.lt-ie9 .module-video .play-vid {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000); }
  html.lt-ie9 .module-video .play-vid .btn {
    background: transparent url("../img/ui/video_play_icon_ie8.png") top center no-repeat; }
html.lt-ie9 .module-video.open .play-vid {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); }

.video-caption {
  background-color: transparent;
  color: #fff; }
  .video-caption p {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px; }

/* Icon Nav */
a.module-icon-nav:link, a.module-icon-nav:visited {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  display: block;
  padding-top: 123px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px; }
a.module-icon-nav:hover, a.module-icon-nav:active {
  background-position: center -123px !important; }
a.module-icon-nav div {
  background: #fff !important; }
a.module-icon-nav.module-icon-readiness {
  background-image: url(../img/prod/icon-readiness.gif) !important; }
a.module-icon-nav.module-icon-upgrade {
  background-image: url(../img/prod/icon-upgrade.gif) !important; }
a.module-icon-nav.module-icon-core {
  background-image: url(../img/prod/icon-core.gif) !important; }
a.module-icon-nav.module-icon-standards {
  background-image: url(../img/prod/icon-standards.gif) !important; }
a.module-icon-nav.module-icon-reviews {
  background-image: url(../img/prod/icon-reviews.gif) !important; }
a.module-icon-nav.module-icon-success {
  background-image: url(../img/prod/icon-success.gif) !important; }
a.module-icon-nav.module-icon-parent {
  background-image: url(../img/prod/icon-parent.gif) !important; }

a.module-nav-icon {
  display: inline-block;
  width: 120px;
  margin-bottom: 2em;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  font-size: 15px; }
  a.module-nav-icon:link, a.module-nav-icon:visited {
    color: #31b3ff; }
  a.module-nav-icon:hover, a.module-nav-icon:active {
    text-decoration: none; }
    a.module-nav-icon:hover span, a.module-nav-icon:active span {
      background-color: #31b3ff;
      color: #fff; }
  a.module-nav-icon span {
    font-size: 4em;
    line-height: 120px;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e6e6e6; }
  @media only screen and (max-width: 767px) {
    a.module-nav-icon {
      margin-bottom: 0; } }

/* Nav Bar */
.nav-bar {
  width: 100%;
  min-height: 100px;
  z-index: 1000;
  /* Utility Nav */
  /* Primary Nav */
  /* Search Box */
  /* Nav Small */ }
  @media only screen and (max-width: 767px) {
    .nav-bar {
      min-height: 60px; } }
  .nav-bar h1 a {
    position: absolute;
    top: 24px;
    left: 0;
    display: block;
    width: 342px;
    height: 47px;
    background: transparent url("../img/ui/renaissance-learning-logo-white.png") 0 0 no-repeat; }
    @media (min--moz-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
      .nav-bar h1 a {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../img/ui/renaissance-learning-logo-white@2x.png");
        background-size: 342px 47px !important; } }
  .nav-bar.overlap {
    position: absolute;
    top: 0;
    left: 0; }
  .nav-bar.theme-blue {
    background: #326295; }
    .nav-bar.theme-blue .primary-nav li a:hover, .nav-bar.theme-blue .primary-nav li a:active {
      background: none; }
  @media only screen and (min-width: 959px) and (max-width: 1138px) {
    .nav-bar {
      padding: 0 .5rem; } }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    .nav-bar {
      padding: 0 .5rem; } }
  @media only screen and (max-width: 767px) {
    .nav-bar {
      padding: 0 .5rem; }
      .nav-bar h1 a {
        top: 8px;
        left: 0;
        width: 250px;
        height: 34px;
        margin-top: 0;
        background-image: url("../img/ui/renaissance-learning-logo-white-250.png"); } }
      @media only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
        .nav-bar h1 a {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../img/ui/renaissance-learning-logo-white-500.png");
          background-size: 250px 34px !important; } }
  .nav-bar .utility-nav {
    float: right;
    margin-bottom: 0;
    margin-top: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    text-align: center; }
    .nav-bar .utility-nav li {
      display: inline-block; }
      .nav-bar .utility-nav li a {
        position: relative;
        float: left;
        display: block;
        padding: 0px 12px; }
        .nav-bar .utility-nav li a:link, .nav-bar .utility-nav li a:visited {
          text-decoration: none;
          color: #fff; }
        .nav-bar .utility-nav li a:hover, .nav-bar .utility-nav li a:active {
          color: #31b3ff;
          background: white;
          background: rgba(255, 255, 255, 0.7); }
      @media only screen and (min-width: 959px) and (max-width: 1138px) {
        .nav-bar .utility-nav li a {
          padding: 0px 8px; } }
      @media only screen and (max-width: 767px) {
        .nav-bar .utility-nav li a {
          padding-left: 10px; } }
  .nav-bar .primary-nav {
    float: right;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0 !important;
    margin-top: 0; }
    .nav-bar .primary-nav li {
      display: inline; }
      .nav-bar .primary-nav li a {
        position: relative;
        float: left;
        display: block;
        margin-right: 0;
        padding: 9px 16px;
        text-align: center; }
        .nav-bar .primary-nav li a.menu-trigger {
          margin-right: 0px;
          padding-right: 16px; }
          .nav-bar .primary-nav li a.menu-trigger span {
            position: relative;
            top: 6px;
            padding-left: 12px;
            line-height: 18px;
            font-size: 25px; }
        .nav-bar .primary-nav li a:link, .nav-bar .primary-nav li a:visited {
          text-decoration: none;
          color: #fff; }
        .nav-bar .primary-nav li a:hover, .nav-bar .primary-nav li a:active {
          color: #31b3ff;
          background: white;
          background: rgba(255, 255, 255, 0.7);
          text-decoration: none; }
  .nav-bar .searchbox {
    float: right;
    margin-left: 22px;
    margin-right: 16px;
    padding-top: 14px;
    margin-bottom: 0; }
    .nav-bar .searchbox input {
      margin-bottom: 0; }
      .nav-bar .searchbox input[type="text"] {
        -webkit-appearance: none;
        background-color: rgba(255, 255, 255, 0.8) !important;
        color: #555 !important;
        font-family: 'Source Sans Pro', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        height: 22px !important;
        line-height: 1.2 !important;
        padding: 0;
        padding-left: 2px;
        width: 140px;
        text-transform: capitalize;
        float: left; }
    .nav-bar .searchbox a.search-btn {
      width: 20px;
      height: 22px;
      background: rgba(255, 255, 255, 0.8) url(../img/ui/search-icon-dark.png) no-repeat center !important;
      float: left;
      border: none;
      text-indent: -9999px; }
    @media only screen and (min-width: 767px) and (max-width: 958px) {
      .nav-bar .searchbox {
        margin-left: 8px; }
        .nav-bar .searchbox input[type="search"] {
          width: 80px; } }
  .nav-bar .nav-small {
    position: absolute !important;
    right: 1rem;
    top: 10px; }
    .nav-bar .nav-small.menu-trigger {
      position: absolute;
      top: 14px;
      right: 8px;
      color: white;
      font-size: 1.8em; }
      .nav-bar .nav-small.menu-trigger:link, .nav-bar .nav-small.menu-trigger:visited, .nav-bar .nav-small.menu-trigger:hover, .nav-bar .nav-small.menu-trigger:active {
        color: white;
        text-decoration: none; }
    .nav-bar .nav-small ul {
      list-style: none !important; }
      .nav-bar .nav-small ul a:link, .nav-bar .nav-small ul a:visited {
        color: #fff; }
      .nav-bar .nav-small ul ul {
        font-size: 11px;
        line-height: 21px;
        text-transform: uppercase;
        /* background: url(../img/bkg/dot-trans-white-80.png) repeat !important; */ }
        .nav-bar .nav-small ul ul a:link, .nav-bar .nav-small ul ul a:visited {
          color: #000; }

@media only screen and (min-width: 1139px) {
  .module-product-grid .vmatch > div {
    min-height: 450px; }
    .module-product-grid .vmatch > div h4 {
      min-height: 72px; } }
@media only screen and (min-width: 959px) and (max-width: 1138px) {
  .module-product-grid .vmatch > div {
    min-height: 450px; }
    .module-product-grid .vmatch > div h4 {
      min-height: 72px; } }
@media only screen and (min-width: 767px) and (max-width: 958px) {
  .module-product-grid .vmatch > div {
    min-height: 450px; } }

/* News */
#news-bar {
  background-color: #555555;
  height: 24px;
  text-align: center;
  bottom: 0;
  width: 100%;
  z-index: 100; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    #news-bar {
      display: none; } }
  @media only screen and (max-width: 767px) {
    #news-bar {
      display: none; } }

.news-container {
  color: #555555; }
  .news-container span[class*="icon-"] {
    position: absolute;
    width: 60px;
    height: 60px;
    padding-top: 5px;
    margin-right: 20px;
    font-size: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #555555;
    color: white; }
  .news-container .headline {
    display: inline-block;
    padding-left: 15px;
    padding-right: 24px;
    margin-left: 75px;
    margin-bottom: 2em;
    min-height: 60px;
    border-left: 1px solid #cccccc;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1em;
    color: #555555; }
    .news-container .headline:hover {
      color: #31b3ff; }

.show-news span, .hide-news span {
  cursor: pointer;
  line-height: 35px;
  width: 35px;
  height: 33px;
  border-radius: 50% 50% 0% 0%;
  display: inline-block;
  position: absolute; }

.show-news span {
  margin-top: -10px;
  margin-left: -17px;
  background: #555555 url(../img/ui/news-open-white.png) no-repeat center; }

.hide-news span {
  margin-top: -57px;
  margin-left: -17px;
  background: #555555 url(../img/ui/news-close-white.png) no-repeat center; }

.news-opened {
  display: none; }

/* Footer */
#gray-divider-bar {
  background-color: #555555;
  height: 12px;
  bottom: 0;
  width: 100%;
  z-index: 100;
  clear: left; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    #gray-divider-bar {
      display: none; } }
  @media only screen and (max-width: 767px) {
    #gray-divider-bar {
      height: 0;
      clear: both; } }

#prefooter .row {
  max-width: 75em; }

#footer {
  background-color: #326295 !important; }
  #footer .row {
    max-width: 75em; }
  #footer p {
    margin-bottom: 0; }
  #footer a:link, #footer a:visited {
    text-decoration: none;
    color: #fff; }
  #footer a:hover, #footer a:active {
    text-decoration: underline; }

/* Learnalytics */
.module-learnalytics .learnalytics-text {
  float: left;
  width: 60%;
  height: 70px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.3em; }
  .module-learnalytics .learnalytics-text #learnalytics-stats {
    margin-left: 2em;
    display: inline-block; }
    @media only screen and (min-width: 959px) and (max-width: 1138px) {
      .module-learnalytics .learnalytics-text #learnalytics-stats {
        margin-left: 1em; } }
    @media only screen and (min-width: 767px) and (max-width: 958px) {
      .module-learnalytics .learnalytics-text #learnalytics-stats {
        margin-left: 0; } }
    @media only screen and (max-width: 767px) {
      .module-learnalytics .learnalytics-text #learnalytics-stats {
        margin-left: 0; } }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    .module-learnalytics .learnalytics-text {
      float: left;
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .module-learnalytics .learnalytics-text {
      float: left;
      width: 100%;
      text-align: center; } }
.module-learnalytics .learnalytics-label {
  float: left;
  width: 40%;
  height: 70px;
  font-size: 1.3em; }
  .module-learnalytics .learnalytics-label a {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300; }
    .module-learnalytics .learnalytics-label a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    .module-learnalytics .learnalytics-label {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .module-learnalytics .learnalytics-label {
      width: 100%; } }

/* state detect admin rows */
.visibility-option-row {
  padding: 5px 0;
  margin: 4px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* standards-compliant: (IE) */ }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  * p {
    word-break: hyphenate; }
  * ol > li {
    padding-bottom: 1.5em; }

::selection {
  background: transparent; }

::-moz-selection {
  background: transparent; }

p::selection, a::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {
  background: #ff8100;
  color: white; }

p::-moz-selection, a::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection {
  background: #ff8100;
  color: white; }

.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

.valign:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

html.home, body.home {
  height: 100%;
  width: 100%;
  overflow-x: hidden; }

body {
  color: #606161; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2 !important; }
    body h1 span, body h2 span, body h3 span, body h4 span, body h5 span, body h6 span {
      display: inline; }
    body h1 sup, body h2 sup, body h3 sup, body h4 sup, body h5 sup, body h6 sup {
      font-family: 'Source Sans Pro', sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: .6em; }
  body p {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5; }
  body a {
    color: #31b3ff; }
    body a:hover {
      text-decoration: underline;
      color: #0090e4; }
    body a:live, body a:visited, body a:active {
      color: #31b3ff; }
  body ul.style-bulletless {
    list-style-type: none; }
    body ul.style-bulletless li.icon-bullet {
      position: relative;
      padding-left: 3em; }
      body ul.style-bulletless li.icon-bullet span {
        position: absolute;
        left: -.2em;
        top: .2em;
        font-size: 3em; }
  body .style-text-light {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300; }
  body .style-text-medium-light {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400; }
  body .style-text-normal {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300; }
  body .style-text-medium {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600; }
  body .style-text-xlarge {
    font-size: 57.6px;
    font-size: 3.6rem; }
  body .style-text-large {
    font-size: 41.6px;
    font-size: 2.6rem; }
  body .style-text-small {
    font-size: 14.4px;
    font-size: 0.9rem; }
  body .style-text-xsmall {
    font-size: 12.8px;
    font-size: 0.8rem; }
  body .style-white {
    color: white; }
  body .style-orange {
    color: #ff8100; }
  body .style-light-blue {
    color: #31b3ff; }
  body .style-blue {
    color: #326295; }
  body .style-dark-grey {
    color: #555555; }
  body .style-light-grey {
    color: #cccccc; }
  body .style-grey {
    color: #606161; }
  body .style-bg-orange {
    background: #ff8100; }
  body .style-bg-light-orange {
    background: #f59a34; }
  body .style-bg-light-blue {
    background: #31b3ff; }
  body .style-bg-blue {
    background: #326295; }
  body .style-bg-dark-grey {
    background: #555555; }
  body .style-bg-light-grey {
    background: #cccccc; }
  body .style-bg-grey {
    background: #606161; }
  body .style-bg-white-dotted-blue {
    background: white url(../img/bkg/dotted-bkg-blue.png); }
  body section.module-marquee {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center; }
  body section.contentless {
    min-height: 400px; }
    @media only screen and (max-width: 767px) {
      body section.contentless {
        min-height: 200px; } }
  body section.contentless-big {
    min-height: 600px; }
    @media only screen and (max-width: 767px) {
      body section.contentless-big {
        min-height: 300px; } }
  body ul.breadcrumbs {
    margin: 0 0 40px 0;
    padding: 5px 0; }
    @media only screen and (max-width: 767px) {
      body ul.breadcrumbs {
        margin-bottom: 5px; } }
  body blockquote {
    border: 2px solid #ff8100;
    background: white;
    padding: 32px;
    padding: 2rem; }
  body .row.display {
    background: #eee;
    margin-bottom: 10px; }
    body .row.display .columns {
      background: #e7e7e7;
      border: 1px solid #ddd;
      text-indent: 3px;
      padding-top: 8px;
      color: #444;
      padding-bottom: 8px; }

@media only screen and (max-width: 767px) {
  .rl-logo {
    width: 250px; } }
@media only screen and (min-width: 767px) and (max-width: 958px) {
  .rl-logo {
    width: inherit; } }

@media only screen and (max-width: 767px) {
  .hero-numbers {
    font-size: 37px; } }

.workMenu {
  padding: 50px 20px 20px;
  overflow-y: scroll !important;
  font-size: 20px;
  line-height: 25px;
  text-indent: 0px;
  background-color: #fff; }
  .workMenu a.close-button {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 20px;
    height: 20px;
    background: #555555 url(../img/ui/close-white.png) center no-repeat; }
    .workMenu a.close-button:link, .workMenu a.close-button:visited {
      background-color: #555555; }
    .workMenu a.close-button:hover, .workMenu a.close-button:active {
      background-color: #326295; }
  .workMenu a {
    color: #555555 !important; }
    .workMenu a:link, .workMenu a:visited {
      color: #000; }
    .workMenu a:hover {
      text-decoration: none;
      color: #31b3ff !important; }
    .workMenu a:live, .workMenu a:active {
      color: #31b3ff; }
  .workMenu ul {
    list-style: none; }
    .workMenu ul li {
      margin-bottom: 30px; }
      @media only screen and (min-width: 767px) and (max-width: 958px) {
        .workMenu ul li {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        .workMenu ul li {
          margin-bottom: 15px; } }
    .workMenu ul ul {
      font-size: 16px;
      line-height: 21px; }
      .workMenu ul ul li {
        margin-bottom: 0; }
    @media only screen and (min-width: 1139px) {
      .workMenu ul {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 959px) and (max-width: 1138px) {
      .workMenu ul {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 767px) and (max-width: 958px) {
      .workMenu ul {
        margin-right: 35px; } }
    @media only screen and (max-width: 767px) {
      .workMenu ul {
        margin-right: 35px; } }
  .workMenu span[class*='icon'] {
    margin-right: 12px; }
  @media only screen and (min-width: 1139px) {
    .workMenu {
      margin-left: 15px; } }
  @media only screen and (min-width: 959px) and (max-width: 1138px) {
    .workMenu {
      margin-right: -15px; } }

.jPanelMenu-panel {
  height: 100%; }

/* RMG edit -- change from using .page-wrap to form for home page sticky footer, attach background image to div */
.page-wrap, body.home form {
  min-height: 100%;
  height: 100%; }

/*
#sticky-footer {
	position: relative;
}
*/
#home-carousel .item .fill {
  background-size: cover;
  background-position: center top;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    #home-carousel .item .fill {
      height: 1200px; } }
#home-carousel .btn-banner-control-back, #home-carousel .btn-banner-control-next {
  position: absolute;
  top: 30%;
  z-index: 100;
  display: inline-block;
  width: 49px;
  height: 75px;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  background: url(/Portals/0/img/ui/home-banner-control-arrows.png) 0 0 no-repeat;
  opacity: 0.5; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    #home-carousel .btn-banner-control-back, #home-carousel .btn-banner-control-next {
      top: 25%; } }
  @media only screen and (max-width: 767px) {
    #home-carousel .btn-banner-control-back, #home-carousel .btn-banner-control-next {
      display: none; } }
#home-carousel .btn-banner-control-back {
  left: 50px; }
#home-carousel .btn-banner-control-next {
  right: 50px;
  background-position: -50px 0; }
#home-carousel a.btn-banner-control-back:hover, #home-carousel a.btn-banner-control-next:hover {
  opacity: 1.0; }
#home-carousel .carousel, #home-carousel .carousel-inner {
  height: 624px; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    #home-carousel .carousel, #home-carousel .carousel-inner {
      height: 678px; } }
  @media only screen and (max-width: 767px) {
    #home-carousel .carousel, #home-carousel .carousel-inner {
      height: 1128px; } }
#home-carousel .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }
#home-carousel .carousel-inner > .item > img,
#home-carousel .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }
#home-carousel .carousel-inner > .active,
#home-carousel .carousel-inner > .next,
#home-carousel .carousel-inner > .prev {
  display: block; }
#home-carousel .carousel-inner > .active {
  z-index: 0;
  left: 0; }
#home-carousel .carousel-inner > .next,
#home-carousel .carousel-inner > .prev {
  z-index: -9999;
  position: absolute;
  top: 0;
  width: 100%; }
#home-carousel .carousel-inner > .next {
  left: 100%; }
#home-carousel .carousel-inner > .prev {
  left: -100%; }
#home-carousel .carousel-inner > .next.left,
#home-carousel .carousel-inner > .prev.right {
  left: 0; }
#home-carousel .carousel-inner > .active.left {
  left: -100%; }
#home-carousel .carousel-inner > .active.right {
  left: 100%; }
#home-carousel .carousel-indicators {
  position: absolute;
  top: 380px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    #home-carousel .carousel-indicators {
      top: 370px; } }
  @media only screen and (max-width: 767px) {
    #home-carousel .carousel-indicators {
      top: 370px; } }
  #home-carousel .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    border-radius: 12px;
    cursor: pointer;
    padding-bottom: 0;
    background: url(/portals/0/img/ui/circle-indicator.png); }
  #home-carousel .carousel-indicators .active {
    margin: 0;
    width: 14px;
    height: 14px;
    background: url(/portals/0/img/ui/circle-indicator-active.png); }

.home-placeholder {
  width: 100%;
  position: absolute;
  top: 450px;
  z-index: 0; }
  .home-placeholder :after {
    content: "";
    display: block; }

/*
.home-tout-buttons {
    position: relative;
    top: -540px;
}
*/
#button-bar {
  text-align: center; }

#video-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%; }
  #video-overlay #video-container {
    position: relative;
    margin: 4% auto;
    width: 76%; }
    #video-overlay #video-container iframe {
      background: #000;
      border: 8px solid rgba(230, 230, 230, 0.75); }
    #video-overlay #video-container .close-button {
      position: absolute;
      top: -46px;
      right: -5px;
      z-index: 100000;
      display: block;
      font-size: 2em;
      color: #e6e6e6;
      color: rgba(230, 230, 230, 0.75);
      cursor: pointer;
      padding: 0;
      -webkit-transition: color 0.2s ease-out;
      -moz-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out; }
      #video-overlay #video-container .close-button:hover {
        color: #e6e6e6;
        -webkit-transition: color 0.2s ease-out;
        -moz-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out; }
    @media only screen and (min-width: 959px) and (max-width: 1138px) {
      #video-overlay #video-container {
        width: 80%; } }
    @media only screen and (min-width: 767px) and (max-width: 958px) {
      #video-overlay #video-container {
        margin-top: 8%;
        width: 80%; } }
    @media only screen and (max-width: 767px) {
      #video-overlay #video-container {
        margin-top: 14%;
        width: 98%; } }

.back-to-top-cont {
  text-align: right; }

.back-to-top {
  background: #FF8100;
  text-align: right;
  display: inline-block;
  padding: 12px 20px;
  min-width: 110px;
  font-size: 16px;
  color: white;
  cursor: pointer; }
  .back-to-top img {
    padding: 0 0 2px 5px; }

.icon-facebook {
  background: url(/portals/0/img/ui/icon-facebook.png) no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 5px; }

.icon-youtube {
  background: url(/portals/0/img/ui/icon-youtube.png) no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 5px; }

.icon-twitter {
  background: url(/portals/0/img/ui/icon-twitter.png) no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 5px; }

.icon-pinterest {
  background: url(/portals/0/img/ui/icon-pinterest.png) no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 5px; }

.linear-nav {
  position: fixed;
  display: block;
  z-index: 10000;
  height: 70px;
  width: 232px;
  top: 40%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
  font-size: 26px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .linear-nav:hover {
    color: white;
    text-decoration: none; }
    .linear-nav:hover span.abutton {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.3); }
  .linear-nav h5 {
    -webkit-transform: translate3d(0, 0, 0);
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    display: inline-block;
    position: relative;
    margin: 0; }
  .linear-nav span {
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    vertical-align: middle; }
    .linear-nav span.abutton {
      width: 70px;
      height: 70px; }
  .linear-nav#linear-nav-left {
    left: -162px;
    text-align: right; }
    .linear-nav#linear-nav-left .abutton {
      margin-left: 20px; }
    .linear-nav#linear-nav-left:hover {
      left: 0; }
  .linear-nav#linear-nav-right {
    right: -162px; }
    .linear-nav#linear-nav-right .abutton {
      margin-right: 20px; }
    .linear-nav#linear-nav-right:hover {
      right: 0; }

.btn-nav-control-back, .btn-nav-control-next {
  width: 70px;
  height: 70px;
  background: url(/Portals/0/img/ui/btn-nav-control-arrows.png) 0 0 no-repeat;
  opacity: 0.5; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    .btn-nav-control-back, .btn-nav-control-next {
      top: 25%; } }
  @media only screen and (max-width: 767px) {
    .btn-nav-control-back, .btn-nav-control-next {
      top: 25%; } }

.btn-nav-control-back {
  left: 50px;
  background-position: 0 6px; }

.btn-nav-control-next {
  right: 50px;
  background-position: -70px 6px; }

@media only screen and (max-width: 767px) {
  #prefooter {
    padding: 20px 0 0 !important; } }

/* The Grid ---------------------- */
.lt-ie9 .row {
  width: 940px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto; }

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px; }

.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns {
  padding: 0; }

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px; }

.lt-ie9 .row .row.large-collapse {
  margin: 0; }

.lt-ie9 .column, .lt-ie9 .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative; }

.lt-ie9 .column.large-centered, .columns.large-centered {
  float: none;
  margin: 0 auto; }

.lt-ie9 [class*="column"] + [class*="column"]:last-child {
  float: right; }

.lt-ie9 [class*="column"] + [class*="column"].end {
  float: left; }

.lt-ie9 .large-1,
.lt-ie9 .row .large-1 {
  width: 8.33333%; }

.lt-ie9 .large-2,
.lt-ie9 .row .large-2 {
  width: 16.66667%; }

.lt-ie9 .large-3,
.lt-ie9 .row .large-3 {
  width: 25%; }

.lt-ie9 .large-4,
.lt-ie9 .row .large-4 {
  width: 33.33333%; }

.lt-ie9 .large-5,
.lt-ie9 .row .large-5 {
  width: 41.66667%; }

.lt-ie9 .large-6,
.lt-ie9 .row .large-6 {
  width: 50%; }

.lt-ie9 .large-7,
.lt-ie9 .row .large-7 {
  width: 58.33333%; }

.lt-ie9 .large-8,
.lt-ie9 .row .large-8 {
  width: 66.66667%; }

.lt-ie9 .large-9,
.lt-ie9 .row .large-9 {
  width: 75%; }

.lt-ie9 .large-10,
.lt-ie9 .row .large-10 {
  width: 83.33333%; }

.lt-ie9 .large-11,
.lt-ie9 .row .large-11 {
  width: 91.66667%; }

.lt-ie9 .large-12,
.lt-ie9 .row .large-12 {
  width: 100%; }

.lt-ie9 .row .large-offset-1 {
  margin-left: 8.33333%; }

.lt-ie9 .row .large-offset-2 {
  margin-left: 16.66667%; }

.lt-ie9 .row .large-offset-3 {
  margin-left: 25%; }

.lt-ie9 .row .large-offset-4 {
  margin-left: 33.33333%; }

.lt-ie9 .row .large-offset-5 {
  margin-left: 41.66667%; }

.lt-ie9 .row .large-offset-6 {
  margin-left: 50%; }

.lt-ie9 .row .large-offset-7 {
  margin-left: 58.33333%; }

.lt-ie9 .row .large-offset-8 {
  margin-left: 66.66667%; }

.lt-ie9 .row .large-offset-9 {
  margin-left: 75%; }

.lt-ie9 .row .large-offset-10 {
  margin-left: 83.33333%; }

.lt-ie9 .pull-2 {
  right: 16.66667%; }

.lt-ie9 .pull-3 {
  right: 25%; }

.lt-ie9 .pull-4 {
  right: 33.33333%; }

.lt-ie9 .pull-5 {
  right: 41.66667%; }

.lt-ie9 .pull-6 {
  right: 50%; }

.lt-ie9 .pull-7 {
  right: 58.33333%; }

.lt-ie9 .pull-8 {
  right: 66.66667%; }

.lt-ie9 .pull-9 {
  right: 75%; }

.lt-ie9 .pull-10 {
  right: 83.33333%; }

.lt-ie9 .push-2 {
  left: 16.66667%; }

.lt-ie9 .push-3 {
  left: 25%; }

.lt-ie9 .push-4 {
  left: 33.33333%; }

.lt-ie9 .push-5 {
  left: 41.66667%; }

.lt-ie9 .push-6 {
  left: 50%; }

.lt-ie9 .push-7 {
  left: 58.33333%; }

.lt-ie9 .push-8 {
  left: 66.66667%; }

.lt-ie9 .push-9 {
  left: 75%; }

.lt-ie9 .push-10 {
  left: 83.33333%; }

/* Nicolas Gallagher's micro clearfix */
.lt-ie9 .row {
  *zoom: 1; }

.lt-ie9 .row:before, .row:after {
  content: " ";
  display: table; }

.lt-ie9 .row:after {
  clear: both; }

#nav-test {
  float: left;
  text-align: left;
  white-space: nowrap;
  /* display: none; */ }

#nav-test > a {
  display: none; }

#nav-test li {
  position: relative; }

/* first level */
#primary-nav #nav-test > ul {
  height: 2.5em;
  position: relative;
  left: auto;
  width: auto;
  border: 0;
  margin: 0;
  background-color: transparent; }

#nav-test > ul > li {
  /*width: 25%!important;*/
  height: 100%;
  float: left; }

/* second level */
#nav-test li ul {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden; }

#nav-test ul li a {
  padding: 9px 16px !important; }

#primary-nav #nav-test li:hover ul {
  display: block; }

/* Scrollbar */
::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  /*border-left: 1px solid #ccc;*/ }

::-webkit-scrollbar-thumb {
  background-color: #f2f2f2; }

::-webkit-scrollbar-thumb:hover {
  background-color: #f2f2f2; }

body section.prod-marquee {
  background-image: url(../img/bkg/prod-marq-2.jpg); }
body section.learn-marquee {
  background-image: url(../img/bkg/orange-kids-learn.jpg); }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.learn-marquee {
      background: url(../img/bkg/orange-kids-learn.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.learn-marquee {
      background: url(../img/bkg/orange-kids-learn.jpg) center; } }
body section.assess-marquee {
  background-image: url(../img/bkg/blue-teachers-assess.jpg); }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.assess-marquee {
      background: url(../img/bkg/blue-teachers-assess.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.assess-marquee {
      background: url(../img/bkg/blue-teachers-assess.jpg) center; } }
body section.teach-marquee {
  background-image: url(../img/bkg/blue-teachers-and-students-teach.jpg); }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.teach-marquee {
      background: url(../img/bkg/blue-teachers-and-students-teach.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.teach-marquee {
      background: url(../img/bkg/blue-teachers-and-students-teach.jpg) center; } }
body section.learn-girls-hs {
  background: url(../img/bkg/learn-girls-hs.jpg) fixed center no-repeat; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.learn-girls-hs {
      background: url(../img/bkg/learn-girls-hs.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.learn-girls-hs {
      background: url(../img/bkg/learn-girls-hs-small.jpg) center; } }
body section.assess-teachers-hs {
  background: url(../img/bkg/assess-teachers-hs.jpg) fixed center; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.assess-teachers-hs {
      background: url(../img/bkg/assess-teachers-hs.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.assess-teachers-hs {
      background: url(../img/bkg/assess-teachers-hs-small.jpg) center; } }
body section.teach-kids-hs {
  background: url(../img/bkg/teach-kids-hs.jpg) fixed center; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.teach-kids-hs {
      background: url(../img/bkg/teach-kids-hs.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.teach-kids-hs {
      background: url(../img/bkg/teach-kids-hs-small.jpg) center; } }
body section.teach-student-teacher {
  background: url(../img/bkg/teach-student-teacher.jpg) fixed center; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.teach-student-teacher {
      background: url(../img/bkg/teach-student-teacher.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.teach-student-teacher {
      background: url(../img/bkg/teach-student-teacher-small.jpg) center; } }
body section.learn-boy-ipad {
  background: url(../img/bkg/learn-boy-ipad.jpg) fixed center; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.learn-boy-ipad {
      background: url(../img/bkg/learn-boy-ipad.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.learn-boy-ipad {
      background: url(../img/bkg/learn-boy-ipad-small.jpg) center; } }
body section.learn-boy-and-teacher {
  background: url(../img/bkg/learn-boy-and-teacher.jpg) fixed center; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.learn-boy-and-teacher {
      background: url(../img/bkg/learn-boy-and-teacher.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.learn-boy-and-teacher {
      background: url(../img/bkg/learn-boy-and-teacher-small.jpg) center; } }
body section.learn-group-shot {
  background: url(../img/bkg/learn-group-shot.jpg) fixed center; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.learn-group-shot {
      background: url(../img/bkg/learn-group-shot.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.learn-group-shot {
      background: url(../img/bkg/learn-group-shot-small.jpg) center; } }
body section.learn-students-laptops-blue {
  background: url(../img/bkg/learn-students-laptops-blue.jpg) fixed; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.learn-students-laptops-blue {
      background: url(../img/bkg/learn-students-laptops-blue.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.learn-students-laptops-blue {
      background: url(../img/bkg/learn-students-laptops-blue.jpg) center; } }
body section.assess-teachers {
  background: url(../img/bkg/assess-teachers.jpg) fixed center; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.assess-teachers {
      background: url(../img/bkg/assess-teachers.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.assess-teachers {
      background: url(../img/bkg/assess-teachers-small.jpg) center; } }
body section.assess-students-and-teacher {
  background: url(../img/bkg/assess-students-and-teacher.jpg) fixed center; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.assess-students-and-teacher {
      background: url(../img/bkg/assess-students-and-teacher.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.assess-students-and-teacher {
      background: url(../img/bkg/assess-students-and-teacher-small.jpg) center; } }
body section.teach-teacher-student {
  background: url(../img/bkg/teach-teacher-student.jpg) fixed center; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.teach-teacher-student {
      background: url(../img/bkg/teach-teacher-student.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.teach-teacher-student {
      background: url(../img/bkg/teach-teacher-student-small.jpg) center; } }
body section.assess-students-laptops-orange {
  background: url(../img/bkg/assess-students-laptops-orange.jpg) fixed center; }
  @media only screen and (min-width: 767px) and (max-width: 958px) {
    body section.assess-students-laptops-orange {
      background: url(../img/bkg/assess-students-laptops-orange.jpg) center; } }
  @media only screen and (max-width: 767px) {
    body section.assess-students-laptops-orange {
      background: url(../img/bkg/assess-students-laptops-orange.jpg) center; } }
body section.teach-students-blue {
  background-image: url(../img/bkg/teach-students-blue.jpg); }
body section.subtext-marquee {
  background-image: url(../img/bkg/students-with-tablets.jpg); }
body section.learn-second-row {
  background: url(../img/bkg/plant-orange-bg.png) 90% 20px no-repeat; }
  body section.learn-second-row h2 {
    font-size: 2.4em; }
body section.assess-second-row {
  background: url(../img/bkg/bars-blue-bg.png) 90% 20px no-repeat; }
  body section.assess-second-row h2 {
    font-size: 2.4em; }
body section.teach-second-row {
  background: url(../img/bkg/blue-lightblub-bg.png) 90% 20px no-repeat; }
  body section.teach-second-row h2 {
    font-size: 2.4em; }
body section.prod-quiz {
  background-image: url(../img/bkg/prod-read-student.jpg); }
body section.prod-community {
  background-image: url(../img/bkg/prod-students-2.jpg); }
body section.orange-classroom {
  background-image: url(../img/bkg/orange-classroom.jpg); }
body section.blue-student {
  background-image: url(../img/bkg/blue-student.jpg); }
body .swatch {
  margin: 0px 0px 22px 0px;
  margin: 0rem 0rem 1.375rem 0rem;
  padding: 0; }
  body .swatch:before, body .swatch:after {
    content: " ";
    display: table; }
  body .swatch:after {
    clear: both; }
  body .swatch span {
    display: block;
    float: left;
    width: 50px;
    height: 50px; }
@media only screen and (min-width: 1139px) {
  body.home a.tout-icon:not(:first-child) {
    margin-left: 12.5%; }
  body.home a.tout-icon:first-child {
    margin-left: 0%; } }
@media only screen and (min-width: 959px) and (max-width: 1138px) {
  body.home a.tout-icon:not(:first-child) {
    margin-left: 12.5%; }
  body.home a.tout-icon:first-child {
    margin-left: 0%; } }
body.home a.tout-icon:link, body.home a.tout-icon:visited {
  text-align: center;
  font-size: 16px;
  font-weight: bold !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #31b3ff;
  display: inline-block;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px; }
body.home a.tout-icon:hover, body.home a.tout-icon:active {
  text-decoration: none;
  background-color: #31b3ff;
  color: #fff; }
body.home a.tout-icon span {
  display: block;
  font-size: 80px; }

html.lt-ie9.home, html.lt-ie9 body.home {
  height: auto;
  min-width: 960px; }
html.lt-ie9 .module-home-touts {
  margin: 0 auto;
  padding-bottom: 0 !important; }
  html.lt-ie9 .module-home-touts .row {
    width: 820px;
    margin: 0 auto;
    text-align: center;
    padding-left: 10px; }
  html.lt-ie9 .module-home-touts a.tout-icon {
    width: 250px;
    margin-right: 20px;
    color: white; }
    html.lt-ie9 .module-home-touts a.tout-icon:link, html.lt-ie9 .module-home-touts a.tout-icon:visited {
      color: white; }
    html.lt-ie9 .module-home-touts a.tout-icon:hover, html.lt-ie9 .module-home-touts a.tout-icon:active {
      color: white;
      background: #64c6ff; }
    html.lt-ie9 .module-home-touts a.tout-icon span {
      color: inherit; }
  html.lt-ie9 .module-home-touts .large-offset-1 {
    margin-left: 0;
    margin-right: 0;
    float: left; }
html.lt-ie9 a.nav-small {
  display: none; }
html.lt-ie9 .nav-bar .searchbox input.submit {
  background: white url(/img/ui/search-icon-dark.png) no-repeat center; }
html.lt-ie9 .workMenu .hide-for-small {
  display: block !important; }
html.lt-ie9 .workMenu .show-for-small {
  display: none !important; }
html.lt-ie9 .workMenu .layout-anchor-bottom {
  position: relative;
  padding-top: 24px; }
html.lt-ie9 #news-bar a.show-news {
  position: relative;
  width: 100%;
  left: 50%; }
html.lt-ie9 a.hide-news {
  position: relative;
  left: 50%; }
html.lt-ie9 .page-wrap {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top; }
html.lt-ie9 .icon-one-to-one {
  margin-bottom: 24px !important; }
html.lt-ie9 .layout-full-width {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top; }
html.lt-ie9 .ie8-show {
  display: block !important; }
html.lt-ie9 .ie8-hide {
  display: none !important; }
html.lt-ie9 .ie8-text-align-left {
  text-align: left; }
html.lt-ie9 .ie8-margin-bottom-0 {
  margin-bottom: 0 !important; }

html.ie10 .layout-anchor-bottom {
  position: relative;
  padding-top: 24px; }
html.ie10 #news-bar a.show-news {
  position: relative;
  width: 100%;
  left: 50%; }
html.ie10 a.hide-news {
  position: relative;
  left: 50%; }
