/* ADD TO CUSTOM PAGE HEAD 
<link rel="stylesheet" type="text/css" href="/Assets/css/imdigital.css"/>
*/
/* VIDYARD RESPONSIVE CODE*/
.innerContainer {
    position: relative; 
    display: block;
    width: 100% !important;
    height: 0;
    padding: 56.25% 0 0 0; /* This should reflect your video aspect ratio if so */
    
    /* Use the following 2 lines if you wish to make your player align centrally */
    
    max-width: 640px; /* This should be the width of your player */
    margin: auto;
}
.outerContainer {
    max-height: 360px; /* Set this to the height of your player */
}
.vidyard_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 640px;   /* These should be the dimensions of your player */
    max-height: 360px;
}
.vidyard_player > span {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
}
/* END VIDYARD RESPONSIVE CODE */
/* ADD TO VIDYARD EMBED CODE 
<div class="outerContainer">
    <div class="innerContainer">
        <script type="text/javascript" id="vidyard_embed_code_gUnqBPMtgSni5QANbMhjpB" src="//play.vidyard.com/gUnqBPMtgSni5QANbMhjpB.js?v=3.1.1&type=inline"></script>
    </div>
</div>
*/
/* CUSTOM COLUMNS */
.left-col-90 {float: left; width: 90%; padding-right: 30px;}
.left-col-80 {float: left; width: 80%; padding-right: 30px;}
.left-col-75 {float: left; width: 75%; padding-right: 30px;}
.left-col-70 {float: left; width: 70%; padding-right: 30px;}
.left-col-60 {float: left; width: 60%; padding-right: 30px;}
.left-col-50 {float: left; width: 50%; padding-right: 30px;}
.left-col-40 {float: left; width: 40%; padding-right: 30px;}
.left-col-30 {float: left; width: 30%; padding-right: 30px;}
.left-col-25 {float: left; width: 25%; padding-right: 30px;}
.left-col-20 {float: left; width: 20%; padding-right: 30px;}
.left-col-10 {float: left; width: 10%; padding-right: 30px;}
.right-col-90 {float: left; width: 90%; padding-left: 30px;}
.right-col-80 {float: left; width: 80%; padding-left: 30px;}
.right-col-75 {float: left; width: 75%; padding-left: 30px;}
.right-col-70 {float: left; width: 70%; padding-left: 30px;}
.right-col-60 {float: left; width: 60%; padding-left: 30px;}
.right-col-50 {float: left; width: 50%; padding-left: 30px;}
.right-col-40 {float: left; width: 40%; padding-left: 30px;}
.right-col-30 {float: left; width: 30%; padding-left: 30px;}
.right-col-25 {float: left; width: 25%; padding-left: 30px;}
.right-col-20 {float: left; width: 20%; padding-left: 30px;}
.right-col-10 {float: left; width: 10%; padding-left: 30px;}
.center-col-25 {float: left; width: 25%; padding-right: 15px;}

.ret_row { display:flex; justify-content:center; margin-bottom:30px; }
.ret_wrap { text-align:center; margin-bottom: 30px; }
.ret_check_tn { border: 1px solid #ccc; height: 200px; width: 150px; width: 155px; margin:0 auto 10px; overflow:hidden;   }
.ret_check_tn img { height:100%; width:auto;  }
.ret_dl { display:flex; align-items:center; margin:5px auto 0; width:150px; overflow:hidden; }
.ret_dl h3 { float: left; margin: 0 auto 0 0; }
.ret_dl a { float:right; width:40px; height:40px; margin: 0 -10px 0 auto; padding: 5px; display: flex; align-items: center; justify-content: center; }
.ret_dl a img { width:70%; height:auto; }

.bny_chart { margin:20px 0; text-align:center; }
	.bny_chart img { width:100%; margin:auto; }
	
	@media (max-width:768px){
		.bny_chart img { width:100%; }
	}

@media only screen and (max-width : 768px) {
.left-col-90, .left-col-80, .left-col-75, .left-col-70, .left-col-60, .left-col-50, .left-col-40, .left-col-30, .left-col-25, .left-col-20, .left-col-10, .right-col-90, .right-col-80, .right-col-75, .right-col-70, .right-col-60, .right-col-50, .right-col-40, .right-col-30, .right-col-25, .right-col-20, .right-col-10, .center-col-25 {
     width: 100%;
     padding: 0;
     border: none;
}
}
/* START STICKY NAV */
.main-nav {
    position:inline;
    width: 100%;
		margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  	left: 0px;
    right: 0px;
	  background-color: #ffffff;
	  z-index: 9999;
}
nav.main-nav.stickytop {
    position:fixed;
    top:106px;
    width: 100%;
  	margin-right: 0px;
    margin-left: 0px;
	  left: 0px;
    right: 0px;
	  padding-left: 10%;
	  padding-right: 10%;
	  background-color: #ffffff;
	  z-index: 21;
	  border-bottom:1px solid #ccc;
}
.stickynavanchor {
		display: block; 
    height: 130px; 
    margin-top: -130px; 
    visibility: hidden;
}
.stickynavanchortop {
		display: block; 
    height: 75px; 
    margin-top: -75px; 
    visibility: hidden;
}
@media only screen and (max-width: 1076px) {
.main-nav { 
  	float: none;
    margin:0;
    width:100% !important;
    margin-top: 10px;
	  margin-bottom: 10px;
	  background-color: #f7f7f7;    
}
	
nav.main-nav.stickytop {
    position:fixed;
    top:65px;
    width: 100%;
  	margin-right: 0px;
    margin-left: 0px;
	  left: 0px;
    right: 0px;
    padding-left: 0px;
	  padding-right: 0px;
	  background-color: #ffffff;
	  z-index: 9999;
}
	}
@media only screen and (max-width : 768px) {
.main-nav { 
  	position:relative;
	  float: none;
    margin:0;
    width:100% !important;
    margin-right: 0px;
    margin-left: 0px;
	  left: 0px;
    right: 0px;
    padding-left: 0px;
	  padding-right: 0px;
	  background-color: #ffffff;   
	  z-index: 0;
}
.tabbed-nav__item { 
	float: none;
  margin:0;
  width:100% !important;
  margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f7f7f7;    
}
  
nav.main-nav.stickytop {
    position:relative;
	z-index: 0;
}
	}
/* ARTICLE TABLE OF CONTENTS*/
.article-anchor {
	display: block; 
  position: relative; 
  top: -575px; 
  visibility: hidden;
}
.toc-item {
	background-color: #f7f7f7 !important; 
  width: 100%; 
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}
.toc-link {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
.center-button {width: 100%; margin-bottom: 10px; text-align: center;}
.left-col-button {float: left; width: 50%; padding-right: 5px; margin-bottom:10px;}
.right-col-button {float: left; width: 50%; padding-left: 5px; margin-bottom:10px;}
@media only screen and (max-width : 768px) {
.left-col-button, .right-col-button {
     width: 100%;
     padding: 0;
     border: none;
}
}
/* IMAGE GRID (E.G. BOUTIQUE LOGOS, HEADSHOTS, THUMBNAILS) */
.image-grid-col {
        cursor: pointer;
        float: left;
        display: inline-block;
        padding: 25px;
        margin-bottom: 80px;
        width: 25%;
        text-align: center;
        position: relative;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
}
 .image-grid-col:hover:before{
        content:'';
        position: absolute;
        left: 0;
        top:0;
        height: 100%;
        width: 100%;
        /*border: 10px solid #f4bd0c; */
}
.image-grid-col2 {
        float: left;
        display: inline-block;
        padding: 25px;
        margin-bottom: 80px;
        width: 25%;
        text-align: center;
        position: relative;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
}
.grid-text{
        padding-top:10px;
        border-top: 1px solid #ccc;
        vertical-align: top;
        padding-bottom: 30px;
    }
.grid-image-logo {height:85px; padding-bottom:10px; vertical-align: bottom;}
.grid-image-text {height:45px; padding-bottom:10px; vertical-align: bottom;}
.grid-image-headshot {height:210px; padding-bottom:10px; vertical-align: bottom;}
.grid-image-thumb {height:220px; padding-bottom:10px; vertical-align: bottom;}
.thumboutline {border:1px solid #ccc;}
.headshotborder {border-radius: 50%; height: 200px; margin: 0 auto; width: 200px;}
.perspective-card-image {width:100%;}
.perspective-card-image:hover: {
        content:'';
        position: absolute;
        height: 200px;
        width: 200px;
        border: 10px solid #f4bd0c;
	 			margin: 0 auto;
   }
@media only screen and (max-width: 1076px) {
.image-grid-col, .image-grid-col2 {
            width: 50%;
            height: auto;
            display: inline-block;
            position: relative;
            padding-left: 50px;
            padding-right: 50px;
            border: none;
        }
    }
@media only screen and (max-width : 768px) {
  .image-grid-col, .image-grid-col2 {
            width: 100%;
            height: auto;
            padding-left: 50px;
            padding-right: 50px;
            border: none;
        }
    }
/* PERSPECTIVES CARDS FILTER */
#card-update .filter-form {
    padding: 20px 0 0 0; }
#card-update .filter-form label {
    font-family: publico-banner;
    font-size: 20px;
    font-weight: 700;
    float: left;
    color: #000; }
@media (max-width: 600px) {
#card-update .filter-form label {
    float: none;
    font-size: 18px;
    display: block;
    padding-bottom: 5px; } }
#card-update .filter-form .filter-select {
    cursor: pointer;
    float: left;
    position: relative;
    margin-left: 20px;
    font-family: publico-banner;
    font-size: 20px;
    padding-bottom: 4px;
    border-bottom: 2px #ab8433 solid;
    width: 250px; }
@media (max-width: 600px) {
#card-update .filter-form .filter-select {
    float: none;
    margin-left: 0;
    width: 100%;
    font-size: 18px; } }
#card-update .filter-form .filter-select:after {
    position: absolute;
    top: 5px;
    right: 2px;
    font-family: 'icomoon';
    font-size: 14px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    content: "\e603";
    z-index: 1; }
#card-update .filter-form .filter-select ul.filters {
    display: none;
    font-family: akkurat-pro;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border-radius: 2px;
    background-color: #e9e9e9;
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    z-index: 20;
    background-color: #fff;
    border: 1px solid #bebebe;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }
@media (max-width: 600px) {
#card-update .filter-form .filter-select ul.filters {
        width: 100%;
        font-size: 14px; }
#card-update .filter-form .filter-select ul.filters li {
        padding: 5px 10px; } }
#card-update .filter-form .filter-select ul.filters li {
    font-family: akkurat-pro;
    padding: 10px;
    cursor: pointer;
    color: #000;
    margin-top: 0; }
#card-update .filter-form .filter-select ul.filters li:before {
    display: none; }
#card-update .filter-form .filter-select ul.filters li:hover {
    background-color: #4296fb;
    color: #fff; }
/* END PERSPECTIVES CARDS FILTER */
/* START PERSPECTIVES CARDS */
#card-update .card-container {
    margin: 0 0 0 -40px; }
@media (max-width: 600px) {
#card-update .card-container {
        margin: 0; } }
#card-update .outer {
    height: 490px;
    display: inline-block;
    align: center;
    cursor: pointer;
    margin: 20px 0 20px 40px;
    position: relative;
    vertical-align: top;
    width: calc(33% - 40px);
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; }
#card-update .outer .video-play {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -50px; }
#card-update .outer .video-play img {
    width: 100%;
    height: auto; }
#card-update .outer p {
    font-size: 14px;
    line-height: 160%; }
#card-update .outer p.date {
    color: #fff;
    padding-bottom: 4px; }
@media (max-width: 1076px) {
#card-update .outer p {
        font-size: 12px;
        line-height: 140%; } }
#card-update .outer .module-header__title {
    font-size: 26px;
    margin-bottom: 0; }
@media (max-width: 1076px) {
#card-update .outer .module-header__title {
        font-size: 20px; } }
@media (max-width: 600px) {
#card-update .outer {
        display: block;
        height: auto; } }
@media (max-width: 800px) {
#card-update .outer {
        width: calc(50% - 42px); } }
@media (max-width: 600px) {
#card-update .outer {
        width: 100%;
        margin: 20px 0; } }
#card-update .outer.large {
    width: calc(66% - 40px); }
@media (max-width: 800px) {
#card-update .outer.large {
        width: calc(100% - 40px); } }
@media (max-width: 600px) {
#card-update .outer.large {
        width: 100%; } }
#card-update .outer.large .video-play {
    top: 50%;
    left: 25%; }
@media (max-width: 600px) {
#card-update .outer.large .video-play {
        top: 150px;
        left: 50%; } }
#card-update .outer.large .image {
    position: relative;
    width: 100%;
    height: 100%;
    background: top left no-repeat;
    background-size: cover; }
@media (max-width: 600px) {
#card-update .outer.large .image {
        position: relative;
        width: 100%;
        height: 300px;
        background: center left no-repeat;
        background-size: cover; } }
#card-update .outer .quote {
    padding: 25px;
    padding-top: 50px;
    vertical-align: middle;
    width: 100%;
    height: 420px; }
@media (max-width: 600px) {
#card-update .outer .quote {
        display: block;
        height: auto; } }
#card-update .outer .quote .module-header__title {
    margin-bottom: 12px; }
#card-update .outer .image {
    position: relative;
    width: 100%;
    height: 300px;
    background: top left no-repeat;
    background-size: cover; }
#card-update .outer:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
 
 		 border: 10px solid #f4bd0c;
}
#card-update .topicleft {
    position: absolute;
    top: 0;
    left: 0px;
    width: 225px;
    padding: 5px;
    padding-left: 25px;
    padding-right: 25px;
    background: #83744C; }
#card-update .topicright {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    width: auto;
    padding: 5px 30px 5px 15px;
    background: #83744C;
    color: #fff; }
#card-update .topicright h3 {
    font-family: akkurat-pro;
    font-size: 16px;
    font-weight: 700; }
@media (max-width: 1076px) {
#card-update .topicright h3 {
        font-size: 12px; } }
@media (max-width: 600px) {
#card-update .topicright {
        top: 0;
        left: 0; } }
#card-update .topleft {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: auto;
    padding: 5px 30px 5px 15px;
    background: #83744C;
    color: #fff; }
#card-update .topleft h3 {
    font-family: akkurat-pro;
    font-size: 16px;
    font-weight: 700; }
@media (max-width: 1076px) {
#card-update .topleft h3 {
    font-size: 12px; } }
#card-update .bottomleft {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: #000000;
    /* fallback color */
    background: rgba(0, 0, 0, 0.7); }
#card-update .bottomwhite {
    width: 100%;
    height: 190px;
    vertical-align: top;
    padding: 15px;
    background: #ffffff; }
@media (max-width: 600px) {
#card-update .bottomwhite {
    height: auto; } 
#card-update .widerightblack {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    vertical-align: top;
    padding: 65px 25px 25px 25px;
    background: #000000;
    /* fallback color */
    background: rgba(0, 0, 0, 0.7); }
@media (max-width: 600px) {
#card-update .widerightblack {
    width: 100%;
    left: 0;
    padding: 15px 25px;
    background-color: #000;
    position: relative; } }