/*
	Theme Name: Infocus 2017 B2B
	Theme URI: http://www.infocus.com.au/
	Description: Custom Inhouse Theme
	Author: Ged Johnson
	Author URI: http://www.build9.com.au/

	Version: 17.07.24

	Template: genesis
	Template Version: 2.3.0

	#001548 Blue rgba(0,21,28,1)
	#ffa100 Yellow rgba(255,161,0,1)
	#adafaf White
	#eff1f3 LGrey
	#cc0012 Red

	font-family:'DinRound-Light',Sans-Serif; 
	font-family:'DinRound-Regular',Sans-Serif;
	font-family:'DinRound-Medium',Sans-Serif; 

	
*/

@import "fonts.css";
@import "dan.css";
@import "flexslider.css";

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 15px;
}

body {
	color: #444444;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.87;
	letter-spacing: 0.1px;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	outline:none; 
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

a {
	color: #ffa100;
	text-decoration: none;
}
a:active, textarea:focus, input:focus{ outline: none; border: none;}
button:active { outline: none; border: none;}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}
 
b,
strong {
	font-family:'DinRound-Light',Sans-Serif;
	font-size: 18px;
	color: #001548;
	line-height: 1.5;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}
blockquote:before {
	display: none;
	left: 5px;
    top: -5px;
	position: absolute;
	content: "\201C";
}
blockquote {
	position: relative;
	color: #001548;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 20px;
	border-left: 2px solid #ffa100;
	font-family:'DinRound-Medium',Sans-Serif;
	letter-spacing: 0;
	font-size: 22px;
	line-height: 1.4;
	color: #001548;
}

blockquote.framed,
.t1Quote blockquote {
	color: #001548;
	font-size: 26px;
	background-image: url(images/focus-cornerLTop.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 15px;

	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 20px 20px 0 20px;
	border-left: 0px solid #ffa100;
	letter-spacing: 0;
	line-height: 1.3;
}

.t1Quote .author {
	padding-left: 40px;
	text-transform: uppercase;
	font-family:'DinRound-Regular',Sans-Serif;
	font-size: 12px;
	line-height: 3;
	letter-spacing: 1.2px;
	text-align: left;
	color: #fba927;
}

.gapmobile{ display:none; }
.gap{display: block;}	



/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	text-rendering: optimizeLegibility;
	font-family:'DinRound-Regular',Sans-Serif; 
	font-weight: 600;
	line-height: 1.2;
    letter-spacing: 0px;
	margin: 0 0 10px;
	color: #001548;
}

h1 {
	font-family:'DinRound-Light',Sans-Serif; 
	font-size: 50px;
}

h2 {
	font-family:'DinRound-Light',Sans-Serif; 
	font-size: 42px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-family:'DinRound-Light',Sans-Serif; 
	font-size: 24px;
	line-height: 1.7;
}

h5 {
	font-family:'DinRound-Light',Sans-Serif; 
	font-size: 20px;
}

h6 {
	font-family:'DinRound-Light',Sans-Serif;
	font-size: 18px;
	line-height: 1.7;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}


/* ## Site Search - Modal 
--------------------------------------------- */

.ajax-search-form{
	width: 100%;
}

input.ajax-search-form-input:focus,
input.ajax-search-form-input {
	display: inline-block;
    font-size: 40px;
    color: #001548;
    border: none;
    border-bottom: 2px solid #faa100;
    width: 100%;
	padding-left: 0;
}

.ajax-search-form input[type="submit"] {
	display: none;
    font-size: 22px;
    color: #001548;
    font-weight: 700;
    box-shadow: none;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    padding: 0px;
    width: 60px;
    height: 60px;
    position: relative;
    top: 20px;
}

.search-result-blog,
.search-result-website{
	width: 50%;
}

.ajax-search-content{
	background-repeat: no-repeat;
	min-height: 100px;
	margin-top: 20px
}

.search-result h6,
h5.search-result-count {
    font-size: 15px;
    color: #333;
}

.search-result p{ margin-bottom: 0px;}
.search-result strong {
    color: #faa100;
    font-size: 15px;
}

.search-result .result{margin-bottom: 20px;}
.search-result h3{margin-bottom: 0px;}
	
.ajax-search-content .entry-list h5 { margin: 20px 0; }
.search-result-website{ float: left;  }
.search-result-blog{ float: right; padding-left: 20px;}
.search-result img{ display: none; }

/* ## Modal Popup
--------------------------------------------- */

/* hide page when opened */
body.modal-on .wrap,
body.modal-on .site-container,
body.modal-on .parallax-mirror,
body.modal-on .nav-top,
body.modal-on .nav-primary,
body.modal-on .gap,
body.modal-on .footer-widgets{ display: none; position: fixed; }
body.modal-on .modal-content .wrap{ display: block; position: relative; }
	
/*  */
.modal-screen{ 
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	transition:         all 1s ease-in-out;

	display: none; 
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0; right: 0; bottom: 0; left: 0;  
	opacity: 0;
	z-index: 500;
}

.modal-content{ 
	margin: 0 auto;
	display: none; 
	position: relative;
	width: 100%;
	top: 0; 
	opacity: 0;
	z-index: 505;
}

.modal-close{ 
    font-family: 'DinRound-Light';
    font-size: 25px;
    position: fixed;
    top: 7%;
    right: 7%;
    color: #fff;
	background-color: #001548;
    z-index: 510;
    border-radius: 50px;
    width: 50px;
    text-align: center;
    line-height: 45px;
    padding: 0px 10px 3px;
	box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
}

.modal-close:hover{  cursor: pointer; }

.modal-screen.open{ 
	display: block; 
	opacity: 1;
	animation-name: modal-fade;
    animation-duration: 0.2s;
}

.modal-content.open{ 
    display: block; 
	opacity: 1;
	padding-top: 10%;
	animation-name: modal-content;
    animation-duration: 0.5s;
}

#modalPCSearch.modal-content.open{ 
	animation-name: modal-pcode;
    animation-duration: 0.5s;
}

@keyframes modal-fade {
    1%  { opacity: 0; }
    100%  { opacity: 1; }
}

@keyframes modal-content {
    0%  { padding-top: 0px; opacity: 0;}
    100%  { padding-top: 10%; opacity: 1;}
}
@keyframes modal-pcode {
    0%  { padding-top: 0px; opacity: 0;}
    100%  { padding-top: 20%; opacity: 1;}
}
/* */
.pcSearch.modal-screen{	background-color: #001548;}

#modalPCSearch{	background-color: #001548; padding-top: 20%;}
#modalPCSearch .loaction-search.wrap{ background: transparent;}
#modalPCSearch .modal-close{ color: #fff; }
#modalPCSearch .modal-close:hover{
	color: #001548;
	background-color: rgba(255,255,255,0.5);
}

#modalPCSearch h4{ display: none; }
#modalPCSearch h3{ 
	font-family:'DinRound-Light',Sans-Serif;
	font-size: 42px;
	text-align: center;
	color: #ffa100; 
}
#modalPCSearch p{ 
	font-family:'DinRound-Regular',Sans-Serif;
	font-size: 22px;
	text-align: center;
	color: #fff; 
	margin-bottom: 0;
}




/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="checkbox"]{
  width: 20px; 
  height:20px; 
  padding: 0;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-size: 15px;
	color: #001548;
	font-weight: 500;
	background-color: #ffffff;
	box-shadow: 0px 9px 57px 0 rgba(0, 21, 71, 0.26);
	border: 0;
	border-radius: 30px;
	cursor: pointer;
	padding: 10px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}
.button-yellow{
    background-color: #faa100;
}

button:focus, button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #001548;
	color: #fff;
}


.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Gravity Forms (sidbar height custom.js)
--------------------------------------------- */
/* Add to Gravity Field via WP
  .full-width (otherwise 50%)
  .show-label (otherwise hidden)
*/

.ginput_container { 
	margin-bottom: 20px; 
	
}

li.gfield.gform_validation_container {
	display: none;
}

li.gfield{
	width: 50%;
	display: inline-grid;
	position:relative; 
}

ul.gform_fields .ginput_container > input,
ul.gform_fields .ginput_container > textarea{
color: #001548;
  font-size:18px;
  padding:10px 10px 10px 20px;
  display:block;
  border:none;
  background-color: #eee;
  border-radius: 30px;
}

ul.gform_fields .ginput_container > input{ width: 90%;}
ul.gform_fields .ginput_container > textarea{ width: 95%;}

ul.gform_fields label.gfield_label {
	font-size: 0;
    color: rgba(255,255,255,0);
	position: absolute;
    top: 25px;
	right: 17%;
}
ul.gform_fields li.show-label label.gfield_label span.gfield_required{
	color: rgba(255,255,255,0);
}
ul.gform_fields label.gfield_label span.gfield_required:before{
	color: #cd0b0b;
	font-size: 30px;
	line-height: 0;
	content: "\2022";
}
.gfield_description{
	position: relative;
	top: -20px;
	left: 10px;
	color: #ffa100;
}

/*.full-width*/
ul.gform_fields li.gfield.full-width{ width: 100%; }
ul.gform_fields li.full-width label.gfield_label { right: 8%; }

/*.show-label */
ul.gform_fields li.show-label label.gfield_label {
	font-size: inherit;
    color: #001548;
	position: relative;
    top: 0;
	right: 0;
	left: 0;
	line-height: 3;
}

ul.gform_fields li.show-label label.gfield_label span.gfield_required:before{
	position: relative;
	right: -9px;
	top: 4px;
	color: #cd0b0b;
	font-size: 30px;
	line-height: 0;
	content: "\2022";
}

/* checkbox */

ul.gfield_checkbox{
	
}

ul.gfield_checkbox li{
	width: 33%;
	display: inline-block;
	color: #001548;
	line-height: 2.5;
}

ul.gfield_checkbox li label,
ul.gfield_checkbox li input{ display: inline-block; }

ul.gfield_checkbox li input[type="checkbox"] {
    top: 5px;
    position: relative;
    margin-right: 15px;
}
/* send */
.gform_wrapper input[type="submit"]{ 
	margin-right: 5%;
	float: right;
	color: #001548;
	font-family:'DinRound-Medium',Sans-Serif;
}

/* date picker */
.ginput_container_date{ 
	width: 255px; 
}

.ui-datepicker{
	padding: 15px;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #eee;
	box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
}
.ui-datepicker select{
	text-align: center;
	width: 49%;
	display: inline-block;
	margin-right: 1%;
    background-color: transparent;
    border: 1px solid #eee;
    color: #333;
    padding: 5px;
}

.ginput_container_date{position: relative;}

.ginput_container_date img.ui-datepicker-trigger{
	position: absolute;
    top: 18px;
    right: 45px;
}
.ui-datepicker-prev,
.ui-datepicker-next{
}
.ui-datepicker-next{
	float: right;
}

.ui-datepicker-today a{
	color: #001548;
    font-weight: 600;
}
table.ui-datepicker-calendar td{
	text-align: center;
}
th.ui-datepicker-week-end,
td.ui-datepicker-week-end a{
	color: #ccc;
}
 
 
/* ------------------------------- DAN ------------------------------------- */

.author-img{
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
}
	
.news-col {
    margin-bottom: 50px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	
}
    body.home .news-col .news-col-content {
		min-height: 500px;
    }

    .news-col .news-col-content {
        margin: 1.5%;
        width: 30%;
        display: inline-block;
        background-color: #ffffff;
        box-shadow: 0px 9px 57px 0 rgba(0, 21, 71, 0.26);
		vertical-align: top;
		min-height: 400px;
    }

    .news-col a {
        text-decoration: none;
        color: #001548;
    }

    .news-col h3 {
        font-size: 1em;
        color: #fba927;
        margin-top: 10px;
    }

    .news-col p {
        line-height: 1.4;
    }

    .news-col .news-col-title {
        font-size: 1.375em;
        color: #001548;
    }

    .news-col .news-col-teaser {
        color: #575757;
    }

.news-col-content img {
    width: 100%;
}

.news-col-content .news-col-text {
    padding: 0 8% 0 8%;
}


.news-col-pager {
    display: none;
}

/*  Custom Page

	News Blogs
--------------------------------------------- */

.insights-landing .title {
    float: left;
    color: #001548;
    text-rendering: optimizeLegibility;
    font-family: 'DinRound-Regular',Sans-Serif;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 20px 0;
    width: 12%;
    font-size: 18px;
}
.insights-landing .ginput_container {
    margin-bottom: 0px;
}

.insights-landing .gform_body{
	display: inline-block;
	width: 88%;
}

.wrap.blog{ margin: 100px auto; } 

.hero-link{
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	position: relative;
}

.news-col {
    margin-bottom: 50px;
    margin-bottom: 0;
}

.news-col .ms-item {
    width: 30%;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 9px 57px 0 rgba(0, 21, 71, 0.26);
    margin: 2% 2.3% 0 1%;
	position: relative;
}
.news-col .ms-item-promote{ width: 63%; }


.news-col .ms-item a{
	text-decoration:none; 
	top: 0; left: 0; bottom: 0; right: 0;
	position: absolute;
}
.news-col .ms-item:hover .ms-img img{
    animation-name: infocus-logo;
    animation-duration: 1s;
}
	
.news-col a {
	text-decoration: none;
	color: #001548;
}

.news-col h3 {
	font-size: 1em;
	color: #fba927;
	margin-top: 10px;
}

.news-col p {
	line-height: 1.4;
}

.news-col .news-col-title {
	font-size: 1.375em;
	color: #001548;
}

.news-col .news-col-teaser {
	color: #575757;
}

.news-col-content img {
    width: 100%;
}

.news-col-content .news-col-text {
    padding: 0 8% 0 8%;
}

.news-col-pager {
    display: none;
}

.blo-hero .container .news-col-content .wrapper a {
	text-decoration: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

/* blog controls*/
.wrap.news-col{
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}


.blog-controls ul li {
    float: right;
    width: 28%;
    margin: 10px;
}



.blog-controls ul li .ginput_container {
	position: relative;
	width: 100%;
}

.blog-controls ul li select {
	height: 54px;
	border-radius: 30px;
	background-color: #EEEEEE;
	border: 0;
}

.blog-controls ul li input {
	text-indent: 30px;
	text-align: left;
	width: 100%;
	padding-right: 60px;
}

.blog-controls ul li .select-caret {
	border-radius: 30px;
	position: absolute;
	top: 13px;
	right: 3px;
	font-size: 15px;
	background-color: #EEEEEE;
	border: 0;
	box-shadow: unset;
	width: 40px;
}


.blog-controls ul li button {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 15px;
	background-color: #EEEEEE;
	border: 0;
	box-shadow: unset;
	width: 50px;
}

.blog-controls select:active {
    outline: none;
}

.blog-hero.wrap {
    padding-bottom: 0;
    background-color: transparent;
}

.blog-hero .container {
	position: relative;
	margin: 0 2% 0 1%;
}

.blog-hero .container .news-col-content {
	width: 100%;
	margin: 0;
}

.blog-hero .container .news-col-content .wrapper {
	position: relative;
}

.blog-hero .container .news-col-content .wrapper .info {
	position: absolute;
	bottom: 0;
	padding: 65px;
}

.blog-hero .container .news-col-content .wrapper .hero {
	margin: 0;
	height: 485px;
	background-position: left, center;
	background-size: auto,cover;
}

.blog-hero .container .news-col-content .wrapper h3 {
	font-size: 1.25em;
}

.blog-hero .container .news-col-content .wrapper .news-col-title {
	font-size: 36px;
	max-width: 90%;
	margin: 0;
	color: #fff;
	font-family:'DinRound-Regular',Sans-Serif;
	line-height:1.02em;
}


.blog-hero .container .news-col-content .wrapper a {
    text-decoration: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}


.helper-left{
    float:left;
}

.helper-right{
    float:right;
}

.helper-inline{
    display: inline-block;
}

.blog-page-nav {
    display: flex;
    align-items: center;
}

.blog-page-nav a  {
    display:block;
    width:35px;
    height:35px;
    line-height:50px;
    border: 2px solid rgba(255,161,0,0);
    border-radius: 50%;
    margin:0 auto;
    color:#001548;
    text-align:center;
    text-decoration:none;
    background-color: #fba927;

    font-family: 'DinRound-Medium',Sans-Serif;

    font-size:1em;
    font-weight:bold;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box; 
}

.blog-page-nav a:hover {
	color: #ffa100;
	background-color: #001548;
	background-image: none;
    animation-name: infocus-logo;
    animation-duration: 0.5s;
}

/*  Custom Page
	Our People
--------------------------------------------- */

.our-people {
    height: 31px;
    float: right;
    margin: 50px 10px 0 0;
}

.our-people .selected-tab {
    white-space: nowrap !important;
    margin: 0 5px;
    font-size: 0.93em;
    color: #001548;
    font-weight: 500;
    background-color: #ffffff;
    box-shadow: 0px 9px 57px 0 rgba(0, 21, 71, 0.26);
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    padding: 15px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

.our-people .unselected-tab {
    white-space: nowrap !important;
    text-decoration: none;
    font-size: 0.93em;
    color: #001548;
    cursor: pointer;
    margin: 0 5px;
    padding: 15px;
}

/*  Custom Post
	Leadership Member
--------------------------------------------- */

.leadership-member .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.leadership-member img{
	width: 100%;
}.leadership-member .one-half{
	padding: 40px;
}
.leadership-member h4 {
    font-size: 22px;
    color: #212121;
}

/*  Custom Page
	Microsite
--------------------------------------------- */

.microsite{ padding-top: 40px; }

.microsite .container-info .info{
	display: inline-block;
	width: 100%;
}

.microsite .container-info h4.title{
	font-family: 'DinRound-Medium',Sans-Serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #001548;
	margin-bottom: 5px;
}

.microsite h3, 
.microsite h4 {
    font-family: 'DinRound-Light',Sans-Serif;
    font-size: 28px;
    text-align: center;
    margin: 40px 0;
}

.microsite .service h4 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 10px 0 40px 0;
}


.microsite .container-info p{
    line-height: 1.3;
	margin-bottom: 5px;
}
.microsite .container-info p.address{
	font-size: 16px;
	letter-spacing: 0.2px;
	text-align: left;
	color: #001548;
}
	
.microsite .container-info a.button {
    margin: 20px 0;
    padding: 10px 30px;
}

.microsite .container-info a.button:hover{
    color: #fff;
}

.microsite .container-info a{
	text-decoration: none;
	font-size: 15px;
	text-align: left;
	color: #001548;
	margin: 0 0 5px ;
	padding: 0 5px 0;
	white-space: nowrap;
}

.microsite a i.material-icons{
	font-size: 15px;
	color: #faa100;
	position: relative;
	top: 3px;
	margin-right: 2px;
}


.microsite .overview{
	color: #001548;
	font-size: 16px;
	background-image: url(images/focus-cornerLTop.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 15px;

	margin-left: -20px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 20px 20px 0 20px;
	border-left: 0px solid #ffa100;
	letter-spacing: 0;
	line-height: 1.3;
}

/*  Custom Page
	Postcode / Office Search
--------------------------------------------- */

.loaction-search.wrap{
	background-color: #f1f2f4;
	padding: 0;
	margin-bottom: 40px;
}


.container-right,
.container-left {
	min-height: 1000px;
    display: inline-block;
	margin: 0;
    position: relative;
	overflow: hidden;
}
.container-left {
	float: left;
    width: 35%;
}
.container-right {
	float: left;
    width: 65%;
}

li.location-button {
    text-align: center;
}

.container-left .results{
	padding:5%;
}

.loaction-search .results > h3{
	font-size: 16px;
}

/* results */
.loaction-search li.location{
	box-shadow: 0px 9px 57px 0 rgba(0, 21, 71, 0.26);
	margin-bottom:30px;
}
.loaction-search li.location .container-info{
	background-color: #fff;
	padding: 15px;
    display: flex;
	text-align: left;
}

.loaction-search .pin{
    font-family: 'DinRound-Medium',Sans-Serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #001548;
    display: inline-block;
    background-image: url(images/pin-yellow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10%;
    text-align: center;
    padding-top: 4%;
	margin-right: 5%
}
.loaction-search .pin.hidepin{color: #fff; background-image: none; }

.loaction-search .container-info .info{
	display: inline-block;
	width: 100%;
}

.loaction-search .container-info h4.title{
	font-family: 'DinRound-Medium',Sans-Serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #001548;
	margin-bottom: 5px;
}
.loaction-search .container-info p{
    line-height: 1.3;
	margin-bottom: 5px;
}
.loaction-search .container-info p.address{
	font-size: 16px;
	letter-spacing: 0.2px;
	text-align: left;
	color: #001548;
}

.loaction-search .container-info a{
	text-decoration: none;
	font-size: 15px;
	text-align: left;
	color: #001548;
	margin: 0 0 5px ;
	padding: 0 5px 0;
	white-space: nowrap;
}

.loaction-search a i.material-icons{
	font-size: 15px;
	color: #faa100;
	position: relative;
	top: 3px;
	margin-right: 2px;
}

.loaction-search .link{
	text-align: right;
	background-color: #e0e2e8;
}

.loaction-search .link a{
	display: block;
	position: relative;
	left: -3px;
	font-family:'DinRound-Medium',Sans-Serif;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
	color: #001548;
	text-decoration: none;
}

    
.loaction-search .link a:hover{
	left: 0px
}
.loaction-search .link i.material-icons{
	position: relative;
	top: 5px;
	font-size: 20px;
}

/* office print  */
.location-preloader{
    height: 400px;
    width: 100%;
    background-image: url(images/loading-circles.svg);
    background-repeat: no-repeat;
    background-position: center center;	
}

.location-close.material-icons{ 
    font-size: 25px;
    position: relative;
    float: right;
    top: 20px;
    right: 20px;
    color: #001548;
    z-index: 510;
    border-radius: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
	background-color: #fff;
    box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
}

.location-close.material-icons:hover{  
	cursor: pointer; 
	color: #fff;
	background-color: #001548;
}

.location-details .overview{
	color: #001548;
	font-size: 16px;
	background-image: url(images/focus-cornerLTop.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 15px;

	margin-left: -20px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 20px 20px 0 20px;
	border-left: 0px solid #ffa100;
	letter-spacing: 0;
	line-height: 1.3;
}
.testimonials{
	position: relative;
}

.testimonials li{
	margin-bottom: 10px;
}
.testimonials blockquote{
	font-family: 'DinRound-Regular',Sans-Serif;
	font-size: 18px;
	line-height: 1.27;
	text-align: center;
	color: #001548;
	margin-top: 0px;
	margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    border-left: none;
}

.testimonials p.author{
  font-family: 'DinRound-Medium',Sans-Serif;
  font-size: 14px;
  line-height: 1.63;
  text-align: center;
  color: #282828;
  letter-spacing: 1px;
}
  
/*  Form #Postcode  */

#postcode:before{
	content: "input postcode";
    position: relative;
    font-family: 'DinRound-Regular',Sans-Serif;
    font-size: 10px;
    display: block;
    left: -70px;
	color: #001548;
}

.loaction-search form h4{
	font-size: 26px;
    font-weight: 300;
	color: rgba(255,255,255,0.5);
	display: inline-block;	
	margin: 0 10px 0 0;
}

.loaction-search form#postcode,
.loaction-search form#postcodeM {
	font-family:'DinRound-Light',Sans-Serif; 
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #001548;
	width: 100%;
	text-align: center;
}

.loaction-search form#postcode input[type="number"]{
	font-family:'DinRound-Regular',Sans-Serif; 
    text-align: center;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #faa932;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    padding: 0;
    margin: 1px;
    width: 30px;
}

.loaction-search form#postcodeM input[type="number"] {
	font-family:'DinRound-Regular',Sans-Serif; 
    text-align: center;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #faa932;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    padding: 0;
    margin:5px;
    width: 40px;
}

.loaction-search form#postcode.error input[type="number"],
.loaction-search form#postcodeM.error input[type="number"]{
	border-bottom: 2px solid #cc0012;
}

.loaction-search form#postcode input[type="submit"],
.loaction-search form#postcodeM input[type="submit"] {
	font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #ffa100;
    box-shadow: none;
    border: 2px solid rgba(255,255,255,0);
    border-radius: 20px;
	height: 40px;
    width: 40px;
    padding: 0px;
}
.loaction-search form#postcodeM input[type="submit"]{
	position: relative;
	top: -5px;
}
.loaction-search form#postcode input[type="submit"].loading,
.loaction-search form#postcodeM input[type="submit"].loading {
    border: 2px solid rgba(255,255,255,0.2);
	background-image: url(images/loading-circle.svg);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: -12px;
}

.loaction-search form#postcode input[type="submit"]:focus,
.loaction-search form#postcode input[type="submit"]:hover,
.loaction-search form#postcodeM input[type="submit"]:focus,
.loaction-search form#postcodeM input[type="submit"]:hover {
    border: 2px solid rgba(255,255,255,0.7);
    background-color: #ffa100;
    color: #fff;
}

/* MAP */

div#map {
    min-height: 1000px;
    width: 100%;
}
.map-mobile-nav{ 
	display: none;
	padding: 20px;
	text-align: center;
	width: 100%;
	height: 70px;
	background-color: #001548;
	position: fixed;
	bottom: 0px;
	border-top: 2px solid #fff;
	z-index: 200;
}
.map-mobile-nav a{ 
	color: #fff;
	margin: 0 1%;
    padding: 10px 20px;
    border-radius: 20px;
}
.map-mobile-nav a:hover,
.map-mobile-nav a.on:hover{ 
	color: #001548;
	background-color: #fff;
}
.map-mobile-nav a.on{
	background-color: rgba(255,255,255,0.3);
}
.loaction-search .map-mobile-nav a i.material-icons {
    font-size: 20px;
    color: #fff;
}
.loaction-search .map-mobile-nav a:hover i.material-icons {
    color: #001548;
}

/* Location-Details.php nav.nav-primary*/

.location-details{
	position: absolute;
	background-color: rgba(255,255,255,1);
    top: 0;
    right: 0;
    left: -100%;
    bottom: 0;
    z-index: -1;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.location-details.show{
	left: 0;
	z-index: 80;
}

.location-details h3,
.location-details h4  {
	/* sub title */
	font-family:'DinRound-Light',Sans-Serif; 
    font-size: 28px;
    text-align: center;
	margin: 40px 0;
}
.location-details h4 {
	/* service name / fullname */
    font-size: 16px;
	text-transform: capitalize;
	margin: 10px 0 40px 0;
}

.loaction-search .container-info a.button{
	margin: 20px 0;
	padding: 10px 30px;
}
.loaction-search .container-info a.button:hover{
	color: #fff;
}

/* location: service icons */
.microsite .service,
.location-details .service{ 
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
.service-img{
    border-radius: 70px;
    width: 130px;
    height: 130px;
    background-color: #fff;
    margin: 0 auto;
    background-size: 100px;
    background-repeat: no-repeat;
    box-shadow: 0px 9px 57px 0 rgba(0, 21, 71, 0.26);
    background-position: center;
}

.service-img.financial-advice{ background-image: url(images/services/1.png); }
.service-img.wealth-management{ background-image: url(images/services/2.png); }
.service-img.investing{ background-image: url(images/services/3.png); }
.service-img.insurance{ background-image: url(images/services/4.png); }
.service-img.debt-management{ background-image: url(images/services/5.png); }
.service-img.superannuation{ background-image: url(images/services/6.png); }
.service-img.retirement-planning{ background-image: url(images/services/7.png); }
.service-img.estate-planning{ background-image: url(images/services/8.png); }
.service-img.self-managed-super-funds{ background-image: url(images/services/9.png); }
.service-img.gearing{ background-image: url(images/services/10.png); }
.service-img.direct-equities{ background-image: url(images/services/11.png); }
.service-img.MIS-AGRI{ background-image: url(images/services/12.png); }
.service-img.credit-services{ background-image: url(images/services/13.png); }
.service-img.tax-agent-services{ background-image: url(images/services/14.png); }


/* location: team profile */

.team-profile{
	margin-bottom: 40px;
}

.team-profile .photo{
    border-radius: 70px;
    width: 130px;
    height: 130px;
    background-color: #fff;
    margin: 0 auto;
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: top;	
    box-shadow: 0px 9px 57px 0 rgba(0, 21, 71, 0.26);
}

.team-profile h5{ 
    line-height: 1;
    margin-bottom: 0;
}
.team-profile h6{ 
	font-size: 16px;	
}
.team-profile .about{ padding-left: 40px; }
.team-profile a.button.linkedin{
	margin-left: 20px;
    height: 50px;
    background-color: #faa100
}

/* Page Our Team
--------------------------------------------- */
.team-member{
	padding: 40px;
	display: inline-block;
	width: 32%;
    vertical-align: top;
}
.team-member .photo {
    width: 100%;
    height: 300px;
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 20px;
    float: right;
}


.team-member h2{
  font-size: 22px;
  line-height: 1.3;
  color: #001548;
  margin-bottom: 0;
}
.team-member h3{
  font-size: 14px;
  letter-spacing: 1.4px;
  text-align: left;
  color: #faa100;
  margin-bottom: 0;
}

.team-member h4{
  font-size: 15px;
  text-align: left;
  color: #212121;
  margin-bottom: 0;
}

.team-member a {
    font-family: 'DinRound-Medium',Sans-Serif;
    font-size: 14px;
    color: #001548;
    padding: 7px 20px;
    border-radius: 25px;
    background-color: #faa100;
    margin: 15px 0;
	box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
	text-decoration: none;
	line-height: 3.7;
}

.team-member a:hover {
    color: #fff;
    background-color: #001548;
}

.modal-content .team-member {
    padding: 10% 15%;
    width: 100%;
}

.modal-content .team-member .photo{ 
	width: 350px;
	height: 350px; 
	float: right;
}


/* Widget Contact form 
--------------------------------------------- 
<wrap container-wrap>
 <container-contact>
	<form-contact>
	<widget-contact>
*/
li.gfield.gform_hidden {  display: none;}

.form-contact.full-width {
    width: 100%;
}

body.page-id-32  h1{
    position: relative;
    top: -100px;
}
.wrapper-contact{
	position: relative;
}

.container-contact{
	position: absolute;
	top: -350px;
	background-color: #fff;
	border-radius: 20px;
	padding: 0;
	box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
	z-index: 90;
}
.container-contact h2{
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 26px
}

.wrapper-filler{min-height: 100px}

.form-contact{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #fff;
	display: inline-block;
	width: 70%;
	padding: 0 50px 50px;
}

.widget-contact{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	float: right;
	display: inline-block;
	width: 30%;
	background-color: #001548;
	color: #fff;
	padding : 50px;
}

.widget-contact h3{
	color: #ffa100;
	margin-bottom: 15px;
}

.widget-contact a{
	text-decoration: none;
	color: #fff;
    font-weight: 400;

	padding: 2px 0;
	border-bottom: 1px solid rgba(0,215,72,0);
}

.widget-contact a:hover{
	border-bottom: 1px solid #fff;
}

	
/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.site-container{
	position: relative;
}
.site-inner{ width: 100%; min-height: 500px; }
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.row-background{
	width: 100%;
}

.site-inner {
	clear: both;
	/* padding-top: 40px; */
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

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

.hide{ display: none !important; }
.show{ display: initial !important; }

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 1%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Row Styles 
---------------------------------------------------------------------------------------------------- */

.row-middle{
	padding-top: 40px;
	padding-bottom: 40px;
}
.valign-parent{}
.valign-this{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
 }
	
/* hero */
.t1HeroSearch{}

.hero{ 
	height: 600px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

.t1heroicon{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: url(images/hero-graident.svg);
  background-size: cover;
}

.hero-icon {
    position: relative;
    bottom: 70px;
    margin: 0 auto;
    width: 168px;
    height: 168px;
    border-radius: 84px;
    box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
}

.t1HeroSearch h1,
.t1heroicon h1{
	font-size:  42px;
	padding: 40px 80px;
	color:#fff;
	background-image: url(images/focus-cornerR.png), url(images/focus-cornerL.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom left;
	line-height: 1.5;
	
}

.t1HeroSearch{
	display: -webkit-flex;
	display:         flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 100px;

}

.t1HeroSearch h1{
	display: inline-block;
	max-width: 500px;
}

.t1HeroSearch .col1{
	width: 100%;
}



.t1HeroSearch .search-adviser{
	margin: 0 auto;
    position: relative;
    width: 70%;
    height: 188px;
    top: 180px;
    background-image: linear-gradient(302deg, #e9e9e9, #ffffff), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: multiply, normal;
    box-shadow: 0px 42px 103px 0 rgba(0, 21, 71, 0.31);
    font-family: 'DinRound-Regular',Sans-Serif;
    font-size: 28px;
    text-align: left;
    color: #001548;
    padding: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    white-space: nowrap;
}
.t1HeroSearch span{
    font-family: 'DinRound-Medium',Sans-Serif;
	margin-right: 20px;
}

.t1HeroSearch .icon{
	position: absolute;
	bottom: -84px;
	width: 168px;
	height: 168px;
	border-radius: 84px;
	box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
}

/* home page pcode form */

.search-adviser .loaction-search form#postcode{
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    width: auto;
	
}
.search-adviser .loaction-search form#postcode input[type="number"]{
	color: #001548;
    font-weight: 700;
    font-family: 'DinRound-Medium',Sans-Serif;
    font-size: 32px;
    line-height: 1;
}
.search-adviser .loaction-search form#postcode input[type="number"]{
    position: relative;
    top: -5px;
}

/* t1Image */
.t1Image .img-container{
	width: 100%;
}
.t1Image .author,
.t1Youtube .author{
  font-size: 18px;
  line-height: 2;
  text-align: left;
  color: #001548;
}

.t1Youtube .tube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	background-color: #fff;
}
.t1Youtube .tube-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #fff;
}
/* t1Text */
.t1Text_list ul, .t1Text_list ol{
	margin-left: 50px;
}

.t1Text_list ul li{
	list-style-type: disc;
}

.t1Text_list ol li{
	list-style-type: decimal;
} 

/* 1col cta */
/* 2col cta */

/* IE */

body.ie .t1CTA .cta-box.icon-top,
body.ie .t2CTA .cta-box.icon-top{
	display: block;
	text-align: center;
	padding: 0;
}

body.ie .t1CTA .cta-box .icon,
body.ie .t2CTA .cta-box .icon{
	display: block;
	position: inherit !important;
	top: unset !important;
	box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
	margin: 0px auto 30px;
	top: 0;
}
body.ie .t1CTA .cta-box .icon{ margin: 0 0 30px; }

body.ie .t1CTA.cta-shadow, 
body.ie .t2CTA.cta-shadow{
	filter: unset;
}


/* End IE */

.t1CTA,
.t2CTA{
	position: relative;
}
.t2CTABk{padding: 30px 0 80px;}

.t1CTA.cta-shadow,
.t2CTA.cta-shadow{
	margin-top: 110px;
	-webkit-filter: drop-shadow(5px 10px 30px rgba(1, 28, 127, 0.1));
	-moz-filter: drop-shadow(5px 10px 30px rgba(1, 28, 127, 0.1));
	-o-filter: drop-shadow(5px 10px 30px rgba(1, 28, 127, 0.1));
	-ms-filter: drop-shadow(5px 10px 30px rgba(1, 28, 127, 0.1));
	filter: drop-shadow(5px 10px 30px rgba(1, 28, 127, 0.1));	
}

.t1CTA .cta-box,
.t2CTA .cta-box{
	background-color: #fff;
	text-align: center;
	padding: 40px 0;
	border-radius: 10px;
	margin: 0;
	position: relative;
}

.t1CTA .cta-box{ padding-top: 120px;}

.t1CTA .cta-box.icon-top,
.t2CTA .cta-box.icon-top{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 80px 0 40px;
}

.t2CTA .cta-box.one-half:first-child{margin-right: 20px;}
.t2CTA .cta-box.one-half:last-child{margin-left: 20px;}

.t1CTA .icon,
.t2CTA .icon{
	margin: 0px auto 30px;
	position: relative;
	height: 168px;
	width: 168px;
    padding: 24px;
	border-radius:84px;
	background-color: #fff;
	box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1); 
}

.t1CTA .icon,
.t2CTA .icon{
	margin: 0;
	position: absolute;
	top: -84px;
	box-shadow: 0 0 0 white; 
}

.t1CTA .icon{
	left: -moz-calc(50% - 84px);
	left: -webkit-calc(50% - 84px);
	left: -o-calc(50% - 84px);
	left: calc(50% - 84px);
}

.t1CTA .cta-content,
.t2CTA .cta-content{
	padding: 0 10%;
}

.t1CTA .cta-title,
.t2CTA .cta-title{
	letter-spacing: 0;
	font-family:'DinRound-Medium',Sans-Serif;
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
	color: #001548;
} 

.t1CTA .cta-text,
.t2CTA .cta-text{
  font-size: 15px;
  line-height: 1.42;
  text-align: center;
  color: #001548;
}

.btn-cta {
	font-family:'DinRound-Medium',Sans-Serif;
	font-size: 15px;
	color: #001548;
	font-weight: 500;
	background-color: #ffa100;
	color: #001548;
	box-shadow: 0 0 0 0 white;
	border: 0;
	border-radius: 30px;
	cursor: pointer;
	padding: 10px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.btn-cta:focus, .btn-cta:hover{
}

/* t2ImgTxt  */
.t2ImgTxt{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
	min-height: 400px;
}

/* t2ImgLogoTxt */
.t2LogoTxtImg,
.t2ImgLogoTxt{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
	min-height: 400px;
}

.t2LogoTxtImg .text-area{
	padding-left: 10%;
}
.t2ImgLogoTxt .text-area{
	padding-right: 10%;
}

/*  1Col Icon Statement */
.t1IconStatement .icon.circle{
	margin: 60px auto;
	position: relative;
	height: 168px;
	width: 168px;
    padding: 24px;
	border-radius:84px;
	background-color: #fff;
	box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1); 
}

.t1IconStatement h2,
.t1IconStatement h3{
		margin-bottom: 28px;
}

/* t2ImgLogoTxt */	
.t2ColList .list {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	
}
.t2ColList h4{margin-bottom: 20px;}

.list .item{
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 1.3;
	text-align: left;
}


.list .item strong,
.list .item b{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #444;
}
.list .tick{
	background-image: url(images/tick.png);
	background-size: 15px;
	background-position: top 6px left 0px;
	background-repeat: no-repeat;
}
.list .bullet{ position: relative;}
.list .bullet:before{
	position: absolute;
	top: -10px;
	left: 5px;
	content: '\2022';
	font-size: 200%;
	color: #ffa100;
}

/* t2ImgLogoTxt (jobList) */	
.jobList H6{ 
	font-family:'DinRound-Medium', Sans-Serif;
	font-size: 16px; 
}

.jobList .cel1, 
.jobList .cel2, 
.jobList .cel3{ 
	margin: 0;
	display: inline-block; 
}

.jobList .jobs{width: 100%;}
.jobList .cel1{ width: 19%;  font-size: 16px;}
.jobList .cel2{ 
	width: 39%; 
	font-family:'DinRound-Medium', Sans-Serif;
	font-size: 20px;
	line-height: 1.5;
	text-align: left;
	color: #001548;
}
.jobList .cel3{ width: 39%; text-align: right; }

.job {
	padding: 20px 0;
	border-top: 1px solid #ffa100;
}

.job:last-child {
	border-bottom: 1px solid #ffa100;
}

/* t2StatText */
.t2StatText .statement{
	
	letter-spacing: 0;
	font-family:'DinRound-Regular',Sans-Serif;
	font-size: 18px;	
	color: #001548;
	padding-right: 10%;
}

.t2StatText .statement p:first-child{ border-top:2px solid #faa100; padding-top: 15px;}
.t2StatText .statement p:last-child{ margin-bottom: 0}

/* iconlinks */

.iconlinks{
	text-align: center;
}
.iconlinks .link a{
		text-decoration: none;
}

.iconlinks .link .icon{
	margin: 0 auto 20px;
	width: 168px;
	height: 168px;
	border-radius: 84px;
	box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
}
.iconlinks .icon-box{
	display: inline-block;
	width: 32%;
	vertical-align: top;
}

.iconlinks .link:hover .icon{
	border: 1px solid  rgba(1, 28, 127, 0.05);
	box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.2);
	animation-name: infocus-logo;
	animation-duration: 1s;
}

.iconlinks .link{ padding: 20px 0; text-align: center;}

.iconlinks .link .text{
	padding: 10px 14px;
	font-family:'DinRound-Regular',Sans-Serif;
	font-size: 24px;
	letter-spacing: -0.2px;
	text-align: center;
	color: #001548;
	line-height: 1.5;
	text-decoration: none;
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom left;
}

.iconlinks .link:hover .text{
	padding: 10px 14px;
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom left;
	background-image: url(images/focus-cornerR.svg), url(images/focus-cornerL.svg);
	text-decoration: none;
    animation-name: infocus-logo;
    animation-duration: 1s;
} 

/*
	t3v common
	tv1 = 3Col Icon+Text+Img
	tv2 = 3Col Img+Text+Icon
	tv3 = 3Col Img(Icon)+Text 
*/

.t3v .wrap{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
	min-height: 400px;
}

.t3v h4{
	font-family:'DinRound-Medium',Sans-Serif;
	font-size: 22px;
	line-height: 1.25;
	text-align: left;
	color: #001548;
}

.t3v .icon,
.t3v .text-area,
.t3v .image{
	display: inline-block;
}

.t3v .icon{
	width: 20%; 
	padding: 5% 0;
}
.t3v .text-area{ width: 40%; }
.t3v .image{ width: 40%; }

.t3v .icon img{
	width: 168px;
	height: 168px;
	border-radius: 84px;
	box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
}

.t3v1 .text-area{ padding-left: 2%; padding-right: 8%; }
.t3v2 .text-area{ padding-left: 8%; padding-right: 2%; }

.t3v.t3v3 .icon{
	position: absolute;
	top: 15%;
	left: 500px;
	padding: 0;
	width: auto;
}
.t3v.t3v3 .text-area{ 
	padding-left: 15%;
	padding-right: 5%;
	width: 50%; 
}
.t3v.t3v3 .image{ width: 50%; }


/* t2EdgeImgTxt */
.t2TxtEdgeImg,
.t2EdgeImgTxt{
	position: relative;
}

.t2ImgTxt .one-half:first-child{ margin-left: 0px}

.mobile-image { display: none; }

.t2TxtEdgeImg .bkg-oversize,
.t2EdgeImgTxt .bkg-oversize{
	width: 100%;
	position: absolute;
	height: 500px;
	top: -70px;
    z-index: -1;
}

.corner.topright,
.corner.topleft{
	position: absolute;
	height: 70px;
	width: 70px;
	top: -70px;
	background-repeat: no-repeat;
	z-index: 102;
}

.t2EdgeImgTxt .corner.topright{
	left: -70px;
	margin-left: 50%;
	background-image: url(images/image-corner-TR.jpg);
}

.t2TxtEdgeImg .corner.topleft{
	margin-left: 50%;
	background-image: url(images/image-corner-TL.jpg);
}

.t2TxtEdgeImg .img-oversize,
.t2EdgeImgTxt .img-oversize{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 50%;
	position: absolute;
	top: -70px;
	z-index: 100;

}

.t2TxtEdgeImg .img-oversize{
	margin-left: 50%;
}

.t2EdgeImgTxt .wrap{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
	min-height: 400px;
}

.t2EdgeImgTxt .wrap .content{
	width: 40%;
	margin-left: 60%;	
}

.t2TxtEdgeImg .wrap .content{
	width: 40%;
	margin-left: 0;	
}


/* t2BigImgTxt */
.t2BigImgTxt{
	position: relative;
}
.t2BigImgTxt .one-half{
	padding-top: 40px;
	padding-bottom: 40px;
}
.t2TxtBigImg .one-half:last-child,
.t2BigImgTxt .one-half:first-child{
	margin-right: 0;
	margin-left: 0;
}
.t2BigImgTxt .wrap{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
	min-height: 400px;
}

.t2BigImgTxt .text-area{
	padding-left: 5%;
}

.t2BigImgTxt .big-img{
	min-height: 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -70px;
	z-index: 100;
}
.t2BigImgTxt .corner.topright{
	left: -70px;
	margin-left: 50%;
	background-image: url(images/image-corner-TR.jpg);
	z-index: 101;
}

/* statement */

.t2Statement .wrap{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	position: relative;
	min-height: 400px;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.t2Statement .one-half:first-child{
	padding-left: 5%;
	padding-right: 5%;
}


.t2Statement .one-half:first-child img{
	width: 80%;
}
.t2Statement .one-half:last-child img{
}

.t2Statement .statement{
    top: 180px;
    position: absolute;
    width: 50%;
    background-color: #fff;
    margin-left: 35%;
    border-radius: 10px;
    box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
    padding: 20px;
}

.t2Statement .statement small{
	position: absolute;
    top: 20px;
	font-size: 16px;
	line-height: 2;
	text-align: left;
	color: #545962;
}

.t2Statement .statement > div	{
    padding: 0px 20px 20px;
    background-image: url(images/focus-cornerR.png), url(images/focus-cornerL.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left;
    background-size: 20px;
    margin-top: 20px;
}

.t2Statement .statement:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
    border-width: 50px;
    margin-top: -50px;
    transform: scale(1,0.4);
}

.t2Statement .statement p{
	font-family:'DinRound-Medium',Sans-Serif;
	font-size: 20px;
	line-height: 1.55;
	text-align: left;
	color: #001548;
	margin-bottom: 5px;
}

/* iconsX4 */
.iconsX4{ text-align: center; }
.iconsX4 p{font-size: 17px;}
.iconsX4 .icon{
	margin: 20px auto;
	height: 120px;
	width: 120px;
	border-radius: 60px;
	background-size: 80px;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */
.icon{
	font-family: "Material Icons";
	position: relative;
	bottom: -2px;
}
.inner-shadow {
	background: -moz-linear-gradient(top, rgba(0,21,72,0.1) 0, rgba(0,21,72,0) 100px); 
	background: -webkit-linear-gradient(top, rgba(0,21,72,0.1) 0,rgba(0,21,72,0) 100px);
	background: linear-gradient(to bottom, rgba(0,21,72,0.1) 0,rgba(0,21,72,0) 100px); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a001548', endColorstr='#00001548',GradientType=0 ); /* IE6-9 */
	
}
.titleLight{ font-family:'DinRound-Light',Sans-Serif; }
.titleRegular{ font-family:'DinRound-Regular',Sans-Serif; }
.titleMedium, .titleBold{ font-family:'DinRound-Medium',Sans-Serif; }

body .margin-none{padding: 0 !important;}
body .padding0{ padding-left: 0%; padding-right: 0%;}
body .padding5{ padding-left: 5%; padding-right: 5%;}
body .padding10{ padding-left: 10%; padding-right: 10%;}
body .padding15{ padding-left: 15%; padding-right: 15%;}
body .padding20{ padding-left: 20%; padding-right: 20%;}
body .padding25{ padding-left: 25%; padding-right: 25%;}
body .padding30{ padding-left: 30%; padding-right: 30%;}
body .padding35{ padding-left: 35%; padding-right: 35%;}
body .padding40{ padding-left: 40%; padding-right: 40%;}
body .padding45{ padding-left: 45%; padding-right: 45%;}
body .padding50{ padding-left: 50%; padding-right: 50%;}

body .margin-none{margin: 0 !important;}
body .margin0{ margin-left: 0%; margin-right: 0%;}
body .margin5{ margin-left: 5%; margin-right: 5%;}
body .margin10{ margin-left: 10%; margin-right: 10%;}
body .margin15{ margin-left: 15%; margin-right: 15%;}
body .margin20{ margin-left: 20%; margin-right: 20%;}
body .margin25{ margin-left: 25%; margin-right: 25%;}
body .margin30{ margin-left: 30%; margin-right: 30%;}
body .margin35{ margin-left: 35%; margin-right: 35%;}
body .margin40{ margin-left: 40%; margin-right: 40%;}
body .margin45{ margin-left: 45%; margin-right: 45%;}
body .margin50{ margin-left: 50%; margin-right: 50%;}

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.alignnone {
	display: inline-block;
}

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

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

.aligncenter {
	display: block;
	margin: 0 auto;
    text-align: center;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto 24px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */

:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header > .wrap {
	padding: 20px 0;
}




/* # Common Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	font-family:'DinRound-Regular',Sans-Serif; 
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #001548;
	display: block;
	padding: 20px;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a{
	color: #ffa100;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li {
	margin: 0;
}
.genesis-nav-menu .sub-menu a {
	margin: 0;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

.viewport-menu-post_type{
	font-size: 1.125em;
	text-indent: 1em;
}

.viewport-menu-post_type a{
	font-weight: normal;
	color: grey;
}

nav.nav-primary ul.genesis-nav-menu  li.search-icon{
	padding: 0;
	position: relative;
    top: 4px;
    right: 5px;
}

nav.nav-primary ul.genesis-nav-menu  li.search-icon > a{
    padding: 0;
    margin: 0;
	border-radius: 24px;
}

nav.nav-primary  ul.genesis-nav-menu li.search-icon > a:hover {
    background-image: none;
    background-color: #001548;
    color: #fff;
    animation-name: none;
}

nav.nav-primary li.search-icon > a i.material-icons{
	font-size: 18px;
    font-weight: 700;
	padding: 12px;
}

/*  Sub Menu */
ul.sub-menu{
	
}

/* ## About us Secondary Menu
--------------------------------------------- */
nav .about-menu ul.sub-menu{ opacity: 0 !important; }
nav .about-menu ul.sub-menu > li{ display: none; }

.menu-secondary {
	background-color:#001548;
	color:white;
	line-height:3em;
	text-align:center;
}

.menu-secondary a {
	color:white;
}

.menu-secondary .current-menu-item{
	    border-bottom: solid 5px #fba927;
		border-top: solid 5px #001548;
}

.menu-secondary li {
	margin-left:2em;
	margin-right:2em;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* # Top Bar Navigation
---------------------------------------------------------------------------------------------------- */
.nav-top.genesis-nav-menu{
	font-family:'DinRound-Regular',Sans-Serif; 
	text-align: right;
	background-color: #eff1f3;
	font-size: 13px;
}


/* li-far-left */
.nav-top.genesis-nav-menu ul > .li-far-left{
	float: left;
}
.nav-top.genesis-nav-menu ul > .li-far-left a{
	padding-left: 5px   ;
	margin-left: 0px;
}

/* li-far-right */
.nav-top.genesis-nav-menu .li-far-right a{
	padding-right: 5px   ;
	margin-right: 0px;
}

/* li-search */

.nav-top.genesis-nav-menu li a{
	padding: 2px 0;
	margin: 10px 20px 7px;
	border-bottom: 1px solid rgba(0,215,72,0);
}

.nav-top.genesis-nav-menu li.current-menu-item a{
	border-bottom: 1px solid #ffa100;
}

.nav-top.genesis-nav-menu li a:hover{
	border-bottom: 1px solid #001548;
	color: #001548;
}

/* Logo 
--------------------------------------------- */

.site-logo{
	position: absolute;
	width: 150px;
	margin: 26px 0;
}

.site-container > .site-logo{
	/* inital margin before custom js */
	margin-left:5%;
}
.site-container > .site-logo{
	display: none;
}

.site-logo a:hover{
	animation: infocus-logo;
    animation-duration: 1.5s;
}


/* Primary Navigation
--------------------------------------------- */

.menu-primary.genesis-nav-menu{
	text-align: right;
}

.menu-primary.genesis-nav-menu ul{
}
menu-primary.genesis-nav-menu ul > li{
  text-align: center;
}
.menu-primary.genesis-nav-menu  li  a{
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom left;
}
.menu-primary.genesis-nav-menu > li > a{
	/* padding: 36px 28px; */
	padding: 10px 14px;
	margin: 26px 10px;
}

.menu-primary.genesis-nav-menu > li.current-menu-item > a{
	color: #ffa100;
	background-image: url(images/focus-cornerR.svg), url(images/focus-cornerL.svg);

}
.menu-primary.genesis-nav-menu > li.current-menu-item > a:hover{ animation-name: none;}
.menu-primary.genesis-nav-menu  li  a:hover{
	background-image: url(images/focus-cornerR.svg), url(images/focus-cornerL.svg);
	text-decoration: none;
	color: #ffa100;
}
.menu-primary.genesis-nav-menu > li > a:hover{
	background-image: url(images/focus-cornerR.svg), url(images/focus-cornerL.svg);
	text-decoration: none;
	color: #ffa100;

    animation-name: infocus-logo;
    animation-duration: 1s;
} 



/* advisor button */
.menu-primary.genesis-nav-menu .menu-button.find-an-adviser a{
	color: #001548;
	padding: 14px 18px 10px;
	border-radius: 25px;
	background-color: #fba927;
	margin: 0;
	border: 2px solid rgba(255,161,0,0);
	background-image: none;
	font-family:'DinRound-Medium',Sans-Serif; 
	font-size: 15px;
	letter-spacing: 0.2px;
	text-align: right;
	box-shadow: none;
}


.menu-primary.genesis-nav-menu .menu-button.find-an-adviser a:hover{
	color: #ffa100;
	background-color: #001548;
	background-image: none;
    animation-name: infocus-logo;
    animation-duration: 0.5s;
}
/* disabled */
.menu-primary.genesis-nav-menu .menu-button.find-an-adviser a.disabled{
    color: #aaa;
    background-color: #eee;
	pointer-events: none;
	cursor: default;
}



.menu-primary.genesis-nav-menu .menu-button.find-an-adviser.disabled a:hover{
    animation-duration: 0s;
}

/* Animation
--------------------------------------------- */

/* animate menu */
@keyframes infocus {
    0% {
		-ms-transform: scale(0.95, 0.95);
		-webkit-transform: scale(0.95, 0.95); 
		transform: scale(0.95, 0.95);

		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}
    10% {
		-ms-transform: scale(1,1);
		-webkit-transform: scale(1,1); 
		transform: scale(1, 1);

		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
    20%  {
		-ms-transform: scale(0.98, 0.98);
		-webkit-transform: scale(0.98, 0.98); 
		transform: scale(0.98, 0.98);

		-webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
    80%  {
		-ms-transform: scale(1,1); 
		-webkit-transform: scale(1,1); 
		transform: scale(1, 1);

		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* logo */
@keyframes infocus-logo {
    5%  {
		-ms-transform: scale(0.95, 0.98);
		-webkit-transform: scale(0.98, 0.98); 
		transform: scale(0.95, 0.95);

		-webkit-filter: blur(3px);
		-moz-filter: blur(3px);
		-o-filter: blur(3px);
		-ms-filter: blur(3px);
		filter: blur(3px);
	}
    30%  {
		-ms-transform: scale(0.98, 0.98);
		-webkit-transform: scale(0.98, 0.98); 
		transform: scale(0.98, 0.98);

		-webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
    100%  {
		-ms-transform: scale(1,1); 
		-webkit-transform: scale(1,1); 
		transform: scale(1, 1);

		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* ## Footer Navigation - Widget
--------------------------------------------- */

.footer-widgets ul > li{
	/* margin: 0; */
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.footer-widgets li a{
	color: #adafaf;
	font-size: 14px;
	line-height: 2.14;
	word-spacing: 3px;
	letter-spacing: 0.5px;
	text-align: left;
	text-decoration: none;
	border-left: 0px solid rgba(255,255,255, 0);

	-webkit-transition: all 0.2s ease-out;
	-moz-transition:    all 0.2s ease-out;
	-ms-transition:     all 0.2s ease-out;
	-o-transition:      all 0.2s ease-out;
	transition:         all 0.2s ease-out;
}

.footer-widgets li a:hover,
.footer-widgets li a:active{
	color: #fff;
	padding-left: 3px;
}

.footer-widgets-5 ul > li{
	display: inline-block;
	color: #adafaf;
	font-size: 13px;
	margin: 20px 0;
}

.footer-widgets-5 ul > li:last-child{
	display: inline-block;
	margin: 20px 0;
	font-size: 10px;
}
.footer-widgets-5 ul > li:last-child a{
	line-height: 1.3;
	color: rgba(173,175,175,0.5);
}

.footer-widgets-5,
.footer-widgets-6,
.footer-widgets-5 li a{
	color: #adafaf;
	text-decoration: none;
	padding: 0px;
	margin-right: 30px;
	word-spacing: 0px;
	border-bottom: 1px solid rgba(255,255,255,0);
}

.footer-widgets-5 li a:hover,
.footer-widgets-5 li a:active{
	color: #fff;
	padding-left: 0px;
	border-bottom: 1px solid rgba(255,255,255,1);
	
}
.footer-widgets-5 ul > li:last-child a:hover,
.footer-widgets-5 ul > li:last-child a:active{
	text-decoration: none;
	border-bottom: 0px solid #000;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 70px 80px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Blog / News
--------------------------------------------- */


/* insights */



/* single */

.hero.bloghero {
	padding: 10% 0;
    position: relative;
    background-position: top, center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
    min-height: 500px;
    margin-bottom: 50px;
}

.bloghero h1 {
    font-size: 42px;
    padding: 20px 25%;
    color: #fff;
    line-height: 1.3;
	text-shadow: 0px 0px 15px rgba(1, 28, 127, 0.3);
}

.bloghero h5 {	
	color: #fff;
	padding: 20px 0; 
	text-shadow: 0px 0px 15px rgba(1, 28, 127, 0.3);
}

.bloghero p{ 
	color: #fff; 
	text-shadow: 0px 0px 15px rgba(1, 28, 127, 0.3);
}
.bloghero .photo{ display: none }



/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Sidebars */
.sidebar { display: none; }
.sidebar .widget {display: none;}


/* # Footer Widgets 1-6
---------------------------------------------------------------------------------------------------- */


.location-list {
    -moz-column-count:3;
    /* Firefox */
    -webkit-column-count:3;
    column-count:3;
}
.office {
    line-height: 2;
    width:30%;
    white-space: nowrap;
}

.footer-widgets .widget-title{
 font-family:'DinRound-Light',Sans-Serif;
	font-size: 22px;
	font-weight: 300;
	color: #ffffff;	
}

.footer-widgets {
	background-color: #001548;
	background-color: #002147;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
	margin-top:  0px;
}
.footer-widget-area .widget {
	margin-bottom: 10px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 25%;
}

.footer-widgets-5 .widget-title,
.footer-widgets-6 .widget-title {
	display: none;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-5 {
	float: left;
}

.footer-widgets-4,
.footer-widgets-6 {
	float: right;
}

.footer-widgets-5 { clear: both; }

/* social icons */
.footer-widgets #menu-social li{
	display: inline-block;
	margin-right: 10px;
}

.footer-widgets #menu-social li,
.footer-widgets #menu-social li a,
.footer-widgets #menu-social li a i.icon-social{
	margin-right: 20px;
	padding: 0;
	width: 20px;
	display: inline-block;
	height: 20px;
}

.footer-widgets #menu-social li a i.icon-social { 
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	overflow: none;
}
.footer-widgets #menu-social li a i.icon-fb{ 
	background-image: url('images/logo-facebook.svg');
}
.footer-widgets #menu-social li a i.icon-li{ 
	background-image: url('images/logo-linkedin.svg');
}
.footer-widgets #menu-social li a i.icon-yt{ 
	background-image: url('images/logo-youtube.svg');
}
.footer-widgets #menu-social li a i.icon-tw{ 
	background-image: url('images/logo-twitter.svg');
}

.footer-widgets #menu-social li a:hover i.icon-social { 
    animation-name: infocus-logo;
    animation-duration: 1s;	
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner{}
	.wrap {
		max-width: 1140px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-primary {
		width: 300px;
	}

}


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

	.site-inner{}
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	
	.menu-primary.genesis-nav-menu > li > a	{
		margin: 26px 5px;
	}

	/* rowstyles */
	.t1CTA.cta-shadow, 
	.t2CTA.cta-shadow { margin-top: 50px;}
	.cta-box.icon-top.one-half {
		margin: 60px 20px !important;
		position: relative;
		width: 45%; 
	}
	.t2CTA .cta-box.one-half:first-child{ margin-right: 0;}

	/* our team */
	.team-member .photo{ 
		background-size: 250px;
		height: 250px; 
	}

	
	/* map */
	.loaction-search form h4{ display: block;}
	.loaction-search.wrap { max-width: 100%;	}
	.loaction-search .pin{min-width: 35px; }
	
	.location-details .padding10{ padding: 10%; }
		

}

@media only screen and (max-width: 1023px) {
	.hide-tablet{ display: none !important;  }
	.hide-img-tablet img{ display: none; }
		

	.site-inner{}
	.wrap {
		max-width: 800px;
	}

	.content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.gapmobile{ display: block; }
	.gap{display: none;}	

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	nav .about-menu ul.sub-menu{ opacity: 1 !important; }
	nav .about-menu ul.sub-menu > li{ display: inherit; }
	.menu-secondary{display: none; }
	
	body .padding0,
	body .padding5,
	body .padding10,
	body .padding15,
	body .padding20,
	body .padding25,
	body .padding30,
	body .padding35,
	body .padding40,
	body .padding45,
	body .padding50{ padding: 0 2%;}

	.site-header .search-form { margin: 16px auto; 	}

	/* ### Genesis Responsive Menus */
	.nav-top.genesis-nav-menu {display: none;}

	nav.nav-primary ul.genesis-nav-menu  li.search-icon a{
		background-color: #001548;
		color: #fff;
		width: 42px;
		position: absolute;
	}
	a.search-btn-mobile {
		position: absolute;
		right: 200px;
		top: 13px;
	}
	
	/* logo + btn */
	.site-container > .site-logo{
		display: block;
		position: absolute;
		left: 3%;
		top: 10px;
		width: 100px;
		margin: 0;
	}
	.site-container nav .wrap > .site-logo{ display: none;}

	.t1HeroSearch .search-adviser {
		margin: 0 auto;
		position: relative;
		width: 80%;
		height: 188px;
		top: 100px;
		white-space:inherit;
		padding :40px;
		line-height: 1.3;
		display: block;
		text-align: center;
	}
	.t1HeroSearch span {
		margin: 20px 0; 
	}
	
	.menu-btn-pcode{
		color: #001548;
		padding: 0px 10px;
		border-radius: 25px;
		line-height: 2.3;
		background-color: #fba927;
		margin: 0;
		border: 2px solid rgba(255,161,0,0);
		background-image: none;
		font-family: 'DinRound-Medium',Sans-Serif;
		font-size: 15px;
		text-align: right;
		box-shadow: none;
		position: absolute;
		right: 60px;
		top: 5px
	}		
	.menu-btn-pcode.disabled{
		color: #aaa;
		background-color: #eee;
		pointer-events: none;
		cursor: default;
	}
	

	/*  menu */
	
	.genesis-nav-menu,
	.genesis-nav-menu .sub-menu a{
		font-size: 20px;
		font-size: 1.8rem;
	}


	.genesis-responsive-menu .genesis-nav-menu{
		background-color: #fff;
		width: 100%;
		position: absolute;
		margin-top: 45px;
		z-index: 1000;
	}
	
	.genesis-responsive-menu .wrap {
		max-width: 100%;
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
		
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	/* toggle */

	.menu-toggle {
		position: relative;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 1.8em;
		margin-right: 10px;
		text-rendering: auto;
		font-size: 30px;
		position: relative;
		top: -5px;		
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-radius: 0;
		box-shadow: none;
		background-color: transparent;
		border-width: 0;
		color: #333;
		display: block;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		outline: none;
		border: none;
		float: right;
		height: 50px;
		font-size: 0;
		padding: 0px;
		padding-right: 10px;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		border-width: 0;
		color: #faa100;
	}
	
	.genesis-responsive-menu .menu-item-has-children .sub-menu{
			border-top: 1px solid #faa100;
	}


	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		width: 100%;
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a{
		padding-left: 20px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		width: 100%;
	}
	.menu-primary.genesis-nav-menu > li.current-menu-item > a{
		 background: transparent;
	}
	.menu-primary.genesis-nav-menu > li > a:hover{
		animation: none;
		background: none;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item-has-children .sub-menu{
			border-top: 1px solid #faa100;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	/* row styles */	
	
	iframe{ padding: 2%; }
	
	.hero{  height: 500px; }
	
	.t1HeroSearch h1{
		font-size: 36px;
		padding: 30px;
	    margin: 100px 5% 0;
		text-shadow: 0 0px 20px rgba(0,21,28,0.3), 0 0px 10px rgba(0,21,28,0.3);;
	}
	.t1HeroSearch h1{
		display: inline-block;
		max-width: 400px;
	}
	.t2EdgeImgTxt .img-oversize{
		display: none;
	}
	.t2EdgeImgTxt .wrap{min-height: unset; }
	.t2EdgeImgTxt .wrap .content{
		width: 100%;
		margin-left: 0;
	}
	/*..images */
	
	.mobile-image{
		display: block; 
		padding: 0px 50px 50px;
	}
	.mobile-image img{width: 100%;}

	.t2LogoTxtImg .mobile-image,
	.t2ImgLogoTxt .mobile-image{
		display: none;
	}
		
	.t2EdgeImgTxt .mobile-image{ 
		width: 100%;
		position: relative;
		top: 50px;
		padding: 0;
		margin-bottom: 60px;
	}
	.t2EdgeImgTxt .corner.topright {
		position: absolute;
		right: 0;
		top: 50px;
		margin-left: 100%;
		background-size: 50px;
		background-position: top right;
	}
	.t2TxtEdgeImg  .corner.topleft {
		position: absolute;
		left: 0;
		top: 0px;
		background-size: 50px;
		background-position: top left;
		margin-left: 0%;		
	}	
	.t2BigImgTxt .wrap{
		margin: 20px 0 0;
		display: block;
		max-width: 100%;
		padding: 0;
		min-height: unset;
	}
	.t2BigImgTxt .big-img{display: none;}
	.t2BigImgTxt .one-half{
		padding-left: 0px;
		padding-top: 0px; 
		padding-bottom: 0px;
		width: 100%;
	}
	.t2BigImgTxt .one-half.text-area{
		padding-left: 5%;
		padding-right: 5%;
	}
	.t2BigImgTxt .corner.topright {
		top: 0px;
		background-size: 50px;
		background-position: top right;
	}

	.t2Statement h2{ text-align: center;	}
	.t2Statement .wrap{ display: block; }	
	.t2Statement .one-half{ width: 100%; padding: 10%;}	
	.t2Statement .statement {
		top: 0px;
		position: relative;
		width: 100%;
		background-color: #fff;
		margin-left: 0;
		background: transparent;
		box-shadow: none;
		padding: 0;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.t2Statement .statement p {
		line-height: 1.4;
		font-size: 30px;
	}
	.t2Statement .statement:after {
		border-right-color: rgba(255, 255, 255, 0);
	}
	.t2Statement .statement small {	top: -10px; }
	.t2Statement .one-half:first-child img{ 
		padding: 0 10%;
		text-align: center; 
		width: 100%; 
	}
	
	.t2Statement .one-half:last-child img{display: none; }
	.t2TxtEdgeImg .bkg-oversize,
	.t2TxtEdgeImg .img-oversize{
		display: none;
	}
	.t2TxtEdgeImg .wrap .content{
		width: 100%;
	}
	
	
	.t3v{ margin: 40px 0; }
	.t3v .wrap{ 
		display: block; 
		min-height: 0px;
	}
	.t3v .wrap > div{ width: 100% !important; text-align: center;}
	.t3v .wrap .icon{ display: none ; }
	.t3v .wrap .text-area{ 
	    padding-left: 0%;
		padding-right: 0%;
		line-height: 1.5;
	}
	.t3v h4 {text-align: center; }
	.t3v1 .image{ display: none; }

	.t2BigImgTxt .corner.topright{
		right: 5%;
		left: auto;
	}
	.t2StatText.row-middle{
		padding-left: 10%;
		padding-right: 10%;		
	}
	
	.news-col{ margin-top: 40px; }

	.team-member{ width: 48%; }

	/* contact us */
	body.page-id-32 h1 { top: 0px; 	}
	.container-contact {
		position: relative;
		top: 0px;
		background-color: #fff;
		border-radius: 20px;
		padding: 0;
		box-shadow: 5.4px 10.7px 49px 0 rgba(1, 28, 127, 0.1);
		z-index: 90;
	}
	.form-contact{
		width: 100%;
		border-bottom-left-radius: 0px;
	}	
	.widget-contact{
		border-top-right-radius: 0px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		width: 100%;
	    margin-bottom: 100px;
	}
	ul.gfield_checkbox li {
		width: 50%;
		white-space: nowrap;
		line-height: 1.2;
	}
	ul.gform_fields li.show-label label.gfield_label{
		line-height: 1.3;
	}
	
	/* our team */
	.team-member .photo{ 
		background-size: 250px;
		height: 250px; 
	}

	
	/* map */
	.loaction-search .container-left{width: 40%;}
	.loaction-search .container-right{width: 60%;}
	.location-details .padding10{ padding: 5%; }
	.location-details .service-img {
		border-radius: 70px;
		width: 100px;
		height: 100px;
		margin: 0 auto;
		background-size: 70px;
	}
	
	/* blog/news */
	.news-col .ms-item,
	.news-col .ms-item-promote{
		width: 47%;
		margin: 1.5%;
	}
	.blog-controls ul li input{
		text-indent: 0px;
	}
	/* footer */
	.footer-widgets-1, 
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4{
		display: inline-block;
		width: 50%;
		float: none;
		vertical-align: top;
	}
	.footer-widgets .widget-title {
		font-size: 18px;
		margin: 10px 0;
	}
	.footer-widgets-5 ul > li {
		margin: 0;
	}
	.footer-widgets ul > li {
		line-height: 0;
	}	
	.footer-widgets li a{ 
		letter-spacing: 0;
		word-spacing: 0;
	}
}

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


	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		/* padding: 5% 5% 0; */
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}
	h1 { font-size: 40px; }
	.pagination { margin: 5% auto; }

	.archive-pagination li a { margin-bottom: 4px;	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.row-middle{
		padding-top: 40px;
		padding-bottom: 0px;
	}


	.iconsX4 .one-fourth{ width :46%; }

	/* row styles */	
	.search-result-website,
	.search-result-blog{ 
		width: 100%;
		float: left; 
		padding-left: 0px;
	}
	
	/* row styles */	
	.hero{  height: 400px; }
		
	.t1HeroSearch .search-adviser{
		top: 50px;
		padding: 10px;
		height: 170px;
	}
	.t1HeroSearch span { 
		display: block;
		font-size: 22px;	
	}

	.t1HeroSearch h1{
		display: inline-block;
		max-width: 400px;
	}

	.mobile-image {
		display: block;
		padding: 0px;
	}

	.t2LogoTxtImg, .t2ImgLogoTxt,
	.t2LogoTxtImg .mobile-image,
	.t2ImgLogoTxt .mobile-image{
		display: block;
		width: 100%;
	}
	.t2LogoTxtImg .one-half,
	.t2ImgLogoTxt .one-half{
		display: block;
		width: 100%;
	}
	.t2LogoTxtImg .img-area,
	.t2ImgLogoTxt .img-area{
		display: none;
	}
	.t2TxtEdgeImg,
	.t2EdgeImgTxt,
	.t2ImgTxt,
	.t2TxtImg{
		display: block;
	}
	.t2LogoTxtImg .text-area{ padding: 0; }
	
	.modal-screen.open{ animation-duration: 0s; /* jitter fix */}
	.modal-content.open{ animation-duration: 0s; /* jitter fix */ }

	.row-middle{ padding-top: 10px;}
	
	.iconlinks .one-third{width: 33%;}
	.iconlinks .link .text {    
		padding: 7px;
		font-size: 22px;
	}
	.iconlinks .link .icon {
		margin: 0 auto 10px;
		width: 130px;
		height: 130px;
		border-radius: 70px;
		padding: 10px;		
	}	
	.t2ColList .list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.cta-box.icon-top.one-half {
		margin: 60px 0 !important;
		width: 100%; 
	}
	.t1CTA .cta-box.icon-top, 
	.t2CTA .cta-box.icon-top{
			display: block;
	}
	.t1CTA .cta-box{
		padding-top: 60px;
	}
	.t1CTA .icon, 
	.t2CTA .icon{
	    left: 45%;
	    left: calc(50% - 65px);
		left: -moz-calc(50% - 65px);
		left: -webkit-calc(50% - 65px);
		left: -o-calc(50% - 65px);
		left: calc(50% - 65px);
		
		width: 130px;
		height: 130px;
		top: -65px;
	}

	/* IE CTA */
	body.ie .t1CTA.cta-shadow, 
	body.ie .t2CTA.cta-shadow{margin-top: 30px;}
	
	body.ie .cta-box.icon-top.one-half{margin: 30px 0 !important;}

	body.ie .t1CTA .cta-box .icon,
	body.ie .t2CTA .cta-box .icon{
		margin: 0;
	}

	/* relative news */
	
	.news-col .news-col-content,
	.news-col .news-col-content:nth-child(2){ width: 46.5%; }
	
	.news-col .news-col-content:nth-child(3) {
        display: none;
    }	
	
	/* insights news */
	.blog-hero .container .news-col-content .wrapper .news-col-title {
		font-size: 28px;
	}
	.blog-controls ul li { width: 28%;}
	
	.insights-landing .title{display: none;}
	
	.author-img{ display: none; }

	/* leadership-member */
	.leadership-member .wrap {
		display: block;
	}

	/* our people  */
	.microsite .service,
	.location-details .service{ width: 48%; }
	.our-people {
		height: unset;
		float: none;
		text-align: center;
		margin: 30px 0px 0 0px;
	}
	.modal-content .team-member .one-half{
		width: 48%;
		padding: 2%;
	}
	/* contact  */
	ul.gfield_checkbox li {
		margin-left: 5%;
		width: 100%;
		white-space: nowrap;
		line-height: 1.2;
	}
	/* map  */
	.loaction-search .container-left,
	.loaction-search .container-right{
		width: 100%;
	}
	.location-details .inner-shadow{
		padding: 5%;
	}
	.team-profile .about {
		padding-left: 0px;
	}	
	.loaction-search form h4 {
		display: inline-block;
	}
	.map-mobile-nav{ display: block; }
	.team-profile {
		text-align: center;
	}
	.team-profile .photo{ float: none;     margin: 0 auto 20px;}	
	
	.location-list {
		-moz-column-count:2;
		-webkit-column-count:2;
		column-count:2;
	}
	.office {
		line-height: 2;
		width:49%;
		white-space: nowrap;
	}

}

@media only screen and (max-width: 640px) {
	.modal-content .team-member .one-half{
		width: 100%;
		padding: 0%;
		text-align: center;
	}
	.modal-content .team-member .photo{
			float: none;
			width: auto;
	}
	h2 { font-size: 32px; }

	/* row styles */	
	.hero{  height: 300px; }
	.hero h1, .t1HeroSearch h1, .t1heroicon h1 {
		display: inline-block;
		padding: 10px 20px;
		margin: 0 5%;
		font-size: 30px;
		background-size: 14px;
		line-height: 1.2;
	    text-align: center;
	}
	.hero-icon{
		width: 130px;
		height: 130px;
	}
	.t1HeroSearch .search-adviser{
			top: 100px;
		    padding: 10px;
			height: 140px;
			width: 90%
	}
	.t1HeroSearch span{
		margin: 10px 0;
	}
	
	.modal-content .team-member,
	.team-member{ 
		text-align: center;
		width: 90%; 
	    margin: 0% 5%;
		padding: 20px;
	}

	.team-row .our-people{ margin-bottom: 50px; }
	
	.team-member .photo{ 
		background-size: 350px;
		height:350px; 
	}
	
	.team-member h4{
		text-align: center;
	}
	.iconlinks.wrap {
		padding: 0;
	}
	.t2Statement .statement p {
		font-size: 20px;
	}

	/* insites / news */
	.news-col .news-col-content,
	.news-col .news-col-content:nth-child(2){ width: 100%; }

	.news-col .ms-item,
	.news-col .ms-item-promote{
		width: 100%;
		margin: 0;
	}
	.blog-controls ul li {
		float: none;
		width: 90%;
		margin: 2% 10%;
	}
	.iconlinks .icon-box {
		display: inline-block;
		width: 48%;
	}

	/* relative news */
	.news-col .news-col-content{ width: 100%; }
	.news-col .news-col-content:nth-child(2), 
	.news-col .news-col-content:nth-child(3) {
        display: none;
    }	
	
	.location-list {
		-moz-column-count:1;
		-webkit-column-count:1;
		column-count:1;
	}
	.office {
		text-align: center;
		line-height: 1.3;
		width:100%;
		white-space: nowrap;
	}
}


@media only screen and (max-width: 360px) {
	/* nav*/

	/* row styles */
	.hero h1, .t1HeroSearch h1, .t1heroicon h1 {
		padding: 10px 10px 20px 20px;
	}
	.t1HeroSearch .search-adviser{
		padding: 5px;
		width: 100%;
	}	
	.modal-content .team-member .photo{
		width: 100%;
		height: 200px;
		background-size: 200px;
	}
	.modal-content .team-member, 
	.team-member {
		text-align: center;
		width: 99%;
		margin: 0% 1%;
		padding:0;
	}
	/* footer */
	.iconlinks .link .text {    
		padding: 7px;
		font-size: 18px;
	}
	.iconlinks .link .icon {
		margin: 0 auto 10px;
		width: 120px;
		height: 120px;
		border-radius: 60px;
		padding: 20px;		
	}	
	/* footer */
	.map-mobile-nav {
		padding: 20px 5px;
	}
	.map-mobile-nav a{ padding: 10px; }
	.iconlinks .icon-box{ width: 95% };
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}

/* ---------------------------------------------------------- */


/*

body {
	 background: repeating-linear-gradient(
	  45deg,
	  #f5f5f5,
	  #f5f5f5 2px,
	  #fff 2px,
	  #fff 10px
	);

}
.site-logo img{ display: none}
.site-logo a{
	display: block;
    height: 32px;
    background-size: contain;
    background-image: url(images/inbeta.gif);
    background-repeat: no-repeat;
}
 */

