/* NEWS CENTER AND ARTICLE STYLES */

article img {
	max-width: 100%;
	height: auto;
}
.article-header {
	text-align: center;
	margin: 20px 0 40px;
}
.article-header, .article-content {
	width: 100%;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}
.article-header .meta {
	margin: 0;
	padding: 0;
	font-size: 15px;
	text-transform: uppercase;
}
.article-header .meta li {
	display: inline;
	opacity: .5;
}
.article-header .meta a {
	color: #000;
}
.article-header .meta li.category:hover {
	opacity: .75;
}
.article-header .meta li:after {
	content: "\2022";
	padding: 0 0.25em 0 0.5em;
}
.article-header .meta li.date:after {
	content: "";
	padding: 0;
}
.article-header .headline {
	margin: 30px 0 0;
}
.article-header .subheadline {
	font-weight: 300;
	margin: 30px 0 0;
}
.article-content .tags {
	font-size: 15px;
	text-transform: uppercase;
}
.article-content .tags ul {
	margin: 0;
	padding: 0;
}
.article-content .tags ul li {
	display: inline;
}
.article-content .tags ul li:after {
	content: "\2022";
	padding: 0 0.25em 0 0.5em;
}
.article-content .tags ul .first:after {
	content: "";
}
.article-content .tags ul .last:after {
	content: "";
	padding: 0;
}
.article-content .tags a {
	color: #000;
	opacity: .3;
	font-weight: bold;
}
.article-content .tags a:hover {
	opacity: .5;
}
.article-footer {
	background: #fff;
	text-align: center;
	margin: 40px -15px -25px -15px;
	padding: 0 0 60px;
}
.article-footer h4 {
	background: #f8f8f8;
	margin: 0;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}
.article-footer h4 span {
	background: #fff;
	padding: 10px 25px;
}
.article-footer .article-grid {
	margin-top: 40px;
	padding: 0 60px;
}
.article-grid .grid-size {
	display: inline-block;
	vertical-align: top;
	float: none;
}
.article-grid .grid-caption {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	color: #000;
	opacity: .5;
	padding: 10px;
}
.article-grid .grid-item a:hover .grid-caption {
	color: #1d88ca;
}
.article-grid .grid-item .meta {
	color: #000;
	padding: 0 10px 30px;
	text-transform: uppercase;
}
.article-grid .grid-item a:hover .meta {
	opacity: .5;
}
.copy, .copy p, .copy ul, .copy ol {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}
.copy ol,
.copy ul {
	padding-left: 40px;
}
.copy li {
	margin: 15px 0;
}
.copy ul li {
	list-style-type: disc;
}
.copy ol li {
	list-style-type: decimal;
}
.textImage {
}
.copy .textImage-left {
	max-width: 100% !important;
}
.copy .textImage-right {
	max-width: 100% !important;
}

@media (max-width: 1023px) {
	.copy .textImage-left {
		margin: 0 0 30px !important;
	}
	.copy .textImage-right {
		margin:  0 0 30px !important;
	}
}

@media (min-width: 1024px) {
	.copy .textImage-left {
		margin: 0 2em .5em -8em !important;
	}
	.copy .textImage-right {
		margin: 0 -8em .5em 1em !important;
	}
}
.copy .textImage-center {
	margin: 1em auto !important;
	max-width: 100%;
}
.copy .textImage-captionBody {
	font-style: normal !important;
	opacity: .5;
	font-size: 14px !important;
	padding: 10px !important;
}
.copy blockquote {
    position: relative;
    margin-top: 20px;
    padding-top: 60px;
    text-align: center;
	border-left: none;
	margin-left: -4em;
	margin-right: -4em;
}
.copy blockquote p:before {
    content: url(/replay/692c91faa6fd8540590b27fd/20251130185227oe_/https://iprsoftware.com/media/themes/562e3eb55e8eef2e89dd03f7/fonts/icon-quote-open.svg);
    position: absolute;
    left: 50%;
    margin-top: -60px;
    margin-left: -40px;
    width: 80px;
    height: 60px;
    overflow: hidden;
    z-index: 0;
}
.copy blockquote p {
	font-size: 32px;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	opacity: .5;
	font-style: italic;
}
.AlignLeft {
	text-align: left;
}
.AlignCenter {
	text-align: center;
}
.AlignRight {
	text-align: right;
}

.copy .simplebox {
  background-color: #0053CC;
  color: #fff !important;
  border-radius: 12px;
}
.simplebox-content {
  padding: 0.75em;
  color: #fff !important
}
.simplebox a, .simplebox p, .simplebox ul, .simplebox ol {
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.6em !important;
}
.copy .simplebox .lead, .copy .simplebox .lead a {
	font-size: 20px !important;
}
.simplebox.align-left {
	margin: 0 2em .5em -4em;
	width: 300px;
	max-width: 100%;
	float: left;
}
.simplebox.align-right {
	margin: 0 -4em .5em 1em;
	width: 300px;
	max-width: 100%;
	float: right;
}
.simplebox.align-center {
	margin: 1em 0;
	max-width: 100%;
}
.simplebox blockquote {
	margin-left: auto;
	margin-right: auto;
}
.simplebox blockquote p {
	opacity: .9;
}
.simplebox h4 {
	text-align: center;
	text-transform: uppercase;
}
.links-list {
	padding: 0 10px !important;
	margin: 0 10px !important;
}
.links-list li {
	display: block;
	list-style-type: none;
	border-top: 1px dotted rgba(255, 255, 255, .5);
	padding-top: 15px;
}
.article-gallery {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
img[data-src] {
	cursor: pointer;
}
.textImage, .article-gallery li {
  position: relative;
  overflow: hidden;
}
.textImage img, .article-gallery li img {  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.textImage:hover img[data-src], .article-gallery li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* CONTACT INFO */
.media_cont figure {
	margin-bottom: 40px;
}
.media_cont figure img {
	max-width: 100%;
	height: auto;
}
.contact-grid {
	max-width: 740px;
	margin: auto;
	margin-top: 40px;
}
.contact-box {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	text-align: left;
}
.contact-box h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	margin-bottom: 20px;
}
.dl-inline dt,
.dl-inline dd {
	display: inline;
}
.reg-form label {
	font-weight: 300;
}
.reg-form .btn_request{
	font-family: 'Roboto Condensed', sans-serif;
}

/* NEWS LANDING */
.news-top {
	padding-top: 20px;
	padding-bottom: 40px;
}
.news-top img {
	max-width: 100%;
	height: auto;
}
.featured-article {
	position: relative;
}
.caption-box {
	color: #fff;
	padding: 15px;
}
.caption-box a {
	color: #fff;
}
.caption-box .meta {
	text-transform: uppercase;
	opacity: .5;
}
.caption-box h3 {
	font-weight: 700;
	margin: 5px 0 10px;
	line-height: 1.2em;
}
.featured-article a:hover .caption-box {
	background: rgba(0, 0, 0, .85);
}
.news-more {
	margin: 30px auto;
}
#infinity_load {
  overflow: hidden;
  margin-bottom: 30px;
}
#infinity_load small {
	text-align: center;
	opacity: .33;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.jscrollnext {
	font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  margin: 0 0 20px 15px;
  float: left;
  clear: both;
}

@media screen and (min-width: 768px) {
  .caption-box {
    position: absolute;
	  left: 0;
	  bottom: 0;
	  background: rgba(0, 0, 0, .75);
  	width: 60%;
  }
  .caption-box h3 {
	  font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .caption-box {
    position: relative;
  }
  .caption-box h3 {
    font-size: 20px;
  }
}

/* SOCIAL FEED */
.social-post {
	display: block;
	color: #fff;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #333;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.social-post a {
  color: #fff;
}
.social-post-title,
.tweet {
	font-weight: 300;
	display: block;
	opacity: .85;
}
.tweet {
  margin: 0;
  border-width: 0;
}
.social-post a:hover .social-post-title {
	opacity: 1;
}
.social-post-meta,
.timePosted {
	display: block;
	opacity: .95;
  padding: 5px 0 2px;
}
.timePosted {
  margin: 0;
}
.timePosted a:before {
  font-family: "fontAwesome";
  content: "\f099";
  color: #55acee;
  font-size: 130%;
  margin-right: 5px;
}
.social-post a:hover .social-post-meta {
	opacity: 1;
}
.social-post-meta .fa-twitter {
	color: #00acec;
}
.social-post-meta .fa-facebook {
	color: #6073b5;
}
.social-post-meta abbr {
	border-bottom: none;
}
.social-post-meta abbr:hover {
	cursor: pointer;
}

/* SIDEBAR */
.kiosk {
	margin-bottom: 40px;
}
.kiosk img {
	max-width: 100%;
	height: auto;
}
.kiosk h4 {
	margin-bottom: 20px;
	font-size: 24px;
}
.kiosk-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
}
.kiosk .tab-pane {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
}
.kiosk .nav-tabs > li > a {
	border-radius: 0;
}
.kiosk .label {
	padding: .33em .75em;
	font-size: 15px;
	font-weight: 300;
	border-radius: 0;
	margin-right: 2px;
}
.kiosk .tags li {
	margin-bottom: 12px;
}

@media (min-width: 992px) {
  .article-grid .col-md-3 {
	  width: 24%;
  }
  .article-grid .col-md-4 {
	  width: 32%;
  }
  .article-grid .col-md-6 {
  	  width: 48%;
  }
}
@media (max-width: 991px) {
  .article-grid .col-xs-6,
  .article-grid .col-sm-6,
  .article-grid .col-md-6 {
	  width: 48%;
  }
}
@media (max-width: 870px) {

  .copy blockquote {
  	margin-left: 0;
	margin-right: 0;
  }
}
@media (max-width: 767px) {
  .copy .textImage-left,
  .copy .textImage-right {
	float: none !important
  }
}
@media (max-width: 600px) {
  .article-grid .col-xs-12 {
  	  width: 100%;
  }
  .simplebox.align-left {
	margin: 0.5em 0;
	float: none;
}
.simplebox.align-right {
	margin: 0.5em 0;
	float: none;
}
.simplebox.align-center {
	margin: 0.5em auto !important;
}
}

.copy h2, .copy .h2, .copy h3, .copy .h3 {
	font-weight: bold;
	margin-bottom: 30px;
}

.copy ul, .copy ol {
	margin-bottom: 40px;
}

.checklist {
	padding-left: 30px !important;
}

.checklist li {
  list-style-image: url(/replay/692c91faa6fd8540590b27fd/20251130185227oe_/https://iprsoftware.com/media/themes/562e3eb55e8eef2e89dd03f7/fonts/check-circle.svg) !important;
  padding-left: 10px !important;
}
