/**
 * Place your custom styles here.
 */

 /*------Typekit code------*/

  @import url("https://use.typekit.net/tef6nfg.css");

/*------ header/nav --------*/
body {
  font-size: 18px;
}


/*.caucus-logo {
  background-image: url("/sites/caucus.asmdc.org/files/cap-building-noyellow-1300-logo.jpg");
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  min-height: 320px;
  margin: 0 auto 15px auto;
}*/
#block-abouttheasmdc {
  border-bottom: 1px solid #2f67b2;
  border-top: 1px solid #2f67b2;
  margin-top: 2rem;
  padding-top: 1rem;
}
nav#navbar-main.navbar {
  font-size: 1.3em;
  margin: auto;
}
nav#navbar-main.navbar ul {
  text-align: right;
  /*margin-top: .1rem;*/
}
@media (max-width: 768px) {
  #navbar-main .container {
    justify-content: end;
  }
}

.navbar-nav > li.nav-item {
  padding-right: 2em;
}
.navbar {
  padding: 0 1rem;
}
.navbar-nav > li.nav-item a {
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
    }
a.nav-link.active {
    padding-bottom: .2rem !important;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
#navbar-top {
  background-color: #ffcb66;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#navbar-m
/*.navbar-header .logo img {
  max-height: 75px;
}*/
.navbar-brand {
/*  max-width: 140px;*/
display: none;
}

ul.secondary {
  float: none;
  display: flex;
  justify-content: center;
  -webkit-justify-content:center;
  padding-top: 5px;
}
a {
  color:#0cbde9 /*Lt blue*/;
}
a.navbar-brand {
  color:#ffffff !important;
  font-size: 1em;
  line-height: 1.2em;
}
h2 {
  font-weight: 700;
}
ul.secondary li.leaf a span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
}
ul.secondary li.leaf a em {
  clear: left;
  font-size: .9em;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
  display: block;
  line-height: .8em;
}
.block-center {
  max-width: 1300px;
  margin: auto;
}
.breadcrumb {
  background-color: #ffcb66 /* yellow*/;
}
.header-content {
  margin-top: 35px;
}
.header-content .col-sm-8 h1 {
  font-weight: 700;
  text-shadow: 1px 1px #000;
}
.pane-content p {
  font-size: 14px;
}
.container {
  max-width: 1300px;
}

/*---------- Featured Content -----------*/
.featured-content {
  max-width: 100%;
  margin-top: 55px;
}
.block-page-title-block {
  margin-top: 50px;
}
.node__title {
    font-size: 1.5em;
}
.view-frontpage .node--view-mode-teaser {
  border-bottom: none;
  margin-bottom: 8px;
  padding-bottom: 0;
}
.node--view-mode-teaser img {
  max-width: 150px;
  max-height: 150px;
  /*--border-radius: 100px;--*/
  margin: 0 15px;
}
/*-------- sidebar ---------*/
.sidebar_first, .sidebar_first aside.section div#block-featuredcontentblock {
  border-radius: 8px;
  margin-top: 20px;
}
.sidebar h2 {
  text-shadow: none;
  border-bottom: none;
  font-size: 2em;
}
.sidebar {
  text-align: center;
}

/*---------- general content elements -------*/

.main-container {
  padding-bottom: 15px;
}


.card {
  border: none;
}
.carousel {
  margin-bottom: 50px;
}
/*---- issue page and feed ----*/
.card-columns {
  align-content: center;
  display: flex;
}
.card-overstated {
  margin: 5rem;
}
.card-img {
  margin-bottom: 1.5rem;
}
/*-------- press release feed --------*/
.pr-well {
  height: 170px;
  float: left;
  margin-bottom: 20px;
  padding: 8px;
  background-color:#ffcb66 /* yellow*/;
  border-radius: 10px;
}
.pr-well .views-field-body {
  display: inline-block;
  overflow: hidden;
  height: 60px;
  margin:0;
  padding:0;
}
.pr-well .btn {
  float: right;
}
.pr-well div h4 {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* max-width: 290px; */
  margin:0;
  padding:0;
}
@media (min-width: 768px) {
  .pr-well div h4,
  .pr-well .views-field-body {
    max-width: 347px;
  }
}

@media (min-width: 992px) {
  .pr-well div h4,
  .pr-well .views-field-body {
    max-width: 318px;
  }
}

@media (min-width: 1200px) {
  .pr-well div h4,
  .pr-well .views-field-body {
    max-width: 247px;
  }
}

@media (min-width: 1600px) {
  .pr-well div h4,
  .pr-well .views-field-body {
    max-width: 347px;
  }
}

/*----- featured press release ----------*/
.views-row div.views-field-title h4 {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 340px;
  margin:0;
  padding:0;
}
.date-display-single {
  color:#8d6708 /*brown accent color*/;
  font-size: .8em;
}
div#mini-panel-front_featured_news div.pane-views div.pane-content {
  margin-bottom: 15px;
}
/* --------------- Featured Podcast -------------- */
.featured-podcast {
  max-width: 100%;
  margin-top: 10px;
  border-radius: 8px;
}
.featured-podcast a {
  text-align: center;
  font-size: 2.2rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
}
.podcast-teaser {
  text-align: center;
  padding: 25px 10px 0;
  border: none;
}
.featured-podcast div time.datetime {
  color: #fff;
  display: flex;
}
/*------ before footer (social media feeds) --------*/

.sm-links {
  margin-top: 20px;
}
.before-footer {
  margin-top: 20px;
  padding: 20px;
}
.before-footer .img-responsive {
  max-width: 75px;
}
.view-tweets {
  background: #ffffff;
  padding: 8px;
}
.yt-block div.view-content,
.view-tweets div.view-content {
  overflow: scroll;
}

.youtube-container--responsive {
  margin-bottom: 25px;
}
.insta-wrap {
  padding: 0 15px;
}
.insta-wrap .col-xs-4 {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
}

@media (min-width: 768px) {
  .fb-feed-wrap .pane-content,
  .fb-page,
  .view-tweets,
  .yt-block,
  .yt-block div.view-content {
    height: 460px;
  }
  .fb-page iframe {
    height: 460px !important;
  }
  .view-tweets div.view-content {
    height: 439px;
  }
}

@media (min-width: 992px) {
  .fb-feed-wrap .pane-content,
  .fb-page,
  .view-tweets,
  .yt-block,
  .yt-block div.view-content {
    height: 605px;
  }
  .fb-page iframe {
    height: 605px !important;
  }
  .view-tweets div.view-content {
    height: 584px;
  }
  .insta-wrap .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .fb-feed-wrap .pane-content,
  .fb-page,
  .view-tweets,
  .yt-block,
  .yt-block div.view-content {
    height: 349px;
  }
  .fb-page iframe {
    height: 349px !important;
  }
  .view-tweets div.view-content {
    height: 328px;
  }
}
@media (min-width: 1600px) {
  .fb-feed-wrap .pane-content,
  .fb-page,
  .view-tweets,
  .yt-block,
  .yt-block div.view-content {
    height: 481px;
  }
  .fb-page iframe {
    height: 481px !important;
  }
  .view-tweets div.view-content {
    height: 460px;
  }
}

/*------ Podcast Feed --------*/
.media-body {
  background-color:#ffcb66 /*yellow*/;
  padding:8px;
}
.well {
  background-color: none;
  border-bottom: 1px solid #ffcb66 /*yellow*/;
  box-shadow: none;
  padding: 0 0 15px 0;
  border-radius: none;
  margin-bottom: 15px;
}
.controls {
  margin-top: 10px;
}
.download_btn a {
  float: right;
}
.view-header {
  margin-bottom: 25px;
}

/*------ member roster --------*/
.member-photo {
  max-width: 250px;
  text-align: center;
  margin: 15px 20px 60px 20px;
  padding: 0;
}
.member-photo h4 {
  font-size: 1.2rem;
}
.member-photo img {
  border-radius: 130px;
  border:4px solid #2f67b2 /*Dark blue*/;
  margin: 0 auto 10px auto;
  width: 100%;
  height: 100%;
}
.accent-color {
  color:#8d6708 /*brown accent color*/;
}
.connect-icons {
  float: left;
  padding: 0 1rem;
}
/*---------- twitter feed -------*/
.tweets_header, .placeholder {
  font-size: .9em;
}
.placeholder {
  color:#8d6708 /*brown accent color*/;
}
.tweets_header {
  margin-top: 10px;
  padding-top: 3px;
  border-top: 1px dashed #2f67b2 /*Dark blue*/;
}
/*------ footer --------*/

.footer {/* Overrides bootstrap overrides */
  margin-top: 0px;
  padding: 15px;
  border-top: none;
  background-color: #2f67b2 /*Dark blue*/;
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
p.copyright {
  margin-top: 20px;
}
p.copyright a {
  color:#ffffff;
  margin: auto;
}
.site-footer div.container {
  padding-left: 15%;
}
.site-footer .block {
  border: none;
  border-left: 1px solid #ffcb66 !important;
  min-height: 250px;
}
/*.footer-links .col-sm-2:nth-child(1), .footer-links .col-sm-2:nth-child(6) {
  border-left: none;
}*/
.site-footer ul {
  padding-left: 0 !important;
  line-height: 1.8em;
  list-style-type: none;
}
.site-footer h4 {
  font-size: 18px;
}

.region-footer-fifth .block {
  border: none;
  border-left: none !important;
  min-height: unset;
}
.site-footer__bottom {
  border-top: none;
}
/* custom styles added by Keri */

.ckc-thumb {
  border-radius: 100px;
  border:5px solid #95b52e;
}

.rrw-thumb {
  border-radius: 100px;
  border:5px solid #ff0033;
}

.newlaws-thumb {
  border-radius: 100px;
  border:5px solid #20083b;
}
/*------- Bootstrap Overrides ---------*/
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/*----- Utility styles ------*/
.img-float-right-margin {
  margin-right: 8px;
}
