@charset "UTF-8";
/* ==================================================================
	 Screen Sizes
================================================================== */
/* ==================================================================
	 Global Sizes
================================================================== */
/* ==================================================================
	 Colors (names from http://chir.ag/projects/name-that-color)
================================================================== */
/**alternate row bckgd in datatables, details row, and panel-heading background**/
/**only used for border in grants file upload form. this is also the default bootstrap color for a panel border **/
/**only used in .radio-border **/
/**used in alumni profile, background for profile tabs**/
/* ==================================================================
	 Amherst Colors
================================================================== */
/* body text on white background */
/* banner background */
/* navs and buttons */
/* links within body text, do not use otherwise */
/* links on black background */
/* buttons */
/* button hover */
/* ==================================================================
	 Images
================================================================== */
/* ==================================================================
	 Fonts
================================================================== */
/**
Font Family
**/
/* specify in media queries */
/**
Font Weights
**/
/**
Font Sizes
**/
/* ==================================================================
	 Mixins
================================================================== */
/**Media Queries**/
/** adjust padding while adding a bottom border **/
/** Accepts font size in rem for full display
	$sizeValue is the value at full display
	$reduction should be the decimal representation of the percent to reduce
	$reduce is passed only if we should reduce.
**/
/** PAGER BUTTONS **/
.pager li > input {
  padding: 5px 14px;
  border: transparent;
  border-radius: 2px;
  outline: none;
}

.btn-header {
  /** use this for buttons outside of forms (in the header area) that may need space **/
  margin: 2em 0 2em 0;
}

.btn-margin-right {
  margin-right: 10px;
}

/** Below is needed because no bootstrap-variables exist for hover states, bootstrap just darkens the initial color **/
.btn-danger:hover, .btn-danger.active {
  background: #BA3A1D !important;
  border-color: #BA3A1D !important;
}

.btn-primary:hover, .btn-primary.active {
  background-color: #311A4D !important;
  border-color: #311A4D !important;
}

.btn-success:hover, .btn-success.active {
  background-color: #458246 !important;
  border-color: #458246 !important;
}

.btn-sm {
  font-size: 14px;
}

.btn-md {
  font-size: 16px;
}

.btn-transparent {
  background-color: transparent;
  border-color: transparent;
}

/* ==================================================================
	 Tooltips in Vue
================================================================== */
.btn-tooltip {
  position: relative;
  cursor: hand;
  display: inline-block;
  background-color: transparent;
  border-color: transparent;
  z-index: 1040;
  font-size: 1em;
  padding: 0em;
  text-align: left;
  border-width: 0em;
}
.btn-tooltip .tooltiptext {
  width: 12em;
  background-color: #311A4D;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 0.375em;
  padding: 0.3em;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -6em;
  transition: opacity 0.3s;
  white-space: normal;
}
.btn-tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.3em;
  border-width: 0.3em;
  border-style: solid;
  border-color: #311A4D transparent transparent transparent;
}
.btn-tooltip .tooltip-visible {
  visibility: visible;
  opacity: 0.95;
}
.btn-tooltip .tooltip-hidden {
  visibility: hidden;
}

/** DataTables **/
.dataTables_info {
  clear: both;
  float: left;
}

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

/* Two button pagination - previous / next */
div.dataTables_wrapper div.dataTables_filter {
  text-align: left !important;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: bold;
}

/* Formatting for hidden row in datatables */
.table-details {
  background-color: #e3e0ee;
}

td.details {
  background-color: #e3e0ee !important;
}

td.centered {
  text-align: center;
}

td.right {
  text-align: right;
}

/**
Vuetables
 */
.vuetables-processing {
  position: absolute;
  left: 50%;
  width: 200px;
  margin-left: -6.25em;
  margin-top: 1em;
  text-align: center;
  padding: 1em 0;
  z-index: 1050;
}

.vuetable-th-slot-toggle {
  width: 3em;
}

/* ==================================================================
	 Main Site Navigation
================================================================== */
.navbar-default {
  padding: 0;
  background-color: #e2e1db;
  border-radius: 0px;
  margin-bottom: 0px;
  border: none;
  color: #5d3c85;
}
.navbar-default .container {
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-default .container {
    padding-left: 15px;
  }
}
.navbar-default .navbar-header {
  padding-left: 1em;
  margin-left: 0;
}
.navbar-default .navbar-header .navbar-toggle {
  float: left;
}
.navbar-default .navbar-header .navbar-toggle:hover {
  background-color: #aeaeb2;
}
.navbar-default .navbar-header .navbar-brand {
  font-size: inherit;
  color: #5d3c85;
  padding: 15px 0;
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-default .navbar-header .navbar-brand:hover {
    padding-bottom: 12px;
    border-bottom: 3px solid #5d3c85;
    border-left: none;
  }
}
.navbar-default .navbar-header .navbar-brand > .glyphicon-home {
  padding-right: 3px;
}
@media only screen and (min-width: 992px) {
  .navbar-default .navbar-header {
    padding: 0;
  }
}
.navbar-default .navbar-collapse {
  padding-right: 0;
}
.navbar-default .navbar-collapse > .navbar-nav {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-default .navbar-collapse-no-brand {
    padding-left: 0;
    margin-left: -25px;
  }
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #5d3c85;
  background-color: #e2e1db;
  border-left: 10px solid #5d3c85;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    padding-bottom: 12px;
    border-bottom: 3px solid #5d3c85;
    border-left: none;
    padding-left: 1px;
    padding-right: 1px;
  }
}
.navbar-default .navbar-nav > li {
  border-bottom: 1px solid white;
}
.navbar-default .navbar-nav > li > a {
  color: #5d3c85;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #5d3c85;
  border-left: 10px solid #5d3c85;
  padding-left: 5px;
}
@media only screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li > a:hover {
    padding-left: 1px;
    padding-bottom: 12px;
    border-bottom: 3px solid #5d3c85;
    border-left: none;
  }
}
.navbar-default .navbar-nav > li > a:focus {
  color: #5d3c85;
}
@media only screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 20px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li {
    margin-left: 1em;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-default .navbar-nav > li {
    margin: 0;
  }
}
.navbar-default .navbar-right li {
  border-bottom: none;
  padding: 1em;
  color: #5d3c85;
}
.navbar-default .navbar-right li:hover {
  background-color: #e2e1db;
}
.navbar-default .navbar-right li a {
  color: #5d3c85;
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .navbar-default .navbar-right li {
    padding-top: 12px;
    padding-left: 1em;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-default {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-default {
    padding: 0 1em 0 1em;
  }
}

.no-underline:hover {
  text-decoration: none;
}

.badge {
  background-color: #D74C4C;
  font-size: 11px;
}

/* ==================================================================
	 Sub Navigation
================================================================== */
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
  background-color: #ffffff;
}

/* ==================================================================
	 Stacked Pill Navigation
================================================================== */
.nav-pills > li > a {
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
}

.nav-stacked > li + li {
  margin-top: 5px;
}

/* ==================================================================
	 Admin nav bar
================================================================== */
.admin-navbar {
  -webkit-position: sticky;
  position: sticky;
  z-index: 1050;
  top: 0;
  left: 0;
  right: 0;
  background-color: #BA3A1D;
  color: #ffffff;
  padding: 0.3em;
}

footer {
  width: 100%;
  padding: 2em 0;
  bottom: 0;
  background-color: #3f1f69;
  text-align: center;
  height: 12em;
}
@media only screen and (min-width: 768px) {
  footer {
    height: 9.75em;
  }
}

.promise-row {
  height: 6em;
}

.footer-copy {
  width: 100%;
  height: 6em;
  padding: 0.5em 0;
  background-color: #5d3c85;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer-copy {
    height: 3.75em;
    padding: 0;
  }
}
.footer-copy ul {
  color: white;
  padding-left: 0;
  margin: 0 2em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-copy ul {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.footer-copy ul li {
  display: block;
  list-style-type: none;
}
.footer-copy ul li:after {
  content: none;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .footer-copy ul li {
    display: inline;
  }
  .footer-copy ul li:after {
    content: "•";
    margin: 0 10px;
  }
  .footer-copy ul li:last-child:after {
    display: none;
  }
}
.footer-copy ul li a {
  color: white;
  text-decoration: none;
  border: 0;
}
.footer-copy ul li a:hover {
  color: #64dfeb;
  text-decoration: none;
}
.footer-copy ul li a:active {
  color: #64dfeb;
  text-decoration: none;
}
.footer-copy ul li a:focus {
  color: #64dfeb;
  text-decoration: none;
}

.form-control {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  height: 2.375em;
}

.form-text {
  padding-top: 7px;
}

.form-date {
  width: 31%;
  display: inline;
}

.form-field-small {
  width: 100px;
}

.radio-border {
  min-height: 34px;
  padding: 5px;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}

.radio-noborder {
  min-height: 34px;
  padding: 5px;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px;
  border-radius: 4px;
}

input[type=radio] {
  margin-right: 5px;
}

select.form-control {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(/img/select-arrows.svg);
  padding: 0.4em;
  padding-right: 1.5em;
}

/** dont display IE arrows on select fields (drop-downs) **/
select::-ms-expand {
  display: none;
}

.question-label {
  font-weight: normal;
}

.required-field {
  color: #D74C4C;
  font-size: 20px;
  vertical-align: middle;
  line-height: 12px;
}

.required-asterisk {
  color: #D74C4C;
  font-size: 0.7em;
  padding-bottom: 0.3em;
  vertical-align: middle;
}

.select2-container .select2-choice {
  height: 34px !important;
}

legend {
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
}

.form-control::-ms-clear {
  display: none;
}

.row-options {
  /**this may be better suited as a global style to define a bottom margin **/
  margin-bottom: 10px;
}

.form-horizontal .control-label {
  text-align: left;
  padding-top: 0px;
}
.form-horizontal .required-label:after {
  content: " *";
  color: #D74C4C;
  font-size: 20px;
  vertical-align: middle;
  line-height: 12px;
}

/**the input attached to the browse btn for file uploads**/
.btn-file {
  overflow: hidden;
  height: 38px;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
  z-index: 1;
}

.radio-switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 25px;
  font-weight: normal;
  margin-bottom: -8px;
}
.radio-switch span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5ba151;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: right;
  padding: 1px 5px;
  color: #fff;
  border-radius: 34px;
}
.radio-switch span:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.radio-switch input:checked + span {
  background-color: #505061;
  text-align: left;
}
.radio-switch input:checked + span:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

/* ==================================================================
	 Form Errors
================================================================== */
form .error,
form .error-message {
  background: none;
  color: #D74C4C;
  font-weight: bold;
  font-size: 1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: none;
  border: none;
  margin: 0;
  padding: 5px 0 0 0;
}

html {
  background: white;
  font-size: 100%;
  /*to override bootstrap font-size here*/
}

body {
  letter-spacing: -0.015em;
  font-family: setimo, -apple-system, Roboto, arial, sans-serif;
  color: #505061;
  margin: 0;
  padding: 0;
  background: white;
  width: 100%;
  min-width: 300px;
  font-size: 100%;
  /*to override bootstrap font-size here*/
  font-size: 16px;
  line-height: 150%;
}

main .container {
  padding: 1em;
}

.main-content {
  min-height: calc(100vh - 180px);
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.embed-large {
  width: 100%;
  height: 500px;
}

.clear-left {
  clear: left;
}

.padding-left-30 {
  padding-left: 30px;
}

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

.padding-top-15 {
  padding-top: 15px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

/* ==================================================================
	 Width and Wrap Definitions (to replace inline styles)
================================================================== */
.width-25 {
  width: 25px;
}

.width-50 {
  width: 50px;
}

.width-70 {
  width: 70px;
}

.width-75 {
  width: 75px;
}

.width-80 {
  width: 80px;
}

.width-100 {
  width: 100px;
}

.width-max-100 {
  max-width: 100px;
}

.width-max-120 {
  max-width: 120px;
}

.width-140 {
  width: 140px;
}

.width-150 {
  width: 150px;
}

.width-160 {
  width: 160px;
}

.width-180 {
  width: 180px;
}

.width-200 {
  width: 200px;
}

.width-300 {
  width: 300px;
}

.word-wrap {
  word-wrap: break-word;
}

.width-max-500 {
  max-width: 500px;
}

.no-margin {
  margin: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.no-outline {
  outline: 0px;
}

/* ==================================================================
	 Color Definitions (to replace inline styles)
================================================================== */
.color-green {
  color: #5ba151;
}

.color-red-bright {
  color: #D74C4C;
}

.background-alabaster {
  background-color: #f8f8f8;
}

.details {
  background-color: #e3e0ee !important;
}

/*
	Deprecated color classes
 */
.font-christalle {
  color: #5d3c85;
}

.font-boston-blue {
  color: #3f1f69;
}

.glyphicon {
  top: 2px;
}

.glyphicon-plus-sign {
  color: #5ba151;
  font-size: 22px;
}

.glyphicon-more-info {
  font-size: 22px;
}

.glyphicon-check, .glyphicon-unchecked {
  font-size: 20px;
}

.glyphicon-remove {
  color: #D74C4C;
}

header {
  background-color: #3f1f69;
  color: white;
  font-size: 0.95em;
  height: 85px;
}
header .header-logo {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
header .header-logo .logo {
  width: 270px;
  margin-top: 1.3em;
}
@media only screen and (min-width: 768px) {
  header .header-logo .logo {
    width: 340px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  header .header-logo {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  header {
    padding: 2.5em 4em 0;
    height: 120px;
  }
}

header a {
  color: white;
  text-decoration: none;
  border: 0;
}

.cluster {
  background: #3f1f69;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: 700;
  border: 1px solid #3f1f69;
  font-family: monospace;
}
.cluster:before {
  content: " ";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid white;
}

.digits-1 {
  font-size: 14px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  margin-top: -14px;
  margin-left: -14px;
}

.digits-2 {
  font-size: 16px;
  height: 34px;
  width: 34px;
  line-height: 32px;
  margin-top: -17px;
  margin-left: -17px;
}
.digits-2:before {
  border-width: 2px;
}

.digits-3 {
  font-size: 18px;
  height: 48px;
  width: 48px;
  line-height: 44px;
  border-width: 2px;
  margin-top: -24px;
  margin-left: -24px;
}
.digits-3:before {
  border-width: 2px;
}

.digits-4 {
  font-size: 18px;
  height: 58px;
  width: 58px;
  line-height: 52px;
  border-width: 3px;
  margin-top: -29px;
  margin-left: -29px;
}
.digits-4:before {
  border-width: 3px;
}

.digits-5 {
  font-size: 16px;
  height: 66px;
  width: 66px;
  line-height: 60px;
  border-width: 3px;
  margin-top: -33px;
  margin-left: -33px;
}
.digits-5:before {
  border-width: 3px;
}

/** Notices and Errors **/
.success {
  clear: both;
  color: white;
  background: #5ba151;
  padding: 1em 2em;
  margin-bottom: 18px;
  font-size: 1.1em;
}

.error {
  clear: both;
  color: white;
  background: #D74C4C;
  padding: 1em 2em;
  margin-bottom: 18px;
  font-size: 1.1em;
}

.errorFlash {
  clear: both;
  color: white;
  background: #D74C4C;
  padding: 1em 2em;
  margin-bottom: 18px;
  font-size: 1.1em;
}

p.error {
  clear: both;
  color: white;
  background: #D74C4C;
  padding: 1em 2em;
  margin-bottom: 18px;
  font-size: 1.1em;
}

.notice {
  clear: both;
  color: white;
  background: #D74C4C;
  padding: 1em 2em;
  margin-bottom: 18px;
  font-size: 1.1em;
}

/**this is only for cakephp system msg. do we really need to style these? **/
/** Elements **/
#url-rewriting-warning {
  display: none;
}

/** Modal styles for vue modal **/
.modal-mask {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1055;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-wrapper {
  position: relative;
  width: auto;
  margin: 0.625em;
}
@media only screen and (min-width: 768px) {
  .modal-wrapper {
    width: 37.5em;
    margin: 1.875em auto;
  }
}

.modal-container {
  position: relative;
  background-color: #ffffff;
  border: 0.06em solid #dddddd;
  border-radius: 0.375em;
}

.modal-enter-active, .modal-leave-active {
  transition: opacity 0.5s;
}

.modal-enter, .modal-leave-to {
  opacity: 0;
}

.modal-list-item {
  transition: all 0.5s;
}

.modal-list-enter, .modal-list-leave-to {
  transform: translateX(3.125em);
  opacity: 0;
}

.body-show-modal {
  position: fixed;
  overflow: hidden;
}

.tooltip-top, a.tooltip-top:link, a.tooltip-top:visited, a.tooltip-top:hover, a.tooltip-top:active {
  color: #311A4D;
  text-decoration: none;
}

.tooltip-inner {
  background-color: #311A4D;
}

.tinymce-body {
  background-color: white;
}
.tinymce-body p {
  max-width: 100%;
  margin: 10px;
}

.jumbotron {
  padding: 5px;
  text-align: center;
  vertical-align: text-top;
  margin-bottom: 20px;
}

/** 
This fixes modal brackground scrolling issue on iOS devices.
This should be removed once bootstrap or iOS fixes the issue.
**/
.modal-open {
  position: fixed;
}

.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.list-group-item {
  padding: 5px 15px;
}

.page-header {
  margin-top: 20px;
}

.v-pulse {
  background-color: #3f1f69 !important;
}

.pagination {
  margin-top: 0em;
}

#progress-bar {
  padding: 0px 0px 50px 0px;
  list-style-type: none;
  line-height: 1.5em;
  text-align: center;
}
#progress-bar li {
  float: left;
  padding: 4px 0px 4px 30px;
  color: #5d3c85;
  position: relative;
  border: 2px solid white;
  background: #e2e1db;
}
#progress-bar li:first-child:nth-last-child(1), #progress-bar li:first-child:nth-last-child(1) ~ li {
  width: 100%;
}
#progress-bar li:first-child:nth-last-child(2), #progress-bar li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
#progress-bar li:first-child:nth-last-child(3), #progress-bar li:first-child:nth-last-child(3) ~ li {
  width: 33.3333333333%;
}
#progress-bar li:first-child:nth-last-child(4), #progress-bar li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
#progress-bar li:first-child:nth-last-child(5), #progress-bar li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
#progress-bar li:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#progress-bar li:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#progress-bar li:not(:last-child):after {
  content: "";
  border-left: 16px solid #e2e1db;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}
#progress-bar li:not(:first-child):before {
  content: "";
  border-left: 16px solid white;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#progress-bar li.active-step {
  background: #311A4D;
  color: white;
}
#progress-bar li.active-step:after {
  border-left-color: #311A4D;
}
#progress-bar li.active-step a {
  color: white;
}
#progress-bar li.completed-step {
  background: #856cb0;
  color: white;
}
#progress-bar li.completed-step:after {
  border-left-color: #856cb0;
}
#progress-bar li.completed-step a {
  color: white;
}

@font-face {
  font-family: "TiemposHeadline";
  src: url("../fonts/TiemposHeadlineWeb-Light.woff2") format("woff2");
  src: url("../fonts/TiemposHeadlineWeb-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
p a:not(.btn), td a:not(.btn), span a:not(.btn) {
  color: #7800a0;
  text-decoration: none;
  padding-bottom: 0.125em;
  border-bottom: 1px solid #7800a0;
}
p a:not(.btn):hover, td a:not(.btn):hover, span a:not(.btn):hover {
  color: #3f1f69;
  text-decoration: none;
  padding-bottom: 0.125em;
  border-bottom: 2px solid #3f1f69;
}

td a.no-underline {
  padding-bottom: 0;
  border-bottom: none;
}
td a.no-underline:hover {
  padding-bottom: 0;
  border-bottom: none;
}

a {
  color: #5d3c85;
  cursor: pointer;
  cursor: hand;
}
a:hover {
  color: #7800a0;
}

a.white {
  color: white;
}
a.white:hover {
  color: white;
}

a.accordion:focus {
  outline: none;
}

hr {
  border: 1px solid #d2cfcd;
  border-bottom-width: 0;
}

/* TYPOGRAPHY */
p, ul, ol {
  line-height: 160%;
}

h1, h2, h3, h4, h5, h6 {
  color: #311A4D;
  line-height: 130%;
}

h1 {
  font-size: 1.47rem;
  font-family: TiemposHeadline;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.1rem;
  }
}

h2 {
  font-size: 1.33rem;
  letter-spacing: -0.05em;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.9rem;
  }
}

h3 {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.4rem;
  }
}

h4 {
  font-size: 0.96rem;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.2rem;
  }
}

h5 {
  font-size: 1.1rem;
  font-weight: 700;
}

h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #767481;
}

ul.list-no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.accordian-list {
  list-style-type: none;
  padding: 0;
}
.accordian-list .section {
  min-width: 100%;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #3f1f69;
  text-align: left;
}
.accordian-list .section-header {
  width: 100%;
  text-align: left;
  white-space: normal;
}
.accordian-list .section-body {
  padding: 0;
  overflow: hidden;
  transition: 0.3s ease all;
}
.accordian-list .is-closed .section-body {
  max-height: 0;
}
.accordian-list .section-content {
  padding: 10px;
}

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