html {
    font-size: 16px;
}

.header-info-login {
  margin-bottom: 15px;
  margin-left: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}
.ace-olg .other-ways p {
	font-family: "Open Sans", sans-serif; 
}
.other-ways a {
	color: #007bff;
	font-size: 0.875rem;
	font-weight: 400;
	text-decoration: underline;
	font-family: "Open Sans", sans-serif;
} 
.other-ways a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Special Non-BEM classes */
.copy-target {
    display:none;
}

.mostly-hidden {
    height: 0 !important;
    padding: 0;
    margin: 0;
    border: none;
}


 .help-block {
   font-size: 12px;
   display: block;
   margin-top: 5px;
   margin-bottom: 10px;
   color: #868686;
}


.has-error .help-block {
    color: #a94442;
    margin: 0.375rem 0;
}

/* Special Section 1 classes (Because we don't control most of the Section 1 content) */
.olg-section--first h2,
.olg-confirmed h2,
.olg-confirmed h1 {
    font-family: "Libre Baskerville",serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2em;
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: none;
    margin: 20px 0;
}

.olg-section--first p,
.olg-confirmed p {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 0.625rem;
    color: #212529;
    font-weight: 400;
}

.olg-confirmed .form-horizontal h3,
.olg-confirmed .form-horizontal h4,
.olg-confirmed p.mock-h4 {
    font-family: "Open Sans", sans-serif;
}

/* BEM Classes */
.main-content {
    background-color: #f4f4f4;
}

.logo-area {
    height: 118px;
    padding: 23px 8px 23px 0;
}

.logo-area__image {
	max-height: 75px;
}

/* Chrome, Safari, Edge, Opera */
.olg__textfield--number::-webkit-outer-spin-button,
.olg__textfield--number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.olg__textfield--number {
  -moz-appearance: textfield;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.olg-modal {
  left: auto;
  right: auto;
  max-width: 400px;
}

.olg-modal__content {
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.olg-modal__header {
  background-color: #2e5789;
  border: 0;
  color: #fff;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
}
.olg-modal__button--close {
  color: #fff;
  opacity: 1;
}
.olg-modal__heading--4 {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.olg-modal__body {
  padding-bottom: 0;
}

.olg-modal__footer {
  margin: 0;
  padding: 10px;
}

.olg-modal__button--primary {
  background-color: #2e5789;
  border: 0;
  color: #fff;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* --------------------------------------------------- Summary Box -------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
.sum-box {
    border: 1px solid gray;
    background: white;
    top: 30px;
    padding: 30px;
    box-shadow: 0 0 8px #6f6f6f;
}

/* Little triangle pointer on the left side of the Summary Box */
.sum-box:before, .sum-box:after {
    border: solid transparent;
    content: " ";
    position: absolute;
    right: 100%;
    top: 30px;
}

.sum-box:before {
    border-right-color: #888888;
    border-width: 12px;
}

.sum-box:after {
    border-right-color: #fff;
    border-width: 11px;
    position: absolute;
}

/* Summary Box Textual Elements */
.sum-box__title {
    font-family: Arial;
    font-size: 1.125rem;
    font-weight: 700;
    color: #464646;
    margin-bottom: 5px;
}

.sum-box__amount {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.sum-box__msg {
    margin-bottom: 16px;
    max-height: 500px;
    height: auto;
    transition:max-height 0.3s ease-out;
}

.sum-box__errors {
    margin-top: 17px;
}

/* Summary Box Buttons */
.sum-box__button {
    font-weight: 600;
    font-size: 0.875rem;
    border: 0;
    border-radius: 0.5rem;
    color: #fff;
    text-shadow: none;
}

.sum-box__button--add {
    border-bottom-color: #07090e;
    color: white;
    border-color: #293451;
    background-color: #293451;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

.sum-box__button--add:hover,
.sum-box__button--add:focus,
.sum-box__button--add:active {
    border-color: #181e2f;
    background-color: #1c2438;
}

.sum-box__button--complete {
    border-bottom-color: #24050a;
    color: white;
    border-color: #C81631;
    background-color: #C81631;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

.sum-box__button--complete:hover,
.sum-box__button--complete:focus,
.sum-box__button--complete:active {
    border-color: #9a1126;
    background-color: #a61229;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------- Main Form --------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */

/* Vendor Overrides - Bootstrap */

#membGiftMsg {
	height: 8em !important;
}


#mainForm .form-control {
    height: calc(2rem + 2px);
    font-size: 0.875rem;
}

/* Vendor Overrides - Select2 */
#mainForm .select2-container .select2-selection--single {
    height: 35px;
}

#mainForm .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 3px 12px 4px 12px;
}

#mainForm .select2-container--default .select2-selection--single {
    background-color: #edeeef;
    border: 1px solid #d2d5d7;
    border-radius: 0;
    background-color: #edeeef;
    box-shadow: inset 0.5px 1px 1px rgb(0 0 0 / 25%);
}

#mainForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    width: 30px;
}

#mainForm a  {
  color: #2B6EC5;
  background-image: linear-gradient(to right, #2B6EC5 100%, #2B6EC5 100%); 
  background-position: 0 1.2em; 
  background-repeat: repeat-x; 
  background-size: 1px 1px; 
  text-decoration: none; 
  line-height: 1.45em; 
}

#mainForm a:hover  {
  background-size: 1px 3px; 
}

/* Main left-side sections */
.olg-section {
    background-color: #fff;
    border: 1px solid transparent;
    border-top: 5px solid #293352;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.olg-section--first {
    margin-top: -80px;
}

/* Block Spacing */
.olg-gift__group {
    /*padding-bottom: 1.75rem;*/
}

.olg-gift__group--first {
    padding-bottom: 0.625rem;
}

.olg-gift__amounts {
    margin-top: 1.625rem;
    margin-bottom: 1.125rem;
}

.olg-gift__school-fund {
    margin-bottom: 1.375rem;
}

.olg-section__tribute-type {
    margin: 0.25rem 0;
}

.olg-gift__addl-gift {
    margin-bottom: 0.625rem;
}

.gift-separator {
    /*margin: 25px 0 33px;*/
    padding-top: 0;
    margin-top: 0;
}

.gift-separator--last {
    /*margin: 25px 0 33px;*/
}

.olg-gift__option-content {
    margin-top: 0.25rem;
}

/* Text and Labels */
.olg-section__heading {
    font-family: "Libre Baskerville",serif;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.olg-section__heading {
    font-family: "Libre Baskerville",serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2em;
    color: #000000;
    margin-bottom: 10px;
    text-transform: none;
}

.olg-section__heading--giving {
    margin-top: 1rem;
}

.olg-section__label {
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 700;
}

.olg-section__label--pale {
    font-weight: normal;
}

.olg-section__label--checkbox {
    font-weight: normal;
    font-size: 0.875rem;
}

.olg-section__caption {
    font-size: 18px;
    font-weight: 700;
    color: #464646;
    margin-top: 0.625rem;
    margin-bottom: 0.125rem;
}

/* Form Fields */
.olg__textfield, .olg__textselect {
    background-color: #edeeef;
    border: 1px solid #d2d5d7;
    border-radius: 0;
    -moz-box-shadow: inset 0.5px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0.5px 1px 1px rgb(0 0 0 / 25%);
    box-shadow: inset 0.5px 1px 1px rgb(0 0 0 / 25%);
    margin: 0;
    text-indent: 0;
}

.olg__textselect {
    padding: 2px 12px 0 12px;
}

.olg-gift__expando {
    padding: .75rem 0;
}

/* Checkboxes (Not BEM yet - Copied from old OLG styles) */
.checkbox input[type="checkbox"] {
    height: 17px;
    overflow: hidden;
    position: absolute;
    width: 17px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    opacity: 0;
}
.checkbox input[type="checkbox"] + label:before {
    content: " ";
    display: inline-block;
    background: no-repeat url('../img/i/check-box-8d5797147a4bbc9ab880b0d92b877f60.png');
    height: 17px;
    margin-right: 4px;
    position: relative;
    top: 3px;
    width: 17px;
}
.checkbox input[type="checkbox"]:checked + label:before {
    background: no-repeat url('../img/i/checked-box-e978aea3e47ca8c5cbc69312cd6fb194.png');
    content: " ";
    margin-right: 4px;
}
.checkbox input[type="checkbox"]:focus + label:before {
    box-shadow: 0px 0px 6px black;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="checkbox"]:disabled + label:before {
    opacity: 0.8 !important;
    cursor: not-allowed;
}

/* Buttons */
.olg-gift__button {
    font-weight: 600;
    font-size: 0.875rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    color: #000;
    text-shadow: none;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}

.olg-gift__button:focus,
.olg-gift__button[active]:focus,
.olg-gift__button.active:focus,
.olg-gift__button.focused,
.olg-gift__button[active].focused,
.olg-gift__button.active.focused {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.olg-gift__button:hover,
.olg-gift__button:focus,
.olg-gift__button:active {
    background-color: #e2e2dd;
    border-color: #ddddd6;
}


.olg-gift__button--amt {
    color: #2B6EC5;
    border-color: #2B6EC5;
    margin-right: 10px;
    margin-top: 12px;
    margin-bottom: -2px !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (min-width: 576px) {
	.olg-gift__button--amt {
    	max-width: 150px;
	}
}

.olg-gift__button--amt:hover,
.olg-gift__button--amt:focus,
.olg-gift__button--amt.focused,
.olg-gift__button--amt.active
{
    background-color: #2B6EC5;
    color: #ffffff;
}

#js-all-gifts .olg-gift__button--remove {
    padding: .25rem 1.75rem;
    font-weight: 400;
    color: #fff;
    border-color: #2B6EC5;
    background-color: #2B6EC5;
    margin-bottom: 1.75rem;
}

#js-all-gifts .olg-gift__button--remove:hover,
#js-all-gifts .olg-gift__button--remove:focus,
#js-all-gifts .olg-gift__button--remove.focused {
    background-color: #2B6EC5;
    color: #ffffff;
}

.olg__textfield--oth-amt {
    height: calc(2rem + 4px);
}

.olg-gift__amt-container {
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0;
}

.olg-footer {
    background: #e3e3e1;
    color: #464646;
}

.olg-footer .container {
    padding: 30px;
    padding-bottom: 0;
}

.olg-footer .other-ways {
  float: none;
  padding-bottom: 20px;
}
.olg-footer a  {
  color: #2B6EC5;
  background-image: linear-gradient(to right, #2B6EC5 100%, #2B6EC5 100%); 
  background-position: 0 1.2em; 
  background-repeat: repeat-x; 
  background-size: 1px 1px; 
  text-decoration: none; 
  line-height: 1.45em; 
}
.olg-footer a:hover  {
  background-size: 1px 3px; 
}
.olg-footer .underline-header {
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/* Footer taken from Wrapper2020 (Non-BEM)*/
.olg-sub-footer {
    padding: 70px 0 40px;
    background: #464646;
    color: #f4f4f2;
    font-size: 14px;
    border-top: 10px #A51A30 solid;
}
@media print {
    .olg-sub-footer {
        padding: 0;
    }
}
.olg-sub-footer h2.h4 {
    font-size: 18px;
    margin: 40px 0;
    color: white;
    font-family: "Open Sans";
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
}
/*.olg-sub-footer .container {
    max-width: 1140px;
}*/
/*.olg-sub-footer .container .col-md-8,*/
/*.olg-sub-footer .container .col-lg-8 {*/
/*    width: 100%;*/
/*}*/
.olg-sub-footer .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto; 
}
.olg-sub-footer .container a {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    background-color: transparent;
    margin-right: 30px;
}

.olg-sub-footer p {
    font-size: 11px;
    margin: 0;	
}

.olg-sub-footer .container .social-links a:before {
    content: "\f099";
    display: inline-block;
    margin-right: 10px;
    font-family: "FontAwesome";
    width: 12px;
    text-align: center;
}
.olg-sub-footer .container .social-links a.facebook:before {
    content: "\f09a";
}
.olg-sub-footer .container .social-links a.youtube:before {
    content: "\f166";
}
.olg-sub-footer .container .social-links a.linkedin:before {
    content: "\f0e1";
}
.olg-sub-footer .container .social-links a.instagram:before {
    content: "\f16d";
}
.olg-sub-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.olg-sub-footer .container .menu--menu-footer-menu-help {
    margin-left: 0;
}
.olg-sub-footer .container .menu--menu-footer-menu-help a {
    margin-right: 14px;
}
.olg-sub-footer .menu--menu-footer-menu-about-site {
    margin-left: 0;
}
.olg-sub-footer .menu--menu-footer-menu-about-site a {
    margin-right: 1px;
}
.copyright {
    margin: 80px 0 0;
    text-align: center;
    color: #cccccc;
    font-size: 1em;
}

.olg-servernum {
	font-size: 15px;
    position: absolute;
    right: 0;
    padding: 2px;
    color: #999;
}

@media print {
    .olg-sub-footer .copyright {
        margin: 0;
    }
}

.olg-sub-footer__servernum {
    position: absolute;
    right: 5px;
    padding: 2px;
    color: #999;
}
.select2-results__option--highlighted:hover {
	background-color: #2B6EC5 !important;
}

.select2-results__option--highlighted {
	background-color: #2B6EC5 !important;
}
