@media (min-width: 1200px){
header .container {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}
}

@media screen and (max-width: 481px) {
header.header {
    background-image: url(//static.fmgsuite.com/media/images/0f3ddfa7-acfe-4369-8d6d-22fd27f66c07.jpg);
    background-size: cover;
}
}

@media screen and (max-width: 481px) {
	.headingText {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
}
}

.subpage header {
    border-bottom: transparent;
}


body {
    font-family: source sans pro;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
}

sup {
    top: -.2em;
}

.header #main .container, .header #main .container #navbar, .header #main .container #navbar .navbar-nav {

    height: 100% !important;
    min-height: 75px;
    top: 0 !important;
    font-family: Asul, serif;

}

.header{
    display:flex;
}

.top-bar .header-phone p {
        padding: 2px 0 0 0;
}


	.headingText {
	    font-family: Asul;
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        color: #ffffff;
    }



.lightText p {
	color: #ffffff;
}




/* Header */
.header {
    
    z-index: 10000;
    width: 100%;
    padding: 0;
    min-height: auto;
    max-height: 100px;
    transition: .2s all ease-in-out;
    position:relative;
}

.header .moonlight-header-logo { 
    text-align: left;
    min-height: 100px;
    display: flex;
    align-items: center;
}
.header .moonlight-header-logo #agentLogo {
    max-height: 75px;
    width: auto;
}

.header .moonlight-header-logo a {
    z-index: 1050;
}

body.nav-expanded .moonlight-header-logo a {
    z-index: 100;
}

.header #main {
    top: 0;
    height: 100% !important;
    max-height: 75px;
    background: none !important;
}
.header #main .container,
.header #main .container #navbar,
.header #main .container #navbar .navbar-nav {
    height: 100% !important;
    min-height: 75px;
    top: 0 !important;
}

.header #main .container ul li a {
    padding: 40px 15px;
    height: 100%;
    color: #FFF;
}
.header #main .container ul li a.selected {
    background: none !important;
}
.header #main .container ul li a.selected:hover {
    background-color: transparent !important;
}
.header #main .container ul li a:hover {
    background-color: transparent !important;
    color: #c8f2f9 !important;
}
.header #main .container ul li:hover a {
    background-color: transparent !important;
}
.header #main .dropdown-menu {
    /*background: #002e4f !important;*/
    /*background: rgba(0,0,0,0) !important;*/
    background-color: rgba(0, 46, 79, 0.5) !important;
}
.header #main .dropdown-menu a {
    color: #FFF !important;
}
.header-scroll-bg {
    transition: .2s all ease-in-out;
}

.broker-check {
    display: none;
}

.top-bar {
    background: #ffffff;
}

.top-bar a {
    color: #ffffff;
    /* color: #01416C; */
    font-weight: 700;
    font-size: 14px;
    margin-right: -90px;
}

@media (min-width: 992px){
.top-bar .social-wrapper {
    text-align: right;
    float: right;
}
}

nav#main .container ul li a {
    font-size: 15px;
    font-weight: 700;
}

/* Footer */
.footer-container h4 {
    font-style: italic;
    font-size: 18px;
}

/* Content */
#content h2,#content h3,#content h4 {
    color: #ffffff Important;
}
#content .sectionButtonHover {
    border: none !important;
    color: #002e4f !important;
    transition: .2s ease-in-out all;
}
#content .sectionButtonHover:hover {
    border: none !important;
    color: #FFF !important;
    background: #002e4f !important;
    transition: .2s ease-in-out all;
}
#content .scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}
#content .scroll-down a,
#content .scroll-down a:hover {
    color: #FFF;
    border: 2px solid #FFF;
    padding: 10px 14px;
    border-radius: 50px;
}

/* Home */
.homepage #section_0 {
    width: 100%;
    height: 100vh;
    top: 0;
}
.homepage #section_0 .overlay .container {
    padding: 15px 0 !important;
    display: flex;
    align-items: center;
    height: 100vh;
}
.homepage #section_0 h1 {
    color: #FFF;
    font-size: 48px;
    font-family: source sans pro;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    width: 100%;
    height: auto;
}
.homepage #section_0 h1 .big {
    font-family: 'Asul', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 900;
}
.homepage #section_0 .welcome {
    height: 100vh;
    display: flex;
    align-items: center;
}
.homepage #section_0 .sectionButtonHover {
    border: none !important;
    color: #FFF !important;
    background: #002e4f !important;
    transition: .2s ease-in-out all;
}
.homepage #section_0 .sectionButtonHover:hover {
    border: none !important;
    color: #002e4f !important;
    background: #FFF !important;
    transition: .2s ease-in-out all;
}
.homepage #section_1 {
    display: block;
}
.homepage #section_2 .c-section-boxes__inner-box {
    background: #e8e8e8;
    border-color: transparent;
}
.homepage #section_2.section_Boxes.boxCount-3 .box {
    margin-right: 1.3333%;
}
.homepage #section_3,.homepage #section_4,
.homepage #section_5 {
    display: none;
    visibility: hidden;
}
.homepage .hero-content {
    margin: auto;
}

/* Media Queries */
@media screen and (min-width:1200px) {
    
    /* Header */
    .header #main .container ul li:hover .dropdown-menu {
        top: 100px;
    }

}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article img {
    padding: 0px !important;
}

/* Services */
*.page-services #content .sectionButtonHover {
    color: #ffffff !important;
}

/* Advisors */
.page-advisors #content .sectionButtonHover {
    color: #ffffff !important;
}

.disclosure {
    font-size:14px;
}

.page-advisors h1 .big {
    font-family: AGaramondPro-Regular;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 900;
}

.c-team-detail__h1--moonlight {
    font-size: 32px;
    text-transform: Capitalize;
    font-weight: bold;
    margin: 0;
}

.c-team-detail__a--moonlight {
    font-size: 14px;
}

.c-team-info__icons {
    margin-right: 0px;
}

.c-team-member__fax i.fa-fax {
    margin-right: 3px;
}

.c-team-member__email i {
    margin-right: 0px;
}

@media (min-width: 992px)  {
.team-img img {
    margin-bottom: 0;
    border: solid #3D4146 1px;
    max-width: 190px;
}
}

@media only screen and (min-width: 1200px) {
#agentContent .team-info {
    padding-left: 25px;
    background: #f1f1f1;
    height: 191px;
    width: 80%;
    margin-left: 15px;
    padding-top: 5px;
}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
#agentContent .team-info {
    padding-left: 25px;
    background: #f1f1f1;
    height: 191px;
    width: 76%;
    margin-left: 49px;
    padding-top: 5px;
}
}

@media only screen and (min-width: 375px) and (max-width: 991px) {
#agentContent .team-info {
    padding: 0;
    margin-left: 16px;
    width: 93%;
    background: #f1f1f1;
}
}


@media (min-width: 1200px) {
.section_SideBySide.Right .aside_text {
    font-family: Asul;
}
}

.team-detail {
	text-align: justify;
}

@media only screen and (max-width: 481px) {
.subpage.custompage.page-advisors {
	font-size: 15px !important;
}
}

@media only screen and (max-width: 481px) {
h4, h4 a {
    font-size: 25px;
}
}

@media only screen and (max-width: 481px) {
h3, h3 a {
    font-size: 15px;
}
}

@media only screen and (max-width: 481px) {
.team-detail {
    text-align: justify;
    padding-left: 0px;
}
}



/* Careers */
*.page-careers #content .sectionButtonHover {
    color: #ffffff !important;
}

/* Brokerage */
*.page-lfn-brokerage #content .sectionButtonHover {
    color: #ffffff !important;
}

/* Business Solution */
.page-business-solution #content .sectionButtonHover {
    color: #ffffff !important;
}

.page-business-solution b, strong {
    font-weight: 700;
    font-size: 22px;
    color: #0F3A59;
    font-family: Asul;
}

/* Social Media CSS
*******************************************************************************/

.social-media i.fa {
  color: white;
  border: 1px solid white;
  padding: 4px;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-size: 1.2em;
}

.top-bar {
  /* height: 100%; */
  height:32px;
  background: #005686;
}
@media (max-width: 991px){
.top-bar {
    height: 100%;
    background: rgba(0,0,0,0);
}
.header-phone{
    visibility:hidden;
}
}

.top-bar .container {
  position: relative;
  height: 0;  
}

.top-bar .social-wrapper {
  position: absolute;
  right: 0;
  /*top: 0.5em; */
  top:0;
  margin-top:-7px;
  padding: 0;
  width:45%;
}

.homepage .top-bar,
.custompage .top-bar {
   /* background: rgba(0,0,0,0);*/
}

.top-bar .social-wrapper a {
    margin: 0 0 0 0.5em;
}

.header #main .container ul li a {
  padding: 50px 10px 40px;
  text-transform: uppercase;
}

.header #main .container ul li:last-child a {
  padding: 50px 0px 40px 15px;
}

header.header {
  padding-top: 0.5em;
  box-sizing: content-box;
}

li.dropdown span {
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}

.headingText,
.hero-content h1 {
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
}

#navbar ul.nav li a:focus,
#navbar ul.nav li a:active {
    background-color: rgba(0,0,0,0) !important;
}

@media screen and (min-width: 1200px){
    .top-bar .container {
        width: 100%;
    }
    
    .top-bar .container .social-wrapper {
        right: 25px;
        margin-top: -7px;
        top:0;
    }
}

@media screen and (min-width: 992px){
    header.header{
        background-color: rgba(0,0,0,0);
        position: absolute;
    }
}

body[class^="subpage page-resource"] header,
body[class^="subpage page-blog"] header,
body[class^="subpage page-contact"] header,
body[class^="subpage page-tools-"] header,
body[class^="calculator subpage"] header,
body[class^="video subpage"] header,
body[class^="article subpage"] header,
body[class^="calculator subpage"] header,
body[class^="subpage page-team-"] header{
    background-color: #063b61;
}

body[class^="subpage page-resource"] header:not(.header-scroll-bg),
body[class^="subpage page-blog"] header:not(.header-scroll-bg),
body[class^="subpage page-contact"] header:not(.header-scroll-bg),
body[class^="subpage page-tools-"] header:not(.header-scroll-bg),
body[class^="calculator subpage"] header:not(.header-scroll-bg),
body[class^="video subpage"] header:not(.header-scroll-bg),
body[class^="article subpage"] header:not(.header-scroll-bg),
body[class^="calculator subpage"] header:not(.header-scroll-bg),
body[class^="subpage page-team-"] header:not(.header-scroll-bg) {
    position: relative;
}


@media screen and (max-width: 991px){
    header nav .container{
        margin-right: 1em;
    }
    
    header.header {
        margin-top: 0;
    }
    
    header.header .container {
        margin-left: 1em;
        margin-right: 1em;
        width: auto;
    }
    
    header.header nav#main .navbar-header{
        transition: margin 0.3s ease 0s;
        margin-top: 1.5em;
        z-index: 100;
    }
    
    nav.navbar .container.container-fluid {
        margin: 0px;
    }
    
    .navbar-header {
        padding-right: 34px;
    }
    
    header.header-scroll-bg {
        background-color: #063b61;
    }
    
    header.header {
        position: fixed;
    }

    #navbar ul.nav li a {
        margin: 1em 0 0 1em !important;
        padding: 0px !important;
        font-size: 2em !important;
    }
    
    #navbar ul.nav li a.dropdown-toggle {
        margin: 0 !important;
        top: -0.5em;
    }
    
    nav#main ul .dropdown-menu li a {
        padding: 0 !important;
    }
}

span.big{
    font-family: 'Asul', sans-serif;
}

span.italics {
    font-family: 'Source Sans Pro', sans-serif;
}

.headingText {
    text-transform: uppercase;
}

#section_0 .overlay .container {
    padding-top: 140px !important;
    padding-bottom: 100px !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: Asul;
}

@media screen and (max-width: 991px){
    .social-wrapper section.social-media {
        display: none;
    }
    
    .social-wrapper {
        z-index: 99;
    } 
}

@media screen and (min-width: 992px){
    .social-wrapper {
        z-index: 10001;
    } 

}

.slick-list {
    width: 100%;
}

.box-copy p{
    font-family: Asul;
}

@media screen and (min-width: 991px){
  
  body.page-lfn-brokerage #section_3 .container {
    width: 940px;
    padding-bottom: 1em !important;
  }
}

/* Footer */


p.boker-check-disclaimer {
	font-family: Arial;
	
}

p.globalDisclosure {
	font-family: Arial;
}

p.globalCopyright {
	font-family: Arial;
}


p.globalDisclaimer {
	font-family: Arial;
}

.note {
    font-size: 12px;
    font-family: Arial;
}


.footer-container h4 {
    font-style: inherit;
    font-size: 18px;
}

/* The look for an address next to an advisor's profile */
.topAddress {
  height: 1em;
  line-height: 1em;
  position: absolute;
  right: 5px;
  bottom: 10px;
  color: #23527c;
  font-size: 14px;
  font-family: Asul;
}

.linkedInBadge {
  position: absolute;
  top: 6px;
  right: 0;
}