/*
Theme Name: ratioInstitute
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: A Lam
Description:  Based on WP Bootstrap Starter. Clean, modern, mostly monochromatic.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

ul {
padding-left: 16px;
}

li {
margin-bottom: 0.5rem;
}

.single blockquote {
    margin: 3rem 3rem;
    font-weight: bold;
    border-top: 3px solid #BDDD63;
    padding: 2% 0;
    border-bottom: 3px solid #BDDD63;
}

.single blockquote > p {margin-bottom: 0;}

.page-template-default #primary {
	margin: auto;
}

/* colors */
.color-black {color:#000;}
.color-form-grey {color:#ccc;}
.color-very-light-grey {color:#ededeb;}
.color-light-grey {color:#a7a9ac;}
.color-medium-grey {color:#637587;}
.color-dark-grey {color:#333;}
.color-brand-navy {color:#2e3359;}
.color-brand-sage {color:#579e9f;}
.color-brand-red {color:#c74057;}

.white-bg {background-color: #fff;}
.navy-bg {background-color: #2e3359;}
.red-bg {background-color:#c74057;}
.gray-bg {
background-color: #a7a9ac;
color: #2e3359;
}
.very-light-grey-bg {background-color:#ededeb;}
.sage-bg {background-color: #7AB2B5;}
.sage-bg-50 {background-color: rgba(122, 178, 181, .5);}
.sage-tint-bg {background-color: rgb(233, 240, 233);}
.red-blue-bg {
background: rgb(201,63,86);
background: linear-gradient(180deg, rgba(201,63,86,1) 10%, rgba(45,51,103,1) 100%);
}

.blue-teal-bg {
background: rgb(46,51,89);
background: linear-gradient(90deg, rgba(46,51,89,1) 25%, rgba(122,178,181,1) 100%);
}

hr.short-white {
    height:2px;
    border-width:0;
    color:#f5f5f5;
    background-color:#f5f5f5;
    width:20%;
    float:left;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #2e3359;
  margin: 10px 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

h1, h1.entry-title {
  font-size: 2.5rem;
  line-height: 1.2;  
  padding-bottom: 10px;
  margin-top: 20px;
}

.single-post h1.entry-title, h2 {
    font-size: 2.3rem;
    line-height: 1.2;
}


h2.underline-navy {
    position: relative;
    display: inline;
}

h2.underline-navy:after {
    position: absolute;
    width: 100%;
    content: "";
    margin: 0;
    bottom: -12px;
    left: 0;
    border-bottom: 1px solid #2D3367;
}

h2.underline-navy + p {
    margin-top: 2rem;
}

.contact-header p  {
    font-size: 2.4rem;
    line-height: 1.2;
    color: white;
    line-height: 1.4 !important;
    margin-right: 15rem;
}

h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-top:0;
}

h4 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin:5px 0;
}

h5 {
  font-size: 1.1rem;
  line-height: 1.4;
  margin:5px 0;
}

p {
  margin-bottom: 1em;
  line-height: 1.4;
}

cite {
    font-size: .8rem;
    font-style: normal
}

.teamMemberInfo h5{
    margin:10px 0 0;
    font-size: 1.5rem; 
}

.red-highlight {
    background-color:#c74057;
    color: white;
    padding: 10px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body, html {
  height: 100%;
}

body {
background: #fff;
font-size:19px;
color: #2e3359;
font-family: "Manrope",sans-serif;
line-height: 1.5;
}

#page {
  max-width: 1600px;
  margin:0 auto;
}

#page div.page-content {
    margin: 0;
    width:100%;
}

#page #main div.container-primary {
    max-width: 1600px;
    padding: 0;
}

.content-wrapper-lg {
    width:100%;
    padding: 1% 0;
    margin: 0 auto;
}

.content-wrapper-sm {
    width:80%;
    padding:2% 0;
    margin: 0 auto;
}

div.row {
    margin: 0;
    padding: 0;
}

div.text-block {
    width:80%;
    margin: 0 auto;
    padding: 1% 0 3%;
    text-align: center;
}

.sage-bg p.text-white {font-weight: 500;}

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

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

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

.hero {
background-size: cover;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
position: relative;
}

.home .hero, .page #hero {    
    justify-content: center;
    align-items: center;
}

.single-post .content-wrapper-sm {
    padding: 0;
}

.single-post h1.entry-title {
    margin-top: 5px;
}

.single .hero.hero-in-content {
    max-height: 400px;
    min-height: 30vh;
    height: initial;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
} 

section.hero-video {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 500px;
    background-position-y: 35%;

}

section.hero-video .hero-content {
    position: absolute;
    height: 350px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 150px;
    z-index: 5;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3)
}

.hero-iframe-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden
}

.hero-iframe-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.hero-logo {
    z-index: 99999;
    width: 20%;
}

.black-bg  {
    background-color: #000;
    color:#fff;
}

.block-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

#photoBlocks .relative {
    min-height: 40vh;
}

#photoBlocks .absolute {
    bottom: 0;
}

#photoBlocks .rows {
    width: 80%;
    padding: 2% 0;
    margin: 0 auto;
}

.c-highlights .card {
padding: 1em;
width: 16.6%;
border-radius: 0;
border: none;
}
 
.c-highlights .card-body {
padding: 0;
}

.c-highlights .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    height: 180px;
    margin-bottom: 10px;
        display: flex;
    align-items: center;
    justify-content: center;
}

#collab-1 {
    background-color: #c74057;
    color: #fff;
}

#collab-2 {
    background-color: #2e3359;
    color: #fff;
}

#collab-3 {
    background-color: #a7a9ac;
    color: #fff;
}

#collab-4 {
    background-color: #637587;
    color: #fff;
}

#collab-5{
    background-color: #579e9f;
    color: #fff;
}

#collab-6 {
    background-color: #ededeb;
}


#threeCol .col-md {
    max-width: 430px;
}

/* Slick Slider Styles */

.page-template .slick-prev {
    left:5px;
    }

.page-template .slick-next {
    right:5px;
    }

.slick-slider-posts .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slider-posts .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-slider-journey .slick-dots li, .slick-slider-testimonials .slick-dots li {
    border: 2px solid white;
    border-radius: 50%;
    }
    
.slick-slider-journey .slick-dots li.slick-active, .slick-slider-testimonials .slick-dots li.slick-active  {
    background: white;
    }
    
.slick-slider-journey .slick-dots li button:before, .slick-slider-testimonials .slick-dots li button:before {
    display: none;
    }
    
#slider .slick-slide .row {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
 }
 #slider .slick-slider-posts .slick-slide .row {
    min-height: 400px;
}    

.home #slider .slick-slider-posts .slick-slide div.row {
    position: relative;
}  

.home #slider .slick-slider-posts .slick-slide div.row::after {
content: '';
position: absolute;
top: 0;
left:0;
width:100%;
height: 100%;
display: block;
background-color: rgba(46, 51, 89, .6);
z-index: 9;
}  

.home #slider .slick-slider-posts .slick-slide .row .col-12 {
    z-index: 99;
}   

.home #slider .slick-slider-posts h2, .home #slider .slick-slider-posts a {
text-shadow: 2px 2px 5px #0000007d;
}

.jslides-container {
max-width: 55%;
}  

.jslides-container h4 {
font-weight: bold;
border-bottom: 4px solid white;
display: inline-block;
padding-bottom: 10px;
margin-bottom: 15px;  
}

.jslides-container .jslides-inner img {
float:right;
}

.testimonial-container .slick-next {
right: -10px;
}

.testimonial-container .slick-prev {
left: -10px;
}

.testimonial-inner {
max-width: 65%;
margin: 0 auto;
}

.testimonial-inner p {
font-size: 1.6rem;  
}

.testimonial-inner .t-source {
margin-top:20px;
padding-top:20px;
border-top: 1px solid #fff;
display: flow-root;
}

.t-site {
float:left;
width: 70%;
margin-left:5px;
}

p.t-author {
font-size: 1.4rem;
font-weight: 500;
margin-bottom: 0;
}

p.t-company {
font-size: .9rem;
}

#photoBlock {
    position: relative;
    height: 80vh;
    background-position: top;
}

#photoBlocks .absolute {
    z-index: 99;
}

/* Hiding main hero image on single posts */
.single-post div.insights-posts, .single-post .entry-header div.social-buttons {
display: none;
}

#smoothup { 
height: 60px; 
width: 60px; 
position:fixed;
bottom:130px;
right:10px;
text-indent:-9999px;
z-index: 999;
display:none;
background: url("img/Taper_back-to-top-arrow.png"); 
-webkit-transition-duration: 0.4s; 
-moz-transition-duration: 0.4s; transition-duration: 0.4s; 
}
 
#smoothup:hover {
opacity:.8;
}

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

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

#page .btn-primary:disabled,
#page .btn-primary[disabled]{
    border-color: silver;
    color: silver;
    background: white;
}

.site-header .search-form, .blog-nav .search-form {
    position: absolute;
    right: 10px;
    top: 25px;
}

.site-header .search-field, #page .site-header input[type=search],
#page .blog-nav .search-field {
    background-color: transparent;
    background-image: url(img/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: .9rem;
}
 
.site-header .search-field:focus, #page .site-header input[type=search]:focus, 
#page .blog-nav .search-field:focus, #page .blog-nav input[type=search]:focus {
    background-color: #fff;
    cursor: text;
    outline: 0;
    width: 230px;
}

#page .blog-nav .search-form label, #_form_88_ label {
    margin-bottom:0;
}

#field_24_8 label, .site-header .search-form .search-submit, 
#page .blog-nav .search-form .search-submit, .searchform label, .searchform input#searchsubmit { 
display:none !important;
}

.page-content .search-form .search-submit { 
display:block;
margin:5px 0;
}

 .c-subscribe form {
margin: 2rem auto;
  justify-content: center;
  max-width: 800px;
  width: 85%;
}

.validation_error {
display: none;
}

.gform_body {
flex: 2;
}

.gform_footer {
flex: 1;
  margin-top: 0 !important;
  padding-top: 0.75rem;

}

.gfield {
  margin: 0;
}


/* Hubspot form styling */
.hbspt-form input.hs-input, select, textarea {
  padding: 1.1rem 1rem;
  background: white; 
  height: auto;
  font-size: 19px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 5px;
  width:100%;
  color: #cccccc;
  }
.hbspt-form label {
margin-top: 10px;
margin-bottom: 0;
  }

.hbspt-form .is-placeholder {
  color: #cccccc;
  font-size: 18px;
  }
  
.hbspt-form  .hs-button {
  padding: .75rem 1.5rem;
  font-size: 19px;
  text-transform: uppercase;
  border:0;
  text-align: center;
  background-color: #579e9f;
  border-radius: 4px;
  color: #fff;
  margin-top:10px;
  }

.hbspt-form .hs-button:hover {    
  background-color: #637587;
  }

.hbspt-form div.hs_recaptcha {
  display:none !important;
  }

.hbspt-form fieldset.form-columns-3 {
  max-width: 80%;
  margin: 0 auto;
  }

.hbspt-form ul.hs-error-msgs {
  list-style-type: none;
  }
  
 .hbspt-form .hs-error-msg {font-style: italic; color: #c74057;} 

 legend.hs-field-desc {font-size: 19px;}

 #reapContact .hbspt-form fieldset.form-columns-3, #reapContact fieldset.form-columns-1 .hs-input {
    width: 100%;
    max-width: 100%;
 }

 #reapContact .hbspt-form fieldset {max-width: 500px !important; margin:0;}

 #reapContact .hbspt-form fieldset.form-columns-3 .field:last-child .input {margin-right: 0;}

 .hbspt-form .input .is-placeholder {
    color: #637587;
}

 #sidebar div.input, #sidebar .hbspt-form div.hs-form-field {
    margin-bottom: 0;
  }

 
 .subscribeform .hs-form-field.hs_firstname span, .subscribeform .hs-form-field.hs_lastname span, .subscribeform .hs-form-field.hs_email span,
 #sidebar .hs-form-field.hs_firstname span, #sidebar .hs-form-field.hs_lastname span, #sidebar .hs-form-field.hs_email span {
  display:none;
  }


.c-footer .hbspt-form {
margin-bottom: 2em; 
}

.searchform label, .searchform input#searchsubmit {
display:none;
}
    
#masthead .searchform input[type=text] {
    min-height: 35px;
    padding: 5px;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #2e3359;
    max-width: 165px;
    color: #637587;
    background-color: #fff;
}


#subscribe {
    border-top: 1px solid #2e3359;
    font-size: .875rem;
    margin-bottom: 2em;
}

/* Hide header and footer on the Benchmark Assessment page */ 

.page-id-13648 header#masthead,
.page-id-13648 #colophon  {
display: none;
}

-----------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #000;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

ul#menu-footer-nav {
    padding-left:0;
}

#menu-footer-nav li {
  display: inline-block;
  margin: 5px 20px;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

.custom-toggler.navbar-toggler { 
    border: 2px solid #BDDD63;
    border-radius: 0;
} 

.grecaptcha-badge {display:none;}

.menu-item-has-children {
    position: relative;
}

.dropdown {
 position: relative;
}

.dropdown-menu {
position: absolute;
bottom:0;
left: 8px;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
margin: 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
border:none;
padding:0;
}   

.dropdown-menu .dropdown-item {
   background: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 1rem;
    width: auto;
}

.dropdown-menu li {
    background-color: white;
}

.dropdown-menu.show {
display: block;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color:#2e3359;
  text-decoration: underline solid #2e3359;  
}

a:hover, .insights_title h5:hover {
  color:#579e9f;
  text-decoration: underline solid #579e9f;  
}

a.sage {
    color: #579e9f;
    text-decoration: underline;
}

a.sage:hover {
    color: #637587;
}

a.back-link {
    margin-bottom: 1em;
    display: block;
}

a.white {
    color:#fff;
    text-decoration: underline solid #fff;
}

a.white:hover {
    color:#ededeb;
    text-decoration: underline solid #ededeb;
}

.c-btn, #page .btn-primary {
  display: inline-block; /* [1] */
  vertical-align: middle; /* [2] */
  font: inherit; /* [3] */
  text-align: center; /* [4] */
  margin: 0; /* [4] */
  cursor: pointer; /* [5] */
  padding: 0.5rem 1rem;
  transition: all 300ms ease-in-out;
  border-radius: 4px;
  border: 0;
}

.c-btn--primary {
  background-color: #579e9f;
}

.c-btn--primary, .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
text-decoration: none; 
color: #fff,
}

.c-btn--primary:hover, .c-btn--primary:focus {
background-color: #637587;
text-decoration: none;
}

.c-btn--white, .c-btn--sage, .searchandfilter input[type=submit i], #page input[type="submit"] {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    text-align: center;
    margin: 10px auto;
    color: #fff;
    background-color: #579e9f;
    border: none;
    border-radius: 4px;
    text-decoration: none;
}

.c-btn--white {
color: #2e3359;
background-color: #fff;
}

.c-btn--white:hover, .c-btn--sage:hover, #page input[type="submit"]:hover {
    background-color: #637587;
    color: #fff;
    text-decoration: none;
}

.c-btn--small {
  padding: 0.25rem 0.5rem;
}

.c-btn--large {
  padding: 0.75rem 1.5rem;
}

/* Ajax  */
.load-more {
text-transform: uppercase;
position:relative;
border: none;
background: transparent;
color: #2e3359;
font-family: "Manrope",sans-serif;
margin-bottom: 35px;
display: inline-block;
font-size: .9rem;
}   
.load-more:hover {
color: #579e9f;; 
}

.load-more.done {
display: none; 
}

.load-more::after {
bottom: -25px;
left: 2px;
position: absolute;
content: url(./img/load-arrow.png);
width: 34px;
height: 20px;
}

.alm-btn-wrap {
    text-align: center;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header#masthead {
  background-color: #fff;
}

#masthead .navbar-nav > li > a, #menu-main-nav a.nav-link, #colophon a {
font-size: 1rem;
text-decoration: none;
color: #2e3359;
padding:0;
}

#masthead .navbar-nav > li > a:visited, #menu-main-nav a.nav-link:visted, #colophon a:visited {
  text-decoration: none;
}

#masthead .navbar-nav > li > a:hover, #menu-main-nav a.nav-link:hover, #colophon a:hover, 
.dropdown-menu a.dropdown-item:hover {
  text-decoration: none;
  color: #579e9f;
}

a#menu-item-dropdown-13801:hover {
    color: #2e3359 !important;
    cursor: default;
}

.nav-link {
    display: inline-block;
}

.menu-item:not(:first-child):before {
content: ':';
display: inline-block;
padding: 0 0.5em;
}

.c-main-nav {
    display: flex;
    margin: 0;
}

ul#menu-main-nav {
margin-left: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border: none;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .menu-item:not(:first-child):before {
display: none;
}

.dropdown-toggle::after {display: none;}

#menu-main-nav li {margin-bottom: 0;}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

.c-header {
border-bottom: 1px solid #2e3359;
padding-bottom: 20px;
}

.c-header__item {
    display: flex;
    align-items: flex-end;
    padding: 0;
}

.c-header__item:not(:first-child), .c-footer__links-item:not(:first-child) {
display: flex;
justify-content: end;
}

.c-header__logo {
  width: 65%;
  max-width: 225px;
  display: inline-block;
}

div#shiftnav-toggle-main {
background: transparent;
padding:10px 20px;
}    
.shiftnav-toggle-burger {
padding: 10px 20px;    
}

.shiftnav .fa, .shiftnav-toggle .fa {
    color: #579e9f;;
    font-size: 35px;
}

#shiftnav-main {
    background: #fff;
    color: #2e3359 !important;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}

#shiftnav-main h3.shiftnav-site-title {
display: none;
}

#shiftnav-main nav.shiftnav-nav {
border-top:2px solid #2e3359;
border-bottom:2px solid #2e3359;
margin:2em;
}

#shiftnav-main ul.shiftnav-menu li.menu-item > .shiftnav-target {
color: #2e3359 !important;
padding: 12px 0;
font-size: 24px !important; 
}

#shiftnav-main ul.shiftnav-menu li.menu-item > .shiftnav-target:hover{
color: #579e9f; !important;
text-decoration: underline;
}       

#shiftnav-main ul.sub-menu {
color: #2e3359 !important;
background: transparent;
padding-left: 20px;
}
#shiftnav-main ul.sub-menu a::before {
content: ':';
display: inline-block;
padding: 0 0.5em;
}


#shiftnav-main li.menu-item.current-menu-item > .shiftnav-target {
background: transparent; 
color: #2e3359 !important;
text-decoration: underline;
}

.shiftnav:after {
display:none !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.archive .post.hentry, .search .post.hentry {
    margin: 0 0 2rem;
    padding: 2rem 0 0;
    border-top: 1px solid #DAD9D6;
}


.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

#post-content {
    width: 70%;
    margin: 15px auto;
}

.c-post__close {
  max-width: 24px;
  display: block;
  margin-bottom: 2rem;
}

#post-content h2 {
font-size: 1.5rem;
}

#post-content ul {
    color: #637587;
    list-style-type: circle;
    padding-left: 1.3rem;
    margin: 0; 
  }

#post-content ul > li {
    text-indent: 0.1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }

.c-tease__terms {
    color: #637587;
    margin: 1rem 1rem 0;
    display: block;
  }

.c-tease__excerpt {
    margin: 0 1rem 2rem;
  }

.wp-caption-text {
  font-style: italic;
  margin-top: 0.5em;
}

.related-post p > a {
  text-decoration: underline !important;
}

.related-post h3 {
    margin: 10px 0 0 !important;
}

.tag #insights-feed-posts .two-thirds {
  padding-left: 1%;
}

.home h5 {
color: #637587;
margin: 1rem 0;
}

.home #cta-block {
background-position: right;
}

.exclusive h2 {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 3rem 7rem 3rem 0;
    }
    
.exclusive span {
    padding:5px;
    border-radius: 2px;
    background-color: #EFF5ED;
    text-transform: uppercase;
    }

#introblocks .lead {
    color: #579e9f;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.intro_block_inner {
    max-width: 60%;
    margin: 0 auto;
}

/* Press */
#press-feed .logo {
    width: 200px;
    text-align: center;
}

#presskit a:not(:first-child):before {
    content: ":";
    display: inline-block;
    padding: 0 0.5em;
}

/* Insights Blog Page Styling */
#insights {
border-top: 1px solid #2e3359;
}

#insights .block-hero {
    min-height: 160px;
    min-width: 200px;
    margin-right: 15px;
}

a.insights_title {
text-decoration: none;
}

.insights_title h5 {
font-size: 1.1em;
font-weight: bold;
margin: 10px 0;
line-height: 1.6;
}

#post-categories a:hover {
    color: #fff; 
    }


#insights-feed .c-tease.c-tease--post {
    margin: 1em 0 3em;
}

p.cat-links {
    margin-bottom: 0;
}

.tags-links a::after {
content: ", ";
display: inline-block;
} 

.tags-links a:last-child::after {
content: none;
}
    
.archive .c-tease__image img, .related-post .c-tease__image img  {
    width: 100%;
}

.related-post-container {
border-top: 1px solid #2e3359;
padding-top:2em;
}   
.related-post {
background-color: #a7a9ac;
margin:15px;
padding:15px;
}

p.post-date {
    margin:0 0 10px;
}

.slider-bg-img {
    background-color: #a0a0a0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 805px;
    max-height: 483px;
    width: 100%;
    height: 483px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-page-partners #fullCTA h2 {
    line-height: 1.5;
}

#partners {
color: #fff;
padding: 3rem 1rem;
}   
#partners h2 {
color: #2e3359;    
font-size: 2.4rem;
text-align: center;
}

#partners .wp-block-columns {
justify-content: center;
align-items: center !important;
}

#partners .wp-block-columns .wp-block-column {
    width: 90%;
    max-width:300px;
    margin: 10px 3rem;
    }   

#advisory  h2 {
font-size: 2.4rem;
}

#advisory .wp-block-columns {
flex-wrap: wrap !important;
}

#advisory .has-4-columns .wp-block-column {
flex-basis: 22%;
max-width: 25%;
}

#advisory .has-4-columns .wp-block-column:not(:first-child) {
margin-left: 0;
}

.board-member {
mex-width:300px;
}

.member-container .block-hero {
min-height: 300px;
max-width: 300px;
cursor: pointer;
}

.member-container .block-hero:hover {
opacity: .8;
}

.member-container h5 {
font-size: 1.4rem;
margin-top: 10px;
}

.board-member-bio  {
background-color: #637587;
color: #fff;
padding: 15px;   
position: relative;
max-width: 600px;
overflow: scroll;
}   
.board-member-bio h4 {
font-size: 1.7rem;
color: #2e3359;
}

.board-member-bio p{
font-size: 1.2rem;
}

.board-member-bio-inner img {
float: left;
margin: 0 15px 15px 0;
max-width: 300px;
}

.board-member-bio-inner a {
display: inline-block;
text-decoration: underline solid #fff;
}

.board-member-bio-inner a, .board-member-bio-inner h5 {
color: white;
font-size: 1.3rem;
font-weight: bold;
}

.board-member-bio-inner a:hover, .board-member-bio-inner h5:hover {
color: #a7a9ac;
text-decoration: underline solid #a7a9ac;
}

.member-container a {
text-decoration: none;
}     

.lity {background: none;}

.lity-container {
max-width: 60% !important;
}

img.sotir-thumb {max-width: 130px;}

.team-member-close, .expert-member-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.team-member-close:hover, .expert-member-close:hover {
  opacity: 1;
}
.team-member-close:before, .team-member-close:after,
.expert-member-close:before, .expert-member-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #ccc;
}
.team-member-close:before, .expert-member-close:before {
  transform: rotate(45deg);
}
.team-member-close:after, .expert-member-close:after {
  transform: rotate(-45deg);
}

.works-block .works-block-inner {
    padding: 20px 40px;
    font-size: 1.2rem;
}

.works-block .works-block-inner ul {
margin-left: 15px;
} 

.works-block .works-block-inner li {
font-size: 1rem;
} 

.works-block .works-block-inner .infonumber {
font-size: 1.4rem;
}

.works-block .works-block-inner h3 {
font-weight: bold;
}

.works-block-01 {
background-color: #F3F4F5;
}

.works-block-02 {
background-color: #E0E3E7;
}

.works-block-03 {
background-color: #C1C8CF;
}

.works-block-04 {
background-color: #A1ACB7;
}

.works-block-05 {
background-color: #82919F;
}

p, #post-categories a {
    font-size: 1.1rem;
}

.c-page__title {
  margin: 50px 20px 20px;
}

.featured {
    margin: 15px 0;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

div#insights-feed {
margin-top:15px;
}

.mission {
  border-top: 1px solid #2e3359;
}

#sidebar {
  display: block;
  margin-left: 3%;
}

 #sidebar div {
    padding:3em;
    margin-bottom:1em;
    word-break: normal;
    overflow-wrap: normal;
    min-width: 100%;
}

#social-feeds .social-header {
    width:65%;
    margin: 2em auto;
    padding: 1em;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#contact {
margin-top:1em;
padding: 1em;
}

.contactform{
margin:2em auto;
max-width: 600px;
padding:2em;
background-color: #fff;
}

#location {
    text-align: center;
    padding: 5em 1em;
}

/* REAP */ 
.page-template-page-reap h1 {font-size: 3.4rem;}
.page-template-page-reap h2 {margin-bottom: 1.5rem; line-height: 1.4;}
.page-template-page-reap p {line-height: 1.8;}

#reapStat .block-hero {min-height: 30vh;}
#pricing a {color: white; text-decoration: underline solid white;}
#pricing a:hover {color: #7AB2B5; text-decoration: underline solid #7AB2B5;}
#howWorks p.red-sub {font-size: 1.4rem;color: #c74057;font-weight: 600;}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

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

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/* Image Map Pro styling */

#image-map-pro-1770, #image-map-pro-3449 {
margin:3% auto !important;
}

.imp-tooltip {
border-radius: 0px !important;
max-width: 500px;
padding: 30px !important;
border: 4px solid white;
box-shadow: 3px 3px 20px #50505075;
}
.imp-tooltip .hs-arrow {
display: none !important;
}

.imp-tooltip  .squares-container {
width: 30% !important;
float:left !important;
}   

.imp-tooltip  .squares-container img {
margin-right:5px;
}

.imp-tooltip .squares-container:last-of-type {
width: 70% !important;
padding-left: 10px;
}

.imp-tooltip .squares-element {
padding: 3px 0 !important;
}

.imp-tooltip .squares-element  h3 {
font-size: 1.9rem !important;
font-family: "Manrope",sans-serif !important;
line-height: 1.2 !important;
}

.imp-tooltip .squares-element  p {
font-size: 1.2rem !important;
font-family: "Manrope",sans-serif !important;
font-weight:bold;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
    font-size: .7em;
    font-style: normal;
}

ul.social-links {
    margin: 5px 0;
    padding-left: 0;
    list-style-type: none;
}

ul.social-links li {
    margin: 0.5rem;
    display: inline;
}

ul.social-links img {
    max-width: 40px;
}

.c-footer__links {
    border-top: 1px solid #2e3359;
    text-align: left;
    padding-top: 20px !important;
}

.c-footer__links .c-main-nav {
    flex-wrap: wrap;
}

.c-main-nav__item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-inline-item a {
   margin: 0 10px;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding: 5px 0;
    margin: 5px 10px;
    display: inline-block;   
  }

  .navbar-collapse {
    padding-bottom: 10px;
    }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
.mobile {display: none;}

@media only screen and (max-width: 1480px) {
  .contact-header p {margin-right: 13rem;}
}

@media only screen and (max-width: 1280px) {
  html, body {
  }

  .contact-header p {margin-right: 7rem;}
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }

  h1 {font-size: 2.3rem;}

  .contact-header p {margin-right: 4rem;}
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html, body {
  font-size: 18px;
  }
  h1 {font-size: 2rem;}
  h4 {font-size: 1.3rem;}
  .member-container .block-hero {min-height: 200px;}
  #collab .card-body p {font-size: .9rem; line-height: 1.3;}
  
  .page-template-page-reap h1 {font-size: 2.8rem;}
  .contact-header p {margin-right: 20px; font-size: 2.2rem;}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html, body {
  }

  #slider .slick-slider-posts .slick-slide .row {min-height: 350px;}
  .t-site {width: 100%;}
  .load-more::after {left: 4px;}
  .featured, #featured .block-hero {min-height: 300px;}
  .c-highlights .card {width: 33%;}

  .page-template-page-reap h1 {font-size: 2.4rem;}
  .page-template-page-reap h2 {font-size: 2rem; margin-bottom: 1rem;}
  .page-template-page-reap h4 {font-size: 1.1rem;}
  .contact-header p {font-size: 2rem; margin-right: 3rem;}

  .exclusive h2 {margin: 2rem 0;}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 800px) {
    
    .header__logo img {max-width: 200px;}

}

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

    .dropdown-menu, .mobile {display: block;}
    .desktop {display: none;}

    html, body, legend.hs-field-desc {font-size: 16px;}
    .content-wrapper-sm {width: 90%;}

    h1, h1.entry-title {font-size: 1.9rem;}
    h2 {font-size: 1.5rem;}
    h3 {font-size: 1.3rem;}

    .lity-container {max-width: 80% !important;}

    .navbar-toggle {padding: 0}

    #masthead .menu-item:not(:first-child):before {display: none;}

    .dropdown-menu .dropdown-item:before {
    content: ':';
    display: inline-block;
    padding: 0 0.5em;
    }

    ul#menu-main-nav {
    margin-left: auto;
    border-top: 2px solid #2e3359;
    border-bottom: 2px solid #2e3359;
    }

    #masthead .navbar-nav > li > a {padding: 0; margin: 10px 0px;}
    #press-feed .logo {text-align: left;}
}

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

    .intro_block_inner, .testimonial-inner {
    max-width: 100%;
    }
    .jslides-container {
    max-width: 90%;
    }
    .jslides-container .jslides-inner {
    text-align: center;
    }

    .jslides-container .jslides-inner img {
    float:none;
    margin: 15px auto;
    max-width: 70%;
    }

    .page-template-page-insights #fullCTA, .page-template-page-partners #fullCTA {background-position: left;}

    .featured {min-height: 250px;}
    .c-highlights .card {width: 50%;}
    
}

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  
  .header__logo img {max-width: 150px;}
  #featured .block-hero, #insights .block-hero {min-width: 300px;}
  .c-highlights .card {width: 100%;margin-bottom: 0;}
  img.sotir-thumb {max-width: 200px;}

  .page-template-page-reap h1 {font-size: 2rem;}
  .page-template-page-reap h2 {font-size: 1.8rem; margin-bottom: .7rem;}
  h2.underline-navy {display: block;}
  .contact-header p {font-size: 1.8rem;margin-right: 0;}

}