
.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: 'Roboto', sans-serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/*.btn-info {background:#bd3328; border-color:#bd3328; font-size:16px; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
.btn-info:hover {background:#005a84; border-color:#005a84; color:#fff;}*/

a.btn-info {border-radius:50px; padding:10px 20px; background:#005a84; border-color:transparent;}
a:hover.btn-info {background:#e73d30; border-color:#e73d30;}

a.btn-info:hover:after {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding-left: 0.35em; margin-left:0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
a.btn-info::after {
    content: "➝";
    display: inline-block;
    font-size: 0.85em; margin-left: -12px;
    opacity: 0;
    transform: translateX(-5px);
     -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}

@media (max-width: 992px) {
#blog .jumbotron h1 {font-size:2rem;}}

/*---- BUTTON STYLING ----*/
button:focus {outline:0 !important;}

.btn-insight {
	display: inline-block;
	background: transparent;
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;
	letter-spacing: 0.03em;
	color: #005a84;
	padding: 0.6rem 1.8rem;
	-webkit-transition: all 0.3s ease-out !important;
	transition: all 0.3s ease-out !important;
	background: -webkit-linear-gradient(180deg, rgba(0,90,132,1), rgba(231,61,48,1), rgba(34,34,34,0), rgba(34,34,34,0));
	background: -webkit-linear-gradient(right, rgba(0,90,132,1), rgba(231,61,48,1), rgba(34,34,34,0), rgba(34,34,34,0));
	background: linear-gradient(270deg, rgba(0,90,132,1), rgba(231,61,48,1), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	border-radius:0;
	/*border: 1px solid rgba(215,215,215,1) !important;*/
}
.btn-insight:hover {
  color: #fff !important;
  border: 1px solid transparent;
  background-position: 99% 50%;
}
.btn-insight:focus {
  color: #222;
}

.btn-insight.outline-blue {border: 1px solid rgba(255,255,255,0.5);}
.btn-insight.outline-orange {border: 1px solid rgba(0,0,0,0.3);}

.btn-insight.dark {border:1px solid rgba(255,255,255,0.3); color:rgba(255,255,255,0.5);}
.btn-insight.light {border:1px solid rgba(0,0,0,0.2); color:#e73d30; font-weight:500;}

@media (max-width:992px) {
	.btn-insight {display:inline-block; width:100%; padding:15px;}
}

.page-link {color:#005a84; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.page-link:hover {background-color:#005a84; color:#fff;}

.solution-sub h4.section-title {
    font-size: 42px;
    font-weight: 300;
    padding-bottom: 20px;
    line-height: 60px;
}


.card-footer {font-size:14px;}
.card-footer img {position:absolute; right:20px; bottom:12px;}

@media (max-width:576px) {
#blog .logo {padding-left:0; padding-right:0;}
}

.blg-detail h3 {font-size:42px; color:#58595b; font-weight:300;}

.bd-callout-warning {
    border-left-color: #e73d30 !important;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.blg-ftr ul.list-inline li:first-child:after {
	content: "|";
    position: relative;
    right: -8px;}
	
.blg-ftr ul.list-inline li {
padding: 2px 3px;
}

.category {font-size:0.9rem;}

.blog-detail .card-title a {font-size:1.15rem;}

.mylead, .mylead p {font-size: 1.2rem;font-weight: 300;}


.user-top-bar{background: #e9ecef;
margin-top: 60px;
padding: 6px 0;
margin-left: 0px;
margin-right: 0px;
}
.user-top-bar .user-pic {
    position: relative;
}
.user-top-bar .user-pic img{
position: absolute;
width: 132px;
height: 132px;
top: -26px;
border-radius: 132px;
}
.user-top-bar h3 {
    font-size: 36px;
    color: #004F6E ;
    margin-top: 5px;
}


.blog-profile h3 {
    font-size: 36px;
    color: #004F6E ;
    margin-top: 5px;
}

.blog-profile-pic img{
width: 140px;
height: 140px;
border-radius: 140px;
}

.blogmid img { width:200px; height:280px;}



/*#csrgallery .slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #B7B7B7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: .3;
  transition: opacity .25s;
  cursor: pointer;
}
#csrgallery .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: .65;
}
#csrgallery .slick-slider .slick-prev {
  left: 0;
}
#csrgallery .slick-slider .slick-next {
  right: 0;
}*/

#csrgallery  .product-images {
  width: 100%;
  margin: 0 auto;
  border:1px solid #eee;
}
#csrgallery  .product-images li, #csrgallery  .product-images figure, #csrgallery  .product-images a, #csrgallery  .product-images img {
  display: block;
  outline: none;
  border: none;
}
#csrgallery  .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#csrgallery  .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#csrgallery  .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#csrgallery  .product-images .thumb-nav {
  margin: 0 auto;
  padding:20px 10px;
  max-width: 600px;
}
/*#csrgallery  .product-images .thumb-nav.slick-slider .slick-prev, #csrgallery  .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#csrgallery  .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
#csrgallery  .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}*/
#csrgallery  .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#csrgallery  .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color .25s;
  -ms-transition: border-color .25s;
  -moz-transition: border-color .25s;
  transition: border-color .25s;
}
#csrgallery  .product-images .thumb-nav li:hover, #csrgallery .product-images .thumb-nav li:focus {
  border-color: #999;
}
#csrgallery .product-images .thumb-nav li.slick-current img {
  border-color: #d12f81;
}

#csrgallery .product-images .slick-prev {
    left: -25px;
}

.csr-detail .blg-ftr ul.list-inline li:first-child::after{content:"";}

.jumbotron.csr {
    height: 400px;
    background: url(https://insight.regoadvertising.com/mimg/csr-header.jpg) center center no-repeat;
    background-size: cover;
}

h1.csr {
    position: relative;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    display: block;
    width: 100%;
}

h1.csr:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #e73d30;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 65px;
}