@media (max-width: 1280px) {

  .card-overlay-title {
    position: absolute; 
    bottom: 0;     
    text-align: center; 
    width: 100%; 
    font-size: 1em; 
    background-color: #53396b;
  }

  .head-background {  
    background: none;
  }

  .footer-alignment-right {
    text-align: center;
  }

  .footer-alignment-left {
    text-align: center;
  }

}

@media (min-width: 480px) {

  .card-overlay-title {
    position: absolute; 
    bottom: 0; 
    padding: 1em; 
    text-align: center; 
    width: 100%; 
    font-size: 1.2em; 
    background-color: #53396b;
  }

  .head-background {  
    /* Kasama recommends BG removal /*
	/*background-image: url(img/website/h2v-head-trans.png);    */ 
    background-repeat: no-repeat;
    background-position: right;
  }

  .footer-alignment-right {
    text-align: right;
  }

  .footer-alignment-left {
    text-align: left;
  }

}

@font-face{
	font-family: Metropolis;
    src:url('fonts/METROPOLIS-REGULAR.OTF'),
        url('fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/Metropolis-Regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/Metropolis-Regular.woff') format('woff'), /* Pretty Modern Browsers */
        url('fonts/Metropolis-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('fonts/Metropolis-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html,body {
  margin:0px;
  height:100%;
  min-height:100%;
}

label {
  font-weight: bold;
}

.logo-img {
  max-height: 32px; 
  margin-left: 1em;
}

.bg-purple {
  background-color: #53396b !important;
}

.btn-primary {
  background-color: #53396b !important;
  border-color: #53396b !important;
}

.bg-light-purple {
  background-color: #cbbbdc !important;
  opacity: 1.0;  	
}

/*
.flex-shrink-0
{
	max-width: none; !important;
	margin: 0,0,0,0; !important;
}
*/

.nav-item {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.nav-link {
  font-size: 1.2em;  
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,0.8) !important; 
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,1) !important;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff !important;
}

.site-link {
  color: #53396b;
}

.site-link:hover {
  color: #cbbbdc;
}

.footer-link {
  color: #ffffff;
  padding-left: 0.75em;
  padding-right: 0.75em;
  font-size: 0.75em;
}

.footer-link:hover {
  color: #cbbbdc;
}

.social-icon {
  width: 50px; 
  margin-left: 1em; 
  margin-right: 1em;
}

.social-icon-alt {
  width: 50px; 
  margin-left: 0.25em; 
  margin-right: 0.25em;
}

.legalContent { 
  font-size: 1em;
  margin-top: 3em;
  margin-bottom: 2em;
}

.article {
  margin-bottom: 2em;
  border: 2px solid #53396b;
  border-radius: 10px;
}

.article-header {
  background-color:#53396b;
  color:#ffffff;
  padding:10px;
  margin-top:0px;
  border-radius: 5px;
}

.article-text { 
  padding: 2em;   
} 

.article-quote {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#382748+2,1d1526+100 */
  background: #cbbbdc; /* Old browsers */
  background: -moz-linear-gradient(top,  #cbbbdc 2%, #53396b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #cbbbdc 2%,#53396b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #cbbbdc 2%,#53396b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbbdc', endColorstr='#53396b',GradientType=0 ); /* IE6-9 */
  color:#ffffff;
  padding: 2em;  
  border-radius: 5px;
}

.article-quote-reduced-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#382748+2,1d1526+100 */
  background: #cbbbdc; /* Old browsers */
  background: -moz-linear-gradient(top,  #755B8D 2%, #53396b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #755B8D 2%,#53396b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #755B8D 2%,#53396b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#755B8D', endColorstr='#53396b',GradientType=0 ); /* IE6-9 */
  color:#ffffff;
  padding: 2em;  
  border-radius: 5px;
}

.article-quote-no-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#382748+2,1d1526+100 */
  background: #cbbbdc; /* Old browsers */
  background: -moz-linear-gradient(top,  #53396b 2%, #53396b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #53396b 2%,#53396b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #53396b 2%,#53396b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53396b', endColorstr='#53396b',GradientType=0 ); /* IE6-9 */
  color:#ffffff;
  padding: 2em;  
  border-radius: 5px;
}


.text-block-purple {
    color: #000000;
    font-weight: 500;
    background-color: #cbbbdc !important;
    opacity: 0.8;
    padding: 1.5em;
    border: 1px solid #53396b;
    border-radius: 10px;
}

.box-out {
    background: #cbbbdc;
    height: 480px;
    width: 300px;
    position: fixed;
    top: 60px;
    right: 0px;
    margin: 0;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    transition: .5s ease-out;
}

.box-in {
    margin: 0 -274px 0 0;
}

.menu-btn {
    position: absolute;
    top: 0px;
    right: 274px;
    height: 100%;
    padding-top: 25px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #53396b;
    color: #ffffff;
    cursor: pointer;
}

    .menu-btn:hover {
        -moz-opacity: 0.8;
        opacity: 0.8;
    }

.menu-icon {
    position: absolute;
    top: 180px;
    right: 280px;
    padding: 1em;
    width: 30px;
    height: 30px;
    background: url(img/website/chevron-btn-left.png) no-repeat;
    cursor: pointer;
    z-index: 10;
}

.menu-icon-left {
    background: url(img/website/chevron-btn-right.png) no-repeat;
}

.calculator {
    margin-left: 30px;
    margin-right: 15px;
}

.plan-type-input {
    position: absolute;
    bottom: 85px;
    width: 86% !important;
}

.plan-type-label {
    position: absolute;
    bottom: 120px;
}

.total-input {
    position: absolute;
    bottom: 15px;
    width: 86% !important;
}

.total-label {
    position: absolute;
    bottom: 50px;
}

.calc-label {
    font-size: 0.8em;
    margin-bottom: 0.25em;
}


