@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';

/* Common Styles ------------------------------------------ */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: rgba(56, 71, 91, 1);
    -webkit-font-smoothing: antialiased;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a {
    text-decoration: none;
    color: rgba(228, 96, 84, 1);
}
a, .header-logo img {
    -webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    -moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    -ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    -o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}
a:hover,
a:focus {
    text-decoration: none;
    border: none;
    color: rgba(228, 96, 84, .7);
}
a:visited {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rokkitt', serif;
    color: rgba(56, 71, 91, 1);
    margin-bottom: 15px;
}
h1 { font-size: 40px }
h2 { font-size: 32px }
h3 { font-size: 24px }
h4 { font-size: 18px }
h5 { font-size: 14px }
h6 { font-size: 12px }
.title-row {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.initiatives-home .title-row, .leadership-callout-wrap .title-row {
    justify-content: center;
}
.title-row h1 { margin-bottom: 0;}
p { }
img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */;
    width: auto\9;
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
	margin-right: auto;
	margin-left: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.row {
    padding-left: 15px;
    padding-right: 15px;
}
/* Section, Footer & Misc ------------------------------------------ */
.print-logo {display:none}
.skip-link {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;}

header {}
.header-upper {
    display: none;
    /*background-color: #5d6f80;*/
    background-color: rgba(93, 111, 128, 1);
}
.header-upper > .container > .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 54px;
}
.header-upper > .container > .row > nav {
    display: flex;
    flex-direction: row;
}
#nav-wrap .aux-nav-1 {
    font-size: 0.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    /*background-color: rgba(255, 0, 255, .2);*/
}
#nav-wrap .aux-nav-1 a {
    padding: 10px 5px;
    color: rgba(56, 71, 91, 1);
    background-color: rgba(93, 111, 128, .15);
    border-bottom: 1px solid #5d6f80;
}
#nav-wrap .aux-nav-1 a:hover {
    color: rgba(56, 71, 91, .7);
}
.aux-nav-social {
    display: flex;
    flex-direction: row;
    font-size: 1.2rem;
    width: 30%;
    /*background-color: rgba(255, 255, 0, .2);*/
    justify-content: flex-end;
}
.aux-nav-social > a > span {
    position: absolute;
    left: -999em;
}
.header-upper .aux-nav-1 a {
    color: #fff;
    padding: 5px 0;
    margin-right: 35px;
}
.header-upper a:hover {
    color: rgba(255, 255, 255, .7);
}
.aux-nav-social a {
    color: #fff;
    padding: 5px 10px;
}
.header-lower {
    border-bottom: 8px solid #e46054;
}
.header-lower > .container > .row {
    display: flex;
    flex-direction: column;
}
.logo-wrap {
    position: relative;
    padding: 10px 0;
}
.header-logo {
    display: inline-block;
}
.header-logo:hover img {
    opacity: .7;
}
.header-logo img {
    width: 180px;
}
.main-nav-btn.hamburger {
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -27px;
}
.main-nav-btn .hamburger-inner, .main-nav-btn .hamburger-inner::before, .main-nav-btn .hamburger-inner::after {
    background-color: #e46054;
}
.main-nav {
    font-size: 1.3rem;
    font-family: 'Rokkitt', serif;
    color: rgba(228, 96, 84, 1);
    text-align: center;
    display: flex;
    flex-direction: column;
    animation-duration: 1500ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-delay: 300ms;
    -moz-animation-duration: 1500ms;
    -moz-animation-delay: 300ms;
}
.main-nav a {
    font-size: 1.4rem;
    font-family: 'Rokkitt', serif;
    color: rgba(228, 96, 84, 1);
    padding:18px 0;
    border-bottom: 1px solid #e46054;
    text-decoration: none;
    position: relative;
}
.main-nav a:hover {
    text-decoration: none;
}

.main-nav a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: #e46054;
    visibility: hidden;
    border-radius: 0;
    transform: scaleX(0);
    transition: .25s linear;
}
.main-nav a:last-child:before {
    background: rgba(56, 71, 91, 1);
}
.main-nav a:hover:before,
.main-nav a:focus:before,
.main-nav a.selected:before {
    visibility: visible;
    transform: scaleX(1);
}
.main-nav a:visited {
    visibility: visible;
    transform: scaleX(1);
    text-decoration: none;
}
.main-nav a:last-child {
    color: rgba(56, 71, 91, 1);
}
.hero {
    background-image: url(/Content/images/squares-bg.png);
    margin-bottom: 80px;
}
.hero > .container > .row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 15px;
    padding-bottom: 15px;
}
.hero-group-1 {
    background-size: cover;
    background-color: #fff;
    border: 9px solid rgba(228, 96, 84, 1);
    margin-bottom: 15px;
    min-height: 350px;
    position: relative;
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}
.hero-group-1.caption-bottom .hero-container {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: #fff;
    padding: 15px 25px;
}
.hero-group-1.caption-top .hero-container {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, .9);
    padding: 15px 25px;
}
.hero-group-2 .hero-container {
    background-color: #fff;
    border: 9px solid rgba(228, 96, 84, 1);
    margin-bottom: 15px;
}
.hero-group-2 .hero-container:nth-child(1) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}
.hero-group-2 .hero-container:nth-child(2) {
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
}
.hero-group-2 .hero-container:nth-child(3) {
    animation-delay: 1000ms;
    -webkit-animation-delay: 1000ms;
}
.hero > .container > .row > div:nth-child(2) .hero-container {
    padding: 15px 25px;
}
.hero > .container > .row > div .hero-container h2 {
    color:  rgba(228, 96, 84, 1);
    margin-bottom: 5px;
}
.hero > .container > .row > div:nth-child(2) .hero-container h3 {
    padding: 0;
    margin-bottom: 5px;
}
/* tabs -------------------------------------------- */
.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.tabs li {
    
}
.tabs a {
}
.tabs a:hover,
.tabs a.active {
  
}
.tabgroup > section {

}


/* members list ------------------------------------ */
.members-home {
    margin-bottom: 80px;
}
/*
.members-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.members-grid a {
    position: relative;
    width: 212px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
}
#tab2 .members-grid a {
    border: 1px solid rgba(56, 71, 91, .6);
}
#tab2 .members-grid a .caption {
    z-index: 1;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 65px;
    background-color: rgba(255, 255, 255, 1);
}
#tab2 .members-grid a .caption .member-name {
    display: block;
    font-size: .9rem;
    font-weight: 700;
    line-height: 2;
    color: rgba(228, 96, 84, 1);
}
#tab2 .members-grid a .caption .member-info {
    display: block;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(56, 71, 91, 1);
}
#tab2 .members-grid a .caption .member-info em {
    font-weight: 400;
}
#tab2 .members-grid a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(120, 170, 230, .25);
}

.members-grid a.animated img {
    display: inline-block;
}*/
#tab2 .members-grid a img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);   
}
/* initiatives callout */
.initiatives-home {
    margin-bottom: 80px;
}
.initiatives-home h1 a {
    color: #ffd949;
    text-shadow: 0 0 5px rgba(0,0,0,1);
}
.initiatives-wrap {
    display: flex;
    flex-direction: column;
    padding-left: 2.5em;
    padding-right: 2.5em;
}
.initiatives-callout {
    background-color: rgba(255, 255, 255, .85);
    border: 9px solid #7ca9be;
    width: 100%;
    margin-bottom: 25px;
    padding: 2em 4em;
}
.initiatives-callout:last-child {
    margin-bottom: 0;
}
.initiatives-callout-content {
    line-height: 1.7;
    color: rgba(56, 71, 91, 1);
}
.initiatives-callout h2 {
    color: rgba(228, 96, 84, 1);
    margin-bottom: 5px;
}
.parallax-window {

  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.parallax-static-content {
  color: #9A9A8A;
  padding: 5em 0;
  position: relative;
  z-index: 9;
}

.parallax-background {
  background: url(/Content/images/ia-capitol-bg.jpg) no-repeat;
  background-size: cover;
  background-color: rgba(56, 71, 91, 1);
  background-position: center;
  height: 75em;
  left: 0;
  position: absolute;
  top: -10em;
  width: 100%;
}
/* charts home */

.chart-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.chart-container {
    width: 100%;
    margin-bottom: 40px;
}
.chart-content {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
}
p {
  line-height: 1.5em;
}
.content {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* Inside Pages -------------------------------------- */
.inside-intro {
    padding-top: 50px;
    padding-bottom: 50px;
}
.inside-intro ul {
	margin:0 0 15px 0;
	padding:0 0 0 25px;
}
.inside-intro ul li {
	list-style:disc;
}
.inside-intro ol {
	margin:0 0 15px 0;
	padding:0 0 0 25px;
}
.inside-intro ol li {
	list-style:decimal;
}
.contact-form {
    padding-top: 50px;
    padding-bottom: 50px;
}
.inside-intro address {
    margin-bottom: 1em;
}
.hero-inside {
    background-image: url(/Content/images/squares-bg.png);
}
.initiatives-inside {
    margin-bottom: 60px;
}
.content-list {
    display: flex;
    flex-direction: column;
}
.content-list-item {
    background-color: rgba(255, 255, 255, .85);
    border: 9px solid #7ca9be;
    width: 100%;
    margin-bottom: 25px;
    padding: 2em 4em;
}
.content-list-item:last-child {
    margin-bottom: 0;
}
.content-list-item {
    line-height: 1.7;
    color: rgba(56, 71, 91, 1);
}
.content-list-item h2 {
    color: rgba(228, 96, 84, 1);
    margin-bottom: 5px;
}
/* news detail -------------------------------------- */
.news-detail-wrap {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}



/* member-list -------------------------------------- */
.leadership-inside {
    background-image: url(/Content/images/squares-bg.png);
    margin-bottom: 80px;
    border-top: 8px solid #e46054;
}
.leadership-callout-wrap {
    padding: 50px 0;
}
.leadership-inside .title-row {
    margin-bottom: 30px;
}
.leadership-inside .title-row h2 {
    color: #ffd949;
    margin-bottom: 0;
}

.leadership-callout {
    display: flex;
    flex-direction: column;
}
.leadership-callout-container {
    background-color: rgba(255, 255, 255, .85);
    border: 9px solid #7ca9be;
    border-top: 0;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}
.leadership-callout-container h3 {
    color: #fff;
    line-height:1;
    padding: 8px 0;
    background-color: #7ca9be;
    margin-bottom: 0;
}
.leadership-callout .member-photo {
    display: inline-block;
    margin-bottom: 8px;
}
.leadership-callout .member-info {
    padding: 1em;
}
.leadership-callout .member-info .member-name {
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.leadership-callout .member-info .member-title {
    font-style: italic;
    display: block;
}
.members-list-table th {
    background-color: #657a8d;
    color: #fff;
    line-height: 2.2;
}
.members-list-table td {
    padding: 5px 5px 5px 0;
}
.members-list-table td:first-child {
    padding-top: 15px;
}
.members-list-logo {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
}
.members-list-logo:hover {
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
}
.members-list-logo img {
    width: 130px;
}
.members-table-company-wrap {
    width: 100%;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.members-table-company-wrap a {
    font-weight: bold;
}
.members-table-info-wrap {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.members-list-photo {
    margin-right: 5px;
    
}
.members-list-photo a, .member-photo a {
    display: inline-block;
    width: 130px;
    position: relative;
}
.members-list-photo a::after, .member-photo a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(120, 170, 230, .18);
}
.members-list-photo img, .member-photo img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.member-info {
    display: inline-block;
}
.members-list-table .member-info a {
    font-weight: bold;
    display: block;
}
.main-footer {
    position: relative;
}
.footer-upper {
    background-image: url(/Content/images/squares-bg.png);
}
.footer-nav-btn.hamburger {
    display: inline-block;
    padding: 10px 10px 5px 10px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.footer-nav-btn .hamburger-inner, .footer-nav-btn .hamburger-inner::before, .footer-nav-btn .hamburger-inner::after {
    background-color: #fff;
}
.footer-upper > .container > .row {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-upper > .container > .row .footer-nav-wrap {
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 20px;
}
.footer-upper a {
    color: rgba(255, 255, 255, 1);
}
.footer-upper a:hover {
    color: rgba(255, 255, 255, .7);
}
.footer-text-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer-upper .aux-nav-social {
    width: 100%;
    text-align: center;
}
.footer-text-nav a {
    font-size: 0.8rem;
    display: block;
    padding: 5px 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
    text-align: center;
}
.footer-lower {
    font-size: 0.8rem;
    line-height: 1.7;
    color: #fff;
    background-color: #5d6f80;
    background-color: rgba(93, 111, 128, 1);
    text-align: center;
    padding: 10px;
}
.footer-lower p {
    margin: 0;
    padding: 0;
}
.footer-lower a {
    color: #fff;
}
.footer-lower a:hover {
    color: rgba(255, 255, 255, .7);
}
.inside-list {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #d7e5eb;
}
.list-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-item-headline a {
    color: rgba(93, 111, 128, 1);
/*
    color: #ffd949;
    text-shadow: 0 0 5px rgba(0,0,0,1);
*/
}
.list-item-headline a:hover {
    color: rgba(93, 111, 128, .7);
}
.list-item {
    background-color: #fff;
    border: 9px solid rgba(228, 96, 84, 1);
    padding: 20px 30px 10px 30px;
    width: 100%;
    margin-bottom: 30px;
}
.jump-link {
    font-weight: bold;
    white-space: nowrap;
}
/* Full screen search*/

#search {
    position:fixed;
    height: 100vh !important;
    width: 100vw !important;
    background: rgba(0,0,0,.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.search-input-wrap {
    width: 90%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search-input-wrap label {
    font-size: 20px;
    color: #fff;
}
#searchbox {
    max-width: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .1);
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    outline: 0;
    line-height: 1;
    padding: 22px 15px;
    margin: 25px 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#search-close-btn {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 35px;
    color: #fff;
}
#search.open-search {
    display: flex;
    z-index: 12;
}
.search-container .item {
    padding: 15px 25px;
    background-color: rgba(56, 71, 91, .08);
    display: block;
    margin-bottom: 25px;
}
.search-container .item:hover {
    background-color: rgba(56, 71, 91, 1);
    color: #fff;
}
.search-container .item-title {
    font-weight: 700;
    font-family: 'Rokkitt', serif;
    font-size: 20px;
    color: rgba(56, 71, 91, 1);
}
.search-container .item:hover .item-title {
    color: #fff;
}
.inside-intro .contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inside-intro .contact-list li {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}
/*Media Queries*/
@media (max-width: 767px) {
    .nav-wrap {
        display: none;
        position: absolute;
        top: 88px;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
    }
    .members-list-table tbody tr {
        border-bottom: 5px solid #657a8d;
    }

    .footer-nav-wrap {
        display: none;
        margin-top: 10px;
        margin-left: -15px;
        margin-right: -15px;
/*
        position: absolute;
        bottom: 0;
        right: 0;
        top: 79px;
        left: 0;
*/
        order: 1;
    }
    .anchor-bottom  {
        
    }
    .anchor-bottom .footer-upper > .container > .row {
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .list-wrap {
        flex-direction: row;
    }
    .list-item {
        width: 47%;
    }
    .header-upper {
        display: block;
    }
    .header-lower > .container > .row {
        width: 100%;
        flex-direction: row;
        padding-top: 30px;
        padding-bottom: 30px;
        align-items: center;
        justify-content: space-between;
    }
    .logo-wrap {
        width: 25%;
        padding-left: 0px;
    }
    .header-logo img {
        width: 100%;
    }
    .aux-nav-1 {
        font-size: 0.9rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        width: 70%;
        /*background-color: rgba(255, 0, 255, .2);*/
    }
    .nav-wrap {
        position: relative;
        width: 70%;
        flex-direction: row;
        justify-content: flex-end;
    }
    .main-nav {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .main-nav a {
        padding: 5px 0;
        margin-right: 0;
        border-bottom: 0;
    }
    .main-nav a:last-child {
        width: 180px;
        margin-right: 0px;
    }
    .logo-wrap {
        position: relative;
        border-bottom: 0px;
    }
    .main-nav-btn.hamburger {
        display: none;
    }
    .hero > .container > .row {
        flex-direction: row;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hero-group-1 {        
        width: 60%;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .hero-group-2 {
        width: 40%;
    }
    .hero-group-2 .hero-container:last-child {
        margin-bottom: 0;
    }
    .initiatives-wrap {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .initiatives-callout {
        width: 47%;
        margin-bottom: 0;
    }
    .parallax-background {
      height: 60em;
      top: -10em;
    }
    .chart-wrap {
       flex-direction: row;
    }
    .chart-container {
        width: 48%;
        margin-bottom: 0;
    }
    .content-list {
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }
    .content-list-item {
        width: 48%;
        margin-bottom: 25px;
    }
    .news-detail-wrap {
        flex-direction: row;
    }
    .news-graphic {
        margin-left: 30px;
        max-width: 35%;
    }
    .leadership-callout {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .leadership-callout-container {
        width: 47%;
        margin-bottom: 25px;
    }
    .members-list-table th {
        padding-left: 5px;
    }
    .members-list-table th:first-child {
        width: 25%;  
    }
    .members-list-table td:last-child .member-info {
        max-width: 235px;  
    }
    .members-list-table td {
        padding: 10px 5px;
        border-bottom: 1px solid #ccc;
        vertical-align: top;
    }
    .members-table-info-wrap {
        flex-direction: row;
    }
    .footer-upper > .container > .row {
        display: flex;
        flex-direction: row;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer-nav-btn.hamburger {
        display: none;
    }
    .footer-upper > .container > .row .footer-nav-wrap {
        display: flex;
        flex-direction: row;
        width: 75%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .footer-upper a {

    }
    .footer-text-nav {
        display: flex;
        flex-direction: column;
        width: 33%;
        padding-right: 5%;
    }
    .footer-upper .aux-nav-social {
        width: 25%;
    }
    .footer-text-nav a {
        font-size: 0.8rem;
        display: block;
        padding: 5px 0;
        border-top: 1px solid rgba(255, 255, 255, .3);
        text-align: left;
    }
}
@media (min-width: 992px) {
    .nav-wrap {
        width: 55%;
    }
    .search-input-wrap {
        width: 70%;
    }
    .inside-intro .contact-list {
        flex-direction: row;
    }
    .inside-intro .contact-list li {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0 none;
    }
}
@media (min-width: 1200px) {
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .leadership-callout-container {
        width: 22%;
    }
    .search-input-wrap {
        width: 50%;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ specific styles go here */
    .news-detail-wrap {
    display: block;
    }
    .news-content {
        float: left;
        width: 60%;
    }
    .news-graphic {
        float: right;
        max-width: 35%;
    }
    .news-detail-wrap + p {
        clear: both;
    }
}