@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic);

/* Template Style */

.primary-fg {
	color: #0d3866 !important;
}
		
.primary-bg {
	background-color: #0d3866 !important;
}

*, *:after, *:before {
    box-sizing: border-box;
}

body, input, textarea, button {
    font: 16px/1.65 'Open Sans', sans-serif;    
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;    
    color: #666;
    outline: 0;
}

html, body {    
    width: 100%;
    height: 100%;
    background: #f2f2f2;
}

p {    
    margin: 1em 0;
    word-wrap: break-word;
}
	
img {
	-ms-interpolation-mode: bicubic;		
}

h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.3rem;
	font-weight: 500;
	color: #222;
}

a {
    color: #0d3866;
}

a:hover {
    color: #ccc;
}

ul { 
   list-style: disc outside none; 
   margin: 0 0 16px 32px;
}

ol { 
   list-style: decimal outside none; 
   margin: 0 0 16px 32px;
}

ul ul, ol ul { 
   list-style: circle outside none; 
   margin: 0 0 0 32px;
}

ol ol, ul ol { 
   list-style: lower-latin outside none; 
   margin: 0 0 0 32px;
}

li {
    display: list-item;
}

li:empty {
    display: none !important;
}
		
body > div:not(.HPResponsive5) {
	padding-top: 3rem;
}
		
div:not(.HPResponsive5) header {
	border-bottom: 1px solid rgba(0,0,0,0.2);			
}

/* Financial Plan Diagram */

.financial-plan-diagram .each-diagram {
    float: left;
    display: block;
    width: 210px;
    min-height: 190px;
    padding: 15px;
    margin: 30px;
    text-align: center;
    background-color: #eee;
    position: relative;
}

.financial-plan-diagram .each-diagram.active {
    background-color: #0d3866;
    color: #fff;
}

.financial-plan-diagram .each-diagram:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 95px solid transparent;
    border-left: 30px solid #eee;
    border-bottom: 95px solid transparent;
    margin: 105px 0px 0px -15px;
    transform: rotate(90deg);
}

.financial-plan-diagram .each-diagram:before:last-child {
    display: none;
}

.financial-plan-diagram .each-diagram p:before {
    content: "\f007";
    display: block;
    font-family: "FontAwesome";
    font-size: 50px;
    color: #0d3866;
}

.financial-plan-diagram .each-diagram.active p:before {
    color: #fff;
}

.financial-plan-diagram .each-diagram p:before:nth-child(1) {
    content: "\f007";
}

/**/

.iress-brand {
    display: block;
    background-image: url(/contents/images/shared/PoweredByIRESS_light.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 95px;
    height: 11px;
}
			
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
    background: #0d3866;
    line-height: 3rem; 
    height: 3rem;  
}

header .toggle-menu {
    position: relative;
    float: left;
    display: block;
    font-family: "Consolas";
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
    height: 3rem;
    margin-right: 0.9375rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

header .toggle-menu.active {
    color: transparent;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}

header .toggle-menu.active::after {
    content: "\00D7";
    color: #fff;
    position: absolute;
    top: -100%;
    left: 0;
}

header .logo {
    display: block;
	position: relative;
    float: left;
    height: 2.5rem;
    padding-top: 0.5rem;
}
header .logo img {
    display: block;
    height: 100%;
}

nav {
    display: none;
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    line-height: 1;
    background: #0d3866;
    border-top: 2px solid rgba(255,255,255,0.1);
}

nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 0.9375em;
    line-height: 3rem;    
    font-size: 0.8rem;
}

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

nav li ul {
    display: none;
}

#search {
    float: right;
    margin-left: 0.9375rem;
}

#search input {
    background: rgba(0,0,0,0.2);
    border: none;
    padding: 0 0.4rem;
    font-size: 0.8rem;
    line-height: 2rem;
    color: #fff;
    border-radius: 3px;
}

#search input:focus {
    background: rgba(0,0,0,0.5);
}

#search button {
    background: none;
    border: 0;
    padding: 0.4rem;
    font-size: 1rem;
    color: #fff;
    line-height: 2rem;
}

.splash {
    position: relative;
}

.splash .contact {
    position: absolute;
    bottom: 8rem;
    left: 0;
    width: 100%;
    color: #fff; 
	font-size: 0.8rem;
}

.splash .contact a {
    color: #fff;
    text-decoration: none;
}

.splash .contact i {
    font-size: 1.2rem;
    margin-right: 1rem;
}

.splash .arrow-down-more {
    position: absolute;
    z-index: 2;
    bottom: 3rem;
    left: 50%;
    width: 3rem;
    height: 3rem;
    margin-left: -1.5rem;
    line-height: 2.95rem;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
    display: none;
}

.splash .arrow-down-more:hover {
    background: rgba(255,255,255,0.2);
    transform: scale(1);
}

.gallery {
    display: none;
    position: relative;
    height: 100vh;
    background-color: rgba(0,0,0,0.2);
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.gallery h2 {
    font-family: 'Playfair Display', serif;
    display: block;
    position: relative;
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff;
    font-style: normal;
}

.gallery a {
	font-family: 'Playfair Display', serif;
	margin-top: 1rem;
	display: inline-block;
	line-height: 2.5rem;
	border: 2px solid #fff;
	color: #fff;
	padding: 0 0.9375rem;
	text-decoration: none;
	
	background: linear-gradient(to top, #EE3468 50%,transparent 50%);
	background-size: 100% 200%;
	background-position: left top;
	transition: all 0.2s ease-in-out;
}

.gallery a:hover {
	background-position:left bottom;
}

.gallery .slick-active .outer {
    opacity: 1;
    transform: scale(1);
}

.gallery .outer {
    display: table;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s 0.6s ease-in-out;
}

.gallery .outer .middle {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;    
    width: 46rem;
    height: 100%;
    padding-bottom: 6rem;
}

.gallery .caption p {
    display: none;
	font-size: 1rem;
	font-weight: 300;
}

.gallery .related-links {
	display: block;
	padding-top: 2rem;	
}

.gallery .slick-slide {
	background-size: cover;
	background-position: 50% 50%;	
	background-repeat: no-repeat;
    height: 100%;
}

.gallery .slick-list,
.gallery .slick-track {
    height: 100%;
}

.gallery .slick-prev, 
.gallery .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
    width: 100px;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: none;
}

.gallery .slick-prev:before,
.gallery .slick-next:before {
    display: block;
    height: 100px;
    font-size: 3rem;
    color: #fff;
    opacity: .50;
    line-height: 100px;
}

.gallery .slick-prev:hover:before,
.gallery .slick-next:hover:before {
    opacity: .75;
}

.gallery .slick-prev:hover {
    background: linear-gradient(to right, rgba(255,255,255,0.1), transparent);
}

.gallery .slick-next:hover {
    background: linear-gradient(to left, rgba(255,255,255,0.1), transparent);
}

.gallery .slick-prev {
    left: 0;
}

.gallery .slick-prev:before {
    content: "\2039";
}

.gallery .slick-next {
    right: 0;
}

.gallery .slick-next:before {
    content: "\203A";
}

.section {
    padding: 6rem 0;
}

.section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 400;
    color: #777;
    font-style: italic;
    line-height: 1;
    margin-bottom: 1rem;
}

.inline-edit {
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: center;
	background: none;
	color: #0d3866;
	font-size: 1.3rem;	
}

.inline-edit:focus {
	border-color: #EE3468;
}

.inline-edit.small {
	width: 70px;
}

.inline-edit.medium {
	width: 140px;
}

.onboarding {
	font-size: 1.3rem;
}

.onboarding form > div {
	margin-bottom: 2rem;
	line-height: 2;
}

.btn,	
button {
    display: inline-block;
	font-size: 0.9rem;
    border: 0;
    line-height: 3rem;
    background: #0d3866;
    color: #fff;
    padding: 0 0.9375rem;
    text-decoration: none;
}

.btn:hover,	
button:hover {
	background: #EE3468;			
}

.opening {
	background: #fff;
}

.panels img {
    margin-bottom: 1rem;
}

.panels a {
    text-decoration: none;
}

.panels a h3 {
    color: #0d3866;    
}

.panels-standard {
    background: #fff;
}

footer {
    background: #0d3866;
    font-size: 0.8rem;
    color: #eee;    
}

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

footer a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
}

footer .logo {
    height: 3rem;
}

footer i {
    margin-right: 0.5rem;
}

footer .navigationBar li ul {
    display: none;
}

footer .navigationBar li.home {
    display: none;
}

footer .footer-contact {
    padding: 2rem 0;
    background: rgba(0,0,0,0.1);
    font-size: 0.9rem;
}

footer .footer-main {
    padding: 4rem 0;
    line-height: 2.5;
}

footer .footer-legal {
    padding: 2rem 0;
    background: rgba(0,0,0,0.2);
}

footer a.to-top {
    text-transform: uppercase;
}

/* #SocialArea */

#SocialArea .title {
    display: none;
}

#SocialArea a {
    text-decoration: none;
}

#SocialArea a.facebook:before {
    content: "\f09a";
    background-color: #4c66a4;
}

#SocialArea a.twitter:before {
    content: "\f099";
    background-color: #4099FF;
}

#SocialArea a.linkedin:before {
    content: "\f0e1";
    background-color: #006797;
}

#SocialArea a.googleplus:before {
    content: "\f0d5";
    background-color: #D34836;
}

#SocialArea a:before {
    display: inline-block;
    font-family: 'FontAwesome';  
    color: #FFF;
    margin-left: 0.5rem;
    width: 1.8rem;
    height: 1.8rem;
    
    text-align: center;
    background-color: #BDC3C7;    
}

#SocialArea a:hover:before {
    background-color: #555;
}

#SocialArea a:first-of-type:before {
    margin-left: 0;
}

/* Callback Form */

.callback {
    font-size: 0.8rem;
    background: #fff  center center;
	background-image: linear-gradient(to left, rgba(0,0,0,0.7), rgba(0,0,0,0.3), rgba(0,0,0,0.7)), url(/media/560668/iphone3-small.jpg);
	background-size: cover;
	color: #fff;
}

.callback h2 {
	font-family: 'Playfair Display', serif;
    position: relative;
    margin-bottom: 2rem;
    font-size: 3rem;
    color: #fff;
	text-align: center;
}

.callback h2:after {
    content: "";
    display: block;
    width: 6rem;
    height: 1px;
    background: #fff;
	position: absolute;
	bottom: -1rem;
	left: 50%;
	margin-left: -3rem;
	
}

.callback h3 {
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 2rem;
	font-weight: 300;
}


#callback {
    position: relative;
    text-align: center;
}

#callback .callback-input {
    font-size: 1em;
    box-sizing: border-box;	
    overflow: hidden;
    display: inline;
    float: left;    
    width: 100%;
    margin-bottom: 16px;
    padding: 0 16px;
    line-height: 3rem;
	height: 3rem;
    text-align: center;
    border: none;
    background: #f2f2f2;
}

#callback .callback-input.btn-form {
    border: 0;
    background: #0d3866;
    color: #fff;
    transition: background 0.3s ease-in-out;
}

#callback .callback-input.btn-form:hover {
    background: #EE3468;
    color: #fff;
}

#callback .response:not(:empty) {
    display: inline-block;
    margin-top: 32px;
    font-size: 1.2em;
    color: #FFF;    
    line-height: 48px;
    padding: 0 24px;
    border-radius: 2px;
}

#callback .response.error {
    background: firebrick;
}

#callback .response.success {
    background: #43A047;
}

#callback .callback-disclaimer {
    padding-top: 1rem;
    clear: both;
    margin: 0 auto;
}

.TeamArea,
.TeamItem,
.TestimonialsArea,
.ContactArea,
.TPResponsive5 {
    background: #fff;
}

.TeamArea .header, .TeamItem .header, .TestimonialsArea .header, .ContactArea .header, .header {
    padding: 6rem 0;
    background: #0d3866;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.TeamArea .header h2, .TeamItem .header h2, .TestimonialsArea .header h2, .ContactArea .header h2, .header h2 {	
	font-family: 'Playfair Display', serif;	
    font-size: 3rem;
	color: #fff;
    line-height: 1;
    margin-bottom: 2rem;
}

.TeamArea .header h3,
.TeamItem .header h3,
.TestimonialsArea .header h3,
.ContactArea .header h3,
.TPResponsive5 .header h3 {
    font-family:  'Open Sans', sans-serif;
	font-size: 1.2rem;
    color: #fff;
    font-weight: 300;
    font-style: normal;
}

.TeamArea .content, .TeamItem .content, .TestimonialsArea .content, .ContactArea .content, .content {
    padding: 4rem 0;
    font-size: 0.9rem;
}

.content-contact h2 {
    font-family: 'Playfair Display', serif;	
	font-size: 2rem;
	color: #222;
	border-bottom: 2px solid #222;
	display: block;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.content-contact .summary {
	margin-bottom: 1rem;
}

.submenu {
    text-align: right;
}

.submenu h4 {
    font-family: 'Playfair Display', serif;	
	font-style: italic;
	font-size: 2rem;
	color: #222;
	border-bottom: 2px solid #222;
	display: block;
}

.submenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 2rem;
}

.submenu li a {
	display: block;
	border-bottom: 1px solid #eee;
	line-height: 2rem;
	text-decoration: none;
    padding: 10px 0; 
}

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

.content-contact ul li {
    position: relative;
    padding-left: 50px;
}

.content-contact ul li:before {
    content: "\f041";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    text-align: center;
    color: #0d3866;
}

.ir-input {
    margin-bottom: 1rem;
}

.ir-input label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.ir-input input,
.ir-input textarea,
.ir-input select {
    height: 3rem;   
    padding: 0 10px;
    border: 1px solid #BBB;
}

.ir-input textarea {
    height: 200px;
    padding: 10px;
}

.ir-input input,
.ir-input textarea {
    width: 100%;
}

.ir-input button {
    font-size: 0.9rem;
    border: 0;
    line-height: 3rem;
    background: #0d3866;
    color: #fff;
    padding: 0 0.9375rem;
}

.ir-input button:hover {
    background: #222;
}

a.to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    line-height: 30px;
    width: 30px;
    display: none;
    border-radius: 100%;
    text-align: center;
    color: #FFF;
    background: #0d3866;
    font-size: 0.6rem;
}

/* Testimonials */

.sendTestimonial {
	margin-bottom: 1rem;
}

.sendTestimonial a:before {
    content: "\f0e0";
    font-family: FontAwesome;
	margin-right: 0.5rem;	
}
		
#Testimonials {
	list-style: none;
	padding: 0;
	margin: 0;
}
		
#Testimonials li {
	border: 1px solid #EEE;
	border-left: 4px solid #CCC;
	padding: 1rem 1rem 1rem 2rem;
	margin-bottom: 1rem;
}

#Testimonials li .testimonialComment {
	font-style: italic;
}

#Testimonials li .testimonialAuthor {
	font-weight: 600;	
	color: #777;
}

/* Team */

#team_wrapper a {
	text-decoration: none;
}

#team_wrapper .team_item {
    display: inline-block;
	min-width: 160px;
	max-width: 200px;
	margin-right: 3%;
	margin-bottom: 1rem;
	text-align: center;	
}

#team_wrapper .team_item:nth-child(4n) {
	margin-right: 0;
}

#team_wrapper .team_item:hover .member-img {
	opacity: 0.6;	
}

#team_wrapper .team_item .member-img {
	display: inline-block;
	border-bottom: 0;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	transition: opacity 0.2s ease-in-out;
	background-size: cover;
	background-position: top center;
	background-color: #EEE;
}

#team_wrapper .team_item span {
	display: block;	
}

#team_wrapper .team_item .member-name {
	font-weight: 600;	
	padding: 10px 16px;
}

#team_wrapper .team_item .member-role {
	font-style: italic;
}

.team_member_photo {
    float: left;
    height: 120px;
    width: 120px;
    margin: 0 1rem 1rem 0;
    border: 1px solid #ddd;
    border-radius: 100%;
    overflow: hidden;
}

.team_member_photo img {
    width: 100%;
}

.team_member_name {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 1.5rem;
    color: #0d3866;
}

.team_member_role {
    font-size: 1.5rem;
    color: #777;
}

.team_member_contact {
    clear: both;
}

.team_member_email,
.team_member_telephone {
    margin-bottom: 1rem;
}

.team_member_telephone a, 
.team_member_email a {
    display: block;
    padding: 0.8rem 1.5rem;
    background: #777;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.team_member_telephone a:hover, .team_member_email a:hover {
    background: #0d3866;
}

.team_member_telephone a>span:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 0.5rem;
}


.team_member_email a>span:before {
    content: "\f003";
    font-family: FontAwesome;
    padding-right: 0.5rem;
}

#affiliates {
    padding-top: 4rem; 
    margin-top: 4rem; 
    border-top: 1px solid #ddd;
}

#affiliates .provider-logos img {
	max-height: 120px;
	padding: 1rem;
}

@media only screen and (min-width: 40.0625em) {
	.splash .contact {
		font-size: 1rem;
	}

    .splash .arrow-down-more {
        display: block;
    }
	
	.gallery {
		height: 95vh;
	}
	
    .gallery h2 {
        display: inline-block;        
        padding-bottom: 0.5rem;
        margin-bottom: 2rem;
    }
	
    .gallery h2::after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -3rem;
        width: 6rem;
        height: 1px;
        background: #ccc;
        margin-top: 1rem;
    }

	.gallery .caption p {
		font-size: 0.9rem;
		font-weight: 300;
        display: block;
	}

    .team_member_photo {
        float: left;
    }

    .team_member_biography {
        clear: both;
    }
	
	.team_member_email,
    .team_member_telephone {
        float: left;
        display: block;
        width: 48.5%;    
    }

    .team_member_email {
        margin-right: 3%;
    }

    .financial-plan-diagram .each-diagram:before {
        margin: -15px 0 0 120px;
        transform: none;
    }
}

@media screen and (min-width: 64.0625em) {
    header {
        line-height: 5rem;
        height: 5rem;
		transition: all 0.3s ease-in-out;
    }
	
	header.fill {
		background: #0d3866 !important;	
	}

    header .toggle-menu {
        display: none;
    }

    header .logo {
        height: 5rem;
       padding: 1.1rem 0; 
    }

    nav {
        display: block !important;
        position: relative;
        border: none;
        width: auto;
        float: right;
        line-height: 5rem;
		background: none;
    }
    
    nav li {
        position: relative;
        display: inline-block;
    }

        nav li.home {
            display: none;
        }

    nav a {
        height: 3rem;
    }
        
    nav a:not(:only-child):after {
        font-family: "Consolas";
        content: "\25BC";
        margin-left: 0.5rem;
        font-size: 10px;
    }

    nav li.current > a {
        background: rgba(0,0,0,0.1);
    }

    nav li ul {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 2;
        padding-top: 1rem;      
        opacity: 0;
        transition: all 0.2s ease-in-out;
        pointer-events: none;
    }

    nav li:hover ul {
        opacity: 1;  
        pointer-events: all;
    }

    nav li ul li {
        display: block;
    }

    nav li ul li a {
        background: #f7f7f7;
        color: #666;
        min-width: 14rem;
    }

    nav li ul li a:hover {
        border-bottom: 2px solid #0d3866;
        color: #aaa;
    }

    nav li:last-child a {
        background: #EE3468;
        padding: 0 2rem;
        margin-left: 1rem;
        line-height: 2.5rem;
        height: 2.5rem;
    }

    nav li:last-child a:hover {
        background: #222;
    }

    .HPResponsive5 header,
    .HPResponsive5 nav {
        background: transparent;
    }

    .gallery .caption p {
		font-size: 1rem;
	}

    .submenu {
        padding-right: 20px;
    }
	
    #callback .callback-input {
        margin-bottom: 0;
        margin-right: 3%;
        width: 22.75%;
    }

    #callback .callback-input:last-child {
        margin-right: 0;
    }

}

/* utilities */

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

/* small hide */
@media only screen {
    .small-hide,
    .medium-hide,
    .large-hide {
        display: none;
    }
}

/* medium hide */
@media only screen and (min-width: 40.063em) {
    .small-hide {
        display: block !important;
    }
}

/* large hide */
@media only screen and (min-width: 64.063em) {
    .medium-hide {
        display: block !important;
    }
}

 /* Blogs */

    #BlogContainer {
        list-style: none;
        margin: 0;
    }

    #BlogContainer .blogItem {
        margin-bottom: 2.5em;
        min-height: 200px;
		clear: both;
		overflow: hidden;
    }

    #BlogContainer a.blogTitle {
        display: block;
        padding: 10px;
        background-color: #21409A;
        font-size: 16px;
		color: #fff;
		text-decoration: none;
    }

    #BlogContainer a.blogTitle:hover {
        background-color: #1b5088;
    }

    #BlogContainer a.blogReadMore:hover {
        text-decoration: underline;
    }

    #BlogContainer .blogAuthor {
        font-size: 12px;
    }
    
    #BlogContainer .blogImage {
        float: left;
        margin: 15px 15px 0 0;
        max-width: 100%;
    }

    #BlogNavigation .blogCounter {
        font-size: 1.2em;
        padding: 5px;
    }

    #BlogNavigation .active {
        background-color: #eee;
    }


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
