/***
* private vs public
*/

.cssCall, .codeContent, .boData {
 display: none;
}
#tinymce .codeContent, #tinymce .cssCall, #tinymce .boData {
 display: block;
 padding: 10px;
 background: yellow;
 border:1px dotted red;
}




/***
* tweaking main stylesheet
*/

.rsp-block-content {
 height: 100%; 
}


/* -- changing a:visited from purple to dark blue -- */
.rsp-block-content.blue a:visited {
  color: #03456c;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

.section.container {
  font-family: Bernini, "Bernini Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}


li {
  -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
                 break-inside: avoid;
}


#heading h1, h1.ip-title {
  font-family: Caecilia, Georgia, serif;
  font-size: 30px;
  // color: #008996;
}

h3, h3.rsp-block-title   {
  position: relative;
  border-top: 5px solid #ededed);
  padding-top: 10px;
  font-family: Caecilia, Georgia, serif;
  // color: #008996; 
}

/*
h3:before{
 content: "";
position: absolute;
width: 30px;
height: .7em;
left: -37px;
top: .3em;
background: repeating-linear-gradient( 135deg, transparent, transparent 2px, rgba(133, 160, 62,1) 2px, rgba(133, 160, 62,1) 4px ); 
  
}
*/


.abstract {
  font-size: 24px;
  margin: 10px 0 20px 0;
}
.abstract.long {
  font-size: 18px;
}
.abstract p {
  margin: 0;
}


.slider-pro {
  background: #2269a1;
  border-top: 5px solid #333;
  margin-bottom: 15px!important;
}
.slider-pro .sp-buttons {
  position: absolute;
  width: 50%;
  text-align: right;
  padding: 5px !important;
  background: white;
  bottom: -20px;
  border-radius: 0 3px 0 0;
}
.sp-horizontal .sp-previous-arrow {
    left: 0!important;
}
.sp-horizontal .sp-next-arrow {
    right: 0!important;
}

.sp-black {
  overflow: hidden;
  color: #fff!important;
  background: rgba(20,70,105,.85)!important;
  width: 55%!important;
  top: 15px!important;
  bottom: 0!important;
  left: 0!important;
  padding-left: 35px !important;
  font-weight: 400;
}
.sp-layer.sp-black.sp-padding {
    opacity: 1 !important;
}

.sp-black h3 {
    border-top: 0;
    color: #fff!important;
    margin-top: 2px;
    margin-bottom: 10px;
    font-family: Bernini, "Bernini Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px;
}
.sp-black p {
    margin: 0;
    line-height: 1.43;
}
.sp-black p + h3 {
    margin-top: -.5em;
}
.sp-black h3 + p {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 12px;
}
.sp-black p + p {
    line-height: 1.43;
}
.sp-black p:last-child {
    line-height: 1.43;
    font-size: 14px;
}

.dacTile {
  position: relative;
  border:1px solid #dedede;
  width: 100%;
  height:100%;
}

.dacTile td {
  padding: 15px 7px 7px 45px;
}
.dacTile tr:nth-child(2) td {
  padding-top: 0;
}
.dacTile h4 {
  margin: 0;
  padding: 0;
  font-size: .9em;
}
.dacTile h4:nth-child(2) {
  margin: .3em 0;
  font-size: 1em;
  font-weight: 600;
}
.dacTile h4 {
}
.dacTile p:nth-child(1) {
  border-top: 1px solid #dedede;
  padding-top: 7px;
}
.dacTile p:nth-child(2) {
  width: 0;
  height: 0;
}
.dacTile a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: wite;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */

}

.dacTile:hover {
  background: #038997;
  color: whitesmoke;
}

.dacTile:hover h4 {
  color: white;
}
.dacTile:hover p:nth-child(1) {
  border-top-color: #333;
  padding-top: 7px;
}
/* ------- */


#tinymce .dacTile p:nth-child(1) {
  border-top: 1px solid #dedede;
}
#tinymce .dacTile a {
    position: static;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: auto;
    /* raises anchor tag above everything else in div */
    background-color: transparent;
    /*workaround to make clickable in IE */
    opacity: 1;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=100);
    /*workaround to make clickable in IE */
}

body {
  //margin: 40px;
}

.wrapper {
  margin: 0;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 1px;
  background-color: #fff;
  color: #e5e5e5;
  list-style-type: none;
}

.wrapper.one {
  grid-template-columns: 100%;
}

.wrapper.two {
  grid-template-columns: 50% 50%;
}

.wrapper.three {
  grid-template-columns: 33% 33% 33%;
}

.box {
  background-color: #aaa;
  color: #fff;
  border-radius: 3px;
  padding: 15px 30px 15px 75px;
  font-size: 150%;
}
.box::before {
  content: "DAC ";
  margin-left: -2.5em;
  //width: 2.5em;
  color: rgba(255,255,255,.3);
}