@charset "UTF-8";
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.43
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ==================================================================
	 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.
**/
html {
  position: relative;
  min-height: 100%;
}

/**Groovy Modernizr for Flexbox**/
.flexbox .btn-row {
  display: flex;
}

/**Modernizr detects IE9, etc **/
.no-flexbox .col-xs-4 {
  display: inline-block;
  width: 32.5%;
}
.no-flexbox .col-xs-4 .box {
  padding: 0;
  margin: 0;
  width: 100%;
}

/**Modernizr for Placeholder **/
.no-placeholder .placeholder-label {
  display: block;
  visibility: visible;
}

.placeholder .placeholder-label {
  display: none;
  visibility: hidden;
}

.btn-row {
  margin-bottom: 30px;
  margin-top: -16px;
}
.btn-row .box button {
  width: 100%;
  max-width: 92px;
  color: #505061;
  background-color: #d2cfcd;
  font-size: 0.88em;
  padding: 0.65em 0.15em 0.65em 0.15em;
}
.btn-row .box button:hover {
  background-color: #aeaeb2;
}

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

a {
  cursor: pointer;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

body {
  background-repeat: no-repeat, repeat-x;
  background-position: center top;
  background-size: cover;
  margin-bottom: 3rem;
  color: #311A4D;
  font-size: 0.95rem;
}

header {
  min-height: 70px;
}

header img {
  width: 340px;
  margin: 25px 0 15px 64px;
  border: 0;
}

main {
  display: block;
  /* need for IE */
  max-width: none;
  padding: 20px 60px;
  margin-bottom: 13em;
}

#form-title-wrapper {
  max-width: 800px;
  margin-top: 25px;
}

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

.promise-row {
  height: 6em;
}

.footer-copy {
  width: 100%;
  height: 5em;
  padding: 1em 0 0;
  background-color: #5d3c85;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer-copy {
    height: 3.75em;
    padding: 0;
  }
}
.footer-copy ul {
  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;
  }
}

/* Admin toolbar */
.navbar {
  direction: ltr;
  color: #5d3c85;
  height: 30px;
  max-width: 100%;
  z-index: 99999;
  background: #e2e1db;
  padding: 5px 0 0 64px;
}
.navbar a {
  color: #5d3c85;
}
.navbar .no-underline {
  border-bottom: none;
}
.navbar .nav-right {
  text-align: right;
  padding-right: 64px;
}
.navbar .row {
  margin-right: 0px;
}

form {
  background: transparent;
}

.form-container {
  max-width: 330px;
  padding: 30px;
  background: rgba(250, 250, 250, 0.9);
  border-radius: 10px;
  margin-bottom: 16px;
  color: #311A4D;
}
.form-container .challenge-column {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 2px solid #aeaeb2;
}

/**
	Start Vidyard video player
 */
.vidyard_player > span {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
}

.form-container.video {
  width: 640px;
  max-width: 640px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .form-container.video {
    width: auto;
    max-width: 340px;
  }
}

#video {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 1200px) {
  #video {
    height: 240px;
  }
}
#video .video-spinner {
  padding-top: 80px;
  font-size: 5em;
}

@media screen and (max-width: 1023.5px) {
  .video-wrap {
    order: -1;
  }
}
/**
	End Vidyard video player
 */
@media screen and (min-width: 64em) {
  .giving-challenge {
    max-width: 800px;
  }
  .giving-challenge .challenge-column {
    padding-top: 0px;
    margin-top: 0px;
    border-top: 0px;
    padding-left: 30px;
  }
}
.giving-challenge .challenge-header {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding-bottom: 15px;
}
.giving-challenge .challenge-progress-bar {
  border: solid 1px;
  height: 1.5em;
}
.giving-challenge .challenge-progress-bar div {
  width: 0%;
  height: 1.5em;
  background-color: #856cb0;
}
.giving-challenge .challenge-section {
  padding-bottom: 15px;
}
.giving-challenge .challenge-count {
  color: #0099bc;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .giving-challenge .challenge-count {
    font-size: 1.4rem;
  }
}

.peer-challenge h2 {
  margin-bottom: 0px;
}
.peer-challenge button {
  margin: 5px 0 5px 0;
}
.peer-challenge .peer-challenge-scroll {
  overflow-y: scroll;
  max-height: 300px;
}
.peer-challenge .peer-challenge-scroll .peer-challenge-card {
  margin: 10px 10px 0 0;
  background: #e2e1db;
  border: 1px solid #aeaeb2;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}
.peer-challenge .peer-challenge-scroll .peer-challenge-card h3 {
  margin-block-end: 10px;
}
.peer-challenge .challenge-name {
  font-weight: bold;
  color: #0099bc;
}

.leaderboard h2 {
  margin-bottom: 10px;
}
.leaderboard .leaderboard-scroll {
  overflow-y: scroll;
  max-height: 298px;
}
.leaderboard .class-leaderboard {
  display: none;
}
.leaderboard .leaderboard-toggle {
  pointer-events: none;
}
.leaderboard .leaderboard-enable-link {
  text-decoration: none;
  pointer-events: auto;
}
.leaderboard table {
  border-collapse: collapse;
  width: 95%;
}
.leaderboard table tr:nth-child(even) {
  background-color: white;
}
.leaderboard table tr th:first-child {
  width: 70%;
  text-align: left;
}
.leaderboard table tr th:nth-child(2) {
  text-align: right;
}
.leaderboard table tr td:nth-child(2) {
  text-align: right;
}
.leaderboard table th {
  background-color: #5d3c85;
  color: white;
}
.leaderboard table td, .leaderboard table th {
  border: 1px solid #767481;
  padding: 8px;
}

label {
  color: #311A4D;
  display: block;
  clear: both;
  margin: 10px 0 6px;
}

input[type=text] {
  font: 16px setimo;
  display: block;
  padding: 11px 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #bbb;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}

input[type=text]#gift-amount {
  font: 300 25px setimo;
}

input[type=radio] {
  font-size: 20px;
  float: left;
  margin-right: 6px;
}

input[type=checkbox] + label {
  float: right;
  text-align: left;
  margin: 0;
  width: 92%;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.frequency-option {
  float: left;
  padding: 10px 15px 10px 6px;
}

.frequency-option label {
  display: inline-block;
  color: #311A4D;
  margin-top: 0;
}

select {
  display: block;
  font: 15px/140% setimo;
  color: #311A4D;
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #bbb;
  border-radius: 6px;
  padding: 8px 10px 8px 6px;
  margin-bottom: 15px;
}

.give-button-container {
  /*margin: 30px 0 10px; --AEL */
  clear: both;
}

.text-area {
  font: 400 15px/140% setimo;
  display: block;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #bbb;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  height: 100px;
}

.form-row {
  display: table;
  width: 100%;
}

.form-row .row-left {
  float: left;
  width: 48% !important;
}

.form-row .row-right {
  float: right;
  width: 45% !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

td {
  vertical-align: top;
}

/* Giving Details Form */
#GivingDetail {
  max-width: 400px;
  padding: 0;
  background: rgba(250, 250, 250, 0.9);
  border-radius: 10px;
  color: #311A4D;
}

#GivingDetail .detail-thanks {
  padding: 20px 30px 20px 30px;
}

#GivingDetail .detail-options {
  background: rgba(220, 220, 220, 0.9);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#GivingDetailsForm {
  /*background: rgba(250,250,250,.85); AEL */
  background: transparent;
  padding: 20px 30px 20px 30px;
  border-top: 1px solid #CACACA;
}

#GivingDetailsForm fieldset {
  padding: 0;
  border: 0;
}

h5 {
  font: 700 0.9em setimo;
  text-transform: uppercase;
  color: #458246;
  letter-spacing: 1px;
  margin: 20px 0 10px 0;
}

#GivingDetailsForm fieldset p {
  margin: 0 0 10px 0;
}

a.remove-fund {
  font-weight: 700;
  line-height: 80%;
  color: white;
  background: #D74C4C;
  padding: 1px 4px;
  margin: 1px 5px 0 0;
  vertical-align: text-top;
  display: inline-block;
  height: 15px;
  border: 0;
  border-radius: 3px;
}

a.remove-fund:hover {
  background: #BA3A1D;
}

button {
  margin: 15px 0 0;
  border-radius: 5px;
}

.separator {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 1px solid #CACACA;
}

.col-radio label {
  display: inline;
}

/* table for details screen and modal */
#DesignationTable {
  width: 100%;
}

#DesignationTable table {
  width: 100%;
  margin: 5px 0;
}

#DesignationTable table td {
  text-align: left;
  line-height: 130%;
  vertical-align: top;
  padding: 0 0 6px 0;
  width: 30%;
}

#DesignationTable table tfoot td {
  padding-top: 20px;
}

#DesignationTable label {
  margin: 0 0 6px;
  width: 80%;
  float: right;
}

/* Required and Error messages */
.required, .error-message, .ajaxModalFlash {
  color: #BA3A1D;
}

.errorFlash {
  font-size: 1.1em;
  color: #BA3A1D;
  margin: 0 0 10px 0;
  /*margin: 10px 0; */
}

form input.error, form select.error {
  border-color: #D74C4C;
}

form .error-icon:before {
  font: 400 1.1em FontAwesome;
  content: "";
  color: #D74C4C;
  float: left;
  margin: 11px 0 0 -17px;
}

form select .error-icon:before {
  margin: 3px 0 0 -24px;
}

/* Billing form, no modal, for mobile */
#FinalForm input[type=text], #FinalForm select {
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}

.back-or-proceed .cancel {
  background: #999;
  display: inline-block;
  color: white;
}
.back-or-proceed .primary {
  display: inline-block;
  float: right;
}

.primary a {
  color: white;
  border: 0;
}

#td-comments {
  width: 100%;
  word-break: break-all;
  /*firefox*/
  word-break: break-word;
}

/* Field icons, using framework FontAwesome classes */
.icon-field-container {
  position: relative;
}

.icon-field-container input {
  padding-left: 33px;
}

span.fa {
  font: 400 16px FontAwesome;
  color: #856cb0;
  position: absolute;
  top: 12px;
}

span.fa.fa-user {
  content: "";
  left: 12px;
}

span.fa.fa-envelope-o {
  content: "";
  left: 10px;
  top: 11px;
  /**AEL**/
}

span.fa.fa-map-marker {
  font-size: 18px;
  content: "";
  left: 13px;
}

@media screen and (max-width: 768px) {
  .form-container {
    width: 80%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  body.details #GivingDetail {
    width: 100%;
  }

  header {
    text-align: center;
  }

  header img {
    max-width: 320px;
    margin: 15px 0 10px 0;
  }

  main {
    padding: 10px 20px;
  }

  #form-title-wrapper {
    margin-top: 0;
    max-width: 100%;
  }

  h1 {
    font-size: 1.8em;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 120%;
  }

  form {
    max-width: 100%;
  }

  #GiftAmount {
    margin-bottom: 12px;
  }

  .frequency-option {
    float: none;
    padding: 10px 10px 0 0;
  }

  .give-button-container {
    margin-top: 0;
  }

  button {
    display: block;
    margin: 20px 0 10px;
  }

  input[type=text] {
    /* remove inset shadow on text fields */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media screen and (max-width: 500px) {
  form {
    padding: 0;
  }

  #give-button-container {
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  header {
    background-size: 250px;
  }

  #GivingFinalIndexForm button.primary {
    float: none;
  }
}
/* 3 options for hidden and collapse to hide form that sends data to cybersource */
.hidden {
  display: none;
  visibility: hidden;
}

.collapse {
  display: none;
}

.on {
  display: block;
}

/* ADMIN STYLES */
.grid-image {
  max-width: 100%;
}

/**
	Select2 dropdown styling
 */
.select2-selection {
  height: 40px !important;
  border-radius: 6px !important;
}

.select2-container {
  width: 100% !important;
  margin-bottom: 15px !important;
}

.select2-selection__rendered {
  line-height: 40px !important;
}

.select2-selection__placeholder {
  color: #3f1f69 !important;
}

.select2-selection__arrow b {
  display: none !important;
}

/**
	General
 */
.margin-bottom-15 {
  margin-bottom: 15px;
}

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