#cb21 {
    color: #121F49;
    font-size: 13px;
    width: 1000px;
}	
.bold, .emphasize, h1, h2, h3, h4, h5, h6,
.cbNavBtn {
    font-weight: bold;
}
.italics, .emphasize {
    font-style: italic;
}
.center, .cbCirc {
    text-align: center;
}
.clear, .clear:after {
	clear: both;
}
h1, h2, h3, h4, h5, h6, .cbBlue {
    color: #0971CE;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3, #cbMDesc {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5, #cbCircles .cbCirc span, .cb18 .cbNav .cbBA {
    font-size: 16px;
}
h6, #cbCircles .cbCirc {
    font-size: 14px;
}
.cbSec, #cbBanner img, #cbMainInfo, #cbMDesc,
.cbPic img {
    width: 100%;
}
.cbSec {
    padding: 20px 0;
}

.cbGraphSec {
    padding: 20px 0 0 0;
}


#cbBanner {
    padding-bottom: 0;
}

#cbGraphic img {
    width: 100%;
}

#cbGraphic {
   padding-bottom: 0; 
}

h2:first-child, #cbData {
    margin-block-end: 0;
}
#cbData {
    text-align: right;
}

/*Nav Buttons*/
.cbNavBtn, .cbPic img {
    box-shadow: 2px 2px 2px #8B9091;
}
.cbNavBtn, #cbMDesc p, .cb18 .cbNav .cbBA {
    color: #FFFFFF;
}
.cbNavBtn, .cb18 .cbNav .cbBA {
    box-shadow: 2px 2px 2px #8B9091;
    border: 2px solid #3964AF;
    border-radius: 25px;
    background-color: #3964AF;
    padding: 5px 10px;
    text-decoration: none;
}
.cbNavBtn {
    margin: 10px;
}
.cbNavBtn:hover, .cbCirc,  .cb18 .cbNav .cbBA:hover,
.cb18 .styleCont {
    background-color: #FFFFFF;
}
.cbNavBtn:hover, .cb18 .cbNav .cbBA:hover, .cb18 .styleCont {
    color: #3964AF;
    transition: all 0.3s ease;
}

/*Main Info*/
#cbMainInfo {
    background-color: #FFFFFF;
    position: relative;
    min-height: 80px;
    z-index: 1;
}
.cbCirc, .cbPic img {
    border-radius: 50%;
}
.cbCirc, #cbMDesc, #cbCircles, .cbCircConn {
    position: absolute;
}
.cbCirc {
    box-shadow: 2px 2px 2px #ED7422;
    border: 5px solid #ED7422;
    z-index: 10;
}
#cbMDesc {
    background-color: #25AAE2;
    z-index: 2;
    top: 0;
    left: 0;
}
#cbMDesc p {
    width: 70%;
    margin-left: 15%;
    padding: 10px;
}
#cbMCirc {
    font-size: 36px;
    padding: 60px 50px;
    top: -50px;
    left: 15px;
}
#cbCircles .cbCirc, .cbCircConn, .cbPic {
    display: inline-block;
    vertical-align: middle;
}
#cbCircles {
    width: 65%;
    top: 120px;
    left: 200px;
    z-index: 9;
}
#cbCircles .cbCirc {
    width: 160px;
    padding: 60px 5px;
}
.cbCircConn {
    border: 5px solid #FFFFFF;
    background-color: #ED7422;
    width: 20px;
    padding: 5px;
    top: 85px;
    z-index: 11;
}
#cbCircles .cbCirc:nth-child(3) {
    left: 200px;
}
.cbCircConn:nth-child(2) {
    left: 170px;
}
#cbCircles .cbCirc:nth-child(5) {
    left: 400px;
}
.cbCircConn:nth-child(4) {
    left: 370px;
}
#cbCircles .cbCirc:nth-child(7) {
    left: 600px;
}
.cbCircConn:nth-child(6) {
    left: 570px;
}



/*Gallery*/
.cbPic {
    width: 15%;
    padding: 15px 23px;
}
.cbPic img {
    height: 150px;
    cursor: pointer;
    transition: 0.3s;
}
.cbPic img:hover {
    opacity: 0.7;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}




/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


/* OLD The Close Button */
.closeModal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.closeModal:hover,
.closeModal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #3965b0;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #3965b0;
  color: white;
}

/*CB Archive*/
.cb18 .cbNav .cbBA:last-child {
    margin-left: 485px;
}
.cb18 h3.styleCont {
    box-shadow: none;
    border-radius: 15px;
    border-top: 3px solid #3964AF;
    border-bottom: 3px solid #3964AF;
}



/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
