/*2018 colors

$blue-dark: #053242; // BIG TEXT HEADLINES, BACKGROUN
$gold: #FFD348;  // DONATE BUTTON, TEXT IN MILESTONES SECTION
$orange: #FF7300;
$red: #EB1414; // BACKGROUND, HEADER SECTION, EFF SECTION, FINANCIAL SECTION
$red-deep: #BC1010; // DONATE TEXT ON GOLD
$turquoise-pale: #77CAAE;  // SMALL TEXT INSIDE DARK BLUE SECTIONS
$turquoise: #14AF7F;  // BIG TEXT HEADLINES, BACKGROUND

We are not using the less files, just coding it here.
*/

body {
  color: black;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: normal;
  overflow-x:hidden;
}

p {
  font-size: 1.8rem;
}

ul.regular{
  font-family: Garamond,"Times New Roman", serif
}

@media (max-width: 436px) {
  ul.regular {
    font-size: 1.6rem;
  }
}

.large {
  font-size: 2.5rem;
}

a {
  color: #77CAAE;
}
a:hover,
a:focus,
a:active {
  color: #77CAAE;
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #77CAAE;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.img-centered {
  margin:0 auto
}

.bg-intro {
  background-color: #053242;
}

.bg-cindy {
  background-color: #FFD348;
}

.bg-section1 {
  background-color: #14AF7F;
}

.bg-section2 {
  background-color: #053242;
}

.bg-thanks{
  background-color: #053242;
}

.donate-break {
  display: none; /* line break above donate message on mobile */
}
@media (max-width: 480px) {
  .donate-break {
    display: inline;
  }
}
.btn-primary {
  background-color: #EB1414;
  border-color: #EB1414;
  color: white;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 1rem;
  text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #053242;
  border-color: white;
  opacity: 1;
}

.navbar-default {
  background-color: #EB1414;
  border: 0;
  border-color:transparent;
  color: black;
  z-index: 900;
}


.navbar > .container .navbar-brand {
  /* logo */
  padding-top: 0.5rem;
}
.navbar-default .navbar-toggle {
  background-color: #BC1010;
  border-color: #BC1010;
  color: black;
}

.navbar-default .navbar-activate {
  background-color: #FFD348;
  border-color: #FFD348;
}

.navbar-default .navbar-toggle .icon-bar {  /* hamburger lines */
  background-color: white;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
  background-color: black;
}

@media (max-width: 768px) {
  .navbar-toggle {
    margin-right: 28px;
  }
}

.navbar-default .nav li a {
  color: black;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  /*margin: 0px 5px;* only included when PDF link is not present*/
}


.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus{
  color: black;
  opacity: 1;
  text-decoration: underline;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #FCD060;
  color: #0A0033;
  text-decoration: underline;
}

.navbar-default .navbar-nav>.active>a {
  background-color: #FFD348;
  border-radius: 0;
  color: black;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
  color: black;
  text-decoration: underline;
}
.navbar-nav > li > .dropdown-menu {
  background-color: #053242;
}


.dropdown-menu > li >a {
  color: white !important;
}

.navbar-default .dropdown-menu li a.page-scroll:hover {
  text-decoration: underline;
}

@media (max-width: 801px) {
  .navbar-right {
    margin-right: 0;
  }
}

header{
  background: #053242;
  position: relative;
  z-index: 1;
}

header:after {
  background-attachment: scroll;
  background-size: contain;
  content : "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
}

.headerimage {
  margin: 10rem auto 0;
}
.headerimage img {
  height: auto;
  width: 100%;
}

.container{
  padding:1% 0;
}

#summary {
  background-color: #053242;
}
section {
  padding:100px 0
}

section h2.section-heading {
  color: #14AF7F;
  font-size: 6rem;
  margin-bottom: 1rem;
  margin-top: 6rem;
  text-transform: uppercase;
}

section.bg-section1 h2.section-heading {
  color: #053242;
}

section#financials h2.section-heading {
  color: black;
}

@media (max-width: 767px) {
  section h2.section-heading {
    font-size: 29px;
    margin-top: 0;
  }
}

section h3.section-subheading{
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
}


@media (max-width: 436px) {
  section h3.section-subheading {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 437px) {
  section h3.section-subheading{
    font-size: 20px;
    line-height: 30px;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 3rem;
  }
}

section#financials h3.section-subheading {
  color: black;
}
section h3.section-subheading-explanation {
  color: #77CAAE;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  margin: 0 auto 2rem;
  max-width: 768px;
  text-align: left;
  text-transform: none;
}

section h3.section-subheading-explanation a {
  text-decoration: underline;
}
@media (max-width: 480px){
  section h3.section-subheading-explanation{
    font-size: 1.6rem;
    line-height: normal;
    max-width: 320px;
  }
}
section h4.section-subheading{
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: -125px;
  text-transform: none;
}

@media (min-width:768px) {
  section {
    padding: 100px 0;
  }
}

summary-heading {
  margin:0 0;
  text-transform:none;
  font-size: 20px
}


.picture-letter .picture-caption {
  background-color: #053242;
  color: #77CAAE;
  margin: 2% auto 0;
  max-width: 600px;
  padding: 1.5rem;
  text-align: center;
}


.picture-letter .picture-caption h4{
  color: #77CAAE;
}


.close-modal {
  background-color: transparent;
  cursor: pointer;
  height:75px;
  position:absolute;
  right:1px;
  top:1px;
  width:75px;
}

.close-modal .lr {
  background-color: #222;
  height: 75px;
  margin-left: 35px;
  position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px;
  z-index: 1051;
}

.close-modal .lr .rl {
  background-color:#222;
  height:75px;
  -ms-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
  width:1px;
  z-index:1052;
}

::-moz-selection{
  background:#F8ECC2;
  text-shadow:none;
}
::selection{
  background:#F8ECC2;
  text-shadow:none;
}
img::selection{
  background:0 0
}
img::-moz-selection{
  bacpicturekground:0 0
}
body{
  webkit-tap-highlight-color:#F8ECC2;
}

.navbar-logo {
  padding: 25px 0
}

.dropdown-backdrop {
  position: static;
}

.navbar-default .nav li .btn-donate {
  background-color: #FFD348;
  border-color: #FFD348;
  color: #EB1414 !important;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin: 0.9rem 0 0 1rem;
  padding: 0.5rem 4rem;
}

.navbar-default .nav li .btn-donate:hover,
.navbar-default .nav li .btn-donate:focus {
  background-color: #EB1414;
  border-color: black;
  color: black !important;
  text-decoration: none;
}

.ED-highlight {
  background-color: white;
  border: 0;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 0 3rem;
  overflow: hidden;
  text-align:left;
}

.EDphoto {
  float: right;
  height: auto;
  margin: 0 0 0 3%;
  max-width: 35%;
  padding: 0;
}

.EDholderbox {
  background-color: white;
  margin: 0;
  max-width: 600px;
}

.EDquote p {
  color: black;
  font-size: 1.8rem;
  padding: 2.5rem 10%;
  text-align: left;
  line-height: 2.8rem;
}

.Teamheader{
  color: #FFD348;
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  padding: 0
}

.Teamdescription{
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  padding: 0
}

.Teamcircleline h4 {
  color: #FFD348;
}

p.topic {
  color: #77CAAE;
  max-width: 225px;
}

@media (max-width: 768px) {
  p.topic {
    max-width: 300px;
  }
}
.Teamhighlight{
  color: #FFF;
  margin: 30px 10px
}

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

.Teambox{
  max-width: 800px;
  height:100%;
  margin: 0 6% 0;
  padding: 0;
  position:relative
}

.Teamcaption{
  background-color: #053242;
  width:100%;
  height: auto;
  padding: 4% 5%;
}

.bg-section2 .Teamcaption {
  background-color: #77CAAE;
}
.bg-section2 .Teamcaption h3,
.bg-section2 .Teamcaption h5 {
  color: #053242;
}

.Teamgraphic {
  display: block;
  height: auto;
  margin: 10px auto 0;
  min-width: 100px;
  max-width: 28%;
  padding: 0 auto;
}


.Teamgraphicwide {
  min-width: 100px;
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: auto;
  padding: 0 auto;
}

.Teamcircleline{
  margin: 7% 0 0 0;
  padding: 0 0;
}

.Teamcircle {
  padding: 0;
  margin: 5% 0;
}

.EDlettertext {
  color: black;
  text-align: left;
}

.modal-content {
  border: none;
  box-shadow: none;
}
.modal-content .banner img{
  height: auto;
  margin-top: 10px;
  width: 100%;
}

.modal-wrap {
  color: black;
  margin: auto;
}

.modal-body {
  font-family: Garamond, "Times New Roman", serif;
  padding: 1rem 1rem 5rem;
  position: relative;
}
.modal-body h1 {
  color: black;
  margin: 0 auto 30px;
  text-align: center;
}

@media (max-width: 480px) {
  .modal-body h1 {
    font-size: 26px;
  }
}

.modal-body a {
  color: #14AF7F;
}

.letterwriting {
  margin: 0 auto 3rem;
  max-width: 800px;
}
.lettertext {
  font-family: Garamond, "Times New Roman", serif;
  font-size: 2rem;
  max-width: 800px;
  padding: 0 10px;
  text-align: left;
}

.lettertext p,
.lettertext ul,
.lettertext ol {
  font-size: 2rem;
}

.lettercolumn {
  display: block;
  max-width: 200px;
}


footer {
  background-color: #053242;
}

@media (max-width: 436px) {
  .lettercolumn {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (min-width: 437px) {
  .lettercolumn{
    float: left;
    margin-bottom: -10px;
    margin-right: 30px;
    max-width: 200px;
  }
}

.letterattribution {
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 1rem 0 0;
  text-align: center;
}

.letterattributionlong {
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  padding: 0;
  text-align: center;
}

.letterattributiontitle {
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  padding: 0 0 1rem;
  text-align: center;
  text-transform: uppercase;

}

#starttls .letterattributiontitle { /* no photo */
  max-width: 100%;
}

.letterattributiontitlelong {
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 0;
  max-width: 200px;
  padding: 0;
  text-align:center;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .letterattributiontitle,
  .letterattributiontitlelong {
    padding-bottom: 2rem;
  }
}

.letterphoto {
  display: inline-block;
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  margin: 0 0 0 0;
  max-width: 200px;
}

.letterbottom {
  align-content: center;
  text-align: center;
}

.pullquote {
  color: #053242;
  font-family: Garamond, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  max-width: 800px;
  padding: 0 40px;
  text-align:center;
}

.modal-body .Financialstable td {
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.modal-body .Financialstable h3,
h4 {
  color: black;
}
.Financialsimage{
  padding: 0;
}

.no-gutter > [class*='col-'] {
  margin-left:0;
  margin-right:0;
  padding-left:0;
  padding-right:0;
}

.Financialschart {
  margin: 4%;
}

.Financialsubtext h5{
  color: #000000;
  font-weight: normal;
  text-transform: none;
}
.mobile-rotate {
  display: none;
}
.numbers {
  text-align:right;
}

.table-responsive{
  border: none;
}

td.left-3 {
  padding-left: 3rem;
}

.left-6 {
  padding-left: 6rem !important;
}


@media (max-width: 480px) {
  .mobile-rotate {
    display: inline-block;
  }
  .mobile-rotate h5 {
    color: #14AF7F;
  }

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

  .hidden-phone {
    display: block;
  }

  footer ul.quicklinks {
    text-align: center;
  }
  footer ul.quicklinks li {
    display: block;
  }
}

.socialmedia {
  margin: 15px 0;
  display:inline;
}

.socialmedia img{
  margin: 32px 3% 0;
  max-width: 50px;
}

.socialmedia input {
  display: none;
}

.socialmedia .copied {
  margin-left: 56%;
  width: 15%;
}

@media(max-width: 480px){
  .socialmedia .copied {
    margin-left: 1rem;
  }
}


@media(max-width: 767px){
  .headerimage {
    margin-top: 10rem;
  }
  section {
    padding: 3rem 2rem;
  }
  .close-modal {
    background-color: #fff;
    border-radius: 30px;
    height: 44px;
    width: 44px;
    z-index: 300;
  }
  .close-modal .lr {
    height: 30px;
    margin-left: 20px;
    margin-top: 7px;
    position: absolute;
    width: 4px;
  }
  .close-modal .lr .rl {
    height: 30px;
    width: 4px;
  }
  .navbar-default .nav li a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .CClicense {
    padding-left: 3px;
  }
}


@media(min-width: 767px){
  section {
    padding: 0 0 5rem;
  }
  .close-modal {
    background-color: #EB1414;
    border-radius: 30px;
    height: 35px;
    right: 2px;
    top: 2px;
    width: 35px;
    z-index: 300
  }
  .close-modal .lr {
    background-color: white;
    height: 27px;
    margin-left: 1.6rem;
    margin-top: 4px;
    position: absolute;
    width: 4px;
  }

  .close-modal .lr .rl {
    background-color: white;
    height: 27px;
    width: 4px;
  }
  .navbar-default .nav li a {
    padding-left: 25px;
    padding-right: 25px;
  }
  .CClicense {
    padding-left: 3px;
  }
}

@media(min-width:1200px){
  .headerimage {
    max-width: 800px;
  }
}

@media(min-width:800px){
  .headerimage {
    max-width: 700px;
  }
}

@media(min-width:600px){
  .headerimage {
    max-width: 600px;
  }
}

@media(max-width:486px){
  .headerimage {
    max-width: 300px;
  }
}

@media(max-width: 767px) {
  .navbar-default .navbar-brand {
    padding-left: 30px;
  }
}

footer ul.quicklinks {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

@media (max-width: 300px) {
  .container, section {
    min-width: 300px;
  }
}
.socialmedia {
  display: block;
}
.socialmedia a:hover {
  opacity: 0.5;
}

.no-scroll {  // for modals
  margin: 0;
  height: 100%;
  overflow: hidden;
}
/**
* CSS Modal
* http://drublic.github.com/css-modal
*
* @author Hans Christian Reinl - @drublic
*/
/**
* CSS Modal Configuration
* http://drublic.github.com/css-modal
*
* @author Hans Christian Reinl - @drublic
*/
html {
  overflow-y:  auto;
  -webkit-overflow-scrolling: touch;
}

.has-overlay {
  height: auto;
  overflow: hidden;
}
.has-overlay > body {
  height: 100%;
  overflow: hidden;
}

.modal--fade, .modal--show {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none\9;
}
.modal--fade:target,
.modal--show:target,
.is-active.modal--fade,
.is-active.modal--show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto;
  height: auto;
  opacity: 1;
}
.is-active.modal--fade,
.is-active.modal--show {
  display: block\9;
  height: 100% \9;
  width: 100% \9;
}
.modal--fade:target,
.modal--show:target,
.is-active.modal--fade,
.is-active.modal--show {
  display: block\9;
}
.modal--fade .modal-inner,
.modal--show .modal-inner {
  height: 87%;
  left: 2rem;
  overflow: hidden;
  position: absolute;
  top: 3.9rem;
  -webkit-overflow-scrolling: touch;
  width: 97%;
  z-index: 20;
}
.modal--fade .modal-inner > img,
.modal--show .modal-inner > img {
  width: auto;
  max-width: 100%;
}
.modal--fade .modal-content,
.modal--show .modal-content {
  position: relative;
  max-height: 600px;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal--fade .modal-content > *,
.modal--show .modal-content > * {
  max-width: 800px;
}

.modal--fade .modal-close,
.modal--show .modal-close {
  display: block;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
}

.modal--fade .modal-close:focus:after,
.modal--show .modal-close:focus:after {
  outline: 1px dotted;
  outline: -webkit-focus-ring-color auto 5px;
}
.modal--fade .modal-close:before,
.modal--show .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media screen and (max-width: 690px) {
  .modal--fade .modal-inner,
  .modal--show .modal-inner {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0;
  }
  .modal--fade .modal-close:after,
  .modal--show .modal-close:after {
    margin-right: 0 !important;
    right: 20px;
  }
}
@media screen and (max-width: 30em) {
  .modal--fade,
  .modal--show {
    -webkit-transform: translate(0, 400px);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity 1ms .25s;
    -moz-transition: opacity 1ms .25s;
    -o-transition: opacity 1ms .25s;
    -ms-transition: opacity 1ms .25s;
    transition: opacity 1ms .25s;
    display: block;
    right: auto;
    bottom: auto;
  }
  .modal--fade:target,
  .modal--show:target,
  .is-active.modal--fade,
  .is-active.modal--show {
    width: 100%;
    height: 100%;
  }
  .modal--fade:target .modal-close,
  .modal--show:target .modal-close,
  .is-active.modal--fade .modal-close,
  .is-active.modal--show .modal-close {
    display: block;
  }
  .modal--fade .modal-inner,
  .modal--show .modal-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    height: 100%;
    overflow: auto;
    position: initial;
    right: 0;
    top: 0;
  }
  .modal--fade .modal-content,
  .modal--show .modal-content {
    max-height: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .modal--fade .modal-close,
  .modal--show .modal-close {
    display: none;
    right: auto;
  }
  .modal--fade .modal-close:before,
  .modal--show .modal-close:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .modal--fade .modal-close:after,
  .modal--show .modal-close:after {
    top: 5px !important;
    right: 5px;
    left: auto;
    margin-left: 0; }
  }
  @media screen and (max-height: 46em) and (min-width: 30em) {
    .modal--fade .modal-content,
    .modal--show .modal-content {
      /*max-height: 340px;
      max-height: 50vh;*/
    }
  }
  @media screen and (max-height: 36em) and (min-width: 30em) {
    .modal--fade .modal-content, .modal--show .modal-content {
      max-height: 265px;
      max-height: 40vh;
    }
  }
  .is-stacked.modal--fade,
  .is-stacked.modal--show {
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    opacity: 1;
  }
  .is-stacked.modal--fade .modal-inner,
  .is-stacked.modal--show .modal-inner {
    -webkit-animation: scaleDown .7s ease both;
    -moz-animation: scaleDown .7s ease both;
    animation: scaleDown .7s ease both;
  }
  .is-stacked.modal--fade .modal-close,
  .is-stacked.modal--show .modal-close {
    opacity: 0;
  }
  @media screen and (max-width: 30em) {
    .is-stacked.modal--fade,
    .is-stacked.modal--show {
      -webkit-animation: scaleDown .7s ease both;
      -moz-animation: scaleDown .7s ease both;
      animation: scaleDown .7s ease both;
    }
    .is-stacked.modal--fade .modal-inner,
    .is-stacked.modal--show .modal-inner {
      -webkit-animation: none;
      -moz-animation: none;
      animation: none;
    }
    .is-stacked.modal--fade .modal-close,
    .is-stacked.modal--show .modal-close {
      opacity: 1;
    }
  }

  /**
  * All animations for CSS Modal
  *
  * Available:
  * - %modal--transition-fade (fade)
  * - %modal--transition-zoomIn (zooms in)
  * - %modal--transition-plainScreen (hides background)
  *
  * Usage:
  *
  * .selector {
  * 		@extend %modal--transition-fade;
  * }
  *
  */
  @media screen and (min-width: 30em) {
    .modal--fade {
      transition: opacity 0.4s; }
    }
    /**
    * CSS Modal Themes
    * http://drublic.github.com/css-modal
    *
    * @author Hans Christian Reinl - @drublic
    */
    /*
    * Global Theme Styles
    */
    .modal--fade,
    .modal--show {
      color: #2b2b2b;
      line-height: 1.3;
    }
    .modal--fade .modal-inner,
    .modal--show .modal-inner {
      background: #edf1f4;
      -webkit-transition: max-width 0.25s linear, margin-left 0.125s linear;
      transition: max-width 0.25s linear, margin-left 0.125s linear;
    }

    .modal--fade .modal-content,
    .modal--show .modal-content {
      background: white;
      padding: 15px 1.2em;
    }

    .modal--fade .modal-close:before,
    .modal--show .modal-close:before {  /* the dark bg */
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=");
    }

    @media screen and (max-width: 30em) {
      .modal--fade .modal-close:before,
      .modal--show .modal-close:before {
        height: 0;
      }
      .modal--fade .modal-inner,
      .modal--show .modal-inner {
        padding-top: 0;
      }
      .modal--fade .modal-close,
      .modal--show .modal-close {
        text-decoration: none;
      }
      .modal--fade .modal-close:after,
      .modal--show .modal-close:after {
        content: attr(data-close);
        font-size: 1em;
        padding: 0.5em 1em;
      }
    }
