body {
  font-family:"Merriweather",Georgia,"Times New Roman",Times,serif;
  font-size:18px;
  line-height:1.6;
  color:#2e2b2a;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-size:48px;
  font-weight:700;
  line-height:normal;
  text-transform:none;
}

h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight:700;
  line-height:normal;
}

h2 {
  font-size:30px;
}

h3 {
  font-size:24px;
}

h4, h5, h6 {
  font-size:18px;
}

/* ---- Highlight box ---- */

.beigeheader,
.blueheader,
.highlightheader,
.readingsheader,
.bibliheader,
.casesdocheader {
	border:1px solid #EAEBEB;
	border-width:1px;
	background-color:white;
	padding:8px 15px !important;
	margin: 0;
	text-transform: uppercase;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	font-weight:700;
	text-align: left;
	cursor: pointer;
}

h4.bibliheader[aria-expanded="false"]:after {
  content:"+";
  position: absolute;
  right: 30px;
  margin-top: 2px;
  font-size: 21px;
  font-weight: normal;
}

h4.bibliheader[aria-expanded="true"]:after {
  content:"-";
  position: absolute;
  right: 33px;
  margin-top: 0px;
  font-size: 21px;
  font-weight: normal;
}

.readingsheader {
    text-align: right;
}

.readingsheader:before,
.casesdocheader:before{
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
	content: "";
	margin-right: 10px;
}

.readingsheader.collapsed:before,
.casesdocheader.collapsed:before {
    border-bottom: 0 none;
    border-top: 4px dashed;
}

.highlightheader,
.casesdocheader,
.beigeheader {
    border-bottom: 1px solid #ffffff;
    color:#ffffff;
    background:#cfc7c1 none;
}

.blueheader,
.readingsheader,
.bibliheader {
    border-bottom: 0 none;
    color:#ffffff;
    background:#62a3bb none;
}

a, a:focus, a:hover {
  color: #7cb1c5;
}

.blueheader a,
.blueheader a:focus,
.blueheader a:hover,
.readingsheader a,
.readingsheader a:focus,
.readingsheader a:hover,
.bibliheader a,
.bibliheader a:focus,
.bibliheader a:hover,
.beigeheader a,
.beigeheader a:focus,
.beigeheader a:hover,
.highlightheader a,
.highlightheader a:focus,
.highlightheader a:hover,
.casesdocheader a,
.casesdocheader a:focus,
.casesdocheader a:hover {
    text-decoration: none;
    color:#ffffff;
}

p {
  margin: 0 0 30px 0;
  line-height:1.75;
}

.beigebox,
.bluebox,
.highlightbox {
    font-family: Arial,Verdana,sans-serif;
    padding: 5px 7px 5px 15px;
    border: 1px solid #EAEBEB;
    border-width: 1px 1px 1px 1px;
    background-color: #E0EBDD;
    margin-bottom: 20px;
    color: #656567;
    overflow: hidden;
}

.highlightbox a {
    color: #6a6765;
}

.highlightbox,
.beigebox {
    background:#ececec none;
    color:#595551;
}

.bluebox {
    background:rgba(98, 163, 187, 0.33) none;
    color:#62a3bb;
}

blockquote {
  border:0 none;
  background-color:#ececec;
  color:#595551;
}

@media print {
    a[href]:after {
        content: "" !important;
    }

    abbr[title]:after {
        content: "" !important;
    }
}

.node-highlight .row.toc-container > .col-md-12 > .pull-left {
    width: 33%;
    height: auto;
}
.node-highlight .row.toc-container > .col-md-12 > .pull-left {
    margin: 0 10px 10px 0;
}

#body-content:before,
#body-content:after {
    content: " ";
    display: table;
}
#body-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.field-name-field-hig-int:before,
.field-name-field-hig-int:after {
    content: " ";
    display: table;
}
.field-name-field-hig-int:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

a.nohref,
a.nohref:visited,
a.nohref:focus,
a.nohref:hover {
    text-decoration: none;
    color: inherit;
    cursor: default;
}
