body {
    font-size: 1em !important;
    margin-bottom: 60px
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.img-fluid { max-width: 100%; height: auto; }

.style20 {
    font-size: smaller;
}
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*** HOME HEADER ***/
.description {
    font-size: 8vw;
    font-family: 'Open Sans', sans-serif;
    line-height: 1em;
    color: #333;
    margin: 0 0 5px;
    letter-spacing: -1px;
    text-transform: uppercase;
    position: absolute;
    z-index: 999;
}
.description.left {
    left: 6%;
    top: 30%;
    float: none;
    width: 55%;
    color: #333;
}

.intro {
    width: auto!important;
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: 9990;
    background: #fff;
}
.intro img {
    display: block;
    width: 100%;
}

/*** HOME COPY ***/

.content {
    width: 72%;
	 margin: 0 auto 3em;
    line-height: 1.8em;
}
.copy {
	width: 75%;
	text-align: left;
	margin: 0 auto;
	mso-line-height-rule: ex;
}
/*** BUTTON NAV ***/
.button-nav {
    color: #fff;
    font-size: 2vw;
    font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    letter-spacing: .2em;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
 @media only screen and (max-width: 1024px) {
.button-nav a {
    padding-top: calc(30% - 6.5vw) !important;
    padding-bottom: calc(30% - 6.5vw) !important;
}
}
#who-is-primerica {
    background: url(../images/button_who-is-primerica.jpg) no-repeat;
    background-size: 100%;
    background-position: center top;
}
#who-is-primerica a {
    background: rgba(204,114,28,0.3);
}
#the-opportunity {
    background: url(../images/button_the-opportunity.jpg) no-repeat;
    background-size: 100%;
    background-position: center top;
}
#the-opportunity a {
    background: rgba(90,151,208,0.3);
}
#halc, #aalc {
    background: url(../images/button_aalc.jpg) no-repeat;
    background-size: 100%;
    background-position: center top;
}
#halc a, #aalc a {
    background: rgba(143,131,110,0.3);
}
.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;
	font-weight: 800;
    padding: 12px;
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0;
}
.button-nav .figOrange {
    background-color: #cc721c;
}
.button-nav .figBlue {
    background-color: #5a97d0;
}
.button-nav .figBrown {
    background-color: #8f836e;
}
.home-callout {
    font-size: 1.5em;
    line-height: 2em;
    margin: 3em;
    text-align: center;
    color: #333;
}

.home-callout a, .home-callout a:hover {
    text-decoration: none !important;
}
/*** GREY CALLOUT ***/
.callout {
	width:56%;
	margin:0 auto;
	padding:2em 0;
}
.callout h2 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal; 
	font-size:3.5vw;
	text-align:center;
	margin:0;
	padding:0;
	color:#fff;
}
.grey-callout {
    background: #333 !important;
}
#home .grey-callout{
	padding: 1em 6% !important;
    color: #fff;
} 
#home .grey-callout-column {
	float: left;
	width: 33%;
}
/* Clear floats after the columns */
#home .grey-callout-row:after {
	content: "";
	display:flex;
	clear: both;
}
#home .grey-callout h3, #home .grey-callout h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 2em;
	color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin: 30px 0 30px 0;
}
#home .grey-callout p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	line-height: normal;
	color: #fff;
}
#home .grey-callout ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	line-height: normal;
	color: #fff;
}
.content-1of3, .content-2of3, .content-3of3 {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}

/***** FAT FOOTER NAV ***/
.footerContent {
    width: 90%;
    margin: 0 auto 3em;
    line-height: 1.8em;
}
#footer-wrapper {
	width:100%;
	/*max-width: 900px;*/
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#fat-footer-navigation {
	font-size: 1.2em;
	color: #333;
	list-style-type: none;
	margin: 1em 0 ;
	padding: 1em 0 ;
	clear: both;
	display: flex;
	justify-content:space-evenly;
	border-top: 1px solid #ccc;
}
#home #fat-footer-navigation {
	border-top: none;
}
#fat-footer-navigation a {
	color: #333;
	text-transform: capitalize;
	text-decoration: none;
}
#fat-footer-navigation a:hover {
	text-decoration: none;
	color: #333;
}
#fat-footer-navigation li ul li a {
	color: #333;
}
#fat-footer-navigation li ul li a:hover {
	color: #333;
}
#fat-footer-navigation ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

}
#fat-footer-navigation li {
	font-family: 'Open Sans', sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width:25%;
	padding: 0 2%;
	
}
#fat-footer-navigation li span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	padding: 0 0 .5em;
	font-size:1.1em;
	display: block;
}
#fat-footer-navigation li:last-child {border: none;}
#fat-footer-navigation li ul li {
	border-right:none;
	width: 100%;
	padding: 0 0 1em;
	line-height: .95em;
}

/*** MAIN NAV ***/
main {
    clear:both;
}
main nav {
    width: 75%;
    margin: 0 auto;
    font-size: .9em;
}
main nav ul {
    list-style: none;
    margin:0;
    padding:0;
    display: flex;
    justify-content: space-between;
}
main nav ul li {
    text-align:center;
    padding:0 em;
}
main nav ul li:first-child {
    padding:0 .5em 0 0;
}
main nav ul li:last-child {
    padding:0 0 0 .5em;
}
main nav ul li a{
    text-decoration:none;
    color:inherit;
}
main nav ul li a:hover{
    color:#02579e;
}
nav .active {
    font-weight:bold;
    color: #02579e;
}
/*** END MAIN NAV ***/

.wrapper {
	width:100%;
	margin: 0 auto;
}
.head {
    height: 100px;
    width: 100%;
    display: block;
}

.navigation {
    display: block;
    font-size: 1em;
    padding: .5em 2em;
}
.grouping {
    clear: both;
    padding: 0;
    margin: 0;
}

/*** VIDEO THUMBNAILS ***/
.video-wrapper {
    position: relative;
    padding-bottom: 66%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-top: 1em;
}
.video-wrapper #youtube {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
video {
    width: 100%;
}
.video {
    left: 0;
    width: 100%;
    position: relative;
}
.video-title {
    color: #02579e;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: .5px;
}
.video-thumbnails {
    margin: 12px 0 0 0;
    padding: 0;
    width: 101.8%;
    list-style-type: none;
	
}
img.featured {
	opacity: 0.5;
}

.video-thumbnails li {
	float: left;
	width: 25%;
	display: inline-block;
	margin-bottom: 1em;
}

.video-thumbnails li a {
	color: #666;
	text-decoration: none;
	width: calc(100% - 1em);
	display: inline-block;
	font-size: 1em;
	line-height: 1.3em;
}
.video-thumbnails li:nth-child(4n+1) {
	clear: left;
}
.video-thumbnails a img {
	height: auto;
	width: 100%;
    margin-bottom: .5em;
}
.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 span.title {
    color: #02579e;
    font-size: 1em;
    font-weight: bold;
    float: left;
    clear: left;
}
.video-thumbnails li a.last {
	/*margin-right: 0;*/
}
#tab-wrapper .tabs li a:nth-child(3n+4), .video-thumbnails li a:nth-child(3n+4) {
	/*margin-right: 0;*/
}
/* END VIDEO THUMBNAILS */
.home-callout h2 {
    font-size: 2em;
    color: #333;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}

.content h1 {
    color: #02579e !important;
    font-size: 1.8em;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: .5px;
}
.content h2 {
    color: #02579e;
    font-size: 1.5em;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    padding: 10px 0 0;
    line-height: 1.2em;
    letter-spacing: .5px;
}
.content h3 {
    color: #02579e;
    font-size: 1.2em;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    padding: 10px 0 0;
    line-height: 1.2em;
    letter-spacing: .5px;
}
.disclosure {
    font-size: 0.85em;
    color: #000;
    padding-top: 4px;
    border-top: 1px solid #CCC;
    width: 100%;
    margin: 1em 0 .5em 0;
}
.footnote {
    font-size: 0.85em;
}
picture img {
    width: 100%;
    height: auto;
}
picture, picture2 {
    width: 100%;
    display: block;
}
/* WHITE CALLOUT */
.white-callout {
    border-bottom: 2px solid #dcdcdc;
    border-top: 2px solid #dcdcdc;
    margin: 2em auto;
    max-width: 620px;
    padding-bottom: 2em;
    padding-top: 2em;
    position: relative;
    text-align: center;
    width: 85%;
	font-size: 1.2em
}
.white-callout h1 {
	font-size: 1.8em;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    text-transform: uppercase;
    line-height: 1.8em;
	letter-spacing: .5px;
}
.cta-button {
    background-color: #02579e;
    border: none;
    border-radius: 0px;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}
/* AALC Login */
#enter-pw {
    padding: 1em;
    background: #fff;
    width: 300px;
    border: solid 1px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -150px;
    display: none;
    -webkit-box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.5);
}

/* The sidebar menu */
/* =Content
---------------------------*/
.content-wrapper {
  padding: 10px;
}
.site-content {
  padding-bottom: 40px;
  border-bottom: 1px dotted #999;
}
.sidenav {
  padding-top:  30px;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
}
.sidenav p {
    margin: 0px;
}
.sidenav ul {
    list-style: none;
}
.sidenav li {
    margin: 0 0 10px 0;
}
.widget {
  padding-bottom: 40px;
}

@media (min-width: 800px) {
  .site-content {
    float: left;
    border: none;
  }
  .sidenav {
    width: 30%;
    float: left;
    padding-top: 30px;
    text-align: left;
  }
  .widget {
    padding-left: 40px;
  }
}

