#pgc-259-0-0 { /* SLIDER */
	border-radius: 5px;
	overflow: hidden;
}

hr.breadcrumbs-div {
	margin-top: 2px;
	margin-bottom: 20px;
}

body.single-post iframe {
	width: 100%;
}

.subscription-field {
	background-color: #fff !important;
	width: 100% !important;
	height: 38px !important;
	font-size: 14px !important;
	border-bottom: 1px solid #d1d1d1 !important;
	padding: 0.625em 0.4375em !important;
	float: left;
}

.subscription-btn {
	width: 15% !important;
	font-size: 14px !important;
	height: 38px !important;
	padding: 0.625em 0.4375em !important;
	background-color: transparent !important;
	color: #f93f3b !important;
	margin-left: -40px !important;
	margin-right: 0px !important;
	position: absolute;
}

#success {
	display: none;
}

footer .cmApp_signupContainer {
	padding: 0;
}

footer #custom-search-input {
 padding: 0;
 border: none;
}

section.error-404.not-found {
	margin-top: 155px;
}

/* BSP Customizations */

.sow-headline-narrow .sow-headline {
	max-width: 800px;
	margin: auto
}

.sow-headline-container p {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.8;
	color: rgba(0,0,0,.5)
}

.large-break {
	margin-top: 6rem;
}

.small-break { 
	margin-top: 4rem;
}

.table.audience.stats td:not(:first-child),
.table.audience.stats th:not(:first-child){
	text-align: center;
}

.table.audience .total {
	font-size: 2rem;
	color: #f93f3b
}

.table.audience th, .table.audience th.total {
	font-size: 2.2rem;
}

.table.audience td {
	font-weight: bold;
	vertical-align: middle;
}

.table.audience tfoot td {
	border-top: 2px solid #000;
	border-bottom: 1px solid #dee2e6;
}

.dropcontainer {
	display: inline-block;
}

h1.display-4 .dropdown .btn {
	font-size: 3.5rem;
	line-height: 1;
	padding-top: 1rem;
}

h1.display-4 .dropdown-toggle::after {
	border-width: .2em .2em 0 .2em;
}

h1.display-4 .dropdown-menu {
	font-size: 1.5rem;
	font-weight: normal;
	width: 100%;
	margin-top: 20px;
	margin-right: 450px;
	text-align: center;
	line-height: 1.5;
}

h1.display-4 .dropdown-menu:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-top: 1px solid rgba(0,0,0,.15);
	border-left: 1px solid rgba(0,0,0,.15);
	top: -8px;
	right: 16px;
	transform: rotate(45deg);
	background: #fff;
}

#wrapper-footer-full {
	background-color: #fff;
	padding: 40px 0;
}

#wrapper-footer-full hr {
	margin-bottom: 40px;
}

.product-summary img {
	margin-bottom: 1rem;
	border-radius: .25rem;
}

.product-summary h4 a,
.product-summary h5 a{
	color: #333;
}

#main-menu .dropdown-menu .menu-item{
	padding: 0rem 0.5rem;
	line-height: 1;
}

#main-menu > .dropdown > .dropdown-menu{
	left: -40%;
}

#main-menu > .dropdown > .dropdown-menu:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 1px solid rgba(0,0,0,.15);
	border-left: 1px solid rgba(0,0,0,.15);
	top: -4px;
	right: 46%;
	transform: rotate(45deg);
	background: #fff;
}

#main-menu .menu-item-has-children .menu-item-has-children a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

#main-menu .menu-item-has-children .menu-item-has-children:hover {
    background-color: #f93f3b;
}

#main-menu .menu-item-has-children .menu-item-has-children:hover > a {
    color: #fff;
}

#main-menu .menu-item-has-children .menu-item-has-children {
	position: relative;
}

#main-menu .menu-item-has-children .menu-item-has-children:hover > .dropdown-menu {
  display: inline-block;
	position: absolute;
  left: 9rem;
  top: -0.5rem;
}


#main-menu .menu-item-has-children .menu-item-has-children:hover > .dropdown-menu:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-left: 1px solid rgba(0,0,0,.15);
	border-bottom: 1px solid rgba(0,0,0,.15);
	top: 16px;
	left: -4px;
	transform: rotate(45deg);
	background: #fff;
}

.attachment-card-img {
	width: 100%;
}