

  .sticky {
	position: sticky;
	top: 0;
  }
  #rcol {
	padding-top: 50px;
	padding-bottom: 50px;
  }
  .or-box {
	border: solid 3px #f47d41;
	border-radius: 8px;
	padding: 12px;
	margin-top: 50px;
	margin-bottom: 70px;
  }
  .or-btn-c {
	margin-top: 32px;
  }
  .orange-btn {
	background-color: #e96a3f;
	color: #fff !important;
	padding: 15px 10px;
	border-radius: 15px;

	display: inline-block;
  }
  header.blogHeader{
	background: none;
	padding: 0;
  }
  #content {
	padding-top: 80px;
	padding-bottom: 100px;
  }

  .main-content {
	height: auto;
	/*border: 7px #306095 solid;
	box-shadow: 10px 10px 7px #888;*/
	padding: 20px;
  }

  .article {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
  }

  /*.article:first-of-type {
  padding-top: 40px;
  }*/


  h2>a {
	color: #306095;
	font-weight: 700;
  }

  h2 {
	margin-top: 0;
  }

  .readmore {
	color: #306095;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
  }
  .readmore:hover {
	text-decoration: underline;
  }
  .social-media-sidebar{
	margin-bottom:30px;
  }
  .social-media-sidebar img{
	width: 45px;
  }

  .gt_newpost {
	margin: 0 auto;
	padding: 20px; 
	outline: 0px; 
	vertical-align: baseline; 
	background: rgb(255, 255, 255); 
	font-size: 100%; 
	display: block; 
	height: auto;
	text-align: center;
	color: #000;
  }

  .gt_newpost input[type="text"] {
	margin: 15px 0 0 0; 
	line-height: 38px;
	font-size: 16px;
	width: 100%;
	text-align: center;
  }

  .gt_newpost input[type="submit"] {
	line-height: 38px; 
	margin: 15px 0px 0px; 
	color: rgb(0, 0, 0); 
	width: 100%; 
	font-size: 16px; 
	cursor: pointer;  
	text-align: center; 
	font-weight: bold;
  }

  #category-links-label {
	font-size: 20px;
  }

  #category-links {
	text-align: left;
	padding-left: 60px;
	list-style-type: none;
  }

  #category-links a {
	color: #e96a3f;
  }
