.pressRoom_header:before, .inner:before, .pressRoom_header:after, .inner:after {
	content: " ";
	display: table
}
.pressRoom_header:after, .inner:after {
	clear: both
}
.back_to_top {
	position: relative
}
.back_to_top:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 5px;
	border-top: 2px solid #01b5e3;
	border-right: 2px solid #01b5e3;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
a {
	word-wrap: break-word
}
.pressRoom_header_container {
	position: relative;
	z-index: 2;
	margin-bottom: 65px
}
.pressRoom_header {
	padding: 80px 0 35px
}
.pressRoom_header .left_content {
	float: left;
	padding: 0 6.25%;
	width: 100%
}
.pressRoom {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	background-color: #FFF;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}
.pressRoom:first-of-type {
	border-top: 1px solid #e6e6e6
}
.pressRoom.active {
	background-color: #f8f8f8
}
.pressRoom.active button:after {
	border-right: 0
}
.pressRoom.active .headline {
	color: #1f2124
}
.pressRoom.active .article {
	display: block
}
.pressRoom.active .footnote {
	display: block
}
.pressRoom button {
	text-align: left;
	padding: 35px;
	background: transparent;
	width: 100%;
	height: 100%
}
.pressRoom button:after, .pressRoom button:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px
}
.pressRoom button:before {
	border-top: 2px solid #01b5e3;
	top: 42px;
	right: 36px
}
.pressRoom button:after {
	border-right: 2px solid #01b5e3;
	right: 43px;
	top: 35px
}
.pressRoom .headline {
	display: block;
	font-family: 'ProximaNova-Semibold';
	font-size: 19rem;
	color: #01b5e3;
	width: 90%
}
.pressRoom .label {
	color: #1f2124
}
.pressRoom .article {
	display: block;
	font-family: 'ProximaNova-Regular';
	font-size: 18rem;
	display: none;
	margin-top: 35px
}
.pressRoom .article p {
	margin: 10px 0
}
.pressRoom .article h4 {
	font-size: 19rem
}
.pressRoom .article ul li {
	margin: 10px 0
}
.pressRoom .footnote {
	font-family: 'ProximaNova-Regular';
	font-size: 10rem;
	display: none
}
.back_to_top {
	float: right;
	font-size: 16rem;
	font-family: 'ProximaNova-Semibold';
	margin-top: 35px;
	color: #01b5e3;
	background-color: transparent;
	margin-right: 6.25%;
	padding-right: 20px
}
.back_to_top:after {
	right: 0
}
.callout_container {
	border-top: 0
}
	  .pressRoom_list_style_disc {
    list-style: disc !important;
	margin-left: 1.5em !important;
  }

  .pressRoom_list_style_circle {
    list-style: circle !important;
    margin-left: 1.5em !important;
  }

@media all and (min-width:768px) {
.callout_container {
	float: left;
	width: 31.25%;
	padding: 0;
	margin-top: 0
}
.callout_container .callout_item:last-of-type {
	padding-bottom: 20px
}
.callout_container .sign_up_emails:first-child {
	margin-top: 75px
}
.pressRoom_container {
	width: 68.75%;
	float: left;
	padding-right: 6.25%
}
.back_to_top {
	margin-right: 0
}
}

@media all and (min-width:1025px) {
.pressRoom_container {
	padding-bottom: 50px
}
#hero {
	height: 292px;
	background-position: right center;
	background-size: 100% auto
}
}
