/*!
Theme Name: Bellevue University Library
Theme URI: http://library.bellevue.edu
Author: Phenomblue
Author URI: http://bellevue.com
Description: Custom theme for library.bellevue.edu
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
Text Domain: Bellevue University Library 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@font-face {
  font-family: 'Bellevue-Lib-Icons';
  src: url('fonts/bellevue-lib.eot');
  /* IE9 Compat Modes */
  src: url('fonts/bellevue-lib.eot?#iefix') format('embedded-opentype'), url('fonts/bellevue-lib.woff') format('woff'), url('fonts/bellevue-lib.ttf') format('truetype'), url('fonts/bellevue-lib.svg') format('svg');
  /* Legacy iOS */ }

[class^="icon-"], [class*=" icon-"] {
  font-family: "Bellevue-Lib-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#main-content :focus {
  outline: none; }
#main-content .gform_wrapper .gfield_label {
  margin-bottom: 0; }
#main-content .gform_wrapper .top_label .gfield_description {
  padding-top: 0; }
#main-content .gform_wrapper .gfield_required {
  color: #ab162b; }
#main-content .gform_wrapper input.medium {
  width: 100%;
  max-width: 577px; }
#main-content .gform_wrapper input[type="text"] {
  background: #FFF;
  background-image: none;
  box-sizing: border-box;
  font-size: 0.88889em;
  padding: 5px; }
#main-content .gform_wrapper .gfield_select {
  display: block;
  box-sizing: border-box;
  width: 100%; }
  #main-content .gform_wrapper .gfield_select.medium {
    max-width: 577px; }
#main-content .gform_wrapper .textarea {
  display: block;
  box-sizing: border-box;
  font-size: 0.88889em;
  padding: 5px;
  width: 100%; }
  #main-content .gform_wrapper .textarea.medium {
    max-width: 577px; }
#main-content .gform_wrapper .medium + .chosen-container {
  max-width: 577px; }
#main-content .gform_wrapper .chosen-container {
  width: 100% !important; }
#main-content .gform_wrapper .chosen-container-single .chosen-single {
  background: #FFF;
  height: 30px;
  padding: 0 5px;
  line-height: 30px; }
  #main-content .gform_wrapper .chosen-container-single .chosen-single div {
    width: 25px; }
    #main-content .gform_wrapper .chosen-container-single .chosen-single div b {
      background-image: none !important; }
#main-content .gform_wrapper .chosen-container-single .chosen-drop .chosen-results .highlighted {
  background: #74569c;
  color: #FFF; }
#main-content .gform_wrapper .gfield_checkbox li label, #main-content .gform_wrapper .gfield_radio li label {
  display: inline-block;
  margin-left: 10px;
  line-height: 22px; }
#main-content .gform_wrapper .gform_button {
  border: none;
  cursor: pointer; }
#main-content .gform_wrapper .validation_error {
  color: #ab162b;
  border: none;
  padding: 0; }
#main-content .gform_wrapper .gfield_error {
  background: transparent;
  border: none; }
  #main-content .gform_wrapper .gfield_error .gfield_label {
    color: #ab162b; }
  #main-content .gform_wrapper .gfield_error .chosen-container .chosen-single {
    border: solid 1px #ab162b; }
  #main-content .gform_wrapper .gfield_error input {
    border: solid 1px #ab162b; }
#main-content .gform_wrapper .gfield_description.validation_message {
  margin-top: 0;
  padding: 3px 0 0 0 !important;
  color: #ab162b;
  font-style: italic; }

.site-header {
  position: relative; }
  .site-header .header {
    background: url(images/bg-header.jpg) repeat-x 50% 100% #4f3674;
    color: #FFF; }
  .site-header .content {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4.51128%;
    padding-top: 1.38889em;
    padding-bottom: 1.38889em; }

.site-title {
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 70%; }
  .site-title a {
    -webkit-transition: color 0.15s ease-in-out;
            transition: color 0.15s ease-in-out;
    color: #FFF;
    text-decoration: none; }
    .site-title a:hover {
      color: #d6ae00; }
  .site-title strong {
    display: none; }
  .site-title i {
    display: inline-block;
    vertical-align: middle;
    padding: 0.83333em 2.25564% 0.83333em 0;
    margin: 0 2.25564% 0 0;
    border-right: 2px solid #FFF; }
    .site-title i:before {
      font-family: "Bellevue-Lib-Icons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e600";
      font-size: 2.83333em; }
  .site-title .site-description {
    font-family: 'Nunito', arial, sans-serif;
    font-size: 1.66667em;
    font-weight: 300; }
  @media screen and (max-width: 750px) {
    .site-title {
      font-size: .9em; }
      .site-title i {
        padding: 0.83333em 0;
        margin: 0.83333em 0;
        border-bottom: 1px solid #FFF;
        border-right: none; }
      .site-title .site-description {
        display: block;
        padding: 0 0 0.55556em; } }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.librarian-navigation {
  display: inline-block;
  width: 30%;
  text-align: right; }
  @media screen and (max-width: 550px) {
    .librarian-navigation {
      -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out;
      position: fixed;
      bottom: 0;
      left: -100%;
      height: 80px;
      width: 80%;
      text-align: center;
      line-height: 80px;
      z-index: 999999;
      font-size: 20px;
      background: #e7e6e7; }
      .librarian-navigation.toggled {
        left: 0%; } }
  .touch .librarian-navigation {
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    position: fixed;
    bottom: 0;
    left: -100%;
    height: 80px;
    width: 80%;
    text-align: center;
    line-height: 80px;
    z-index: 999999;
    font-size: 20px;
    background: #e7e6e7; }
    .touch .librarian-navigation.toggled {
      left: 0%; }
  .librarian-navigation .librarian a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "\f086";
    margin: 0 0 0 10px; }

.primary-navigation {
  font-family: 'Nunito', arial, sans-serif;
  font-size: 1em;
  background: #74569c;
  position: relative;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(41, 51, 57, 0.2);
  color: #FFF; }
  @media screen and (max-width: 550px) {
    .primary-navigation {
      -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out;
      position: fixed;
      top: 0;
      left: -100%;
      height: 100%;
      width: 80%;
      z-index: 999998;
      box-shadow: 0px 0 200px rgba(41, 51, 57, 0);
      font-size: 1.66667em;
      color: #293339; }
      .primary-navigation.toggled {
        left: 0;
        box-shadow: 200px 0 0 rgba(41, 51, 57, 0.5); }
      .primary-navigation .touch * {
        -webkit-transition: none !important;
                transition: none !important; } }
  .touch .primary-navigation {
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 80%;
    z-index: 999998;
    box-shadow: 0px 0 200px rgba(41, 51, 57, 0);
    font-size: 1.66667em;
    color: #293339; }
    .touch .primary-navigation.toggled {
      left: 0;
      box-shadow: 200px 0 0 rgba(41, 51, 57, 0.5); }
    .touch .primary-navigation .touch * {
      -webkit-transition: none !important;
              transition: none !important; }
  .primary-navigation .menu-primary-container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4.51128%; }
    @media screen and (max-width: 550px) {
      .primary-navigation .menu-primary-container {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 90;
        background: #FFF;
        box-shadow: 0 0 10px rgba(41, 51, 57, 0.8);
        padding: 0;
        overflow: auto; }
        .primary-navigation .menu-primary-container ul.menu {
          padding: 0 0 110px; } }
    .touch .primary-navigation .menu-primary-container {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 90;
      background: #FFF;
      box-shadow: 0 0 10px rgba(41, 51, 57, 0.8);
      padding: 0;
      overflow: auto; }
      .touch .primary-navigation .menu-primary-container ul.menu {
        padding: 0 0 110px; }
  .primary-navigation li {
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: -1px;
    padding: 1.50376% 3.00752%;
    border-right: 1px solid #8e73b2; }
    @media screen and (max-width: 550px) {
      .primary-navigation li {
        margin: 0;
        border: none;
        padding: 0;
        display: block; }
        .primary-navigation li:before {
          content: " ";
          display: block;
          width: 50%;
          height: 1px;
          margin: 10px auto;
          background: #e7e6e7; } }
    .touch .primary-navigation li {
      margin: 0;
      border: none;
      padding: 0;
      display: block; }
      .touch .primary-navigation li:before {
        content: " ";
        display: block;
        width: 50%;
        height: 1px;
        margin: 10px auto;
        background: #e7e6e7; }
    .primary-navigation li:first-child {
      margin: 0; }
    .primary-navigation li:last-child {
      border: none; }
    .primary-navigation li.menu-item-has-children > a:after {
      display: inline-block;
      font-family: FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      content: " \f078";
      display: inline-block;
      margin: 0 0 0 0.55556em; }
      @media screen and (max-width: 550px) {
        .primary-navigation li.menu-item-has-children > a:after {
          display: none; } }
      .touch .primary-navigation li.menu-item-has-children > a:after {
        display: none; }
    .primary-navigation li:hover, .primary-navigation li.children-focused {
      background: #432e63;
      border-color: #432e63;
      color: #FFF; }
      @media screen and (max-width: 550px) {
        .primary-navigation li:hover, .primary-navigation li.children-focused {
          background: none; } }
      .touch .primary-navigation li:hover, .touch .primary-navigation li.children-focused {
        background: none; }
  .primary-navigation .home a {
    width: 0;
    white-space: nowrap;
    display: inline-block;
    text-indent: -2000px; }
    .primary-navigation .home a:before {
      display: inline-block;
      font-family: FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      content: "\f19c";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2.77778em;
      height: 2.77778em;
      z-index: 1;
      -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
              transform: scale(1.5);
      text-indent: 0;
      line-height: 2.77778em;
      margin: -1.38889em 0 0 -1.38889em;
      text-align: center; }
  @media screen and (max-width: 550px) {
    .primary-navigation .home {
      line-height: 2.8; }
      .primary-navigation .home a {
        width: 100%;
        padding: 0; }
        .primary-navigation .home a:before {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
      .primary-navigation .home:before {
        display: none; }
      .primary-navigation .home + li:before {
        display: none; } }
  .touch .primary-navigation .home {
    line-height: 2.8; }
    .touch .primary-navigation .home a {
      width: 100%;
      padding: 0; }
      .touch .primary-navigation .home a:before {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    .touch .primary-navigation .home:before {
      display: none; }
    .touch .primary-navigation .home + li:before {
      display: none; }
  .primary-navigation a {
    display: block;
    text-decoration: none;
    color: #FFF;
    background: none;
    cursor: pointer; }
    .primary-navigation a:before {
      content: " ";
      background: url(images/blank.png) repeat 0 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 51; }
    .primary-navigation a:hover {
      color: #FFF; }
    @media screen and (max-width: 550px) {
      .primary-navigation a {
        color: #293339;
        padding: 10px 10%; }
        .primary-navigation a:hover {
          color: #FFF;
          background: #4f3674; } }
    .touch .primary-navigation a {
      color: #293339;
      padding: 10px 10%; }
      .touch .primary-navigation a:hover {
        color: #FFF;
        background: #4f3674; }
  .primary-navigation .current-menu-item, .primary-navigation .current-menu-item:hover {
    background: #4f3674;
    border-color: #4f3674;
    color: #FFF; }
    @media screen and (max-width: 550px) {
      .primary-navigation .current-menu-item, .primary-navigation .current-menu-item:hover {
        background: none; }
        .primary-navigation .current-menu-item > a, .primary-navigation .current-menu-item > a:hover, .primary-navigation .current-menu-item:hover > a, .primary-navigation .current-menu-item:hover > a:hover {
          background: #e7e6e7;
          color: #293339; } }
    .touch .primary-navigation .current-menu-item, .touch .primary-navigation .current-menu-item:hover {
      background: none; }
      .touch .primary-navigation .current-menu-item > a, .touch .primary-navigation .current-menu-item > a:hover, .touch .primary-navigation .current-menu-item:hover > a, .touch .primary-navigation .current-menu-item:hover > a:hover {
        background: #e7e6e7;
        color: #293339; }
  .primary-navigation .current-menu-item > a {
    cursor: default; }
  .primary-navigation .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #432e63;
    max-height: 0px;
    -webkit-transition: max-height 0.3s ease-in-out;
            transition: max-height 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    overflow: hidden;
    box-shadow: 1px 3px 3px rgba(41, 51, 57, 0.1);
    z-index: 53; }
    .primary-navigation .sub-menu li {
      display: block;
      padding: 0 2.22222em;
      border: none;
      text-align: left;
      line-height: 3.5; }
      .primary-navigation .sub-menu li:hover {
        background: #5b3e85;
        border-color: #5b3e85;
        color: #FFF; }
    .primary-navigation .sub-menu a {
      white-space: nowrap;
      cursor: pointer; }
      .primary-navigation .sub-menu a[target="_blank"] {
        position: relative; }
        .primary-navigation .sub-menu a[target="_blank"]:after {
          display: inline-block;
          font-family: FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0);
          content: "\f08e";
          -webkit-transform: scale(.8);
              -ms-transform: scale(.8);
                  transform: scale(.8);
          position: absolute;
          top: 0;
          right: 100%;
          margin: 0 0.55556em 0 0; }
    .primary-navigation .sub-menu em {
      display: block;
      font-size: 0.77778em;
      margin: -2.22222em 0 0;
      color: #e7e6e7; }
    @media screen and (max-width: 550px) {
      .primary-navigation .sub-menu {
        position: static;
        background: none;
        max-height: none;
        font-size: .9em;
        padding: 0;
        box-shadow: none;
        overflow: visible;
        -webkit-transition: none;
                transition: none;
        -webkit-transition-delay: 0;
                transition-delay: 0; }
        .primary-navigation .sub-menu li {
          text-align: left;
          padding: 0;
          line-height: 1.2em; }
          .primary-navigation .sub-menu li:before {
            display: none; }
        .primary-navigation .sub-menu a {
          padding: 10px 10%;
          white-space: normal; }
          .primary-navigation .sub-menu a[target="_blank"]:after {
            left: 5px;
            right: auto;
            top: 10px;
            margin: 0; }
        .primary-navigation .sub-menu em {
          margin: 0;
          color: inherit;
          opacity: 0.8; } }
    .touch .primary-navigation .sub-menu {
      position: static;
      background: none;
      max-height: none;
      font-size: .9em;
      padding: 0;
      box-shadow: none;
      overflow: visible;
      -webkit-transition: none;
              transition: none;
      -webkit-transition-delay: 0;
              transition-delay: 0; }
      .touch .primary-navigation .sub-menu li {
        text-align: left;
        padding: 0;
        line-height: 1.2em; }
        .touch .primary-navigation .sub-menu li:before {
          display: none; }
      .touch .primary-navigation .sub-menu a {
        padding: 10px 10%;
        white-space: normal; }
        .touch .primary-navigation .sub-menu a[target="_blank"]:after {
          left: 5px;
          right: auto;
          top: 10px;
          margin: 0; }
      .touch .primary-navigation .sub-menu em {
        margin: 0;
        color: inherit;
        opacity: 0.8; }
  .primary-navigation li:hover .sub-menu, .primary-navigation li.children-focused .sub-menu {
    max-height: 700px;
    z-index: 52; }
  .primary-navigation:hover li .sub-menu {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }

@media screen and (max-width: 550px) {
  .toggle {
    padding: 20px 4.51128%;
    margin: 0 0.27778em;
    font-size: 3.33333em;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 52; }
    .toggle:after {
      display: inline-block;
      font-family: FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      content: "\f0c9"; }
    .toggle:hover {
      color: #d6ae00; }
    .toggle.toggled {
      position: fixed;
      z-index: 9999999; }
      .toggle.toggled:after {
        content: "\f00d"; } }

.touch .toggle {
  padding: 20px 4.51128%;
  margin: 0 0.27778em;
  font-size: 3.33333em;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 52; }
  .touch .toggle:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "\f0c9"; }
  .touch .toggle:hover {
    color: #d6ae00; }
  .touch .toggle.toggled {
    position: fixed;
    z-index: 9999999; }
    .touch .toggle.toggled:after {
      content: "\f00d"; }

.alert {
  font-family: 'Nunito', arial, sans-serif;
  background: #ab162b;
  color: #FFF;
  padding: 0.37594% 1.8797%;
  font-size: 0.77778em;
  text-align: center;
  box-shadow: 0 -2px 1px rgba(41, 51, 57, 0.1) inset; }
  @media screen and (max-width: 550px) {
    .alert {
      font-size: 1em; } }
  .touch .alert {
    font-size: 1em; }
  .alert a {
    color: #FFF; }
    .alert a:hover {
      color: #D9CEB2; }

body, select, input, textarea {
  color: #444444; }

html, body {
  margin: 0;
  padding: 0;
  background: #4f3674;
  font-size: 18px;
  line-height: 1.4;
  font-family: Arial, sans-serif; }
  @media screen and (max-width: 480px) {
    html, body {
      font-size: 9px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito', arial, sans-serif; }

h1 {
  font-size: 4em;
  font-weight: 100;
  line-height: 1;
  margin: 0.41667em 0 0.27778em;
  text-transform: uppercase; }

h2 {
  font-size: 2.22222em;
  font-weight: 100;
  color: #4f3674;
  line-height: 1.2;
  margin: 0; }
  h2 + p {
    margin-top: 0.55556em; }

h3 {
  font-size: 1.66667em;
  font-weight: 200;
  margin: 1.11111em 0 0.55556em;
  line-height: 1.2;
  color: #4f3674; }
  h3 a {
    color: inherit;
    text-decoration: none; }
    h3 a:hover {
      color: #ab162b; }
  h3 + p {
    margin-top: -0.55556em; }

h4 {
  font-size: 1.44444em;
  padding: 0 0 0.38462em;
  margin: 0.69231em 0;
  line-height: 1.2;
  font-weight: 300;
  border-bottom: 1px solid; }
  h4 a {
    text-decoration: none;
    display: block; }

p {
  margin: 1.11111em 0; }

a {
  color: #4f3674; }
  a:hover {
    color: #ab162b; }

img {
  max-width: 100%;
  height: auto; }
  a img {
    border: none;
    outline: none; }

/*!
Resources Icons entered by Joel Hartung on 1/17/2017
*/
.resources-icon-business {
background-image: url("http://library.bellevue.edu/wp-content/uploads/2017/01/business.jpg");
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
padding-left: 30px;
}

.resources-icon-science {
background-image: url("http://library.bellevue.edu/wp-content/uploads/2017/01/science.jpg");
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
padding-left: 30px;
}

.resources-icon-health {
background-image: url("http://library.bellevue.edu/wp-content/uploads/2017/01/health.jpg");
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
padding-left: 30px;
}

.resources-icon-safety {
background-image: url("http://library.bellevue.edu/wp-content/uploads/2017/01/safety.jpg");
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
padding-left: 30px;
}

.resources-icon-education {
background-image: url("http://library.bellevue.edu/wp-content/uploads/2017/01/education.jpg");
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
padding-left: 30px;
}

.resources-icon-humancapital {
background-image: url("http://library.bellevue.edu/wp-content/uploads/2017/01/humancapital.jpg");
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
padding-left: 30px;
}

.resources-icon-arts {
background-image: url("http://library.bellevue.edu/wp-content/uploads/2017/01/arts.jpg");
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
padding-left: 30px;
}

strong {
  font-weight: bold;
  color: #4f3674; }

ul {
  margin: 1.11111em 0;
  padding: 0 0 0 1.11111em; }

li {
  font-size: 0.875em; }

input {
  outline: none; }

.container {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4.51128%; }

.nowrap {
  white-space: nowrap; }

.no-transition, .no-transition * {
  -webkit-transition: none !important;
          transition: none !important; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  top: 0;
  left: 0; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

.hide {
  display: none; }

pre {
  padding: 20px;
  font-size: 12px;
  text-align: left;
  background: #293339;
  color: #FFF; }
  pre + pre {
    border-top: 2px dashed #FFF;
    margin-top: -1em; }
  pre:empty:before {
    content: "No data output"; }

.color-purple {
  color: #4f3674; }

.color-red {
  color: #ab162b; }

.color-black {
  color: #293339; }

.color-white {
  color: #FFF; }

.color-dark-purple {
  color: #3c334a; }

.color-mid-purple {
  color: #221435; }

.color-light-purple {
  color: #74569c; }

.color-lighter-purple {
  color: #9f95ad; }

.color-off-white {
  color: #e7e6e7; }

.color-background-white {
  color: #f6f5f8; }

.color-akaroa {
  color: #D9CEB2; }

.background-purple {
  background: #4f3674; }

.background-red {
  background: #ab162b; }

.background-black {
  background: #293339; }

.background-white {
  background: #FFF; }

.background-dark-purple {
  background: #3c334a; }

.background-mid-purple {
  background: #221435; }

.background-light-purple {
  background: #74569c; }

.background-lighter-purple {
  background: #9f95ad; }

.background-off-white {
  background: #e7e6e7; }

.background-background-white {
  background: #f6f5f8; }

.background-akaroa {
  background: #D9CEB2; }

a.button, .button a, .simple-button, .gform_button {
  font-family: 'Nunito', arial, sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  display: inline-block;
  border-radius: 5px;
  background: #4f3674;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05556em;
  line-height: 1;
  padding: 0.83333em 1.11111em;
  box-shadow: 1px 1px 3px rgba(41, 51, 57, 0.1); }
  a.button:hover, .button a:hover, .simple-button:hover, .gform_button:hover {
    background: #ab162b;
    color: #FFF; }
  a.button i, .button a i, .simple-button i, .gform_button i {
    display: inline-block;
    margin: 0 0.55556em; }
    a.button i.left, .button a i.left, .simple-button i.left, .gform_button i.left {
      margin-left: 0; }
    a.button i.right, .button a i.right, .simple-button i.right, .gform_button i.right {
      margin-right: 0; }
  a.button[target="_blank"]:after, .button a[target="_blank"]:after, .simple-button[target="_blank"]:after, .gform_button[target="_blank"]:after {
    display: none; }

.gf_browser_ie.gform_wrapper input.button {
  padding: 0.83333em 1.11111em !important; }

.site-main {
  background: #f6f5f8;
  color: #293339;
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible; }
  .site-main li {
    margin: 0.83333em 0; }

.entry-content-wrapper {
  margin-top: 4.44444em;
  margin-bottom: 4.44444em; }
  .entry-content-wrapper.has-sidebar .entry-content, .entry-content-wrapper.has-sidebar .sidebar {
    display: inline-block;
    vertical-align: top; }
  .entry-content-wrapper.has-sidebar .entry-content {
    width: 54.13534%;
    padding: 0 6.01504% 0 0; }
  .entry-content-wrapper.has-sidebar .sidebar {
    width: 39.84962%; }
  @media screen and (max-width: 480px) {
    .entry-content-wrapper.has-sidebar .entry-content, .entry-content-wrapper.has-sidebar .sidebar {
      width: auto;
      display: block;
      padding: 0;
      margin: 4.44444em 0 0; } }

.dynamic-background {
  position: relative;
  overflow: hidden; }
  .dynamic-background .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%; }

.post-thumbnail {
  height: 19.16667em; }
  @media screen and (max-width: 480px) {
    .post-thumbnail {
      height: 13.33333em; } }
  .post-thumbnail .image {
    width: 100%;
    height: 100%; }
    .page-services .post-thumbnail .image .background {
      background-position: 50% 30%; }

.hero-content {
  background: #9f95ad;
  padding: 1px 0;
  text-align: center;
  color: #4f3674; }
  @media screen and (max-width: 480px) {
    .hero-content {
      font-size: .8em; } }
  .hero-content .container {
    margin: 3.61111em auto; }
  .hero-content h1 {
    color: #FFF;
    font-size: 2em; }
  .hero-content h2 {
    font-size: 1.5em; }
  .hero-content p {
    font-size: 1em;
    font-weight: 600;
    max-width: 886.66667px;
    margin-left: auto;
    margin-right: auto; }
  .hero-content table {
    margin: 0 auto;
    text-align: left;
    border-spacing: 0.55556em; }
    .hero-content table td:first-child {
      padding-right: 3.33333em; }

.callout {
  font-family: 'Nunito', arial, sans-serif;
  box-shadow: 0 0 25px rgba(41, 51, 57, 0.4);
  background: #e7e6e7; }
  .callout h3 {
    padding: 1.11111em 2.22222em;
    background: #4f3674;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    margin: 0; }
  .callout .content {
    padding: 1.11111em 2.22222em; }
  .callout table {
    width: 100%;
    border-spacing: 0.55556em 0.83333em; }
  @media screen and (max-width: 480px) {
    .callout {
      margin: 0 -4.51128%;
      box-shadow: none; } }

.table-wrapper {
  width: 100%;
  overflow: auto; }
  .table-wrapper td {
    vertical-align: top; }

.panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 1.11111em 0; }
  .page .panels {
    margin: 1.11111em -1.11111em; }
    .page .panels .panel {
      box-sizing: border-box;
      padding: 1.11111em; }
  .panels .panel {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    @media screen and (min-width: 200px) {
      .panels .panel.count-1 .panel:before {
        content: " ";
        position: absolute;
        top: 25%;
        right: 0;
        width: 1px;
        height: 50%;
        background: #c8c6cb;
        z-index: 3; }
      .panels .panel.count-1 .panel:last-child:before {
        display: none; } }
    @media screen and (min-width: 400px) {
      .panels .panel.count-2 .panel:before {
        content: " ";
        position: absolute;
        top: 25%;
        right: 0;
        width: 1px;
        height: 50%;
        background: #c8c6cb;
        z-index: 3; }
      .panels .panel.count-2 .panel:last-child:before {
        display: none; } }
    @media screen and (min-width: 600px) {
      .panels .panel.count-3 .panel:before {
        content: " ";
        position: absolute;
        top: 25%;
        right: 0;
        width: 1px;
        height: 50%;
        background: #c8c6cb;
        z-index: 3; }
      .panels .panel.count-3 .panel:last-child:before {
        display: none; } }
    @media screen and (min-width: 800px) {
      .panels .panel.count-4 .panel:before {
        content: " ";
        position: absolute;
        top: 25%;
        right: 0;
        width: 1px;
        height: 50%;
        background: #c8c6cb;
        z-index: 3; }
      .panels .panel.count-4 .panel:last-child:before {
        display: none; } }
    @media screen and (min-width: 1000px) {
      .panels .panel.count-5 .panel:before {
        content: " ";
        position: absolute;
        top: 25%;
        right: 0;
        width: 1px;
        height: 50%;
        background: #c8c6cb;
        z-index: 3; }
      .panels .panel.count-5 .panel:last-child:before {
        display: none; } }
  .panels .panel-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url(images/blank.png) repeat 0 0; }
  .panels.count-1 {
    margin-left: 0%;
    margin-right: 0%; }
    .panels.count-1 .panel {
      margin-left: 0%; }
      @media screen and (min-width: 200px) {
        .panels.count-1 .panel {
          width: 100%; } }
  .panels.count-2 {
    margin-left: 0%;
    margin-right: 0%; }
    .panels.count-2 .panel {
      margin-left: 0%; }
      @media screen and (min-width: 200px) {
        .panels.count-2 .panel {
          width: 100%; } }
      @media screen and (min-width: 400px) {
        .panels.count-2 .panel {
          width: 50%; } }
  .panels.count-3 {
    margin-left: 0%;
    margin-right: 0%; }
    .panels.count-3 .panel {
      margin-left: 0%; }
      @media screen and (min-width: 200px) {
        .panels.count-3 .panel {
          width: 100%; } }
      @media screen and (min-width: 400px) {
        .panels.count-3 .panel {
          width: 50%; } }
      @media screen and (min-width: 600px) {
        .panels.count-3 .panel {
          width: 33.33333%; } }
  .panels.count-4 {
    margin-left: 0%;
    margin-right: 0%; }
    .panels.count-4 .panel {
      margin-left: 0%; }
      @media screen and (min-width: 200px) {
        .panels.count-4 .panel {
          width: 100%; } }
      @media screen and (min-width: 400px) {
        .panels.count-4 .panel {
          width: 50%; } }
      @media screen and (min-width: 600px) {
        .panels.count-4 .panel {
          width: 33.33333%; } }
      @media screen and (min-width: 800px) {
        .panels.count-4 .panel {
          width: 25%; } }
  .panels.count-5 {
    margin-left: 0%;
    margin-right: 0%; }
    .panels.count-5 .panel {
      margin-left: 0%; }
      @media screen and (min-width: 200px) {
        .panels.count-5 .panel {
          width: 100%; } }
      @media screen and (min-width: 400px) {
        .panels.count-5 .panel {
          width: 50%; } }
      @media screen and (min-width: 600px) {
        .panels.count-5 .panel {
          width: 33.33333%; } }
      @media screen and (min-width: 800px) {
        .panels.count-5 .panel {
          width: 25%; } }
      @media screen and (min-width: 1000px) {
        .panels.count-5 .panel {
          width: 20%; } }
  .panels.top-border {
    position: relative; }
    .panels.top-border:before {
      content: " ";
      position: absolute;
      left: 25%;
      top: 0;
      width: 50%;
      height: 1px;
      background: #c8c6cb;
      z-index: 3; }
    .panels.top-border .panel:before {
      display: none; }
  .panels.no-hover .panel:after {
    display: none; }
  .panels.align-left {
    text-align: left; }
  .panels.align-right {
    text-align: right; }
  .panels.align-center {
    text-align: center; }

.tertiary-content {
  background: #e7e6e7;
  box-shadow: 0 -3px 5px rgba(41, 51, 57, 0.4);
  padding: 3.88889em 0;
  text-align: center; }
  .tertiary-content .panels {
    overflow: hidden;
    margin-top: -3.88889em;
    margin-bottom: -3.88889em; }
    .tertiary-content .panels.top-border {
      margin-top: 3.33333em; }
      .tertiary-content .panels.top-border .panel {
        padding-top: 2.77778em; }
    .tertiary-content .panels .content {
      padding: 0 2.77778em; }
    .tertiary-content .panels .panel {
      position: relative;
      padding: 3.88889em 1px 3.88889em 0;
      margin-right: -1px;
      overflow: hidden; }
      .tertiary-content .panels .panel .panel-link {
        top: -500%;
        height: 1500%; }
      .tertiary-content .panels .panel:after {
        -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #dfdce4;
        z-index: 1;
        opacity: 0; }
      .tertiary-content .panels .panel:hover:after {
        opacity: 1; }
    .tertiary-content .panels .content {
      position: relative;
      z-index: 2; }
  .tertiary-content ul {
    text-align: left; }

.site-footer {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4.51128%;
  padding-top: 3.7594%;
  padding-bottom: 3.7594%;
  color: #FFF; }
  .site-footer nav, .site-footer .content {
    font-size: 1.11111em;
    line-height: 2.2; }
  .site-footer a {
    color: #D9CEB2;
    text-decoration: none; }
    .site-footer a:hover {
      color: #FFF; }
  .site-footer .quick-links, .site-footer .contact-us, .site-footer .social-navigation {
    display: inline-block;
    vertical-align: top; }
  .site-footer .quick-links {
    width: 60.90226%;
    padding-right: 3.7594%; }
    .site-footer .quick-links ul {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
      -webkit-column-count: 2.22222em;
         -moz-column-count: 2.22222em;
              column-count: 2.22222em; }
      .no-csscolumns .site-footer .quick-links ul li {
        display: inline-block;
        vertical-align: top;
        width: 22%; }
  .site-footer .contact-us {
    width: 25.56391%;
    padding-right: 3.7594%; }
  .site-footer .social-navigation {
    width: 6.01504%;
    text-align: right;
    overflow: visible; }
    .site-footer .social-navigation li {
      display: block;
      position: relative;
      font-size: 2em;
      padding: 12.5% 0; }
      .site-footer .social-navigation li:hover {
        color: #D9CEB2; }
      .site-footer .social-navigation li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        text-indent: 2000px;
        white-space: nowrap;
        background: url(images/blank.png) repeat 0 0; }
  .site-footer .footer-menu {
    text-align: center;
    padding: 3.7594% 0; }
    .site-footer .footer-menu nav {
      padding: 0 0 0.75188%; }
    .site-footer .footer-menu li {
      display: inline-block;
      margin: 0 2.25564%; }
  @media screen and (max-width: 550px) {
    .site-footer h4 {
      border: none;
      position: relative; }
      .site-footer h4:after {
        content: " ";
        position: absolute;
        width: 50%;
        left: 25%;
        bottom: 0;
        height: 1px;
        background: #e7e6e7;
        opacity: 0.3; }
    .site-footer .quick-links, .site-footer .contact-us, .site-footer .social-navigation {
      width: auto;
      display: block;
      margin: 2.22222em 0;
      padding: 0;
      text-align: center; }
      .site-footer .quick-links li, .site-footer .contact-us li, .site-footer .social-navigation li {
        display: inline-block;
        margin: 0 5px;
        padding: 0; }
      .site-footer .quick-links ul, .site-footer .contact-us ul, .site-footer .social-navigation ul {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }

.librarian-chat {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 70; }
  @media screen and (max-width: 800px) {
    .librarian-chat .container {
      padding: 0; } }
  .librarian-chat .chat-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    float: right;
    width: 25.56391%;
    min-width: 320px;
    height: 60px;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      .librarian-chat .chat-wrapper {
        width: 100%;
        height: 0; } }
  .librarian-chat .chat {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    margin-top: 60px;
    width: 100%;
    height: 320px;
    position: relative;
    overflow: visible; }
    .librarian-chat .chat > div {
      background: #FFF; }
  .librarian-chat h4 {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    color: #FFF;
    position: absolute;
    top: -2em;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    overflow: hidden;
    font-size: 20px; }
    .librarian-chat h4 span {
      -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s;
      background: #3c334a;
      position: absolute;
      box-sizing: border-box;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0 15px;
      margin: 0;
      line-height: 2; }
    .librarian-chat h4 i {
      float: right;
      line-height: 2;
      position: relative;
      z-index: 2;
      padding: 0 15px; }
      .librarian-chat h4 i:before {
        content: "\f086"; }
  .librarian-chat.toggled .chat-wrapper {
    height: 320px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    box-shadow: 0 0 10px rgba(41, 51, 57, 0.4); }
  .librarian-chat.toggled .chat {
    margin-top: 0px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .librarian-chat.toggled h4 {
	  position: relative;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    top: 0; }
    .librarian-chat.toggled h4 span {
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;}
    .librarian-chat.toggled h4 i:before {
      content: "\f00d"; }
  .librarian-chat.toggled .mobile .chat {
    margin-top: 40px; }
  .librarian-chat.toggled .mobile h4 {
    right: 0;
    top: -40px; }
    .librarian-chat.toggled .mobile h4 span {
      left: 0; }

.spotlights {
  max-width: 1100px;
  margin: 3.33333em auto 4.44444em; }
  @media screen and (max-width: 500px) {
    .spotlights {
      padding: 0; } }
  .spotlights ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .spotlights li {
    position: relative;
    display: none;
    padding: 0 0 60px;
    margin: 0; }
    .spotlights li:first-child {
      display: block; }
    .spotlights li:before, .spotlights li:after {
      content: " ";
      position: absolute;
      top: 100%;
      left: 1%;
      width: 98%;
      height: 18px;
      margin: -133px 0 0;
      border-radius: 100%;
      box-shadow: 0 50px 15px rgba(41, 51, 57, 0.8);
      -webkit-transform: rotate(1.8deg);
          -ms-transform: rotate(1.8deg);
              transform: rotate(1.8deg);
      z-index: 1; }
    .spotlights li:before {
      -webkit-transform: rotate(-1.8deg);
          -ms-transform: rotate(-1.8deg);
              transform: rotate(-1.8deg); }
  .spotlights .bx-wrapper {
    margin-bottom: -60px; }
    .spotlights .bx-wrapper li {
      display: block; }
  .spotlights .spotlight-wrapper {
    border: 1px solid #bdbdbf;
    border-radius: 2px;
    background: #FFF;
    position: relative;
    z-index: 2;
    padding: 2.77778em 6.66667em 4.44444em; }
    @media screen and (max-width: 500px) {
      .spotlights .spotlight-wrapper {
        padding: 2.77778em 1.11111em 4.44444em;
        border-left: none;
        border-right: none;
        border-radius: 0; } }
  .spotlights .spotlight-image {
    width: 31.11111%;
    padding: 0 5.55556%;
    display: inline-block;
    vertical-align: middle; }
    .spotlights .spotlight-image img {
      width: 100%;
      height: auto; }
  .spotlights .image .content {
    width: 63.33333%;
    display: inline-block;
    vertical-align: middle; }
  .spotlights .image.left .spotlight-image {
    padding-left: 0; }
  .spotlights .image.right .spotlight-image {
    padding-right: 0; }
  .spotlights .bx-viewport {
    height: auto !important; }
  .spotlights .bx-wrapper .bx-controls-direction a {
    margin-top: -41px; }
  .spotlights .bx-wrapper .bx-pager {
    padding: 0;
    position: absolute;
    bottom: 0.55556em;
    margin-bottom: 60px;
    left: 0;
    width: 100%; }

.library-search {
  position: relative;
  z-index: 60;
  text-align: center; }
  @media screen and (max-width: 950px) {
    .library-search {
      text-align: left; } }
  .library-search .container {
    max-width: 1100px;
    margin: 1.11111em auto; }
  .library-search p {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: visible; }
    @media screen and (max-width: 950px) {
      .library-search p {
        display: block;
        margin: 0.27778em 0; } }
  .library-search .advanced {
    display: block;
    width: auto;
    text-align: right;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 10px 0 0; }
  .library-search label {
    font-family: 'Nunito', arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #4f3674;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative; }
    @media screen and (max-width: 950px) {
      .library-search label {
        width: 20%;
        text-align: right; } }
    .library-search label abbr {
      font-size: 0.66667em;
      display: inline-block;
      background: #4f3674;
      color: #FFF;
      width: 1.66667em;
      height: 1.66667em;
      line-height: 1.66667em;
      text-align: center;
      border-radius: 100%;
      vertical-align: top;
      position: absolute;
      right: 100%;
      top: 50%;
      margin: -0.83333em 0 0;
      z-index: 50; }
      .library-search label abbr:before, .library-search label abbr:after {
        -webkit-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
        position: absolute;
        opacity: 0;
        top: 100%; }
      .library-search label abbr:before {
        content: attr(data-tooltip);
        background: #74569c;
        color: #FFF;
        width: 33.33333em;
        text-align: left;
        padding: 0em;
        margin: 1.66667em 0 0;
        left: -0.83333em;
        max-height: 0;
        overflow: hidden; }
      .library-search label abbr:after {
        content: " ";
        border-color: transparent transparent #74569c;
        border-width: 0.83333em;
        border-style: solid;
        width: 0;
        height: 0;
        left: 0;
        margin: 2px 0 0; }
      .library-search label abbr:hover:before, .library-search label abbr:hover:after {
        opacity: 1;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      .library-search label abbr:hover:before {
        max-height: 500px;
        padding: 1.11111em; }
  .library-search select, .library-search input[type="text"] {
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #AAA;
    width: 22.22222em;
    font-size: 1em;
    height: 3.22222em;
    line-height: 3.22222em;
    padding: 0 1.94444em;
    margin: 0;
    box-sizing: border-box;
    background: #FFF; }
    @media screen and (max-width: 950px) {
      .library-search select, .library-search input[type="text"] {
        width: 80%; } }
  .library-search select {
    background: url(images/select-arrow.png) no-repeat 100% 50% #FFF;
    background-size: contain;
    padding-right: 6.94444em;
    width: 12.77778em; }
    @media screen and (max-width: 950px) {
      .library-search select {
        width: 80%; } }
  .library-search select, .library-search .chosen-container {
    width: 12.77778em !important;
    text-align: left; }
    .library-search select strong, .library-search .chosen-container strong {
      display: block;
      font-size: .8em;
      color: inherit;
      opacity: 0.8;
      font-weight: 400; }
    @media screen and (max-width: 950px) {
      .library-search select, .library-search .chosen-container {
        width: 80% !important; } }
  .library-search .engine select, .library-search .engine .chosen-container {
    width: 17.22222em !important; }
    @media screen and (max-width: 950px) {
      .library-search .engine select, .library-search .engine .chosen-container {
        width: 80% !important; } }
  .library-search .query {
    position: relative; }
    .library-search .query label.submit {
      -webkit-transition: background 0.2s ease-in-out;
              transition: background 0.2s ease-in-out;
      position: absolute;
      top: 0;
      right: 0;
      background: #4f3674;
      height: 100%;
      width: 4.27778em;
      text-align: center;
      line-height: 3.61111em;
      cursor: pointer; }
      .library-search .query label.submit:hover {
        background: #74569c; }
      .library-search .query label.submit:after {
        display: inline-block;
        font-family: FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        content: "\f002";
        color: #FFF;
        font-size: 1.2em;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        line-height: 10px;
        height: 10px;
        margin: -5px 0 0; }
      .library-search .query label.submit input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden; }
  .library-search .advanced a {
    font-family: 'Nunito', arial, sans-serif;
    font-weight: 700;
    color: #4f3674;
    text-decoration: none; }
    .library-search .advanced a:hover {
      color: #ab162b; }

.buttons {
  background: url(images/bg-header.jpg) repeat-x 50% 100% #4f3674;
  padding: 0 0 6px;
  text-align: center; }
  @media screen and (max-width: 650px) {
    .buttons {
      height: 0;
      overflow: hidden;
      border-bottom: 10px solid #4f3674; } }
  .buttons:before {
    content: " ";
    background: url(images/bg-header.jpg) repeat-x 50% 100% #4f3674;
    display: block;
    width: 100%;
    height: 6px;
    box-shadow: 0 5px 3px rgba(41, 51, 57, 0.6); }
  .buttons ul {
    padding: 0.83333em 0;
    margin: 0 auto; }
  .buttons li {
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    display: inline-block;
    margin: 0 0.83333em;
    width: 15.03759%;
    box-sizing: border-box;
    background: #221435;
    border: 0.55556em solid #3a225a;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
    .buttons li:hover {
      background: #4f3674;
      border: 0.55556em solid #674697; }
    .buttons li:after {
      display: inline-block;
      content: " ";
      width: 0.5%;
      height: 0;
      padding: 0 0 80%;
      vertical-align: middle; }
  .buttons a {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    color: #FFF;
    text-decoration: none;
    outline: none; }
    .buttons a:before {
      display: block;
      font-size: 3.88889em;
      margin: 0 0 0.11111em; }
    .buttons a:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .buttons a .title {
      font-family: 'Nunito', arial, sans-serif;
      font-weight: 200;
      font-size: 1.77778em; }

.articles {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 71.42857%;
  padding-right: 6.01504%; }
  @media screen and (max-width: 850px) {
    .articles {
      display: block;
      width: auto;
      padding: 0; } }
  .articles ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .articles li {
    margin: 0 0 2.22222em; }
  .articles .post-image {
    width: 34.09091%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 6.81818%; }
    @media screen and (max-width: 500px) {
      .articles .post-image {
        width: auto;
        display: block;
        margin-bottom: 2.22222em; } }
    .articles .post-image img {
      width: 100%;
      height: auto;
      box-shadow: 2px 2px 15px rgba(41, 51, 57, 0.3); }
  .articles .post-image + .content {
    width: 65.90909%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 500px) {
      .articles .post-image + .content {
        width: auto;
        display: block; } }
    .articles .post-image + .content > *:first-child {
      margin-top: 0; }
  .articles .meta {
    font-size: 0.77778em; }
  .articles .more {
    font-family: 'Nunito', arial, sans-serif;
    text-align: right;
    display: block;
    text-decoration: none;
    color: #4f3674;
    font-size: 1.22222em; }
    .articles .more:hover {
      color: #ab162b; }
    .articles .more:after {
      display: inline-block;
      font-family: FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      content: "\f105";
      display: inline-block;
      margin: 0 0 0 10px; }

.calendar {
  background: #e7e6e7;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 15px rgba(41, 51, 57, 0.3);
  width: 28.57143%; }
  @media screen and (max-width: 850px) {
    .calendar {
      display: block;
      width: auto;
      margin: 8.88889em auto 3.88889em; }
      .calendar .ui-datepicker .ui-datepicker-header:after {
        height: 50px;
        padding: 0; } }

.events h3 {
  background: #4f3674;
  color: #FFF;
  text-align: center;
  line-height: 2;
  margin: 0; }
.events ul {
  list-style: none;
  margin: 0;
  padding: 0.83333em 0; }
.events li {
  padding: 0.55556em 1.38889em; }
  .events li a {
    font-family: 'Nunito', arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 0.27778em;
    display: block;
    text-decoration: none;
    font-size: 1.33333em; }
  .events li.hovered {
    background: #ceccce; }

.search-form {
  position: relative; }
  .search-form input[type="search"] {
    width: 100%;
    height: 3.61111em;
    padding: 0 8.33333em 0 0.83333em;
    margin: 0;
    box-sizing: border-box;
    font-size: 1em;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #AAA; }
  .search-form input[type="submit"] {
    font-family: 'Nunito', arial, sans-serif;
    position: absolute;
    right: 0;
    top: 0;
    width: 7.5em;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 1em;
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
    height: 3.61111em;
    background: #4f3674;
    color: #FFF;
    cursor: pointer; }
    .search-form input[type="submit"]:hover {
      background: #ab162b; }

.search-wrapper {
  margin: 1.66667em 0 4.44444em; }

.result-area {
  margin: 2.22222em 0; }
  .result-area article {
    margin: 1.66667em 0; }

.pagination {
  font-family: 'Nunito', arial, sans-serif;
  font-weight: 300;
  color: #698392;
  margin: 3.88889em 0 2.22222em;
  padding: 1.11111em 0 0;
  font-size: 1.8em;
  text-align: right;
  border-top: 1px solid #e7e6e7; }
  .pagination a, .pagination span {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle; }
    .pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next {
      width: 1.11111em;
      text-indent: -2000px;
      overflow: hidden;
      position: relative;
      text-align: left; }
      .pagination a.prev:after, .pagination a.next:after, .pagination span.prev:after, .pagination span.next:after {
        display: inline-block;
        font-family: FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        content: "\f054";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        text-indent: 0;
        line-height: 1.4; }
    .pagination a.prev:after, .pagination span.prev:after {
      content: "\f053"; }
  @media screen and (max-width: 480px) {
    .pagination {
      text-align: center; } }

.filters {
  position: relative;
  margin: 1.66667em 0;
  text-align: center;
  margin-left: -1.50376%;
  margin-right: -1.50376%; }
  .filters label {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 1.66667em 0;
    width: 100%; }
  .filters label {
    margin-left: 1.45985%; }
    @media screen and (min-width: 400px) {
      .filters label {
        width: 96.99248%; } }
    @media screen and (min-width: 800px) {
      .filters label {
        width: 47.74436%; } }
  .filters select, .filters input[type="search"] {
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #AAA;
    width: 100%;
    font-size: 1em;
    height: 3.22222em;
    line-height: 3.22222em;
    padding: 0 1.94444em;
    margin: 0;
    box-sizing: border-box;
    background: #FFF;
    text-align: left; }
  .filters select {
    background: url(images/select-arrow.png) no-repeat 100% 50% #FFF;
    background-size: contain;
    padding-right: 6.94444em; }
  .filters select, .filters .chosen-container {
    width: 100% !important;
    text-align: left; }
    .filters select strong, .filters .chosen-container strong {
      display: block;
      font-size: .8em;
      color: inherit;
      opacity: 0.8;
      font-weight: 400; }

.collapsible h3.header {
  color: #444;
  font-size: 1.11111em; }

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  z-index: 20; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }
  .bx-wrapper .bx-loading:after {
    content: " ";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    background: #FFF;
    z-index: 10; }
  .bx-wrapper .bx-loading:before {
    -webkit-animation: rotating 1s linear infinite;
            animation: rotating 1s linear infinite;
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    content: "\f021";
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    z-index: 15; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 1.11111em; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    background: #bcbcbc;
    text-indent: -9999px;
    display: block;
    width: 1.11111em;
    height: 1.11111em;
    margin: 0 0.27778em;
    outline: 0;
    border-radius: 100%;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.6) inset; }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
      background: #515151; }

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  color: #4f3674;
  text-decoration: none; }
  .bx-wrapper .bx-controls-direction a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 3.33333em; }
  .bx-wrapper .bx-controls-direction a:hover {
    color: #ab162b; }
  .bx-wrapper .bx-controls-direction a:focus {
    text-shadow: 0 0 3px rgba(79, 54, 116, 0.8); }
  .bx-wrapper .bx-controls-direction a.disabled {
    display: none; }
.bx-wrapper .bx-controls-direction .bx-prev {
  left: 10px; }
  .bx-wrapper .bx-controls-direction .bx-prev:after {
    text-align: left;
    content: "\f053"; }
.bx-wrapper .bx-controls-direction .bx-next {
  right: 10px; }
  .bx-wrapper .bx-controls-direction .bx-next:after {
    text-align: right;
    content: "\f054"; }
@media screen and (max-width: 500px) {
  .bx-wrapper .bx-controls-direction {
    display: none; } }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.ui-datepicker {
  font-family: 'Nunito', arial, sans-serif;
  background: #4f3674;
  color: #FFF;
  width: 100%; }
  .ui-datepicker a {
    color: #FFF;
    text-decoration: none;
    display: block; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #74569c;
    font-size: 1.55556em; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-year {
      display: none; }
    .ui-datepicker .ui-datepicker-header .ui-corner-all {
      -webkit-transition: background 0.2s ease-in-out;
              transition: background 0.2s ease-in-out;
      position: absolute;
      top: 0;
      width: 18.42105%;
      height: 100%; }
      .ui-datepicker .ui-datepicker-header .ui-corner-all span {
        display: none; }
      .ui-datepicker .ui-datepicker-header .ui-corner-all:hover {
        cursor: pointer;
        background: #74569c; }
      .ui-datepicker .ui-datepicker-header .ui-corner-all:after {
        display: inline-block;
        font-family: FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        font-size: 1.38889em;
        line-height: 20px;
        position: absolute;
        margin: -10px 0 0;
        width: 100%;
        height: 20px;
        top: 50%;
        left: 0; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 0;
      border-right: 1px solid #74569c; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
        content: "\f104"; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 0;
      border-left: 1px solid #74569c; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
        content: "\f105"; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      display: inline-block;
      vertical-align: middle;
      font-weight: 700;
      position: relative;
      top: 2px; }
    .ui-datepicker .ui-datepicker-header:after {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      width: 1px;
      height: 0;
      padding: 0 0 18.42105%; }
  .ui-datepicker .ui-datepicker-calendar {
    background: #4f3674;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar th {
      font-size: 1.16667em;
      font-weight: 300;
      padding: 0.55556em 0; }
      .ui-datepicker .ui-datepicker-calendar th:first-child {
        padding-left: 3%; }
      .ui-datepicker .ui-datepicker-calendar th:last-child {
        padding-right: 3%; }
    .ui-datepicker .ui-datepicker-calendar tbody {
      background: #74569c;
      border-spacing: 0;
      border-collapse: collapse;
      text-align: center;
      border-top: 0.27778em solid #74569c;
      border-bottom: 0.55556em solid #74569c; }
    .ui-datepicker .ui-datepicker-calendar td {
      padding: 0.11111em 0;
      font-size: 1.55556em;
      font-weight: 300; }
      .ui-datepicker .ui-datepicker-calendar td:first-child {
        padding-left: 3%; }
      .ui-datepicker .ui-datepicker-calendar td:last-child {
        padding-right: 3%; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-other-month {
      color: #a994c4;
      cursor: default; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
      cursor: default; }
    .ui-datepicker .ui-datepicker-calendar .has-event {
      background: rgba(79, 54, 116, 0.5); }
      .ui-datepicker .ui-datepicker-calendar .has-event:hover {
        background: rgba(79, 54, 116, 0.8); }

/* @group Base */
#main-content {
  /* @end */
  /* @group Single Chosen */
  /* @end */
  /* @group Results */
  /* @end */
  /* @group Multi Chosen */
  /* @end */
  /* @group Active	*/
  /* @end */
  /* @group Disabled Support */
  /* @end */
  /* @group Right to Left */ }
  #main-content .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.88889em;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    #main-content .chosen-container * {
      box-sizing: border-box; }
    #main-content .chosen-container .chosen-drop {
      position: absolute;
      top: 100%;
      left: -9999px;
      z-index: 1010;
      width: 100%;
      border: 1px solid #aaa;
      border-top: 0;
      background: #fff;
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
    #main-content .chosen-container.chosen-with-drop .chosen-drop {
      left: 0; }
    #main-content .chosen-container a {
      cursor: pointer; }
    #main-content .chosen-container .search-choice .group-name, #main-content .chosen-container .chosen-single .group-name {
      margin-right: 4px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-weight: normal;
      color: #999999; }
      #main-content .chosen-container .search-choice .group-name:after, #main-content .chosen-container .chosen-single .group-name:after {
        content: ":";
        padding-left: 2px;
        vertical-align: top; }
  #main-content .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 1.66667em;
    height: 3.61111em;
    border: 1px solid #bdbdbf;
    border-radius: 1px;
    background-color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 3.61111em;
    color: #293339; }
  #main-content .chosen-container-single .chosen-default {
    color: #999; }
  #main-content .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 5.83333em;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #main-content .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px; }
  #main-content .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 4.72222em;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px; }
    #main-content .chosen-container-single .chosen-single abbr:hover {
      background-position: -42px -10px; }
  #main-content .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px; }
  #main-content .chosen-container-single .chosen-single div {
    -webkit-transition: background 0.2s ease-in-out;
            transition: background 0.2s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 4.72222em;
    height: 100%;
    background: #4f3674; }
    #main-content .chosen-container-single .chosen-single div:hover {
      background: #74569c; }
    #main-content .chosen-container-single .chosen-single div b {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center; }
      #main-content .chosen-container-single .chosen-single div b:after {
        display: inline-block;
        font-family: FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        content: "\f107";
        color: #FFF;
        font-size: 1.5em; }
  #main-content .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap; }
    #main-content .chosen-container-single .chosen-search input[type="text"] {
      margin: 1px 0;
      padding: 4px 20px 4px 5px;
      width: 100%;
      height: auto;
      outline: 0;
      border: 1px solid #aaa;
      background: #fff;
      font-size: 1em;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0; }
  #main-content .chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box; }
  #main-content .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px; }
  #main-content .chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
    color: #293339; }
    #main-content .chosen-container .chosen-results li {
      display: none;
      margin: 0;
      padding: 5px 6px;
      list-style: none;
      line-height: 15px;
      word-wrap: break-word;
      -webkit-touch-callout: none; }
      #main-content .chosen-container .chosen-results li.active-result {
        display: list-item;
        cursor: pointer; }
      #main-content .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #546874;
        cursor: default; }
      #main-content .chosen-container .chosen-results li.highlighted {
        background-color: #74569c;
        color: #FFF; }
      #main-content .chosen-container .chosen-results li.no-results {
        color: #ab162b;
        display: list-item;
        background: #e7e6e7; }
      #main-content .chosen-container .chosen-results li.group-result {
        display: list-item;
        font-weight: bold;
        cursor: default; }
      #main-content .chosen-container .chosen-results li.group-option {
        padding-left: 15px; }
      #main-content .chosen-container .chosen-results li.result-selected {
        background: #4f3674;
        color: #FFF; }
      #main-content .chosen-container .chosen-results li em {
        font-style: normal;
        text-decoration: underline; }
  #main-content .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text; }
  #main-content .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
    #main-content .chosen-container-multi .chosen-choices li.search-field {
      margin: 0;
      padding: 0;
      white-space: nowrap; }
      #main-content .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        margin: 1px 0;
        padding: 0;
        height: 25px;
        outline: 0;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none;
        color: #999;
        font-size: 100%;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0; }
    #main-content .chosen-container-multi .chosen-choices li.search-choice {
      position: relative;
      margin: 3px 5px 3px 0;
      padding: 3px 20px 3px 5px;
      border: 1px solid #aaa;
      max-width: 100%;
      border-radius: 3px;
      background-color: #eeeeee;
      background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      background-size: 100% 19px;
      background-repeat: repeat-x;
      background-clip: padding-box;
      box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
      color: #333;
      line-height: 13px;
      cursor: default; }
      #main-content .chosen-container-multi .chosen-choices li.search-choice span {
        word-wrap: break-word; }
      #main-content .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        position: absolute;
        top: 4px;
        right: 3px;
        display: block;
        width: 12px;
        height: 12px;
        font-size: 1px; }
        #main-content .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
          background-position: -42px -10px; }
    #main-content .chosen-container-multi .chosen-choices li.search-choice-disabled {
      padding-right: 5px;
      border: 1px solid #ccc;
      background-color: #e4e4e4;
      background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      color: #666; }
    #main-content .chosen-container-multi .chosen-choices li.search-choice-focus {
      background: #d4d4d4; }
      #main-content .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
        background-position: -42px -10px; }
  #main-content .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0; }
  #main-content .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default; }
  #main-content .chosen-container-active .chosen-single {
    border: 1px solid #74569c;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  #main-content .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset; }
  #main-content .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none; }
    #main-content .chosen-container-active.chosen-with-drop .chosen-single div b:after {
      content: "\f106"; }
  #main-content .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    #main-content .chosen-container-active .chosen-choices li.search-field input[type="text"] {
      color: #222 !important; }
  #main-content .chosen-disabled {
    opacity: 0.5 !important;
    cursor: default; }
    #main-content .chosen-disabled .chosen-single {
      cursor: default; }
    #main-content .chosen-disabled .chosen-choices .search-choice .search-choice-close {
      cursor: default; }
  #main-content .chosen-rtl {
    text-align: right; }
    #main-content .chosen-rtl .chosen-single {
      overflow: visible;
      padding: 0 8px 0 0; }
    #main-content .chosen-rtl .chosen-single span {
      margin-right: 0;
      margin-left: 4.72222em;
      direction: rtl; }
    #main-content .chosen-rtl .chosen-single-with-deselect span {
      margin-left: 38px; }
    #main-content .chosen-rtl .chosen-single div {
      right: auto;
      left: 3px; }
    #main-content .chosen-rtl .chosen-single abbr {
      right: auto;
      left: 4.72222em; }
    #main-content .chosen-rtl .chosen-choices li {
      float: right; }
      #main-content .chosen-rtl .chosen-choices li.search-field input[type="text"] {
        direction: rtl; }
      #main-content .chosen-rtl .chosen-choices li.search-choice {
        margin: 3px 5px 3px 0;
        padding: 3px 5px 3px 19px; }
        #main-content .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
          right: auto;
          left: 4px; }
    #main-content .chosen-rtl.chosen-container-single-nosearch .chosen-search, #main-content .chosen-rtl .chosen-drop {
      left: 9999px; }
    #main-content .chosen-rtl.chosen-container-single .chosen-results {
      margin: 0 0 4px 4px;
      padding: 0 4px 0 0; }
    #main-content .chosen-rtl .chosen-results li.group-option {
      padding-right: 15px;
      padding-left: 0; }
    #main-content .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
      border-right: none; }
    #main-content .chosen-rtl .chosen-search input[type="text"] {
      padding: 4px 5px 4px 20px;
      direction: rtl; }
    #main-content .chosen-rtl.chosen-container-single .chosen-single div b {
      background-position: 6px 2px; }
    #main-content .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
      background-position: -12px 2px; }

/* @end */
.collapsible {
  margin: 1.11111em 0 2.22222em; }
  .collapsible .header {
    cursor: pointer;
    font-weight: 300; }
    .collapsible .header:hover {
      color: #ab162b; }
    .collapsible .header:before {
      display: inline-block;
      font-family: FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      content: "\f068";
      display: inline-block;
      margin: 0 0.16667em 0 0;
      -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
              transform: scale(0.6); }
  .collapsible .collapsed .header:before {
    content: "\f067"; }
  .collapsible .collapsible-content {
    padding: 0 0 1.66667em 1.66667em; }
    .collapsible .collapsible-content > *:first-child {
      margin-top: 0; }
    .collapsible .collapsible-content > *:last-child {
      margin-bottom: 0; }

#colorbox, #cboxOverlay, #cboxWrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 9999; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  height: 100%;
  position: fixed;
  width: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  border: 0;
  display: block;
  float: left;
  margin: auto;
  max-width: none;
  ms-interpolation-mode: bicubic; }

.cboxIframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  moz-box-sizing: content-box;
  webkit-box-sizing: content-box; }

#cboxOverlay {
  background: #293339; }

#colorbox .entry-content {
  color: #293339;
  padding: 20px 4.51128%;
  box-sizing: border-box;
  max-width: 98%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle; }

#cboxContent {
  background: #FFF;
  overflow: visible; }

.cboxIframe {
  background: #fff; }

#cboxError {
  border: 1px solid #ccc;
  padding: 50px; }

#cboxLoadedContent {
  background: #FFF;
  padding: 1px; }
  #cboxLoadedContent:after {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle; }

#cboxLoadingGraphic {
  background: url(images/preloader.gif) no-repeat center center;
  background-size: 80px auto; }

#cboxLoadingOverlay {
  background: #FFF; }

#cboxTitle {
  display: none; }

#cboxCurrent {
  position: absolute;
  right: 205px;
  text-indent: -9999px;
  top: -22px; }

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  height: 40px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 40px;
  background: none; }
  #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0; }
  #cboxPrevious:after, #cboxNext:after, #cboxSlideshow:after, #cboxClose:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
    color: #293339;
    font-size: 32px;
    text-align: center;
    line-height: 40px; }

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px; }

#cboxPrevious:hover {
  background-position: 0px -25px; }

#cboxNext {
  background-position: -25px 0px;
  right: 22px; }

#cboxNext:hover {
  background-position: -25px -25px; }

#cboxClose {
  right: 0; }
  #cboxClose:after {
    content: "\f00d"; }

#cboxClose:hover {
  background-position: -50px -25px; }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

/* iCheck plugin Square skin
----------------------------------- */
.icheckbox_square, .iradio_square {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(square.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square {
  background-position: 0 0; }

.icheckbox_square.hover {
  background-position: -24px 0; }

.icheckbox_square.checked {
  background-position: -48px 0; }

.icheckbox_square.disabled {
  background-position: -72px 0;
  cursor: default; }

.icheckbox_square.checked.disabled {
  background-position: -96px 0; }

.iradio_square {
  background-position: -120px 0; }

.iradio_square.hover {
  background-position: -144px 0; }

.iradio_square.checked {
  background-position: -168px 0; }

.iradio_square.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square.checked.disabled {
  background-position: -216px 0; }

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square, .iradio_square {
    background-image: url(images/icheck/square@2x.png);
    background-size: 240px 24px; } }

/* green */
.icheckbox_square-green, .iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(images/icheck/green.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-green {
  background-position: 0 0; }

.icheckbox_square-green.hover {
  background-position: -24px 0; }

.icheckbox_square-green.checked {
  background-position: -48px 0; }

.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default; }

.icheckbox_square-green.checked.disabled {
  background-position: -96px 0; }

.iradio_square-green {
  background-position: -120px 0; }

.iradio_square-green.hover {
  background-position: -144px 0; }

.iradio_square-green.checked {
  background-position: -168px 0; }

.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square-green.checked.disabled {
  background-position: -216px 0; }

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-green, .iradio_square-green {
    background-image: url(green@2x.png);
    background-size: 240px 24px; } }

/* purple */
.icheckbox_square-purple, .iradio_square-purple {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(images/icheck/purple.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-purple {
  background-position: 0 0; }

.icheckbox_square-purple.hover {
  background-position: -24px 0; }

.icheckbox_square-purple.checked {
  background-position: -48px 0; }

.icheckbox_square-purple.disabled {
  background-position: -72px 0;
  cursor: default; }

.icheckbox_square-purple.checked.disabled {
  background-position: -96px 0; }

.iradio_square-purple {
  background-position: -120px 0; }

.iradio_square-purple.hover {
  background-position: -144px 0; }

.iradio_square-purple.checked {
  background-position: -168px 0; }

.iradio_square-purple.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square-purple.checked.disabled {
  background-position: -216px 0; }

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-purple, .iradio_square-purple {
    background-image: url(images/icheck/purple@2x.png);
    background-size: 240px 24px; } }

.staff {
  list-style: none;
  margin: 1.11111em 0;
  padding: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1.11111em;
     -moz-column-gap: 1.11111em;
          column-gap: 1.11111em; }
  .no-csscolumns .staff li {
    width: 40%;
    padding-left: 60px;
    vertical-align: top; }
  .no-csscolumns .staff img {
    width: 55px; }
  .staff li {
    position: relative;
    margin: 1.11111em 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box; }
  .staff h3 {
    margin: 0; }
    .staff h3 a {
      text-decoration: underline; }
      .staff h3 a:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
  .staff p {
    margin: 0; }
  .staff img {
    position: absolute;
    top: 0;
    left: 0;
    width: 18%;
    height: auto; }
  @media screen and (max-width: 800px) {
    .staff {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
      .staff li {
        min-height: 5.55556em; }
      .staff img {
        width: 5.55556em; } }
  @media screen and (max-width: 480px) {
    .staff {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }


/*# sourceMappingURL=style.css.map */