@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,500);
@font-face {
  font-family: 'ThrowHands';
  src: url("../fonts/webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/webfont.woff2") format("woff2"), url("../fonts/webfont.woff") format("woff"), url("../fonts/webfont.ttf") format("truetype"), url("../fonts/webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
h1, h2 {
  font-family: "ThrowHands", serif;
  font-size: 36px;
  color: #094fa3; }

h3 {
  font-size: 26px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #094fa3; }

h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #094fa3; }

a {
  color: #094fa3;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  a:hover {
    color: #094fa3;
    opacity: 0.8; }

p, li {
  font-size: 0.9rem;
  font-family: "Raleway", sans-serif; }

li {
  padding-bottom: 15px; }

b, strong {
  font-weight: 600; }

body {
  font-family: "Raleway", sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

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

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  padding: 0px;
  margin: 0px; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

figure {
  margin: 0; }

header {
  z-index: 1; }

main, .main {
  z-index: 0; }
  main:after, .main:after {
    content: "";
    display: table;
    clear: both; }

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

.wrapper {
  height: 100%;
  min-height: 100%; }

.show {
  display: block; }

.hide {
  display: none; }

.caps {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.table {
  display: table;
  margin: auto; }

.message {
  max-width: 500px;
  margin: 30px auto;
  background: #e5e5e5;
  padding: 4px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center; }
  .message.success, .message p.success {
    color: white;
    background: #094fa3; }
  .message.error, .message p.error {
    color: white;
    background: #FF4B4B; }

strong.search-excerpt {
  background-color: #b0d2fb; }

.container {
  width: 80%;
  margin: auto;
  max-width: 1400px; }

.padding-100 {
  padding: 100px 0px; }

.padding-200 {
  padding: 200px 0px; }

.position-center {
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 0px;
  left: 0px;
  margin: auto; }

/* The ghost, nudged to maintain perfect centering */
.centeredBlock:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

/* The element to be centered, can also be of any width and height */
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 300px; }

@media (max-width: 1024px) {
  .hideTablet {
    display: none !important; } }

@media (max-width: 480px) {
  .hideMobile {
    display: none !important; } }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.set-background {
  background-repeat: no-repeat; }

.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.top-center {
  background-position: top center; }

.center-center {
  background-position: center center; }

.bottom-center {
  background-position: bottom center; }

.left-center {
  background-position: left center; }

.right-center {
  background-position: right center; }

body {
  font-size: 18px; }
  body.questions {
    background: white; }

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

hr {
  border: none;
  height: 5px;
  width: 50px; }

form {
  text-align: left; }

.small, form label, ul.table li {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #767676; }

.close {
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .no-touch .close:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    .no-touch .close:hover:before, .no-touch .close:hover:after {
      background: #094fa3; }
  .close:before, .close:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background: #767676;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .navOpen .close {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px; }

.pagination {
  display: table;
  margin: 40px auto 80px auto; }
  .pagination ul {
    display: table-row;
    list-style: none;
    padding: 0; }
    .pagination ul li {
      display: table-cell;
      padding: 0 15px; }
  .pagination .dots {
    color: #E1E1E1; }

ul.table {
  list-style: none;
  margin: 0 auto 50px auto;
  padding: 0;
  display: table;
  text-align: center; }
  ul.table li {
    padding: 0 20px;
    display: table-cell; }
    ul.table li a {
      color: #767676; }
      .no-touch ul.table li a:hover {
        color: #094fa3; }
    ul.table li.on a {
      color: #094fa3; }
      .no-touch ul.table li.on a:hover {
        color: #094fa3; }

.button, input[type="button"] {
  font-family: "Raleway", sans-serif;
  margin-top: 30px;
  font-size: 1.0em;
  color: white;
  display: inline-block;
  border-radius: 15px;
  padding: 20px 30px;
  background: #ca4f9d;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  .button:hover, input[type="button"]:hover {
    color: white;
    background: #d676b3; }
  .button.secondary, input[type="button"].secondary {
    background: #094fa3;
    color: white !important; }
    .button.secondary:hover, input[type="button"].secondary:hover {
      color: white;
      background: #0c66d3; }

.span1 {
  width: 6.77966%;
  float: left;
  margin-right: 1.69492%; }

.pre1 {
  margin-left: 8.47458%; }

.post1 {
  margin-right: 8.47458%; }

.squish1 {
  margin-left: 8.47458%;
  margin-right: 8.47458%; }

.pad1 {
  padding-left: 8.47458%;
  padding-right: 8.47458%; }

.span2 {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%; }

.pre2 {
  margin-left: 16.94915%; }

.post2 {
  margin-right: 16.94915%; }

.squish2 {
  margin-left: 16.94915%;
  margin-right: 16.94915%; }

.pad2 {
  padding-left: 16.94915%;
  padding-right: 16.94915%; }

.span3 {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%; }

.pre3 {
  margin-left: 25.42373%; }

.post3 {
  margin-right: 25.42373%; }

.squish3, article.center {
  margin-left: 25.42373%;
  margin-right: 25.42373%; }

.pad3 {
  padding-left: 25.42373%;
  padding-right: 25.42373%; }

.span4 {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%; }

.pre4 {
  margin-left: 33.89831%; }

.post4 {
  margin-right: 33.89831%; }

.squish4 {
  margin-left: 33.89831%;
  margin-right: 33.89831%; }

.pad4 {
  padding-left: 33.89831%;
  padding-right: 33.89831%; }

.span5 {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%; }

.pre5 {
  margin-left: 42.37288%; }

.post5 {
  margin-right: 42.37288%; }

.squish5 {
  margin-left: 42.37288%;
  margin-right: 42.37288%; }

.pad5 {
  padding-left: 42.37288%;
  padding-right: 42.37288%; }

.span6 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%; }

.pre6 {
  margin-left: 50.84746%; }

.post6 {
  margin-right: 50.84746%; }

.squish6 {
  margin-left: 50.84746%;
  margin-right: 50.84746%; }

.pad6 {
  padding-left: 50.84746%;
  padding-right: 50.84746%; }

.span7 {
  width: 57.62712%;
  float: left;
  margin-right: 1.69492%; }

.pre7 {
  margin-left: 59.32203%; }

.post7 {
  margin-right: 59.32203%; }

.squish7 {
  margin-left: 59.32203%;
  margin-right: 59.32203%; }

.pad7 {
  padding-left: 59.32203%;
  padding-right: 59.32203%; }

.span8 {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%; }

.pre8 {
  margin-left: 67.79661%; }

.post8 {
  margin-right: 67.79661%; }

.squish8 {
  margin-left: 67.79661%;
  margin-right: 67.79661%; }

.pad8 {
  padding-left: 67.79661%;
  padding-right: 67.79661%; }

.span9 {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%; }

.pre9 {
  margin-left: 76.27119%; }

.post9 {
  margin-right: 76.27119%; }

.squish9 {
  margin-left: 76.27119%;
  margin-right: 76.27119%; }

.pad9 {
  padding-left: 76.27119%;
  padding-right: 76.27119%; }

.span10 {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%; }

.pre10 {
  margin-left: 84.74576%; }

.post10 {
  margin-right: 84.74576%; }

.squish10 {
  margin-left: 84.74576%;
  margin-right: 84.74576%; }

.pad10 {
  padding-left: 84.74576%;
  padding-right: 84.74576%; }

.span11 {
  width: 91.52542%;
  float: left;
  margin-right: 1.69492%; }

.pre11 {
  margin-left: 93.22034%; }

.post11 {
  margin-right: 93.22034%; }

.squish11 {
  margin-left: 93.22034%;
  margin-right: 93.22034%; }

.pad11 {
  padding-left: 93.22034%;
  padding-right: 93.22034%; }

.span12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.pre12 {
  margin-left: 101.69492%; }

.post12 {
  margin-right: 101.69492%; }

.squish12 {
  margin-left: 101.69492%;
  margin-right: 101.69492%; }

.pad12 {
  padding-left: 101.69492%;
  padding-right: 101.69492%; }

.span-full {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.first {
  margin-left: 0; }

.last {
  float: right;
  margin-right: 0; }

@media (min-width: 981px) {
  nav .container {
    width: 100%; }

  input#search {
    width: 110px; }

  .top-bar .title-area {
    margin-right: 10px !important;
    margin-left: 10px !important; } }
@media (min-width: desktopSmall) {
  nav .container {
    width: 80%; }

  input#search {
    width: 100%; } }
@media (max-width: 480px) {
  nav .container {
    width: 100%; }

  .top-bar .title-area {
    margin-right: 10px !important;
    margin-left: 10px !important; } }
@media only screen and (min-width: 1200px) {
  input#search {
    width: 100%; } }
#searchform {
  position: relative; }

#searchsubmit {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 20px;
  border: none;
  background: url(../img/search.png) no-repeat;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  #searchsubmit:hover {
    opacity: 0.5; }
  #searchsubmit:focus {
    outline: none; }
  @media (min-width: desktopSmall) {
    #searchsubmit {
      top: 10px; } }

footer {
  background: #094fa3;
  color: white; }
  footer .divider {
    height: 200px;
    width: 1px;
    background: white;
    position: absolute;
    right: 30px; }
    @media (max-width: 64.0625em) {
      footer .divider {
        display: none; } }
  footer h2 {
    color: white; }
  footer img#oec {
    float: right; }
    @media (max-width: 64.0625em) {
      footer img#oec {
        float: left; } }
  footer ul {
    list-style: none;
    margin: 0;
    margin-bottom: 50px; }
    footer ul.links {
      -webkit-column-count: 2;
      /* Chrome, Safari, Opera */
      -moz-column-count: 2;
      /* Firefox */
      column-count: 2; }
      @media (max-width: 40.0625em) {
        footer ul.links {
          -webkit-column-count: 1;
          /* Chrome, Safari, Opera */
          -moz-column-count: 1;
          /* Firefox */
          column-count: 1; } }
    footer ul li {
      margin: 0;
      padding: 3px 0px; }
      footer ul li a {
        color: white; }
  footer nav ul.left li a {
    font-size: 1.3em; }
    @media (max-width: 90.0625em) {
      footer nav ul.left li a {
        font-size: 1.0em; } }
    @media (max-width: 64.0625em) {
      footer nav ul.left li a {
        font-size: 1.3em; } }
  footer ul li a {
    color: white;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    footer ul li a:hover {
      color: white; }

.photo-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center; }
  @media (max-width: 64.0625em) {
    .photo-left {
      float: left;
      height: 300px;
      width: 100%; }
      .photo-left .container {
        width: 100%; } }

.photo-right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center; }
  @media (max-width: 64.0625em) {
    .photo-right {
      float: left;
      height: 300px;
      width: 100%; }
      .photo-right .container {
        width: 100%; } }

.intro, .childcare, .contact {
  position: relative; }
  @media (max-width: 64.0625em) {
    .intro .content, .childcare .content, .contact .content {
      margin-top: 300px; } }

.announcements {
  background: url("../img/announcementsbg.jpg");
  min-height: 400px;
  padding: 100px 0px 150px 0px;
  text-align: center; }
  @media (max-width: 64.0625em) {
    .announcements {
      padding: 80px 0px; } }
  .announcements h2 {
    color: white; }
  .announcements img.line {
    padding-top: 20px; }

.cta {
  background: #ca4f9d url("../img/ctabg.jpg");
  background-repeat: repeat-x;
  min-height: 400px;
  padding: 250px 0px 100px 0px;
  text-align: center;
  color: white;
  position: relative; }
  .cta .sammie {
    position: absolute;
    left: calc(50% - 150px);
    top: -123px; }
  @media (max-width: 64.0625em) {
    .cta .large-4 {
      padding: 50px 0px; } }
  .cta .line {
    height: 3px;
    width: 60%;
    margin: 20px auto;
    background: url("../img/line.png") no-repeat;
    background-position: center center; }
  .cta h2 {
    color: white; }
  .cta .button {
    border: 30px solid transparent;
    -webkit-border-image: url("../img/border.png") 30 round;
    /* Safari 3.1-5 */
    -o-border-image: url("../img/border.png") 30 round;
    /* Opera 11-12.1 */
    border-image: url("../img/border.png") 30 round;
    padding: 0px 50px;
    background: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 1.0em;
    border-radius: 0px; }
    .cta .button:hover {
      border: 30px solid transparent;
      -webkit-border-image: url("../img/border.png") 30 round;
      /* Safari 3.1-5 */
      -o-border-image: url("../img/border.png") 30 round;
      /* Opera 11-12.1 */
      border-image: url("../img/border.png") 30 round;
      background: white;
      color: #ca4f9d; }

article {
  margin: 100px 0; }
  @media (max-width: 840px) {
    article {
      margin: 50px 0; } }
  @media (max-width: 480px) {
    article {
      margin: 40px 0; } }
  @media (max-width: 1024px) {
    article.center {
      margin-left: 16.94915%;
      margin-right: 16.94915%; } }
  @media (max-width: 768px) {
    article.center {
      margin-left: 8.47458%;
      margin-right: 8.47458%; } }
  @media (max-width: 624px) {
    article.center {
      margin-left: 0%;
      margin-right: 0%; } }
  article header {
    margin-bottom: 50px; }
    article header h1, article header h2 {
      margin: 30px 0 40px 0; }
      article header h1 a, article header h2 a {
        color: #323137; }
        .no-touch article header h1 a:hover, .no-touch article header h2 a:hover {
          color: #094fa3; }
  article ul, article ol, article blockquote {
    line-height: 1.6em; }
  article ul li, article ol li {
    padding: 10px 0; }
  article footer, article footer.content {
    margin-top: 80px;
    margin-bottom: 80px; }
    article footer:after, article footer.content:after {
      content: "";
      display: table;
      clear: both; }
  .single article, .page article {
    margin-left: auto;
    margin-right: auto; }
  .single-post article {
    margin-bottom: 0; }

body.modalOpen, body.navOpen {
  overflow: hidden; }

.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(9, 79, 163, 0.9);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .modalOpen .modal {
    visibility: visible;
    opacity: 1;
    z-index: 1000; }
  .navOpen .modal {
    z-index: 0; }
  .modal .mobileNav {
    display: none; }
    .navOpen .modal .mobileNav {
      display: block; }
    .modal .mobileNav ul {
      margin: 50px 0;
      list-style: none;
      text-align: center;
      font-size: 30px;
      padding: 0; }
      .modal .mobileNav ul li {
        margin: 10px 0; }
        .modal .mobileNav ul li a {
          color: white; }
  .modal .content {
    max-width: none; }
  .modal .pad {
    left: 0;
    right: 0;
    margin: 0 60px;
    background: white;
    position: relative;
    max-width: 1400px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: scale(0.5) translateY(-100%);
    -moz-transform: scale(0.5) translateY(-100%);
    -ms-transform: scale(0.5) translateY(-100%);
    transform: scale(0.5) translateY(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
    @media (max-width: 1024px) {
      .modal .pad {
        margin: 0 30px; } }
    @media (max-width: 768px) {
      .modal .pad {
        margin: 0 20px; } }
    @media (max-width: 840px) {
      .modal .pad {
        margin: 0 10px; } }
    .modalOpen .modal .pad {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-50%);
      -moz-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
      transform: scale(1) translateY(-50%); }
    .navOpen .modal .pad {
      background: none; }
      .navOpen .modal .pad .close {
        display: none; }
        .navOpen .modal .pad .close:before, .navOpen .modal .pad .close:after {
          background-color: white; }

.top-bar {
  background: white;
  height: 150px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  padding: 50px 0px 80px 0px;
  border-bottom: 5px solid #ca4f9d; }

.top-bar ul {
  list-style: none;
  margin-bottom: 0; }

.top-bar .row {
  max-width: none; }

.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0; }

.top-bar input,
.top-bar select {
  height: auto;
  padding-bottom: .35rem;
  padding-top: .35rem; }

input#search {
  padding: 10px;
  margin-top: -10px;
  margin-bottom: 20px; }

.top-bar .button, .top-bar button {
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem; }
  @media (min-width: desktopSmall) {
    .top-bar .button, .top-bar button {
      font-size: 0.9rem; } }

@media only screen and (max-width: 981px) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px; } }
.top-bar .title-area {
  margin: 0;
  position: relative;
  margin-top: -20px;
  margin-right: 50px; }
  @media (min-width: tabletMedium) {
    .top-bar .title-area {
      margin-right: 0px; } }

.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0; }

.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  margin: 0; }

.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #FFFFFF;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%; }

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0; }

.top-bar .toggle-topbar a {
  color: #094fa3;
  display: block;
  font-size: 1.0rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase; }
  @media (min-width: desktopSmall) {
    .top-bar .toggle-topbar a {
      font-size: 0.9rem; } }

.top-bar .toggle-topbar.menu-icon {
  margin-top: 0;
  top: 50%; }

.top-bar .toggle-topbar.menu-icon a {
  color: #094fa3;
  height: 34px;
  line-height: 33px;
  padding: 0 3.0rem 0 0.9375rem;
  position: relative; }

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -9px;
  margin-left: 10px;
  top: 50%;
  box-shadow: 0 0 0 1px #094fa3, 0 7px 0 1px #094fa3, 0 14px 0 1px #094fa3;
  width: 16px; }

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }

.top-bar.expanded {
  background: transparent;
  height: auto;
  padding-bottom: 100px; }

.top-bar.expanded .title-area {
  background: white; }

.top-bar.expanded .toggle-topbar a {
  color: #094fa3; }

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial; }

  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0; } }
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }

@media only screen and (max-width: 981px) {
  .top-bar-section {
    top: 80px; } }
.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%; }

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%; }

.top-bar-section ul li {
  background: white; }

.top-bar-section ul li > a {
  color: #094fa3;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  padding-left: 0.9375rem;
  padding: 12px 1.9375rem;
  text-transform: none;
  width: 100%; }

.top-bar-section ul li > a.button {
  height: auto;
  padding: 15px 20px;
  margin-top: -15px;
  border-radius: 10px;
  background-color: #ca4f9d;
  border-color: none;
  color: #FFFFFF; }

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #dc8abe; }

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF; }

.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333; }

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9; }

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333; }

.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF; }

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55; }

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF; }

.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF; }

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e; }

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF; }

.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF; }

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e; }

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF; }

.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333; }

.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #61b6d9; }

.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #FFFFFF; }

.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF; }

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095; }

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF; }

.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333; }

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9; }

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333; }

.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF; }

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55; }

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF; }

.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF; }

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e; }

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF; }

.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF; }

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e; }

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF; }

.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333; }

.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #61b6d9; }

.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #FFFFFF; }

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: white;
  color: #094fa3;
  background: white; }

.top-bar-section ul li.active > a {
  background: white;
  color: #094fa3; }

.top-bar-section ul li.active > a:hover {
  background: white;
  color: #094fa3; }

.top-bar-section .has-form {
  padding: 0.9375rem; }

.top-bar-section .has-dropdown {
  position: relative; }

.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(9, 79, 163, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  right: 0; }

.top-bar-section .has-dropdown.moved {
  position: static; }

.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  padding-top: 10px;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 80%;
  margin: auto 10%; }
  .top-bar-section .has-dropdown.moved > .dropdown.second {
    margin-left: 25%; }

.top-bar-section .has-dropdown.moved > a:after {
  display: none; }

.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%; }

.top-bar-section .dropdown li {
  height: auto;
  width: 100%; }

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem; }

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal; }

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem; }

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #094fa3;
  display: block; }

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none; }

.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem; }

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto; }

.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 981px) {
  .top-bar {
    background: white;
    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,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto; }

  .top-bar input,
  .top-bar select,
  .top-bar .button,
  .top-bar button {
    height: auto;
    position: relative;
    top: 0.53125rem;
    border-radius: 5px; }

  input#search {
    padding: 10px;
    margin-top: -10px; }

  .top-bar .has-form > .button,
  .top-bar .has-form > button {
    height: auto;
    position: relative;
    top: 0.53125rem; }

  .top-bar.expanded {
    background: white; }

  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 62.5rem; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }

  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto; }

  .top-bar-section ul li {
    float: left; }

  .top-bar-section ul li .js-generated {
    display: none; }

  .top-bar-section li.hover > a:not(.button) {
    background-color: white;
    background: white;
    color: #094fa3; }

  .top-bar-section li:not(.has-form) a:not(.button) {
    background: white;
    line-height: 2.8125rem;
    padding: 0 0.8rem; }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: white;
    background: white; }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: white;
    color: #094fa3;
    line-height: 2.8125rem;
    padding: 0 1.9375rem; }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: white;
    color: #094fa3; }

  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important; }

  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(9, 79, 163, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem; }

  .top-bar-section .has-dropdown.moved {
    position: relative; }

  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block; }

  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    padding-top: 10px;
    overflow: visible;
    clip: auto;
    display: block;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    color: #094fa3;
    position: absolute !important; }

  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px; }

  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto; }

  .top-bar-section .dropdown li a {
    background: white;
    color: #094fa3;
    line-height: 2.8125rem;
    padding: 12px 1.9375rem;
    white-space: nowrap; }

  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: white;
    color: #094fa3; }

  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #ccc;
    color: #094fa3;
    background: #ccc; }

  .top-bar-section .dropdown li label {
    background: white;
    white-space: nowrap; }

  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0; }

  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #4e4e4e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0; }

  .top-bar-section .has-form {
    background: white;
    height: 2.8125rem;
    padding: 0 0.9375rem; }

  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0; }

  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%; }

  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0; }

  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%; } }
#owl-announcements {
  margin: 50px 0px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  #owl-announcements .owl-stage-outer {
    padding: 30px 0px; }
  #owl-announcements .slide {
    background: white;
    padding: 20px 50px;
    margin: 20px;
    border-top: 20px solid #ca4f9d;
    box-shadow: 0px 0px 15px #333;
    z-index: 1;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    #owl-announcements .slide h3 {
      font-size: 18px; }
  #owl-announcements .center {
    z-index: 2 !important; }
    #owl-announcements .center .slide {
      -webkit-transform: scale(1.3, 1.3);
      -moz-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3);
      padding: 20px; }
  @media (max-width: 64.0625em) {
    #owl-announcements .center .slide {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); } }
  #owl-announcements .owl-nav {
    height: 50px;
    width: 100%;
    float: left;
    display: block;
    position: absolute;
    top: -30px; }
    @media (max-width: 64.0625em) {
      #owl-announcements .owl-nav {
        top: -70px; } }
    #owl-announcements .owl-nav .owl-prev {
      background: url(../img/prev.png) no-repeat;
      background-position: center left;
      height: 50px;
      float: left;
      width: 50%; }
    #owl-announcements .owl-nav .owl-next {
      background: url(../img/next.png) no-repeat;
      background-position: center right;
      height: 50px;
      float: right;
      width: 50%; }

/*# sourceMappingURL=c4k.website.css.map */
