/* Theme
  ==========================================================================

  1.0 Base
    1.1 General
    1.2 Typography
    1.3 Forms
    1.4 Wordpress
  2.0 Layout
    2.1 Blocks
    2.2 Grid
    2.3 Helpers
  3.0 Module
    3.1 Sections
    3.2 Entries
    3.3 Parts
    3.4 Navigation
    3.5 Widgets
    3.6 Comments
  4.0 State
    4.1 Shortcodes
    4.2 Animations

*/
/* 1.0 Base
  ========================================================================== */
/* 1.1 General
  -------------------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 50%; } }

form {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  font-size: 1.8rem;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 1.5;
  background-color: white;
  color: #626262;
  overflow-x: hidden; }
  body.is-toggled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  body > div, body form {
    font-size: 2.2rem; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

figure {
  margin: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  margin: 7.5% 0;
  height: 1px;
  border: none;
  background: rgba(0, 0, 0, 0.05); }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0; }

/* 1.2 Typography
  -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 100;
  letter-spacing: 0;
  color: #164A91; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #BDE5F2; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #BDE5F2; }

h1 {
  font-size: 2.8rem;
  text-transform: uppercase;
  line-height: 1.25; }

h2 {
  font-size: 2.4rem;
  line-height: 1.25; }

h3 {
  font-size: 2rem;
  line-height: 1.25; }

h4 {
  font-size: 1.8rem;
  line-height: 1.5; }

h5 {
  margin: 6% 0;
  font-size: 1.6rem;
  line-height: 1.5; }

h6 {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.5; }

a {
  color: #164A91; }

table {
  width: 100%;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed; }
  table tr {
    background-color: white; }
    table tr th,
    table tr td {
      font-size: 1.2rem;
      text-align: left;
      border: none;
      border: 1px solid #eeeeee;
      line-height: 1.5; }
    table tr th {
      padding: 10px 20px;
      text-transform: uppercase;
      letter-spacing: 0px; }
    table tr td {
      padding: 3%; }

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

#site-nav {
  font-family: "museo-sans-rounded-n3", "museo-sans-rounded", sans-serif;
  font-weight: 300;
  position: relative; }

.home-postcode-inner ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white; }
.home-postcode-inner ::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }
.home-postcode-inner :-ms-input-placeholder {
  /* IE 10+ */
  color: white; }
.home-postcode-inner :-moz-placeholder {
  /* Firefox 18- */
  color: white; }

/* 1.3 Forms
  -------------------------------------------------------------------------- */
.form-row {
  width: 100%;
  display: table; }

.form-element {
  width: 33.333333%;
  display: table-cell;
  vertical-align: top; }
  @media screen and (max-width: 767px) {
    .form-element {
      width: 100%;
      display: block;
      padding: 10px 0; } }
  .form-element .formLabel {
    color: #a7a7a7;
    width: 95%;
    height: 28px;
    line-height: 25px;
    display: block; }
  .form-element .validation-error {
    font-size: 1.2rem;
    font-weight: bold;
    color: red !important;
    text-transform: uppercase;
    display: block;
    padding-top: 3px; }
  .form-element input[type="text"],
  .form-element input[type="tel"],
  .form-element input[type="email"],
  .form-element input[type="password"] {
    width: 95%;
    height: 45px;
    padding: 0 5px;
    border: 2px solid #a7a7a7;
    font-size: 1.8rem; }
  .form-element input[type="text"]:focus,
  .form-element input[type="password"]:focus {
    border: 2px solid #164A91;
    outline: 0; }
  .form-element input[type="submit"] {
    display: inline-block;
    float: none;
    margin: 28px 0 0;
    padding: 0 65px 0 20px;
    height: 45px;
    position: relative;
    clear: both;
    outline: 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #164A91;
    line-height: 41px;
    border: 2px solid #164A91;
    background: white url(/Images/bg_but-submit-n.png) center right no-repeat; }
    .form-element input[type="submit"]:hover {
      background: #164A91 url(/Images/bg_but-submit-h.png) center right no-repeat;
      color: white;
      border-color: white; }

.btnPayroll {
  display: inline-block;
  float: none;
  margin: 28px 0 0;
  padding: 0 65px 0 20px;
  height: 45px;
  position: relative;
  clear: both;
  outline: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #164A91;
  line-height: 41px;
  border: 2px solid #164A91;
  background: white url(/Images/bg_but-submit-n.png) center right no-repeat; }
  .btnPayroll:hover {
    background: #164A91 url(/Images/bg_but-submit-h.png) center right no-repeat;
    color: white;
    border-color: white; }

.btnSearch {
  border-width: 0.2rem;
  border-radius: 0px;
  border-style: solid;
  border-color: #ffffff;
  background: transparent;
  color: white;
  border-color: #164A91;
  border-left: none;
  background-color: #164a91;
  color: white;
  width: 45px;
  height: 45px;
  line-height: 41px;
  float: left; }
  .btnSearch:hover {
    background-color: rgba(22, 74, 145, 0.7); }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

legend {
  padding: 0;
  border: 0; }

label {
  padding: 0 5px 0 0;
  display: block;
  font-weight: normal; }

textarea {
  padding: 15px;
  height: 200px;
  line-height: 1.5;
  resize: vertical; }

/* 2.0 Layout
  ========================================================================== */
/* 2.1 Blocks
  -------------------------------------------------------------------------- */
#site-wrap {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }
  @media screen and (max-width: 767px) {
    #site-wrap {
      padding: 0; } }
  #site-wrap .page-row {
    display: table-row;
    min-height: 1px;
    overflow: hidden; }
  #site-wrap .page-row-expanded {
    height: 100%;
    overflow: hidden; }

#site-header #site-top {
  display: block; }
  #site-header #site-top:after {
    content: "";
    display: table;
    clear: both; }
  #site-header #site-top #site-logo {
    padding: 30px;
    display: block;
    width: 260px;
    float: left; }
    @media screen and (max-width: 767px) {
      #site-header #site-top #site-logo {
        width: 150px; } }
  #site-header #site-top #site-search {
    text-align: right;
    color: #164A91;
    padding: 0 25px 20px 0;
    display: block;
    float: right; }
    #site-header #site-top #site-search h3 {
      color: #164A91;
      font-weight: bold;
      font-size: 2.0rem;
      margin: 25px 0 15px; }
    #site-header #site-top #site-search .site-search-form-wrapper {
      float: right; }
      #site-header #site-top #site-search .site-search-form-wrapper input[type="text"] {
        border-width: 0.2rem;
        border-radius: 0px;
        border-style: solid;
        border-color: #ffffff;
        background: transparent;
        color: white;
        border-color: #164A91;
        width: 185px;
        height: 45px;
        line-height: 41px;
        margin: 0;
        padding: 0 15px;
        float: left;
        font-size: 1.8rem;
        color: #0064a0; }
      #site-header #site-top #site-search .site-search-form-wrapper input[type="submit"] {
        border-width: 0.2rem;
        border-radius: 0px;
        border-style: solid;
        border-color: #ffffff;
        background: transparent;
        color: white;
        border-color: #164A91;
        background-color: #164A91;
        color: white;
        width: 45px;
        height: 45px;
        line-height: 41px;
        float: left; }

#site-nav {
  background: #164A91; }

footer {
  position: relative;
  padding: 179px 130px 30px;
  background: #164A91 url(/Images/logo_footer.png) top center no-repeat;
  color: white;
  font-size: 1.6rem;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 1023px) {
    footer {
      padding: 179px 30px 45px; } }
  footer .wrap {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: fixed;
    max-width: 1034px;
    margin: 0 auto; }
    footer .wrap .social-media {
      display: table-cell;
      width: 16.66667%;
      list-style: none;
      margin: 0;
      padding: 0 0 0 15px;
      vertical-align: bottom; }
      footer .wrap .social-media li {
        float: left;
        padding-right: 10px; }
        footer .wrap .social-media li a {
          display: block;
          width: 35px;
          height: 35px;
          text-indent: -9999px;
          opacity: 0.3;
          -webkit-transition: all 0.15s ease-out;
          -moz-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out; }
          footer .wrap .social-media li a.facebook {
            background: url(/Images/icon_facebook.png) center center no-repeat; }
          footer .wrap .social-media li a.twitter {
            background: url(/Images/icon_twitter.png) center center no-repeat; }
          footer .wrap .social-media li a:hover {
            opacity: 1; }
    footer .wrap .footer-text {
      display: table-cell;
      width: 66.66667%; }
    footer .wrap .digerati-logo {
      display: table-cell;
      width: 16.66667%;
      text-align: right;
      vertical-align: bottom;
      padding-right: 15px; }
    @media screen and (max-width: 767px) {
      footer .wrap {
        display: block;
        padding-bottom: 40px; }
        footer .wrap:after {
          content: "";
          display: table;
          clear: both; }
        footer .wrap .footer-text {
          float: left;
          display: block;
          margin-right: 3.84615%;
          width: 100%; }
          footer .wrap .footer-text:last-child {
            margin-right: 0; }
        footer .wrap .social-media {
          position: absolute;
          bottom: 20px;
          left: 0;
          width: auto; }
        footer .wrap .digerati-logo {
          position: absolute;
          bottom: 20px;
          right: 0;
          width: auto; } }
  footer a {
    color: white; }
    footer a:hover {
      color: #BDE5F2; }
  footer #aDigerati {
    width: 97px;
    height: 24px;
    display: block;
    background: url(/Images/digerati.png) 0 0 no-repeat;
    opacity: 0.3;
    float: right;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    @media screen and (max-width: 767px) {
      footer #aDigerati {
        bottom: 10px; } }
    footer #aDigerati:hover {
      opacity: 1; }

/* 2.2 Grid
  -------------------------------------------------------------------------- */
.container {
  max-width: 3000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

/* 2.3 Helpers
  -------------------------------------------------------------------------- */
.widget > *:first-child,
.widget > *:first-child > *:first-child,
.widget > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important; }

.widget > *:last-child,
.widget > *:last-child > *:last-child,
.widget > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important; }

/* 3.0 Module
  ========================================================================== */
/* 3.1 Sections
  -------------------------------------------------------------------------- */
/* 3.2 Entries
  -------------------------------------------------------------------------- */
/* 3.3 Parts
  -------------------------------------------------------------------------- */
.content-banner {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 0% 0; }
  .content-banner:after {
    content: "";
    display: table;
    clear: both; }
  .content-banner img {
    width: 100%;
    height: 100%;
    max-width: auto; }

.home-banner {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
  background-image: url(/Resources/Images/Banners/home-banner.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0;
  height: 100vh;
  max-height: 400px;
  vertical-align: middle; }
  @media screen and (min-width: 1300px) {
    .home-banner {
      max-height: 600px; } }
  @media screen and (max-width: 1023px) {
    .home-banner {
      max-height: 400px; } }
  @media screen and (max-width: 767px) {
    .home-banner {
      max-height: 220px; } }
  .home-banner .home-banner-content {
    display: table-cell;
    width: 83.33333%;
    vertical-align: middle; }
    .home-banner .home-banner-content h1 {
      font-size: 3.8rem;
      color: white; }
    .home-banner .home-banner-content .home-postcode {
      text-align: center; }
      .home-banner .home-banner-content .home-postcode h2 {
        display: inline-block;
        margin: 0;
        padding-right: 20px;
        color: white; }
      .home-banner .home-banner-content .home-postcode .home-searchbox, .home-banner .home-banner-content .home-postcode .home-searchbutton {
        padding: 1.2rem;
        font-size: 1.6rem;
        text-align: left;
        color: white;
        border-width: 0.2rem;
        border-radius: 0px;
        border-style: solid;
        border-color: #ffffff;
        background: transparent;
        color: white; }
      .home-banner .home-banner-content .home-postcode .home-searchbutton {
        background: url(/images/button-search.png);
        background-position: center center;
        background-repeat: no-repeat;
        padding-left: 30px;
        top: 0px;
        right: 0px;
        position: absolute;
        text-indent: -9999px; }
      .home-banner .home-banner-content .home-postcode .home-postcode-inner {
        display: inline-block;
        position: relative; }

#map-canvas {
  height: 50%;
  margin: 0;
  padding-bottom: 30%; }
  @media screen and (max-width: 767px) {
    #map-canvas {
      height: 300px; } }

.infoWindowHover {
  height: 100%; }

.infoWindow {
  height: 100%;
  background-image: url(/images/google-gps.png);
  background-repeat: no-repeat;
  background-position: left 5px center;
  padding-left: 40px;
  line-height: 57px; }
  .infoWindow h4 {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: white; }
  .infoWindow img {
    display: inline-block;
    padding-right: 10px; }

.home-content-area {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed; }
  .home-content-area .home-content-area-image {
    display: table-cell;
    width: 33.33333%;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .home-content-area .home-content-area-image {
        display: table-cell;
        width: 100%; } }
    .home-content-area .home-content-area-image img {
      margin: 0 auto; }
      @media screen and (min-width: 1024px) {
        .home-content-area .home-content-area-image img {
          float: right; } }
  .home-content-area .home-page-content {
    display: table-cell;
    width: 66.66667%;
    padding: 20px 8%;
    text-align: left;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .home-content-area .home-page-content {
        display: table-cell;
        width: 100%; } }
    .home-content-area .home-page-content h1 {
      color: #164A91; }
  @media screen and (max-width: 767px) {
    .home-content-area {
      display: block; }
      .home-content-area:after {
        content: "";
        display: table;
        clear: both; }
      .home-content-area .home-page-content,
      .home-content-area .home-content-area-image {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 100%; }
        .home-content-area .home-page-content:last-child,
        .home-content-area .home-content-area-image:last-child {
          margin-right: 0; } }

.home-links {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none; }
  .home-links li {
    display: table-cell;
    width: 33.33333%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 400px !important; }
    @media screen and (max-width: 767px) {
      .home-links li {
        display: table-cell;
        width: 100%;
        display: block; } }
    .home-links li h3 a {
      text-align: center;
      font-size: 3.8rem;
      color: white;
      display: block;
      padding: 40% 0;
      text-decoration: none; }
    .home-links li .overlay {
      position: absolute;
      top: -100%;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0 7.5%;
      opacity: 0;
      z-index: 4;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background: #164A91;
      color: #164A91;
      color: white;
      text-align: center; }
      .home-links li .overlay .content {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .home-links li .overlay .content .title {
          font-size: 3.5rem;
          line-height: 120%; }
          @media screen and (min-width: 1300px) {
            .home-links li .overlay .content .title {
              font-size: 4.5rem; } }
        .home-links li .overlay .content .button {
          text-align: center;
          color: white;
          font-size: 1.8rem;
          font-weight: 500;
          text-decoration: none;
          display: inline-block;
          float: none;
          margin: 0px auto 0;
          padding: 0 75px 0 30px;
          position: relative;
          height: 45px;
          line-height: 41px;
          clear: both;
          border: 2px solid white; }
          .home-links li .overlay .content .button:after {
            content: '';
            width: 45px;
            height: 45px;
            background: url(/images/button-sprite.png) 0 0 no-repeat;
            display: inline-block;
            text-align: center;
            position: absolute;
            line-height: 39px;
            right: 0;
            top: -2px;
            border-left: 2px solid white; }
          .home-links li .overlay .content .button:hover {
            background: white;
            color: #045b9d; }
            .home-links li .overlay .content .button:hover:after {
              background: url(/images/button-sprite.png) 0 -45px no-repeat;
              border-left: 2px solid #164A91; }
    @media screen and (min-width: 1024px) {
      .home-links li.overlay-hover:hover {
        cursor: pointer; }
        .home-links li.overlay-hover:hover .overlay {
          top: 0;
          opacity: 0.85; }
        .home-links li.overlay-hover:hover h3 {
          opacity: 0; } }

.schools-landing {
  display: block;
  list-style: none; }
  .schools-landing:after {
    content: "";
    display: table;
    clear: both; }
  .schools-landing h2 {
    color: black;
    text-align: center;
    margin: 0; }
  .schools-landing ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .schools-landing ul li {
      width: 33.33333%;
      float: left;
      margin: 0 auto;
      padding: 45px 20px;
      text-align: center;
      border-right: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2;
      display: table-cell;
      vertical-align: middle;
      height: 500px;
      font-size: 1.6rem; }
      @media screen and (max-width: 1023px) {
        .schools-landing ul li {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .schools-landing ul li {
          width: 100%;
          height: auto; } }
      .schools-landing ul li h3 {
        font-weight: 300;
        text-transform: uppercase;
        color: #164A91;
        font-size: 2.5rem;
        border-bottom: 1px solid #e2e2e2;
        display: inline-block;
        margin: 15px 0 5px; }
      .schools-landing ul li h4 {
        color: #164A91;
        font-weight: bold;
        font-size: 1.6rem;
        text-transform: uppercase;
        margin: 15px 0 3px; }
      .schools-landing ul li a.button, .schools-landing ul li .content-page-inner .page-inner-aside a.button-group, .content-page-inner .page-inner-aside .schools-landing ul li a.button-group {
        text-align: center;
        color: #164A91;
        font-size: 1.8rem;
        font-weight: 500;
        text-decoration: none;
        display: inline-block;
        float: none;
        margin: 20px auto 0;
        padding: 0 65px 0 20px;
        position: relative;
        height: 45px;
        line-height: 41px;
        clear: both;
        border: 2px solid #164A91; }
        .schools-landing ul li a.button:after, .schools-landing ul li .content-page-inner .page-inner-aside a.button-group:after, .content-page-inner .page-inner-aside .schools-landing ul li a.button-group:after {
          content: '';
          width: 45px;
          height: 45px;
          background: url(/images/button-sprite.png) 0 -45px no-repeat;
          display: inline-block;
          text-align: center;
          position: absolute;
          line-height: 39px;
          right: 0;
          top: -2px;
          border-left: 2px solid #164A91; }
        .schools-landing ul li a.button:hover, .schools-landing ul li .content-page-inner .page-inner-aside a.button-group:hover, .content-page-inner .page-inner-aside .schools-landing ul li a.button-group:hover {
          background: #164A91;
          color: white; }
          .schools-landing ul li a.button:hover:after, .schools-landing ul li .content-page-inner .page-inner-aside a.button-group:hover:after, .content-page-inner .page-inner-aside .schools-landing ul li a.button-group:hover:after {
            background: url(/images/button-sprite.png) 0 0 no-repeat;
            border-left: 2px solid white; }
  .schools-landing img {
    margin: 0 auto;
    max-height: 60px; }
  .schools-landing .school-search {
    text-align: center;
    background: #164A91;
    padding-top: 15px;
    padding-bottom: 15px; }
    .schools-landing .school-search .school-search-inner {
      display: inline-block;
      position: relative; }
      .schools-landing .school-search .school-search-inner .school-search-panel {
        display: inline-block;
        position: relative; }
      .schools-landing .school-search .school-search-inner .school-searchbox, .schools-landing .school-search .school-search-inner .school-searchbutton {
        border-width: 0.2rem;
        border-radius: 0px;
        border-style: solid;
        border-color: #ffffff;
        background: transparent;
        color: white;
        padding: 1.2rem;
        font-size: 1.6rem;
        text-align: left; }
      .schools-landing .school-search .school-search-inner .school-searchbutton {
        background: url(/images/button-search.png);
        background-position: center center;
        background-repeat: no-repeat;
        padding-left: 30px;
        top: 0px;
        right: 0px;
        position: absolute;
        text-indent: -9999px; }
    .schools-landing .school-search img {
      display: inline-block;
      vertical-align: middle;
      padding-right: 10px; }
    .schools-landing .school-search h2 {
      color: white;
      display: inline-block;
      padding-right: 10px; }

.schools-head-office {
  display: block;
  background-color: #f2f2f2;
  padding: 85px 0 90px;
  text-align: center;
  color: #626262;
  font-size: 1.6rem; }
  .schools-head-office:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .schools-head-office {
      padding: 55px 0 20px; } }
  .schools-head-office h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #164A91;
    border-bottom: 1px solid #e2e2e2;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto 20px;
    clear: both; }
    .schools-head-office h2:after {
      content: "";
      display: table;
      clear: both; }
  .schools-head-office .container div {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 30.76923%; }
    .schools-head-office .container div:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .schools-head-office .container div {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 100%;
        padding-bottom: 30px; }
        .schools-head-office .container div:last-child {
          margin-right: 0; } }
    .schools-head-office .container div img {
      float: none;
      margin: 0 auto; }
    .schools-head-office .container div h3 {
      color: #164A91;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 1.6rem;
      margin: 0 auto 10px; }
    .schools-head-office .container div p {
      margin: 0;
      padding: 0 8px; }
  .schools-head-office a.button, .schools-head-office .content-page-inner .page-inner-aside a.button-group, .content-page-inner .page-inner-aside .schools-head-office a.button-group {
    text-align: center;
    color: #164A91;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    float: none;
    margin: 20px auto 0;
    padding: 0 65px 0 20px;
    position: relative;
    height: 45px;
    line-height: 41px;
    clear: both;
    border: 2px solid #164A91; }
    .schools-head-office a.button:after, .schools-head-office .content-page-inner .page-inner-aside a.button-group:after, .content-page-inner .page-inner-aside .schools-head-office a.button-group:after {
      content: '';
      width: 45px;
      height: 43px;
      background: url(/images/button-sprite.png) 0 -45px no-repeat;
      display: inline-block;
      text-align: center;
      position: absolute;
      line-height: 39px;
      right: 0;
      border-left: 2px solid #164A91; }

.schools-home {
  display: block;
  list-style: none;
  padding-top: 55px; }
  .schools-home:after {
    content: "";
    display: table;
    clear: both; }
  .schools-home h2 {
    font-size: 2.5rem;
    color: #164A91;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: bold; }
  .schools-home ul {
    float: left;
    margin: 0;
    padding: 25px 0 0 0; }
    @media screen and (max-width: 1023px) {
      .schools-home ul {
        padding: 0; } }
    .schools-home ul li {
      padding: 3.84615%;
      display: block;
      position: relative;
      float: left;
      width: 25%;
      height: 250px;
      margin: 0;
      padding: 10px;
      overflow: hidden;
      z-index: 3;
      text-align: center;
      border-bottom: 1px solid #d2d2d2; }
      @media screen and (min-width: 1300px) {
        .schools-home ul li {
          width: 20%;
          height: 280px; } }
      @media screen and (max-width: 1023px) and (min-width: 768px) {
        .schools-home ul li {
          width: 33.3333333%;
          height: 250px; } }
      @media screen and (max-width: 767px) {
        .schools-home ul li {
          width: 50%;
          height: 250px; } }
      .schools-home ul li .wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .schools-home ul li .wrapper img {
          margin: 0 auto 15px; }
        .schools-home ul li .wrapper h3 {
          text-align: center;
          margin: 0;
          font-weight: 300;
          font-size: 1.6rem;
          color: #164A91;
          line-height: 1.5;
          text-transform: uppercase; }
      .schools-home ul li a {
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 250px;
        padding: 0;
        transition: all 0.5s ease 0s;
        opacity: 0;
        z-index: 4;
        text-decoration: none;
        text-transform: uppercase;
        background: none repeat scroll 0 0 #164A91;
        color: #164A91;
        vertical-align: middle;
        color: white; }
        @media screen and (min-width: 1300px) {
          .schools-home ul li a {
            line-height: 280px; } }
        @media screen and (max-width: 1023px) and (min-width: 768px) {
          .schools-home ul li a {
            line-height: 250px; } }
        @media screen and (max-width: 767px) {
          .schools-home ul li a {
            line-height: 250px; } }
      .schools-home ul li:hover a {
        top: 0;
        opacity: 0.85; }

#staff-governers-login article {
  float: left;
  width: 100%;
  padding: 0 0 90px; }
  @media screen and (max-width: 767px) {
    #staff-governers-login article {
      padding: 0 0 60px; } }
  #staff-governers-login article:last-child {
    padding: 0 0 20px; }
  #staff-governers-login article h1 {
    padding: 0 0 25px;
    margin: 0; }
  #staff-governers-login article h2 {
    display: inline-block;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e2e2e2; }
  #staff-governers-login article p {
    padding: 0 0 20px;
    margin: 0; }
#staff-governers-login .staff-links {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  display: block; }
  #staff-governers-login .staff-links:after {
    content: "";
    display: table;
    clear: both; }
  #staff-governers-login .staff-links li {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 22.11538%;
    text-align: center;
    padding: 0 0 30px; }
    #staff-governers-login .staff-links li:last-child {
      margin-right: 0; }
    #staff-governers-login .staff-links li:nth-child(3n) {
      margin-right: 0; }
    #staff-governers-login .staff-links li:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 767px) {
      #staff-governers-login .staff-links li {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 30.76923%; }
        #staff-governers-login .staff-links li:last-child {
          margin-right: 0; } }
    #staff-governers-login .staff-links li a {
      color: #164A91;
      font-weight: 300;
      text-decoration: underline; }
      #staff-governers-login .staff-links li a img {
        float: none;
        margin: 0 auto 10px !important; }

#staff-resources-landing, #sub-categories,
#staff-resources,
#sub-categories {
  float: left;
  display: block;
  margin-right: 3.84615%;
  width: 82.69231%;
  float: none;
  margin: 0 auto !important;
  padding: 40px 0 100px;
  overflow: hidden; }
  #staff-resources-landing:last-child, #sub-categories:last-child,
  #staff-resources:last-child,
  #sub-categories:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    #staff-resources-landing, #sub-categories,
    #staff-resources,
    #sub-categories {
      float: left;
      display: block;
      margin-right: 3.84615%;
      width: 91.34615%;
      float: none;
      margin: 0 auto !important;
      padding: 20px 0; }
      #staff-resources-landing:last-child, #sub-categories:last-child,
      #staff-resources:last-child,
      #sub-categories:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1300px) {
    #staff-resources-landing, #sub-categories,
    #staff-resources,
    #sub-categories {
      float: left;
      display: block;
      margin-right: 3.84615%;
      width: 65.38462%;
      float: none;
      margin: 0 auto !important; }
      #staff-resources-landing:last-child, #sub-categories:last-child,
      #staff-resources:last-child,
      #sub-categories:last-child {
        margin-right: 0; } }
  #staff-resources-landing .resources-subnav, #sub-categories .resources-subnav,
  #staff-resources .resources-subnav,
  #sub-categories .resources-subnav {
    clear: both;
    float: left;
    padding-bottom: 20px;
    width: 100%; }
    #staff-resources-landing .resources-subnav .button-back, #sub-categories .resources-subnav .button-back,
    #staff-resources .resources-subnav .button-back,
    #sub-categories .resources-subnav .button-back {
      text-align: center;
      color: #164A91;
      font-size: 1.8rem;
      font-weight: 500;
      display: inline-block;
      float: none;
      margin: 0 auto 20px;
      padding: 0 20px 0 65px;
      position: relative;
      text-decoration: none;
      height: 45px;
      line-height: 41px;
      clear: both;
      outline: 0;
      border: 2px solid #164A91;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      #staff-resources-landing .resources-subnav .button-back:before, #sub-categories .resources-subnav .button-back:before,
      #staff-resources .resources-subnav .button-back:before,
      #sub-categories .resources-subnav .button-back:before {
        content: '';
        width: 45px;
        height: 45px;
        display: inline-block;
        text-align: center;
        position: absolute;
        line-height: 39px;
        background: url(/images/button-sprite.png) -45px -45px no-repeat;
        left: 0;
        top: -2px;
        border-right: 2px solid #164A91;
        -webkit-transition: background-color 0.15s ease-in-out;
        -moz-transition: background-color 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out; }
      #staff-resources-landing .resources-subnav .button-back:hover, #sub-categories .resources-subnav .button-back:hover,
      #staff-resources .resources-subnav .button-back:hover,
      #sub-categories .resources-subnav .button-back:hover {
        background-color: #164A91;
        color: white;
        border-color: #164A91; }
        #staff-resources-landing .resources-subnav .button-back:hover:before, #sub-categories .resources-subnav .button-back:hover:before,
        #staff-resources .resources-subnav .button-back:hover:before,
        #sub-categories .resources-subnav .button-back:hover:before {
          border-color: #e2e2e2;
          background: url(/images/button-sprite.png) -45px 0 no-repeat; }
  #staff-resources-landing input[type="submit"], #sub-categories input[type="submit"],
  #staff-resources input[type="submit"],
  #sub-categories input[type="submit"] {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0 65px 0 20px;
    height: 45px;
    position: relative;
    clear: both;
    outline: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #164A91;
    line-height: 41px;
    border: 2px solid #164A91;
    background: white url(/Images/bg_but-submit-n.png) center right no-repeat; }
    #staff-resources-landing input[type="submit"]:hover, #sub-categories input[type="submit"]:hover,
    #staff-resources input[type="submit"]:hover,
    #sub-categories input[type="submit"]:hover {
      background: #164A91 url(/Images/bg_but-submit-h.png) center right no-repeat;
      color: white;
      border-color: white; }
  #staff-resources-landing h2, #sub-categories h2,
  #staff-resources h2,
  #sub-categories h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #164A91;
    padding: 10px 0 30px;
    margin: 0;
    text-transform: uppercase; }
  #staff-resources-landing .resources, #sub-categories .resources,
  #staff-resources .resources,
  #sub-categories .resources {
    list-style: none;
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 48.07692%;
    padding: 0;
    margin: 0;
    width: 45%; }
    #staff-resources-landing .resources:last-child, #sub-categories .resources:last-child,
    #staff-resources .resources:last-child,
    #sub-categories .resources:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1023px) {
      #staff-resources-landing .resources, #sub-categories .resources,
      #staff-resources .resources,
      #sub-categories .resources {
        float: left;
        display: block;
        margin-right: 3.84615%;
        width: 100%;
        padding: 0 0 30px !important; }
        #staff-resources-landing .resources:last-child, #sub-categories .resources:last-child,
        #staff-resources .resources:last-child,
        #sub-categories .resources:last-child {
          margin-right: 0; } }
    #staff-resources-landing .resources:first-of-type, #sub-categories .resources:first-of-type,
    #staff-resources .resources:first-of-type,
    #sub-categories .resources:first-of-type {
      width: 55%;
      padding: 0 10% 0 0; }
      @media screen and (max-width: 1023px) {
        #staff-resources-landing .resources:first-of-type, #sub-categories .resources:first-of-type,
        #staff-resources .resources:first-of-type,
        #sub-categories .resources:first-of-type {
          float: left;
          display: block;
          margin-right: 3.84615%;
          width: 100%; }
          #staff-resources-landing .resources:first-of-type:last-child, #sub-categories .resources:first-of-type:last-child,
          #staff-resources .resources:first-of-type:last-child,
          #sub-categories .resources:first-of-type:last-child {
            margin-right: 0; } }
    #staff-resources-landing .resources li, #sub-categories .resources li,
    #staff-resources .resources li,
    #sub-categories .resources li {
      padding: 0 0 20px; }
      #staff-resources-landing .resources li a, #sub-categories .resources li a,
      #staff-resources .resources li a,
      #sub-categories .resources li a {
        display: block;
        background-color: #f6f6f6;
        color: #626262;
        padding: 10px 55px 10px 10px;
        font-size: 1.6rem;
        font-weight: 300;
        position: relative;
        border: 1px solid #e2e2e2;
        text-decoration: none;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
        #staff-resources-landing .resources li a:after, #sub-categories .resources li a:after,
        #staff-resources .resources li a:after,
        #sub-categories .resources li a:after {
          content: '';
          background: url(/Images/arw_brn-right.png) top right no-repeat;
          width: 45px;
          height: 100%;
          display: inline-block;
          text-align: center;
          position: absolute;
          line-height: 39px;
          top: 0;
          right: 0;
          font-size: 2rem;
          border-left: 1px solid #e2e2e2;
          -webkit-transition: all 0.15s ease-in-out;
          -moz-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out; }
        #staff-resources-landing .resources li a:hover, #sub-categories .resources li a:hover,
        #staff-resources .resources li a:hover,
        #sub-categories .resources li a:hover {
          border-color: #164A91; }
          #staff-resources-landing .resources li a:hover:after, #sub-categories .resources li a:hover:after,
          #staff-resources .resources li a:hover:after,
          #sub-categories .resources li a:hover:after {
            border-color: #164A91; }

ul.search-results-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.search-results-list li {
    padding: 0 0 10px; }

/* 3.4 Navigation
  -------------------------------------------------------------------------- */
#but_mobile-nav {
  display: none;
  width: 50px;
  height: 50px;
  float: right;
  background: url(/Images/mobileMenu.png) 0 0 no-repeat; }
  @media screen and (max-width: 1023px) {
    #but_mobile-nav {
      display: block; } }
  #but_mobile-nav:hover {
    cursor: pointer; }
  #but_mobile-nav.clicked {
    background: url(/Images/mobileMenu.png) 0 -50px no-repeat; }

#main-nav {
  display: table;
  width: 100%;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 999; }
  @media screen and (max-width: 1023px) {
    #main-nav {
      display: none;
      padding: 35px 0;
      border-top: 1px solid #eeeeee; } }
  @media screen and (min-width: 1300px) {
    #main-nav {
      padding: 0 6%; } }
  #main-nav > li {
    display: table-cell;
    text-align: center;
    padding: 20px 30px 15px;
    border-bottom: 5px solid transparent;
    vertical-align: middle;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out; }
    #main-nav > li .mobile-hassubnav {
      display: none;
      position: absolute;
      right: 20px;
      top: 15px;
      width: 30px;
      height: 30px;
      background-image: url(/Images/sprite-arrows.png);
      background-position: -111px 5px;
      z-index: 200; }
      #main-nav > li .mobile-hassubnav:hover {
        cursor: pointer; }
      @media screen and (max-width: 1023px) {
        #main-nav > li .mobile-hassubnav {
          display: block; } }
    @media screen and (max-width: 1023px) {
      #main-nav > li {
        width: 100%;
        float: none;
        display: block;
        text-align: left;
        padding: 20px 20px 15px; } }
    @media screen and (min-width: 1024px) {
      #main-nav > li:hover {
        border-bottom: 5px solid white;
        background-color: #EC6269; } }
    #main-nav > li.showSubnav > a {
      position: relative; }
    #main-nav > li.showSubnav .mobile-hassubnav {
      background-position: -143px 0; }
    #main-nav > li.showSubnav ul {
      display: block; }
    @media screen and (max-width: 1023px) {
      #main-nav > li.has-subnav {
        position: relative; } }
    #main-nav > li.has-subnav > a {
      position: relative; }
      #main-nav > li.has-subnav > a:after {
        content: '';
        width: 14px;
        height: 13px;
        background: url(/Images/sprite-arrows.png) -117px -110px no-repeat;
        position: absolute;
        right: -10px;
        margin-top: 6px; }
        @media screen and (max-width: 1023px) {
          #main-nav > li.has-subnav > a:after {
            display: none; } }
    #main-nav > li.has-subnav:hover a:after {
      background: url(/Images/sprite-arrows.png) -136px -110px no-repeat; }
    #main-nav > li > a {
      display: block;
      padding: 0px;
      color: white;
      text-decoration: none; }
      @media screen and (max-width: 1023px) {
        #main-nav > li > a {
          display: inline-block; } }
    #main-nav > li ul {
      display: table;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      table-layout: fixed;
      padding: 0 4%;
      margin: 0;
      list-style: none;
      position: absolute;
      top: 100%;
      left: 0px;
      background-color: #164A91;
      opacity: 0.9;
      z-index: 2000020;
      display: none; }
      #main-nav > li ul li {
        display: table-cell;
        width: 8.33333%;
        text-align: center;
        vertical-align: middle;
        -webkit-transition: background-color 0.23s ease-in-out;
        -moz-transition: background-color 0.23s ease-in-out;
        transition: background-color 0.23s ease-in-out; }
        #main-nav > li ul li:hover {
          background-color: #EC6269; }
        #main-nav > li ul li a {
          font-family: "museo-sans-n5", "museo-sans",sans-serif;
          font-size: 1.4rem;
          text-transform: uppercase;
          padding: 22px 15px;
          display: block;
          color: white;
          text-decoration: none; }
      @media screen and (max-width: 1023px) {
        #main-nav > li ul {
          position: relative;
          visibility: visible;
          padding-bottom: 20px;
          background: transparent;
          border-bottom: 1px solid #3383b3; }
          #main-nav > li ul li {
            display: block;
            float: none;
            width: 100%;
            text-align: left; }
            #main-nav > li ul li a {
              padding: 12px 15px; } }

a {
  text-decoration: underline;
  color: #164A91;
  cursor: pointer;
  font-weight: 300;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  a:hover {
    color: #EC6269; }
  a img {
    border: none; }

.content-page-inner {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed; }
  .content-page-inner .page-inner-aside {
    display: table-cell;
    width: 25%;
    padding: 50px 3.5%;
    font-size: 1.6rem;
    background-color: #f6f6f6;
    vertical-align: top; }
    @media screen and (max-width: 1023px) {
      .content-page-inner .page-inner-aside {
        display: table-cell;
        width: 100%;
        display: inline-block;
        padding: 40px 3.5%;
        border-bottom: 1px solid #e2e2e2; } }
  @media screen and (max-width: 1023px) and (max-width: 767px) {
    .content-page-inner .page-inner-aside {
      padding: 30px 3.5% 25px; } }

    .content-page-inner .page-inner-aside h3 {
      font-size: 1.6rem;
      font-weight: bold;
      color: #164A91;
      text-transform: uppercase;
      padding: 20px 0;
      margin: 0; }
      @media screen and (max-width: 1023px) {
        .content-page-inner .page-inner-aside h3 {
          padding: 0 0 15px; } }
    .content-page-inner .page-inner-aside .schools-aside {
      float: left; }
      @media screen and (max-width: 1023px) {
        .content-page-inner .page-inner-aside .schools-aside {
          width: 100%;
          text-align: center; } }
      @media screen and (max-width: 1023px) {
        .content-page-inner .page-inner-aside .schools-aside div {
          width: 25%;
          float: left;
          padding: 0 15px; } }
      @media screen and (max-width: 767px) {
        .content-page-inner .page-inner-aside .schools-aside div {
          width: 100%;
          padding: 0 0 30px; } }
      @media screen and (max-width: 1023px) {
        .content-page-inner .page-inner-aside .schools-aside div.logo {
          text-align: center;
          padding: 0; }
          .content-page-inner .page-inner-aside .schools-aside div.logo img {
            float: none;
            margin: 0 auto; } }
      @media screen and (max-width: 767px) {
        .content-page-inner .page-inner-aside .schools-aside div.logo {
          padding-bottom: 30px; } }
      .content-page-inner .page-inner-aside .schools-aside img {
        margin: 0 0 20px 15px; }
      @media screen and (max-width: 1023px) {
        .content-page-inner .page-inner-aside .schools-aside hr {
          display: none; } }
      @media screen and (max-width: 1023px) {
        .content-page-inner .page-inner-aside .schools-aside h3 {
          padding-top: 0; } }
      .content-page-inner .page-inner-aside .schools-aside p {
        margin: 0;
        padding: 0 0 8px; }
      .content-page-inner .page-inner-aside .schools-aside b,
      .content-page-inner .page-inner-aside .schools-aside strong {
        font-weight: bold; }
    .content-page-inner .page-inner-aside ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .content-page-inner .page-inner-aside ul li {
        padding-bottom: 9px; }
        .content-page-inner .page-inner-aside ul li a {
          color: #626262;
          text-decoration: none;
          font-weight: normal; }
          .content-page-inner .page-inner-aside ul li a:hover {
            color: #EC6269; }
        .content-page-inner .page-inner-aside ul li.active a {
          color: #164A91;
          text-decoration: underline;
          font-weight: 300; }
    .content-page-inner .page-inner-aside a.button, .content-page-inner .page-inner-aside a.button-group {
      text-align: center;
      color: #164A91;
      font-size: 1.8rem;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
      float: left;
      margin: 20px auto 0;
      padding: 0 45px 0 0px;
      position: relative;
      height: 45px;
      width: 190px;
      line-height: 41px;
      clear: both;
      border: 2px solid #164A91; }
      @media screen and (max-width: 767px) {
        .content-page-inner .page-inner-aside a.button, .content-page-inner .page-inner-aside a.button-group {
          margin-left: auto;
          margin-right: auto;
          float: none;
          clear: both; }
          .content-page-inner .page-inner-aside a.button:first-of-type, .content-page-inner .page-inner-aside a.button-group:first-of-type {
            margin-top: 0; } }
      .content-page-inner .page-inner-aside a.button:after, .content-page-inner .page-inner-aside a.button-group:after {
        content: '';
        width: 45px;
        height: 45px;
        background: url(/images/button-sprite.png) 0 -45px no-repeat;
        display: inline-block;
        text-align: center;
        position: absolute;
        line-height: 39px;
        right: 0;
        top: -2px;
        border-left: 2px solid #164A91; }
      .content-page-inner .page-inner-aside a.button:hover, .content-page-inner .page-inner-aside a.button-group:hover {
        background: #164A91;
        color: white; }
        .content-page-inner .page-inner-aside a.button:hover:after, .content-page-inner .page-inner-aside a.button-group:hover:after {
          background: url(/images/button-sprite.png) 0 0 no-repeat;
          border-left: 2px solid white; }
    .content-page-inner .page-inner-aside a.button-group {
      width: 235px; }
  .content-page-inner .page-inner-content {
    display: table-cell;
    width: 75%;
    padding: 50px 10% 50px 7%;
    border-left: 1px solid #e2e2e2;
    vertical-align: top; }
    @media screen and (max-width: 1023px) {
      .content-page-inner .page-inner-content {
        display: table-cell;
        width: 100%;
        display: inline-block;
        padding: 25px 3.5%; } }
    @media screen and (min-width: 1300px) {
      .content-page-inner .page-inner-content {
        padding: 50px 15% 50px 7%; } }
    .content-page-inner .page-inner-content h1 {
      font-size: 2.5rem;
      font-weight: 300;
      color: #164A91;
      text-transform: uppercase; }
    .content-page-inner .page-inner-content h2 {
      font-size: 1.6rem;
      font-weight: bold;
      color: #164A91;
      text-transform: uppercase;
      padding: 40px 0 20px;
      margin: 0; }
    .content-page-inner .page-inner-content img {
      margin: 50px 0; }
    .content-page-inner .page-inner-content ol {
      list-style-type: none;
      margin-left: 2em;
      padding: 20px 0; }
      .content-page-inner .page-inner-content ol li {
        counter-increment: count-me;
        padding-bottom: 15px; }
        .content-page-inner .page-inner-content ol li:before {
          content: "(" counter(count-me,lower-roman) ")";
          display: block;
          position: relative;
          max-width: 0px;
          max-height: 0px;
          left: -1.8em;
          top: .05em;
          color: #164A91;
          font-weight: bold; }

/* 4.0 State
  ========================================================================== */
/* 4.1 Shortcodes
  -------------------------------------------------------------------------- */
/* 4.2 Animations
  -------------------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.form input, .form textarea, .form select {
  border: 2px solid #045b9d;
  width: 100%;
  color: #0064a0;
  font-size: 1.8rem;
  line-height: 3.4rem;
  min-height: 3.4rem;
  margin-bottom: 10px;
  max-width: 480px;
  padding: 0 10px; }
.form .validation-error {
  color: red;
  font-size: 1.4rem; }
.form .submit-button {
  text-align: center;
  color: #0064a0;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  float: left;
  margin: 20px auto 0;
  padding: 0 45px 0 0px;
  position: relative;
  height: 45px;
  width: 235px;
  line-height: 41px;
  clear: both;
  border: 2px solid #045b9d; }
  .form .submit-button:after {
    content: '';
    width: 45px;
    height: 45px;
    background: url(/images/button-sprite.png) 0 -45px no-repeat;
    display: inline-block;
    text-align: center;
    position: absolute;
    line-height: 39px;
    right: 0;
    top: -2px;
    border-left: 2px solid #045b9d; }
  .form .submit-button:hover {
    background: #045b9d;
    color: white; }
    .form .submit-button:hover:after {
      background: url(/images/button-sprite.png) 0 0 no-repeat;
      border-left: 2px solid white; }

/*# sourceMappingURL=style.css.map */
