/*general template resets*/
#headerWrapperSub, #headerWrapperSubDefault {
	display: none;
}
#bodyTable {
	width: 100%;
}
.pageBody #ctl00_tdBodyCenter {
	padding: 0;
}
.container800{
	max-width: 800px;
	margin: 0 auto;
	padding: 0 10px;
}
.container800 .row {
	margin: 0;
}
li,p {
	font-family: 'MuseoSans-300';
}
p.questions {
	margin: 25px 0;
	font-size: 16px;
	text-transform: none;
}
.pageBody #homeIntro p.homeSpiel {
	margin: 5px 0 90px;
}
.pageBody #homeIntro {
	margin-top: 50px;
}
#greybg {
	background: #f6f6f6;
	padding: 25px 0 45px;
	margin: 50px 0;
}
#greybg img {
	max-height: 75px;
	margin: 25px auto 5px;
	display: block;
}
@media (min-width: 480px) {
	.mainTextLarge p {
		font-size: 3em;
	}
	.mainButtonsLarge a {
		font-size: 16px;
		width: auto;
	}
}
@media (min-width: 600px) {
	.mainTextLarge p {
		font-size: 4em;
	}
	.mainButtonsLarge a {
		width: auto;
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.mainTextLarge p {
		font-size: 4em;
	}
}
@media (min-width: 1400px) {
	.mainTextLarge p {
		font-size: 5em;
	}
	.mainButtonsLarge {
		display: block;
		margin-top: 0px;
	}
	.mainButtonsLarge a {
		width: auto;
		font-size: 16px;
		padding: 15px 20px;
	}
}
/*end general template resets*/

/*header img*/
#headerWrapperBG{
	background: url(/img/~www.rcuinsuranceservices.com/assets/subheader3M.jpg) 50% 50%;
	background-size: cover;
}
@media (min-width: 992px) {
	#headerWrapper, .pageBody #headerWrapperSub {
		max-height: 500px;
	}
	#headerWrapperBG, .pageBody #headerWrapperBG{
		max-height: 500px;
	}
}
/*end header img*/

/*addt block*/
#addtCopy {
	padding: 125px 0px 20px 0px;
	background: url(/img/~www.rcuinsuranceservices.com/assets/internal_imgs/rcuis_treeringsgreen_1920x200.png) top center no-repeat;
}
#addtCopy .inset {
	background: #fff;
	padding: 50px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
#addtCopy .col.xs-12.col-md-6.twoCol {
	width: 100%;
	padding: 0 0 10px;
}
#addtCopy .col.xs-12.col-md-4.threeCol {
	width: 100%;
	padding: 0 10px 10px;
}
.mainButtons.centerButtons a {
	margin: 0 auto;
	display: block;
	max-width: 200px;
}
.inset span{
	margin: 25px auto;
}
@media (min-width: 992px) {
	#addtCopy .col.xs-12.col-md-4.threeCol {
		width: 33%;
	}
	#addtCopy .col.xs-12.col-md-6.twoCol {
		width: 50%;
	}
	#addtCopy .col.xs-12.oneCol {
		width: 100%;
		Padding: 25px 0px 50px;
	}
	#addtCopy .twoCol:nth-child(1) {
		padding: 25px 50px 50px 0px !important;
	}
	#addtCopy .twoCol:nth-child(2) {
		padding: 25px 0 50px 50px !important;
	}
}
/*end addt block*/

/*box copy block*/
#boxedCopy {
	padding: 75px 0 25px;
	text-align: center;
}
#boxedCopy .inset {
	padding: 25px;
	background: url(/img/~www.rcuinsuranceservices.com/assets/texture_left.png) 0% 50% no-repeat,url(/img/~www.rcuinsuranceservices.com/assets/texture_right.png) 100% 50% no-repeat;	
	max-width: 1170px;
	margin: 0 auto;
}
#boxedCopy .container {
	padding: 0px;
}
#boxedCopy .col.xs-12.col-md-6.twoCol {
	width: 100%;
	padding: 0;
}
#boxedCopy ul{
	padding: 0;
}
#boxedCopy li, .homeList li {
	background: url(/img/~www.rcuinsuranceservices.com/assets/internal_imgs/RCUIS_ChevronBullet_16x16.png) left 10px no-repeat;
	list-style: none;
	padding: 10px 0 10px 30px;
	text-align: left;
}
.mainButtons.centerButtons a {
	margin: 0 auto;
	display: block;
	max-width: 200px;
}
@media (min-width: 992px) {
	#boxedCopy {
		text-align: left;
	}
	#boxedCopy .col.xs-12.col-md-6.twoCol {
		width: 50%;
		padding: 0 15px;
	}
}
/*end box copy block*/

/*3 icon block*/
#threeIconWrapper h2 {
	margin-bottom: 75px;
}
#threeIcon {
	padding: 50px 0;
	background: url(/img/~www.rcuinsuranceservices.com/assets/internal_imgs/RCUIS_WoodGrainGray_1920x300.png) center center;
}
#threeIcon .col3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 25px 0 10px;
}
#threeIcon .col3 p {
	text-align: center;
	font-size: 16px;
}
#threeIcon .col3 img {
	padding-bottom: 10px;
}
@media (min-width: 992px){
	#threeIcon {
		padding: 0;
	}
	#threeIcon .col3 {
		margin-top: -50px;
	}
	#threeIcon.col3 img {
		padding-bottom: 50px;
	}
}
/*end 3 icon block*/

/*left offset block*/
#leftOffset {
	padding: 50px 0;
}
#leftOffset .colLeft {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*end left offset block*/

/*accordion block*/
#accordion {
	padding: 50px 0 100px;
}
#accordion .container {
	max-width: 1170px;
}
.accordion .col.xs-12.col-md-6.twoCol {
	width: 100%;
	padding: 0;
}
.accordion ul {
	padding: 0 0 0 15px;
	word-break: break-word;
}
.accordion li {
	background: url(/img/~www.rcuinsuranceservices.com/assets/internal_imgs/RCUIS_ChevronBullet_16x16.png) center left no-repeat;
	list-style: none;
	padding: 10px 0 10px 30px;
	text-align: left;
}
@media (min-width: 992px) {
	.accordion .col.xs-12.col-md-6.twoCol {
		width: 50%;
		padding: 0 15px;
	}
}
.menu a {
	display: block;
	padding: 10px 15px;
}
.drop-down a {
	min-width: 90px;
}
.drop-down-accordion {
	display: block;
}
.menu-title {
	cursor: pointer;
	display:block;
	border-bottom: 1px solid #046a38;
	color: #046a38;
	padding: 22px 0;
	font-weight: 500;
	font-size: 24px;
}
.menu-title::after {
	content: '›';
	position: absolute;
	right: 10px;
	font-size: 2em;
	font-weight: bold;
	line-height: .75;
	color: #046a38;
	transform: rotateZ(90deg);
	transition: all .5s;
	margin-top: -12px;
}
.activate {
	display: none;
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 40px;
	margin: 0 0 0 -15px;
	opacity: 0;
}
.drop-down a {
	font-size: .9em;
}
.drop-down a:hover {
	background: none;
}
:checked ~ .menu-title {
	border-bottom: none;
}
:checked ~ .menu-title:after {
	transform: rotateZ(-90deg);
	right: 15px;
}
.drop-down {
	max-height: 0;
	overflow: hidden;
}
.activate:checked ~ .drop-down {
	max-height: 2400px;
}
.drop-down, .menu a, .drop-down-accordion {
	-webkit-transform: translateZ(0);  
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (min-width: 768px){
	.menu-title::after{
		margin-top: 0;
	}
}
/*end accordion block*/

/* Photo Copy Overlay Block */
#photoCopyOverlay {
	padding: 75px 0 25px;
}
#photoCopyOverlay .photoCont {
	background: url(/img/~www.rcuinsuranceservices.com/assets/content_img4_blank.jpg) 57% 50%;
	background-size: cover !important;
	padding: 45px 0px;
	border-bottom: 10px solid #84bd00;
}
#photoCopyOverlay .photoTxt {
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	padding: 50px;
}
#photoCopyOverlay .photoTxt img {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 350px;
	display: block;
}
#photoCopyOverlay .photoCont h2 {
	text-align: center;
	font-size: 30px;
}
#photoCopyOverlay .photoCont p{
	padding: 10px 0px;
	color: #000;
}
#photoCopyOverlay a.photoLink{
	color: #fff;
	background: #046a38;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 10px 10px 0px 0px;
	display: inline-block;
	width: auto;
	padding: 15px 20px;
	transition: all 0.5s ease-out;
	text-decoration: none;
	border-radius: 5px;
}
#photoCopyOverlay a.photoLink:hover {
	text-decoration: none;
	background-color: #333333;
	transform: translateY(-1px);
}
/* End Photo Copy Overlay Block */

/*three tile block*/
#threeTile {
	padding: 50px 0;
}
#threeTile .container {
	max-width: 1170px;
	padding: 0px;
}
#threeTileBlock {
	max-width: 1170px;
	margin: 25px auto 0;
	padding: 0 15px;
}
#threeTileBlock p{
	text-align: center;
	margin-top: 10px;
}
.threeTile {
	flex-direction: column;
	display: flex;
	margin: 0 auto;
}
.tileBlock {
	display: flex;
	align-items: center;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
	margin: 15px auto;
	padding: 15px 5px 15px 0;
}
.tileBlockCont {
	flex-direction: row;
	display: flex;
	align-items: center;
}
.tileBlock img {
	padding: 0 10px;
	vertical-align: middle;
	max-height: 80px;
	border-right: 1px solid #046a38;
}
.tileBlock a {
	padding-left: 10px;
}
@media (min-width: 768px) {
	.tileBlock {
		max-width: 400px;
	}
	.tileBlock a {
		padding-left: 20px;
	}
}
@media (min-width: 992px) {
	.threeTile {
		flex-direction: row;
	}
	.tileBlock {
		max-width: 275px;
	}
	.tileBlock a {
		padding-left: 10px;
	}
	#threeTileBlock p{
		text-align: left;
	}
}
@media (min-width: 1200px) {
	.tileBlock {
		max-width: 365px;
	}
}
/*end three tile block*/

/* Blog Section */
#blogWords {
	padding: 50px 0px 15px;
}
#blogWords .container{
	max-width: 1170px;
}
.blogPosts {
	padding: 0px;
}
.blogBlock {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
}
.blogBlock img {
	border-bottom: 5px solid #83bf41;
	height: 250px;
	object-fit: cover;
}
.blogTitle {
	background: rgb(244,244,245);
	padding: 15px 0px;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blogTitle h4{
	text-align: center;
	padding: 0px 20px 0px;
	font-size: 16px;
}
.blogTitle p{
	text-align: center;
}
.blogTitle a {
	color: #fff;
	background: #046a38;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 10px auto 0px;
	display: inline-block;
	width: auto;
	padding: 15px 20px;
	transition: all 0.5s ease-out;
	text-decoration: none;
	border-radius: 5px;
	width: 200px;
}
.blogTitle a:hover {
	text-decoration: none;
	background-color: #333333;
	color: #fff;
	transform: translateY(-1px);
}
/* End Blog Section */

/*text block*/
#textBlock {
	padding: 100px 0 50px;
	text-align: center;
}
#textBlock h2 {
	margin-bottom: 25px;
}
#textBlock p {
	text-align: center;
}
#textBlock .mainButtons a {
	margin-top: 25px;
}
/*end text block*/

.largeWrappers {
	padding: 50px 0px 0px;
}
.largeWrapper {
	padding: 0px 0px 50px;
}

/* LOB r */
#sliderWords {
	text-align: center;
}
.sectionTitle {
	font-family: "MuseoSans-500";
	text-align: center;
	font-size: 30px;
}
.sectionDescription {
	font-family: 'MuseoSans-300';
}
#sliderBlock {
	padding: 0px;
	position: relative;
}
.sliderBack {
	background: rgb(242,242,243);
	z-index: 0;
	width: 100%;
	position: absolute;
	height: 100px;
	top: 110px;
}	
.lobSlider {
	margin: 25px auto;
}
.sliderContainer {
	padding: 25px 0px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.bx-viewport {
	min-height: 300px;
	padding: 0px 7px;
}
.bx-wrapper {
	background: transparent !important;
}
.bx-wrapper {
	max-width: 290px !important;
}
.bx-wrapper .bx-next {
	right: -20px;
}
.bx-wrapper .bx-prev {
	left: -20px;
}
.slide {
	display: flex;
	flex-direction: column;
	height: 270px;
	margin: 0 25px !important;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
.slideContent {
	justify-content: center;
	text-align: center;
	padding: 20px;
}
.slideContent img {
	margin: 0 auto;
	padding: 11px 0;
	width: 75px;
}
.slideContent a {
	margin: 0 auto;
	padding: 15px 0;
}
.slideContent p {
	padding: 15px 0px;
}
@media (min-width: 420px) {
	.bx-wrapper {
		max-width: 295px !important;
	}
	.bx-wrapper .bx-next {
		right: -55px;
	}
	.bx-wrapper .bx-prev {
		left: -45px;
	}
}
@media (min-width: 768px) {
	.bx-wrapper {
		max-width: 675px !important;
	}
	.bx-wrapper .bx-next {
		right: -35px;
	}
	.bx-wrapper .bx-prev {
		left: -35px;
	}
}
@media (min-width: 992px) {
	.bx-wrapper {
		max-width: 835px !important;
	}
	.bx-wrapper .bx-next {
		right: -50px;
	}
	.bx-wrapper .bx-prev {
		left: -50px;
	}
}
@media (min-width: 1200px) {
	.bx-wrapper {
		max-width: 1010px !important;
	}
	.bx-wrapper .bx-next {
		right: -76px;
	}
	.bx-wrapper .bx-prev {
		left: -76px;
	}
	.slide {
		height: 300px;
	}
	.bx-viewport {
		min-height: 350px;
	}
	.sliderBack {
		top: 134px;
	}
}
/* End LOB r */

/* Photo Overlay Block */
#photoOverlay {
	padding: 50px 0;
}
#photoOverlay .photoCont {
	background: url(/img/~www.rcuinsuranceservices.com/assets/content_img2.jpg) 57% 50%;
	background-size: cover;
	padding: 125px 0px;
	position: relative;
	height: 500px;
	z-index: 0;
	border-bottom: 10px solid #84bd00;
}
#photoOverlay .photoCont:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 64%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 64%);
	background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 64%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
#photoOverlay .photoContInner {
	z-index: 2;
}
#photoOverlay .photoCont, #photoOverlay .photoCont h2 {
	font-family: 'MuseoSans-300';
	color: #fff;
}
#photoOverlay .photoCont p{
	padding: 10px 0px;
	color: #fff;
}
#photoOverlay  .photoCont a{
	color: #046a38;
	background: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 10px 10px 0px 0px;
	display: inline-block;
	width: auto;
	padding: 15px 20px;
	transition: all 0.5s ease-out;
	text-decoration: none;
	border-radius: 5px;
}
#photoOverlay .photoCont a:hover {
	text-decoration: none;
	background-color: #333333;
	transform: translateY(-1px);
}
/* End Photo Overlay Block */

/* RowTiles Styles */
.rowTiles {
	margin-bottom: 70px;
}
.singleRowTile {
	display: inline-block;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
	width: 100%;
	padding: 15px 25px;
	margin-bottom: 25px;
}
.rowTileIcon {
	width: 75px;
	float: left;
	padding: 9px 0px;
}
.iconLeft {
	width: 75px;
}
.rowTileText {
	display: inline-block;
	text-align: left;
	border-left: 1px solid #046a38;
	width: 640px;
	margin-left: 15px;
	padding-left: 20px;
}
.rowTileHeader {
	color: #046a38;
	font-family: 'MuseoSans-500';
	margin-bottom: 5px;
}
.rowTileP {
	margin-bottom: 0px;
}
@media (max-width:799px) {
	/* RowTiles Styles */
	.rowTileIcon {
		padding: 20px 0px;
	}
	.rowTileText {
		width: 597px;
	}
}
@media (max-width:767px) {
	/* RowTiles Styles */
	.singleRowTile {
		width: 100%;
	}
	.rowTileIcon {
		float: none;
		width: 10%;
		margin: 0px auto;
		padding: 0px 0px;
	}
	.iconLeft {
		width: 100%;
	}
	.rowTileText {
		width: 100%;
		margin-top: 15px;
		padding-top: 15px;
		margin-left: 0px;
		padding-left: 0px;
		border-top: 1px solid #046a38;
		border-left: none;
	}
}
@media (max-width:550px) {
	/* RowTiles Styles */
	.rowTileIcon {
		width: 18%;
	}
}
/* End RowTiles Styles */

/* Payment Protection Table Styles */
table.ppPricingTable {
    width: 100%;
}
	
tr.ppPTHeadingRow:nth-child(odd), tr.ppPTBodyRow:nth-child(odd) {
    background-color: #f9f9f9;
}

tr.ppPTHeadingRow:nth-child(even), tr.ppPTBodyRow:nth-child(even) {
    background-color: #edf5e4;
}

th.ppPTHeading {
    background-image: linear-gradient(#046a38, #115c37);
    color: #ffffff;
    padding: 8px;
    border: 2px solid;
	text-align: center;
}

td.org {
    color: #333333;
    padding: 5px;
    border: 2px solid #fff;
}

td.checkmark {
    color: #333333;
    padding: 5px;
    border: 2px solid #fff;
    text-align: center;
}

/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
@media only screen and (max-width: 767px)  {
/* Force table to not be like tables anymore */
	table.ppPricingTable, thead.ppPricingTableHeader, tbody.ppPricingTableBody, th.ppPTHeading, td.checkmark, td.org, tr.ppPTHeadingRow, tr.ppPTBodyRow {
		display: block;
	}

/* Hide table headers (but not display: none;, for accessibility) */
	thead.ppPricingTableHeader {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr.ppPTHeadingRow, tr.ppPTBodyRow {
		margin: 0 0 1rem 0;
	}

/* Behave  like a "row" */
	td.checkmark, td.org {
		border: none;
    	border-bottom: 2px solid #ffffff;
    	position: relative;
    	padding-left: 50%;
	}

/* Now like a table header */
	td.checkmark:before, td.org:before {
		position: absolute;
		font-weight: bold;
		top: 0px;
		left: 0px;
		width: 45%;
		padding: 5px;
		white-space: nowrap;
		border-right: 2px solid #ffffff;
	}
	
	td.checkmark {
    text-align: left;
	}

	/*
	Label the data
You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
	*/
	td.org:nth-of-type(1):before { content: "Options"; }
	td:nth-of-type(2):before { content: "Life"; }
	td:nth-of-type(3):before { content: "Disability"; }
	td:nth-of-type(4):before { content: "Involuntary Unemployment"; }
}
/*End Payment Protection Table Styles*/

/*Discolsure*/
.disclosureArea {
	margin: 25px auto;
}
.disclosureArea .container {
	border-top: 1px solid #046a38;
}
.firstDisclosure {
	margin-top: 25px;
}
.disclosureArea p{
	font-size: .9em;
	color: #414141;
}