body {
  background: #fff;
  min-width: 320px;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: lighter;
  line-height: 1.3;
  font-size: 13px;
  color: #000;
  -webkit-font-smoothing: antialiased; }

a {
  color: inherit; }

hr {
  background: #ccc;
  height: 1px;
  margin: 40px 0;
  border: 0 none; }

.overlay {
  background-color: rgba(0, 0, 0, 0.6); }

header {
  position: relative;
  background: transparent url("/img/banner-expertise.jpg") no-repeat center top;
  background-size: 100%;
  border-bottom: 2px solid #006db8;
  z-index: 100; }
  header .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible; }
  header .logo {
    display: block;
    margin-right: 0; }
    header .logo img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  header nav {
    max-width: 60%;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: lowercase;
    text-align: center; }
    header nav > ul > li {
      position: relative;
      float: left;
      margin: 0;
      padding: 0;
      font-size: 145%; }
      header nav > ul > li a {
        display: block;
        margin: 1.422em 0.25em;
        padding: 0.25em 0.25em;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        text-decoration: none;
        color: #fff; }
        header nav > ul > li a:hover {
          border-bottom: 3px solid #006db8; }
      header nav > ul > li.active > a {
        border-bottom: 3px solid #006db8; }
      header nav > ul > li ul {
        position: absolute;
        top: 100%;
        left: -999em;
        padding-top: 2px;
        text-align: left;
        z-index: 100; }
        header nav > ul > li ul li {
          background-color: #006db8; }
          header nav > ul > li ul li a {
            margin: 0;
            padding: 0.25em 0.75em;
            font-size: 100%;
            border: 0 none;
            white-space: nowrap; }
            header nav > ul > li ul li a:hover {
              background-color: #005a98;
              border-bottom: 0 none; }
      header nav > ul > li:hover ul {
        left: 0; }
      header nav > ul > li.edge ul {
        left: auto;
        right: 0; }
  .home header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    border-bottom: 2px solid #fff; }
    .home header nav > ul > li > a {
      margin: 2.35em 0.25em; }

#content {
  line-height: 1.5; }
  #content h1 {
    margin-bottom: 15px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 270%;
    font-weight: normal;
    border-bottom: 2px solid;
    text-transform: lowercase;
    color: #006db8; }
  #content h2 {
    margin-bottom: 15px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 225%;
    font-weight: normal;
    text-transform: lowercase;
    color: #006db8; }
  #content h3 {
    margin-bottom: 10px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 180%;
    font-weight: normal;
    text-transform: lowercase;
    color: #444; }
  #content h4 {
    margin-bottom: 10px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 140%;
    font-weight: normal;
    text-transform: lowercase;
    color: #006db8; }
  #content h5 {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 120%;
    text-transform: lowercase; }
  #content h6 {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: lowercase; }
  #content p {
    margin-bottom: 1.1em;
    line-height: 1.2;
    font-size: 115%; }
  #content a {
    color: #006db8; }
  #content strong {
    color: #333; }
  #content ul, #content ol {
    margin-bottom: 1.1em; }
    #content ul ul, #content ul ol, #content ol ul, #content ol ol {
      margin-bottom: 0; }
    #content ul li, #content ol li {
      margin-bottom: 0.5em;
      margin-left: 2em;
      line-height: 1.2;
      font-size: 115%; }
      #content ul li p, #content ol li p {
        font-size: 100%; }
  #content ul li {
    list-style-type: disc; }
  #content ol li {
    list-style-type: decimal; }
  #content .imgLeft {
    float: left;
    margin: 0.5em 1.8em 1em 0;
    padding: 2px;
    border: 1px solid #006db8; }
  #content .button {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: lowercase; }
  #content .people {
    margin-bottom: 5em;
    overflow: hidden; }
    #content .people img {
      margin: 0 1em 1em 0;
      padding: 0;
      border: none; }
    #content .people h4 {
      border-bottom: 1px solid #006db8; }
      #content .people h4 a {
        text-decoration: none; }
    #content .people .description {
      margin-left: 16em; }
  #content #career,
  #content #contact {
    margin-bottom: 30px;
    text-align: center;
    font-size: 155%; }
    #content #career a,
    #content #contact a {
      text-decoration: none;
      text-transform: lowercase; }
  #content .readmore {
    margin-bottom: 0;
    text-align: right; }
    #content .readmore a {
      text-decoration: none;
      font-weight: bold;
      color: #006db8; }
  #content .archive {
    float: left;
    margin-bottom: 0; }
    #content .archive a {
      font-weight: bold;
      text-decoration: none; }

article {
  margin: 30px 0; }

#sidebar {
  margin-top: 52px; }
  #sidebar article {
    padding: 0 0 30px;
    border-bottom: 2px solid #006db8; }
    #sidebar article:first-child {
      padding-top: 30px;
      border-top: 2px solid #006db8; }
    #sidebar article:first-of-type {
      padding-top: 30px;
      border-top: 2px solid #006db8; }
    #sidebar article h2 {
      font-size: 200%; }
    #sidebar article h3 {
      margin-bottom: 10px;
      font-size: 140%;
      font-weight: normal;
      color: #444; }
    #sidebar article h4 {
      margin-bottom: 10px;
      font-size: 140%;
      font-weight: normal;
      color: #006db8; }

form#contact_form {
  float: right;
  max-width: 50%; }

form#career-form {
  padding: 2em 0; }
  form#career-form fieldset {
    padding: 0.25em 0.5em; }

form label {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 0.3em;
  line-height: 1.2;
  font-size: 115%; }
  form label:first-child {
    margin-top: 0; }

form input,
form select,
form textarea {
  display: block;
  width: 100%;
  padding: 0.25em 0.25em;
  border: 1px solid #000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  box-sizing: border-box; }
  form input:focus,
  form select:focus,
  form textarea:focus {
    border-color: #006db8; }
  form input.error,
  form select.error,
  form textarea.error {
    border-color: #c00; }

form input[type="file"] {
  padding: 0;
  border: 0 none; }

form select {
  margin: 7px 0; }

form textarea {
  height: 100px; }

form button {
  float: right;
  margin: 1.5em 0 0; }

form fieldset.selects select {
  display: inline-block; }

form fieldset.radiochecks {
  width: 100%;
  margin-left: 20px; }
  form fieldset.radiochecks label.error {
    color: #c00; }
  form fieldset.radiochecks input,
  form fieldset.radiochecks label {
    float: left;
    display: inline-block;
    width: auto;
    margin-top: 0;
    line-height: 24px; }
  form fieldset.radiochecks input[type="radio"] {
    margin: 5px 1em 6px 3px;
    padding: 0 0 0 0;
    line-height: 24px;
    border: 0 none;
    clear: left; }
  form fieldset.radiochecks input[type="checkbox"] {
    margin: 7px 1em 5px 3px;
    padding: 0 0 0 0;
    line-height: 24px;
    border: 0 none;
    clear: left; }
  form fieldset.radiochecks fieldset {
    margin-left: 2.4em;
    clear: both; }
    form fieldset.radiochecks fieldset input,
    form fieldset.radiochecks fieldset label {
      float: none;
      display: block;
      line-height: 1em; }
    form fieldset.radiochecks fieldset input {
      width: 80%; }
    form fieldset.radiochecks fieldset label {
      width: 100%;
      margin-bottom: 3px; }

form .captchacontainer {
  margin-top: 1.5em; }
  form .captchacontainer label {
    margin-top: 0; }

form #date_of_birth select {
  float: left;
  width: 6em;
  margin-left: 1em; }

form p.error {
  width: 300px;
  margin-top: 0.5em;
  color: #c00; }

form .message p {
  text-align: center;
  font-weight: 600; }

form .message.positive {
  color: #339933; }

footer {
  border-top: 2px solid #006db8;
  font-weight: normal;
  font-size: 85%;
  color: #999; }
  footer section {
    text-align: right; }
    footer section ul {
      display: inline-block;
      margin: 12px 0 0; }
      footer section ul li {
        display: inline-block;
        margin: 5px 0;
        padding-left: 17px; }
        footer section ul li a {
          text-decoration: none; }
          footer section ul li a:hover {
            color: #006db8; }
      footer section ul#social {
        margin: 12px 0 12px 17px; }
        footer section ul#social li {
          height: 23px;
          margin: 0 2px;
          padding: 0;
          vertical-align: middle; }

#content .terms ol li {
  list-style-type: lower-alpha; }

#content .terms ol ul li {
  list-style-type: disc; }

#content .contact {
  overflow: hidden; }
  #content .contact .description {
    float: left; }
  #content .contact h4 {
    margin-bottom: 0; }
  #content .contact h5 {
    margin-bottom: 0.5em;
    font-style: italic; }

#content .sectors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  #content .sectors li {
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    margin: 1%;
    padding: 0;
    list-style: none; }
    #content .sectors li a {
      display: block;
      background-color: #006db8;
      margin: 0;
      padding: 1.5% 4.5% 4.5%;
      text-decoration: none;
      color: #fff; }
      #content .sectors li a:hover {
        background-color: #008beb; }
      #content .sectors li a h3 {
        color: #fff; }
      #content .sectors li a p {
        margin: 0; }

.coaching #coaches li {
  margin: 0 0 5em;
  padding: 0;
  list-style: none;
  clear: both; }
  .coaching #coaches li h4 {
    border-bottom: 1px solid #006db8; }
    .coaching #coaches li h4 a {
      text-decoration: none; }
  .coaching #coaches li img {
    float: left;
    max-width: 11.539em;
    margin: 0.5em 2em 2em 0; }
  .coaching #coaches li .description {
    margin-left: 13.539em; }

#homebanner {
  position: relative;
  background-color: #006db8;
  width: 100%;
  margin: 0 auto;
  border-bottom: 2px solid #006db8;
  overflow: hidden;
  z-index: 10; }
  #homebanner #slide-prev {
    position: absolute;
    top: 57%;
    left: 2.5em;
    width: 3%;
    border: 0 none;
    z-index: 110; }
  #homebanner #slide-next {
    position: absolute;
    top: 57%;
    right: 2.5em;
    width: 3%;
    border: 0 none;
    z-index: 110; }
  #homebanner #slides {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: lowercase; }
    #homebanner #slides li {
      display: block;
      position: relative;
      background-size: auto 100%;
      width: 100%;
      text-align: left; }
      #homebanner #slides li img {
        display: block; }
  #homebanner #captions-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 100; }
    #homebanner #captions-container #captions {
      position: absolute;
      bottom: 0;
      left: 8%;
      max-width: 35%;
      height: 67%; }
      #homebanner #captions-container #captions li {
        background-color: #005793;
        background-color: rgba(0, 109, 184, 0.8);
        max-width: 90%;
        padding: 0.5em 1.25em 1em;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
        #homebanner #captions-container #captions li h3 {
          margin-bottom: 0.25em;
          font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
          font-size: 200%;
          font-weight: bold;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
          text-transform: lowercase;
          z-index: 150;
          color: #fff; }
        #homebanner #captions-container #captions li p {
          width: auto;
          margin-bottom: 0.25em;
          font-size: 130%;
          z-index: 150;
          color: #fff; }
        #homebanner #captions-container #captions li .more {
          text-align: right;
          text-transform: lowercase; }
          #homebanner #captions-container #captions li .more a {
            font-weight: bolder;
            text-decoration: none; }

.home #content h2 {
  line-height: 1.2;
  color: #444; }
  .home #content h2:nth-of-type(1n+2) {
    margin-top: 1em; }

.home #content .people {
  margin-bottom: 0;
  padding-left: 0; }
  .home #content .people #people-slider {
    margin: 0 auto;
    padding: 0;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: lowercase; }
    .home #content .people #people-slider li {
      display: block;
      position: relative;
      background-size: auto 100%;
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left; }
      .home #content .people #people-slider li h4 {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 109, 184, 0.75);
        width: 100%;
        margin: 0;
        padding: 0.5em 0;
        text-align: center;
        border-bottom: 1px solid #006db8;
        color: #fff; }
      .home #content .people #people-slider li img {
        display: block;
        margin: 0 auto; }
  .home #content .people .meet {
    display: block;
    width: 100%;
    margin-top: 0.5em;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    font-size: 120%; }

.home #content .community {
  background-color: #eee;
  padding: 5px 12px 10px;
  border: 2px solid #006db8;
  border-radius: 4px; }
  .home #content .community h2 {
    margin-top: 0; }
  .home #content .community h3 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 140%; }

#joblist dt {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #ccc; }
  #joblist dt:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0 none; }

@media only screen and (max-width: 1139px) {
  #homebanner #slides li h1 {
    top: 66%;
    left: 20px; }
  #homebanner #slides li p {
    top: 87%;
    left: 20px; }
  #homebanner #captions-container #captions {
    max-width: 35%;
    height: 63%; } }

@media only screen and (max-width: 1023px) {
  #homebanner #captions-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%; }
    #homebanner #captions-container #captions {
      max-width: 100%;
      height: 58%;
      left: 0; } }

@media only screen and (max-width: 962px) {
  header nav {
    margin: 1em 0; }
    header nav > ul > li {
      float: none;
      display: inline-block; }
      header nav > ul > li > a {
        margin: 0 0.25em; }
  .home header nav > ul > li > a {
    margin: 0 0.25em; }
  #homebanner #captions-container {
    width: 75%; }
    #homebanner #captions-container #captions {
      max-width: 100%;
      height: 56%;
      font-size: 90%; } }

@media handheld, only screen and (max-width: 767px) {
  header {
    position: relative;
    background: #006db8; }
    header .overlay {
      background: transparent; }
    header .row {
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1em 0; }
      header .row .logo {
        margin-top: 0.5em; }
      header .row nav {
        width: 100%;
        max-width: 100%;
        margin: 1.5em auto 0; }
        header .row nav ul {
          width: 100%; }
  .home header {
    position: relative;
    background: #006db8; }
  #homebanner #slide-prev {
    top: 40%;
    left: 3%; }
  #homebanner #slide-next {
    top: 40%;
    right: 3%; }
  #homebanner #slides li h1 {
    top: 70%;
    font-size: 400%; }
  #homebanner #captions-container #captions {
    height: 100%; }
  #contact_form {
    float: none; }
  form button {
    width: auto; } }

@media handheld, only screen and (max-width: 700px) {
  header {
    background-size: auto auto; }
  #homebanner {
    overflow: visible; }
    #homebanner #captions-container {
      width: 80%; }
      #homebanner #captions-container #captions {
        font-size: 75%; }
  form {
    float: none; }
  #sidebar {
    margin-top: 2em;
    clear: both; } }

@media handheld, only screen and (max-width: 550px) {
  #content article section.people img {
    float: none;
    display: block;
    margin: 0 auto 2em;
    padding: 0;
    border: none; }
  #content article section.people .description {
    width: 100%;
    margin-left: 0;
    clear: both; }
  #content .sectors li {
    width: 100%; }
  #content #coaches img {
    float: none;
    display: block;
    margin: 2em auto;
    padding: 0;
    border: none; }
  #content #coaches .description {
    width: 100%;
    margin-left: 0;
    clear: both; }
  form#contact_form {
    width: 100%;
    max-width: 100%;
    clear: both; } }

@media handheld, only screen and (max-width: 420px) {
  .home #homebanner {
    display: none; }
  #content article section.people {
    padding: 0; } }

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