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

/* paragraph color and line height*/
.reppara {
	color: #333333;
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: "Lato", Arial, "sans-serif";
}

/* endnote color*/
.rependnote {
  color: #333333;
font-size: 1rem;
line-height: 1.5rem;
font-family: "Times New Roman", Times, Cambria,"serif";
}

/* to make bold and dark blue font*/
 .repbold {
	color: #000D4E;
	font-weight: bold;
	line-height: 1.5rem;
	 text-transform: none;
}

.rephd1 {
  display: block;
	color: #355E93;
	font-family: "Oswald", "Franklin Gothic Medium Condensed", "sans-serif";
font-size: 4rem;
  font-weight: bold;	
line-height: 4.4rem;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.rephd1dk {
  display: block;
	color: #333333;
	font-family: "Oswald", "Franklin Gothic Medium Condensed", "sans-serif";
font-size: 4rem;
  font-weight: bold;	
	line-height: 4.4rem;
     margin-bottom: 4rem;
    margin-top: 4rem;
}

/* for two titles*/
.rephd1first {
  display: block;
color: #355E93;
	font-family: "Oswald", "Franklin Gothic Medium Condensed", "sans-serif";
font-size: 4rem;
  font-weight: bold;
line-height: 4.4rem;
    margin-top: 4rem;
}

.rephd1sec {
  display: block;
	color: #333333;
	font-family: "Oswald", "Franklin Gothic Medium Condensed", "sans-serif";
font-size: 2.5rem;
  font-weight: bold;	
	line-height: 2.7rem;
    margin-top: .5rem;
     margin-bottom: 4rem;
}

/* for long titles*/
.rephd1long {
  display: block;
	color: #333333;
	font-family: "Oswald", "Franklin Gothic Medium Condensed", "Arial Black", "sans-serif";
font-size: 2.2rem;
  font-weight: bold;	
	line-height: 2.4rem;
     margin-bottom: 4rem;
    margin-top: 4rem;
}

.rephd2 {
  display: block;
	font-size: 2rem;  
	color:#254267;
	font-family: "Oswald", "Franklin Gothic Medium Condensed", Impact, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	text-decoration: underline; 
	text-decoration-color: #aebfd4;
	line-height: 2.5rem;
    margin-top: 2.5rem;
}

.rephd2plain {
  display: block;
	font-size: 2rem;  
	color:#254267;
	font-weight: bold;
	text-decoration:underline; 
	text-decoration-color: #aebfd4;
 line-height: 2.5rem;
     margin-top: 2.5rem;
}
  
.rephd3 {
  display: block;
  color: #15263b;
  font-size: 1.6rem ;
	font-weight: bold;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, "sans-serif";
 line-height: 1.8rem;
    text-transform: none;
}

.rephd3plain {
  display: block;
  color: #15263b;
  font-size: 1.6rem ;
	font-weight: bold;
 line-height: 1.8rem;
    text-transform: none;
}
	
.rephd3ital {
  display: block;
  color: #15263b;
  font-size: 1.6rem;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, "sans-serif";
	font-style: italic;
	font-weight: bold;
line-height: 1.8rem;
    text-transform: none;
}

.rephd4 {
  display: block;
  color: #254267;
	font-family: "Crimson Pro", "Times New Roman", Times, Cambria,"serif";
  font-size: 1.2rem ;
	font-weight: bold;
line-height: 1.4rem;
    text-transform: none;
}

.rephd4cent {
  display: block;
  color: #254267;
	font-family: "Crimson Pro", "Times New Roman", Times, Cambria,"serif";
  font-size: 1.2rem;
	text-align:center;
	font-weight: bold;
line-height: 1.4rem;
    text-transform: none;
}

/* Lists*/

ul {
	line-height: 1.5;
	color: #333333;
}

ol {
	line-height: 1.5;
	color: #333333;
}
	
/* bullet color */	
	li::marker {
  color: #355e93;
}

/* bullet disc line space increased color change and style added*/	
.RepDisc {
	list-style-type: disc !important;
	color: #333333; 
	font-size: 1rem; 
	font-family: "Lato", Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	line-height: 1.4rem; 
	margin-left: 2rem;
	}

.RepDisc2 { 
	list-style-type: square !important;
	color: #333333;
	font-size: 1rem; 
	font-family: "Lato", Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	line-height: 1.4rem; 
	margin-left: 2rem;
	}

.RepDiscGlossary {
	list-style-type: disc !important;
	color: #333333; 
	font-size: 1rem; 
	font-family: "Lato", Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	line-height: 1.5rem; 
	}
	

/* emphasized words */
.RepDkBlEm {
	color:#15263b;
	font-weight: bold;
	}
	
.RepMedBlEm {
	color:#114891;
	font-weight: bold;
	}

.RepMedBlContent {
	color: #114891;
	font-weight: bold;
	font-size: 1.2rem;
	}

.RepMedBlContentBig {
	color: #114891;
	font-weight: bold;
	font-size: 1.6rem;
	}

.RepDkBlContent {
	color: #15263b;
	font-weight: bold;
	font-size: 1.2rem;
	}

.RepDkBlContentBig {
	color: #15263b;
	font-weight: bold;
	font-size: 1.6rem;
	}

/* Dashed blue border */
hr.RepDash {
	border-top: 2px dashed #728fb4;
	margin-top: 2rem;
	margin-bottom: 2rem;
	}

/* unvisited link */
a.replink:link {
  color: #114891;
 text-decoration: underline;
	text-decoration-color: #ebeff5;
	text-underline-offset: 3px;
	}

/* visited link */
a.replink:visited {
  color: #515978;
  text-decoration: underline;
 text-decoration-color: #ebeff5;
}

/* mouse over link */
a.replink:hover {
  color: #07348f;
text-decoration: underline;
	text-decoration-color: #0073D1;
  text-underline-offset: 3px;
}

/* unvisited link EMPHASIZED Blue */
a.replinkem:link {
  color: #02187D;
	text-decoration: none;
	}

/* visited link EMPHASIZED */
a.replinkem:visited {
  color: #515978;
  text-decoration: underline;
}

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

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

/* visited link green */
a.replinkgr:visited {
  color: #2C4026;
text-decoration: underline;
}

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

/* spacer for layout */
.repspacer2 {
  height: 20px;
  width: 100%; /* Optional: ensures it spans the full width */
}

.margin-top-4rem {
  margin-top: 4rem;
}

.margin-topbot-2rem {
  margin-top: 2rem;
margin-bottom: 2rem;
}

/* Author Box Shortcode */
.author-info {
	margin-bottom: 40px;
	border: 1px solid #728fb4;
	border-radius: 6px;
	padding: 25px;
	position: relative;
	background: #ebeff5;
	height: auto;
	display: flex;
}

.author-info-content {
	padding-left: 1rem;
	color: #000D4E;
	font-size: 1rem;
	font-family: "Times New Roman", Times, Cambria,"serif";
}

.author-info-content-pad {
	padding-left: 6rem;
	color: #000D4E;
	font-size: 14px;
	font-family: "Times New Roman", Times, Cambria,"serif";
}

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

.repauthor {
	font-weight: nbold;
	color: #254267;
	font-size: 1rem;
	margin-bottom: 1.2rem;
	margin-top: 0;
}

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

.box {
	padding: 2rem;
	font-family: "Oswald", "Franklin Gothic Medium Condensed", "sans-serif";
	margin-top: 2rem;
	margin-bottom: 2rem;
	word-wrap: break-word;
}

.boxserif {
	padding: 2rem;
	font-family: "Times New Roman", Times, "Crimson Pro", Cambria, "serif";
	margin-top: 2rem;
	margin-bottom: 2rem;
	word-wrap: break-word;
}

.shadow {
	color: #333333;
	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);
}

.shadow div.box-inner-block {
	padding: 0;
	
}

/* Slate Blue BG Blue Border*/
.info {
	background: #ebeff5;
	border: solid;
	border-color: #728fb4;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
	color: #000D4E;
}

/* Disclaimer Box, Slate Blue BG Blue Border*/
.disclaim {
	background: #ebeff5;
	border: solid;
	border-color: #728fb4;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
	color: #000D4E;
	line-height: 1.1rem
}

/* Gray BG */
.gray {
	background: #ebebeb;
	border: solid;
	border-color: #adadad;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
	color: #000D4E;
}

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

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

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

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

/* Blue BG, Left Blue border */
.note3 {
  	background-color: #ebeff5;
 	border: 10px solid #114891;
	border-radius: 6px;
	border-width: 0 0 0 10px;
 	padding: 25px;
	margin-bottom: 2em; 
	margin-top: 2em;
	color: #000D4E;
	
}

/* Blue BG, Dotted Blue border */
.eyk {
  	 border: 4px dotted #114891;
      border-radius: 16px;
	  background-color: #ebeff5;
      width: 100%px;
      padding: 20px;
	color: #000D4E;
}

/* Blue top and bottom border */
.repquote {
border:5px solid #728fb4; 
padding:25px; 
border-width: 2px 0 2px 0; 
border-radius: 6px;
font-size:1.8rem; 
font-weight: bold;
color: #114891;
text-align: center;
margin-bottom: 4rem; 
margin-top: 4rem;
}

/* Dotted Blue border */
.dotted {
  	border: 4px dotted #0757B0;
    border-radius: 16px;
    width: 100%px;
    padding: 20px;
	margin-bottom: 2em; 
	margin-top: 2em;
}


/* 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: #0757B0;
  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; 
}



