/* Add here all your css styles (customizations) */
@font-face {
  font-family: 'HouschkaAltPro-Medium';
  src: url('/css/font/HouschkaAltPro-Medium.eot'); /* IE9 Compat Modes */
  src: url('/css/font/HouschkaAltPro-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('/css/font/HouschkaAltPro-Medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('/css/font/HouschkaAltPro-MediumItalic.woff') format('woff'),
       url('/css/font/HouschkaAltPro-MediumItalic.eot'),
       url('/css/font/HouschkaAltPro-MediumItalic.woff2') format('woff2')
}

body {
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
}

.purple {
  color: #4A0D66;
}
    
.gold {
  color: #FFA400;
}

.teal {
  color: #34D9C3;
}

.dark-gray {
  color: #58595B;
}

.gray {
  color: #BCBEC0;
}

.light-gray {
  color: #F1F2F2;
}

a {
  color: #FFA400;
}

a:hover {
  color: #4A0D66;
  text-decoration: none;
}

a.article-title {
  color: #000000;
  text-decoration: none;
}

a.article-title:hover {
  color: #4A0D66;
  text-decoration: none;
}

/*make the menu sub-menu items drop down on mouse hover */
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}

/*.dropdown-menu > li > a {
    color: #ffffff;
    background-color: #4A0D66;
}*/

/*.one-page-header .navbar-nav > li > a:hover {
  z-index: 1;
  color: #FFA400;
}*/

/*@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}*/

.jumbotron {
  background-color: #eee;
  margin: 3% 5%;
  padding: 2% 2%;
  border-radius: 5px;
}
/*making the subpage content start below the header*/
@media (max-width: 400px) {
  .jumbotron {
      margin-top: 15%;
  }
}

@media (min-width: 1200px) {
  .jumbotron {
      margin-top: 6%;
  }
}

.join-form {
  margin: 5% 5%;
}

.breadcrumb {
  background-color: transparent;
}

.btn-primary {
  color: #ffffff;
  background-color: #4A0D66;
  border: none;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 2px;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
}

.btn-primary:hover{
  color: #ffffff;
  background-color: #FFA400;
  padding: 10px;
}

.btn-primary:active{
  color: #ffffff;
  background-color: #58595B;
  padding: 10px;
}



/*----------------------------LOGIN FORM-----------------------*/
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #4A0D66;
    font-size: 2.2rem;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 3px solid transparent;
  border-radius: 4px;
}

.panel-login {
  box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.6);
}

hr.panel-login {
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  border: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0));
}

/* Forgot your password link*/
.btn-link {
    font-weight: 400;
    color: #58595B;
    border-radius: 0;
}

.btn-link:hover {
    font-weight: 400;
    color: #4A0D66;
    border-radius: 0;
}

@media (min-width: 990px) {
  .btn-link {
    padding: 5px 0px;
  }
}
/* end forgot your password link*/

/*login button and text on /login*/
.btn-primary-login {
  background-color: #FFA400;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}

.btn-primary-login:hover {
  background-color: #58595B;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}


/*end login button and text on /login*/

/*----------------------------END LOGIN FORM-----------------------*/


/*BUTTONS FOR PROFILE*/
.btn-renew {
  background-color: #34D9C3;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
}

.btn-renew:hover {
  background-color: #58595B;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}



.alert {
  margin-bottom: 0px;
}

.btn-default {
  background-color: #FFA400;
  border: none;
  color: #ffffff;
}

.btn-default:hover {
  background-color: #58595B;
  border: none;
  color: #ffffff;
}

/* ---- TEAL BAR ----- */
.tealbar {
  background-color: #4A0D66;
  padding: 10px 0px;
  min-height: 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size:1.6em;
}

/*----------------------------ADDITIONS TO PUBLISHING -----------------------*/
.author-image {
  border-radius: 5px;
}

.author-name {
  font-size: 1em;
}

.read-more {
  background-color: #FFA400;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 0px;
}

.read-more:hover {
  background-color: #58595B;
  color: #ffffff;
}

.blog-header {
  text-align: center;
  color: #000000;
  font-size: 3em;
}

h2.blog-post-title {
  color: #4A0D66;
  font-weight: 200;
  font-size: 2.2em;
  padding: 10px 0px;
  border-bottom: solid 2px #FFA400;
  text-transform: uppercase;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
}

.press-release-title {
  color: #000000;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;

}

.press-release-wrapper {
  padding: 5px;
  min-height: 100px;
}
.press-release-contents {
  margin: 2px;
  padding: 10px;
  background-color: #f1f1f1;
}

.well {
  background-color: transparent;
  border: none;
  box-shadow: none;

}

/*.post-content {
  font-family: Arial, sans-serif;
  font-size: 1.4em;
}*/

li {
  line-height: 1.5;
  color: #000000;
  font-size: 1.2em;
}

/* =======================   COMMENTARY/BLOG PAGES   =====================*/

.commentary-left-col {
  float: left;
  width: 30%;
}
.commentary-left-col img {
}
.commentary-right-col {
  float: right;
  width: 70%;
}

.history-posts {
  border-top: 3px solid #4A0D66;
  width: 100%;
}

.history-posts-title {
  color: #ffffff;
  padding: 25px 25px;
  display: inline-block;
  background-color: #4A0D66;
  margin-bottom: 20px;
}

.commentary-type {
  text-align: left;
}

.date-display-single {
  padding-bottom: 2%;
}

/* =======================   COMMENTARY/BLOG PAGES RESPONSIVE  =====================*/

@media screen and (min-width: 601px) {
  .commentary-right-col {
    margin-top: -50px;
  }
}

@media screen and (max-width: 600px) {
  .commentary-left-col {
    position: absolute;
    left: 10%;
    width: 100%;
}
  .commentary-right-col {
    float: left;
    width: 100%;
    padding-top: 70%;
  }
}

@media screen and (max-width: 500px) {
  .commentary-left-col {
    position: absolute;
    left: 10%;
    width: 100%;
}
  .commentary-right-col {
    float: left;
    width: 100%;
    margin-top: 20%;
  }
}

@media screen and (max-width: 400px) {
  .commentary-left-col {
    position: absolute;
    left: 10%;
    width: 100%;
}
  .commentary-right-col {
    float: left;
    width: 100%;
    margin-top: 30%;
  }
}

@media screen and (max-width: 350px) {
  .commentary-left-col {
    position: absolute;
    left: 10%;
    width: 100%;
}
  .commentary-right-col {
    float: left;
    width: 100%;
    padding-top: 95%;
    margin-top: 10%;
  }
}

/* =======================   BIO PAGES   =====================*/

.bio-title-text h1 {
  float: left;
  color: #000000;
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 2px solid #4A0D66;
}

.bio-title-text h2 {
  float: left;
  color: #000000;
  font-size: 1em;
  font-weight: 100;
  width: 100%;
  padding: 0 0 4px 0;
  line-height: 1;
  text-transform: uppercase;
  margin: 0px;
}

.bio-title-photo img {
  float: right;
  display: block;
  margin-right: auto;
  margin-left: 15px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/*--------- CORPORATE MEMBERS ONLY PAGE ----------------*/
#corp-first {
  padding-bottom: 3px;
  text-align: center;
}
.corp-priority {
  display: inline-block;
  width: 50%;
  max-width: 288px;
  margin-right: 2.4%;
  vertical-align: top;
  text-align: center;
}
.priority .corp-caption {
  display: block;
  margin-top: -2px;
  font: 1.15em/1.2 'noto_sansbold', Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
}

.priority .corp-caption .list {
  display: block;
  margin-top: -2px;
  font: 1.15em/1.2 'noto_sansbold', Arial, sans-serif;
}

/*--------- GENERAL AIM MEMBER CENTER ----------------*/
.newsletters {
  float: none;
  margin: 0 auto;
}

.newsletter {
  background: #fff;
  max-height: 210px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px 20px;
  box-shadow: 0 3px 10px #ccc;
}

.newsletter-list {
  padding-left: 0px;
}

.img-wrapper {
  background-clip: padding-box;
  height: auto;
  border: 6px solid #fff;
  box-shadow: 0 2px 3px 0px #c5c9ce;
  overflow: hidden;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  opacity: 0;
  transition: opacity 0.25s linear 0s;
    transition-property: opacity;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transition-delay: 0s;
  background: rgba(98, 44, 133, .8);
  color: #fff;
  text-align: center;
}

.img-overlay:hover {
  opacity: 1;
}

.img-overlay-text {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

p.members-caption {
  display: block;
  margin-top: 10px;
  font: 1.15em/1.2 Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

p.members-caption:hover {
  color: #FFA400;
}

.custom-menu {
  min-height: 180px;
}

.jumbo-link {
  font-size: 1.4em;
  color: #4A0D66;
}

.newsletter-text {
  font-size: 1.1em;
  padding-left:15px;
}

.custom-portal-center {
  text-align: center;
}



/*--------------------------------------------------
    [Copyrights/Footer Section]
----------------------------------------------------*/
/*The copyrights design*/
.copyrights {
  text-align: center;
  padding: 20px 0;
  margin-top: 20px
}

.copyrights .footer-logo {
  max-width: 140px;
  display: list-item;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;;
  color: #fff;
}

.copyrights .footer-logo:hover {
  text-decoration: none;
}

.footer-list {
  padding: 20px 0 0;
  min-height: 50px;
}

.footer-list li > a {
  font-size: 15px;
  color: #FFFFFF;
  padding: 8px 13px;
  background: #272730;
  transition: all .4s ease;
}

.footer-list li > a.fb {
  padding: 8px 15px;
}

.footer-list li > a:hover {
  color: #fff;
  background: #FFA400;
}

/*General use classes*/
.bg-color-com {
  background: #4A0D66;
}

.nav-separator {
  display: inline-block;
  margin: 0 10px;
}

.custom-portal-menu {
  background: #fafafa;
  height:200px;
  max-height: 500px;
  margin-bottom: 30px;
  padding: 50px 20px;
  box-shadow: 6px 6px 20px #ccc;
}

a.custom-portal-link {
  color: #FFA400;
  font-size: 1.3em;
  cursor: pointer;
}

a.custom-portal-link:hover {
  color: #58595B;
  font-size: 1.3em;
}

.one-page-header.architecture-nav .navbar-nav > li > a.subpage-link {
  color: #4A0D66;
}
.one-page-header.architecture-nav .navbar-nav > li.alison > a.subpage-donate {
  color: #4A0D66;
}
.one-page-header.architecture-nav .navbar-nav > li > a.subpage-donate:hover {
  color: #FFA400;
}

.one-page-header.architecture-nav .navbar-nav > li.dropdown:hover,
.one-page-header.architecture-nav .navbar-nav > li.dropdown:active,
.one-page-header.architecture-nav .navbar-nav > li.dropdown:focus {
  color: #4A0D66;
}

.one-page-header.architecture-nav .navbar-nav > li > a.subpage-link:hover,
.one-page-header.architecture-nav .navbar-nav > li > a.subpage-link:active,
.one-page-header.architecture-nav .navbar-nav > li > a.subpage-link:focus {
  color: #4A0D66;
}



.one-page-header.architecture-nav .navbar-nav > li > a.logged-name {
  color: #FFA400 !important;
  border-bottom: solid 1px #FFA400;
}

.lg-page-title {
  background-color: #fafafa;
  margin: 5px 0px;
  padding: 6px 6px;
  box-shadow: 6px 6px 6px #ccc;
  border-bottom: solid #FFA400;
}

.lg-page-title h3 {
  color: #4A0D66;
  text-align: center;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background: none;
}

@media screen and (max-width: 767px) {
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
}
}

@media (max-width: 991px) {
  .one-page-header.architecture-nav .navbar-nav > li > a.subpage-link {
    color: #4A0D66;
  }
  .one-page-header.architecture-nav .navbar-nav > li > a.subpage-link:hover
  .one-page-header.architecture-nav .navbar-nav > li > a.subpage-link:focus
  .one-page-header.architecture-nav .navbar-nav > li > a.subpage-link:active {
    color: #4A0D66;
  }
}



/*.cover {
  position: relative;
  min-height: 700px;
  width: 100%;
}

.cover::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.1);
}*/

h3.home-text {
  color: #ffffff;
  font-size: 3.0em;
  padding: 25px;
  margin-top: 15%;
}

@media (max-width: 900px) {
  h3.home-text {
  font-size: 2.0em;
  margin-top: 20%;
}
}

.btn-home-join {
  background-color: #4A0D66;
  border-style: solid;
  border-color: #4A0D66;
}

.btn-home-join:hover {
  cursor: pointer;
  background-color: #FFA400;
  border-color: #FFA400;
}

a.btn-home-join {
  color: #ffffff;
  padding: 15px 15px;
  font-size: 1.4em;
  text-transform: uppercase;
}

.btn-home-login:hover {
  background-color: #FFA400;
  border-color: #FFA400;
}

.btn-home-login {
  background: transparent;
  border-style: solid;
  border-color: #ffffff;
}

.btn-home-login:hover {
  background-color: #FFA400;
  border-color: #FFA400;
}

a.btn-home-login {
  color: #ffffff;
  padding: 15px 30px;
  font-size: 1.4em;
  text-transform: uppercase;
}

span.home-or {
  color: #ffffff;
  font-size: 1em;
  padding: 20px 20px;
}

.arrow-down {
  text-align: center;
  padding-top: 18%;

}

.fa-angle-down {
  color: #ffffff;
  font-size: 50px;
}

.service-box {
  background: #fafafa;
  min-height: 275px;
  max-height: 350px;
  margin-bottom: 20px;
  padding: 20px 20px;
  box-shadow: 6px 6px 20px #ccc;
}

.text-primary {
  color: #4A0D66;
}

/*added november 21 */

/* ------------------------ HOME PAGE ACHIEVEMENTS ------------------------ */
#achievements {
  padding: 20px;
  text-align: center;
  background-color: #f6f6f6;
}
.achievement-circle {
  background: #4A0D66;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow: hidden;
  text-align: center;
  padding: 40px 15px;
  border-radius: 100%;
  background-clip: padding-box;
  border: 2px solid #f6f6f6;
  box-shadow: 0 0 0 3px #c8b6d1;
  max-width: 250px;
  min-height: 225px;
  margin: 8px auto;
  z-index: 0;
}

.achievement-circle h1 {
  color: #ffffff;
  font-size: 2em;
  line-height: 1;
  font-weight: 500;
  text-shadow: 5px 3px rgba(0,0,0,.5);
}

.achievement-circle p {
  color: #ffffff;
  font-size: 1.6rem;
  text-shadow: 0 1px 3px rgba(0,0,0,.25);
  font-style: italic;
  font-weight: lighter;
  line-height: 1;
}

/* ------------------------ HOME PAGE PRIORITIES ------------------------ */
#home-priorities {
  padding: 20px;
  text-align: center;
}
.priority-square {
  /*background: #34D9C3;*/
  background-color: #58595B;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow: hidden;
  text-align: center;
  padding: 30px 20px;
  background-clip: padding-box;
  /*border: 2px solid #f6f6f6;*/
  /*border-radius: 25px;*/
  box-shadow: 0 0 0 2px #FFA400;
  min-width: 200px;
  min-height: 200px;
  max-width: 300px;
  margin: 5px auto;
  vertical-align: middle;
}

.priority-square h1 {
  color: #ffffff;
  vertical-align: middle;
  font-size: 2.8rem;
}
.priority-square h1:hover {
  color: #FFA400;
  cursor: pointer;
}

/* NEED TO ADJUST PADDING OF NAVBAR in Architecture line 422 */
/*#alert-banner {
  padding: 10px;
  background-color: #4A0D66;
  color: #ffffff;
}*/

/*@media (max-width: 990px) {*/
h4.policy-priority-desc {
  position: relative;
  top: -24px;
  background: #f6f6f6;
  color: #4A0D66;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1;
  width: 60%;
  margin: 0 auto;
  padding: 12px;
  vertical-align: middle;
  box-shadow: -6px -6px 0px rgba(255,164,0,1);
}

h4.policy-priority-desc:hover {
  color: #FFA400;
}
/*}*/

@media (min-width: 991px;) {
h4.policy-priority-desc {
  position: relative;
  top: -36px;
  font-size: 2rem;
  width: 82.5%;
  min-height: 85px;
  padding: 12px;
  }

h4.policy-priority-desc:hover {
  color: #FFA400;
}
}

/*.square-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  opacity: 0;
  transition: opacity 0.25s linear 0s;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transition-delay: 0s;
  background: rgba(255, 164, 0, .5);
  color: #fff;
  text-align: center;
}
.square-overlay:hover {
  opacity: 1;
}*/

.main-priority-image {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  max-width: 500px;
  min-height: 200px;
}

@media (min-width: 1200px) {
  .main-priority-image {
  min-height: 250px;
  }
}

/*@media (min-width: 991px) {
  .tout-image {
    box-shadow: -6px -6px 0px rgba(255,164,0,1);
}
}*/

.lg-section-title {
  background-color: #4A0D66;
  margin: 10px auto;
  padding: 5px;
  box-shadow: 6px 6px 6px #ccc;
  border-bottom: solid #FFA400;
  width: 100%;
  text-align: center;
}

.lg-section-title h3 {
  color: #ffffff;
  text-align: center;
}

.aim-roundup-button {
  background-color: #4A0D66;
  margin: 0px 10px;
  color: #ffffff;
  top: 0;
}

h2.newsletter-title {
  color: #4A0D66;
}

/*OUTCOMES*/

#ouctomes {
  padding: 20px 0px;
  background-color: #f6f6f6;
}

h2.section-title {
  font-size: 2.5em;
  font-weight: 600;
  color: #4A0D66;
  text-transform: uppercase;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
  letter-spacing: -1px;
}

@media (max-width: 990px) {
  .outcome-1 {
    border-bottom: dotted #4A0D66;
    border-right: none;
    padding-top: 5px;
  }
}

@media (min-width: 991px) {
  .outcome-1 {
    border-right: dotted #4A0D66;
    min-height: 200px;
  }
}

@media (max-width: 990px) {
  .outcome-2 {
    border-bottom: dotted #4A0D66;
    border-right: none;
    padding-top: 10px;
  }
}

@media (min-width: 991px) {
  .outcome-2 {
    border-right: dotted #4A0D66;
    min-height: 200px;
  }
}

@media (max-width: 990px) {
  .outcome-3 {
    border-bottom: dotted #4A0D66;
    border-right: none;
    padding-top: 10px;
  }
}

@media (min-width: 991px) {
  .outcome-3 {
    border-right: dotted #4A0D66;
    min-height: 200px;
  }
}

/*BLOG*/

.blog-article-wrapper {
  padding: 5px;
  min-height: 275px;
}

.blog-article-contents {
  margin: 2px 2px;
  padding: 12px;
  background-color: #f1f1f1;
  min-height: 400px;
}

.blog-image {
  display: inline-block;
  width: 100%;
}
.blog-article-title > a {
  text-transform: capitalize;
  font-size: 1.5em;
  color: #393939;
  cursor: pointer;
}
.blog-article-title {
  padding: 5px 0px;
  line-height: 1.2;
}

.blog-article-date {
  font-size: 1em;
  color: #ADBCBB;
  padding: 3px 0px;
}

.blog-article-excerpt {
  font-size: 1em;
  color: #393939;
  line-height: 1.3;
}

.blog-article-author {
  cursor: pointer;
}

/*PERSONALIZED BOX ON HOMEPAGE*/

.personalized-link-box {
  text-align: center;
  background: #ffffff;
  padding: 10px;
  margin: 10px 0px;
}

h3.personalized-link-title {
  color: #34D9C3;
  padding: 5px;
  border-bottom: solid 2px #34D9C3;
  text-transform: uppercase;
  font-weight: bolder;
}

.personalized-link-list {
  list-style-type: none;
  padding: 0px;
}
.personalized-link-list-item {

}

a.personalized-link-name {
  color: #393939;
  font-size: 1.2em;
}

a.personalized-link-name:hover {
  color: #FFA400;
}

.personalized-link-block {
  margin: 0 auto;
  float: none;
}

#subpage-title-back {
  background-image: url(/img/subpage-title-background.jpg);
  max-width: 100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
}

h2.page-title {
  color: #4A0D66;
  padding: 30px 5px;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 3em;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
}

#blog-background {
  /*background-image: url(/img/stock_highres_blur.jpg);*/
  background-image: url(/img/cap_background_blur.jpg);
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
}
#advocate-background {
  /*background-image: url(/img/sharp-header-bw.jpg);
  display: block;
  background-repeat: no-repeat;*/
  width: 100%;
  height: auto;
  /*height: 140px;*/
  background: #e9e3ef url(/img/sharp-header-bw2.jpg) no-repeat 50% 100%;
}

#act-member-background {
  background-image: url(/img/act_member_background_photo.jpg);
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-position: top;
  background-size: cover;
}

#advocacy-volunteer-background {
  background-image: url(/img/alz-advocacy-volunteer-capitol-photo-min.jpg);
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
}

#press-background {
  background: url(/img/family_dog_blur.jpg);
  /*background-image: url(/img/cap_background_blur.jpg);*/
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
}

.phone-campaign-body img {
  max-width: 100%;
}

h2.blog-page-title {
  color: #4A0D66;
  padding: 25px 5px;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 2.8em;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
}

h2.act-page-title {
  color: #4A0D66;
  padding-bottom: 15%;
  padding-top: 5%;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 800;
  font-size: 2.6em;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
}

h2.advocacy-volunteer-page-title {
  color: #4A0D66;
  padding-bottom: 15%;
  padding-top: 5%;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 800;
  font-size: 2.6em;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
}

@media (min-width: 775px) {
  h2.blog-page-title {
    color: #4A0D66;
    padding: 30px 5px;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 500;
    font-size: 3.2em;
    font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
  }
  h2.act-page-title {
    color: #4A0D66;
    padding-bottom: 15%;
    padding-top: 3%;
    text-align: center;
    font-weight: 800;
    font-size: 3.3em;
    font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
  }
  h2.advocacy-volunteer-page-title {
    color: #4A0D66;
    padding-bottom: 15%;
    padding-top: 3%;
    text-align: center;
    font-weight: 800;
    font-size: 3.3em;
    font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
  }
}

#subscribe-bar {
  background-color: #4A0D66;
}

.subscribe-line {
  text-align: center;
  color: #ffffff;
}

h3.subscribe-text {
  text-align: center;
  color: #ffffff;
  font-size: 1em;
}

p.referral-banner {
  text-align: center;
  color: #ffffff;
  background-color: #4A0D66;
  padding: 10px;
}

a.join-text {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  background-color: #FFA400;
  text-transform: uppercase;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
}
a.join-text:hover {
  background-color: #4A0D66;
  color: #ffffff;
}

a.opposite-join-text {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  background-color: #4A0D66;
  text-transform: uppercase;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
}

a.opposite-join-text:hover {
  background-color: #FFA400;
  color: #ffffff;
}

img.profile-pic {
  padding: 0px 0px 5px 15px;
}

img.left-pic {
  padding: 0px 15px 5px 0px;
}

p.corporate-category {
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #4A0D66;
  border-bottom: solid 2px #4A0D66;
}

.homepage-join-bar {
  border: solid 2px #FFA400;
  text-align: center;
  float: none;
  margin: 0 auto;
  color: #ffffff;
  text-transform: uppercase;
}

a.homepage-join-text {
  color: #FFA400;
}

a.homepage-join-text:hover {
  color: #4A0D66;
}

@media (max-width: 400px) {
  #form-page-with-message {
    margin-top: 50%;
  }
}

@media (max-width: 490px) {
  #form-page-with-message {
    margin-top: 40%;
  }
}
@media (max-width: 600px) {
  #form-page-with-message {
    margin-top: 30%;
  }
}

@media (max-width: 700px) {
  #form-page-with-message {
    margin-top: 25%;
  }
}

@media (max-width: 800px) {
  #form-page-with-message {
    margin-top: 22%;
  }
}
@media (max-width: 920px) {
  #form-page-with-message {
    margin-top: 18%;
  }
}
@media (max-width: 991px) {
  #form-page-with-message {
    margin-top: 15%;
  }
}

@media (min-width: 992px) {
  #form-page-with-message {
    margin-top: 14%;
  }
}
@media (min-width: 1100px) {
  #form-page-with-message {
    margin-top: 10%;
  }
}

.preview-bar {
  background-color: #FFA400;
  padding: 2px;
}

.preview-bar h3 {
  color: #ffffff;
}

h3.referral-message {
  color: #FFA400;
}

span.victory-bold {
  font-weight: bold;
  color: #4A0D66;
  font-size: 1.5rem;
}

/*faded line // gold rgb = (255, 164, 0) // purple rgb = (74, 13, 102)*/
hr.style-two {
  border: 0;
  height: 4px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 164, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-three {
  border: 0;
  height: 4px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(74, 13, 102, 0.75), rgba(0, 0, 0, 0));
}

.statements {
  list-style: none;
  padding: 20px 0 20px;
}

.statement-panel {
    float: none;
    margin: 10px 0px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    min-height: 275px;
}
.statement-panel:hover {
  box-shadow: 4px 10px 16px rgba(0, 0, 0, 0.25);
}

a.statement-title {
  color: #4A0D66;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
}

.alert {
  padding: 10px 20px;
  margin-top: 8px;
}

p.footer-text {
  color: #ffffff;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
  font-size: 1.5rem;
}

.allied-callout {
    background: #ffffff;
    border: #f7f7f7 solid 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 8px;
    -webkit-box-shadow: 1px 12px 1px #d1d1d1;
    -moz-box-shadow: 1px 2px 1px #d1d1d1;
    box-shadow: 2px 3px 3px #d1d1d1;
}

/*****************************THANK YOU PAGE*****************************/
#thankyou  {
  display: inline-block;
  width: 100%;
  max-width: 900px;
  margin: 2%;
  text-align: center;
  padding: 2%;
}

.thankyou-comment {
  display: block;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
  font-size: 1.3rem;
  color: #000000;
  font-style: italic;
  text-align: left;
  width: 75%;
}

span.caption {
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 8px;
    border-top: 6px solid #FFA400;
    color: #FFA400;
    text-transform: uppercase;
}

.congrats {
    position:relative;
    width: 75%;
    height: auto;
}
.congrats img {
    width:100%;
    vertical-align:top;
    margin-bottom: 5%;
}
.congrats:after, .congrats:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.congrats:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
}
.congrats:before {
    content: attr(data-content);
    width:100%;
    color:#fff;
    z-index:1;
    bottom:0;
    padding:4px 10px;
    text-align:center;
    background: #FFA400;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.congrats:hover:after, .congrats:hover:before {
    opacity:1;
}

.thankyou-twitter-icon {
  width: 50px;
  height: auto;
}

/***************************************************ADVOCACY FORMS AND PAGES*/
label.survey-question {
  font-size: 1.2em;
  font-weight: bolder;
  color: #4A0D66;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #4A0D66;
    border-color: #4A0D66;
}

.required:after {
  content:"*";
  color: red;
}


/*************************************************** POLICY PRIORITIES */

li.resources-list-item {
  color: #FFA400;
  font-size: 1.5em;
  font-weight: bolder;
}

a.resource-link {
  color: #FFA400;
  font-size: 1.4em;
  font-weight: bolder;
}

/*************************************************** ADVOCACY RESOURCES */

h4.resources-panel-title {
  color: #4A0D66;
  font-weight: bolder;
  font-size: .9em;
}

.priorities-block {
  background: #4A0D66;
  color: #fff;
  padding: 60px;
}

/*************************************************** STATE PROFILE PAGE ETC. */
.page-main-title {
  background: #4A0D66;
  color: #fff;
  margin: 0 0 60px;
}

.page-section-title {
  background: #4A0D66;
  color: #fff;
  margin: 0 0 60px;
}

.page-section-title {
  margin: 60px 0;
}

.page-title-heading {
  color: #fff;
  padding: 30px 5px;
  text-align: center;
  font-weight: 500;
  font-size: 3em;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
  margin: 0;
  text-transform: uppercase;
}

.page-section-heading {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 30px 0 15px;
  margin: 0 0 15px;
  font-weight: 900;
  font-size: 2.5em;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
  text-transform: uppercase;
}

.page-section-list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0 0 15px;
  margin: 0;
}

.page-section-list li {
  color: #fff;
  flex-basis: 100%;
  font-size: 2em;
  text-transform: uppercase;
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .page-section-list li {
    flex-basis: 50%;
  }
}

/*used to create the horizontal line next to text on congressional task force page*/
th.purple-header {
  background-color: #4A0D66;
  color: white;
}
h1.nifty-purple-line {
 overflow: hidden;
 text-align: center;
 color: #4A0D66;
 line-height: 1.5;
}
h1.nifty-purple-line:before,
h1.nifty-purple-line:after {
 background-color: #4A0D66;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
h1.nifty-purple-line:before {
 right: 0.5em;
 margin-left: -50%;
}
h1.nifty-purple-line:after {
 left: 0.5em;
 margin-right: -50%;
}

/*box with title inside*/
.fun-title-box {
  border: 1px #4A0D66 solid;
  padding: 10px;
}


h4.fun-title-box-title {
  position: relative;
  top: -1.25em;
  margin-left: 1em;
  display: inline;
  background-color: white;
  padding: 10px;
  color: #4A0D66;
}


/* FEDERAL PRIORITIES */
.take-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 80px 0;
  padding: 20px;
}

.take-action-content {
  flex-basis: 100%;
  max-width: 360px;
  padding: 20px 0;
}

.take-action-content h2, .take-action-content p {
  color: #fff;
}

.take-action-content h2 {
  border-bottom: 1px solid #fff;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.take-action-areas {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  max-width: 800px;
}

@media (min-width: 920px) {
  .take-action {
    flex-wrap: nowrap;
    padding: 60px;
  }

  .take-action-content {
    padding: 20px 40px;
    flex-basis: 30%;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .take-action-areas {
    margin: -128px -10px;
  }
}

.action-area {
  flex-basis: 100%;
  padding: 5px;
}

.action-area-inner {
  background: #fff;
  border-radius: 5px;
  box-shadow: -1px 0 0 rgba(0,0,0,0.125), 3px 3px 0 rgba(0,0,0,0.125);
  overflow: hidden;
}

.action-area-content {
  padding: 20px;
}

.action-area-content h3 {
  margin-top: 0;
  font-weight: 700;
}

.action-area-content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .action-area {
    flex-basis: 50%;
  }
}

li.list-group-item a {
  color: #FFA400;
}

/* STATE SELECT2 DROPDOWN BUTTON */
.state-select .select2-container--bootstrap .select2-selection--single, .state-select select {
  border-radius: 0;
  color: #4A0D66;
  border: solid 2px #4A0D66;
  color: #FFFFFF;
  font-family: "HouschkaAltPro-Medium", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  border-radius: 0px;
  padding: 8px 10px;
  margin: 2px;
  height: 40px;
}

.state-select .select2-container--bootstrap.select2-container--open .select2-selection--single, .state-select .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  background-color: #FFA400;
  border-color: #FFA400;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.state-select .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.state-select .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #fff;
}
.state-select .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #4A0D66;
  text-align: center;
}

.state-select .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #4A0D66;
}

.state-select .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__placeholder,
.state-select .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__rendered,
.state-select .select2-container--bootstrap.select2-container--focus .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.state-select .select2-container--bootstrap.select2-selection--open .select2-selection__rendered,
.state-select .select2-container--bootstrap.select2-selection--focus .select2-selection__rendered,
.state-select .select2-container--bootstrap.select2-selection--open .select2-selection__placeholder,
.state-select .select2-container--bootstrap.select2-selection--focus .select2-selection__placeholder, {
  color: #fff !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  display: none;
}

/* STATE SELECT2 DROPDOWN OPTIONS */
.select2-container--bootstrap .state-select-dropdown {
  border-color: #fff !important;
}
.select2-container--bootstrap .state-select-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #4A0D66;
}

/* Menu Overrides */
.header-wrapper {
  background: #F1F1F1;
}
.navbar-brand {
  height: auto;
}

.navbar.architecture-nav > .header-wrapper .navbar-brand.logo-left {
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 0px 11px 12px 6px;
  display: none;
  height: auto;
}

.navbar.architecture-nav > .header-wrapper .logo img {
  width: 130px;
}

.navbar.architecture-nav > .header-wrapper #desktop-only {
  margin-top: 23px;
}

@media (max-width: 991px) {
  .navbar.architecture-nav > .header-wrapper .navbar-brand.logo-left, .navbar.architecture-nav > .container-fluid .navbar-brand.logo-left {
    display: block;
    padding: 11px 10px 0px;
  }
  .navbar.architecture-nav > .header-wrapper .navbar-brand.logo-left img, .navbar.architecture-nav > .container-fluid .navbar-brand.logo-left img {
    width: 120px;
  }
  .navbar.architecture-nav > .header-wrapper .logo img {
    display: none;
  }
  .navbar-ex1-collapse {
    width: 100%;
  }
  .navbar.architecture-nav > .header-wrapper #desktop-only {
    margin-top: 0;
  }
  .state-select {
    float: none !important;
    margin-bottom: 12px;
    margin-left: 12px;
  }
}

.architecture-nav.one-page-header.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.one-page-header-style-2.navbar .navbar-nav {
  margin-left: 0;
}

.navbar .state-select {
  margin-top: 6px;
}

/*#myCarousel {
  margin-top: 145px;
}*/

/* member of congress profile page */
.large-icon {
  font-size: 2.75em;
  color: #4A0D66;
}

ul.member-contact-info {
  font-size: 1em;
  padding: 0px;
}

.congress-profile-title {
  box-shadow: 4px 4px 6px 2px #ccc;
    padding: 10px;
}

h3.member-name {
  color: #4A0D66;
  font-weight: bold;
}

li.no-bullet {
  list-style: none;
}

h4.task-force {
  color: #ffa400;
  padding: 5px;
  font-style: italic;
  font-size: 1.1em;
}

a.no-style {
  color: black;
}

h4.chapter-contact {
  font-weight: bold;
  text-decoration: underline;
}

.member-sheet {
  padding-top: 5%;
}
