﻿/* 
    *********************************************************************************
    DEVELOPER NOTES: 
    This is a "mobile-first" responsive stylesheet.
    Styles should be assumed to be for small screen first, and optional overrides added for
    larger displays within the media query sections at the end of the stylesheet.
    *********************************************************************************
*/

/*Style Guide Color Reference*/

/*

Dark Blue (Logo, menu expander bg, headers, active side nav, CTA etc): #1A4983
Off-white Blue (footer bg, secondary body bg): #EDF1F5
Lighter off-white Blue: #F9F9F9
Dark Gray (Gray headers): #656565
Light Gray (Body text): #797979
Lightish Gray (Lighter than body): #A4A4A4
Lighter Gray (inactive side nav, arrows): #E6E6E6

*/

/* global typography basics */
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface);

@font-face {
    font-family: calluna-sans;
    src: url(https://use.typekit.com/af/9cb67d/00000000000000000000ebe8/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.com/af/9cb67d/00000000000000000000ebe8/27/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.com/af/9cb67d/00000000000000000000ebe8/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: calluna-sans;
    src: url(https://use.typekit.com/af/7de727/00000000000000000000ebe9/27/l?subset_id=2&fvd=i4&v=3) format("woff2"),url(https://use.typekit.com/af/7de727/00000000000000000000ebe9/27/d?subset_id=2&fvd=i4&v=3) format("woff"),url(https://use.typekit.com/af/7de727/00000000000000000000ebe9/27/a?subset_id=2&fvd=i4&v=3) format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: calluna-sans;
    src: url(https://use.typekit.com/af/2f37c9/00000000000000000000ebeb/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.com/af/2f37c9/00000000000000000000ebeb/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.com/af/2f37c9/00000000000000000000ebeb/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: calluna-sans;
    src: url(https://use.typekit.com/af/cf6161/00000000000000000000ebec/27/l?subset_id=2&fvd=n3&v=3) format("woff2"),url(https://use.typekit.com/af/cf6161/00000000000000000000ebec/27/d?subset_id=2&fvd=n3&v=3) format("woff"),url(https://use.typekit.com/af/cf6161/00000000000000000000ebec/27/a?subset_id=2&fvd=n3&v=3) format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: calluna-sans;
    src: url(https://use.typekit.com/af/b41007/00000000000000000000ebef/27/l?subset_id=2&fvd=n6&v=3) format("woff2"),url(https://use.typekit.com/af/b41007/00000000000000000000ebef/27/d?subset_id=2&fvd=n6&v=3) format("woff"),url(https://use.typekit.com/af/b41007/00000000000000000000ebef/27/a?subset_id=2&fvd=n6&v=3) format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: calluna-sans;
    src: url(https://use.typekit.com/af/2f4107/00000000000000000000ebf1/27/l?subset_id=2&fvd=n9&v=3) format("woff2"),url(https://use.typekit.com/af/2f4107/00000000000000000000ebf1/27/d?subset_id=2&fvd=n9&v=3) format("woff"),url(https://use.typekit.com/af/2f4107/00000000000000000000ebf1/27/a?subset_id=2&fvd=n9&v=3) format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: calluna-sans;
    src: url(https://use.typekit.com/af/fbb91d/00000000000000000000ebf3/27/l?subset_id=2&fvd=i7&v=3) format("woff2"),url(https://use.typekit.com/af/fbb91d/00000000000000000000ebf3/27/d?subset_id=2&fvd=i7&v=3) format("woff"),url(https://use.typekit.com/af/fbb91d/00000000000000000000ebf3/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
    font-weight: 700;
    font-style: italic;
}


html {
    background: #FFFFFF;
}

body {
    min-width: 320px;
    position: relative;
    line-height: 1.3;
    font-size: 20px;
    font-weight: normal;
    font-weight: normal;
    color: #797979;
    background-color: #FFFFFF;
}

body, input, select, textarea {
    font-family: 'calluna-sans', sans-serif;
    color: #797979;
}

* {
    box-sizing: border-box;
}

/* spacing/size normalization */
h1, h2, h3, h4, h5, h6 {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-weight: bold;
    color: #1A4983;
    line-height: 1.2;
    margin: 0 0 0.5em 0;
}

h1 {
    font-size: 50px;
    line-height: 1;
    font-family: 'Abril Fatface', serif;
    font-weight: normal;
    margin: 30px 0;
}

h2 {
    font-size: 42px;
    line-height: 1;
    font-family: 'Abril Fatface', serif;
    font-weight: normal;
    margin: 0;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 13px;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

sup {
    bottom: auto;
    top: -0.5em;
}

ul, ol {
    padding: 0;
    margin: 0 0 30px 28px;
}

li {
    padding: 0;
    margin: 10px 0;
}

ul {
    list-style: disc;
}

/* very specific style for secondary lists */
li > ul > li {
    list-style: none;
    margin-left: .85em;
}

    li > ul > li:before {
        content: '–';
        display: inline-block;
        width: 15px;
        margin-left: -15px;
    }

blockquote {
    padding: 0 0 0 21px;
    margin: 21px;
    color: #656565;
    font-style: italic;
}

strong, b {
    font-style: inherit;
    font-weight: bold;
}

em {
    font-style: italic;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    max-width: 100%;
}

.hidden, .printOnly {
    display: none;
}

input:focus, select:focus {
    outline: none;
}

.sr-only {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -10000px;
    top: auto;
}

form {
    padding: 0;
    margin: 0;
}

::-webkit-input-placeholder {
    opacity: 0.5;
    color: inherit;
}

:-ms-input-placeholder {
    opacity: 0.5;
    color: inherit;
}

::-moz-placeholder {
    opacity: 0.5;
    color: inherit;
}

:-moz-placeholder {
    opacity: 0.5;
    color: inherit;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: none;
    padding-right: 60px;
    background-color: #FFFFFF;
    background-image: url(/Assets/Images/selectarrow_grey.png);
    background-size: 24px 24px;
    background-position: calc(100% - 13px) center;
    background-repeat: no-repeat;
    cursor: pointer;
}

    select::-ms-expand {
        display: none;
    }

.shadowedBox {
    -moz-box-shadow: #656565 0 0 15px -3px inset;
    -webkit-box-shadow: #656565 0 0 15px -3px inset;
    box-shadow: #656565 0 0 15px -3px inset;
}

/* link basics */
a, a:visited {
    text-decoration: none;
    color: #1A4983;
}
    /* Reset this bad style so we can use simple class overrides for color */
    a:hover, a:active {
        outline: 0;
        opacity: 0.8;
    }

/* CLIENT CONTENT */
.wb-content {
}

.wb-widgets {
    padding-bottom: 15px;
}

.slick-slide:focus {
    outline: none;
}

.sg-col-xl-1, .sg-col-xl-2, .sg-col-xl-3, .sg-col-xl-4, .sg-col-xl-5, .sg-col-xl-6, .sg-col-xl-7, .sg-col-xl-8, .sg-col-xl-9, .sg-col-xl-10, .sg-col-xl-11, .sg-col-xl-12 {
    width: 100%;
    display: block;
    float: left;
}

/* Icons */
.si {
    display: inline-block;
    box-sizing: content-box;
    background-image: url(/Assets/Images/Icon_Sprite.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.si-close {
    background-position: -31px -831px;
    width: 40px;
    height: 40px;
}

    .si-close.-inverted {
        background-position: -131px -831px;
    }

.si-bars {
    background-position: -25px -23px;
    width: 49px;
    height: 54px;
}

    .si-bars:hover {
        background-position: -125px -23px;
    }

.si-search {
    background-position: -23px -126px;
    width: 53px;
    height: 54px;
}

    .si-search:hover {
        background-position: -123px -126px;
    }

.si-bars.-inverted {
    background-position: -26px -223px;
    height: 45px;
}

    .si-bars.-inverted:hover {
        background-position: -126px -223px;
    }

.si-search.-inverted {
    background-position: -27px -332px;
    height: 32px;
}

    .si-search.-inverted:hover {
        background-position: -127px -332px;
    }


.si-bars.-inverted.-small {
    background-position: -35px -1128px;
    height: 35px;
    width: 30px;
}

    .si-bars.-inverted.-small:hover {
        background-position: -35px -1128px;
    }

.si-search.-inverted.-small {
    background-position: -34px -1233px;
    height: 35px;
    width: 30px;
}

    .si-search.-inverted.-small:hover {
        background-position: -34px -1233px;
    }

/* small size*/
.si-twitter {
    background-position: -26px -1023px;
    width: 50px;
    height: 50px;
}

.si-linkedin {
    background-position: -126px -1023px;
    width: 50px;
    height: 50px;
}

.si-facebook {
    background-position: -226px -1023px;
    width: 50px;
    height: 50px;
}

.si-pdf {
    background-position: -324px -1024px;
    width: 50px;
    height: 50px;
}

.si-vCard {
    background-position: -426px -1023px;
    width: 50px;
    height: 50px;
}

.si-twitter.-inverted {
    background-position: -26px -923px;
    width: 50px;
    height: 50px;
}

.si-linkedin.-inverted {
    background-position: -126px -923px;
    width: 50px;
    height: 50px;
}

.si-facebook.-inverted {
    background-position: -226px -923px;
    width: 50px;
    height: 50px;
}

.si-pdf.-inverted {
    background-position: -324px -924px;
    width: 50px;
    height: 50px;
}

.si-vCard.-inverted {
    background-position: -426px -923px;
    width: 50px;
    height: 50px;
}


.si-email {
    background-position: -29px -1333px;
    width: 40px;
    height: 29px;
}

    .si-email.-inverted {
        background-position: -29px -1443px;
    }

.si-prevArrow {
    background-position: -26px -423px;
}

.si-nextArrow {
    background-position: -26px -523px;
}

.si-prevArrow:hover {
    background-position: -126px -423px;
}

.si-nextArrow:hover {
    background-position: -126px -523px;
}

.si-prevArrow.-inverted {
    background-position: -126px -423px;
}

.si-nextArrow.-inverted {
    background-position: -126px -523px;
}

/* friendly trace */
#__asptrace, #__asptrace b {
    font-family: verdana,arial,tahoma,helvetica,sans-serif !important;
}

    #__asptrace b {
        font-weight: bold;
    }

.tracecontent table {
    background-color: #FFFFFF;
}

.tracecontent tr.alt td {
    background-color: #EEEEEE;
}

/* base layout/structure */

.flexRow {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}

.flexCol {
    order: 1;
    flex: 0 0 100%;
}

.sg-pagewidth {
    width: auto;
    min-width: 300px;
}

/* TopMenu */
.topMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    padding: 0 10px;
    z-index: 10;
    background: #1A4983;
    -moz-box-shadow: 0 0px 30px -5px #656565;
    -webkit-box-shadow: 0 0px 30px -5px #656565;
    box-shadow: 0 0px 30px -5px #656565;
}

.topMenu__link {
    display: none;
}

.topMenu__logo {
    order: 1;
    display: block;
}

.topMenu__icon {
    padding: 0 10px;
}

    .topMenu__icon.-search {
        order: 2;
    }

.topMenu__logoImage {
    max-width: 400px;
}

    .topMenu__logoImage.-xs {
        display: none;
    }

/* Navigation */
.navigation {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    display: none;
    overflow-y: auto;
    color: #FFFFFF;
    z-index: 450;
}

    .navigation.-active {
        display: block;
    }

    .navigation.-left {
        left: 0;
        right: 0;
        width: 100vw;
    }

    .navigation.-active .topMenu__link {
        display: block;
    }

.navigation__inner {
}

.navigationTopMenu {
    display: block;
}

.navigationTopMenu__link {
    display: block;
    width: auto;
    padding: 5px 0;
    color: #FFFFFF !important;
    font-family: 'Abril Fatface', serif;
    font-size: 30px;
}

.navigation__close {
    position: absolute;
    top: 26px;
    left: 20px;
    display: block;
    z-index: 100;
    cursor: pointer;
}

.navigation__content {
    position: relative;
    height: 100%;
    padding: 0 76px 70px;
    background: #1A4983;
}

    .navigation__content .iconContainer {
        padding-top: 40px;
    }

.navigation__logoWrapper {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation__logo {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}

    .navigation__logo.-xs {
        display: none;
    }

.navMenu {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    font-style: normal;
}

.navMenu__link {
    color: #FFFFFF !important;
    padding: 5px 0;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

    .navMenu__link.-active {
        font-size: 30px;
        text-decoration: underline;
    }

.navFlyout {
    display: none;
    background: #FFFFFF;
    width: 100%;
    padding: 36px 36px 70px;
    font-size: 25px;
}

    .navFlyout.-active {
        display: block;
    }

.navFlyout__title {
    line-height: 0.7;
    margin-bottom: 60px;
    color: #656565;
}

.navFlyout__list {
    width: 100%;
    margin: 0;
    list-style: none;
    color: #1A4983;
    font-style: normal;
}

.navFlyout__item {
    margin: 0;
}

.navFlyout__link {
    padding: 10px 0;
    display: block;
    vertical-align: middle;
}

.expanderArrow:after {
    content: " ";
    display: inline-block;
    background-image: url(/assets/images/SmallArrow_Right.png);
    height: 18px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: right 0px;
    padding-left: 10px;
    margin-bottom: -1px;
}

.expanderArrow.-active:after {
    background-image: url(/assets/images/SmallArrow_Down.png);
    height: 13px;
    width: 28px;
}

.navFlyout__subList {
    float: none;
    width: 100%;
    padding-right: 0;
    margin: 0 0 0 20px;
    list-style: none;
}

    .navFlyout__subList.-expander {
        display: none;
    }

.navFlyout__subItem {
    margin: 0;
}

.navFlyout__subLink {
    padding: 10px 0;
    display: inline;
    vertical-align: middle;
}

.-navFlyout--active {
    height: 100vh;
    overflow: hidden;
}

/*Shared elements*/
.btn {
    display: inline-block;
    border: 1px solid #1A4983;
}

.btn__link {
    color: #1A4983;
    display: block;
    text-align: center;
    padding: 8px 40px;
    font-size: 25px;
    font-style: italic;
    border: 0;
    background-color: #FFFFFF;
    cursor: pointer;
}

    .btn__link:focus {
        outline: none;
    }

.iconContainer {
    padding: 20px 0;
    flex-shrink: 0;
    text-align: center;
}

.icon {
    position: relative;
    display: inline-block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 20px;
}

.icon__text {
    display: block;
    width: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.icon__border {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #FFFFFF;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .icon__border.-inverted {
        border: 1px solid #1A4983;
    }

.siteSearch {
    padding: 12px;
    margin-top: 30px;
    background: #FFFFFF;
    display: flex;
}

    .siteSearch > * {
        border: 0;
        display: block;
    }

        .siteSearch > *:focus {
            outline: none;
        }

.siteSearch__icon {
    padding: 0;
    background-color: #FFFFFF;
    cursor: pointer;
}

.siteSearch__input {
    padding: 0 0 0 20px;
    width: 100%;
    font-size: 22px;
    color: #797979;
}

/* master page styles */
.featuredContent {
    position: relative;
    z-index: 2;
    margin: 75px 0 0 0;
}

.bodyContent {
    position: relative;
    z-index: 1;
}

/*Footer*/
.footer__top {
    text-align: center;
    background: #EDF1F5;
    padding: 50px 15px;
}

.footer__logo {
    margin-bottom: 20px;
    height: 25px;
}

    .footer__logo.-xs {
        display: none;
    }

.footer__searchSocialWrapper {
    display: block;
    padding: 0 0 60px 0;
}

    .footer__searchSocialWrapper .iconContainer {
        padding: 40px 0;
        transform: scale(.9);
    }

    .footer__searchSocialWrapper .siteSearch {
        width: 100%;
        max-width: 400px;
        padding: 10px;
        margin: 0 auto;
    }

.footerMenu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-style: normal;
}

.footerMenu__item {
    list-style: none;
    padding: 0;
}

    .footerMenu__item:before {
        display: none;
    }

.footerMenu__link {
    text-decoration: underline;
    padding: 0 10px;
    font-size: 24px;
}

.footerBottom {
    text-align: center;
    background: #1A4983;
    color: #FFFFFF;
    font-size: 16px;
    padding: 20px 0;
}

.footerBottom__pipeSpacer {
    display: block;
}

.footerBottom__link {
    color: #FFFFFF !important;
    display: inline-block;
    padding: 0 7px;
    text-decoration: underline;
}

.footerBottom__attorneyAdvertising {
    text-decoration: none;
    padding-right: 0;
}

/* Tabs */
.tabs {
    display: none;
}

/* accordion */
.accordion__header {
    display: block;
    background: #EDF1F5;
    margin: 0 -20px 2px -20px;
    padding: 5px 20px;
    text-align: center;
    font-size: 36px;
    font-family: 'Abril Fatface', serif;
}

.accordion__arrow {
    background-image: url(/Assets/Images/SmallArrow_Right.png);
    height: 25px;
    background-position: center;
}

.-open .accordion__arrow {
    background-image: url(/Assets/Images/SmallArrow_Down.png);
    height: 15px;
}

/* We set this in a media query because we don't want to have/cant to override it, but we don't want it at larger sizes */
@media only screen and (max-width : 1200px) {
    .accordion__body {
        padding: 20px;
    }
}

/* Hero image/featured content */
.hero {
    position: relative;
}

.hero__image {
    display: block;
    width: auto;
}

.hero__title {
    position: relative;
    top: -26px;
    z-index: 11;
    padding: 0 20px 0;
    margin: 0;
    text-align: center;
    font-size: 44px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,01));
    text-shadow: 0 0 10px #fff;
}

    .hero__title.-small {
        font-size: 40px;
        background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,01));
        text-shadow: 0 0 10px #fff;
    }

.hero__lowerTitle {
    display: block;
}

.hero__content {
    position: relative;
    width: 100%;
    padding: 40px 20px;
    z-index: 11;
}

.hero__quote {
    margin-bottom: 0;
    color: #797979;
    font-weight: normal;
    text-align: center;
}


/* Sidebar */
.sidebar {
    padding: 50px 20px 80px;
    position: relative;
    background: #EDF1F5;
}

    .sidebar.-light {
        background: #FFFFFF;
    }

.sidebar__title {
    width: 100%;
    font-size: 50px;
    padding-bottom: 60px;
    text-align: center;
}

.sidebar__relatedContent {
    padding: 40px 20px 0;
}

.sidebar__list {
    list-style-position: inside;
    font-size: 20px;
    margin-left: 0;
    padding-bottom: 20px;
    text-align: center;
    color: #1A4983;
}

.sidebar__header {
    text-align: center;
}

.sharedBody {
    padding: 0 20px 30px;
    background: #F9F9F9;
    height: 100%;
}

.sharedBody__header {
    margin: 0 0 20px 0;
}

.knowledgeList {
    margin: 0 0 30px 28px;
}

.shortlist li {
    display: none;
}

.shortlist__more {
    display: block;
    background: none;
    border: 1px solid #1A4983;
    padding: 8px 40px;
    margin: 8px 0px;
    color: #1A4983;
    font-weight: bold;
    cursor: pointer;
}

    .shortlist__more:hover {
        outline: 0;
        opacity: 0.8;
    }

.featuredAlerts {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 30px 60px 30px 60px;
}

.featuredAlerts__item {
    text-align: center;
    margin: 0 auto;
    width: 500px;
}

    .featuredAlerts__item:focus {
        outline: none;
    }

.featuredAlerts__type {
    margin-bottom: 40px;
    color: #797979;
    font-style: italic;
    font-weight: normal;
}

.featuredAlerts__title {
    margin-bottom: 40px;
}

.featuredAlerts__blurb {
    margin-bottom: 40px;
}

.featuredAlerts__prevArrow {
    position: absolute;
    top: 100px;
    left: 10px;
}

.featuredAlerts__nextArrow {
    position: absolute;
    top: 100px;
    right: 10px;
}

.featuredAlerts__readMore {
}

.featuredAlerts__allAlertsWrapper {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

    .featuredAlerts__allAlertsWrapper .btn__link {
        border: solid 1px;
        display: block;
        padding: 8px 35px;
    }

.featuredAlerts .slick-dots li {
    height: calc(100% / 6 - 10px);
}

.featuredTalent {
    position: relative;
    width: 100%;
    padding-top: 0;
    background: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
}


.featuredBios__arrows {
    padding: 30px;
}

.featuredBios__title {
    font-style: italic;
    color: #797979;
    font-size: 21px;
    font-weight: normal;
}

.featuredTalent__imageCollection {
    order: -1;
}

.featuredTalent__title {
    position: relative;
    top: -26px;
    text-align: center;
    z-index: 999;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,01));
    text-shadow: 0 0 10px #fff;
}

.featuredTalent__talent {
    display: block;
}



.featuredMedia {
    padding: 60px 0 0 0;
}

.featuredMedia__header {
    text-align: center;
}

/*Bio Cards (assoc bios)*/
.bioCard {
    position: relative;
    width: auto;
    padding: 20px;
}

.bioCard__inner {
    background: #FFFFFF;
    margin-top: 0;
    text-align: center;
    padding-bottom: 30px;
}

.bioCard__name {
    display: inline-block;
    margin: 15px 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.bioCard__imageLink {
    display: block;
    width: 100%;
    height: 150px;
    background-size: auto 150px;
    background-position: center top;
    background-repeat: no-repeat;
}

.bioCard__title {
    color: #797979;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
}

.bioCard__email {
    font-size: 18px;
    color: #797979;
    display: block;
}

.bioCard__office {
    font-size: 18px;
    color: #797979;
    display: block;
}

.bioCard__phone {
    font-size: 18px;
    color: #797979;
    display: block;
}

.bioCard__readMore {
    font-size: 18px;
    color: #1A4983;
    text-decoration: underline;
    font-style: italic;
}

/* Search Form */
.searchFormInput {
    width: 100%;
    display: block;
    padding: 10px 60px 10px 13px;
    font-size: 17px;
    border: none;
    background-color: transparent;
}

.searchFormSelect {
    width: 100%;
    display: block;
    padding: 10px 60px 10px 13px;
    margin: 15px 0;
    font-size: 17px;
    border: none;
    background-color: #FFFFFF;
}

.searchPager__link {
    font-size: 34px;
    display: inline-block;
    width: 34px;
    text-align: center;
}

    .searchPager__link.-active {
        color: #797979;
    }

/* Pager */
.pager__link {
    font-size: 34px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}

    .pager__link.-active {
        color: #797979;
    }


/* Subscribe Box */
.subscribeBox {
    position: relative;
    padding: 60px 20px;
    text-align: center;
}

.subscribeBox__intro {
    margin: 25px 0 20px;
}


/* Lity styles potentially left over from moving Subscribe from lightbox into it's own page */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    background-color: transparent !important;
    -webkit-text-fill-color: #797979;
}

.lity {
    background: rgba(255,255,255,0.9);
}

.shadowedBox-wrapper {
    display: inline-block;
    width: 100%;
    background-color: #fff;
}

.lity-close {
    cursor: pointer;
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -7px;
    top: 23px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #1a4983;
    font-style: normal;
    font-size: 66px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
        z-index: 9994;
        width: 35px;
        height: 35px;
        position: absolute;
        right: -7px;
        top: 23px;
        -webkit-appearance: none;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        padding: 0;
        color: #1a4983;
        font-style: normal;
        font-size: 70px;
        font-family: Arial,Baskerville,monospace;
        line-height: 35px;
        text-shadow: 0 1px 2px rgba(0,0,0,0.6);
        border: 0;
        background: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15);
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}

.cookieConsent {
    display: none;
    z-index: 449;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
    font-size: 20px;
    text-align: center;
    background: #1A4983;
    color: #FFFFFF;
}

    .cookieConsent a {
        color: #FFFFFF;
    }

.cookieConsent__accept {
    padding: 5px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    border: 1px solid #FFFFFF;
}

.cookieConsent__optOut {
    padding: 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid #FFFFFF;
}


.footer__textWrapper {
    font-size: 16px;
}

/* ########## START : Smart Phone ############################################################ */
@media only screen and (max-width : 550px) {
    .topMenu__logoImage {
        display: none;
    }

        .topMenu__logoImage.-xs {
            display: block;
            width: 180px;
        }

    .navigation__logo {
        display: none;
    }

        .navigation__logo.-xs {
            display: block;
            width: 180px;
        }

    .navigation__content {
        padding: 0 35px 70px;
    }

    .footer__logo {
        display: none;
    }

        .footer__logo.-xs {
            display: block;
            margin: 0 auto 20px;
        }

    .accordion__header {
        font-size: 32px;
    }
}

@media only screen and (max-width : 370px) {

    .accordion__header {
        font-size: 26px;
    }
}

/* ########## END : Small Mobile ############################################################ */



/* ########## START : Responsive/Tablet+ ############################################################ */
@media only screen and (min-width : 768px) {

    /*.sg-row-pad > .sg-col-lg-1, .sg-row-pad > .sg-col-lg-2, .sg-row-pad > .sg-col-lg-3, .sg-row-pad > .sg-col-lg-4, .sg-row-pad > .sg-col-lg-5, .sg-row-pad > .sg-col-lg-6, .sg-row-pad > .sg-col-lg-7, .sg-row-pad > .sg-col-lg-8, .sg-row-pad > .sg-col-lg-9, .sg-row-pad > .sg-col-lg-10, .sg-row-pad > .sg-col-lg-11, .sg-row-pad > .sg-col-lg-12 { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 16px; padding-right: 16px; }*/

    /* Navigation */
    .topMenu__logo {
        flex-shrink: 0;
    }

    .topMenu__logoImage {
        max-width: 100%;
    }

    /* Footer */
    .footer__top {
        padding: 50px 15px;
    }

    .footer__searchSocialWrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 0 30px 0;
    }

        .footer__searchSocialWrapper .iconContainer {
            padding: 0;
            order: 2;
        }

        .footer__searchSocialWrapper .siteSearch {
            margin: 0 40px 0 0;
            order: 1;
        }

    .navigation__logo {
        padding: 0;
    }


    /* Sidebar */
    .sidebar {
        padding: 50px 50px 80px;
        margin: 0 20px;
        position: relative;
    }

    .bioCard {
        padding: 20px 0;
    }

    .bioCard__imageLink {
        height: 150px;
        background-size: auto 150px;
    }

    .featuredMedia__header {
        font-size: 64px;
    }
}
/* ########## END : Responsive/Tablet+ ############################################################ */



/* ########## START : Responsive/Desktop+ ############################################################ */
@media only screen and (min-width : 1200px) {
    body {
        font-size: 20px;
    }
    /* spacing/size normalization */
    h1, h2, h3, h4, h5, h6 {
        display: block;
        padding: 0;
        margin: 0;
        font-weight: bold;
        color: #1A4983;
        line-height: 1.2;
        margin: 0 0 0.5em 0;
    }

    h1 {
        font-size: 100px;
        line-height: 1.2;
        font-family: 'Abril Fatface', serif;
        font-weight: normal;
        margin: 0;
    }

    h2 {
        font-size: 80px;
        line-height: 1;
        font-family: 'Abril Fatface', serif;
        font-weight: normal;
        margin: 0;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }

    .flexRow {
        flex-wrap: nowrap;
    }

    .flexCol {
        flex: 0 0 33.33333%;
        width: 33.33333%;
    }

        .flexCol.-flexCol--50 {
            flex: 0 0 50%;
            width: 50%;
        }

        .flexCol.-desktopRight {
            order: 2;
            flex: 0 0 66.6666%;
            width: 66.6666%;
        }

    .sg-pagewidth {
        max-width: 1280px;
    }

    .featuredContent {
        z-index: 9;
    }

    .btn__link {
        font-size: 17px;
        padding: 8px 85px;
    }

    .slick-dots {
        position: absolute;
        top: -50px;
        left: -60px;
        right: auto; /*display: flex; flex-direction: column; align-items: stretch;*/
        padding: 0;
        height: 100%;
        font-style: normal;
    }

        .slick-dots li {
            display: block;
            width: 6px;
            height: calc(100% / 3 - 10px);
            padding: 0 10px;
            margin: 0 0 20px 0;
            border-radius: 0;
            float: none;
            background: none;
        }

            .slick-dots li.slick-active {
                background: none;
            }

            .slick-dots li:before {
                display: none;
            }

            .slick-dots li .slidePage {
                display: block;
                background: #E6E6E6;
                width: 6px;
                height: 100%;
            }

            .slick-dots li.slick-active .slidePage {
                background-color: #1A4983;
            }

    .navigation {
        left: auto;
        width: 40vw;
    }

        .navigation.-left {
            width: 100%;
        }

    .-left .navigation__content {
        min-width: 40%;
        flex-basis: 40%;
        height: auto;
        min-height: 100vh;
    }

    .navigationTopMenu {
        display: none;
    }

    .navigation__inner {
        height: 100%;
        min-height: 685px;
    }

    .-left .navigation__inner {
        height: auto;
        display: flex;
        align-items: stretch;
    }

    .navigation__content {
        padding: 20vh 70px 70px 70px;
    }

        .navigation__content .iconContainer {
            position: absolute;
            left: 70px;
            top: 40px;
        }

    .navigation__close {
        left: auto;
        right: 40px;
    }

    .navigation__logo {
        max-width: 100%;
        margin: 0;
    }

    .navigation__logoWrapper {
        height: auto;
        display: block;
    }

    .navFlyout {
        min-width: 60%;
        flex-basis: 60%;
        padding: 36vh 70px 70px 70px;
    }

    .navFlyout__list {
        float: left;
        width: 50%;
        padding-right: 3%;
    }

    .featuredAlerts {
        float: right;
        width: 50vw;
        background: #FFFFFF;
        padding: 98px 100px 98px 100px;
    }

        .featuredAlerts .slick-dots {
            left: auto;
            right: -90px;
            top: 0;
        }

    .featuredAlerts__arrowWrapper {
        position: relative;
        height: 50px;
    }

    .featuredAlerts__prevArrow {
        bottom: -10px;
        top: auto;
        left: calc(50% - 50px);
    }

    .featuredAlerts__nextArrow {
        bottom: -10px;
        top: auto;
        left: 50%;
        right: auto;
    }


    .featuredTalent {
        position: relative;
        width: 100%;
        display: block;
    }

    .featuredTalent__title {
        position: absolute;
        text-align: right;
        z-index: 10;
        top: 20px;
        left: 15vw;
        font-size: 58px;
        background: none;
        text-shadow: none;
    }

    .featuredTalent__talent {
        margin-right: -25%;
    }

    .featuredBios {
        display: inline-block;
        width: 33vw;
        max-width: 660px;
        padding: 135px 1vw 0 5vw;
    }

    .featuredBios__item {
        text-align: left;
        overflow: hidden;
        margin-top: 10px;
    }

    .featuredBios__readMore {
        margin-top: 30px;
    }

    .featuredBios__arrows {
        display: flex;
        justify-content: center;
        padding: 5px;
    }

    .featuredBios__title {
        font-size: 28px;
    }

    .featuredBios__blurb {
        font-size: 16px;
        margin-bottom: 0;
    }

    .featuredBios__name {
        margin-bottom: 0;
    }

    .featuredTalent__imageCollection {
        width: 65vw;
        max-width: 1333px;
        display: inline-block;
        vertical-align: top;
    }


    /* TopMenu */
    .topMenu {
        padding: 0 20px;
        background: #FFFFFF !important;
    }

    .topMenu__logo {
        margin-right: auto;
    }

    .topMenu__link {
        font-size: 25px;
        display: block;
        padding-left: 15px;
        order: 2;
    }

    .topMenu__icon {
        padding: 0 0 0 10px;
        order: 2;
    }

    /* Footer */
    .footer__top {
        padding: 50px 0;
    }

    .footer__textWrapper {
        max-width: 1000px;
        margin: 0 auto;
    }

    .footer__searchSocialWrapper {
    }

        .footer__searchSocialWrapper .siteSearch {
            margin: 0 140px 0 0;
        }

    .footerBottom__pipeSpacer {
        display: inline-block;
        padding: 0 5px;
    }

        .footerBottom__pipeSpacer:before {
            content: "|";
        }

    .footerBottom__copyRight {
        display: inline-block;
    }

    .navigation .siteSearch {
        max-width: 315px;
    }

    .siteSearch {
        margin-top: 60px;
    }

    /*Bio Cards*/
    .bioCard {
        padding: 0 0 20px 0;
        margin-top: 20px;
    }

    .bioCard__inner {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        padding: 20px 15px 15px;
        text-align: left;
    }

    .bioCard__name {
        position: absolute;
        top: -20px;
        left: 15px;
        font-size: 30px;
        margin: 0;
    }

    .bioCard__imageLink {
        margin-right: 15px;
        flex-shrink: 0;
        width: 150px;
        height: 150px;
        overflow: hidden;
        background-size: auto 150px;
    }

    .bioCard__title {
    }

    /* Tabs */
    .tabs {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 20;
        padding: 30px 20px 40px 60px;
    }

    a.tabs__link {
        order: 2;
        display: block;
        margin-bottom: 30px;
        font-family: 'Abril Fatface', serif;
        font-size: 32px;
        color: #797979;
    }
    /* This is against convention (a.tabs__link) but we need to do it for the specificity it brings on the color style. */
    .tabs__link .tabs__splitText {
        display: block;
        margin-left: 110px;
    }

    .tabs__link.-active {
        width: 640px;
        order: 1;
        color: #1A4983;
        font-size: 70px;
    }

    .tabs__directLink {
        order: 2;
        display: block;
        width: auto;
        margin-bottom: 30px;
        font-family: 'Abril Fatface', serif;
        font-size: 32px;
        color: #797979 !important;
    }

        .tabs__directLink.-active {
            width: 640px;
            order: 1;
            font-size: 70px;
            color: #1A4983 !important;
        }

        .tabs__directLink .tabs__splitText {
            display: block;
            margin-left: 110px;
        }

    .tabs__content {
        display: none;
    }

        .tabs__content.-active {
            display: block;
        }

    /* accordion */
    .accordion__header {
        display: none;
    }

    /* Sidebar */
    .sidebar {
        padding: 40px 40px 60px 60px;
        margin: 0;
    }

    .sidebar__title {
        font-size: 64px;
        left: 60px;
        top: 45px;
        text-align: left;
    }

    .sidebar__header {
        text-align: left;
        font-size: 32px;
    }

    .sidebar__list {
        text-align: left;
        list-style-position: outside;
        margin-left: 23px;
    }

    /* Hero */
    .hero {
        display: flex;
        align-items: flex-start;
        padding: 0;
    }

    .hero__image {
        width: 67.6vw;
    }

    .hero__slick {
        width: 67.6%;
    }

        .hero__slick .hero__image {
            width: 100%;
        }

    .hero__title {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 11;
        margin: 0 80px 0 0;
        padding: 30px 0 0 0;
        font-size: 64px;
        text-align: right;
        background: none;
        text-shadow: none;
    }

        .hero__title.-small {
            font-size: 70px;
            background: none;
            text-shadow: none;
        }

    .hero__lowerTitle {
        display: block;
        margin-right: -40px;
    }

    .hero__content {
        width: 32.4vw;
        margin-top: 160px;
        padding: 40px;
    }

    .hero__quote {
        text-align: left;
        font-size: 20px;
    }

    .featuredMedia {
        position: relative;
        background: #F9F9F9;
        padding: 0;
    }

    .featuredMedia__header {
        position: absolute;
        top: 33%;
        right: 50vw;
        z-index: 1;
        text-align: left;
        font-size: 64px;
    }

    .featuredMedia__media {
        display: block;
        margin-right: -60px;
        text-align: right;
    }

    .iconContainer {
        text-align: left;
    }

    .sharedBody {
        padding: 120px 60px 120px 40px;
    }

    .sharedBody__header {
        font-size: 32px;
        margin: 0 0 30px 0;
    }

    .subscribeBox {
        padding: 30px 80px 80px 60px;
        text-align: left;
    }

        .subscribeBox.-darkBackground {
            background: #EDF1F5;
        }

        .subscribeBox .btn__link {
            padding: 5px 55px;
        }

    .diversity-box .hero__title, .womensForum .hero__title {
        font-size: 58px;
        right: 11vw;
        padding: 15px 0 0 0;
    }

    .diversity-box .hero__content, .womensForum .hero__content {
        margin-top: 130px;
    }

    .diversity-box .hero__quote, .womensForum .hero__quote {
        font-size: 16px;
    }

    .womensForum--flipped .hero__content {
        order: -1;
    }

    .womensForum--flipped .hero__title {
        left: 13vw;
        right: auto;
    }
}
/* ########## END : Responsive/Desktop+ ############################################################ */


/*Larger Desktop*/
@media only screen and (min-width : 1441px) {

    .diversity-box .hero__title, .womensForum .hero__title {
        font-size: 88px;
    }

    .diversity-box .hero__content, .womensForum .hero__content {
        margin-top: 200px;
    }

    .diversity-box .hero__quote, .womensForum .hero__quote {
        font-size: 20px;
    }

    .navigation .siteSearch {
        max-width: 415px;
    }

    .featuredTalent__title {
        top: 30px;
        left: 13vw;
        font-size: 88px;
    }

    .featuredTalent__talent {
        margin-right: -25%;
    }

    .featuredBios {
        padding: 200px 1vw 0 7vw;
    }

    .featuredBios__item {
        margin-top: 20px;
    }

    .featuredBios__blurb {
        font-size: 20px;
    }

    .featuredBios__name {
        margin-bottom: inherit;
    }

    h2 {
        font-size: 80px;
    }

    /* XLARGE RULES (LARGE DESKTOP+) #### */
    /* grid col overrides */
    .sg-col-xl-1 {
        width: 8.3333333333%;
    }

    .sg-col-xl-2 {
        width: 16.6666666667%;
    }

    .sg-col-xl-3 {
        width: 25%;
    }

    .sg-col-xl-4 {
        width: 33.3333333333%;
    }

    .sg-col-xl-5 {
        width: 41.6666666667%;
    }

    .sg-col-xl-6 {
        width: 50%;
    }

    .sg-col-xl-7 {
        width: 58.3333333333%;
    }

    .sg-col-xl-8 {
        width: 66.6666666667%;
    }

    .sg-col-xl-9 {
        width: 75%;
    }

    .sg-col-xl-10 {
        width: 83.3333333333%;
    }

    .sg-col-xl-11 {
        width: 91.6666666667%;
    }

    .sg-col-xl-12 {
        width: 100%;
    }

    /* grid padding sizes */
    .sg-row-pad {
        margin-left: -24px;
        margin-right: -24px;
    }

        .sg-row-pad > .sg-col-xl-1, .sg-row-pad > .sg-col-xl-2, .sg-row-pad > .sg-col-xl-3, .sg-row-pad > .sg-col-xl-4, .sg-row-pad > .sg-col-xl-5, .sg-row-pad > .sg-col-xl-6, .sg-row-pad > .sg-col-xl-7, .sg-row-pad > .sg-col-xl-8, .sg-row-pad > .sg-col-xl-9, .sg-row-pad > .sg-col-xl-10, .sg-row-pad > .sg-col-xl-11, .sg-row-pad > .sg-col-xl-12 {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 24px;
            padding-right: 24px;
        }

    .featuredAlerts {
        padding: 135px 200px 135px 191px;
        max-width: 1000px;
    }

    .topMenu {
        padding: 0 33px;
    }

    .topMenu__link {
        display: block;
        padding-left: 33px;
    }

    .topMenu__icon {
        padding: 0 0 0 10px;
    }

    .footerBottom__pipeSpacer {
        padding: 0 30px;
    }

    .hero__title {
        font-size: 88px;
    }

        .hero__title.-small {
            font-size: 77px;
        }

    .hero__content {
        margin-top: 190px;
    }

    /* Core Page stuff */
    .sharedBody {
        padding: 120px 9.11vw 120px 100px;
    }

    .navigation {
        max-width: 720px;
    }

        .navigation.-active {
            max-width: 100%;
        }

    /* tabs */
    .tabs {
        padding: 30px 0 40px 9.11vw;
    }

    /* Sidebar */
    .sidebar {
        padding: 40px 40px 60px 9.11vw;
        background: #EDF1F5;
    }

    .sidebar__title {
        font-size: 88px;
        left: 9.11vw;
        top: 75px;
        text-align: left;
    }

    .featuredMedia__header {
        top: 30%;
        right: 50vw;
        font-size: 98px;
    }

    .featuredMedia__media {
        margin-right: -60px;
    }

    .subscribeBox {
        padding-left: 9.11vw;
    }
}


/* ########## START : Resizing Desktop Based on Height ############################################################ */
@media only screen and (min-width : 1200px) and (max-height : 870px) {

    .navigation__content {
        height: 100%;
        padding: 20vh 70px 70px 70px;
    }

    .navigation .navigationMenu li {
        padding: 5px 0;
    }

    .navigation__content .iconContainer {
        top: 0;
    }
}
/* ########## END : Resizing Desktop Based on Height  ############################################################ */


/* ########## START : Short Screens Larger than Tablet ############################################################ */

@media only screen and (min-width: 1200px) and (max-height : 700px) {
    .siteSearch {
        margin-top: 30px;
    }

    .navigation__content {
        padding-top: 140px;
    }
}

/* ########## END : Short Screens ############################################################ */

@media only screen and (min-width : 2000px) {
    body {
        margin: 0 auto;
        max-width: 2000px;
        overflow: hidden;
    }

    html {
        background: #EDF1F5;
    }

    .topMenu {
        left: auto;
        width: 2000px;
    }

    .navigation.-active {
        max-width: 2000px;
        margin: 0 auto;
    }
}
