/* hover reporter button */

.rep-button{
-webkit-font-smoothing: antialiased;
margin-top:0.5em;
margin-right:0.5em;
margin-bottom:0.5em;
background-color:#0071bc;
border:0;
border-radius:8px;
color:#fff !important;
cursor:pointer;
display:inline-block;
font-family:"Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
font-size:1.25rem;
font-weight:500;
line-height:1;
outline:none;
padding:1rem 2rem;
text-align:center;
text-decoration:none;
}

a:visited.rep-button, a:visited.submit{
  color:#fff;
}

.rep-button:hover{
  background:#205493;
}


.hasMargin a.rep-button, .hasMargin a:hover.rep-button, .hasMargin
 a:visited.rep-button{
   color:#fff !important;
 }


/* 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;	
}

.box.info {
	background: #d6f6ff;
	border: solid;
	border-color: #BFE3EC;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}


.box.success {
	background: #e2f2cb;
	border: solid;
	border-color: #D1E4B7;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}

.box.warning {
	background: #fffddb;
	border: solid;
	border-color: #E9E59E;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}

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

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

.box.note {
	background: #fffddb;
	border: solid;
	border-color: #E9E59E;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}

.box.note2 {
	background: #e8f6ff;
	border: solid;
	border-radius: 6px;
	border-color: #037bd9;
	border-width: 2px 0 2px 0;
}

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

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

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

.box.quote {
 	border: 5px solid #00abe9;
	border-radius: 6px;
	border-width: 2px 0 2px 0;
 	padding: 25px;
}

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

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

p {
	color: #444444;
	font-size: 1.1em !important;
		line-height: 1.5 !important;
}
		
.rep-h1 {
  display: block;
	color: #025ba1 ;
font-size: 1.5em;
  margin-top: 1.7em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.rep-h2 {
  display: block;
	color: #025ba1 !important;
font-size: 1.35em;  
  margin-top: 1.75em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.rep-h3 {
	display: block;
  font-size: 1.25em;
	text-decoration: underline;
  margin-top: 1em;
  margin-bottom: .67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.rep-ul {
	color: #444444;
	margin-left: 40px;
	list-style-type: disc !important;
	line-height: 1.5;
}

li {
	color: #444444;
}

ol {
	color: #444444;
}
	
/* 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; 
}

