
h1 {
  font-family: "Domine", serif ;
  font-weight: bolder;
  margin-top: 5px;
}
h2 {
  /* font-size: 1em; */
  font-family: "Domine", serif ;
}
p {
  font-family: "Domine", serif ;
  line-height: 1.5em;
}
a {
  font-size: 0.8em;
  font-family: "Domine", serif ;
}

.b p {
  font-weight: bold;
  font-family: "Domine", serif ;
}

.masthead-hp-containter {
  width: 1200px;
  margin: 0 auto;
}

.content {
  /* border: 1px solid lightgrey; */
  max-width: 1200px;
  margin: auto;
  padding-top: 50px;
}

.page-summary p {
  font-family: "Domine", serif ;
  line-height: 1.6em;
  margin: 15px 0;
  padding-right: 0;
  text-align: center;
}

.card .asset img {
  width: 143px;
}

.head-title a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2em;
  font-weight: 500;
  margin-top: 5px;
  text-decoration: none;
  color: #000;
}
.head-title a:hover {
  text-decoration: underline;
}

.section-title a {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5em;
  font-weight: 100;
  text-decoration: none;
  color: #000;
}
.section-title a:hover {
  text-decoration: underline;
}
.section-title {
  margin-bottom: 10px;
}

/* Search Start */
.search_box {
  display: table;
  margin: 0 auto;
}
.search_box form {
  display: inline;
}

.search_box #search-text-input {
  border-top: 1px  solid #e5e5e5;
  border-right: 1px  solid #e5e5e5;
  border-bottom: 0;
  border-left: 1px  solid #e5e5e5;
  box-shadow: 0px 1px 1px 1px #e5e5e5;
  float: left;
  height: 17px;
  margin: 10px 0 0 6px;
  outline: 0;
  padding: 5px 0 5px 7px;
  width: 183px;
}

.search_box #button-holder {
  background-color: #f1f1f1;
  border-top: 1px  solid #e5e5e5;
  box-shadow: 1px 1px 1px 1px #e5e5e5;
  cursor: pointer;
  float: left;
  height: 27px;
  margin: 10px 0 0 0;
  text-align: center;
  width: 50px;
}

.search_box #button-holder img {
  margin: 4px;
  width: 20px;
}

.issue-wrapper {
    margin-top: 50px;
    float:left;
    width:100%;
    margin-bottom: 3em;
}

.issue-content-box {
  color: #000;
  border-radius: 0px;
  margin: 14px;
  /* font-size: 150%; */
  border-top: 2px solid #d8d8d8;
    float:left;
    width: calc(50% - 30px);
}
.issue-content-box:nth-child(2n + 1){
    clear:both;
}

.issue-content-box:nth-child(1n+3) {
  margin-top: 25px;

}

.section-content {
  /*display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 5px;*/
    float:left;
    width:100%;

}
.section-content-box {
    width: calc(50% - 5px);
    float: left;
}
/* Search End */

/*Start Posts*/
.posts-wrapper {
  margin-bottom: 20px;
}

.posts-wrapper:last-child {
    margin-bottom: 0px;
}

.post-title a {
  font-family: "Domine", serif ;
    font-weight: bolder;
    text-decoration: none;
    color: #dc0000;
    font-size: 0.9em;
    line-height: 1.5em;
}

.post-excerpt {
  font-family: "Domine", serif;
  color: #666;
  font-size: 0.8em;
}


/*End Posts*/

/* Start multimedia*/
.multimedia-content .card {
  float: left;
  width: calc(32% - 15px);
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  /* border-right: 1px solid #dedede; */
}
.multimedia-content .asset {
  width: 100%;
  /* height: 110px; */
  overflow: hidden;
  margin-bottom: 10px;
}
.multimedia-content .asset-title {
    display: inline-block;
}

.multimedia-content {
  font-family: sans-serif;
}

.multimedia-content a {
  font-size: 0.9em;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #dc0000;
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  height: 95px;
  word-break: break-word;
  word-wrap: break-word;
}

.multimedia-content a .multimedia-image{
  display: none;
}

.multimedia-title h2 {
  /* font-size: 1em; */
  font-family: "Cormorant Garamond", serif;
  font-weight: 100;
}
/*End Multimedia*/

/* Start Load More Button*/
#load-more-wrapper {
  display: table;
  font-size: 0.9em;
  font-weight: bold;
  cursor: pointer;
  border-radius: 7px;
  width: 180px;
  margin: 0px auto 20px;
  color: white;
  text-align: center;
  vertical-align: text-top;
  height: 38px;
  padding: 3px 10px 0px;
  padding-top: 20px;
}
#load-more {
  /* display: table-cell; */
  vertical-align: middle;
  font-size: 20px;
  width: 200px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  display: block;
  border: none;
  background-color: #003300;
}

.site-logo {
  margin-right: 0;
}

.alpha-wrapper {
  width: auto;
  max-width: none;
}

#masthead-wrapper {
  left: auto;
  max-width: 1200px;
}

#masthead{
  height: 75px;
}

/* End Load More Button*/

/* @media screen and (min-width: 600px) {
  body{background-color: #003300;}
  
  
} */

#pa_app {
  padding-top: 50px;
}

.verticals-menu{
  top: 35px;
  left: 425px;
}

@media only screen and (max-width: 900px){

  .section-content{
    grid-template-columns: 100%;
  }

  .section-media-container .card{
    width: calc(32% - 20px);
  }

}

@media only screen and (max-width: 767px){

  .page-summary {
    padding: 0px 10px;
  }

  .issue-wrapper{
    grid-template-columns: 100%;
  }
  
}

@media only screen and (max-width: 767px){

  .site-logo img.ss{
    height: 54px;
  }

  .verticals-menu{
    top: 22px;
    left: 312px;
  }

  .hamburger{
    top: 9px;
    right: 10px;
  }

  /*.multimedia-content{
    margin-bottom: 20px;
  }*/

  .section-content-box {
    margin-bottom: 20px;
      margin-right:5px;
  }

  .asset-title a {
    display: inline-block;
  }
    .issue-content-box{
        width:100%;
    }
  
}

@media only screen and (max-width: 375px){

  .site-logo img.ss{
    height: 51px;
  }

  .verticals-menu{
    top: 21px;
    left: 290px;
  }
}

@media only screen and (max-width: 320px){

  .hamburger {
    top: 9px;
    right: 5px;
  }

  .site-logo img.ss{
    height: 44px;
  }

  .verticals-menu{
    top: 17px;
    left: 252px;
  }
}