@charset "UTF-8";
/* CSS Document */

/* Colors

Yellow: #ECCA1A;
Green: #25B276
Dark Gray: #393E41
Red: #A90062
Light Gray: #F5F5F5
Off White: #F7F9EC

*/

/* HTML5 */

/*
header, nav, section, article, footer {
	display: block;
}
*/
nav,
section,
article,
footer {
    display: block;
}

.insightera {
    padding: 0 !important;
}

html body iframe[name="google_conversion_frame"],
.insightera-bar-widget {
    visibility: hidden;
    height: 0 !important;
}

.insightera-dialog {
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none !important;
    border-radius: unset !important;
}

.insightera-dialog #trwDialog {
    height: auto !important;
    padding: 0 !important;
}

.insightera-dialog #trwDialog a {
    display: block;
}

.insightera-dialog #trwDialog a img {
    max-width: 640px;
    min-width: 300px;
    height: auto !important;
    width: 100% !important;
    display: block;
}

html,
body {
    margin: 0;
    padding: 0;
    border: none;
    color: #393e41;
}

/* p {
} */

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
    /* text-decoration: none; */
    color: #393e41;
}

.customPages-content p:not(.footer) > a:not([class]),
.customPages-content li > a:not([class]),
#level0 #article a:not([class]) {
    text-decoration: underline;
}

a:focus,
a:hover,
a:active {
    text-decoration: underline;
}

img {
    border: none;
}

#wrapper {
    overflow: hidden;
    background-color: #fff;
    /* border-top: 4px solid #ECCA1A; */
}

/* Global Header */

/*
#wrapper>header {
	position: relative;
}

#utilityLinks {
}

#mainNavigation {
}

#mainNavigation .mainNavigationMenu {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	margin-top: 20px;
}

#mainNavigation #menu,
#lightbox .close {
	margin: 1em;
	width: 2em;
	height: 1.5em;
	position: absolute;
	top: 1em;
	right: 1em;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
}

#menu span,
#lightbox .close span {
	background-color: #393E41;
	display: block;
	border-radius: 4px;
	position: absolute;
	height: 4px;
	width: 100%;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#lightbox .close span {
	background-color: #FFF;
}

#menu span:nth-child(1),
#lightbox .close span:nth-child(1) {
	top: 0px;
}

#menu span:nth-child(2),
#menu span:nth-child(3),
#lightbox .close span:nth-child(2),
#lightbox .close span:nth-child(3) {
	top: 9px;
}

#menu span:nth-child(4),
#lightbox .close span:nth-child(4) {
	top: 18px;
}

#mainNavigation.open #menu span:nth-child(1),
#mainNavigation.open #menu span:nth-child(4),
#lightbox.show .close span:nth-child(1),
#lightbox.show .close span:nth-child(4)  {
	top: 9px;
	width: 0%;
	left: 50%;
}

#mainNavigation.open #menu span:nth-child(2),
#lightbox.show .close span:nth-child(2)  {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mainNavigation.open #menu span:nth-child(3),
#lightbox.show .close span:nth-child(3)  {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#lightbox.show .close {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	opacity: 1;
	visibility: visible;
}
*/

/* Hero Area */

/* #postHeader {
}

#postHeaderContent {
} */

/* Content Layout */

#contentBox {
    max-width: 1500px;
    float: none;
    clear: both;
    margin: 0 auto;
}

/* #lContent {
}

#rContent {
} */

#contentBox .customPages {
    margin: 2em auto;
}

#contentBox .customPages .customPages-content {
    margin: 2em auto;
}

#contentBox .customPages .customPages-content > .intro {
    font-size: 1.2em;
    line-height: 1.2em;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

#contentA,
#contentB,
#contentC,
#contentD,
#contentE,
#contentF,
#contentG {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/* #contentA > div,
#contentB > div,
#contentC > div,
#contentD > div,
#contentE > div,
#contentF > div,
#contentG > div {
} */

#contentA > div > h3,
#contentB > div > h3,
#contentC > div > h3,
#contentD > div > h3,
#contentE > div > h3,
#contentF > div > h3,
#contentG > div > h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.2em;
    line-height: 1.3em;
    font-weight: 300;
}

#contentA > div > h3 > a,
#contentB > div > h3 > a,
#contentC > div > h3 > a,
#contentD > div > h3 > a,
#contentE > div > h3 > a,
#contentF > div > h3 > a,
#contentG > div > h3 > a {
    color: #393e41;
}

/* #contentA > div > .summary,
#contentB > div > .summary,
#contentC > div > .summary,
#contentD > div > .summary,
#contentE > div > .summary,
#contentF > div > .summary,
#contentG > div > .summary {
} */

#contentBox div > .footer {
    margin: 0 auto;
    text-align: center;
}

#contentBox div > .footer a {
    color: #393e41;
    box-shadow: 0 0 0 2px #393e41 inset, 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9375em;
    line-height: normal;
    margin: 0;
    padding: 0.8em 1.34em;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    vertical-align: middle;
}

#contentBox div > .footer a:focus,
#contentBox div > .footer a:hover,
#contentBox div > .footer a:active {
    box-shadow: 0 0 0 2px #000000 inset, 0 0 1px rgba(0, 0, 0, 0);
    background-color: #1fbcd5;
    color: #000000;
    text-decoration: none;
}

#prefooter div > .footer a {
    color: #393e41;
    background-color: #1fbcd5;
    box-shadow: 0 0 0 2px #1fbcd5 inset, 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9375em;
    line-height: normal;
    margin: 0;
    padding: 0.8em 1.34em;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    vertical-align: middle;
}

#prefooter div > .footer a:focus,
#prefooter div > .footer a:hover,
#prefooter div > .footer a:active {
    box-shadow: 0 0 0 2px #000000 inset, 0 0 1px rgba(0, 0, 0, 0);
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

/* Masonry */

.filter {
    text-transform: uppercase;
    margin: 1em auto;
    max-width: 1500px;
    text-align: center;
    font-size: 0.9em;
    font-weight: 300;
    font-family: "Avenir Next W05 Bold", "Montserrat", Helvetica, Arial, sans-serif;
}

.filter .warning {
    display: none;
    color: #a90062;
}

#frame {
    position: relative;
    padding: 0;
}

ul.masonry-dots {
    display: none;
    visibility: 0;
    opacity: 0;
    margin: 1em auto;
    padding: 0;
    list-style-type: none;
    position: relative;
    clear: both;
    text-align: center;
}

ul.masonry-dots li {
    margin: 0 1em 0 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

ul.masonry-dots li a {
    font-size: 2em;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-decoration: none;
}

ul.masonry-dots li a:focus,
ul.masonry-dots li a:hover,
ul.masonry-dots li a:active,
ul.masonry-dots li a.selected {
    background-color: #ecca1a;
    text-decoration: none;
}

.clickLeft,
.clickRight {
    position: absolute;
    top: 50%;
    z-index: 9999;
    text-decoration: none !important;
    display: none;
    visibility: 0;
    opacity: 0;
    color: #fff !important;
    font-weight: normal;
    font-size: 3em;
    font-family: FontAwesome;
    -webkit-transform: scale(1, 3);
    -moz-transform: scale(1, 3);
    -ms-transform: scale(1, 3);
    -o-transform: scale(1, 3);
    transform: scale(1, 3);
}

.clickLeft {
    left: 0px;
}

.clickRight {
    right: 0px;
}

ul.masonry {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    max-width: 1500px;
    -moz-column-count: 4;
    -moz-column-gap: 0;
    -moz-column-width: 25%;
    -webkit-column-count: 4;
    -webkit-column-gap: 0;
    -webkit-column-width: 25%;
    column-count: 4;
    column-gap: 0;
    column-width: 25%;
    font-size: 0;
}
ul.masonry li {
    position: relative;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-height: 320px;
    background: #393e41 url(../img/bg_stripes.png) top center no-repeat;
    color: #fff;
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    max-width: 375px;
    width: 100%;
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

ul.masonry li:nth-child(n + 12) {
    display: none;
}

ul.masonry li.double {
    min-height: 640px;
}

ul.masonry li a {
    color: #fff;
}

ul.masonry li:nth-child(2),
ul.masonry li:nth-child(7),
ul.masonry li:nth-child(11) {
    background-color: #f5f5f5;
    background-image: none;
    color: #393e41;
}

ul.masonry li:nth-child(2) h1,
ul.masonry li:nth-child(7) h1,
ul.masonry li:nth-child(11) h1 {
    color: #393e41 !important;
}

ul.masonry li:nth-child(2) h2 a,
ul.masonry li:nth-child(7) h2 a,
ul.masonry li:nth-child(11) h2 a {
    color: #393e41 !important;
}

ul.masonry li:nth-child(2) h3,
ul.masonry li:nth-child(7) h3,
ul.masonry li:nth-child(11) h3 {
    color: #25b276 !important;
}

ul.masonry li:nth-child(3),
ul.masonry li:nth-child(5),
ul.masonry li:nth-child(9) {
    background-color: #25b276;
    background-image: none;
}

ul.masonry li:nth-child(3) h3,
ul.masonry li:nth-child(5) h3,
ul.masonry li:nth-child(9) h3,
ul.masonry li:nth-child(3) h4,
ul.masonry li:nth-child(5) h4,
ul.masonry li:nth-child(9) h4 {
    color: #ecca1a !important;
}

ul.masonry li:nth-child(4n) {
    background-color: #ecca1a;
    background-image: none;
}

ul.masonry li:nth-child(4n) h1,
ul.masonry li:nth-child(4n) h3,
ul.masonry li:nth-child(4n) p {
    color: #393e41 !important;
}

ul.masonry li > div {
    padding: 3em 0 1em;
    margin: 0 2em;
    overflow: hidden;
    font-size: 13pt;
    line-height: 20.8pt;
}

ul.masonry li.research div .summary {
    display: none;
}

ul.masonry li .date {
    display: none;
}

ul.masonry li h1,
ul.masonry li h2,
ul.masonry li h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

ul.masonry li p {
    line-height: 1.3em;
}

ul.masonry li .more {
    display: block;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

ul.masonry li .more a {
    text-transform: uppercase;
    display: block;
    color: #393e41;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: 300;
    font-family: "Avenir Next W05 Bold", "Montserrat", Helvetica, Arial, sans-serif;
}

ul.masonry li .more a:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f061";
    position: relative;
    left: 0.25em;
    font-weight: normal;
}

ul.masonry li:first-child .more a,
ul.masonry li:nth-child(6n) .more a,
ul.masonry li:nth-child(10n) .more a {
    color: #fff;
}

ul.masonry li a {
    text-decoration: none;
}

ul.masonry li h1 {
    font-size: 1.6em;
}
ul.masonry li h2 {
    font-size: 0.9em;
    line-height: 1.3em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
ul.masonry li h3 {
    font-size: 0.9em;
    line-height: 1.3em;
    color: #ecca1a;
    font-weight: 300;
}
ul.masonry li p {
    font-size: 1em;
    padding: 0;
    margin: 0;
}
ul.masonry li img {
    margin: 0 1em 1em 0;
    display: block;
    float: left;
    max-width: 135px;
    height: auto;
    width: 45%;
}
ul.masonry li.double img {
    float: none;
    margin: 0 auto 1em;
    max-width: 250px;
    width: 100%;
}

ul.masonry li.hide {
    opacity: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.listView {
    margin: 0 auto 2em;
    padding: 0;
    list-style-type: none;
    max-width: 900px;
}

ul.listView li {
    margin: 0;
    padding: 1em 0;
    list-style-type: none;
    border-bottom: 1px solid #f5f5f5;
    clear: both;
    position: relative;
    overflow: auto;
}

ul.listView li img {
    float: left;
    margin: 0 1em 0 0;
    display: block;
    max-width: 140px;
    width: 100%;
    height: auto;
}

ul.listView li.blank {
    display: none;
}

ul.listView li .more {
    display: none;
}

ul.listView li .more a {
    box-shadow: 0 0 0 2px #393e41 inset, 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9375em;
    margin: 0;
    padding: 0.8em 1.34em;
    line-height: normal;
    color: #fff;
    background-color: #25b276;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    vertical-align: middle;
    text-transform: uppercase;
}

ul.listView li .more a:focus,
ul.listView li .more a:active,
ul.listView li .more a:hover {
    box-shadow: 0 0 0 2px #000000 inset, 0 0 1px rgba(0, 0, 0, 0);
    background-color: #fff;
    color: #000000;
    text-decoration: none;
}

ul.listView li.hide {
    display: none;
}

.boxQuotes {
    margin: 0 auto 2em;
}

.boxQuotes > h3 {
    margin: 0 0 1em;
}

ul.quotes li {
    overflow: hidden;
    max-height: 320px;
}

ul.quotes li img {
    margin: 0;
    display: block;
    float: none;
    max-width: none;
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

ul.quotes li div {
    z-index: 1;
}

ul.quotes li div > a {
    font-size: 2em;
    font-family: "PT Serif", Georgia, serif;
    color: #fff !important;
    text-indent: -0.5em;
    padding: 0 0 0 0.5em;
    line-height: 1em;
    display: block;
}

ul.quotes li div .summary {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    text-decoration: uppercase;
    color: #fff;
    margin: 0 0 0 0.5em;
}

ul.quotes li div .summary .author {
    display: block;
    margin: 1em 0 0;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3em;
}

ul.quotes li:nth-child(4n) h1,
ul.quotes li:nth-child(4n) h3,
ul.quotes li:nth-child(4n) p {
    color: #fff !important;
}

ul.quotes li:nth-child(2),
ul.quotes li:nth-child(7),
ul.quotes li:nth-child(11) {
    background-color: #393e41;
}

ul.quotes li .more a {
    text-decoration: none;
    color: #fff !important;
}

ul.quotes li .more a:after {
    content: "\f01d";
}

ul.quotes li .more a[href="#"] {
    display: none;
}

/* Wall */

ul.wall {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    max-width: 1500px;
    -moz-column-count: 3;
    -moz-column-gap: 0;
    -moz-column-width: 33.3%;
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
    -webkit-column-width: 33.3%;
    column-count: 3;
    column-gap: 0;
    column-width: 33.3%;
    font-size: 0;
}
ul.wall li {
    position: relative;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-height: 320px;
    background-color: #393e41;
    color: #fff;
    display: block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    /* vertical-align: top; */
    text-rendering: auto;
    max-width: 375px;
    width: 100%;
    opacity: 1;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

ul.wall li.double {
    min-height: 640px;
}

ul.wall li a {
    color: #fff;
}

ul.wall li:nth-child(2),
ul.wall li:nth-child(4) {
    background-color: #393e41;
    background-image: none;
}

ul.wall li:nth-child(3) {
    background-color: #25b276;
    background-image: none;
}

ul.wall li:nth-child(1),
ul.wall li:nth-child(5) {
    background-color: #ecca1a;
    background-image: none;
}

ul.wall li div {
    padding: 1em 0;
    margin: 0 2em;
    overflow: hidden;
    font-size: 13pt;
    line-height: 20.8pt;
}

ul.wall li.research div .summary {
    display: none;
}

ul.wall li h1,
ul.wall li h2,
ul.wall li h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

ul.wall li p {
    line-height: 1.3em;
}

ul.wall li a {
    text-decoration: none;
}

ul.wall li h3 {
    font-size: 1.6em;
    line-height: 1.3em;
    color: #fff;
    font-weight: 300;
}
ul.wall li p {
    font-size: 1em;
    padding: 0;
    margin: 0;
}
ul.wall li img {
    display: block;
    height: auto;
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 100px;
}

ul.wall li.hide {
    opacity: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*
@media screen and (max-width: 1500px) {

ul.quotes li div > a {
	font-size: 2vw;
}

}
*/

@media screen and (max-width: 1125px) {
    ul.masonry {
        -moz-column-count: 3;
        -moz-column-gap: 0;
        -moz-column-width: 33%;
        -webkit-column-count: 3;
        -webkit-column-gap: 0;
        -webkit-column-width: 33%;
        column-count: 3;
        column-gap: 0;
        column-width: 33%;
    }

    ul.masonry li div {
        margin: 0 1em;
    }

    ul.masonry li:nth-child(n + 9) {
        display: none;
    }

    ul.quotes li:nth-child(n + 7) {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    ul.masonry,
    ul.wall {
        -moz-column-count: 2;
        -moz-column-gap: 0;
        -moz-column-width: 50%;
        -webkit-column-count: 2;
        -webkit-column-gap: 0;
        -webkit-column-width: 50%;
        column-count: 2;
        column-gap: 0;
        column-width: 50%;
    }

    ul.masonry li:nth-child(n + 6) {
        display: none;
    }

    ul.quotes li:nth-child(n + 5) {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .clickLeft,
    .clickRight {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    ul.masonry li div {
        margin: 0 2em;
    }

    #frame {
        overflow: hidden;
        width: 100%;
        height: 320px;
        position: relative;
    }

    ul.masonry,
    ul.wall {
        -moz-column-count: 1 !important;
        -moz-column-gap: 0;
        -moz-column-width: 100% !important;
        -webkit-column-count: 1 !important;
        -webkit-column-gap: 0;
        -webkit-column-width: 100% !important;
        column-count: 1 !important;
        column-gap: 0;
        column-width: 100% !important;
        max-width: none !important;
    }

    ul.masonry {
        position: absolute;
        left: 0;
        top: 0;
    }

    ul.masonry li,
    ul.wall li {
        display: block;
    }

    ul.wall li.double {
        min-height: 320px;
    }

    ul.masonry li:nth-child(-n + 6) {
        float: left;
        display: block !important;
    }

    ul.quotes li:nth-child(-n + 5) {
        float: left;
        display: block !important;
    }

    .clickLeft,
    .clickRight,
    ul.masonry-dots {
        opacity: 1;
        visibility: 1;
    }
}

/* Footer */

/* #prefooter {
}

#wrapper > footer {
} */

footer .follow .stayConnected {
    margin: 0 0 0 0.25em;
    padding: 0;
    list-style-type: none;
}

footer .follow .stayConnected li {
    margin: 0 0 0.35em;
    padding: 0;
    list-style-type: none;
}

footer .follow .stayConnected li:last-child {
    margin: 0;
}

footer .follow .stayConnected li:before {
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
    left: -0.25em;
    top: 0.0675em;
    font-weight: normal;
    font-size: 1.25em;
}

footer .follow .stayConnected li.linkedin:before {
    content: "\f08c";
}

footer .follow .stayConnected li.twitter:before {
    content: "\f081";
}

footer .follow .stayConnected li.facebook:before {
    content: "\f082";
}

footer .follow .stayConnected li.gplus:before {
    content: "\f0d4";
}

footer .follow .stayConnected li.youtube:before {
    content: "\f166";
}

footer .follow .stayConnected li.instagram:before {
    content: "\f16d";
}

footer .follow .stayConnected li.podcast_btn:before {
    content: "\f2ce";
}

footer .follow .stayConnected li a {
    display: inline-block;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    color: #393e41;
    line-height: 1em;
}

footer .follow .stayConnected li a img {
    width: 110px !important;
    height: auto;
    border: 0 none;
}

/* Assets */

.jumpBuckets {
    margin: 0 auto;
    max-width: 800px;
    overflow: hidden;
}

.jumpBuckets ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    overflow: hidden;
}

.jumpBuckets ul li {
    margin: 0 2% 1em 0;
    padding: 0;
    list-style-type: none;
    display: block;
    width: 31.3%;
    box-sizing: border-box;
    border: 1px solid #000;
    text-align: center;
    float: left;
}

.jumpBuckets ul li:last-child {
    margin-right: 0;
}

.jumpBuckets ul li a {
    display: block;
    padding: 1em;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
}

.jumpBuckets ul li a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
    height: auto;
}

.jumpBuckets ul li a:focus,
.jumpBuckets ul li a:hover,
.jumpBuckets ul li a:active {
    background-color: #f5f5f5;
}

@media only screen and (max-width: 480px) {
    .jumpBuckets ul li {
        width: 90%;
        margin: 0 auto 1em;
        float: none;
    }

    .jumpBuckets ul li:last-child {
        margin-right: auto;
    }

    .jumpBuckets ul li a img {
        max-height: 75px;
        width: auto;
    }
}

figure {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

figure img {
    display: block;
}

figure figcaption {
    background: #25b276 url(/design/tdwi/tdwi/2017/img/bg_stripes_w_v.png) top right repeat-y;
    position: absolute;
    bottom: 0;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 0.5em 1em;
    z-index: 9999;
    width: 100%;
}

.ad_cta_btn,
.cta_btn,
.dl_btn {
    box-shadow: 0 0 0 2px #393e41 inset, 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9375em;
    margin: 0;
    padding: 0.8em 1.34em;
    line-height: normal;
    color: #393e41;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    vertical-align: middle;
}

.ad_cta_btn:focus,
.ad_cta_btn:hover,
.ad_cta_btn:active,
.cta_btn:focus,
.cta_btn:active,
.cta_btn:hover,
.dl_btn:focus,
.dl_btn:active,
.dl_btn:hover {
    box-shadow: 0 0 0 2px #000000 inset, 0 0 1px rgba(0, 0, 0, 0);
    /* background-color: #ecca1a; */
    background-color: #f5f5f5;
    color: #000000;
    text-decoration: none;
}

/* .dl_btn {
} */

.dl_btn:before {
    content: "\f01A";
    font-family: FontAwesome;
    left: -0.5em;
    position: relative;
    top: 0.0675em;
    font-size: 1.25em;
}

.cta_btn_w {
    box-shadow: 0 0 0 2px #ffffff inset, 0 0 1px rgba(0, 0, 0, 0);
    background-color: #ffffff;
    display: inline-block;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9375em;
    margin: 0;
    padding: 0.8em 1.34em;
    line-height: normal;
    color: #393e41;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    vertical-align: middle;
}

.cta_btn_w:focus,
.cta_btn_w:hover,
.cta_btn_w:active {
    box-shadow: 0 0 0 2px #000000 inset, 0 0 1px rgba(0, 0, 0, 0);
    color: #000000;
    text-decoration: none;
}

.cta_btn_y {
    background-color: #ecca1a;
    text-transform: uppercase;
    color: #393e41;
    box-shadow: 0 0 0 2px #393e41 inset, 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9375em;
    line-height: normal;
    margin: 0;
    padding: 0.8em 1.34em;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    vertical-align: middle;
}

.cta_btn_y:focus,
.cta_btn_y:hover,
.cta_btn_y:active {
    box-shadow: 0 0 0 2px #000000 inset, 0 0 1px rgba(0, 0, 0, 0);
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

.cat_btn {
    border-radius: 2em;
    padding: 0.5em 1em;
    background-color: #f59e36;
    display: inline-block;
    position: relative;
    margin: 4em;
    text-decoration: none;
    color: #393e41;
}

.cat_btn:before {
    content: "=^_^=";
    display: block;
    border-radius: 50%;
    width: 4em;
    height: 3em;
    background-color: #f59e36;
    position: absolute;
    top: -2em;
    left: -2em;
    text-align: center;
    line-height: 3em;
}
.cat_btn:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0.75em;
    height: 3em;
    background-color: #f59e36;
    position: absolute;
    top: -2em;
    right: -0em;
    text-align: center;
    line-height: 3em;
}

/* Tables */

.tableBorder th,
.tableNoBorder th {
    background-color: #25b276;
    text-align: left;
    color: #f5f5f5;
    text-transform: uppercase;
    font-weight: bold;
}

.tableBorder th span,
.tableNoBorder th span {
    display: block;
    color: #ecca1a;
}

.tableBorder td,
.tableNoBorder td {
    background-color: #f5f5f5;
}

.tableBorder th,
.tableBorder td,
.tableNoBorder th,
.tableNoBorder td {
    padding: 1em;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    line-height: 1.1em;
}

.tableNoBorder th,
.tableNoBorder td {
    border: none;
}

/* Accordion */

.topAccordion {
    margin: 2px 0 0;
    display: block;
    padding: 0.5em 0.5em 0.5em 0.7em;
    background-color: #f6f9ec;
}

.topAccordion a {
    display: block;
    font-size: 1.1em;
    font-family: "Avenir Next W05 Bold", "Montserrat", Helvetica, Arial, sans-serif;
    color: #25b276 !important;
}

.ui-widget {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif !important;
}

.ui-accordion {
    margin: 0 auto;
}

.ui-accordion h3 {
    color: #25b276;
    text-align: left;
    background-color: #f6f9ec;
    background-image: none;
    border: none;
}

.ui-accordion ul {
    border: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ui-accordion .ui-accordion-content li {
    list-style-type: none;
    margin: 0;
    padding: 0.5em 0.25em;
    border-bottom: 1px solid #f5f5f5;
}

/* .ui-accordion li div {
} */

.ui-accordion li:last-child {
    border-bottom: none;
}

.ui-accordion li a,
.ui-accordion li a:link,
.ui-accordion li a:visited {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    color: #393e41;
    text-decoration: none !important;
    display: inline-block;
}

.ui-accordion li a:focus,
.ui-accordion li a:hover,
.ui-accordion li a:active {
    text-decoration: underline !important;
}

.ui-accordion .ui-accordion-content {
    border: none;
    padding: 0.5em 0.25em !important;
}

.ui-accordion-header-icon.ui-icon {
    float: right;
    margin: 0;
}

.ui-icon.AccOpen {
    background-position: -64px 0px;
}

.ui-icon.AccClosed {
    background-position: -32px 0;
}

/* Tooltip */

.ui-tooltip {
    opacity: 1 !important;
    box-shadow: 2px 2px 4px #393e41 !important;
    border: none !important;
}

.ui-tooltip-content {
    border: none;
}

/* Overlays */

.yol img,
.gol img,
.rol img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.yol:before {
    background-color: rgba(236, 202, 26, 0.3);
}

.gol:before {
    background-color: rgba(31, 147, 97, 0.3);
}

.rol:before {
    background-color: rgba(228, 75, 53, 0.3);
}

/* Lightbox Video Playback */

.heroEventRight .ytvideo {
    position: relative;
    color: #fff;
}

.heroEventRight .ytvideo:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    vertical-align: middle;
    overflow: visible;
    content: "\f144";
    z-index: 9999;
    font-family: FontAwesome;
    color: #000;
    font-size: 6em;
    opacity: 0.5;
}

/* .ytvideo img {
} */

#lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10001;
}
#lightbox.show {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}

#lightbox .close {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 10002;
    color: #fff;
}

#ligthbox .close span {
    background-color: #fff;
}

#lightbox iframe {
    display: block;
    left: 50%;
    max-width: 560px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

/* #lightbox .content {
} */

#lightbox .content.full {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#lightbox .content.full img {
    max-width: none;
    max-height: none;
    height: auto;
    width: 100%;
    top: 0;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: zoom-out;
}

#lightbox img {
    display: block;
    left: 50%;
    max-width: 1100px;
    width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: zoom-in;
}

#lightbox .exitIntent {
    display: block;
    left: 50%;
    max-width: 560px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    box-sizing: border-box;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

/* Breadcrumb */

ul.breadcrumb {
    margin: 0 0 1.5em;
    padding: 0.5em 1em;
    list-style-type: none;
    font-size: 0.875em;
    line-height: 1.125em;
}

ul.breadcrumb li {
    margin: 0;
    padding: 0 0.5em 0 0;
    list-style-type: none;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    float: none;
}

ul.breadcrumb li a {
    color: #393e41;
    text-decoration: underline;
}

ul.breadcrumb .active {
    text-decoration: none;
}

ul.breadcrumb li:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    font-weight: normal;
    left: -0.25em;
    position: relative;
    top: 0.0675em;
    list-style-type: none;
}

#contentA ul.breadcrumb li:first-child:before {
    content: none;
}

/* List Styles */

/* Maturity Models / Assessments */
.list_mm {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    max-width: 1500px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
}

@media only screen and (max-width: 900px) {
    .list_mm {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 600px) {
    .list_mm {
        grid-template-columns: 1fr;
    }
}

.list_mm li {
    margin: 0;
    padding: 1em;
    list-style-type: none;
    border-top: 8px solid #1b4692;
}

.list_mm li.new {
    border-color: #964069;
    /* background-color: #F7F9EC; */
}

.list_mm li h3 {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.4em;
}

.list_mm li h3 a {
    color: #393e41;
}

.list_mm li h3 a span {
    color: #fff;
    text-transform: uppercase;
    background-color: #a90062;
    display: inline-block;
    padding: 0.125em 0.25em;
}

/* .list_mm li p {
}

.list_mm li p a {
} */

/* Research Team */

.list_team {
    margin: 2em auto;
    padding: 0;
    list-style-type: none;
    max-width: 1200px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
}

.list_team > li {
    margin: 0 0 2em;
    padding: 1em;
    list-style-type: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    /* min-height: 785px; */
    /* display: table; */
    /* border-top: 8px solid #25B276; */
}

.list_team > li.new {
    border-color: #25b276;
    background-color: #f7f9ec;
}

.list_team > li img {
    border-radius: 50%;
    width: 200px;
    border: 4px solid #a90062;
}

.list_team > li h3 {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.4em;
}

.list_team > li h3 a {
    color: #393e41;
}

.list_team > li h3 a span {
    color: #fff;
    text-transform: uppercase;
    background-color: #a90062;
    display: inline-block;
    padding: 0.125em 0.25em;
}

.list_team > li h4 {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    color: #a90062;
    /* text-transform: uppercase; */
    font-size: 1.1em;
    text-align: center;
}

.list_team > li p {
    display: none; /* default state for toggle */
}

.list_team li .cta_btn {
    text-transform: capitalize;
    border-radius: 5px;
    text-decoration: none;
}
.list_team .see-bio-button {
    cursor: pointer;
    border-radius: 5px;
    padding: 0.7rem 1.5rem;
    background-color: #393e41;
    font-weight: 700;
    color: #fff;
}

.list_social {
    margin: 0.5em 0 0;
    padding: 0;
    list-style-type: none;
}

.list_social li {
    margin: 0 0.5em 0 0;
    text-indent: 0.25em;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.list_social li:last-child {
    margin-right: none;
}

.list_social li a {
    color: #393e41;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    line-height: 1em;
}

.list_social li a:before {
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
    left: -0.25em;
    top: 0.0675em;
    font-size: 1.25em;
    font-weight: normal;
}

.list_social li.facebook a:before {
    content: "\f082";
}

.list_social li.twitter a:before {
    content: "\f081";
}

.list_social li.linkedin a:before {
    content: "\f08c";
}

/* Topics, Gateways, BPA, Product Directory */

#contentBox .boxTopicsMenu,
#contentBox .boxGateways,
#contentBox .boxLandscapes,
#contentBox .boxBPA,
#contentBox .boxProducts {
    padding: 0 0 1em;
    overflow: auto;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
}

#contentBox .boxBPA .summary {
    background: transparent url(../img/bg_bpa_ribbon.png) left center no-repeat;
}

#contentBox .boxProducts .summary {
    background: transparent url(../img/bg_products_directory.png) 5px center no-repeat;
}

#contentBox .boxTopicsMenu h3,
#contentBox .boxGateways h3,
#contentBox .boxLandscapes h3,
#contentBox .boxBPA h3,
#contentBox .boxProducts h3 {
    text-align: left;
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0 auto;
    padding: 0;
}

.boxTopicsMenu .summary,
.boxTopicsMenu h3,
.boxBPA .summary,
.boxBPA h3,
#contentBox .boxBPA .footer,
.boxProducts .summary,
.boxProducts h3,
#contentBox .boxProducts .footer {
    max-width: 550px;
    float: right;
    text-align: left;
    width: 100%;
}

.boxBPA .summary p,
.boxProducts .summary p {
    padding: 0 4em 0 90px;
}

.boxGateways .summary,
.boxGateways h3 {
    max-width: 500px;
    float: left;
    text-align: left;
    width: 100%;
}

.boxLandscapes .summary,
.boxLandscapes h3 {
    max-width: 500px;
    float: left;
    text-align: left;
    width: 100%;
}

.boxTopicsMenu ul {
    margin: 0 0 2em 0;
    padding: 0;
    list-style-type: none;
    max-width: 430px;
}

.boxTopicsMenu ul li {
    margin: 0 0 0.125em;
    list-style-type: none;
    padding: 0;
}

.boxTopicsMenu ul li a {
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    /* vertical-align: middle; */
    color: #393e41;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: normal;
    display: block;
    font-weight: bold;
    padding: 1em;
    background-color: #a90062;
    color: #fff;
    box-shadow: 0 0 0 2px #a90062 inset, 0 0 1px rgba(0, 0, 0, 0);
    text-decoration: none !important;
}

.boxTopicsMenu ul li a:focus,
.boxTopicsMenu ul li a:hover,
.boxTopicsMenu ul li a:active {
    box-shadow: 0 0 0 2px #000000 inset, 0 0 1px rgba(0, 0, 0, 0);
    background-color: #ffffff;
    color: #000000;
    text-decoration: none !important;
}

.boxTopicsMenu ul li a:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f054";
    position: relative;
    right: -0.25em;
    top: 0;
    font-weight: normal;
}

.boxGateways ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width: 360px;
}

.boxGateways ul li {
    margin: 0;
    padding: 1em 0;
    list-style-type: none;
    border-bottom: 1px solid #f5f5f5;
}

.boxGateways ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.boxGateways ul li p {
    margin: 0;
    padding: 0;
}

.boxLandscapes ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width: 360px;
}

.boxLandscapes ul li {
    margin: 0;
    padding: 1em 0;
    list-style-type: none;
    border-bottom: 1px solid #f5f5f5;
}

.boxLandscapes ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.boxLandscapes ul li p {
    margin: 0;
    padding: 0;
}

/* Trust Blocks */

#contentBox .boxTrust {
    margin: 0 auto 2em;
    max-width: 1100px;
    padding: 2em 0;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
}

#contentBox .boxTrust .summary {
    margin: 0 auto;
    max-width: 800px;
}

#contentBox .boxTrust h3 {
    max-width: 600px;
    margin: 0 auto;
    color: #393e41;
}

.boxTrust p {
    font-size: 1.2em;
    line-height: 1.2em;
}

.boxTrust ul li {
    vertical-align: middle;
}

.boxTrust {
    margin: 2em auto;
    padding: 2em 0;
    text-align: center;
    clear: both;
    overflow: hidden;
}

/* .boxTrust h3 {
}
.boxTrust p {
} */

.boxTrust ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.boxTrust ul li {
    display: inline-block;
    list-style: outside none none;
}

/* .boxTrust ul li img {
} */

@media only screen and (max-width: 480px) {
    .boxTrust ul li {
        display: block;
        float: left;
        width: 100%;
    }
}

/* Partner Blocks */

.boxPartners {
    margin: 2em auto;
    padding: 0;
    text-align: center;
    clear: both;
    overflow: hidden;
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    max-width: 1100px;
}

.boxPartners .summary {
    max-width: 900px;
    margin: 2em auto 0;
}

.boxPartners h3 {
    max-width: 600px;
    margin: 0 auto !important;
    color: #393e41;
}

.boxPartners > h3:before {
    content: " ";
    display: block;
    margin: 0 auto;
    background: transparent url(/design/tdwi/tdwi/2017/img/tdwi-partner_dg.svg) no-repeat center center / contain;
    width: 150px;
    height: 100px;
}

.boxPartners ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.boxPartners ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 1em 1em;
    padding: 0;
    vertical-align: middle;
}

/* .boxPartners ul li:nth-child(1),
.boxPartners ul li:nth-child(2) {
}

.boxPartners ul li:nth-child(3) {
}

.boxPartners ul li:nth-child(4) {
} */

.boxPartners ul li img {
    /*
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
*/
    border: 0;
    display: block;
    margin: 0 auto;
    max-width: 155px;
    width: 100%;
    height: auto;
}

.boxPartners ul li a:focus img,
.boxPartners ul li a:hover img,
.boxPartners ul li a:active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

@media only screen and (max-width: 480px) {
    .boxPartners ul li {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto 1em;
    }
}

/* 1105 Media Blocks */

.box1105 {
    max-width: 900px;
    margin: 2em auto;
}

#contentBox .box1105 h3 {
    color: #393e41;
}

.box1105 .summary h3 {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.4em;
}

.box1105 .summary {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
}

.box1105 .summary .tn {
    float: left;
    margin: 0 2em 2em 0;
    max-width: 300px;
    padding: 3em 2em;
    background-color: #003d4f;
}

.box1105 .summary .tn img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.box1105 .summary p {
    margin: 0;
}

.box1105 .summary ul {
    margin: 1em 0 0 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.box1105 .summary ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}

#contentBox .box1105 .summary ul li h4 {
    color: #393e41;
    font-size: 1em;
    font-weight: 300;
}

.box1105 .summary ul li a {
    text-decoration: underline;
}

/* Membership Blocks */

.boxMemInvestment {
    max-width: 600px;
    margin: 0 auto;
    padding: 2em 0;
    text-align: center;
    clear: both;
}

/* .boxMemInvestment .summary {
} */

.boxMemInvestment .summary h2 {
    background: transparent url(../img/ico_key.png) center top no-repeat;
    color: #a90062;
    font-size: 1.8em;
    font-weight: 300;
    padding-top: 50px;
    text-align: center;
    text-transform: uppercase;
}

#contentBox .boxMemInvestment .summary h3 {
    text-transform: none;
    text-align: center;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.3em;
}

.boxMemInvestment .summary p {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
}

.boxMemInvestment .summary a {
    text-decoration: underline;
    color: #393e41;
}

/* .boxMemInvestment .footer a {
} */

.boxMemAccess {
    max-width: 680px;
    margin: 0 auto;
    padding: 2em 0;
    text-align: center;
    clear: both;
}

/* .boxMemAccess .summary {
} */

.boxMemAccess .summary h2 {
    background: transparent url(../img/ico_key.png) center top no-repeat;
    color: #a90062;
    font-size: 1.8em;
    font-weight: 300;
    padding-top: 50px;
    text-align: center;
    text-transform: uppercase;
}

#contentBox .boxMemAccess .summary h3 {
    text-transform: none;
    text-align: center;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.3em;
}

.boxMemAccess .summary p {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
}

.boxMemAccess .summary a {
    text-decoration: underline;
    color: #393e41;
}

/* .boxMemAccess .footer a {
} */

.boxMemToday {
    max-width: 600px;
    margin: 0 auto;
    padding: 2em 0;
    text-align: center;
    clear: both;
}

/* .boxMemToday .summary {
} */

.boxMemToday .summary h2 {
    background: transparent url(../img/ico_key.png) center top no-repeat;
    color: #a90062;
    font-size: 1.8em;
    font-weight: 300;
    padding-top: 50px;
    text-align: center;
    text-transform: uppercase;
}

#contentBox .boxMemToday .summary h3 {
    text-transform: none;
    text-align: center;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.3em;
}

.boxMemToday .summary p {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
}

.boxMemToday .summary a {
    text-decoration: underline;
    color: #393e41;
}

/* .boxMemToday .footer a {
} */

.boxMemBenefits {
    max-width: 600px;
    margin: 0 auto;
    padding: 2em 0;
    text-align: center;
    clear: both;
}

/* .boxMemBenefits .summary {
} */

.boxMemBenefits .summary h2 {
    background: transparent url(../img/ico_key.png) center top no-repeat;
    color: #a90062;
    font-size: 1.8em;
    font-weight: 300;
    padding-top: 50px;
    text-align: center;
    text-transform: uppercase;
}

#contentBox .boxMemBenefits .summary h3 {
    text-transform: none;
    text-align: center;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.3em;
}

.boxMemBenefits .summary p {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
}

.boxMemBenefits .summary a {
    text-decoration: underline;
    color: #393e41;
}

/* .boxMemBenefits .footer a {
} */

.boxMemBenefitsDetails {
    max-width: 1100px;
    margin: 0 auto 1em;
    clear: both;
}

/* .boxMemBenefitsDetails .summary {
} */

.boxMemBenefitsDetails .summary ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
}

.boxMemBenefitsDetails .summary ul li {
    margin: 0 auto;
    padding: 1em 0 0 0;
    list-style-type: none;
    border-top: 8px solid #a90062;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}

.boxMemBenefitsDetails .summary ul li h4 {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #a90062;
}

.boxMemBenefitsDetails .summary ul li h3 {
    font-family: "Avenir Next W05 Medium", "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #393e41;
}

/* .boxMemBenefitsDetails .summary ul li p {
} */

.boxMemBenefitsDetails .summary ul li .mem_join {
    background-color: #a90062;
    padding: 2em;
    text-align: center;
}

.boxMemBenefitsDetails .summary ul li .mem_join h3 {
    color: #fff;
    font-size: 1.6em;
    text-transform: none;
    margin: 0 0 0.5em 0;
    font-weight: bold;
}

/* .boxMemBenefitsDetails .summary ul li .mem_join h3 a {
} */

.mainControlDiv.error label input,
.mainControlDiv.error label select {
    border-color: #a90062 !important;
}

.barPolicy {
    font-family: "Avenir Next W05 Medium", Helvetica, Arial, sans-serif;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10001;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 1em;
    color: #fff;
    width: 100%;
    display: none;
}

.barPolicy p {
    margin: 0 auto 1em;
}

.barPolicy .cta_btn_w {
    margin: 0 1em;
    padding: 0.5em 1.34em;
    background-color: #ecca1a;
    text-transform: uppercase;
    box-shadow: 0 0 0 2px #393e41 inset, 0 0 1px rgba(0, 0, 0, 0);
}

.barPolicy .cta_btn_w:focus,
.barPolicy .cta_btn_w:hover,
.barPolicy .cta_btn_w:active {
    background-color: #ffffff;
}

.barPolicy .more {
    color: #fff;
}

.barPolicy .more:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f061";
    position: relative;
    left: 0.25em;
    font-weight: normal;
}
.barPolicy iframe.marketo {
    width: 100% !important;
    margin: auto !important;
    position: relative !important;
    height: 32px !important;
}

.barPolicy .cookie_form {
    max-width: 82px;
    width: 100%;
    margin: 0 0.5em;
    display: inline-block;
    position: relative;
    top: 10px;
}

.boxUpsideSub {
    margin: 0 auto;
    padding: 0 0 2em 0;
    max-width: 680px;
    text-align: center;
}

.boxUpsideSub .summary {
    margin-bottom: 1em;
}

.boxUpsideSub img {
    max-width: 432px;
    width: 100%;
    height: auto;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0 !important;
}

.exp {
    display: none;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
    vertical-align: top;
    top: 2px;
    margin: 0 3em 0 0;
}

.switch:before {
    content: "\f03a";
    font-family: FontAwesome;
    position: absolute;
    display: inline-block;
    right: 2.5em;
    top: -0.125em;
}

.switch:after {
    content: "\f00a";
    font-family: FontAwesome;
    position: absolute;
    display: inline-block;
    left: 2.5em;
    top: -0.125em;
    border-right: 1px solid #393e41;
    padding: 0 1em 0 0;
}

/* Hide default HTML checkbox */
.filter .switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #393e41;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 6px;
    bottom: 5px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #393e41;
}

input:focus + .slider {
    box-shadow: 0 0 1px #393e41;
}

input:checked + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

@media screen and (max-width: 375px) {
    .switch {
        display: none;
    }
}

.mainNavigationMenu ul.topnavlist li.callout {
    border-top: 4px solid #393e41;
    border-bottom: 4px solid #393e41;
    background-color: #f5f5f5;
    padding: 8px 0;
}

.mainNavigationMenu ul.topnavlist li.callout a {
    font-weight: normal !important;
    padding: 4px 40px 4px 20px;
}

.mainNavigationMenu ul.topnavlist li.callout a span {
    color: #a90062;
    font-weight: bold !important;
    font-size: 1em;
    float: none;
}

.mainNavigationMenu ul.topnavlist li.callout a:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    right: 1em;
    font-weight: normal;
}

.scaleBox {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

@media screen and (min-width: 1200px) {
    .scaleBox {
        padding-top: 28.125%;
    }
}

.scaleBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hideme {
    display: none;
}

.hideme.open {
    display: block;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

iframe#iframe-designstudio-button {
    color-scheme: light;
}
