/**
 * Post Elements
 * -----------------------------------------------------------------------------
 */

p.reppara {
	color: #444444;
	font-size: 1.1em;
	line-height: 1.5em;
}

.rephd1 {
  display: block;
	color: #245ba1 ;
font-size: 2.5em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;	
}

.rephd1dk {
  display: block;
	color: #000D4E ;
font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;	
}

.rephd2 {
  display: block;
	font-size: 1.75em;  
	color:#000D4E;
	font-weight: bold;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	text-decoration:underline; 
	text-decoration-color: #01C3FF;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
}
  
.rephd3 {
  display: block;
  color: #010444;
  font-size: 1.6em ;
	font-weight: bold;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
	
.rephd3ital {
  display: block;
  color: #010444;
  font-size: 1.4em ;
	font-style: italic;
	font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.rephd4 {
  display: block;
  color: #010444;
  font-size: 1.1em ;
	font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.rephd4cent {
  display: block;
  color: #010444;
  font-size: 1.1em;
	text-align:center;
	font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

ul {
	line-height: 1.5;
}


ol {
	line-height: 1.5;
}
	
ol.cir {
  list-style-type: disc;
	line-height: 1.5;
}


/* Dashed blue border */
hr.RepDash {
	border-top: 2px dashed #01ACFC;
	margin-top: 2em;
	margin-bottom: 2em;
		}

/* bullet color */	
	
	li::marker {
  color: #009CFE;
  content: disc;

}
		/* bullet disc line space increased*/	
	.RepDisc{
	color: #595959; 
	font-size: 1.1em; 
	line-height: 1.5; 
	list-style-type: disc;
	}

/* unvisited link */
a.replink:link {
  color: #02187D;
  text-decoration: none;
	font-size:1.1em;
}

/* visited link */
a.replink:visited {
  color: #515978;
font-weight: normal;
  text-decoration: none;
}

/* mouse over link */
a.replink:hover {
  color: #02187D;
text-decoration: underline;
	text-decoration-color: #01C3FF;
  text-underline-offset: 3px;
}

/* unvisited link EMPHASIZED */
a.replinkem:link {
  color: #245ba1;
	font-weight: bold;
  text-decoration: none;
	font-size:1.2em;
}

/* visited link EMPHASIZED */
a.replinkem:visited {
  color: #245ba1;
font-weight: normal;
  text-decoration: none;
}

/* mouse over link EMPHASIZED */
a.replinkem:hover {
  color: #02187D;
text-decoration: underline;
	text-decoration-color: #01C3FF;
  text-underline-offset: 3px;
}


/* unvisited link green */
a.replinkgr:link {
  color: #014907;
  text-decoration: none;
}

/* visited link green */
a.replinkgr:visited {
  color: #2C4026;
font-weight: normal;
  text-decoration: none;
}

/* mouse over link green */
a.replinkgr:hover {
  color: #014907;
text-decoration: underline;
text-decoration-color: #09C910;
  text-underline-offset: 3px;
}

/* Author Box Shortcode */
.author-info {
	margin-bottom: 40px;
	border: 1px solid #EEE;
	border-radius: 6px;
	padding: 25px;
	position: relative;
	background: #e5f3fc;
	border-color: #BFE3EC;
	min-height: 130px;
}

.author-info-content {
	padding-left: 100px;
	color: #333333;
	font-size: 14px;
}

.author-info-content h3 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 0;
}

.author-info img.author-img {
	max-width: 85px;
	float: left;
	margin-right: 15px;
	border-radius: 6px;
	
}
/* Boxes Shortcode */

.box {
	color: #333333;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	word-wrap: break-word;
}

.box.shadow {
	border: 1px solid #ddd;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
	   -moz-box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
			box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
}

.box.shadow div.box-inner-block {
	padding: 0;
	
}
/* Blue BG */
.box.info {
	background: #d6f6ff;
	border: solid;
	border-color: #BFE3EC;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}

/* Red BG */
.box.error {
	background: #ffe6e2;
	border: solid;
	border-color: #EEBFB8;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}

/* Green BG */
.box.download {
	background: #edf9dc;
	border: solid;
	border-color: #D1E4B7;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}

/* Yellow BG */
.box.note {
	background: #FEF7DD;
	border: solid;
	border-color: #F3D55B;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}

/* Blue BG, Dk Blue border */
.box.note2 {
	background: #e8f6ff;
	border: solid;
	border-radius: 6px;
	border-color: #037bd9;
	border-width: 2px 0 2px 0;
}

/* Blue BG, Medium Blue border */
.box.sum {
  	background-color: #e8f6ff;
 	border: 5px solid #00abe9;
	border-radius: 6px;
	border-width: 2px 0 2px 0;
 	padding: 25px;
}

/* Blue BG, Left Blue border */
.box.note3 {
  	background-color: #e8f6ff;
 	border: 10px solid #245ba1;
	border-radius: 6px;
	border-width: 0 0 0 10px;
 	padding: 25px;
}

/* Blue BG, Dotted Blue border */
.box.eyk {
  	 border: 4px dotted #245ba1;
      border-radius: 16px;
	  background-color: #e8f6ff;
      width: 100%px;
      padding: 20px;
}

/* Blue top and bottom border */
.box.quote {
 	border: 5px solid #00abe9;
	border-radius: 6px;
	border-width: 2px 0 2px 0;
 	padding: 25px;
}

/* Dotted Blue border */
.box.dotted {
  	 border: 4px dotted #245ba1;
      border-radius: 16px;
      width: 100%px;
      padding: 20px;
}


/* Buttons Shortcode */

a.shortc-button {
	border: none;
	cursor: pointer;
	padding: 0 10px;
	display: inline-block;
	margin: 10px 0 0;
	font-weight: 700;
	outline: none;
	position: relative;
	background: #bdc3c7;
	text-decoration: none;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	opacity: .9;
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}



a.shortc-button:hover {
	opacity: 1;
}

a.shortc-button:active {
	top: 1px;
}

a.shortc-button i {
	margin-right: 10px;
}

a.shortc-button.blue {
	background: #e5f3fc;
}


a.shortc-button.white {
	background: #ecf0f1;
	color: #333 !important;
}

a.shortc-button.medium {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
}

a.shortc-button.big {
	font-size: 24px;
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
}

/* allows small caps */
abbr, acronym {
font-variant: small-caps;
}

/* drop caps */

.dropcap {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  background: #245ba1;
  color: #Ffffff;
  float: left;
  font-size: 5rem;
  line-height: 1;
  margin: 0 0.15em 0 0;
  padding: 0.2em;
  border-radius: 6px;
}

.dropcap:before,
.dropcap:after {
  content: "";
  display: block;
}
.dropcap:before {
  margin-top: -0.2em;
}
.dropcap:after {
  margin-bottom: -0.15em;
}
/* quick link wrapper */
.quicklist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.quicklist a {
    margin: 10px 4px;
    padding: 10px 20px;
    font-size:14px; 
}



