/**
 * Theme Name: ampersand
 * Theme URI: http://http://ampersand.com.au/
 * Author: Nathan
 * Author URI: http://www.greengraphics.com.au/
 * Version: 2.10.1
 * Bitbucket Theme URI: https://bitbucket.org/greengraphics/ampersand-theme
 * Bitbucket Branch: master
 */

/******************************************************************************/

/*!     INDEX:                                                                */
/*!         i - Resets, Imports, Shared, Misc                                 */
/*!        ii - Body                                                          */
/*!       iii - Document Colors                                               */
/*!        iv - Typography                                                    */

/*!     STRUCTURE:                                                            */
/*!         1. - Header                                                       */
/*!         2. - Menus                                                        */
/*!         3. - Section                                                      */
/*!         4. - Article                                                      */
/*!         5. - Aside                                                        */
/*!         6. - Footer                                                       */

/******************************************************************************/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;

    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;

    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;

    margin: 0.67em 0;
}

mark {
    color: #000000;
    background: #ffff00;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;

    margin: 0;

    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;

    border: 0;
}

input {
    line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;

    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;

    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-family: sans-serif;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5;

    color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight:400;
    clear: both;
}

p {
    line-height: 1.5;

    margin-bottom: 1.5em;
}

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

blockquote {
    font-size: 1.4em;

    margin: 1em 0;
}

address {
    margin: 0 0 1.5em;
}

pre {
    font-family: 'Courier 10 Pitch', Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;

    overflow: auto;

    max-width: 100%;
    margin-bottom: 1.6em;
    padding: 1.6em;

    background: #eeeeee;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    cursor: help;

    border-bottom: 1px dotted #666666;
}

mark,
ins {
    text-decoration: none;

    background: #fff9c0;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: '' '';
}

hr {
    height: 1px;
    margin-bottom: 1.5em;

    border: 0;
    background-color: #cccccc;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    max-width: 100%; /* Adhere to container width. */
    height: auto; /* Make sure images are scaled correctly. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    width: 100%;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
    font-size: 13px;
    line-height: 1;

    padding: 8px;

    color: #666666;
    background-color: white;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0;
            border-radius: 0;
}

select {
    border: 1px solid #cccccc;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
    color: #111111;
}

textarea {
    width: 100%;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    color: white;
    border: 2px solid black;
    background: black;
    padding: 8px;
    font-size: 13px;
    line-height: 1;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;

    color: #d9086c;
}

a:visited,
a:hover,
a:focus,
a:active {
/*     color: black;*/
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


ul {
    margin: 15px 0;
    padding: 0 0 0 25px;
}

:active,
:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;

    -ms-interpolation-mode: bicubic;
    border: none;
}

iframe {
    max-width: 100%;
}


div#gallery-1 img {
    border: none;
}

div#gallery-1 .gallery-item {
    width: 33.33%;
    padding: 2px;
}


.wp-caption {
    margin: 0 0 30px 0;
    padding: 10px 10px 10px 10px;

    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    text-align: center;

    border: none;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: lightyellow;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
            box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
}


.alignright {
    float: right;

    margin: 0 0 30px 15px;
}

.alignleft {
    float: left;

    margin: 0 15px 30px 0;
}

.aligncenter {
    display: block;

    margin: 0 auto 30px auto;
}



p .alignleft,
p .alignright,
p .aligncenter {
    margin-top: 5px;
}


input:focus,
input:active,
textarea:focus,
textarea:active {
    border-color: #379d37;
}


table {
    margin-bottom: 30px;
}

th,
tfoot td {
    font-weight: normal;

    padding: 10px 15px;

    text-align: left;
    white-space: nowrap;
    text-transform: uppercase;

    border: 1px solid #999999;
    background: #bbbbbb;
}


td {
    padding: 10px 15px;

    border: 1px solid #999999;
    background: #dddddd;
}

tr:nth-child(odd) td {
    background: #eeeeee;
}





#header:after,
ul.sf-menu:after,
ul.slides:after,
.wrapper:after,
ul.menu:after,
.section:after,
.article:after,
.team-list:after,
.home-boxes:after,
.pages:after,
.clearer:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
    color: #000000;
}



.wrapper {
    max-width: 1080px;
    margin: 0 auto;
}


.pages {
    font-size: 13px;

    clear: both;

    padding: 20px 0;
}

.pages .left {
    float: left;
}
.pages .right {
    float: right;

    text-align: right;
}



.column-2 {
    float: left;

    width: 50%;
    padding: 0 10px;
}

.column-2:nth-of-type(2n+1) {
    clear: left;
}


.column-3 {
    float: left;

    width: 33.33%;
    padding: 0 10px;
}


.column-6 {
    float: left;

    width: 16%;
    margin: 0 0.333%;
}


.button {
    font-weight: 500;

    display: block;

    max-width: 250px;
    margin: 10px 0;
    padding: 10px;

    cursor: pointer;
    -webkit-transition: background 0.15s linear;
            transition: background 0.15s linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: black;
    background: white;
}

.button:hover {
    color: black;
    background: #cccccc;
}





/******************************************************************************/

/*!     ii - Body                                                             */

/******************************************************************************/




body {
    font-family: 'Ubuntu', Arial, Sans-Serif;
    font-size: 62.5%;
    font-weight: 300;

    margin: 0;
    padding: 0;

    color: white;
    background-color: black;
}



/******************************************************************************/

/*!     iii - Document Colors                                                 */

/******************************************************************************/




.section.black h2,
.section.black h3,
.section.green h2,
.social .article .column-3 h2,
.home-insights .article h2,
.sidenav h2,
.events .article .column-2 a.button {
    color: black;
}


.page-template-executive .article h2,
a {
    color: #d9086c;
}


a:hover,
.footer a:hover,
.events .article .column-2 a {
    color: #d9086c;
}


.page-template-ampersandsearch .article h2,
.page-template-ampersandsearch .article a {
    color: #978a7b;
}


.page-template-advisory .article h2,
.page-template-advisory .article a {
    color: #3cacba;
}


.page-template-register .article h2,
/* .page-template-register .article a, */
.latest-news span.titles a {
    color: #999999;
}



.latest-news .article .home-box h2,
.latest-news,
.footer a,
.latest-news a.home-box_title {
    color: white;
}








/******************************************************************************/

/*!     iv - Typography                                                       */

/******************************************************************************/





h1 {
    font-family: 'Ubuntu', arial, sans-serif;
}


h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', Times, serif;
}

h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    text-decoration: none;

    color: inherit;
}


.btn {
    font-family: 'Ubuntu', arial, sans-serif;
    font-size: 16px;
    font-weight: 700;

    display: block;

    margin-bottom: 16px;
    padding: 12px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

    color: black;
    border: 2px solid black;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}
.btn > a {
    -webkit-transition: none;
    transition: none;
    text-decoration: none;

    color: inherit;

    margin: -12px;
    padding: 12px;
}

.btn:hover, .btn.btn-white:hover {
     -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

    color: #666666;
    border: 2px solid #666666;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

@media (min-width: 620px) {
    .btn {
        max-width: 340px;
    }
}





.btn-white {
    color: white;
    border-color: white;
}

.btn-red {
    color: #dc006b;
    border-color: #dc006b;
}

.btn-brown {
    color: #978a7b;
    border-color: #978a7b;
}

.btn-blue {
    color: #3cacba;
    border-color: #3cacba;
}

.btn-green {
    color: #a6b422;
    border-color: #a6b422;
}


#top {
    font-size: 1.1em;
    font-weight: 700;
}


.banner-text {
    font-size: 1.6em;
}



.article {
    font-size: 1.35em;
}


.article h1 {
    font-size: 1.5em;
}

.article.banner h1 {
    font-size: 1.25em;
}


.team-name {
    font-family: 'Merriweather', Times, serif;

    text-decoration: none;
}


.post-title a {
    text-decoration: none;
}



.sidenav {
    font-size: 1.3em;
}




.footer {
    font-size: 1.25em;
    color: white;
}


.footer a {
    text-decoration: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container {
    position: relative;

    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 16px;
}
.container::before,
.container::after {
    display: table;
    clear: both;

    content: '';
}

.row {
    margin: 0 -16px;
}
.row::before,
.row::after {
    display: table;
    clear: both;

    content: '';
}

[class*='col-'] {
    float: left;

    padding: 0 16px;
}

.col-1,
.col-sm-1 {
    width: 8.333%;
}
.col-2,
.col-sm-2 {
    width: 16.667%;
}
.col-3,
.col-sm-3 {
    width: 25%;
}
.col-4,
.col-sm-4 {
    width: 33.333%;
}
.col-5,
.col-sm-5 {
    width: 41.667%;
}
.col-6,
.col-sm-6 {
    width: 50%;
}
.col-7,
.col-sm-7 {
    width: 58.333%;
}
.col-8,
.col-sm-8 {
    width: 66.667%;
}
.col-9,
.col-sm-9 {
    width: 75%;
}
.col-10,
.col-sm-10 {
    width: 83.333%;
}
.col-11,
.col-sm-11 {
    width: 91.667%;
}
.col-12,
.col-sm-12 {
    width: 100%;
}

@media screen and (min-width: 560px) {
    .col-md-1 {
        width: 8.333%;
    }
    .col-md-2 {
        width: 16.667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.333%;
    }
    .col-md-5 {
        width: 41.667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333%;
    }
    .col-md-8 {
        width: 66.667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.333%;
    }
    .col-md-11 {
        width: 91.667%;
    }
    .col-md-12 {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .col-lg-1 {
        width: 8.333%;
    }
    .col-lg-2 {
        width: 16.667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.333%;
    }
    .col-lg-5 {
        width: 41.667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.333%;
    }
    .col-lg-8 {
        width: 66.667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.333%;
    }
    .col-lg-11 {
        width: 91.667%;
    }
    .col-lg-12 {
        width: 100%;
    }
}

/******************************************************************************/

/*!     STRUCTURE START                                                       */

/*!     1. - Header                                                           */

/******************************************************************************/
#top {
    width: 100%;
    padding: 5px 0;

    background: white;
}

.mobile-toggle {
    font-size: 19px;
    font-weight: 500;

    display: none;

    padding: 10px 20px;

    text-decoration: none;

    color: #d9086c !important;
}


.mobile-toggle img {
    vertical-align: -10%;
}

.search-form {
    background: white;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    position: relative;
}

#top .search-form {
    float: right;
}

.screen-reader-text {
    display: none;
}

.search-form .search-field {
    margin-right: -3px;
    height: 33px;
}

.search-form .search-submit {
    font-weight: 700;
    height: 33px;
    margin: 0;
    cursor: pointer;
}

.search-form .search-submit:hover {
    background: black;
}




#header {
    width: 100%;
    padding: 20px 0;

    background: black;
}


#logo {
    float: left;

    width: 275px;
    margin: 0 0 -15px -40px;
}


.header-icons {
    float: right;
}


.icons {
    display: inline-block;

    width: 110px;
    margin: 0 0 0 15px;
}




.slideshow {
    position: relative;

    width: 100%;
}


.slideshow .flexslider {
    position: relative;

    max-width: 1080px;
    margin: 0 auto;
}


ul.slides {
    margin: 0;
    padding: 0;

    list-style-type: none;
}


ul.slides > li {
    position: relative;

    display: none;

    text-align: center;

    -webkit-backface-visibility: hidden;
}



.caption-wrap {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10%;
    left: 10%;
    text-shadow: 2px 2px 8px #555555;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}


.caption {
    font: 300 3.0em 'Merriweather', Times, Serif;

    color: white;
}


ol.flex-control-nav {
    position: absolute;
    z-index: 2000;
    bottom: 10px;
    left: 10px;
}


ol.flex-control-nav li {
    display: inline-block;

    margin: 0 6px;
}


ol.flex-control-nav li a {
    display: block;

    width: 12px;
    height: 12px;

    cursor: pointer;
    text-indent: -9999px;

    -webkit-border-radius: 12px;
            border-radius: 12px;
    background: rgba(255,255,255,0.7);
}


ol.flex-control-nav li a.flex-active {
    cursor: default;

    background: white;
}

.banner-wrap {
    position: relative;

    overflow: hidden;

    width: 100%;

    text-align: center;

    border-bottom: 8px solid #000000;
}

.page-template-executive .banner-wrap {
    border-bottom-color: #dc006b;
}
.page-template-ampersandsearch .banner-wrap {
    border-bottom-color: #978a7b;
}
.page-template-advisory .banner-wrap {
    border-bottom-color: #3cacba;
}
.page-template-register .banner-wrap {
    border-bottom-color: #000000;
}

.banner-image {
    max-width: none;
    display: block;
}

.banner {
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 0;
    left: 0;

    max-width: 1080px;
    margin: auto;

    text-align: left;
}

.banner-heading {
    font-family: 'Merriweather', Times, serif;
    font-size: 2.7em;
    font-weight: 300;

    margin: 0;
    padding: 0;

    color: white;
    text-shadow: 2px 2px 8px #222222;
}

.banner-text {
    max-width: 400px;

    color: white;
}

/******************************************************************************/

/*!     2. - Menus                                                            */

/******************************************************************************/
#top-menu {
    float: left;

    width: 70%;
}

ul.menu,
ul.sub-menu {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

li.menu-item {
    position: relative;

    float: left;

    border-left: 1px solid #cccccc;
}

li.menu-item:last-of-type {
    border-right: 1px solid #cccccc;
}

li.menu-item a {
    display: block;

    padding: 10px;

    text-decoration: none;

    color: black;
}

li.menu-item:hover a {
    color: white;
    background: black;
}

ul.sub-menu {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;

    display: none;

    background: #c5c6c8;
}

li.menu-item:hover ul.sub-menu {
    display: block;
}

ul.sub-menu li.menu-item {
    width: 100%;

    border-bottom: 1px solid white;
    border-left: none;
}

ul.sub-menu li.menu-item:last-child {
    border-bottom: none;
}

ul.sub-menu li.menu-item a {
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
    white-space: nowrap;

    color: black;
    background: transparent;
}

ul.sub-menu li.menu-item:hover a {
    color: white;
    background: #868789;
}

.footer li.menu-item {
    float: none;

    border-left: none;
}

.footer li.menu-item:last-of-type {
    border-right: none;
}

.footer li.menu-item a {
    padding: 1px 0;

    color: white;
}

.footer li.menu-item:hover a {
    color: #d9086c;
    background: none;
}

/******************************************************************************/

/*!     3. - Section                                                          */

/******************************************************************************/
.section {
    width: 100%;
}

.main-content .entry-content {
    padding: 8px 0 16px;

    text-align: center;
}

.home-insights {
    font-size: 14px;

    padding: 48px 0;

    color: black;
    background: #87888a;
}

.fresh-opps {
    font-size: 14px;

    padding: 48px 0;

    color: #282829;
    background-color: white;
}

.fresh-opps .post {
    border-bottom: 5px solid #E6E7E8;
    margin-bottom: 24px;
}

.fresh-opps .post::after {
    clear: both;
    content: '';
    display: table;
}

.fresh-opps .entry-title {
    color: #d9086c;
    font-family: 'Ubuntu', Arial, Sans-Serif;
    margin-top: 0;
    float: left;
    margin-right: 2em;
    margin-bottom: 0;
}

.fresh-opps .entry-categories {
    float: left;
}

.featured-img {
    float: left;
    margin-bottom: 1em;
    padding-right: 1em;
    width: 25%;
}

.featured-img img {
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.fresh-opps .entry-header,
.fresh-opps .entry-content {
    float: left;
    width: 75%;
}

.latest-news {
    background: #282829;
}

.section.green,
.section.black,
.section.blog,
.section.social {
    color: black;
    background: #efefef;
}


.section.home-insights .button,
.section.social .button {
    color: white;
    background: black;
}

.section.home-insights .button:hover,
.section.social .button:hover {
    background: #404040;
}


.events {
    font-size: 14px;

    position: relative;

    padding-bottom: 32px;

    color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.events h2 {
    margin: 0 0 1em;
    padding: 16px 0;

    color: inherit;
    background-color: white;
}

.events a {
    color: inherit;
}

/******************************************************************************/

/*!     4. - Article                                                          */

/******************************************************************************/
.article {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 0;
}

.section.blog .article {
    float: left;

    width: 80%;
}

.home-boxes {
    margin-top: 32px;
    margin-bottom: 32px;
}

.home-box {
    padding: 0 16px;
}

.home-box-title {
    font-weight: 500;

    display: block;

    margin: 0 0 32px;
    padding: 12px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #dc006b;
    border: 2px solid #dc006b;
    background-color: black;
}

.home-box .btn:hover {
    border-color: white;
    color: white;
}



.home-box-img {
    width: 100%;
    padding-bottom: 16px;

    border-bottom: 4px solid #dc006b;
}

.home-box-red .home-box-img {
    border-bottom-color: #dc006b;
}

.home-box-brown .home-box-img {
    border-bottom-color: #978a7b;
}

.home-box-blue .home-box-img {
    border-bottom-color: #3cacba;
}

.latest-news .home-box {
    width: 25%;
    margin: 0;
    padding: 0 10px;

    border-bottom: none;
}

.home-box:last-child {
    margin-right: 0;
}

.home-box-title.sub-title {
    margin: 0 0 10px;
}



.team-list {
    float: left;

    width: 70%;
    padding: 0 10px 0 0;

    border-right: 2px solid black;
}



.team-members .container {
    max-width: 920px;
}

.team-members .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
.team-members .row:before, .team-members .row:after {content: none;}

.profile {
    font-size: 16px;

    position: relative;

    margin-bottom: 16px;

    border-bottom: 3px solid black;
}

.profile-img {
    display: block;

    width: 100%;
}

.profile-status {
    min-height: 85px;
}

.profile-title {
    font-family: 'Merriweather';
    font-size: 14px;
    font-weight: 300;

    margin: 16px 0 0;
}

.profile-position {
    font-family: 'Ubuntu';
    font-size: 12px;
    font-weight: 400;

    display: block;
}

.profile-more {
    font-family: 'Ubuntu';
    font-size: 10px;
    font-weight: 400;
    font-style: italic;

    display: block;

    margin-top: 16px;
    margin-bottom: 16px;

    text-decoration: none;

    color: inherit;
}

.profile-overlay {
    font-size: 12px;

    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: auto;

    padding: 16px;

    background-color: white;
}

.profile-close {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;

    position: absolute;
    top: 16px;
    right: 16px;

    cursor: pointer;

    color: black;
}

.team-member {
    margin: 0 0 15px;
}

.team-position {
    margin: 2px 0;
}

.team-name,
.team-position,
.team-img,
.team-personal {
    display: block;
}

.team-position,
.team-personal {
    margin: 3px 0 8px;
}

.team-img {
    margin-top: 38px;
    margin-left: -2em;
    max-width: -webkit-calc(100% + 2em);
    max-width: calc(100% + 2em);
}


.team-likes {
    margin: 0 0 32px;
    padding: 0;

    list-style-type: none;
}

.team-like {
    margin-bottom: 4px;
}

.team-like > * {
    display: block;
}

.team-more {
    font-size: 90%;
    font-weight: 500;
    font-style: italic;

    text-decoration: none;

    color: black;
}

.team-email {
    display: block;
    color: black;
    font-weight: 700;
    text-decoration: none;
}

.team-linkedin {
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background-color: black;
    color: white;
    display: inline-block;
    font-size: 16px;
    padding: 5px 6px;
    text-align: center;
    text-decoration: none;
}

.team-member-profile h3 {
    margin-top: 0;
}

#blog .post {
    width: 33.33%;
    padding: 10px;
}


.post-descr {
    font-size: 80%;
    font-style: italic;
}


.readmore,
.read-more {
    font-weight: 700;
    font-style: italic;
    font-size: 0.9em;

    display: block;

    text-decoration: none;
    text-transform: capitalize;
}

.entry-title a {
    text-decoration: none;
}

/******************************************************************************/

/*!     5. - Aside                                                            */

/******************************************************************************/
.sidenav {
    float: right;

    width: 20%;
    padding: 40px 0 40px 20px;
}


.sidenav ul {
    margin: 0;
    padding: 0;

    list-style-type: none;
}


li.cat-item a {
    display: block;

    padding: 8px 0 8px 5%;

    text-decoration: none;

    color: white;
    background: black;
}

li.cat-item a:hover {
    background: #d9086c;
}




.blog .category-miscellaneous h1,
.blog .category-miscellaneous h2,
.blog .category-miscellaneous h3,
.blog .category-miscellaneous a {
    color: #e05c33;
} /* Orange */
.blog .category-latest-news h1,
.blog .category-latest-news h2,
.blog .category-latest-news h3,
.blog .category-latest-news a {
    color: #978a7b;
} /* Brown */
.blog .category-opportunity-of-the-day h1,
.blog .category-opportunity-of-the-day h2,
.blog .category-opportunity-of-the-day h3,
.blog .category-opportunity-of-the-day a {
    color: #a6b422;
} /* Green */
.blog .category-ampersand-press h1,
.blog .category-ampersand-press h2,
.blog .category-ampersand-press h3,
.blog .category-ampersand-press a {
    color: #978a7b;
} /* Brown */
.blog .category-latest-from-ampersand h1,
.blog .category-latest-from-ampersand h2,
.blog .category-latest-from-ampersand h3,
.blog .category-latest-from-ampersand a {
    color: #d9086c;
} /* Pink */
.blog .category-advisory h1,
.blog .category-advisory h2,
.blog .category-advisory h3,
.blog .category-advisory a {
    color: #3cacba;
} /* Blue */

/******************************************************************************/

/*!     6. - Footer                                                           */

/******************************************************************************/
.icon {
    display: inline-block;

    width: 34px;
    height: 34px;
    margin: 0 1em 1em 0;
    padding: 6px;

    text-align: center;
    vertical-align: middle;

    -webkit-border-radius: 6px;
            border-radius: 6px;
    background-color: white;
}

.icon-instagram {
    overflow: hidden;

    padding: 0;

    background-color: transparent;
}
.icon-instagram svg {
    fill: white;
}

svg {
    max-width: 100%;
    height: 100%; /* safari */
}



.footer {
    padding: 32px 0;

    background-color: black;
}

.footer-credit {
    padding: 32px 0 0;
}

.footer .address p {
    margin: 0 0 10px;
}


#form {
    width: 220px;
    height: 35px;
    margin-bottom: 10px;

    background: #ffffff;
}
#form input.searchinput {
    line-height: 35px;

    float: left;

    width: 170px;
    height: 35px;
    margin: 0;
    padding: 0;

    text-indent: 10px;

    border: 0;
    background: #ffffff;
}
#form input#submit {
    float: right;

    width: 35px;
    height: 35px;

    cursor: pointer;
    text-transform: uppercase;

    color: #000000;
    border: 0;
    background: #ffffff url('img/searchbutton.png');
}
#form input#submit:hover {
    background: #ffffff url('img/searchbutton2.png');
}

/* Find Opportunities Form --------------------------------------------------*/
.ja-field-container {
    display: inline-block;

    margin: 0 10px 15px 0;
    padding: 0;
}
.ja-field-container:last-of-type {
    margin-right: 0;
}

.ja-field-container .ja-field select,
.ja-field-container .ja-field input {
    padding: 5px;

    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: -webkit-linear-gradient(#f1f1f1 10%, #bcbcbc 80%);
    -webkit-box-shadow: 0 1px 7px 1px #dddddd;
            box-shadow: 0 1px 7px 1px #dddddd;

    -webkit-appearance: none;
}
.ja-submit {
    margin: 1em 0;
}



.dates {
    font-size: 0.8em;
    font-style: italic;
    text-transform: uppercase;
}

span.titles,
span.titles a {
    font-weight: bold;

    text-decoration: none;
    text-transform: uppercase;

    color: #a6b422;
}
span.titles a:hover {
    color: #ffffff;
}

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
    width: 98.5%;
}

input.large {
    width: 98.5%;
}

#ja-jobs-widget .ja-job-search {
    padding: 0;
}
#ja-jobs-widget .job {
    padding: 3em;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#ja-jobs-widget .job:nth-of-type(2n+2) {
    background: #fefefe;
    border-top: 0px none #ddd;
    border-bottom: 0px none #ddd;
}
#ja-jobs-widget ul li {
    margin: 0;
    padding: 0;
}
#ja-jobs-widget h2 {
    font: normal 1.4em 'Merriweather', Times, serif;

    padding: 0;
    margin-top:0;
    color: #777777;
}
#ja-jobs-widget h2 a {
    text-decoration: none;

    color: #777777;
}
#ja-jobs-widget a.view-details {
    font: normal 1.1em 'Merriweather', Times, serif;

    text-decoration: none;

    color: #777777;
}
#ja-jobs-widget .meta .date-posted,
#ja-jobs-widget .meta .salary,
#ja-jobs-widget .meta .reference {
    font-weight: 500;

    display: inline-block;

    margin-right: 1em;
}
#ja-jobs-widget .apply {
    margin: 1em 0;
}
#ja-jobs-widget .apply .back-link {
    margin-right: 1em;

    color: #a6b422;
}
#ja-jobs-widget .ja-job-details {
    width: 650px;
    padding: 1em;
}
#ja-jobs-widget .powered-by-jobadder a {
    color: #a6b422;
}
#ja-jobs-widget .ja-pager a {
    color: #777777;
}
div.powered-by-jobadder {
    display: none;
}


.ja-pager-container {
    margin: 20px 0;
    padding: 0 20px;
}

.ja-pager a {
    margin: 0 0 0 5px;
}




/* GET IN TOUCH FORM */

.gform_wrapper form .gform_body .gform_fields .gf_left_half,
.gform_wrapper form .gform_body .gform_fields .gf_right_half {
    width: 48% !important;
}
.gform_wrapper form .gform_body .gform_fields input,
.gform_wrapper form .gform_body .gform_fields select .gform_wrapper textarea.medium {
    margin-top: 10px;
    padding: 5px !important;

    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
            border-radius: 3px;

    -webkit-appearance: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield #input_3_7 {
    padding: 0 !important;

    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-appearance: none;
}

.gform_wrapper textarea.medium {
    margin-top: 10px;
    padding: 5px !important;

    border: 1px solid #cdcdcd;
    -webkit-border-radius: 3px;
            border-radius: 3px;

    -webkit-appearance: none;
}



/* MOBILE STUFF */

@media screen and (max-width: 1080px) {
    #header {
        padding: 20px;
    }


    .section,
    .section.events .article {
        padding: 0 20px;
    }
}




@media screen and (max-width: 768px) {
    body,
    .top-wrap {
        -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
    }


    body {
        position: relative;
        left: 0;
    }

    body.show-menu {
        left: 200px;
    }


    .mobile-toggle {
        display: block;
    }


    #top {
        font-size: 1.2em;

        padding: 0;
    }


    .top-wrap {
        position: fixed;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: -200px;

        overflow-y: auto;

        width: 200px;

        border-right: 1px solid black;
        background: white;
        -webkit-box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.65);
                box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.65);
    }

    .top-wrap.show-menu {
        z-index: 2;
        left: 0;
    }


    #top-menu {
        float: none;

        width: 100%;
    }


    #top-menu li.menu-item {
        float: none;

        width: 100%;

        border-bottom: 1px solid white;
        border-left: none;
        background: #efefef;
    }


    #top-menu ul.sub-menu {
        position: static;

        display: block;
    }


    #top-menu ul.sub-menu li.menu-item {
        border-bottom: none;
    }


    #top-menu ul.sub-menu li.menu-item a {
        padding: 8px 15px;

        background: white;
    }


    #top-menu li.menu-item:hover > a,
    #top-menu ul.sub-menu li.menu-item:hover a {
        color: white;
        background: black;
    }




    .top-wrap #searchform {
        display: none;
    }


    .caption {
        font-size: 2em;
    }


    .banner {
        padding: 0 20px;
    }


    .banner-image {
        position: relative;
        left: -50%;
    }



    .home-box,
    .latest-news .home-box {
        width: 48%;
        margin: 0 1% 20px;
    }


    .home-box img {
        display: block;

        margin: 0 auto;
    }

    .column-2 {
        float: none;

        width: 100%;
        margin: 0 0 20px;
        padding: 0;
    }


    .section.events {
        padding: 0;

        background: #d48600;
    }


    .section.events .banner-image {
        position: static;

        width: 100%;
        margin: 0 0 -45px;

        border-bottom: 5px solid white;
    }


    .section.events .banner {
        position: static;
    }


    .section.events .column-2 {
        float: left;

        width: 50%;
        margin: 0;
        padding: 0 10px;
    }



    .social .column-3 {
        float: none;

        width: 65%;
        margin: 10px auto;

        text-align: center;
    }


    .social .column-3 .button {
        margin: 10px auto;
    }


    .column-6 {
        width: 33.33%;
        margin: 0 0 20px;
        padding: 0 10px;
    }


    .footer-credit {
        padding: 20px 0 0;
    }


    .team-list {
        width: 60%;
        padding: 0 20px 0 0;
    }

    .sidenav {
        float: none;

        width: 100%;
        padding: 20px 0;
    }


    .sidenav li.cat-item {
        display: inline-block;

        margin: 0 5px 5px 0;
    }


    .sidenav li.cat-item a {
        padding: 8px;
    }



    .section.blog .article {
        float: none;

        width: 100%;
    }
}


@media only screen and (min-width: 641px){
.gform_wrapper .gform_footer:not(.top_label) {
    margin-left: 0% !important;}
}

@media screen and (max-width: 620px) {
    #logo {
        display: block;
        float: none;

        width: 100%;
        margin: 0 0 0 -18px;
        padding: 0 0 0 20px;

        text-align: center;
    }

    .header-icons {
        float: none;

        padding-bottom: 30px;

        text-align: center;
    }

    .slideshow {
        display: none;
    }


    .banner-wrap,
    .page-template-executive .banner-wrap,
    .page-template-ampersandsearch .banner-wrap,
    .page-template-advisory .banner-wrap,
    .page-template-register .banner-wrap {
        border-bottom-width: 5px;
    }


    .home-box,
    .latest-news .home-box {
        width: 100%;
        margin: 0 0 20px;
    }


    .section.events .column-2 {
        width: 100%;
        margin: 0 0 20px;
    }


    .section .article .column-2:first-of-type h2 {
        font-size: 110%;
        line-height: 1.6;
    }



    .social .column-3 {
        width: 100%;
    }


    .column-6 {
        width: 50%;
    }

    .column-6:nth-of-type(2n+1) {
        clear: left;
    }




    .banner-image {
        width: 300%;
    }




    .profile {
        float: none;

        width: 100%;
        padding: 0 0 20px;
    }


    .team-image {
        float: right;

        max-width: 45%;
        margin: 0 0 10px 20px;
    }


    .team-list {
        float: none;

        width: auto;
        margin: 10px -20px -40px;
        padding: 20px;

        border-right: none;
        background: #f1f2f3;
    }



    #blog .post {
        width: 100%;
    }


    .section.events .banner-image {
        display: none;
    }

    .section.events .article {
        padding: 20px;
    }
}



@media screen and (max-width: 420px) {
    .header-icons .icons {
        width: 29.33%;
        margin: 0 2%;
    }
}
