
  #blog-form {
	background-color: #f7f7f7;
	padding: 25px;
  }
  #blog-form .form-control {
	background-color: #fff;
	height: auto;
	padding: 12px 15px;
  }
  .verify {
	margin-top: 15px;
  }
  #blog-form button[type="submit"] {
	display: block;
	background-color: #e96a3e;
    color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 12px 0;
	padding: 8px 35px;
    border: solid 2px #e96a3e;
  }
  
  
  
  
  #category-link-button {
	margin: 0 auto 50px auto;
	display: block;
	width: 400px;
	max-width: 90%;
  }
  
  #popup-link{
	display:none;
  }
  .sticky {
	position: sticky;
	top: 0;
  }
  .position {
  	position: absolute;
    bottom: 107px;
    right: 8px;
  }
  .book {
  	max-width: 130%;
    height: auto;
    position: relative;
    bottom: 0px;
    left: -20px;
  }
  #rcol {
  	padding-top: 50px;
	padding-bottom: 50px;
  }
  .h2-cta {
	color:#f47d41;
  }
  .or-box {
	border: solid 3px #f47d41;
	border-radius: 8px;
	padding: 12px;
	margin-top: 50px;
	margin-bottom: 70px;
  }
  .or-box-2 {
	border: solid 3px #f47d41;
	border-radius: 8px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 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;
  }
  .addcontents {

  }
  .blogHeader{
	background: none;
	padding: 0;
  }

  .blogHeader h1{
	color: #333;
  }
  .socials img {
	max-height: 24px;
	max-width: 24px;
  }

  .socials {
	padding-top: 0px;
  }


  .blog-content {
	padding-bottom: 75px;
  }

  h1.entry-title {
	padding-top: 45px;
  }

  .case-study-image{
	padding-top: 15px;
  }
  .submit-btn{
	font-size: 15px;
  }
  .contact-form-wrapper > .h1{
	font-size: 26px;
  }
  .blog-contactform-header{
	background: #326195;
	padding-bottom: 10px;
	width: 100%;
	padding-bottom: 60px;

	margin: auto;
  }
  .blog-contactform-header .h1{
	color: #fff;
	padding-top: 10px;
	font-size: 26px;
  }
  .blog-contactform-header .white{
	font-size: 14px;
	padding-top: 15px;
  }
  #contact-us-title {
	margin-top: 65px;
  }

  article p {
	font-size:14pt;
  }
  .entry-content-asset img{
	padding: 0;
	max-width: 750px;
  }
  #print-logo {display:none}

  
  #print-btn {
	display:block;
	color: #2F6090;
	font-size:18px;
	float:right;
	margin:0;
	padding:5px 10px;
  }
  @media print { 
	#header, #footer, #nav, #print-btn, #y-badges, #comments, .interstitial, .sidebar {display: none !important;}
	#print-logo {display:block; padding:20px 20px 0}
	h1, h2, h3, h4, h5, p, a {color: #000; text-decoration:none; border:none; outline:none}
  }
  @page {size: auto;  margin: 5mm 2mm;}
  
  @media screen and (min-width: 991px) {
	.contact-form-wrapper {
	background: #ee7d55;
	margin-bottom: 50px;
	padding-top: 50px;
	width: 80%;
	float: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 115px;
	margin-bottom: 50px;
	padding-top: 15px;
  }
  }

