@charset "UTF-8";
@import url("normalize.a9dacbaa363d.css");
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #7B479C;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #62397d;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #7B479C; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #7B479C;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(109, 63, 138, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 1.2em;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #666;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #7B479C;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #5c3575; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #7B479C;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #62397d;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #7B479C; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #7B479C;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(109, 63, 138, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 1.2em;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #666;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #7B479C;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #5c3575; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

header.navigation {
  /*transparentize(white, 0.5); */
  background-color: auto;
  /* $navigation-background; */
  border-bottom: 0px dotted #999;
  min-height: 60px;
  width: 100%;
  min-width: 350px;
  z-index: 999; }
  header.navigation img {
    height: auto;
    width: auto; }
  header.navigation .navigation-wrapper {
    position: relative;
    z-index: 9999; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: block; }
  header.navigation .signature {
    display: none; }
    @media only screen and (max-width: 700px) {
      header.navigation .signature {
        position: absolute;
        top: 0px;
        left: 10px;
        display: block;
        float: left;
        max-width: 240px; } }
  header.navigation .navigation-menu-button {
    position: absolute;
    top: 0px;
    right: 10px;
    color: rgba(52, 109, 152, 0.7);
    display: block;
    float: left;
    line-height: 60px;
    margin: 0 15px 0 10px;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media only screen and (min-width: 700px) {
      header.navigation .navigation-menu-button {
        display: none; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: #666; }
  header.navigation nav {
    float: left;
    min-height: 60px;
    z-index: 9999999;
    padding-top: 80px;
    border: 0px solid green;
    width: 100%; }
    @media only screen and (min-width: 700px) {
      header.navigation nav {
        padding-top: 0px;
        padding-left: 0px;
        float: left; } }
  header.navigation ul.navigation-menu {
    font-family: "Bree Serif", serif;
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999;
    margin-bottom: 20px; }
    header.navigation ul.navigation-menu.show {
      display: block; }
    @media only screen and (min-width: 700px) {
      header.navigation ul.navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  header.navigation ul li.nav-link {
    background: white;
    font-size: 1.2em;
    display: block;
    line-height: 60px;
    overflow: hidden;
    padding-right: 4px;
    padding-left: 4px;
    text-align: left;
    width: 100%;
    z-index: 9999; }
    @media only screen and (min-width: 700px) {
      header.navigation ul li.nav-link {
        font-size: 1.4em;
        background: transparent;
        padding-right: 0.3em;
        padding-left: 0.6em;
        display: inline;
        line-height: 60px;
        text-decoration: none;
        width: auto; } }
    header.navigation ul li.nav-link a {
      color: rgba(52, 109, 152, 0.7);
      display: inline-block;
      text-decoration: none;
      border-bottom: 0;
      padding-left: 40px;
      width: 100%; }
      @media only screen and (min-width: 700px) {
        header.navigation ul li.nav-link a {
          padding-right: 0.7em;
          padding-left: 0px;
          width: inherit; } }
      header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
        background-color: #9059b3;
        color: white; }
      @media only screen and (min-width: 700px) {
        header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover {
          color: #666;
          background-color: inherit; } }
  header.navigation .active-nav-item a {
    background-color: #7B479C;
    color: white; }
    @media only screen and (min-width: 700px) {
      header.navigation .active-nav-item a {
        border-bottom: 1px solid #346D98;
        padding-bottom: 3px; } }
  header.navigation li.more.nav-link {
    padding-right: 0; }
    @media screen {
      header.navigation li.more.nav-link {
        padding-right: 0em; } }
    header.navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    header.navigation li.more.nav-link a {
      margin-right: 1em; }
    header.navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    header.navigation li.more.nav-link > a::after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      color: rgba(52, 109, 152, 0.7);
      content: "\25BE"; }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: 0.8em; }
    header.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen {
        header.navigation li.more > a {
          margin-right: 1em; } }
      header.navigation li.more > a::after {
        content: "›";
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    header.navigation li.more:focus > .submenu, header.navigation li.more:hover > .submenu {
      display: block; }
    @media screen {
      header.navigation li.more {
        padding-right: 0.8em;
        position: relative; } }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0;
    font-size: 0.9em; }
    @media screen {
      header.navigation ul.submenu {
        left: -1em;
        position: absolute;
        top: 1.5em; } }
    @media screen {
      header.navigation ul.submenu .submenu.fly-out-right {
        left: 7.8em;
        top: 0; } }
    @media screen {
      header.navigation ul.submenu .submenu.fly-out-left {
        left: -7.8em;
        top: 0; } }
    @media screen {
      header.navigation ul.submenu .submenu {
        left: 7.8em;
        top: 0; } }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen {
        header.navigation ul.submenu li {
          line-height: 46.1538461538px; }
          header.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          header.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: 0.7em; } }
      header.navigation ul.submenu li a {
        background-color: #f7f7f7;
        display: inline-block;
        text-align: right;
        width: 100%; }
        @media screen {
          header.navigation ul.submenu li a {
            background-color: white;
            padding-left: 1em;
            text-align: left;
            width: 8em; } }
  header.navigation .navigation-tools {
    background: #505050;
    margin-right: 60px;
    clear: both;
    display: block;
    height: 60px; }
    @media screen {
      header.navigation .navigation-tools {
        background: transparent;
        clear: none;
        float: right; } }
  header.navigation .search-bar {
    float: left;
    padding: 0.85em 0.85em 0.7em 0.6em;
    width: 60%; }
    header.navigation .search-bar form {
      position: relative; }
      header.navigation .search-bar form input[type=search] {
        background: white;
        border: 1px solid #f2f2f2;
        border-radius: 6px;
        box-sizing: border-box;
        color: rgba(52, 109, 152, 0.7);
        font-size: 0.9em;
        font-style: italic;
        margin: 0;
        padding: 0.5em 0.8em;
        width: 100%; }
        @media screen {
          header.navigation .search-bar form input[type=search] {
            width: 100%; } }
      header.navigation .search-bar form button[type=submit] {
        background: white;
        border: 0;
        bottom: 0.3em;
        left: auto;
        outline: none;
        padding: 0 9px;
        position: absolute;
        right: 0.3em;
        top: 0.3em; }
        header.navigation .search-bar form button[type=submit] img {
          height: 12px;
          opacity: 0.7;
          padding: 1px; }
    @media screen {
      header.navigation .search-bar {
        display: inline-block;
        position: relative;
        width: 16em; }
        header.navigation .search-bar input {
          box-sizing: border-box;
          display: block; } }

header .contact {
  position: absolute;
  text-align: right;
  top: -10px;
  right: 0;
  width: 100%;
  max-width: inherit;
  z-index: 9999;
  border: 0px solid #7B479C;
  padding-left: 1em;
  display: none; }
  @media only screen and (min-width: 700px) {
    header .contact {
      display: inherit; } }
  header .contact h2 {
    font-size: 2em;
    margin: 0.5em 0; }
  header .contact a {
    padding: 0;
    color: #7B479C;
    font-weight: bold; }
    header .contact a :hover {
      text-decoration: underline; }
  header .contact ul {
    max-width: inherit;
    display: inline; }
    header .contact ul li {
      display: inline;
      width: 100%;
      border-bottom: 0px dotted #666;
      padding: 6px 0;
      margin-right: 20px; }
      header .contact ul li i {
        display: inline;
        margin-top: 4px;
        margin-right: 0.5em;
        font-size: 1em; }

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #7B479C;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #62397d;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #7B479C; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #7B479C;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(109, 63, 138, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 1.2em;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #666;
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #7B479C;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #5c3575; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.footer-container {
  background-color: #335e69;
  margin-top: 1em; }

footer {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-auto-rows: minmax(40px, auto);
  grid-column-gap: 10px;
  grid-template-areas: "sp op op op op sp ct ct ct";
  border: 0px solid red;
  max-width: 1060px;
  margin: 10px auto;
  min-height: 160px;
  -webkit-font-smoothing: antialiased;
  background-size: auto;
  background-repeat: repeat-x;
  background-color: #335e69;
  padding: 3em 2em 2em 2.3em; }
  footer img {
    width: inherit; }
  footer .contact {
    /* neat include span-columns(10) */
    grid-area: ct;
    grid-row: 1;
    border-right: 0;
    border-left: 0px dotted white;
    padding-left: 1em; }
    footer .contact h2 {
      font-size: 2em;
      margin: 0.5em 0; }
    footer .contact a {
      color: white;
      padding: 0;
      hover-color: red;
      hover-style: underline; }
    footer .contact ul {
      max-width: inherit;
      margin-bottom: 15px; }
    footer .contact li {
      display: block;
      width: 100%;
      border-bottom: 0px dotted #666;
      padding: 6px 0; }
      footer .contact li i {
        display: block;
        float: left;
        margin-top: 4px;
        margin-right: 0.5em;
        font-size: 1em; }
  footer button,
  footer .button {
    background-color: #FF653F; }
  footer .offices {
    /* neat include span-columns(10) */
    grid-area: op;
    margin-top: 2em; }
    footer .offices a img {
      width: 60%; }
    footer .offices h3 {
      font-size: 1.5em; }
    footer .offices ul {
      margin: 0 auto; }
    footer .offices li {
      background-size: 3em;
      padding: 0;
      font-size: 1.1em; }
    footer .offices li:first-child {
      margin-right: -1px; }
  footer .tel {
    display: block; }
  footer .vcard {
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    font-size: 0.9em;
    padding-left: 0.5em; }
    footer .vcard a {
      color: #fff; }
    footer .vcard a:hover {
      text-decoration: underline; }
    footer .vcard span {
      display: block; }

@media only screen and (min-width: 45em) {
  footer {
    min-height: 260px; }
    footer .contact {
      grid-area: op;
      grid-row: 1;
      border-left: 2px dotted white;
      padding-left: 1em; }
      footer .contact ul {
        max-width: 18em;
        margin-left: 10px; }
      footer .contact a {
        padding: 0.5em; }
      footer .contact li i {
        display: block;
        margin-right: 0.5em; }
    footer .offices {
      border: 0px solid red;
      /* neat include span-columns(4) */
      margin-top: 0; }
      footer .offices a img {
        width: 60%; }
      footer .offices a img {
        width: 60%; }
    footer .vcard {
      padding-left: 1em; } }
.section-navigation {
  padding-bottom: 15px;
  border: 0px solid #999;
  margin-bottom: 30px;
  width: 90%; }
  .section-navigation h2 {
    font-size: 1.2em;
    margin-bottom: 12px; }
  .section-navigation ul {
    margin: 0;
    padding: 0; }
    .section-navigation ul .children {
      margin-left: 1em; }
  .section-navigation li {
    list-style-type: none;
    margin-top: 0px; }
  .section-navigation a {
    display: block; }
    .section-navigation a:link, .section-navigation a:visited {
      font-size: 1.1em;
      text-decoration: none;
      color: #828BB1;
      padding: 0.6em 20px;
      width: 100%;
      border-top: 1px dotted #334998;
      background: url("/static/images/buttons/nav_bullet_blue.0e4192b1b50c.png") 8px 1.3em no-repeat; }
    .section-navigation a:hover {
      color: #334998;
      background: #D3D8E7 url("/static/images/buttons/nav_bullet_blue.0e4192b1b50c.png") 11px 1.3em no-repeat; }

@media only screen and (min-width: 45em) {
  .section-navigation {
    width: 70%; } }
body {
  margin: 0px;
  min-height: 300px; }

#main-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(35px, auto);
  grid-column-gap: 10px;
  grid-template-areas: "hd  hd  hd  hd  hd  hd" "snb  snb  snb  snb  snb  snb" "main main main main main main" "rc rc rc rc rc rc" "ft  ft  ft  ft  ft  ft";
  border: 0px solid red;
  max-width: 940px;
  margin: 0 auto;
  padding: 20px; }

#main-container > * {
  min-width: 0;
  box-sizing: border-box; }

/*---------------------------
/   Default columns layout
---------------------------*/
header {
  grid-area: hd;
  border: 0px solid orange; }

logo {
  grid-area: logo;
  display: none;
  max-width: 240px;
  border: 0px solid orange;
  padding: 0 50px 10px 10px; }
  @media only screen and (min-width: 700px) {
    logo {
      display: block;
      max-width: 240px; }
      logo img {
        width: auto;
        height: auto; } }

subnav-bar {
  grid-area: snb;
  background-color: #335e69;
  border: 0px solid orange; }

.left-column {
  grid-area: main;
  padding-top: 1.5em;
  border: 0px solid green;
  padding-right: 1em; }

.right-column {
  background: #fff url("/static/images/header-blue-gradient.31c0703fde2a.jpg") right 0 top 0;
  background-size: auto;
  background-repeat: repeat-x;
  grid-area: rc;
  border: 0px solid blue;
  padding: 2em 1em;
  margin-top: 40px; }
  .right-column .content {
    margin-top: 4em; }
  .right-column img {
    width: auto;
    border: 0px solid grey;
    padding: 4px;
    margin-top: 3em; }

/*************************************
*
* TYPOGRAPHY
*
**************************************/
h1 {
  font-size: 1.6em;
  color: #384665; }

h2 {
  font-size: 1.4em;
  color: #384665; }

.clear-section {
  clear: both;
  border: 0px solid green;
  height: 10px; }

.body-copy p,
.body-copy ul {
  list-style-type: disc;
  margin-left: 20px;
  list-style-position: inside;
  font-size: 1.1em;
  color: #666; }
  .body-copy p li,
  .body-copy ul li {
    margin-bottom: 1em; }

.body-copy h1 {
  font-size: 3em; }

.body-copy h1.long-title {
  font-size: 3em; }

.body-copy h2 {
  font-size: 1.4em;
  color: #384665;
  border: 0px solid green;
  margin-top: 1.5em; }

.body-content {
  padding-right: 20px;
  border: 0px solid green; }

.intro {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 3em; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.container {
  padding: 0;
  max-width: 96em;
  margin: 0 auto; }

.bxslider {
  width: 90%; }

.screenshots-main {
  text-align: center;
  width: 100%;
  max-width: initial; }
  .screenshots-main img {
    border: 1px solid #999;
    padding: 5px;
    width: 100%; }

.pull-quote {
  padding: 3em;
  border: 0px solid #999;
  background: url("/static/images/quote-66.e9e4ab39c2b9.png") 8px 1.3em no-repeat; }

.pull-quote p {
  background: url("/static/images/quote-99.6949d2558397.png") bottom right no-repeat;
  padding-bottom: 3em;
  font-style: italic;
  text-indent: 30px; }

.right-column .pull-quote {
  padding: 40px 0px 0px 0px;
  margin: 10px;
  border: 0px solid green;
  background: url("/static/images/quote-66.e9e4ab39c2b9.png") -5px 0px no-repeat; }
.right-column .pull-quote p {
  text-indent: 60px; }

.purple-tinted-box {
  background-color: #ebe3f0;
  padding: 15px;
  border: 0px solid #ccc;
  margin: 50px 0;
  border-radius: 10px; }
  .purple-tinted-box ul {
    list-style-type: disc;
    margin-left: 20px;
    list-style-position: inside; }
    .purple-tinted-box ul li {
      margin-bottom: 1em; }

.downloads {
  border: 0px solid green; }
  .downloads h6 {
    font-size: 1.1em;
    margin-top: 1.5em;
    padding-bottom: 1em;
    border-bottom: 2px dotted #ddd; }
  .downloads li {
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px; }
  .downloads a {
    display: block; }
    .downloads a:link, .downloads a:visited {
      font-size: 1.1em;
      text-decoration: none;
      color: #828BB1;
      padding: .6em 20px;
      width: 100%;
      background: url("/static/images/buttons/nav_bullet_blue.0e4192b1b50c.png") 8px 1.3em no-repeat; }
    .downloads a:hover {
      color: #334998;
      background: #D3D8E7 url("/static/images/buttons/nav_bullet_blue.0e4192b1b50c.png") 11px 1.3em no-repeat; }

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