*
{
    margin: 0;
    padding: 0;
    border-width: 0;

    font: inherit;
    text-align: left;
    outline: 0;
}
body
{
    position: relative;
    left: 0;

    font-size: 12px;
    line-height: 2;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #231f20;
    transition: all 0.5s;
}
label,
.label
{
    padding: 0;
    margin: 0;

    font-size: 1em;
    font-weight: 700;
    color: inherit;
}
fieldset
{
    padding: 0;
    border: 0;
    margin: 0;
}
#AdvancedSearchFilter_PnlSalaryBands div input,
#search-salary input,
.secure-login input.login-inp,
#wrapper .form-control,
input[type=text],
input[type=password],
input[type=email],
textarea,
select
{
    width: 100%;
    height: 3.57em;
    padding: 0.7em;
    border: solid 2px #e6e6e6;

    border-radius: 0;
    font-size: 12px;
    font-weight: 300;
}
select
{
    /* insert custom arrow here */
    cursor: pointer;
}
select[multiple],
textarea
{
    height: auto;
}
select[multiple]
{
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
}
optgroup,
option
{
    padding: 0.7em;
}
input[type="checkbox"],
input[type="radio"]
{
    margin: 0.3em 0.5em 0 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    opacity: 1;
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    opacity: 1;
    color: #999;
}
a
{
    text-decoration: none;
    color: #00b0d8;
}
a:hover,
a:focus,
a:active
{
    text-decoration: none;
    color: #231f20;
}
ol, ul
{
    margin: 0 0 2em 0;
}

p{
    margin: 0 0 5px 0;
}
ul
{
    padding-left: 17px;

    list-style-image: url("/nakama-group-plc/images/list-style-image.svg");
}
ul.n_plain
{
    list-style: none;
    padding-left: 0;
}
ol
{
    padding-left: 22px;
}
strong
{
    font-weight: bold;
}
em
{
    font-style: italic;
}
b
{
    font-weight: 400;
    color: #00b0d8;
}
blockquote, q
{
    quotes: none;
}
blockquote
{
    position: relative;
    padding: 37px 0 0;
    margin: 0 0 22px 0;

    font-size: 45px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
}
blockquote:before
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";

    width: 75px;
    border-top: solid 3px #00b0d8;
}
blockquote:after
{
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
    content: "";

    width: 100%;
    border-top: solid 1px #231f20;
}
blockquote p
{
    margin: 0 0 10px;
}
blockquote footer
{
    display: block;
    font-size: 24px;
}
blockquote cite
{
    display: block;
    color: #00b0d8;
}
img,
iframe
{
    max-width: 100%;
}
.video-container
{
    overflow: hidden;
    position: relative;

    height: 0;
    padding: 0;
    padding-bottom: 56.25%; /*16:9*/
}
.video-container iframe
{
    position: absolute;
    top:0;
    left: 0;

    width: 100%;
    height: 100%;
}

h1
{
    position: relative;
    padding: 0 0 16px 0;
    margin: 0 0 75px 0;

    font-size: 52px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    color: #231f20;
}
h1:before
{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";

    width: 75px;
    border-top: solid 3px #00b0d8;
}
h1:after
{
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 1;
    content: "";

    width: 298px;
    max-width: 100%;
    border-top: solid 1px #231f20;
}
h2,
#n_home-container h1
{
    /*margin: 0 0 22px 0;*/
    margin: 20px 0 5px 0;

    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    color: #231f20;
}


.meet-the-team-profile h2
{
    font-size: 22px;
}



.meet-the-team-profile p
{
    font-size: 14px;
    line-height: 14px;
}

h2.n_alt,
#n_home-container h1
{
    position: relative;
    padding: 0 0 11px 0;
    margin: 0;

    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    color: #231f20;
}
h2.n_alt:before,
#n_home-container h1:before
{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";

    width: 75px;
    border-top: solid 3px #00b0d8;
}
h2.n_alt:after,
#n_home-container h1:after
{
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 1;
    content: "";

    width: 100%;
    border-top: solid 1px #231f20;
}
h3
{
    margin: 0 0 22px 0;

    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    color: #231f20;
}

#n_home-container
{
    margin-bottom: 30px;
}

#n_home-content h3
{
    font-size: 30px;
}


#n_home-content h4
{
    font-size: 25px;
    font-weight: 600;
}

hr
{
    display: block;
    position: relative;
    clear: both;

    height: 1px;
    border: 0;
    margin: 3em 0 1.5em 0;
}
/*hr:before
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: "";

	width: 100px;
	border-top: solid 4px #00b0d8;
}*/
hr:after
{
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 1;
    content: "";

    width: 100%;
    border-top: solid 1px #231f20;
}

#dynamic-content,
#content
{
    padding-bottom: 45px;
}

.container-fluid
{
    width: 1200px;
    max-width: 100%;
}
.n_row-spacing
{
    margin-top: 3em;
}


.n_tab-heading
{
    position: relative;
    margin: 2px 0 0;
}
.n_tab-heading h2
{
    padding: 0;
    margin: 0;
}
.n_tab-heading a
{
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 21px 60px 21px 28px;

    font-size: 14px;
    line-height: 1.35;
    cursor: pointer;
    background: #00b0d8;
    color: #fff;
}
.n_tab-heading a:after
{
    position: absolute;
    top: 30%;
    right: 28px;

    font-family: FontAwesome;
    content: "";
}
.n_tab-heading.active a:after
{
    content: "";
}
.n_tab-heading h2 a:hover,
.n_tab-heading h2 a:focus,
.n_tab-heading h2 a:active
{
    background-color: #231f20;
}



.n_tab-heading.n_alt
{
    margin-top: 27px;
}
.n_work-for-us .n_tab-heading:first-of-type
{
    margin-top: 36px;
}
.n_tab-heading.n_alt:before,
.n_tab-heading.n_alt:after
{
    position: absolute;
    left: 0;
    top: 1px;
    right: 0;
    content: "";

    border-top: solid 1px #ccc;
}
.n_tab-heading.n_alt:after
{
    top: 0;
    left: auto;

    width: 37px;
    border-top: solid 3px #00b0d8;
}
.n_tab-heading.n_alt h2
{
    position: relative;
}
.n_tab-heading.n_alt h2:before,
.n_tab-heading.n_alt h2:after
{
    position: absolute;
    left: 0;
    bottom: 1px;
    right: 0;
    content: "";

    border-top: solid 1px #ccc;
}
.n_tab-heading.n_alt h2:after
{
    bottom: 0;
    left: auto;

    width: 37px;
    border-top: solid 3px #00b0d8;
}
.n_tab-heading.n_alt a
{
    display: block;
    min-width: 0;
    padding-left: 0;

    font-size: 22px;
    font-weight: 900;
    background-color: transparent;
    color: #231f20;
}
.n_tab-heading.n_alt a:hover,
.n_tab-heading.n_alt a:focus,
.n_tab-heading.n_alt a:active
{
    background-color: transparent;
    color: #00B0D8;
}
.n_tab-heading.n_alt a:after
{
    right: 14px;
    content: "";
    font-size: 15px;
}
.n_tab-heading.n_alt.active a:after,
.n_tab-heading.n_alt.active a:after,
.n_tab-heading.n_alt.active a:after
{
    content: "";
}

.n_tab-content
{
    overflow: hidden;
    max-height: 0;
    padding: 0 14px;

    opacity: 0;
    transition: all 0.5s;
}
.n_tab-content.active
{
    overflow: visible;
    max-height: 10000px;
    padding-top: 28px;
    padding-bottom: 28px;

    opacity: 1;
}
.n_tab-content > *:last-child
{
    margin-bottom: 0;
}


.n_pop-up-container
{
    position: relative;
}
.n_pop-up-heading
{
    font-size: 14px;
    line-height: 2;
}
.n_pop-up-heading a
{
    cursor: pointer;
}
.n_pop-up-box
{
    overflow: hidden;
    position: absolute;
    top: 2.25em;
    left: 0;
    z-index: 1;

    max-height: 0;
    padding: 0 28px;

    opacity: 0;
    cursor: pointer;
    transition: all 0.5s;
    background: #231f20;
    color: #fff;
}
.n_pop-up-box.active
{
    max-height: 10000px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    opacity: 1;
}
.n_pop-up-box:before
{
    position: absolute;
    left: 20px;
    top: -10px;
    content: "";

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #231f20 transparent;
}
.n_pop-up-box:after
{
    position: absolute;
    right: 10px;
    top: 0px;
    content: "";

    font-size: 18px;
    font-family: FontAwesome;
}
.n_pop-up-box h4
{
    position: absolute;
    left: -5000em;
    top: -5000em;
}
.n_pop-up-box ul
{
    margin: 0;
}
.n_pop-up-box li
{
    line-height: 1.2;
    margin-bottom: 0.75em;
}


#annual-reports
{
    width: 100%;
}

.contact-us-name
{
    font-size: 15px;
}


#n_top-bar-container
{
    background: #231f20;
}
#n_top-bar-content ul
{
    padding: 0;
    margin: 0;

    list-style: none;
}
#n_top-bar-content li
{
    display: block;
    float: left;

    width: 12.5%;
    padding: 0;
    margin: 0;
}
#n_top-bar-content li:first-child
{
    display: none;
}
#n_top-bar-content a
{
    display: block;

    font-size: 12px;
    line-height: 2.3;
    text-align: center;
    text-transform: uppercase;
    color: #ccc;
}
#n_top-bar-content a:hover,
#n_top-bar-content a:focus,
#n_top-bar-content a:active
{
    color: #fff;
}

#n_header-container
{
    padding: 15px 0 45px;
}
#n_logo
{
    display: block;
    float: left;

    width: 182px;
    height: 181px;

    text-indent: -5000em;
    outline: 0;
    background: url("/nakama-group-plc/images/logo.svg") no-repeat 0 0;
}
#n_navigation-button
{
    float: left;
    padding: 71px 7px 0 37px;
}
#n_navigation-button a
{
    display: block;
    width: 33px;
    height: 33px;

    border-radius: 50%;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    background: #00b0d8;
    color: #fff;
}
#n_navigation-button a:hover,
#n_navigation-button a:focus
#n_navigation-button a:active
{
    background-color: #231f20;
}

#n_navigation
{
    float: left;
    padding: 69px 0 0;
}
#n_navigation > a
{
    display: none;
}
#n_navigation ul
{
    padding: 0;
    margin: 0;

    list-style: none;
}
#n_navigation li
{
    display: block;
    padding: 0;
    /*padding: 5px;*/
    margin: 0;
}
#n_navigation > ul
{
    overflow: hidden;
    max-height: 0;
    position:relative;
    opacity: 0;
    transition: all 0.5s;
}
.n_active-navigation #n_navigation > ul
{
    display: block;
    overflow: visible;
    max-height: 1000px;
    opacity: 1;
}
#n_navigation > ul > li
{
    float: left;
    position: relative;
    z-index: 99999;
}
#n_navigation > ul > li > a
{
    display: block;
    padding: 4px 12px;

    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #231f20;
}
#n_navigation > ul > li:hover > a,
#n_navigation > ul > li:focus > a,
#n_navigation > ul > li:active > a
{
    background-color: #00b0d8;
    color: #fff;
}
#n_navigation ul ul
{
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;

    /*width: 225px;*/
    width: 300px;
    max-height: 0;

    opacity: 0;
    transition: all 0.5s;
}
#n_navigation ul ul:hover,
#n_navigation li:hover > ul
{
    overflow: visible;
    max-height: 1000px;
    opacity: 1;
}
#n_navigation li li
{
    display: block;
}
#n_navigation li li a
{
    display: block;
    padding: 4px 18px;
    border-bottom: solid 1px #231f20;

    font-size: 14px;
    font-weight: 300;
    background: #fff;
    color: #231f20;
}
#n_navigation li li a:hover,
#n_navigation li li a:focus,
#n_navigation li li a:active
{
    background: #00b0d8;
    color: #fff;
}
#n_navigation ul ul ul
{
    display: none;
}


.right-container-style
{
    margin-top: 160px;
    border-left: 1px solid #b8b8b8;
    padding-left: 20px;
    margin-bottom: 40px;
}


.reports-style p
{
    font-size: 15px;

}

.advisors-alignment
{
    padding-left: 50px;
}

.advisors-style h3
{
    padding-top: 25px;
    margin: 0 0 10px 0;
    font-size: 16px;
}
#annual-reports>tbody>tr:first-child
{
    font-weight: 600;
    font-size: 18px;
}

#annual-reports>tbody>tr:nth-of-type(even)
{
    background-color: #f9f9f9;
}

.n_banner-random > div
{
    display: none;
}
.n_banner-random > div:first-child
{
    display: block;
}
.n_banner-slider
{
    overflow: hidden;
    position: relative;
}
.n_banner-slider > div
{
    display: none;
}
.n_banner-slider > div:first-child
{
    display: block;
}
.n_banner-random blockquote
{
    padding: 0 0 75px;
    font-size: 66px;
}
.n_banner-random blockquote footer
{
    font-size: 36px;
}
.n_banner-slider blockquote:before,
.n_banner-slider blockquote:after,
.n_banner-random blockquote:before,
.n_banner-random blockquote:after
{
    display: none;
}



.n_adjacent-job-search
{
    margin-top: 36px;
}
#n_job-search
{
    margin: 0 0 1.5em 0;
}
#n_job-search label
{
    position: absolute;
    left: -5000em;
    top: -5000em;
}

#n_job-search input[type=text],
#n_job-search select
{
    height: 5.47em;
    padding: 1.7em 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;

    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
#n_search-link
{
    margin: 31px 0 0;
}



.n_latest-jobs h2:after,
.n_latest-jobs h2:before
{
    display: none;
}
.n_latest-jobs-pager
{
    overflow: hidden;
    max-width: 157px;
    height: 30px;
    margin: -2px 0 4px;
}
.n_latest-jobs-pager a
{
    position: relative;
    float: left;
    width: 36px;
    height: 30px;
    margin: 0 2% 0 0;

    text-indent: -5000em;
    outline: 0;
}
.n_latest-jobs-pager a:before
{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    border-top: solid 1px #231f20;
    content: "";
}
.n_latest-jobs-pager a.active:before
{
    border-top: solid 3px #00b0d8;
    top: 0;
}
.n_latest-jobs-pager a:hover
{
    background: #231f20;
}
.n_latest-jobs .jcarousel-clip
{
    position: relative;
    overflow: hidden;
    height: 24em;
}
.n_latest-jobs ul
{
    overflow: hidden;
    position: relative;
    height: 20000em;
    padding: 0;
    margin: 0;

    list-style: none;
}
.n_latest-jobs li
{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 24em;
}
.n_latest-jobs .rss-item
{
    display: block;
    overflow: hidden;
    height: 4em;
    padding: 0;
    margin: 0 0 2em;
}
.n_latest-jobs .rss-item-pubDate
{
    display: block;

    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #b3b3b3;
}
.n_latest-jobs .rss-item-title
{
    display: block;
}
.n_latest-jobs .rss-item-title a
{
    display: block;
    overflow: hidden;
    padding: 0 22px 0 0;

    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #231f20;
}
.n_latest-jobs .rss-item-title a:focus,
.n_latest-jobs .rss-item-title a:hover,
.n_latest-jobs .rss-item-title a:active
{
    color: #00b0d8;
}
.n_latest-jobs .rss-item-description
{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    color: #231f20;
}
.n_latest-jobs .rss-item-description i
{
    display: inline-block;
    margin-right: 5px;
}






#n_home-content .n_row-spacing
{
    margin-top: 112px;
}

.n_home-menu
{
    padding: 0;
    margin: 0;

    list-style: none;
}
.n_home-menu li
{
    display: block;
    padding: 0;
    margin: 0;
}
.n_home-menu a
{
    display: block;
    height: 5.47em;
    padding: 1.7em 0;
    border-bottom: solid 2px #e6e6e6;

    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #231f20;
}
.n_home-menu a:hover,
.n_home-menu a:focus,
.n_home-menu a:active
{
    color: #00b0d8;
}
.n_home-menu i
{
    display: inline-block;
    margin-right: 24px;
    font-size: 11px;
}

.n_get-social
{
    padding: 60px 0 0;
}
.n_get-social a
{
    display: block;
    width: 53px;
    height: 50px;

    text-align: center;
    background: url("/nakama-group-plc/images/social-circle.svg") no-repeat 50% 50%;
}
.n_get-social i
{
    font-size: 18px;
    line-height: 50px;
    color: #231f20;
}
.n_get-social a:hover i,
.n_get-social a:focus i,
.n_get-social a:active i
{
    color: #00B0D8;
}
.n_get-social span
{
    position: absolute;
    left: -5000em;
    top: -5000em;
}

.n_twitter-feed
{
    width: 370px;
    max-width: 100%;
    height: 190px;
    padding: 30px;
    margin: 25px 0 0;

    background: #231f20 url("/nakama-group-plc/images/twitter-background.jpg") no-repeat right top;
}




.n_latest-market-information
{
    position: relative;
    margin: 60px 0 112px;
}
.n_latest-market-information-pager
{
    overflow: hidden;
    position: absolute;
    left: 33%;
    top: 15px;
    z-index: 100;

    padding: 0 0 0 37px;
}
.n_latest-market-information-pager a
{
    display: block;
    float: left;

    width: 9px;
    height: 9px;
    border: solid 1px #00b0d8;
    margin: 0 7px 0 0;

    border-radius: 50%;
    text-indent: -5000em;
    outline: 0;
}
.n_latest-market-information-pager a.active
{
    background: #00b0d8;
}
.n_latest-market-information .jcarousel-clip
{
    position: relative;
    overflow: hidden;
    height: 265px;
    padding: 0;

    background: #f7f7f7;
}
.n_latest-market-information ul
{
    position: relative;
    overflow: hidden;
    height: 20000em;
    padding: 0;
    margin: 0;
}
.n_latest-market-information li
{
    display: block;
    height: 265px;
    padding: 0;
    margin: 0;
}
.n_blog-post
{
    display: block;
    overflow: hidden;
    clear: both;
    height: 100%;
}
.n_blog-post-thumbnail
{
    display: block;
    float: left;
    width: 33%;
    height: 100%;
}
.n_blog-post-thumbnail img
{
    width: 100%;
    height: 100%;
}
.n_blog-post-title
{
    display: block;
    overflow: hidden;
    float: right;

    width: 67%;
    padding: 45px 37px 0;

    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
}
.n_blog-post-date
{
    display: block;
    overflow: hidden;
    float: right;

    width: 67%;
    padding: 0 37px 1em;

    font-size: 14px;
    line-height: 1;
    color: #ccc;
}
.n_blog-post-description
{
    display: block;
    overflow: hidden;
    float: right;

    width: 67%;
    padding: 0 37px;

    font-size: 14px;
    line-height: 1.2;
    color: #58595b;
}


.n_contact-headings
{
    padding-top: 56px;
}
.n_contact-headings h2
{
    margin: 0 0 41px 0;
}
.n_contact-headings a
{
    display: block;
    position: relative;
    padding: 26px 0 0;

    font-size: 30px;
    color: #231f20;
}
.n_contact-headings a:before
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";

    width: 75px;
    border-top: 3px solid #00b0d8;
}
.n_contact-headings a:after
{
    position: absolute;
    top: 1px;
    right: 0;
    left: 0;
    z-index: 1;
    content: "";

    border-top: 1px solid #231f20;
}
.n_contact-headings a:hover,
.n_contact-headings a:focus,
.n_contact-headings a:active
{
    color: #00B0D8;
}
.n_contact-headings a span
{
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #00b0d8;
}
.n_contact-headings a:hover span,
.n_contact-headings a:focus span,
.n_contact-headings a:active span
{
    color: #231f20;
}
.n_contact-headings a span:before
{
    display: inline-block;
    content: "";
}


.n_contact-location
{
    font-size: 14px;
    line-height: 1.4;
}
.n_contact-location hr
{
    margin: 75px 0 37px;
}





.n_meet-team-list ul
{
    padding: 0;
    margin: 0;
    border-left: solid 1px #231f20;

    list-style: none;
}
.n_meet-team-list li
{
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 0 18px 0;
}
.n_meet-team-list a
{
    display: block;

    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    text-align: right;
}
.n_meet-team-list img
{
    float: right;
    width: 60px;
    height: 60px;
    margin: 0 0 0 26px;

    border-radius: 50%;
    background: #efefef;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.n_meet-team-list span
{
    display: block;
    margin: 0 0 5px 0;

    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
    color: #231f20;
}
.n_meet-team-list a:hover span,
.n_meet-team-list a:focus span,
.n_meet-team-list a:active span
{
    color: #00b0d8;
}
.n_meet-team-list a:hover img,
.n_meet-team-list a:focus img,
.n_meet-team-list a:active img
{
    -webkit-filter: none;
    filter: none;
}

.n_meet-team-profile-container
{
    position: relative;
}
.n_meet-team-profile
{
    overflow: hidden;
}
.n_profile-image
{
    float: left;
    width: 22.5%;
    padding: 0 6% 0 0;
}
.n_profile-text
{
    float: right;
    width: 77.5%;

    line-height: 1.2;
}
.n_profile-text h1
{
    padding: 0;
    margin: 0;
    font-size: 22px;
}
.n_profile-text h1:before,
.n_profile-text h1:after
{
    display: none;
}
.n_profile-text b
{
    display: block;
    line-height: 1;
}
.n_profile-text .n_generic-button:before
{
    display: inline-block;
    margin: 0 15px 0 0;

    content: "";
    font-family: FontAwesome;
}


.n_meet-team .row > div
{
    padding: 0;
}
.n_meet-team
{
    padding-bottom: 225px;
}
.n_meet-team-summary
{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;

    opacity: 0;
}
.n_meet-team .row > div:hover .n_meet-team-summary,
.n_meet-team .row > div:focus .n_meet-team-summary,
.n_meet-team .row > div:active .n_meet-team-summary
{
    opacity: 1;
}
.n_meet-team-summary:before
{
    display: block;
    content: "";

    margin: 0 0 15px 0;

    font-size: 16px;
    line-height: 1;
    font-family: FontAwesome;
    text-align: center;
    color: #00b0d8;
}
.n_meet-team h2
{
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}
.n_meet-team p
{

    line-height: 1.2;
    text-align: center;
    color: #231f20;
}
.n_meet-team-image-link
{
    display: block;
    /*	min-height: 444px;*/
}
.n_meet-team img
{
    display: block;
    margin: 0 auto 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.n_meet-team .row > div:hover img,
.n_meet-team .row > div:focus img,
.n_meet-team .row > div:active img
{
    -webkit-filter: none;
    filter: none;
}
.n_meet-team h2
{
    font-size: 14px;
    text-align: center;
}




/* Announcement & Notification Page */


.announcement-notification img
{
    float: right;
    padding-right: 15px;
}


.announcement-notification span.announcement-notification-date
{
    float: right;
    padding-right: 70px;
}








/*        End Announcement & Not Style                   */






#n_latest-jobs-footer
{
    margin: 0 0 63px 0;
}
#n_latest-jobs-footer h2
{
    margin: 0 0 26px;
}
#n_latest-jobs-footer .jcarousel-clip
{
    position: relative;
    overflow: hidden;

    height: 13em;
    padding: 0;
    margin: 0;

    line-height: 1.5;
}
#n_latest-jobs-footer ul
{
    position: relative;
    overflow: hidden;

    height: 20000em;
    padding: 0;
    margin: 0;
}
#n_latest-jobs-footer li
{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 13em;
}
#n_latest-jobs-footer .rss-item
{
    float: left;
    width: 32%;
    margin: 0 0 1.5em 2%;
}
#n_latest-jobs-footer .rss-item:nth-child(3n+1)
{
    clear: both;
    margin: 0;
}
#n_latest-jobs-footer .rss-item-pubDate
{
    font-size: 12px;
    line-height: 1.875;
    text-transform: uppercase;
    color: #b3b3b3;
}
#n_latest-jobs-footer .rss-item-title a
{
    display: block;
    overflow: hidden;

    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #231f20;
}
#n_latest-jobs-footer .rss-item-title a:hover,
#n_latest-jobs-footer .rss-item-title a:focus,
#n_latest-jobs-footer .rss-item-title a:active
{
    color: #00B0D8;
}
#n_latest-jobs-footer .xmlLocation
{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}
#n_latest-jobs-footer .xmlLocation:before
{
    content: "";
    margin: 0 0.5em 0 0;

    font-family: FontAwesome;
}
#n_latest-jobs-footer .rss-item-description
{
    display: none;
}



#n_footer-container
{
    overflow: hidden;
    clear: both;

    background: #efefef;
}
#n_footer-navigation
{
    float: left;
    padding: 30px 0 0;

    font-size: 12px;
    color: #231f20;
}
#n_footer-navigation a
{
    display: inline-block;

    text-transform: uppercase;
    color: #231f20;
}
#n_footer-navigation a:after
{
    margin: 0 6px;
    content: " - ";
    color: #231f20;
}
#n_footer-navigation a:last-child:after
{
    display: none;
}
#n_footer-navigation a:hover,
#n_footer-navigation a:focus,
#n_footer-navigation a:active
{
    color: #00B0D8;
}

.n_footer-copyright
{
    float: right;

}
.n_footer-copyright a
{
    display: block;
    padding: 27px 15px;
    margin: 0 0 0 1px;

    font-size: 12px;
    text-transform: uppercase;
    background: #00b0d8;
    color: #fff;
}
.n_footer-copyright a:hover,
.n_footer-copyright a:focus,
.n_footer-copyright a:active
{
    background-color: #231F20;
    color: #fff;
}

#n_footer-social-media
{
    float: right;
    padding: 24px 18px;
}
.n_social-media a
{
    display: block;
    float: left;

    width: 30px;
    height: 30px;
    border: solid 1px #231f20;
    margin: 0 0 0 3px;

    border-radius: 50%;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    color: #231f20;
}
.n_social-media a:first-child
{
    margin-left: 0;
}
.n_social-media a:hover,
.n_social-media a:focus,
.n_social-media a:active
{
    border-color: #00B0D8;
    color: #00B0D8;
}
.n_social-media span
{
    position: absolute;
    left: -5000em;
    top: -5000em;
}




#map-canvas
{
    max-width: 100%;
}





.clear
{
    clear: both;
}
.job-navbtns .actions-button,
.job-navbtns .filters-button,
#dynamic-content .navigation,
#content .navigation
{
    display: none;
}



@media screen and (min-width: 1199px) {

    .cycle-sentinel
    {
        min-height: 341px;
    }

}

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



    .n_active-navigation
    {
        overflow-x: hidden;
        position: relative;
        left: 420px;
    }
    #n_navigation
    {
        overflow-y: scroll;
        position: fixed;
        left: -420px;
        top: 0;
        z-index: 99999;
        float: none;

        width: 420px;
        height: 100%;
        padding: 15px 0;

        background: #00b0d8;
        transition: all 0.5s;
        -webkit-overflow-scrolling: touch;
    }
    .n_active-navigation #n_navigation
    {
        left: 0;
    }
    #n_navigation ul
    {
        max-height: none !important;
        overflow: hidden !important;
    }
    #n_navigation > a
    {
        display: block;
        width: 33px;
        height: 33px;
        border: solid 1px #231f20;
        margin: 0 0 7px 37px;

        border-radius: 50%;
        font-size: 18px;
        line-height: 31px;
        text-align: center;
        color: #231f20;
    }
    #n_navigation > a:hover,
    #n_navigation > a:focus,
    #n_navigation > a:active
    {
        border-color: #fff;
        color: #fff;
    }
    #n_navigation > ul > li
    {
        display: block;
        float: none;
    }
    #n_navigation > ul > li > a
    {
        display: inline;
        padding: 0px;
        margin: 0 37px;

        font-size: 28px;
        line-height: 1;
        font-weight: 300;
        color: #fff;
    }
    #n_navigation ul ul
    {
        position: relative;
        overflow: visible;
        top:0px;
        left:0px;
        width: auto;
        max-height: none;
        padding: 5px 0;

        opacity: 1;
    }
    #n_navigation li li a
    {
        margin: 0 52px;
        padding:5px;
        border: 0;
        /*display: inline;*/
        font-size: 23px;
        line-height: 1;
        font-weight: 300;
        background: transparent;
        color: #231f20;
    }




    blockquote,
    .n_banner-random blockquote
    {
        font-size: 51px;
    }
    .n_banner-random blockquote footer
    {
        font-size: 33px;
    }

    #n_home-content h1,
    #n_home-content h2,
    #n_home-content h4
    {
        font-size: 18px;
    }

    #n_home-content h3
    {
        font-size: 23px;
    }



    .map
    {
        display: none !important;
    }

    .n_meet-team
    {
        padding-bottom: 0;
    }
    .n_meet-team-summary
    {
        position: static;
        opacity: 1;
    }

    #n_footer-navigation a
    {
        font-size: 10px;
    }

}

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

    blockquote,
    .n_banner-random blockquote
    {
        font-size: 39px;
    }
    .n_banner-random blockquote footer
    {
        font-size: 28px;
    }

    #n_top-bar-content ul
    {
        padding: 0;
    }

    #n_home-container
    {
        margin-bottom: 20px;
    }

    #n_footer-content
    {
        padding-right: 0;
    }
    #n_footer-navigation
    {
        width: 46%;
    }
    #n_footer-navigation a:after
    {
        margin: 0 3px;
    }
    .advisors-alignment {
        padding-left: 0px;
    }

    .n_get-social
    {
        padding-top: 45px;
    }
    .n_get-social > div
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .n_get-social > div:first-child
    {
        padding-left: 15px;
    }
    .n_get-social > div:last-child
    {
        padding-right: 15px;
    }
    .n_get-social a
    {
        width: 45px;
        height: 42px;

        background-size: contain;
    }
    .n_get-social a i
    {
        line-height: 42px;
    }
    .n_twitter-feed
    {
        margin-top: 14px;
    }

    .n_latest-market-information
    {
        margin: 45px 0 67px;
    }
    .n_latest-market-information .jcarousel-clip
    {
        height: 246px;
    }
    .n_latest-market-information li
    {
        height: 246px;
    }
    .n_blog-post-thumbnail
    {
        display: none;
    }
    .n_blog-post-title,
    .n_blog-post-date,
    .n_blog-post-description
    {
        float: none;
        width: auto;
    }

    .n_work-for-us .n_latest-jobs
    {
        padding-top: 60px;
    }

    .n_contact-headings
    {
        padding-top: 0;
    }

}

/* break for phones */
@media screen and (max-width: 767px) {

    h1,
    blockquote,
    .n_banner-random blockquote
    {
        font-size: 30px;
    }
    .n_banner-random blockquote footer
    {
        font-size: 22px;
    }

    #wrapper .job-navbtns .actions-button,
    #wrapper .job-navbtns .filters-button
    {
        display: block;
    }

    #n_top-bar-content li
    {
        display: none;
    }
    #n_top-bar-content li:first-child
    {
        display: block;
        width: auto;
        float: none;
    }

    #n_logo
    {
        width: 175px;
        height: 175px;
        background-size: contain;
    }

    #n_navigation-button
    {
        padding-top: 65px;
    }

    .n_active-navigation
    {
        left: 320px;
    }
    #n_navigation
    {
        width: 320px;
        left: -320px;
    }
    #n_navigation > a
    {
        margin-left: 20px;
    }
    #n_navigation > ul > li > a
    {
        margin: 0 20px;
        padding:0px;
        display:inline;
        font-size: 22px;
    }
    #n_navigation li li a
    {
        margin: 0 30px;
        font-size: 20px;
        padding:5px;
    }


    .n_tab-heading h2 a
    {
        display: block;
        padding-left: 20px;
    }
    .n_tab-content
    {
        padding-left: 20px;
        padding-right: 20px;
    }


    .n_contact-location hr
    {
        margin: 0 0 4em 0;
    }


    #n_search-link
    {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .n_meet-team-image-link
    {
        min-height: 0;
    }

    .announcement-notification span.announcement-notification-date
    {
        padding-right: 0;
    }

    .announcement-notification img
    {
        display: none;
    }


    #n_footer-content
    {
        padding: 0;
    }
    #n_footer-social-media
    {
        float: left;
        width: 50%;
        padding-left: 0;
        padding-right: 0;

        text-align: center;
    }
    .n_social-media a
    {
        display: inline-block;
        float: none;

        width: 30px;
        height: 30px;
        margin: 0;

        font-size: 13px;
        line-height: 30px;
    }

    #n_footer-copyright
    {
        width: 50%;
        padding: 35px 15px;

        text-align: center;
    }
    #n_footer-navigation
    {
        clear: both;
        float: none;
        width: auto;
        padding: 15px 20px;

        background: #fff;
    }
    #n_footer-navigation a
    {
        font-size: 11px;
    }


}


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

    .announcement-notification span.announcement-notification-date
    {
        display: none;
    }

}