/* TAC basic widget styling */
.tac-widget {
    border: 4px solid #d4d4d4;
    padding: 10px;
    margin: 0; 
    -webkit-box-sizing: border-box
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tac-widget .widget-title {
    font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1f2d70;
    border-bottom: 2px solid #d4d4d4;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;    
}

.tac-widget h4 {
    margin: 0;
    font-size: 18px;    
}

.tac-widget h4 a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
    text-decoration: none;
    color: #1f2d70;    
}

.tac-widget li + li {
    margin-top: 10px;
}

.tac-widget .author-name {
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #333 !important;
  text-transform: uppercase;
  font-size: 12px;
  margin: 5px 0;
}

/* Modal (moved from layout.css which is a frontpage-only CSS file) */
/* line 340, ../sass/layout.scss */
.modal-open {
  overflow: hidden;
}

/* line 343, ../sass/layout.scss */

.modal {
  z-index: 1050 !important;
}

.modal-dialog {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 355, ../sass/layout.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 363, ../sass/layout.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 367, ../sass/layout.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 371, ../sass/layout.scss */
.modal-dialog {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -297px;
  margin-left: -241px;
}

/* line 379, ../sass/layout.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 390, ../sass/layout.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 399, ../sass/layout.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 403, ../sass/layout.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 407, ../sass/layout.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

/* line 412, ../sass/layout.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 415, ../sass/layout.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 419, ../sass/layout.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 423, ../sass/layout.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 428, ../sass/layout.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 432, ../sass/layout.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 435, ../sass/layout.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 438, ../sass/layout.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 445, ../sass/layout.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  cursor: pointer;
}

/* line 458, ../sass/layout.scss */
#fundraiser .modal-content {
  width: 530px;
  height: 650px;
  margin: 0 auto;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-body > .close {
  position: absolute;
    top: -5px;
    right: -5px;
    z-index: 1050;
    background: #fff;
    font-size: 30px;
    width: 35px;
    height: 35px;
    font-weight: normal;
    border-radius: 30px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    color: #333;
border: none;

}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
#modal-mailchimp-signup {
  text-align: center;
}
#modal-mailchimp-signup .header-image {
  position: relative;
  margin:  30px 0;
}
#modal-mailchimp-signup .header-image span {
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 0 10px;
  display: inline-block;
}
#modal-mailchimp-signup .header-image .line {
  position: absolute;
  left: 0;
  top: 85px;
  right: 0;
  background: #4D4D4D;
  height: 1px;
  border-top: #E4E4E4 solid 1px;
  border-top: #4D4D4D solid 1px;
}

#modal-mailchimp-signup .form {
  padding: 2em 0 0;
}
#modal-mailchimp-signup .form-inputs {
  margin: 0 auto;
  float: none;
  display: inline-block;
}
#modal-mailchimp-signup .form-inputs input,
#modal-mailchimp-signup .form-inputs button {
  display: block;
  float: left;

}
#modal-mailchimp-signup .email {
    display: inline-block;
    font-size: 30px;
    height: 40px;
    margin:  0 20px 0 0;
  width: 300px;
  font-size: 15px;
}
#modal-mailchimp-signup .button { 
  background-color: #1f2d70;
  color: #fff;
  font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
  font-weight: 700;
  border: none;
  height:  auto;
    font-size:  20px;
    display: inline-block;
    height: 44px;
    padding: 0 10px;
    width: auto;
}
