@font-face {
    font-family: "TiemposHeadline";
    src: url("../fonts/tiempos-headline-light.woff2");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "TiemposHeadline";
    src: url("../fonts/tiempos-headline-regular.woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "TiemposText";
    src: url("../fonts/tiempos-text-regular.woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "DMSans";
    src: url("../fonts/DMSans-VariableFont.ttf");
    font-weight: 400 900;
    font-display: swap;
  }

/*********************************************
	Meyer Reset
*********************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

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

nav,
section,
aside {
    display: block;
    outline: none;
}

/*********************************************
	Defaults and Quickies
*********************************************/
#wpadminbar {
    z-index: 2147483647 !important;
}

/* force wordpress admin bar to front */
body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
}

p {
    line-height: 1.42857142857143;
}

em,
i {
    font-style: italic;
}

strong,
b {
    font-weight: 700;
}

/* text underlining defaults */
a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none;
}

p a:link,
p a:visited,
li a:link,
li a:visited,
blockquote a:link,
blockquote a:visited {
    text-decoration: none;
}

p a:active,
p a:hover,
li a:active,
li a:hover,
blockquote a:active,
blockquote a:hover {
    text-decoration: underline;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited {
    text-decoration: none;
}

h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active,
h4 a:hover,
h4 a:active,
h5 a:hover,
h5 a:active,
h6 a:hover,
h6 a:active {
    text-decoration: none;
}

/* CSS3 transitions on links and form fields */
input {
    -webkit-transition: all 0.09s ease-in;
    -moz-transition: all 0.09s ease-in;
    -ms-transition: all 0.09s ease-in;
    -o-transition: all 0.09s ease-in;
    transition: all 0.09s ease-in;
}

/* float helpers */
.cl {
    clear: left;
}

.cr {
    clear: right;
}

.cb {
    clear: both;
}

/* flow helpers */
.block {
    display: block;
}

.inline {
    display: inline;
}

.hidden {
    display: none;
}

/* margin helpers */
.notop {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.nobottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.top10 {
    margin-top: 10px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top30 {
    margin-top: 30px !important;
}

.top40 {
    margin-top: 40px !important;
}

.top50 {
    margin-top: 50px !important;
}

.bottom10 {
    margin-bottom: 10px !important;
}

.bottom20 {
    margin-bottom: 20px !important;
}

.bottom30 {
    margin-bottom: 30px !important;
}

.bottom40 {
    margin-bottom: 40px !important;
}

.bottom50 {
    margin-bottom: 50px !important;
}

.bgcover {
    background-color: transparent !important;
}

/* clearfix */
.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .cf {
    zoom: 1;
}

/* IE6 */
*:first-child+html .cf {
    zoom: 1;
}

/* IE7 */

/* form helpers
::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none;}*/
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* proportionally scaling videos */
.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.fourByThree {
    padding-bottom: 75%;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed,
.videoContainer img,
.videoContainer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoLayer .inner {
    text-align: center !important;
}

.videoContainerContainer {
    width: 640px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

}

/* two column structure */
.twoC .c1,
.twoC .c2 {
    width: 45%;
}

.twoC .c1 {
    float: left;
    margin-right: 10%;
}

.twoC .c2 {
    float: left;
}

/* three column structure */
.threeC .c1,
.threeC .c2,
.threeC .c3 {
    width: 32%;
}

.threeC .c1 {
    float: left;
    margin-right: 2%;
}

.threeC .c2 {
    float: left;
}

.threeC .c3 {
    float: right;
}

/* four column structure */
.fourC .c1,
.fourC .c2,
.fourC .c3,
.fourC .c4 {
    width: 21.25%;
}

.fourC .c1 {
    float: left;
    margin-right: 5%;
}

.fourC .c2 {
    float: left;
    margin-right: 5%;
}

.fourC .c3 {
    float: left;
}

.fourC .c4 {
    float: right;
}

/* mobile helper classes */
.mobileOnly {
    display: none;
}

#navMobile {
    display: none;
}

#mobileMenuButton {

    position: absolute;
    top: 20px;
    right: 10px;
    width: 60px;
    height: 60px;
    display: none;
    background-color: transparent;
    background-image: url("../img/menubutton.png");

}

/* wordpress image alignment defaults */
.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 40%;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    max-width: 40%;
    width: 500px;
}

.aligncenter {
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.aligncenter {
    border: 1px solid #bbbbbb;
    margin: 20px auto;
    padding: 20px;
}

.aligncenter .aligncenter {
    border: none;
    margin: 0;
}

.alignnone {
    float: none;
}

.wp-caption {
    max-width: 100%;
    width: auto !important;
}



#loading-animation {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;

}

#loading-animation .fa {
    color: white;
    font-size: 300%;
}

.cli-style-v2 {
	font-family: "DMSans" !important;
	font-size: 120% !important;
}

/*********************************************
	Core
*********************************************/

html,
body {
    overflow-x: hidden;
}

body {
    position: static;
    height: 100%;

    background-color: #353C43;
    color: #333333;

    /* text-align: center; */
    font-family: "TiemposHeadline";
    font-style: normal;
    font-weight: 400;
    font-size: 62.5%;
    font-style: normal;
    line-height: 1.5;

    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* .admin-bar .main {
    margin-top: -32px;
} */


.page-list .img,
#navMain a,
.news a,
#footer a,
.page-list .textwrap {
    -webkit-transition: all 0.09s ease-in;
    -moz-transition: all 0.09s ease-in;
    -ms-transition: all 0.09s ease-in;
    -o-transition: all 0.09s ease-in;
    transition: all 0.09s ease-in;

}

/*********************************************
	Core
*********************************************/

.admin-bar #header {
    top: 32px;
}

#header {
    background: white;
}

#header {

    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10000000;
    height: 70px;
    border-bottom: 1px solid #ccc;
}

#siteWrapper {
    margin-top: 70px;
}

#isFront {
    background-color: transparent !important;
}

#isFront .banner {
    background-color: transparent !important;

    height: 100vh;
    line-height: 100vh;
    width: 100vw;

    position: absolute;
    top: 0;
    left: 0;
}




#header {
    height: 70px;
    background-color: white;
}

#navMain {
    text-align: center;


}

#navMain li {
    display: inline;
}

#navMain a {
    font-family: "DMSans";
    font-weight: 700;
    font-style: normal;
    font-size: 180%;
    color: #656c7a;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    float: none;
    paddinG: 0 10px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
}

#navMain .current_page_item a {
    /* color: #0d3073; */
    color: #006F51;
}

#navMain a:hover {
    color: #006F51;
}

#navMain .siteTitle a {
    height: 67px;
    width: 40px;
    background: url('../img/sjf-ventures-logo.svg');
    background-size: 40px 67px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0 10px;
}

#navMain .siteTitle a:hover {
    opacity: 0.7;
}

/*********************************************
	navNews
*********************************************/

.newsTitle {
    font-family: "TiemposHeadline";
    font-size: 600%;
    font-weight: 300;
    line-height: 115%;
    color: #15316F;
    margin-bottom: 34px;
}

#ourNews {
    color: white;
    font-family: "DMSans";
    font-weight: 700;
    font-size: 180%;
    text-transform: uppercase;
}

#navNews {
    padding: 17px 30px;
    background-color: #0d3073;
    text-align: center;
}

#navNews .inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

#menu-news-category-menu {
    display: flex;
    gap: 20px;
    row-gap: 5px;
    flex-wrap: wrap;
}

#menu-news-category-menu li a {
    font-family: "DMSans";
    font-weight: 400;
    font-size: 180%;

    color: white;
    text-decoration: none;
}

#menu-news-category-menu li a:hover {
    color: #72c267;
}

#menu-news-category-menu li.current-menu-item a {
    color: #72c267;
}

#archive {
    position: relative;
}

#archive h4 {
    color: white;
    font-family: "DMSans";
    font-weight: 600;
    font-size: 180%;
    text-transform: uppercase;
}

#archive h4:hover {
    color: #72c267;
    cursor: pointer;
}

#archive ul {
    display: none;
    position: absolute;
    top: 100%;
    right: -30px;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-height: 160px;
    background-color: #0d3073;
    padding: 20px;
    padding-top: 5px;
}

#archive:hover ul {
    display: grid;
}

#archive li a {
    display: block;
    width: 100%;
    color: white;
    text-decoration: none;
    text-align: center;
    font-family: "DMSans";
    font-weight: 400;
    font-size: 180%;
}

#archive li a:hover {
    color: #72c267;
}

/*********************************************
	layers
*********************************************/
.layer {
    padding: 30px;
    text-align: center;
    background: white;

}

.layer .inner {
    width: 1080px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 90px 0;
}

/*********************************************
	banner
*********************************************/

.banner {
    border-top: 1px solid black;
    background-color: white;
    background-size: cover;
    background-position: center center;
    /*background-position: top !important;*/
    background-attachment: scroll;
    text-align: center;

    width: 100vw;
    height: 100vh;
    line-height: 100vh;
    margin-top: -70px;
    vertical-align: middle;

    position: relative;
}

#isFront .banner {
    margin-top: 0;
}

.banner h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 600%;
    color: white;

    display: inline-block;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    /** NW 2020 **/
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: relative;
}

.banner h2::after {
    content: "";
    background-color: #000;
    mix-blend-mode: multiply;
    filter: blur(100px);
    border-radius: 764px;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner .indicator {
    position: absolute;
    z-index: 2;

    width: 42px;
    height: 42px;

    bottom: 40px;
    left: 50%;
    margin-left: -20px;
}

.banner .indicator img {
    position: absolute;
    top: 0;
    left: 0;
}

/*********************************************
	sideTitle layer
*********************************************/


.sideTitleLayer,
.withButtonLayer {
    background: #fff;
    padding: 80px 30px;

    background-position: center;
    background-size: cover;
}

.withButtonLayer {
    padding: 100px 30px;
}

.sideTitleLayer .inner,
.withButtonLayer .inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.sideTitleLayer.White,
.sideTitleCollapse.White {
    background: white;
}

.sideTitleLayer h2 {
    font-family: "TiemposHeadline";
    font-size: 420%;
    font-style: normal;
    font-weight: 300;
    color: #15316F;
    text-align: left;
}

.sideTitleLayer.White h2 {
    color: #15316F;

}

.sideTitleLayer.Side h2 {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
}

.sideTitleLayer .content {
    color: #fff;
    text-align: left;
}

.sideTitleLayer.Side .content {
    margin-left: 270px;
    float: right;
}

.sideTitleLayer .content p {
    font-size: 200%;
    line-height: 1.375;
    padding: 10px 0;
    color: #2C2C2C;
    font-weight: 400;
    font-family: "DMSans";
}

.sideTitleLayer.White .content p {
    color: #727372;
}

.sideTitleLayer .content ul {
    list-style: disc;
    margin-left: 20px;
}

.sideTitleLayer .content ul li {
    font-size: 240%;
    margin: 6px 0;
}

.withButtonLayer h2 {
    font-family: "TiemposHeadline";
    font-size: 420%;
    font-style: normal;
    font-weight: 400;
    color: white;
    text-align: left;
    margin-bottom: 10px;
}

.withButtonLayer .content {
    color: #fff;
    text-align: left;
}

.withButtonLayer .content p {
    font-size: 240%;
    line-height: 1.375;
    font-family: "DMSans";
}

.withButtonLayer .button {
    display: inline-block;
    background-color: #fff;
    color: white;
    padding: 10px 28px;
    font-size: 220%;
    color: #006F51;
    font-family: "DMSans";
    font-weight: 500;
    margin-top: 20px;
    border-radius: 80px;
    transition: all 0.3s;
    margin-top: 20px;
}

.withButtonLayer .button:hover {
    background-color: #006F51;
    color: #FFF;
}

.withButtonLayer p a {
    color: #fff;
    text-decoration: none;
}

.withButtonLayer p a:hover {
    color: #fff;
    text-decoration: underline;
}

.sideTitleCollapse {
    background: #0d3073;
    padding: 0 30px 80px;
    margin-top: -60px;
}

.sideTitleCollapse .inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

.sideTitleCollapse p {
    font-size: 240%;
    line-height: 1.375;

    padding: 10px 0px;
    color: #DEDEDE;
}

.sideTitleCollapse.White p {
    color: #727372;
}

.readMore.expanded,
.expander.expanded {
    display: none;
}



.sideTitleLayer a,
.sideTitleCollapse a {
    color: #006F51;
    text-decoration: none;
}

.sideTitleLayer a:hover,
.sideTitleCollapse a:hover {
    color: #006F51;
    text-decoration: underline;
}

/*********************************************
	threeC
*********************************************/

.threeLayer {
    background: white;
    padding: 0 30px;
    text-align: center;
}

.threeLayer .inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 70px 0;
}

.threeLayer h3 {
    font-family: "DMSans";
    font-weighT: 600;
    font-size: 240%;
    line-height: 1.375;
    text-transform: uppercase;
    color: #0D3073;
}

.threeLayer p {
    font-family: "TiemposHeadline";
    font-weighT: 400;
    font-size: 210%;
    color: #727372;
    margin-bottom: 10px;

}

.threeLayer a {
    color: #006F51;
    text-decoration: none;
}

.threeLayer a:hover {
    text-decoration: underline;
}

.threeLayer i {
    font-style: italic;
}


/*********************************************
	fourC
*********************************************/

.fourLayer {
    background: white;
    padding: 0 30px;
    text-align: center;
}

.fourLayer .inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 70px 0;
}

.fourLayer h3 {
    font-family: "DMSans";
    font-weighT: 600;
    font-size: 240%;
    line-height: 1.375;
    text-transform: uppercase;
    color: #0D3073;
}

.fourLayer p {
    font-family: "DMSans";
    font-weighT: 400;
    font-size: 210%;
    color: #727372;
    margin-bottom: 10px;

}

.fourLayer a {
    color: #006F51;
    text-decoration: none;
}

.fourLayer a:hover {
    text-decoration: underline;
}

.fourLayer i {
    font-style: italic;
}



/*********************************************
	basic
*********************************************/

.basicLayer {
    background-color: #0d3073;
    color: #dedede;
    font-size: 300%;
    padding: 0 30px;
}

.basicLayer .inner {
    color: #dedede;
    text-align: left;
}

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

.basicLayer p {
    line-height: 1.25;
}

.basicLayer a {
    color: #72c167;
}

/*********************************************
	callout
*********************************************/

.calloutLayer {
    font-size: 270%;
    font-family: "DMSans";
    padding: 0 30px;
}

.calloutLayer p {
    line-height: 1.3;
    color: #0d3073;
}

.calloutLayer a {
    color: #006F51;
}

/*********************************************
	quotes
*********************************************/

.quotesLayer {
    background-color: #8697b9;
    text-align: center;
    padding: 90px 30px;
}

.quotesLayer .inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.quotesLayer p,
.quote .bio {
    font-size: 260%;
    font-family: "TiemposText";
    font-weight: 400;
    color: #2C2C2C;
    float: none;
    line-height: 1.5;
}

.quote .bio {
    font-size: 240%;
}

.quotesLayer footer.attribution,
.quote .attribution {
    font-size: 220%;
    line-height: 1.31;
    font-family: "DMSans";
    font-weight: 900;
    text-transform: uppercase;
    color: #006F51;
    float: none;
    margin-top: 20px;
}

.quote .attribution span {
    font-weight: 600;
    text-transform: capitalize;
}

.quote .attribution img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 8888888px;
}

.bio a:hover {
    color: #006F51;
}


/*********************************************
	pages
*********************************************/
.page-list {
    display: block;
    position: relative;
    text-align: center;

    width: 50%;
    float: left;
    height: 28.375vw;
    line-height: 28.375vw;
    background-color: #5e5e5e;

    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.page-list:hover .textwrap,
.news:hover .overlay,
.caseStudiesLayer .news:hover {
    box-shadow: inset 0 0 0 4px #72c267;
}

.page-list .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;

    -webkit-transition: -webkit-transform 1.5s ease-out;
    /* Saf3.1+, Chrome */
    -moz-transition: -moz-transform 1.5s ease-out;
    /* FF3.5+ */
    -ms-transition: -ms-transform 1.5s ease-out;
    /* IE9 */
    -o-transition: -o-transform 1.5s ease-out;
    /* Opera 10.5+ */
    transition: transform 1.5s ease-out;

    -webkit-transform: scale(1) rotate(0.1deg);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(1) rotate(0.1deg);
    /* FF3.5+ */
    -ms-transform: scale(1) rotate(0.1deg);
    /* IE9 */
    -o-transform: scale(1) rotate(0.1deg);
    /* Opera 10.5+ */
    transform: scale(1) rotate(0.1deg);
}

.page-list:hover .img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);

    -webkit-transform: scale(1.03) rotate(0.1deg);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(1.03) rotate(0.1deg);
    /* FF3.5+ */
    -ms-transform: scale(1.03) rotate(0.1deg);
    /* IE9 */
    -o-transform: scale(1.03) rotate(0.1deg);
    /* Opera 10.5+ */
    transform: scale(1.03) rotate(0.1deg);
}

.page-list .textwrap {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    height: 28.375vw;
    line-height: 28.375vw;
}

.page-list h2,
.bio h4 {
    font-family: "TiemposHeadline";
    font-weight: 400;
    font-style: normal;
    font-size: 420%;

    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding: 0 50px;
    color: white;
    position: relative;
}

.page-list h2 {
    text-shadow: 0px 0px 100px rgba(0, 0, 0, 0.25);
}


.page-list h2::after {
    content: "";
    background-color: #000;
    mix-blend-mode: multiply;
    filter: blur(100px);
    border-radius: 466px;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bio h4 {
    color: #0d3073;
    padding: 20px 0 10px 0;
    font-size: 300%;

}

/*********************************************
	news
*********************************************/
.caseLayer {
    padding: 0 30px;
    text-align: center;
    background: white;
}

.caseLayer .inner {
    padding: 90px 0;
    max-width: 900px;
    text-align: left;
    margin: 0 auto;
}

.caseLayer .companyLogo {
    width: 300px;
    max-width: 100%;
    float: right;
    margin-top: -80px;

}

.caseLayer p,
.caseLayer li,
.bio li {
    font-family: "DMSans";
    font-weight: 400;
    font-size: 200%;
    color: #2C2C2C;
    padding: 10px 0px;
}

.caseLayer li,
.bio li {
    margin-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
    padding: 5px 0px;

}

.bio li {
    font-size: 240%;
}

.caseHeader {
    background-color: #0d3073;
    position: relative;

}

.caseHeader .imageHalf {
    width: 60vw;
    float: left;
    height: 33vw;
    overflow: hidden;
    position: relative;

}

.caseHeader .imageHalf img {
    width: 100%;
    float: left;

}

.caseHeader .imageHalf.hasVideo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;

}

.caseHeader .imageHalf.hasVideo .videoContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;

}

.caseHeader .titleHalf {
    width: 40%;
    float: right;
}

.caseHeader .titleHalf {
    width: 40%;
    position: absolute;
    bottom: 46px;
    right: 0;
    text-align: left;
}

.caseHeader .titleHalf h1,
.caseHeader .titleHalf .oneLiner {
    padding-left: 50px;
    padding-right: 15%;
}

.caseHeader .titleHalf h1 {
    font-size: 420%;
    font-family: "TiemposHeadline";
    font-weight: 300;
    color: white;
    padding-bottom: 25px;
    line-height: 1;
}

.caseHeader .titleHalf .oneLiner {
    display: block;
    font-size: 200%;
    font-family: "DMSans";
    font-weight: 400;
    color: white;
    line-height: 1.28;
    max-width: 420px;
}

/*********************************************
	news
*********************************************/
.newsLayer {
    background-color: #0D3073;
}

.news {
    float: left;

    background-color: #0d3073;
    background-position: center;
    background-size: cover;

    position: relative;
    vertical-align: middle;
    aspect-ratio: 1.5;
}

.newsBG {
    width: 100%;
    height: 100%;
    background-color: #0d3073;
    background-position: center;
    background-size: cover;


    position: absolute;
    top: 0;
    left: 0;


    overflow: hidden;
}

.newsBG img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;

    position: absolute;
    top: 0;
    left: 0;

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}

.news-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .overlay {
    opacity: 0.80;
    background-color: #15316F;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.09s ease-in;
    -moz-transition: all 0.09s ease-in;
    -ms-transition: all 0.09s ease-in;
    -o-transition: all 0.09s ease-in;
    transition: all 0.09s ease-in;

}

.news a:hover .overlay {
    opacity: 1;
}

.news h3 {
    font-family: "DMSans";
    font-weight: 700;
    font-style: normal;
    font-size: 240%;
    text-align: left;

    color: #fff;

    display: inline-block;
    vertical-align: middle;
    line-height: 1.111111;
    padding: 30px 25px;

    position: relative;
    width: auto;
    vertical-align: top;
}




.centeredHeading {
    background-color: #fff;
    padding: 20px 30px;
    color: #15316F;
    text-align: center;
    font-family: "DMSans";
    font-size: 270%;
    font-weight: 500;
    line-height: 1.1;
}

.centeredHeading.green {
    background-color: #006F51;
    color: white;
}

.centeredHeading.blue {
    background-color: #15316F;
    color: white;
}

.centeredHeading.alsoLink {
    padding: 0;
    height: 90px;
    line-height: 90px;
}

.centeredHeading a {
    color: #15316F;
}

.centeredHeading.green a,
.centeredHeading.blue a {
    color: white;
}

.caseStudyPreTitle {
    font-weight: 500;
    font-size: 75%;
    padding-bottom: 5px;
    display: inline-block;
}

.caseStudyPreTitle,
.caseStudy h3 br {
    display: none;

}

.kpiExpander {
    color: #FFF;
    text-align: center;
    width: 100%;
    display: block;
    background-color: #34456D;
    padding: 0px;
    font-size: 210%;
    font-family: "DMSans";
    font-weight: 600;

    display: block;
    clear: both;
    padding: 0px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
}

.kpiExpander:hover {
    background-color: #72C267;
}

.kpiBeyond6,
.kpiBeyond8 {
    display: none;
}

/*********************************************
	special announcement
*********************************************/
.announcementLayer {
    background-color: #475c85;
    background-position: center;
    background-size: cover;


}

.announcementLayer .inner {
    position: relative;
    padding: 0;
    margin: 120px auto;
}

.announcementLayer h2 {
    font-family: "DMSans";
    font-weight: 600;
    font-style: normal;
    font-size: 300%;
    line-height: 1.25;

    color: white;

    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
}

.announcementLayer .content {
    font-family: "TiemposHeadline";
    font-weight: 500;
    font-style: normal;
    font-size: 240%;

    color: #dedede;

    margin-left: 270px;
    float: right;
    text-align: left;
}



#categoryMenu,
#portfolioMenu {
    padding: 0;
    /* text-align: center; */
    background-color: #006F51;
    width: 100%;
    z-index: 2000;
}

#portfolioMenu {
    top: 100px;
    position: absolute;
    left: 0;
    width: 100%;
    border-top: none;
}

/* #categoryMenu ul,
#portfolioMenu ul {
    display: none;
} */

.catGroupWrapper {
    display: none;
}

#catGroup {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    padding: 0 40px 20px;
    background-color: #006F51;
    position: relative;
    top: -2px;
}

#categoryMenu li,
#portfolioMenu li {
    /* display: inline; */
}

#categoryMenu a,
#portfolioMenu a {
    color: white;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    width: auto;
    line-height: 25px;
    font-size: 180%;
    font-family: "DMSans";

}

#portfolioMenu .menu-item-772 a {
    color: #72c267 !important;
}

#categoryMenu a:hover,
#portfolioMenu a:hover,
#categoryMenu .current-menu-item a {
    color: #72c267 !important;
}

#categoryMenu .catMenuTitle {
    color: white;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 40px 15px;
    display: inline-flex;
    align-items: center;
    font-size: 270%;
    font-family: "DMSans";
    cursor: pointer;
}

#categoryMenu .catMenuTitle svg {
    margin-left: 5px;
}
.catMenuTitle svg {
    transition: all 0.3s ease-in-out;
}

.catMenuTitle.is-active svg {
    transform: rotate(180deg);
}




/*********************************************
	factslayer
*********************************************/

.sideTitleLayer + .facts {
    padding-top: 0;
}

.factsHeading {
    background-color: transparent;
    font-family: 'TiemposHeadline';
    font-size: 420%;
    font-weight: 300;
    margin-bottom: 40px;
}

.factsLayer {
    display: flex;
    gap: 20px;
}

.factsLayer .fact {
    position: relative;
    width: 50%;
    padding: 44px 30px;
}

.fact--blue {
    background-color: #ECF0F8;
}

.fact--blue h3 {
    color: #15316F;
}

.fact--green {
    background-color: #E1EEEB;
}

.fact--green h3 {
    color: #006F51;
}

.factIcon {
    position: absolute;
    top: -24px;
    right: -42px;
    width: 130px;
    height: 100px;
}

.factIcon img {
    position: absolute;
    width: 100%;
    height: 57%;
    top: 15px;
    left: -15px;
}

.fact--green svg path {
    fill: #006F51;
}

.fact h3 {
    font-family: "DMSans";
    font-weight: 500;
    font-style: normal;
    font-size: 270%;
    margin-bottom: 10px;
}

.fact p,
.fact li {
    font-family: "DMSans";
    font-size: 200%;
    font-style: normal;
    font-weight: 400;
    line-height: 141%;
}

.fact ul {
    list-style: disc;
    padding-left: 20px;
}


/*********************************************
	Staff Layer
*********************************************/
.staffLayer,
.staffLayer .inner {
    padding: 0;
    width: auto;
    max-width: none;
}

.staffLayer {
    position: relative;
}

.staff {
    background: black;
}

.staffLayer .xgrid_Full_Inner,
.portfolioItems .xgrid_Full_Inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 0 !important;
    text-align: left;
}

.staffLayer .xgrid_Full_InnerInner,
.portfolioItems .xgrid_Full_InnerInner {
    padding: 0 30px;
}

.testimonialsLayer .staffThumb h3 {
    display: none;
}

.testimonialsLayer .xgrid_TileImage {
    object-fit: contain;
}

.kpisLayer .staffThumb h3 {
    display: inline-block;
}

.xgrid_Item.is-collapsed img.xgrid_TileImage_color,
.xgrid_Item.is-collapsed img.xgrid_TileImage {
    -webkit-transition: all 0.09s ease-in;
    -moz-transition: all 0.09s ease-in;
    -ms-transition: all 0.09s ease-in;
    -o-transition: all 0.09s ease-in;
    transition: all 0.09s ease-in;
}

.testimonialsLayer .testimonialsOverlay {
    outline: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    /* box-shadow: inset 0 0 0 .5px #96A4BF; */
}

.staffThumb:hover .testimonialsOverlay {
    box-shadow: inset 0 0 0 2px #15316F;
}

.testimonialsLayer .xgrid_Item.is-expanded .testimonialsOverlay {
    box-shadow: inset 0 0 0 4px #72c267;
}

.staffLayer .status {
    font-weight: 500;
}

.staffThumb {
    position: relative;
}

.invisiTarget {
    position: absolute;
    top: -148px;
    left: 0;

    height: 1px;
    width: 1px;
    display: block;
}

#isFront .invisiTarget {
    top: -100px;
}

.companyLayer .invisiTarget {
    top: -100px;
}

.companyLayer .staffThumb {
    padding-bottom: 0;
}

.staffThumb h3 {
    margin: 0;
    padding: 0;
    display: inline-block;
    left: 0;

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 66px;
    line-height: 66px;
    color: white;

    font-family: "DMSans";
    font-weight: 700;
    font-size: 240%;
}

.companyLayer .staffThumb h3 {
    display: none;
}

.staffLayer p {
    margin-bottom: 10px;
}

.layer ul,
.layer ol {
    margin-left: 20px;
}

.layer ol {
    list-style-type: decimal;
}

.layer ul {
    list-style-type: disc;
}

/*********************************************
	2020 Impact Layers - Three Metrics
*********************************************/
.three-metrics {
    background-color: #0d3073;
}

.text-and-image .inner,
.metric-card .inner,
.three-metrics .inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
}

.text-and-image,
.metric-card,
.three-metrics {
    padding: 0 30px;
}

.three-metrics .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 80px;
}

.metric {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    -ms-flex-line-pack: flex-start;
        align-content: flex-start;
    width: 33%;
    padding-right: 50px;
}

.metric .icon {
    display: inline-block;
    transform: scale(.9);
}

.metric .content {
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    width: calc(100% - 90px);
}

.three-metrics .content * {
    color: white;
}

.metric .content h3 {
    font-family: "DMSans";
    font-weight: 600;
    font-size: 270%;
    line-height: 1.1111;
}

.metric .content p {
    font-family: "DMSans";
    font-weight: 500;
    font-size: 180%;
    line-height: 1.38;
    margin-top: 10px;
}


/*********************************************
	2020 Impact Layers - Metric Cards
*********************************************/

.metric-card {
    background-color: white;
    position: relative;
}

.metric-card .overlay,
.metric-card .background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.metric-card .overlay {
    background-color: #0D3073;
    z-index: 1;
}

.metric-card .background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: .5;
}

.metric-card .inner {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 5;
}

.metric-card .inner * * {
    color: white;
}

.metric-card .metric-container .metric,
.metric-card .card-info {
    width: 41%;
    text-align: left;
    padding-right: 60px;
}

.metric-card .card-info {
    width: 28%;
}

.metric-card .card-info h2 {
    font-size: 400%;
    font-weight: 600;
    line-height: 1.05;
    margin-bottom: 20px;
}

.metric-card .card-info p {
    font-size: 210%;
    font-weight: 400;
    line-height: 1.42;
    color: #DEDEDE !important;
}

.metric-card .metric-container {
    width: 66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.metric-card .metric-container .metric {
    padding-bottom: 30px;
}

.metric-card .metric-container .metric p,
.metric-card .metric-container .metric p strong {
    color: #DEDEDE !important;
}

/*********************************************
	2020 Impact Layers - Text & Image
*********************************************/
.text-and-image {
    background-color: white;
    padding: 100px;
}

.text-and-image .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.text-and-image .image {
    width: 50%;
}

.text-and-image .content {
    text-align: left;
    width: 50%;
    padding-right: 10%;
}

.text-and-image h2 {
    font-size: 400%;
    font-weight: 600;
    color: #0D3073;
    line-height: 1.2;
    margin-bottom: 20px;
}

.text-and-image p {
    font-size: 210%;
    color: #656C7A;
    line-height: 1.42;
}

@media only screen and (max-width: 1100px) {
    .metric-card .metric-container .metric,
    .metric-card .card-info {
        width: 39%;
        padding-right: 50px;
    }

    .metric .icon {
        display: none;
    }

    .metric-card .metric-container,
    .three-metrics .inner {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .metric-card .card-info {
        width: 28% !important;
    }

    .metric .content {
        width: 100%;
    }
}

@media only screen and (max-width: 1050px) {
    .text-and-image .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .text-and-image .content,
    .text-and-image .image {
        width: 100%;
    }

    .text-and-image .content {
        margin-bottom: 60px;
    }
}


@media only screen and (max-width: 850px) {
    .metric-card .metric-container .metric,
    .metric-card .card-info {
        width: 100%;
        padding-right: 0;
    }

    .metric-card .metric-container {
        width: 55%;
        margin-left: 50px;
    }

    .metric-card .card-info {
        width: 45% !important;
    }

    .metric {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 650px) {
    .metric-card .inner,
    .three-metrics .inner {
        display: block;
    }

    .metric-card .card-info,
    .metric {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .metric-card .metric-container {
        width: 100% !important;
        margin-left: 0;
    }

    .metric .icon {
        display: inline-block;
        transform: scale(.8);
    }

    .metric .content {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .metric-card .inner,
    .text-and-image {
        padding: 70px 30px;
    }

    .three-metrics .inner {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .text-and-image .content {
        padding-right: 0;
    }
}

/*********************************************
	Portfolio Layer
*********************************************/
.filters-button-group a {
    cursor: pointer;
}

.filters-button-group a.is-checked {
    color: #72C267 !important;
}

.portfolioItems {
    width: 100vw;

    position: relative;
    /* overflow: hidden; */
    background: #c2cbdc;

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

.portfolioItem {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.portfolioItem {
    width: 20vw;
    height: auto;
    line-height: 20vw;
    display: block;
    float: left;
}

.portfolioItem .pInner {
    width: 100%;
    height: 20vw;
    line-height: 20vw;
    vertical-align: middle;
    background-color: white;
}

.grid-sizer {
    width: 20vw;
}

.pInner {
    position: relative;
}

.portfolioItem .pHover {
    cursor: pointer;
    text-align: center;
}

.portfolioItem.is-expanded .pInner {
    height: auto;
}

.pLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 20vw;
    height: 20vw;
    object-fit: contain;
    background-color: white;
}


.portfolioItem .overlay,
.testimonialsLayer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(13, 48, 115, 0.25); */
    /* box-shadow: inset  0 0 1px #8694af; */

    font-size: 500%;
    font-weight: 600;
    font-family: "TiemposHeadline";
    color: white;
    text-align: right;

    outline: 1px solid #96A4BF;
}

.portfolioItem.is-expanded:hover .pHover {
    display: none;
}

/* .portfolioItem.is-expanded .pLogo {
    position: relative;
    height: 20vw;
    float: left;
} */

.portfolioItem.is-expanded .xgrid_Full_Inner {
    padding: 80px 0 !important;
}

.portfolioItem .xgrid_Close {
    height: 30px;
    right: 50px;
}

.portfolioItem.is-expanded .overlay {
    display: none;
}

.portfolioItem.is-expanded {
    width: 100%;
    height: auto;
    background: white;
}

.pBio {
    height: auto;
    max-height: none;
    /* border-top: 1px solid #96A4BF; */
}

.portfolioItem.is-expanded .pBio {
    display: block;
    position: absolute;
    top: 20vw;
    left: 0;
    z-index: 2000;
}

.portfolioItem:hover .pHover {
    display: block;
}

.pHover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vw;
    line-height: 20vw;
    vertical-align: middle;
    background-color: white;
}

.pHover .inner {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.pHover .title,
.pHover .location,
.pHover .description {
    color: #15316F;
    font-family: "DMSans";
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pHover .title {
    font-size: 240%;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 10px;
}

.pHover .location {
    font-size: 180%;
    padding-bottom: 30px;
    font-weight: 600;
}

.pHover .description {
    font-size: 180%;
    font-weight: 400;
}

.portfolioItem .plus {
    background: url('../img/cross_white.png') no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 35px;
    right: 30px;
    z-index: 2000000;
    color: black;
}

.portfolioOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 20vw;
    height: 20vw;
    background-color: transparent;
    /* box-shadow: inset 0 0 0 .5px #96A4BF; */
    outline: 1px solid #96A4BF;
}

.portfolioItem:hover .pHover {
    box-shadow: inset 0 0 0 2px #15316F;
    outline: none;
}

.portfolioItem.is-expanded .portfolioOverlay {
    box-shadow: inset 0 0 0 4px #72c267;
    outline: none;
}

.fancybox-container {
    z-index: 99999992 !important;
}

.fancybox-bg {
    background: #0d3073 !important;
}


/*********************************************
	Google Image Result Style Layout
*********************************************/
.image-grid {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 5px 0;
}

.xgrid_Item {
    float: left;
    position: relative;
}

.bio h3 {
    font-size: 240%;
    line-height: 1.375;
    font-weight: 700;
}

.xgrid_TileImage {
    display: block;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 1;
    object-fit: cover;
}

.staffLayer .overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    transition: all 0.3s ease-in;
}

.testimonialsQuote {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 14px;
}

.testimonialsLayer .staffThumb {
    border-right: 1px solid #96A4BF;
    border-bottom: 1px solid #96A4BF;
}

.staffLayer .xgrid_Item:hover .overlay {
    opacity: 0;
}

/* .staffLayer .xgrid_Item:hover .xgrid_TileImage {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.staffLayer .xgrid_Item.is-expanded .xgrid_TileImage {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%) !important;
    opacity: 1;
} */

.staffLayer .xgrid_Item.is-expanded .overlay {
    opacity: 0;
}

.is-expanded .staffThumb h3 {
    display: none;
}

.staffThumb {
    position: relative;
}

.xgrid_Item.is-collapsed .xgrid_Tile {
    cursor: pointer;
}

.xgrid_Item.is-expanded .xgrid_Full {
    max-height: 10000px;
}

.xgrid_Full {
    position: relative;
    box-sizing: content-box;
    overflow: hidden;
    max-height: 0;
    background: white;
    text-align: center;
    padding: 0;
    width: 100vw;
}

/* .testimonialsLayer .xgrid_Full {
    border-top: 1px solid #96A4BF;
} */

.xgrid_Item.is-expanded .xgrid_Full {
    border-bottom: 1px solid #D5DBE5;
}

.xgrid_Item.is-collapsed .arrow--up {
    height: 10px;
    width: 100%;
}

.xgrid_Item.is-expanded .arrow--up {
    border-bottom: 8px solid #222;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    width: 0;
    margin: 2px auto 0;
}

.xgrid_Item.is-expanded .xgrid_Tile h3 {
    color: #ea7625;
}

.xgrid_Close {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 30px;
    right: 30px;
    border: none;
    background: none;
    font-family: "DMSans";
    font-size: 180%;
    color: #006F51;
    display: flex;
    gap: 10px;
    align-items: center;
}

.xgrid_Close:hover {
    color: #006F51;
}

.image--large {
    max-width: 100%;
    height: auto;
    display: block;
    padding: 40px;
    margin: 0 auto;
    box-sizing: border-box;
}

.xgrid_Full_InnerInner h3 {
    font-family: "TiemposHeadline";
    font-size: 340%;
    font-weight: 400;
    font-style: normal;
    color: #0d3073;
    line-height: 1.05;
    padding-bottom: 15px;
}

.newReadMore {
    font-size: 160% !important;
    font-weight: 500;
    color: #15316F;
    font-family: "DMSans";
    opacity: 1;
    padding-top: 5px;
    display: inline-block;
    line-height: 0.3;
    font-size: 100%;
    padding-top: 15px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: underline;
}

.portfolioItems .xgrid_Full_Inner {
    padding-top: 30px !important;
}

.portfolioItem h3 {
    margin-top: 0;
    padding-top: 0;
}

.role {
    font-family: "DMSans";
    font-size: 240%;
    font-weight: 300;
    font-style: normal;
    color: #0d3073;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    line-height: 1.375;

    display: block;

}

.xgrid_Full_Inner p {
    font-family: "DMSans";
    font-size: 200%;
    line-height: 1.375;

    font-weight: 400;
    font-style: normal;

    color: #2C2C2C;
}

.contact {
    font-family: "DMSans";
    font-size: 210%;
    line-height: 1.375;

    font-weight: 600;
    font-style: normal;
    padding-top: 36px;
}

.location {
    color: #006F51;
}

.phone {
    color: #006F51;
}

.email,
.email a,
.phone,
.phone a {
    color: #006F51;
}

.email a:hover,
.phone a:hover {
    text-decoration: underline;
}

.location,
.phone,
.email {
    display: block;
}

.contactSocialIcons {
    display: block;
    padding: 5px 0;
}

.contactSocialIcons a {
    display: inline-block;
    padding: 10px 0;
    color: #0D3073;
    padding-right: 10px;
}

.contactSocialIcons a:hover {
    color: #72C267;
}

.contactSocialIcons a i {
    font-size: 95%;
}


/*********************************************
	kpi layer
*********************************************/
.kpisLayer {
    background-color: #3d598f;
}

.kpi h3 {
    position: relative;
    width: 100%;
    padding: 0;

    font-size: 600%;

    text-align: center;

    display: inline-block;
    line-height: 1.1;
}

.kpi .description {
    font-size: 30%;
    font-weight: 500;
    font-family: "TiemposHeadline";


    color: #dedede;
    padding: 10px 30px 0;
    line-height: 1.4;

    displaY: block;
}

.kpisLayer .staff {
    background: transparent;
}

.kpisLayer .xgrid_Thumb {
    vertical-align: middle;
    padding: 0;
    margin: 0;

}

.kpisLayer .xgrid_Thumb h3 {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 94%;
    height: auto;

    position: relative;
    top: auto;
    left: auto;
    padding: 0 3%;
    margin: 0;


    font-size: 210%;
    font-weight: 400;
    line-height: 1.42;
}

.kpisLayer .xgrid_Thumb h3 .number {
    font-size: 280%;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 5px;
}

.kpisLayer .xgrid_Item.is-expanded .xgrid_Tile {
    background-color: #72C267 !important;
}

.kpisLayer .xgrid_Item.is-expanded .xgrid_Tile h3 {
    color: white;
}

.kpi .overlay {
    opacity: 1;
    background: transparent !important;
}

.kpi:hover .overlay {
    opacity: 1 !important;
    box-shadow: 0px;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.09s ease-in;
    -moz-transition: all 0.09s ease-in;
    -ms-transition: all 0.09s ease-in;
    -o-transition: all 0.09s ease-in;
    transition: all 0.09s ease-in;


}

.kpi:hover .overlay {
    box-shadow: 0px 0px 0px 4px #72C267 inset;

    opacity: 1;
}

/*********************************************
	footer layer
*********************************************/


#footer {
    background-color: #fbfbfb;
    background-size: cover;
    background-position: top left;
    background-image: url('../img/footer-banner.jpg');
    padding: 132px 30px 100px;
}

#footer .inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
}

#flayer1 {
    text-align: left;
}

#flayer2 {
    padding-top: 100px;
}

#flayer2 img {
	float: left;
}

#flayer1 img {
    float: left;
	margin-bottom: 30px;
}

#menu-footer-menu {
    display: block;
    text-align: right;
    float: right;
    width: 850px;
    width: auto;
    margin-left: 100px;
    float: none;
}

#menu-footer-menu li {
    display: inline;
    font-size: 100%;
}

#menu-footer-menu a {
    font-family: "DMSans";
    font-size: 180%;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;

    display: inline-block;
    padding: 10px 7px;

    color: #656c7a;

}

#menu-footer-menu a:hover {
    color: #0d3073;
}

.tagline,
.copyright {
    display: block;
}

.copyright a {
    color: #727372;
    border-bottom: 1px solid transparent;
}

.copyright a:hover,
.copyright a:focus {
    border-bottom: 1px solid;
}

#flayer2 .leftHalf {
    width: 375px;
    float: left;
    text-align: left;
}

.tagline {
    font-family: "TiemposHeadline";
    font-size: 340%;
    line-height: 1.2;
    padding-bottom: 10px;

    font-weight: 400;
    font-style: normal;
    color: #0d3073;
	clear: both;
}

.tagline br {
    display: none;
}

.copyright {
    font-family: "DMSans";
    font-size: 180%;
    font-weight: 400;
    font-style: normal;
    color: #727372;
	margin-top: 66px;
}

#flayer2 .rightHalf {
    width: 170px;
    float: right;
    text-align: right;
}

.u-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

.social {
    text-align: right;
    margin-top: 10px;
}

.social li {
    display: inline;
}

.social svg {
    height: 20px;
}

.social svg path {
    fill: #9c9c9c;
}

.social a {
    font-family: "DMSans";
    font-size: 200%;
    font-weight: 600;
    font-style: normal;
    text-decoration: none !important;
    display: inline-block;
    padding: 7px;
}

.social a svg {
    width: 25px;
    height: 23px;
}
.social #social-facebook a svg {
    height: 21px;
}

.social a svg path {
    fill: #9c9c9c;
    transition: all 0.3s ease-in-out;
}
.social a:hover svg path {
    fill: #006F51;
}

.u-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
  }



.readMore {
    display: block;
    background: #34456d;
    color: white;
    height: 60px;
    line-height: 42px;
    text-align: center;
    font-weight: 500;
    font-size: 700%;
    font-family: "DMSans";
    margin: 0;
    padding: 0;
}

.readMore:hover {
    background-color: #72C267;
}

/*********************************************
	The Awesomeness
*********************************************/

.posts {
    background: white;
    padding: 50px 30px;
    text-align: center;
}

.postsInner {
    width: 1080px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}

.post {
    padding: 30px 0;
    border-top: 1px solid #f2f2f2;
}

.post blockquote {
    padding: 20px 30px;
}

.post .theContent blockquote p {
    font-style: italic;
    font-size: 230%;
}

#post1 {
    padding-top: 0;
    border-top: 0;
}

.post .theTime {
    font-family: "DMSans";
    font-weight: 600;
    font-size: 180%;
    color: #006F51;
    margin-bottom: 5px;
}

.post .theTitle {
    font-family: "TiemposHeadline";
    font-weight: 400;
    font-size: 340%;
    color: #0d3073;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;

    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 0;
}

.post .theTitle.isSingle {
    font-size: 420%;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 20px;
}

.post .theTitle a {
    color: #0d3073;
}

.post .theTitle a:hover {
    color: #006F51;
}

.post h2 {
    font-family: "DMSans";
    font-weight: 600;
    font-size: 270%;
    color: #0d3073;

    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 8px;
}

.post h3 {
    font-family: "DMSans";
    font-weight: 400 !important;
    font-size: 240%;
    color: #006F51;

    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 8px;
}

.post h4 {
    font-family: "DMSans";
    font-weight: 600;
    font-size: 180%;
    color: #0d3073;
    text-transform: uppercase;

    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 8px;
}

.post .theExcerpt p {
    font-family: "DMSans";
    font-weight: 400;
    font-size: 200%;
    color: #2C2C2C;
}

.post .theContent {
    max-width: 900px;
}

.post .theContent ul {
    list-style-type: disc;
    margin-left: 20px;
    font-family: "DMSans";
}

.post .theContent p {
    font-family: "DMSans";
    font-weight: 400;
    font-size: 200%;
    color: #2C2C2C;
    padding: 10px 0;
}

.post .more {
    display: inline-block;

    font-family: "DMSans";
    font-weight: 500;
    font-size: 210%;
    color: #006F51;
}

.post .more:hover {
    text-decoration: underline;
    color: #006F51;
}

.post a {
    color: #006F51;
    text-decoration: underline !important;
}

.post a:hover {
    color: #0D3073;
}

.post p,
.post li {
    font-size: 210%;
    color: #2C2C2C;
}

.post p li,
.post p a,
.post li a {
    font-size: 100%;
}

#navAdjacent {
    background: #15316F;
    padding: 0 30px;
    text-align: center;
    display: block;
}

.navAdjacentInner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;

}

.nextButton a,
.prevButton a {
    font-family: "DMSans";
    font-weight: 400;
    font-size: 220%;
    color: white;
    display: block;
    padding: 25px 0;
    letter-spacing: -0.44px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.prevButton a {
    float: left;
    text-align: left;
}

.nextButton a {
    float: right;
    text-align: right;
}

.nextButton a:hover,
.prevButton a:hover {
    color: #73C167;
}

.kpisLayer .xgrid_Close .plus {
    background: transparent url("../img/cross.png") no-repeat scroll 0% 0%;
}


.webAndContact {
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.companyWebsite,
.companyVideo,
.companyContact,
.impactCaseStudy {
    font-size: 240%;
    font-family: "DMSans";
    font-weight: 400;
    color: #006F51;
    line-heighT: 1.3;
    padding-top: 20px;
    padding-right: 20px;
    display: inline-block;
}

.companyContact:hover,
.companyWebsite:hover,
.companyVideo:hover {
    text-decoration: underline;
}

/* .companyWebsite:hover,
.companyVideo:hover,
.companyContact:hover,
.impactCaseStudy:hover {
    text-decoration: underline;
} */

/*********************************************
	The Awesomeness
*********************************************/

/* insane resonsive grid shuffler... ---------------------------------------- */

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

    /* 5 across */
    .staffcLayer .xgrid_Item {
        width: 20%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(5n+2) .xgrid_Full {
        margin-left: -100%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(5n+3) .xgrid_Full {
        margin-left: -200%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(5n+4) .xgrid_Full {
        margin-left: -300%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(5n+5) .xgrid_Full {
        margin-left: -400%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(5n+6) {
        clear: left;
    }

    .staffcLayer .xgrid_Full {
        width: 500%;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1051px) {

    /* 4 across */
    .staffcLayer .xgrid_Item {
        width: 25%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(4n+2) .xgrid_Full {
        margin-left: -100%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(4n+3) .xgrid_Full {
        margin-left: -200%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(4n+4) .xgrid_Full {
        margin-left: -300%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(4n+5) {
        clear: left;
    }

    .staffcLayer .xgrid_Full {
        width: 400%;
    }
}

@media only screen and (max-width: 1050px) and (min-width: 701px) {

    /* 3 across */
    .staffcLayer .xgrid_Item {
        width: 33.33333333%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(3n+2) .xgrid_Full {
        margin-left: -100%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(3n+3) .xgrid_Full {
        margin-left: -200%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(3n+4) {
        clear: left;
    }

    .staffcLayer .xgrid_Full {
        width: 300%;
    }
}

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

    /* 2 across */
    .staffcLayer .xgrid_Item {
        width: 50%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(2n+2) .xgrid_Full {
        margin-left: -100%;
    }

    .staffcLayer .xgrid_Item:nth-of-type(2n+3) {
        clear: left;
    }

    .staffcLayer .xgrid_Full {
        width: 200%;
    }
}


/* testimonial - insane resonsive grid shuffler... ---------------------------------------- */

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

    /* 4 across */
    .testimonialsLayer .xgrid_Item {
        width: 16.6666666666%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(6n+2) .xgrid_Full {
        margin-left: -100%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(6n+3) .xgrid_Full {
        margin-left: -200%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(6n+4) .xgrid_Full {
        margin-left: -300%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(6n+5) .xgrid_Full {
        margin-left: -400%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(6n+6) .xgrid_Full {
        margin-left: -400%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(6n+7) {
        clear: left;
    }

    .testimonialsLayer .xgrid_Full {
        width: 600%;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 1051px) {

    /* 4 across */
    .testimonialsLayer .xgrid_Item {
        width: 20%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(5n+2) .xgrid_Full {
        margin-left: -100%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(5n+3) .xgrid_Full {
        margin-left: -200%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(5n+4) .xgrid_Full {
        margin-left: -300%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(5n+5) .xgrid_Full {
        margin-left: -400%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(5n+6) {
        clear: left;
    }

    .testimonialsLayer .xgrid_Full {
        width: 500%;
    }
}

@media only screen and (max-width: 1050px) and (min-width: 701px) {

    /* 3 across */
    .testimonialsLayer .xgrid_Item {
        width: 25%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(4n+2) .xgrid_Full {
        margin-left: -100%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(4n+3) .xgrid_Full {
        margin-left: -200%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(4n+4) .xgrid_Full {
        margin-left: -300%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(4n+5) {
        clear: left;
    }

    .testimonialsLayer .xgrid_Full {
        width: 400%;
    }
}

@media only screen and (max-width: 700px) and (min-width: 401px) {

    /* 2 across */
    .testimonialsLayer .xgrid_Item {
        width: 33.33333333%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(3n+2) .xgrid_Full {
        margin-left: -100%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(3n+3) .xgrid_Full {
        margin-left: -200%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(3n+4) {
        clear: left;
    }

    .testimonialsLayer .xgrid_Full {
        width: 300%;
    }
}

@media only screen and (max-width: 400px) {
    .testimonialsLayer .xgrid_Item {
        width: 50%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(2n+2) .xgrid_Full {
        margin-left: -100%;
    }

    .testimonialsLayer .xgrid_Item:nth-of-type(2n+3) {
        clear: left;
    }

    .testimonialsLayer .xgrid_Full {
        width: 200%;
    }
}

/* testimonial - insane resonsive grid shuffler... ---------------------------------------- */

@media only screen and (min-width: 1651px) {
    .kpisLayer .xgrid_Thumb {
        height: 14.0625vw;
        line-height: 14.0625vw;
    }

    #kpi2,
    #kpi4,
    #kpi5,
    #kpi7,
    #kpi10,
    #kpi12,
    #kpi13,
    #kpi15,
    #kpi18,
    #kpi20,
    #kpi21,
    #kpi23,
    #kpi26 {
        background-color: #314f88;
    }

    #kpi1,
    #kpi3,
    #kpi6,
    #kpi8,
    #kpi9,
    #kpi11,
    #kpi14,
    #kpi16,
    #kpi17,
    #kpi19,
    #kpi22,
    #kpi24,
    #kpi25 {
        background-color: #3d598f;
    }

    .kpisLayer .xgrid_Item {
        width: 25%;
    }

    .kpisLayer .xgrid_Item:nth-of-type(4n+2) .xgrid_Full {
        margin-left: -100%;
    }

    .kpisLayer .xgrid_Item:nth-of-type(4n+3) .xgrid_Full {
        margin-left: -200%;
    }

    .kpisLayer .xgrid_Item:nth-of-type(4n+4) .xgrid_Full {
        margin-left: -300%;
    }

    .kpisLayer .xgrid_Item:nth-of-type(4n+5) {
        clear: left;
    }

    .kpisLayer .xgrid_Full {
        width: 400%;
    }

    .kpiBeyond6 {
        display: block;
    }
}


@media only screen and (max-width: 1650px) and (min-width: 1101px) {
    .kpisLayer .xgrid_Thumb {
        height: 18.75vw;
        line-height: 18.75vw;
    }

    #kpi2,
    #kpi4,
    #kpi6,
    #kpi8,
    #kpi10,
    #kpi12,
    #kpi14,
    #kpi16,
    #kpi18,
    #kpi20,
    #kpi22,
    #kpi24,
    #kpi26 {
        background-color: #314f88;
    }

    #kpi1,
    #kpi3,
    #kpi5,
    #kpi7,
    #kpi9,
    #kpi11,
    #kpi13,
    #kpi15,
    #kpi17,
    #kpi19,
    #kpi21,
    #kpi23,
    #kpi25 {
        background-color: #3d598f;
    }

    .kpisLayer .xgrid_Item {
        width: 33.33333333%;
    }

    .kpisLayer .xgrid_Item:nth-of-type(3n+2) .xgrid_Full {
        margin-left: -100%;
    }

    .kpisLayer .xgrid_Item:nth-of-type(3n+3) .xgrid_Full {
        margin-left: -200%;
    }

    .kpisLayer .xgrid_Item:nth-of-type(3n+4) {
        clear: left;
    }

    .kpisLayer .xgrid_Full {
        width: 300%;
    }

    .kpiExpander {
        display: block;
        height: 18.75vw;
        line-height: 18.75vw;
        width: 33.33333333%;
        float: left;
        clear: none;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 701px) {

    .kpisLayer .xgrid_Thumb {
        height: 28.125vw;
        line-height: 28.125vw;
    }

    #kpi2,
    #kpi3,
    #kpi6,
    #kpi7,
    #kpi10,
    #kpi11,
    #kpi14,
    #kpi15,
    #kpi18,
    #kpi19,
    #kpi22,
    #kpi23,
    #kpi26,
    #kpi27 {
        background-color: #314f88;
    }

    #kpi1,
    #kpi4,
    #kpi5,
    #kpi8,
    #kpi9,
    #kpi12,
    #kpi13,
    #kpi16,
    #kpi17,
    #kpi20,
    #kpi21,
    #kpi24,
    #kpi25 {
        background-color: #3d598f;
    }

    .kpisLayer .xgrid_Item {
        width: 50%;
    }

    .kpisLayer .xgrid_Item:nth-of-type(2n+2) .xgrid_Full {
        margin-left: -100%;
    }

    .kpisLayer .xgrid_Item:nth-of-type(2n+3) {
        clear: left;
    }

    .kpisLayer .xgrid_Full {
        width: 200%;
    }
}

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

    .caseLayer .inner {
        padding: 40px 0;
    }

    .kpisLayer .xgrid_Thumb {
        height: 200px;
        line-height: 200px;
    }

    #kpi2,
    #kpi4,
    #kpi6,
    #kpi8,
    #kpi10,
    #kpi12,
    #kpi14,
    #kpi16,
    #kpi18,
    #kpi20,
    #kpi22,
    #kpi24,
    #kpi26,
    #kpi28 {
        background-color: #314f88;
    }

    #kpi1,
    #kpi3,
    #kpi5,
    #kpi7,
    #kpi9,
    #kpi11,
    #kpi13,
    #kpi15,
    #kpi17,
    #kpi19,
    #kpi21,
    #kpi23,
    #kpi25 {
        background-color: #3d598f;
    }

    .kpisLayer .xgrid_Item {
        width: 100%;
        clear: left;
        float: none;
    }

    .kpisLayer .xgrid_Full {
        width: 100%;
    }
}

/* CASE STUDY BREAKS ---------------------------------------- */


.caseStudiesLayer .news {
    width: 33.33333333%;
}

.caseStudiesLayer .news h3 {
    font-size: 270%;
    vertical-align: top;
    padding-top: 4vw;
    padding-top: 0;
    vertical-align: middle;
}




@media only screen and (min-width: 1401px) {
    .newsLayer .news {
        width: 25%;
    }

    /* .caseStudiesLayer .news h3 {
        padding-top: 5vw;
        padding-top: 0;
        vertical-align: middle;
    } */
}

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

    /* .caseStudiesLayer .news h3 {
        font-size: 320%;
        padding-right: 60px;
        padding-left: 40px;
        padding-top: 0;
        vertical-align: middle;

    } */
}




@media only screen and (max-width: 1400px) {
    .newsLayer .news {
        width: 33.33333333%;
    }

    /* .newsLayer .news h3 {
        font-size: 270%;
        vertical-align: top;
        padding-top: 4vw;

    } */
}

@media only screen and (max-width: 1400px) and (min-width: 1101px){
	/* #catGroup{
		padding-right: 400px;
	} */
	/* #categoryMenu a{
		padding: 0px 9px 15px;
	} */
}


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

    .caseStudiesLayer .news,
    .newsLayer .news {
        width: 50%;
    }

    /* .caseStudiesLayer .news h3 {
        font-size: 270%;
        padding-right: 30px;
        padding-left: 20px;
        padding-top: 6vw;
        padding-top: 0;
        vertical-align: middle;
    } */

}


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

    .caseStudiesLayer .news,
    .newsLayer .news {
        width: 100%;
    }

    /* .caseStudiesLayer .news h3 {
        font-size: 270%;
        padding-top: 8vw;
        padding-top: 0;
        vertical-align: middle;
    } */

}


/* END CASE STUDY BREAKS ---------------------------------------- */
















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

    /* 3 across */
    #categoryMenu a,
    #portfolioMenu a {
        font-size: 160%;
    }

    #menu-footer-menu {
        width: 500px;
        width: auto;
    }

    #menu-footer-menu a {
        font-size: 180%;
    }

    #footer {
        padding: 60px 30px 50px;
    }



    .fact h2 {
        font-size: 300%;
    }

    .hoverContent p {
        font-size: 240%;
        padding: 0 20px;
    }

    .portfolioItem {
        width: 25vw;
        height: 25vw;
        line-height: 25vw;
    }

    .portfolioItem .pInner,
    .portfolioOverlay {
        height: 25vw;
        line-height: 25vw;
    }

    .portfolioOverlay {
        width: 25vw;
        height: 25vw;
        line-height: 25vw;
    }

    .portfolioItem .pLogo {
        width: 25vw;
        height: 25vw;
    }

    .pHover {
        height: 25vw;
        line-height: 25vw;
    }

    .grid-sizer {
        width: 25vw;
    }

    .portfolioItem.is-expanded .pBio {
        top: 25vw;
    }
}

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

    /* 3 across */
    .banner h2 {
        font-size: 600%;
    }

    .videoHolder {
        display: none !important;
    }

    .sideTitleLayer.Side h2 {
        width: auto;
        position: relative;
        top: auto;
        left: auto;
    }

    .sideTitleLayer.Side .content {
        margin-left: 0;
        float: none;
    }

    .caseHeader .imageHalf {
        width: 100%;
        float: none;
        height: auto;
        overflow: hidden;
    }

    .caseHeader .imageHalf.hasVideo {
        width: 100vw;
        float: none;
        height: 56.25vw;

    }


    .caseHeader .titleHalf {
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
        padding: 40px 0;
    }
}


@media only screen and (min-width: 1101px) {
    /* #catGroup {
        display: inline !important;
    } */

    #catHamburger {
        display: none !important;

    }
}

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

    /* 3 across */
    #categoryMenu {
        position: relative;
        height: 70px;
        padding: 0;
        margin: 0;
    }

    /* #categoryMenu #catHamburger {
        displaY: Block;
        position: absolute;
        padding: 0;
        margin: 0;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background-color: red;
        border: none;
        background: url('../img/menubutton-white.png');
        background-size: 40px 40px;
        background-position: 5px 5px;
    } */

    /* #categoryMenu .catMenuTitle {
        padding: 0;
        text-align: left;
        text-indent: 15px;
    } */

    #categoryMenu a,
    #portfolioMenu a {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 170%;
        font-family: "DMSans";
        float: none;
        /* border-top: 1px solid #264685; */
        background-color: #006F51;
    }

    #categoryMenu a:hover,
    #portfolioMenu a:hover {
        background-color: #72C267;
        color: white !important;
    }
}

@media screen and (max-width: 950px) {
    .factsLayer {
        flex-direction: column;
        gap: 50px;
    }

    .factsLayer .fact {
        width: calc(100% - 60px);
    }

    #categoryMenu .catMenuTitle {
        font-size: 210%;
    }

}

@media screen and (max-width: 950px) and (max-height: 640px) {

    #categoryMenu a,
    #portfolioMenu a {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    #categoryMenu #ces {
        width: 100%;
    }

    #catGroup {
        background: #006F51;

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

}


@media only screen and (max-height: 480px) {

    /* 3 across */
    .banner {
        width: 100vw !important;
        height: 100vh !important;
        line-height: 100vh !important;
    }
}



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

    /* 3 across */
    .sideTitleLayer h2 {
        width: auto;
        position: relative;
    }

    .sideTitleLayer .content {
        margin-left: 0;
    }

    .announcementLayer h2 {
        width: auto;
        position: relative;
        padding-bottom: 15px;
    }

    .announcementLayer .content {
        margin-left: 0;
    }

    .banner h2 {
        font-size: 400%;
    }

    .hoverContent p {
        font-size: 250%;
        padding: 0px 20px;
    }

    .sideTitleLayer,
    .withButtonLayer {
        padding: 40px 30px;
    }

    .withButtonLayer {
        padding-bottom: 50px;
    }

    .quotesLayer {
        paddinG: 50px 30px;
    }

    .quotesLayer p {
        font-size: 300%;
    }

    .portfolioItem {
        width: 33.33333333vw;
        height: 33.33333333vw;
        line-height: 33.33333333vw;
    }

    .portfolioItem .pInner {
        height: 33.33333333vw;
        line-height: 33.33333333vw;
    }

    .portfolioOverlay {
        width: 33.33333333vw;
        height: 33.33333333vw;
        line-height: 33.33333333vw;
    }

    .portfolioItem .pLogo {
        width: 33.33333333vw;
        height: 33.33333333vw;
    }

    .pHover {
        height: 33.33333333vw;
        line-height: 33.33333333vw;
    }

    .grid-sizer {
        width: 33.33333333vw;
    }

    .portfolioItem.is-expanded .pBio {
        top: 33.33333333vw;
    }

    .portfolioItem .xgrid_Close {
        top: 20px;
        right: 20px;
    }

    .page-list {
        position: relative;
        width: 100%;
        float: none;
        height: 56.75vw;
        line-height: 56.75vw;

    }

    .page-list .textwrap {
        height: 56.75vw;
        line-height: 56.75vw;
    }

    .threeC .c1,
    .threeC .c2 {
        width: 48%;
    }

    .threeC .c1 {
        float: left;
        margin-right: 2%;
        margin-left: 0;

    }

    .threeC .c2 {
        float: right;
        margin-left: 2%;
        margin-right: 0;
    }

    .threeC .c3 {
        float: none;
        margin: 0;
        width: 100%;
        clear: both;
        padding-top: 20px;
    }

    #archive h4 {
        font-size: 150%;
        padding: 0 5px;
    }
}


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

    /* 3 across */
    #menu-footer-menu {
        width: 350px;
        width: auto;
    }

    #footer {
        padding: 40px 30px 40px;
    }

    #ourNews {
        display: none;
    }
}


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

    /* 3 across */
    .portfolioItem {
        width: 50vw !important;
        height: 50vw;
        line-height: 50vw;

    }

    .portfolioItem .pInner {
        width: 50vw;
        height: 50vw;
        line-height: 50vw;
    }

    .portfolioOverlay {
        width: 50vw;
        height: 50vw;
        line-height: 50vw;
    }

    .portfolioItem .pLogo {
        width: 50vw;
        height: 50vw;
    }

    .pHover {
        height: 50vw;
        line-height: 50vw;
    }

    .grid-sizer {
        width: 50vw;
    }

    .portfolioItem.is-expanded .pBio {
        top: 50vw;
    }

    .withButtonLayer h2 {
        font-size: 300%;
        line-height: 1.2;
    }

    .withButtonLayer .content p {
        font-size: 210%;
    }

    .sideTitleLayer .content p {
        font-size: 210%;
    }

    .centeredHeading {
        background-color: #8e98ae;
        padding: 20px 30px;
        color: white;

        font-family: "DMSans";
        font-size: 210%;
        font-weight: 600;
        line-height: 1.1;
        text-transform: uppercase;

    }

    .calloutLayer {
        font-size: 210%;
    }

    .calloutLayer .inner {
        padding: 40px 0px;
    }

    #menu-news-category-menu li a {
        padding: 0 7px 0;
    }

    #archive li a {
        padding: 0px;
    }

    .posts {
        padding: 80px 30px;
    }

    .post .theTitle {
        font-size: 240%;
    }

    #navAdjacent {
        padding: 0px 20px;
    }

    .nextButton a,
    .prevButton a {

        padding: 12px 0px;
        font-size: 180%;
    }

    .caseHeader .titleHalf h1,
    .caseHeader .titleHalf .oneLiner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .caseLayer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .caseHeader .titleHalf h1 {
        font-size: 270%;
    }
}



@media only screen and (max-width: 600px) {
    /* 3 across */


    #header {
        height: 70px;
    }

    #navMain {
        padding-top: 40px;
    }

    #navMain li {}

    #navMain a {
        font-size: 130%;
        padding: 5px;
        height: 20px;
        line-height: 20px;
    }

    #navMain .current_page_item a {}

    #navMain a:hover {}

    #navMain .siteTitle a {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -15px;
        width: 29px;
        height: 50px;
        background-size: 29px 50px;
    }


    .posts {
        padding: 50px 30px;
    }

    #footer {
        padding: 40px 15px 20px;
    }

    #flayer2 .leftHalf,
    #flayer2 .rightHalf,
    #flayer2 .social {
        width: auto;
        float: none;
        text-align: center;
    }

    #flayer1 {
        text-align: center;
    }

    #flayer1 img {
        float: none;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    #flayer2 .rightHalf {
        margin-top: 30px;
    }

    #flayer2 .rightHalf,
    #flayer2 .rightHalf .social,
    #flayer2 .rightHalf .subscribe-button-inner,
    #flayer2 .rightHalf .social li,
    #flayer2 .rightHalf .social a {
        vertical-aligN: top;
    }

    #flayer2 .rightHalf .subscribe-button-inner {
        margin-top: 8px !important;
    }




    #menu-footer-menu {
        width: 100%;
        text-align: center;
        margin-lefT: 0;
    }

    #flayer2 {
        padding-top: 60px;
    }

    #menu-footer-menu a {
        font-size: 130%;
        padding: 7px 9px;
    }

    .threeC .c1,
    .threeC .c2,
    .threeC .c3 {
        width: 100%;
        padding: 0 0 20px 0;
        margin: 0;
        float: none;
    }

    /* .portfolioItem.is-expanded .pLogo {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        position: relative;
        width: 30%;
        height: 30vw;
        float: right;
    }

    .portfolioItem.is-expanded .xgrid_Full_Inner {
        margin: 0px;
        width: auto;
        float: none;
        padding: 30px 0 50px 0 !important;
    } */

    .threeLayer {
        padding: 0px 20px;

    }

    .threeLayer .inner {
        padding: 30px 0;
    }
}



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

    /* 3 across */
    #menu-news-category-menu li a {
        padding: 0 5px;
        padding-top: 5px;
        font-size: 150%;
    }

    #navNews {
        width: auto;
        padding: 0;
    }

    #archive h4 a {}

    #archive h4 .fa {
        display: none;
    }

    #archive li a {
        font-size: 150%;

    }

    .fact p {
        font-size: 210%;

    }
}





@media only screen and (max-width: 400px) {
    /* 3 across */

    /* .portfolioItem {
        width: 50vw !important;
        height: 50vw;
        line-height: 50vw;

    }

    .portfolioItem .pInner {
        width: 50vw;
        height: 50vw;
        line-height: 50vw;
    }

    .portfolioOverlay {
        width: 50vw;
        height: 50vw;
        line-height: 50vw;
    }

    .portfolioItem.is-expanded .pLogo {
        width: 50vw;
        height: 50vw;
    }

    .pHover {
        height: 50vw;
        line-height: 50vw;
    } */


    .lastName {
        display: none;
    }

    .staffThumb h3 {
        height: 50px;
        line-height: 50px;
        font-size: 180%;
    }

    .tagline {
        font-size: 210%;
        padding-bottom: 30px;
    }

    .copyright {
        font-size: 140%;
        width: 100%;
        float: left;

    }

    .social a {
        font-size: 180%;
        padding: 0 0 4px 15px;
    }

    #flayer2 .rightHalf {

        float: right;
        width: 100%;
    }

    .rightHalf,
    #flayer2 .social {}

    #flayer2 .rightHalf .subscribe-button-inner {
        margin-top: 0px !important;
    }

    .tagline br {
        display: none;
    }

    .testimonialsLayer .xgrid_Full_Inner {
        padding: 35px 0 !important;
    }

    .testimonialsLayer .xgrid_Full_InnerInner {
        padding: 0 30px !important;
    }

    .page-list h2 {
        font-size: 300%;
    }

    .withButtonLayer .button {
        padding: 7px 20px;
        font-size: 200%;
    }

    .staffLayer .xgrid_Full_Inner,
    .portfolioItem.is-expanded .xgrid_Full_Inner {
        padding: 40px 0px !important;
    }

    .portfolioItem .xgrid_Full_Inner p {
        font-size: 180%;
    }


    /*  lets kill the padding on EVERYTHING */
    .calloutLayer .inner {
        padding: 40px 0px;
    }

    .sideTitleLayer,
    .withButtonLayer {
        padding: 40px 15px;
    }

    .staffLayer .xgrid_Full_InnerInner,
    .portfolioItems .xgrid_Full_InnerInner {
        padding: 0px 20px;
    }

    .testimonialsLayer .xgrid_Full_InnerInner {
        padding: 0px 20px !important;
    }

    .posts {
        padding: 40px 20px;
    }

    .post {
        padding: 15px 0px;
    }

    .xgrid_Full_Inner p,
    .quote .bio,
    .quote .attribution {
        font-size: 210%;
    }

    .quote .bio,
    .quote .attribution {
        text-align: left !important;
    }

    /* .testimonialsLayer .xgrid_Close .plus {
        background: transparent url("../img/cross_white.png") no-repeat scroll 0% 0% / 25px 25px;
        width: 25px;
        height: 25px;
        top: 5px;
        right: -10px;
    } */

    .pHover .title {
        font-size: 200%;
    }

    .pHover .location {
        font-size: 160%;
    }

    .pHover .description {
        font-size: 150%;
    }

    .xgrid_Full_InnerInner h3 {
        font-size: 270%;

    }

    .companyWebsite,
    .companyContact {
        font-size: 210%;
    }
}


@media screen and (min-width: 1025px) {
    #isFront #siteWrapper {
        margin-top: 100vh;
    }

    /* #isFront .banner {
        background-image: none !important;
    } */

    #videoHolder1 {
        height: 100vh;
        width: 100vw;
        position: absolute;
        top: 0;
        overflow: hidden;
        z-index: -1;
        min-width: 100% !important;
    }

    .video_background {
        min-height: 100%;
        min-width: 100%;
    }

    #isFront .banner {
        background-image: none !important;
    }
}

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

    #isFront .banner,
    .banner {
        height: 700px;
        line-height: 700px;
    }

    #isFront #siteWrapper {
        margin-top: 700px;
    }

    #videoHolder1 {
        display: none !important;
    }


    /* four column structure */
    .fourC .c1,
    .fourC .c2,
    .fourC .c3,
    .fourC .c4 {
        width: 45%;
        margin: 0;
        padding-bottom: 20px;
    }

    .fourC .c1,
    .fourC .c3 {
        margin-right: 10%;
    }
}


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

    #isFront .banner,
    .banner {
        height: 640px;
        line-height: 640px;
    }

    #isFront #siteWrapper {
        margin-top: 640px;
    }
}

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

    #isFront .banner,
    .banner {
        height: 480px;
        line-height: 480px;
    }

    #isFront #siteWrapper {
        margin-top: 480px;
    }

}


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

    #isFront .banner,
    .banner {
        height: 320px;
        line-height: 320px;
    }

    #isFront #siteWrapper {
        margin-top: 320px;
    }

    #isFront .banner h2 {
        font-size: 350%;
    }

    /* four column structure */
    .fourC .c1,
    .fourC .c2,
    .fourC .c3,
    .fourC .c4 {
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
    }
}


/* 2021 additions for DEI Best Practices*/
.pdf .post li,
.pdf .post p
{
    color: #000;
}
.pdf .post a{
    color: #265bbd;
}
.pdf sub{
    vertical-align: sub;
    font-size: smaller;
}
.pdf .inner > :not(img)
{
    margin-left: 130px;
}
.pdf .inner *[style="text-align: center;"]{
    margin-left: 0px;
}
.pdf .inner img.alignleft{
    margin-left: -110px !important;
}
.pdf h2{
    font-size: 300%;
}
.pdf ul li{
    list-style-type: none;
    margin-left: 5%;
}
.pdf ul li::before{
    content: '❑';
    color: #727372;
    margin-left: -3.5%;
    margin-right: 1.5%;
}
.pdf ul ul{
    padding-left: 3%;
}
.pdf ul ul li:first-child::before{
    content: '';
    margin-right: 0%;
}
.pdf ul ul li:not(:first-child){
    margin-left: 2%;
}
.pdf ul ul li::before{
    content: '○';
    margin-right: 2%;
}
.pdf ul li ul li{
    font-size: inherit;
}
.pdf ol{
    list-style-type: decimal;
    margin-left: -60px;
}
.pdf ol li{
    list-style-type: decimal;
}
@media screen and (max-width: 480px) {
    .pdf .inner > :not(img){
    margin-left: 0px;
    }
    .pdf .inner img.alignleft{
        margin-left: 0px !important;
    }
}
