/* CSS Document */
/*    --------------------------------------------------
    STANDARDS
    -------------------------------------------------- */
body {
    background-color: #fff !important;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif  !important;
    font-size: 1.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit !important;
	color: #333;
}

h1, h2, h3, h4, h5, h6, em {
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
    color: #02579e;
    letter-spacing: -1px;
}

#home header, #fna header, #our-home header, #our-story header, #ourhome header, #investments header, #long-term header, #plpp header, #employee-profiles header, #employees header, #clients header, #representative header, #clients header, #tearm header, #debtwatchers header, #ourpeople header, #identitytheft header, #locations header, /*#disclosures header,*/ #our-history header, #partners-and-affiliations header, #pay-yourself-first header, #auto-home header, #debt header, #community header, #Affiliations-Organizations header, #power-compound header, #rule-72 header, #high-cost header, #theory header, #term header {
	position: absolute;
	z-index: 9998;
}

.carousel-caption a {
    color: #fff;
    text-decoration: none;
}
.carousel-caption a:hover, .carousel-caption a:visited {
    color: #fff;
    text-decoration: none;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
header {
	position: static;
}
.head {
	height: 100px;
	width: 100%;
	display: block;
}
.container-fluid {
	padding: 0px 30px 20px 30px;
	margin-right: auto;
	margin-left: auto;    
}
.container-fluid2 {
	padding: 15px;
	margin-right: auto;
	margin-left: auto;    
	width: 85%
}
.container {
	margin: 1em 0;
    padding: 0 8em 8em;
}
.person {
	border: 10px solid transparent;
	margin-bottom: 25px;
	width: 80%;
	height: 80%;
	opacity: 0.7;
}
.person:hover {
	border-color: #f1f1f1;
}

.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.thumbnail {
	padding: 15px;
	border: none;
	border-radius: 0;
}
.thumbnail p {
	margin-top: 15px;
	color: #555;
	text-align: left;
    line-height: 1.8em;
    font-kerning: normal;
    font-size: 1.05em;
    color: #333;
}

.playbtn {
    position: absolute;
	top: 35%;
	left: 85%;
	background-color: transparent;
	color: #fff;	
	margin: 0 auto;
	transition: .2s;
	border: none;
}

.playbtn:hover, .playbtn:focus {
	border: none;
	background-color: transparent;
	color: #fff;
}

.fa-play-circle-o:before {
     /* content: "\f01d"; */
	content: url(../images/play_button.png) !important; 
}

.fa-caret-down:before {
    content: "\f0d7";
    color: #f90;
}
.fa-caret-right:before {
    content: "\f0da";
	color: #f90;
}

.btn:hover, .btn:focus {
	border: 1px solid #333;
	background-color: #fff;
	color: #000;
}
.modal-header, h4, .close {
	background-color: #333;
	color: #fff !important;
	text-align: center;
	font-size: 30px;
}
.modal-header, .modal-body {
	padding: 40px 50px;
}
.nav-tabs li a {
	color: #777;
}
#googleMap {
	width: 100%;
	height: 400px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}  

.greyBar {
	width: 100%;
	padding: 1em;
	background: #64717D;
	display: block;
	margin: 0 0 .5em 0;
}
.contactHeader, .locHeader {
	color: #fff;
	text-transform: uppercase;
	margin-left: 16%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
}

.locList {
	font-size: 1.05em;
}

.locList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*    --------------------------------------------------
    BUTTONS
    -------------------------------------------------- */

.button-nav, .button-nav-2 {
    width: 100%;
}
.colorblocks {
    width: 100%;
}
.button-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
	overflow: hidden;
	background:#64717c;
	height:16.5vw;
}
.button-nav li {
	display: inline-block;
	width: calc(100% / 3);
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	background: #64717c;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	overflow: hidden;
	height: 100%;
	vertical-align: top;
}
.button-nav li:hover:not(strong) {
	-moz-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);;
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);;
	transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);;
}

.button-nav a {
	text-decoration: none;
	display: block;
	color: inherit;
	margin: 0;
	text-align: center;
	padding-top: calc(27% - 2.5vw);
	padding-bottom: calc(27% - 2.5vw);
}

/* OUR PEOPLE BUTTON NAV */

.button-nav-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
	overflow: hidden;
	background:#64717c;
	height: 11vw;
}
.button-nav-2 li {
	display: inline-block;
	width: calc(100% / 4);
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	background: #64717c;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	overflow: hidden;
	height: 100%;
	vertical-align: top;
}
.button-nav-2 li:hover:not(strong) {
	-moz-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);;
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);;
	transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);;
}

#the-beaulne {
    background: url(../images/Cananda_agent_color_blocks_Beauline.jpg) no-repeat;
    background-size: 100%;
    background-position: center top;
}
#the-beaudry {
    background: url(../images/Cananda_agent_color_blocks_Beaudry.jpg) no-repeat;
    background-size: 100%;
    background-position: center top;
}
#the-pirillo {
    background: url(../images/Cananda_agent_color_blocks_Pirillo.jpg) no-repeat;
    background-size: 100%;
    background-position: center top;
}
#the-greco {
    background: url(../images/Cananda_agent_color_blocks_greco.jpg) no-repeat;
    background-size: 100%;
    background-position: center top;
}
.button-nav-2 a {
	text-decoration: none;
	display: block;
	color: inherit;
	margin: 0;
	text-align: center;
	padding-top: calc(43% - 2.5vw);
	padding-bottom: calc(27% - 2.5vw);
}
.btn-nav2 a h2 {
	font-size: 20px;
	text-align: left;
	visibility: hidden;
	color: #fff;
    font-size: 1.5vw;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    line-height: 5em;
}

/* LANDING PAGE COLOR BLOCKS */

.figOrange, .figBlue, .figBrown, .figOther {
	font-size: 2vw;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
}
.figOrange {
	background-color: #cc721c;
}
 .figBlue {
	background-color: #5a97d0;
}
 .figBrown {
	background-color: #8f836e;
}
.figOther {
	background-color: #cc721c;
}

.col-md-4 {
	padding-right: 0 !important; 
	padding-left: 0 !important;
}

/* new button nav */

#button-nav-hp img:hover:not(strong) {
	-moz-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);;
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);;
	transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);;
}

#button-nav-hp  figure {
	width: 100%;
	margin: 0;
	padding: 0;	
}
		
#button-nav-hp .row {
    margin-right: 0; 
    margin-left: 0; 
}
		
#button-nav-hp  .col-sm-4 {
	position: relative;
	min-height: 1px;
	padding-right: 0px; 
	padding-left: 0px; 
}
#button-nav-hp figcaption {
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: left;
    text-transform: none;
    color: #fff;
    margin: 0 0 0;
    vertical-align: middle;
    word-break: keep-all;
    overflow: hidden;
    height: auto;
	text-align: center;
}

#button-nav-hp .figOrange, #button-nav-hp .figBlue, #button-nav-hp .figBrown, #button-nav-hp .figOther {
	font-size: 2vw;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    padding: 5;
    width: 100%;
    bottom: 0px;
    left: 0;
}
#button-nav-hp .figOrange {
	background-color: #cc721c;
}
#button-nav-hp .figBlue {
	background-color: #5a97d0;
}
#button-nav-hp .figBrown {
	background-color: #8f836e;
} 
#button-nav-hp .figOther {
	background-color: #cc721c;
}

#a a {
	background-color: rgba(255,204,153,0.6);
}
#b a {
	background-color: rgba(153,204,255,0.6);
}
#c a {
	background-color: rgba(255,204,51,0.6);
}
#a a:hover {
	background-color: rgba(255,204,153,0.6);
}
#b a:hover {
	background-color: rgba(153,204,255,0.6);
}
#c a:hover {
	background-color: rgba(255,204,51,0.6);
}
.button-nav .figOrange, .button-nav .figBlue, .button-nav .figBrown {
	font-size: 2vw;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}
.button-nav-2 .figOrange, .button-nav-2 .figBlue, .button-nav-2 .figBrown, .button-nav-2 .figOther {
	font-size: .9vw;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: -12px;
    left: 0;
}
.button-nav .figOrange {
	background-color: #cc721c;
}
.button-nav .figBlue {
	background-color: #5a97d0;
}
.button-nav .figBrown {
	background-color: #8f836e;
}
.button-nav-2 .figOrange {
	background-color: #cc721c;
}
.button-nav-2 .figBlue {
	background-color: #5a97d0;
}
.button-nav-2 .figBrown {
	background-color: #8f836e;
}
.button-nav-lp a {
	text-decoration: none;
    display: block;
    color: inherit;
    margin: 0;
    text-align: center;
    padding-top: calc(26% - 2.5vw);
    padding-bottom: calc(26% - 2.5vw);
}
.button-nav .btnNavHeading, .button-nav-lp .btnNavHeading {
	color: #fff;
	font-size: 2.5vw;
	letter-spacing: .2em;
	padding: 0;
	margin: 0;
	vertical-align: middle;
 	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}

.button-nav-lp .fighead {
	font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    background-color: #1C2833;
    padding: 12px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
}

.button-nav-lp figcaption {
	font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    background-color: #1C2833;
    padding: 12px;
}

#our-focus {
	background: url(/public/canada/images/our-focus.jpg) no-repeat;
	background-size: 100%;
	background-position: center top;
}
#our-impact {
	background: url(/public/canada/images/our_impact_hp.jpg) no-repeat;
	background-size: 100%;
	background-position: center top;
}
#our-home {
	background: url(/public/canada/images/our-focus_color.jpg) no-repeat;
	background-size: 100%;
	background-position: center top;
}
#our-focus a {
	background: rgba(204,114,28,0.6);
}
#our-impact a {
	background: rgba(90,151,208,0.6);
}
#our-home a {
	background: rgba(143,131,110,0.6);
}
#our-focus a:hover {
	background: rgba(0,0,0,0);
}
#our-impact a:hover {
	background: rgba(0,0,0,0);
}
#our-home a:hover, #our-employees a:hover {
	background: rgba(0,0,0,0);
}

.content {
    width: 75%;
    margin: 0 auto 3em;
    line-height: 1.8em;
}
.content h1 {	
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.content h2 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-align: left;
    line-height: 1.2em;
	font-size: 1.8rem;
}
.content h3 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-align: left;
    line-height: 2em;
	font-size: 1.5rem;
}
.content p, .content .panel-body {
	font-size: 18px;
	line-height: 1.8em;
	padding-top: 10px;	
}

.contentCopy {
    width: 75%;
    text-align: left;
    margin: 0 auto;
}
.content .redH3 {
	margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-align: left;
    line-height: auto;
	font-size: 1.8rem;
	color: red;
}

.spanHead {
	text-transform: uppercase;
	margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-align: left;
    line-height: 2em;
	font-size: 1.8rem;
	color: #02579e;
}
.normalList {
	font-size: 18px;
    line-height: 1.8em;
    padding-top: 10px;
	clear: both;
}

blockquote {
    padding: 10px 30px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: none; 
}
/*    --------------------------------------------------
    MAIN
    -------------------------------------------------- */
picture img {
    width: 100%;
    height: auto;
	padding-bottom:10px;
	max-width: -moz-max-content;
}
picture2 img {
	width: 100%;
	height: auto;
}

.picPadding {
	padding-top: 15px;
}
picture.text-right.text-auto::after {
    margin: -14% 1% 2%;
    width: 25%;
}
picture.text-right::after {
    right: 19%;
    clear: both;
}

picture2::after {
	width: 18%;
}
picture.text-right::after, picture2.text-right::after {
	right: 19%;
	clear: both;
}
picture.text-left::after, picture2.text-left::after {
	left: 19%;
	clear: both;
}
picture.text-right.lower::after {
	margin: -15% 0 0;
}
picture2.text-right.lower::after {
	margin: -15% 0 0;
}
picture.text-left.lower::after, picture2.text-left.lower::after {
	margin: -15% 0 0;
}
picture.text-right.upper::after {
	margin: -21% 0 0;
}
picture2.text-right.upper::after {
	margin: -21% 0 0;
}
picture.text-left.upper::after {
	margin: -14% 0 0;
	width: 40%;
}
picture2.text-left.upper::after {
	margin: -21% 0 0;
}
/* fna */
picture.text-left.upper1::after {
	margin: -28% 0 0;
}
/* term life */
picture.text-right.upper2::after {
	margin: -28% 0 0;
	width: 25%;
}
/* Investments */
picture.text-left.upper3::after {
	margin: -21% 0 0;
	width: 29%;
}
/* auto & home */
picture.text-right.lower4::after {
	margin: -14% 1% 2%;
	width: 25%;
}
/* long term */
picture.text-right.lower5::after {
	margin: -15% -5% 0;
}
/* debt watchers */
picture.text-left.lower6::after {
	margin: -12% 0 0;
	width: 40%;
}
/* prepaid */
picture.text-right.lower7::after {
	margin: -12% 0 0;
	width: 35%;
}
/* about-primerica */
picture.text-right.aboutprimerica::after {
	margin: -8% -8% 0;
}

/*    --------------------------------------------------
    SUBNAV
    -------------------------------------------------- */
main .subnav {width:68%;margin:1em auto 1em; font-size: 0.85em;}
main .subnav ul {list-style: none;margin:0;padding:0;display: flex;
  justify-content: space-between;}
main .subnav ul li {text-align:center;padding:0 .5em;}
main .subnav ul li:first-child {padding:0 .5em 0 0;}
main .subnav ul li:last-child {padding:0 0 0 .5em;}
main .subnav ul li a{text-decoration:none;color:inherit;}
main .subnav ul li a:hover{color:#02579e;}

.subnav .active{
	color: #02579e;
}

/*    --------------------------------------------------
    GREY CALLOUT
    -------------------------------------------------- */

.callout {
    width: 56%;
    margin: 0 auto;
    padding: 3em;
}
.callout h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 4vw;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
}
.callout p {
    font-size: 2rem;
    text-align: center;
	padding-top: 10px;
}
.grey-callout .what-we-do {
	width: 50%;
	height: 100%;
	display: table;
	padding: 7em 0 5em 2%;
	margin: 0 auto;/*padding-top: 15.2%;*/
	
}
.what-we-do ul {
	display: table-cell;
	vertical-align: middle;
	/*min-width: 960px;*/
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.what-we-do li {
	white-space: wrap;
	margin: 0;
	padding: 0;
	/*text-align:justify;
	margin-bottom: 3.75%;
	width:80%;*/
	position: relative;
}
.what-we-do li:hover .scroll {
	max-height: 1500px;
	color: #fff;
	opacity: 1;
}
.panel-title div {
	white-space: nowrap;
	word-break: keep-all;
}
.what-we-do div {
	margin: 0;
	color: #fff;
	font-size: 5.74vw;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	letter-spacing: .1em;
	/*line-height: 1.2em;*/
	text-transform: uppercase;
}
.what-we-do li:hover div {
	color: #fff;
}
.what-we-do .scroll {
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0 1vw 0 0;
	white-space: normal;
	overflow: hidden;
	font-size: 1.8em;
	letter-spacing: 1.5px;
	line-height: 2em;
	text-transform: none;
	max-height: 0;
	opacity: 0;
	-webkit-transition: max-height 1s ease-in-out, opacity 0.8s;
	-moz-transition: max-height 1s ease-in-out, opacity 0.8s;
	-ms-transition: max-height 1s ease-in-out, opacity 0.8s;
	-o-transition: max-height 1s ease-in-out, opacity 0.8s;
	transition: max-height 1s ease-in-out, opacity 0.8s;
	-webkit-transition-delay: 0.2s; /* Safari */
	transition-delay: 0.2s;
}
.what-we-do div.about_text span {
	color: #f26522;
}
.what-we-do a {
	color: inherit;
	text-decoration: none;
}
.what-we-do span.arrow {
	opacity: 0;
}

/************************************/
/* FNA PRODUCTS */
/************************************/
.fnaContainer {
    padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 68%;
}
.fnaContainer h3 {
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
    font-style: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #fff;
}

.fnaContainer p {
	padding: 0;
    margin: 5px 0;
    font-size: 18px;
    text-align: left;
	text-transform: none;
	letter-spacing: 0;
}
figure {
	width: 100%;
    margin: .5em 0;
}

figcaption {
	display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    text-align: center;
    text-transform: none;
    color: #fff;
    margin: 0 0 .5em;
    vertical-align: middle;
    word-break: keep-all;
    overflow: hidden;
	height: auto;
}

figcaption .fighead {
	font-size: 20px;
    color: #fff;	
    text-transform: uppercase; 
	letter-spacing: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	width: 100%;
	/*background-color: #1C2833;*/
	padding: 10px;
}

figcaption p {
	padding: 0;
    margin: 5px 0;
    font-size: 18px;
    text-align: left;
	text-transform: none;
	letter-spacing: 0;
	line-height: 2;
}

figure img {width: 100%;}

/* -----------------------------------------------------
	panel title accordion
------------------------------------------------------*/
/*homepage button panel*/
.btnPanel .panel-title {
    background: none;
    border: none;
    padding: 0!important;
    cursor: pointer;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 5.74vw;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: transparent;
}
.btnPanel .panel-body {
    text-align: center;
    padding: 0;
    margin: 0 1vw 0 0;
    white-space: normal;
    font-size: 1.8em;
    letter-spacing: 1.5px;
    line-height: 2em;
    text-transform: none;
}

/* unvisited link */
.btnPanel a:link {
  color: #fff;
}

/* visited link */
.btnPanel a:visited {
  color: #fff;
}

/* mouse over link */
.btnPanel a:hover {
  color: #fff;
}

/* selected link */
.btnPanel a:active {
  color: #fff;
}

.panel-title {
    color: inherit;
    margin: 0;
    color: #02579e;
    font-size: 1.125em;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
	text-align: left;
}

.panel-body {
    /* border-top: 1px solid #ddd; */
    text-align: left;
    padding: 0;
    margin: 0 1vw 0 0;
    white-space: normal;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 2em;
    text-transform: none;
}


/*    --------------------------------------------------
    PRODUCTS
    -------------------------------------------------- */

.products, .products3 {
	list-style: none;
	margin: 4em 0 0;
	padding: 0;
	text-align: left;
}
.products li, .products3 li {
	display: inline-block;
	width: calc((100% / 3) - 2em);
	margin: 0 2em 2em 0;
	padding: 0;
	vertical-align: top;
}
.products li:nth-child(3n+0), .products3 li:nth-child(3n+0) {
	margin: 0 0 2em;
}
.products li h3 {
	display: flex;
	font-family: 'Open Sans', sans-serif;
	justify-content: center;
	flex-direction: column;
	height: 55px;
	padding: 1em;
	font-size: 1.5vw;
	text-align: center;
	text-transform: uppercase;
	/*color: #fff;*/
	margin: 0 0 .5em;
	vertical-align: middle;
	word-break: keep-all;
	width: calc(100% - 2em);
	overflow: hidden;
	line-height: 1em;
	letter-spacing: 1px;
}
.products li picture {
	width: 100%;
	margin: 0 0 .5em;
}
.products li picture::after {
	text-align: center;
	content: attr(data-alt);
	color: #fff;
	font-size: 1.8vw;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	letter-spacing: -1px;
	text-transform: uppercase;
	position: absolute;
	margin: -6% 0 0;
	width: 20%;
}
.products li picture2 {
	width: 100%;
	margin: 0 0 .5em;
}
.products li picture2::after {
	text-align: center;
	content: attr(data-alt);
	color: #fff;
	font-size: 1.8vw;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	letter-spacing: -1px;
	text-transform: uppercase;
	position: absolute;
	margin: -6% 0 0;
	width: 20%;
}

.products li a {
    text-decoration: none;
    color: #000;
}

.products li a::after {
    content: 'more >';
    float: right;
    color: #02579e;
    padding: 2em 0 0;
	font-size: 18px;
}

table#rule-72 {
	width: 100%;
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-size: 1.5em;
}
table#rule-72 th {
	font-size: 1.3em;
	padding: 4px;
	border-bottom: 1px solid #CCC;
}
table#rule-72 td {
	text-align: center;
	padding: 8px;
}

/*    --------------------------------------------------
    TABLES
    -------------------------------------------------- */
 table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {	

.nowshow {
	display: none;
}
	.fa-play-circle-o:before {
     /* content: "\f01d"; */
	content: url(../images/play_button_mobile.png) !important; 
}
	
.hidetHead {display: none;}
.contentCopy {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
      
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

/*    --------------------------------------------------
    VIDEOS
    -------------------------------------------------- */
.video {
	/*	float:left;
*/	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;/*max-height: 360px;
	max-width: 640px;*/
}
.video iframe, .video .videos {
	left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#concepts video, #rule-72 video, #power-compound video, #theory video, #pay-yourself-first video, #debt video, #high-cost video {
	width: 100%;
	max-height: 100%;/*height: 360px;
	width: 640px;*/
}

.video + h2 {
	margin: 1em 0 0;
}
.video + h3 {
	margin: 5px 0 0px;
	float: left;
	clear: both;
}
h3 + span.title {
	color: #02579e;
	font-size: 1.2em;
	float: left;
	clear: left;
}
.video img.video-logos {
	float: right;
}
#tab-wrapper {
	clear: both;
	width: 100%;
	margin-top: 20px;
}
#tab-wrapper .tabs {
	list-style-type: none;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 100%;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}
#tab-wrapper .tabs li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding: 0.5em 0.5em 0em;
}
#tab-wrapper .tabs li a {
	text-align: center;
	width: 100%;
	padding: 0.5em;
	display: inline-block;
	background-color: #CCC;
	color: #FFF;
	text-decoration: none;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;	/*-moz-box-shadow:inset 0px -5px 10px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow:inset 0px -5px 10px rgba(0, 0, 0, 0.20);
	box-shadow:inset 0px -5px 10px rgba(0, 0, 0, 0.20);*/
}
#tab-wrapper .tabs li a:hover {
	background-color: #02579e;
}
.video-thumbnails {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.video-thumbnails li {
	float: left;
	width: 25%;
	display: inline-block;
}

.video-thumbnails li a {
	color: #666;
	text-decoration: none;
	width: calc(100% - 1em);
	display: inline-block;
	font-size: .85em;
	line-height: 0.9em;
	margin: 0.5em;
}
.video-thumbnails li:nth-child(4n+1) {
	clear: left;
}
.video-thumbnails li a.last {
/*margin-right: 0;*/
}
.video-thumbnails a img {
	height: auto;
	width: 100%;
	clear: both;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
.video-thumbnails li a img.play-video {
	height: 29px;
	width: 30px;
	padding: 0;
	margin-top: -40px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 125px;
	position: relative;
	display: none;
}
.video-thumbnails li em {
	height: 20px;
	width: 20px;
	display: block;
}
.video-thumbnails li a.last {
/*margin-right: 0;*/
}
#tab-wrapper .tabs li a:nth-child(4n+4), .video-thumbnails li a:nth-child(4n+4) {
/*margin-right: 0;*/
}

/*    --------------------------------------------------
    SOCIAL MEDIA NEW*
    -------------------------------------------------- */

.socialMediaBtn .btn {
    background-color: #333;
    color: #fff;
    border-radius: 0;
    transition: .2s;
	padding: 5px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.hidden {position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;}


.fa:hover {
  opacity: 0.7;
}

.transcript a {text-indent: -1000px;display: block;}

.slide5 {}

/* open new link warning */
:focus { outline: 0; }
a.info {
	position:relative;
	z-index:24;
	text-decoration:underline;
}
a.info:hover, a.info:focus, a.info:active {
	z-index:30;
}
a.info span {
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
}
a.info:hover span, a.info:focus span, a.info:active span {
	display:block;
	position:absolute;
	top:1em; left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#cff;
	color:#000;
	text-align: center
}
div.example {
	margin-left: 5em;
}

.controlBtn {border:0;}
.glyphicon-chevron-right {font-size: 50px !important;}
.glyphicon-chevron-left {font-size: 50px !important;}

	.ourProducts {
		display: inline-block;
		margin-top: 20px;
	}
	.ourProducts h3 {		
		justify-content: center;
		height: 55px;
		padding: 1em;
		font-size: 1.8vw;
		text-align: center;
		text-transform: uppercase;
		vertical-align: middle;
		line-height: 1em;
		letter-spacing: 1px;
		font-family: 'Open Sans', sans-serif;
	}
	.ourProducts a::after  {
		content: 'more >';
		float: right;
		color: #02579e;
		padding: 2em 0 0;
		text-align: right;
		font-size: 16px;
	}

.btnColumns {
  margin: 0 auto;
}

.btnColumn { 
 display: inline-block;
	width: 33%;
}
	

@media screen and (max-width: 980px) {
  .btnColumns .btnColumn {
    margin-bottom: 5px;
    flex-basis: 40%;
  }
  .btnColumns .btnColumn:nth-last-child(2) {
    margin-right: 0;
  }
  .btnColumns .btnColumn:last-child {
    flex-basis: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 680px) {
  .btnColumns .btnColumn {
    flex-basis: 100%;
    margin: 0 0 5px 0;
  }
}

.disclosure {    
    color: #000;
    padding-top: 4px;
    border-top: 1px solid #CCC;
}

.disclosure p { font-size: 0.85em;}
.footnote {
    font-size: 0.85em !important;}

.side {
	float: left;/* width:30%; */
}
.side.navigation {
	color: #666;
	font-size: 1em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.side.navigation a {
	color: #666;
}
.side.navigation a:hover {
	color: #000;
}
.side.navigation li {
	margin: 0;
	clear: left;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	width: auto;
}
.side.navigation li ul {
	display: inline;
	position: static;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
}
.side.navigation li ul li {
	margin: 0;
	display: inline;
	clear: left;
	background: transparent;
	font-size: .95em;

	padding: 0;
}
.side.navigation li a {
	padding-bottom: 16px;
	display: list-item;
}
.side > h3 {
	margin-top: 0;
	margin-bottom: 2px;
}


/* TOOL TIPS */
#tooltip {visibility:hidden; position: relative; top:-.5em; outline: 2px solid black; margin:1em; padding:.2em; outline-offset: 3px; max-width: 200px;}

.play-vid {
	color: #fff;
	text-decoration: none;
	width: 300px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 1em;
	vertical-align: middle;
	font-size: 1.05em;
}
.play-vid:hover {
	color: #fff;
}

.colorblocks h2 {
    margin: 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    font-size: 1.5vw;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}

#block1, #block2, #block3 {
  overflow: hidden;
  width: 100%;
}
#block1 img, #block2 img, #block3 img  {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#block1:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
	
}
#block2:hover img  {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#block3:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* 
#block1 img, #block2 img, #block3 img {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier 
}
#block1 img:hover, #block2 img:hover, #block3 img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier 
}
*/

.myButton{
  position:absolute;
  right:0px
}
.carousel-control{
  margin: auto auto;
  height: 100px;
  width: 100px;
  background: transparent;
}

.img-full-width {
    width: 100%;
}

.background-filter::before {
  -webkit-backdrop-filter: blur(5px); /* Use for Safari 9+, Edge 17+ (not a mistake) and iOS Safari 9.2+ */
  backdrop-filter: blur(5px); /* Supported in Chrome 76 */
  content: "";
  display: block;
  position: absolute;
  width: 100%; height: 100%;
}

.privacy a {
 padding-left:2px;
	padding-right: 2px;
}

.socialMediaBtn .btn a, .btn a {
	color: #fff !important;
}
.btn {color #fff;}
.btn:visited {
	color: #fff !important;
}

.figure-caption {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
}

/* REP Site Classes */
#main-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#content-wrapper {
	background-image: url(http://www.primerica.com/public/images/white-background_mid.jpg);
	background-repeat: repeat-y;
	clear: both;
	padding-left: 8px;
	float: left;
	width: 984px;
	padding-right: 8px;
	padding-bottom: 10px;
	font-size: 16px;
}

#stocks{
	font-size:11px; 
	font-weight:bold; 
	color:#999; 
	padding-right:25px; 
	margin-bottom:10px; 
	text-align:right
	}
#header-wrapper {
	background-image: url(http://www.primerica.com/public/images/white-background_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 11px;
	color: #999999;
	text-align: right;
	padding-top: 22px;
}
#header {
	background-image: url(http://www.primerica.com/public/images/white-background_mid.jpg);
	background-repeat: repeat-y;
	padding-right: 29px;
	padding-left: 29px;
	float: left;
	width: 942px;
}
#header a {
	color: #999999;
	text-decoration: none;
	text-transform: none;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
#header h1 a {
	display: block;
	height: 40px;
	width: 190px;
	text-indent: -1000px;
	text-align: left;
	background-image: url(http://www.primerica.com/public/images/primerica-logo.jpg);
	background-repeat: no-repeat;
	background-position: -18px -18px;
	font-size: xx-small;
	color: #EEEEEE;
}
#header ul.signon-contact {
	width: auto;
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#header ul.signon-contact li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#header ul.signon-contact li.country {
	display: none;
}
#header ul.signon-contact li.stocks {
}
#header ul.signon-contact li.sign-on {
	font-weight: bold;
}
#header  ul.signon-contact  li.login {
	margin-right: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	padding-left: 12px;
	background-image: url(http://www.primerica.com/public/images/lock.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 12px;
}
#header ul.signon-contact li.last {
	margin-right: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: none;
}
#header  ul.signon-contact  li.login a {
	color: #3399FF;
}
#header  ul.signon-contact  li.register {
	font-weight: bold;
	padding-left: 12px;
	background-image: url(http://www.primerica.com/public/images/register-lock.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 12px;
	display: none;
}
#header  ul.signon-contact  li.mutual {
	font-weight: bold;
	padding-left: 12px;
	background-image: url(http://www.primerica.com/public/images/lock.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 12px;
}
#header  ul.signon-contact  li.mutual a {
	color: #3399FF;
}
#top-navigation {
	font-size: 14px;
	color: #3399ff;
	margin-top: 30px;
	float: right;
	clear: both;
	height: 28px;
	width: auto;
}
#top-navigation a {
	color: #3399ff;
	text-transform: capitalize;
}
#top-navigation a:hover {
	text-decoration: none;
	color: #99CCFF;
}
#top-navigation .nav li ul li a {
	color: #666666;
}
#top-navigation .nav li ul li a:hover {
	color: #333333;
}
#header ul.signon-contact li.contact a {
	color: #3399FF;
	font-weight: bold;
}

.footerPrimerica {
	font-weight: bold; 
	word-spacing: 5px
}

#footer-wrapper {
	background-image: url(http://www.primerica.com/public/images/white-background_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 7px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 6px;
	font-size: 10px;
	color: #666;
	clear: both;
	height: 36px;
}
#footer-wrapper ul {
	list-style-type: none;
	clear: left;
	padding: 0px;
	margin: 0px;
    height: 15px;
}
#footer-wrapper ul#mutual-funds a {
	text-transform: lowercase;
}
#footer-wrapper ul li {
	float: left;
	margin-right: 3px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-bottom: 3px;
}
#footer-wrapper ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer-wrapper ul.links li ul {
	margin-top: -300px;
	margin-left: 0px;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
    height: auto;
	display: none;
}
#footer-wrapper ul.links li ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
}
#footer-wrapper ul.links li ul li a {
	text-transform: capitalize;
	margin: 0px;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-wrapper a {
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
}
#footer-wraper  a:hover {
	text-decoration: underline;
}
#footer-wrapper ul.links li ul li.last {
	display: none;
}
#locations #location-content ul {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#locations #location-content li {
	float: none;
	margin-right: 0px;
	width: 150px;
}
#location-content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#location-content li {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	width: 170px;
}

#location-content #us {
	float: left;
	width: 600px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 40px;
}
#location-content #canada {
	float: left;
}
#location-content h4   {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#location-content ul h3{
	font-size: 28px;
	font-style: italic;
	color: #000;
}
#location-content ul p {
	width: 600px;
	display: block;
}
#location-content ul.agents li {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	width: 300px;
}
#location-content input[type=button] {
	background-color: #39F;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	clear: both;
	float: left;
}
.last {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
span#status {
	float: right;
	margin-top: -150px;
	font-weight: bold;
	color: #333;
	margin-right: 50px;
	background-color: #CCC;
	display: none;
	padding: 10px;
}
#businesscardpage {
	background-color: #eeeeee !important;
}

#ContactSubject table th, #ContactSubject td {
    padding: 0 !important;
    text-align: left;
}

#ContactInfo table th, #ContactInfo td {
    padding: 0 !important;
    text-align: left;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
	
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
}
.theading {	
	background-color: #64717c;
	color:#fff;
	font-size:1.2em;
	padding: 12px;
}

.divTableCell2 {
	display: table-cell;
	padding: 3px 10px;
	background-color: #ddd;
	width: 49%;
}
.divTableCell3 {
	display: table-cell;
	padding: 3px 10px;
	background-color: #ccc;
	width: 50%;
}


.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTableCell {
    text-align: left;
	padding: 12px;
}

.auto-home-number {
    background-color: #ddd;
    color: #333333;
	padding: 10px;
}

.auto-savings {
    background-color: #eee;
	padding: 10px;
}

.debt img, .debt p {padding: 15px;}

.bubble {
	position: relative;
	width: 100%;
	height: auto;
	background: #60a2d9;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
	text-align: center;
}

.bubble2 {
	position: relative;
	width: 100%;
	height: 60px;
	background: #60a2d9;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
	text-align: center;
}

.bubble p, .bubble2 p { font-size: 1.4rem; padding: 15px; color: #fff;font-family: 'Open Sans', sans-serif;font-weight: normal;}

.bubble:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 47%;
	border-style: solid;
	border-width: 25px 25px 0;
	border-color: #60a2d9 transparent;
	display: block;
	width: 0;	
}

	@media screen and (max-width: 767px) {
  thead { display: none; }
		
  tr {
    display: block;
    position: relative;
    padding: 1.2em 0; }
		
  tr:first-of-type {  }
  td { display: table-row; }
		
  td:before {
    content: "";
    display: table-cell;
    font-weight: bold;
    padding: 0.2em 0.6em 0.2em 0;
    text-align: right; }
		
  td:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
}
/* OUR IMPACT */
.communities h3 {
    color: #fff;
    font-family: Open Sans, sans-serif;
    ; font-size: 1.2rem;
    line-height: 1.5rem
}
#communities .pr-cards-section .pr-card p {
    color: #fff;
	line-height: 2.1rem;
}

@media (min-width: 75em) {
    .communities h3 {
        font-size:1.5rem;
        line-height: 1.8rem
    }
}

.communities .pr-card h3 {
    padding: 1rem 0;
    margin: auto
}

.communities .pr-card p {
    font-size: .9rem;
    width: 80%;
    margin: 1em auto
}

@media (min-width: 75em) {
    .communities .pr-card p {
        font-size:1rem
    }
}

.communities .pr-card p span {
    font-size: 1.15rem
}

@media (min-width: 75em) {
    .communities .pr-card p span {
        font-size:1.4rem
    }
}


h3.pr-icon-paycheck-white:before {
    width: 52px;
    height: 52px;
    background: url(https://www.primerica.com/public/assets/icons/icons-check-white.svg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    display: block;
    margin: auto;
    background-size: 60%
}

@media (min-width: 56.25em) {
    h3.pr-icon-paycheck-white:before {
        background-size:70%;
        margin: .5rem auto
    }
}

h3.pr-icon-money-transfer-white:before {
    width: 52px;
    height: 52px;
    background: url(https://www.primerica.com/public/assets/icons/icons-money-transfer-white.svg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    display: block;
    margin: auto;
    background-size: 60%
}

@media (min-width: 56.25em) {
    h3.pr-icon-money-transfer-white:before {
        background-size:70%;
        margin: .5rem auto
    }
}

h3.pr-icon-credit-card-white {
    background-position: center 6px
}

h3.pr-icon-credit-card-white:before {
    width: 63px;
    height: 52px;
    background: url(https://www.primerica.com/public/assets/icons/icons-card-white.svg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    display: block;
    margin: auto;
    background-size: 60%
}

@media (min-width: 56.25em) {
    h3.pr-icon-credit-card-white:before {
        background-size:70%;
        margin: .5rem auto
    }
}
