/*
Theme Name: Docs Redesign
Author: Nathan Lucas
Version: 2.0
*/

/*RESET*/

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
html,body{
	height: 100%;
}
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
select{
	-webkit-appearance: none;
    appearance: none;
	width:100%;
}
a{
	text-decoration: none;
}


/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.uppercase{
	text-transform: uppercase;
}
.inactive{
	opacity: .03;
	cursor: not-allowed;
}
/*FONT COLORS */
.black{
	color: #000;
}
.white, .hover-white:hover{
	color: #fff;
}
.royal-blue, .hover:hover .active-royal-blue{
	color:#0061d5 !important;
}
.fresh-lavender{
	color:#8c0cc1;
}
.charcoal-gray{
	color:#05338a;
}
.slate-gray{
	color:#65737c;
}
.crisp-gray{
	color:#f4f7f9;
}
.silver-gray{
	color:#ccd4d9;
}
.header-gray{
	color:#323c4a;
}
.info-gray{
	color:#878fa4;
}
.sunshine{
	color:#ffcb05;
}
.cobalt-blue{
	color:#035dc8;
}
.marketfully-blue{
	color:#086EEC;
}
.royal-purple{
	color:#6206b7;
}
.warning-red{
	color: #d00005;
}
.tag-green{
	color:#11ab27;
}
.warning-red{
	color: #d00005;
}
.corporate-blue{
	color:#002640;
}
.brand-gray{
	color: #2d3741;
}
.user-name{
	font-size: 16px;
	font-weight: 700;
}
.interactions{
	font-size: 12px;
}

/*BACKGROUND COLORS */
.bg-white{
	background-color: #fff;
}
.bg-black{
	background-color: #000;
}
.bg-royal-blue,.active .active-bg-royal-blue, .hover:hover .active-bg-royal-blue{
	background-color:#0061d5;
}
.bg-green {
	background-color:#4EB525;
}
.bg-gradiant-marketfully{
	background: #02BFFF;
	background: linear-gradient(90deg, rgba(2, 191, 255, 1) 0%, rgba(160, 131, 255, 1) 28%, rgba(2, 191, 255, 1) 45%, rgba(160, 131, 255, 1) 82%, rgba(93, 217, 149, 1) 100%, rgba(93, 217, 149, 1) 100%);
}
.bg-marketfully{
	background: #f1f7ff;
}
.bg-fresh-lavender{
	background-color:#8c0cc1;
}
.bg-charcoal-gray{
	background-color:#05338a;
}
.bg-slate-gray{
	background-color:#65737c;
}
.bg-crisp-gray{
	background-color:#f4f7f9;
}
.bg-silver-gray{
	background-color:#ccd4d9;
}
.bg-sunshine{
	background-color:#ffcb05;
}
.bg-cobalt-blue{
	background-color:#035dc8;
}
.bg-royal-purple{
	background-color:#6206b7;
}
.bg-tag-green{
	background-color:#11ab27;
}
.bg-warning-red,.nda-needed{
	
	background-color:#d00005 !important;
}
.bg-brand-gray{
	background-color: #2d3741;
}
.bg-corporate-blue{
	background-color:#002640;
}
.bg-note-yellow{
	background-color: #f2f6b2;
}
/*.bg-login{
	background: rgb(140,12,193);
background: -webkit-linear-gradient(15deg, rgba(140,12,193,1) 0%, rgba(0,97,213,1));
background: -o-linear-gradient(15deg, rgba(140,12,193,1) 0%, rgba(0,97,213,1));
background: linear-gradient(105deg, rgba(140,12,193,1) 0%, rgba(0,97,213,1));
	background-size: 175% 175%;
	animation: gradient 60s ease infinite;
	height: 100vh !important;
	position: fixed;
}*/
.bg-login{
	background: #02BFFF;
	background: linear-gradient(90deg, rgba(2, 191, 255, 1) 0%, rgba(160, 131, 255, 1) 28%, rgba(2, 191, 255, 1) 45%, rgba(160, 131, 255, 1) 82%, rgba(93, 217, 149, 1) 100%, rgba(93, 217, 149, 1) 100%);
	background-size: 175% 175%;
	animation: gradient 60s ease infinite;
	height: 100vh !important;
	position: fixed;
}
	
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*BORDER COLORS*/
.border-white{
	border-color: #fff;
}
.border-royal-blue, .active .active-border-royal-blue, .hover:hover .active-border-royal-blue{
	border-color:#0061d5 !important;
}
.border-fresh-lavender{
	border-color:#8c0cc1;
}
.border-charcoal-gray{
	border-color:#05338a;
}
.border-slate-gray{
	border-color:#65737c !important;
}
.border-crisp-gray{
	border-color:#f4f7f9;
}
.border-silver-gray{
	border-color:#ccd4d9 !important;
}
.border-sunshine{
	border-color:#ffcb05;
}
.border-cobalt-blue{
	border-color:#035dc8;
}
.border-royal-purple{
	border-color:#6206b7;
}
.border-tag-green{
	border-color:#11ab27;
}
.border-corporate-blue{
	border-color:#002640;
}

#filter-brand{
	display: none;
}
/*GENEARL TEMPLATE ITEMS*/
#nav{
	
	font-weight: 400;
	
}
#nav-logo{
	margin-left: -55px;
}
#location{
	font-weight: 300;
	font-size: 21px;
	padding-left: 8px;
	margin-top: -3px;
}
#nav-notifications{
	padding:10px 23px;
}
#nav-notifications img {
    width: 27px;
    height: 27px;
}
#nav-linkedin{
	padding-right:16px;
}
#nav-linkedin img {
    width: 35px;
    height: 35px;
}
#nav-profile:hover, #nav-notifications:hover, #nav-brand-center:hover {
    position: relative;
    cursor: pointer;
}
#nav-profile, #nav-notifications,#nav-brand-center, .dropleft, .dropright, .dropup {
    position: relative;
}
.mp-dropdown{
	position: relative;
}
.mp-dropdown:hover .mp-dropdown-menu {
    display: block;
}
.has-note.show-note .mp-dropdown-menu{
	display: block;
}
.mp-dropdown-menu{
	 display: none;
    text-align: left;
    position: absolute;
	z-index: 999;
	top: 100%;
}
#nav-profile .mp-dropdown-menu {
   
    width: 130px;
    /* margin-top: 20px; */
    
        top: 35px;
    right: -15px;
}
#nav-notifications .mp-dropdown-menu {
    /* left: -6px; */
    width: 200px;
    /* margin-top: 20px; */
	    top: 47px;
    left: 50%;
    transform: translateX(-50%);
}
#nav-brand-center  .mp-dropdown-menu{
	 width: 230px !important;
	 top: 18px !important;
	left: 94% !important;
    transform: translateX(-50%) !important;
}
#nav-links .mp-dropdown-menu {
	left: 50%;
    transform: translateX(-50%);
	 width: 145px;
}
#nav-profile .dropdown-arrow{
    justify-content: flex-end;
    padding-right: 16px;
}

#nav-notifications .dropdown-arrow, #nav-brand-center .dropdown-arrow{
    justify-content: center;
}
.notification-number, .point-circle {
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    text-align: center;
}
.point-circle{
	border: none;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
}
.arrow-up {
	width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid white;
}
.dropdown-content {
    background-color: #fff;
    padding: 14px 12px 0 12px;
    border-radius: 5px;
	font-size: 12px;
}
#nav-notifications .dropdown-content {
	padding:20px 30px;
}
.dropdown-content a, .dropdown-content .item{
	margin-bottom: 19px;
	
}

.card-bttn .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.card-bttn:hover .tooltiptext{
	visibility: visible;
	opacity: 1;
}
.card-bttn .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

h1,h2,h3,h4,h5,h6,label{
	font-family: 'Titillium Web', sans-serif;
	
}
body{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
#doc-wrapper {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    padding-bottom: 100px;
}

#nav-links{
	gap: 2.25vw;
}
#nav-links a{
	text-decoration: none;
	font-size: 16px;
}
a:hover, a.active{
	text-decoration: none;
}
#nav-links a.active{
	font-weight: 700;
}
.profile-image {
    border-radius: 50%;
	background: url('/wp-content/themes/docs-redesign/images/default-profile.png') repeat 0 0;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.register-confirm{
	 border-radius: 50%;
	background: url('/wp-content/themes/docs-redesign/images/icons/icon-confirmation.gif') repeat 0 0;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	height: 100px;
	width: 100px;
	margin: 0 auto;
}
#nav .profile-image{
    width: 35px;
    height: 35px;
    margin-left: 2px;
}

.container{
	max-width: 1105px;
	padding: 0 15px;
	margin: 0 auto;
}
.flex{
	display: flex;
	flex-direction: row;
}
.flex-col{
	display: flex;
	flex-direction: column;
}
.align-center{
	align-items: center;
	align-content: center;
}
.text-center{
	text-align: center;
}
.space-between{
	justify-content: space-between;
}
.flex-end{
	justify-content: flex-end;
}
.flex-start{
	    align-items: flex-start;
}
.justify-center{
	justify-content: center;
}
.justify-start{
	justify-content: start;
}
.flex-wrap{
	flex-wrap: wrap;
}
.h-100{
	height: 100%;
}
.box{
	border-radius: 5px;
	margin-bottom: 15px;
}
.box-shadow{
	box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 11%);
}

/*GRID WIDTHS*/
.grid-1 {
    -ms-flex: 0 0 8.33%;
    flex: 0 0 8.33%;
    max-width: 8.33%;
}
.grid-1-half{
	-ms-flex: 0 0 12.48%;
    flex: 0 0 12.48%;
    max-width: 12.48%;
}
.grid-2 {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.grid-2-half {
    -ms-flex: 0 0 20.81%;
    flex: 0 0 20.81%;
    max-width: 20.81%;
}
.grid-3 {
    -ms-flex: 0 0 22.75%;
    flex: 0 0 22.75%;
    max-width: 22.75%;
}
.grid-3-half{
	 -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.grid-4 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}
.grid-5 {
    -ms-flex: 0 0 41.65%;
    flex: 0 0 41.65%;
    max-width: 41.65%;
}
.grid-6 {
    -ms-flex: 0 0 47.98%;
    flex: 0 0 47.98%;
    max-width: 47.98%;
}
.grid-7 {
    -ms-flex: 0 0 58.31%;
    flex: 0 0 58.31%;
    max-width: 58.31%;
}
.grid-8 {
    -ms-flex: 0 0 66.64%;
    flex: 0 0 66.64%;
    max-width: 66.64%;
}
.grid-9 {
    -ms-flex: 0 0 74.3%;
    flex: 0 0 74.3%;
    max-width: 74.3%;
}
.grid-9-half {
    -ms-flex: 0 0 79.12%;
    flex: 0 0 79.12%;
    max-width: 79.12%;
}
.grid-10 {
    -ms-flex: 0 0 83.3%;
    flex: 0 0 83.3%;
    max-width: 83.3%;
}
.grid-10-half {
    -ms-flex: 0 0 87.45%;
    flex: 0 0 87.45%;
    max-width: 87.45%;
}
.grid-11 {
    -ms-flex: 0 0 91.63%;
    flex: 0 0 91.63%;
    max-width: 91.63%;
}
.grid-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.pointer{
	cursor: pointer;
}
#nav{
	height: 72px;
	padding: 0;
	z-index: 999;
	position: relative;
}
.arrow {
  border: solid white;
  border-width: 0 1px 1px 0;
  margin-left: 10px;
	width: 14px;
	height: 14px;
	    margin-bottom: 10px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.up {
	transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
	    margin-bottom: -8px;
}
#back-to-top {
    position: fixed;
    right: 50px;
    bottom: 100px;
    padding: 11px 18px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}
#left-col{
	position: relative;
	padding: 95px 0 0 0;
}

#left-col.home-left {
	padding: 15px 0 0 0 !important;
}

#left-col.home-left .filter-container{
	padding-top: 45px;
}
#left-col h3{
	font-size: 16px;
	padding-bottom: 15px;
	color: #323c4a;
}
#right-col{
	
}

#search-wrapper{
	/*border:2px solid;*/
	border-radius: 20px;
	height: 40px;
	
}
#search-select{
	border:none;
	border-radius: 20px 0px 0px 20px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
	padding-left: 20px;
	
}
#search-select .mp-dropdown-menu {
    left: 100%;
    transform: translateX(-75%);
    width: 85px;
    top: 84%;
}
#search-type{
	width: 57px;
}
#search-select .arrow {
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
}
#search-input {
	width: 100%;
	border:none;
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding-left: 15px;
}
#search-input:focus{
	outline: none;
}
#search-button {
    border-radius: 0px 20px 20px 0px;
    width: 74px;
    justify-content: center;
}
#search-divide{
	width: 1px;
	height: 20px;
	margin-left: 15px;
}
.uppercase{
	text-transform: uppercase;
}
/*TAGS*/
#filter-tag-display{
	padding:25px 0;
	height: 78px;
}
.filter-tag{
  border-radius: 5px;
	padding: 3px 12px 2px 12px;
	margin-right: 10px;
	font-size: 13px;
}

.tag-close {
    font-size: 27px;
    line-height: 0;
    font-weight: 100;
    cursor: pointer;
    padding: 5px 0px 6px 10px;
}
#search-view-wrapper{
	padding-top:30px;
}

/* FILTERS -------------------------------------------------------------------------------------- */
.filter-container {
    /*position: fixed;*/
}
.filter-wrapper, .filter-wrapper h4{
	font-weight: 400 !important;
	padding-left: 5px;
	font-size: 15px;
	cursor: pointer;
}
.filter-section-title{
	cursor: pointer;
}
.filter-options{
	padding: 10px 0 10px 20px;
	font-size: 14px;
	
}
.filter-option{
     margin: 10px 0 20px 4px;
}
.accordion-wrapper{
    overflow: hidden;
    visibility: hidden;
	height: 0px;
	max-height:0;
}

.filter-wrapper.expand .accordion-wrapper{
	visibility: inherit;
    overflow: hidden;
	height: auto;
	max-height:900px;
	transition: max-height .5s ease-out;
}

/* The container */
.checkmark-container {
  display: block;
  position: relative;
     padding-left: 20px;
    line-height: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
	border-radius: 3px;
	border: 1px solid;
}


/* On mouse-over, add a grey background color */
.checkmark-container:hover input ~ .checkmark {
  /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
  left: 5px;
  top: -10px;
  width: 10px;
  height: 20px;
  border: solid #11ab27;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*GRID ICON -----------------------------------------------------------------------------------------*/
.grid-icon {
	display: inline-block;
	margin-right: 10px;
	
}

.grid-icon:hover > span > span {
	opacity: .8;
}

.grid-icon > .layer {
	width: 100%;
	position: absolute;
	left: 0;
}

/* style */

.grid-icon--line {
	position: relative;
	width: 28px;
	height: 28px;
}

.grid-icon--line > .layer {
	height: 8px;
}

.grid-icon--line > .layer--primary {
	top: 0;
}

.grid-icon--line > .layer--secondary {
	top: 50%;
	margin-top: -4px;
}

.grid-icon--line > .layer--tertiary {
	bottom: 0;
}

.grid-icon--line > .layer > span {
	position: absolute;
	display: block;
	width: 8px;
	height: 100%;
	box-sizing: border-box;
	border: solid 2px;
}

.grid-icon--line > .layer > span:first-child {
	left: 0;
}

.grid-icon--line > .layer > span:nth-child(2) {
	left: 50%;
	margin-left: -4px;
}

.grid-icon--line > .layer > span:last-child {
	right: 0;
}

/*HAMBURGER MENU*/

.hamburger div {
    width: 28px;
    height: 3px;
    margin: 9px 0;
}
/*favorites */
.star{
	display: inline-block;
}
.star-filled{
	display: none;
}
.my-fave .star-filled{
	display: inline-block;
}
.my-fave .star{
	display: none;
}

/*MODAL ----------------------------------------------------------------------------------------------------------*/

.modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
.model-header{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
}
.modal-background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: .85;
}
.modal-box{
	width: 50;
	position: relative;
	z-index: 11;
	width: 700px;
	top: 5%;
	margin: 0 auto;
	padding: 20px 40px;
	
}
#content-preview .modal-box{
	height: 90vh;
    overflow: scroll;
}
.modal-close{
	font-size: 30px;
}
.note-title {
    font-style: italic;
}
#note-taking textarea{
	width: 100%;
	border: none;
}

.caption-cell{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
.caption-cell .caption{
	border: 1px solid;
	border-radius: 5px;
	height: 100%;
	padding: 10px;
	word-wrap: break-word;
}
/*DOC CARD ------------------------------------------------------------------------------------------------------*/
#card-wrapper{
	gap:2%;
}
.card{
	/*-ms-flex: 0 0 31.32%;
    flex: 0 0 31.32%;
    max-width: 31.32%;
	margin-bottom: 20px;*/
	margin-bottom: 18px;
	position: relative;
	opacity: 0;
}
.cards-info{
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 20px;
	
}
.content-type, .card-title, .nda-required{
	z-index: 3;
}
.card-header{
	border-radius: 5px 5px 0 0;
	min-height: 187px;
	position: relative;
}
.header-image {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    border-radius: 5px 5px 0 0;
    background-position: center center;
    background-size: cover;
    /* background-color: #000; */
    /* opacity: .85; */
    background-blend-mode: overlay;
}
.card-flex-spacer{
	margin-bottom: 15px;
}
.card-body{
	padding:10px 15px 30px 15px;
	border-radius: 0 0 5px 5px;
	height: 100%;
}
.card-date{
	font-size: 
}
.card-date-icons{
	margin-bottom: 15px;
}
.icon-comment {
	display: none;
}
.has-note .icon-edit{
	display: none;
}
.has-note .icon-comment{
	display: block;
}
.icon-note .dropdown-content{
	width: 193px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	line-height:24px;
	background-color: #f2f6b2;
	padding-bottom: 10px;
}
.icon-note .arrow-up {
    border-bottom: 5px solid #f2f6b2;
}
.content-type {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
	padding: 0 10px;
	font-size:12px;
}
.card-title h2{
	font-size: 18px;
	line-height: 24px;
	padding: 17px 35px;
	font-weight: 400 !important;
}
.nda-required{
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
    text-align: center;
    margin: 0 auto;
	padding: 0 10px;
	margin-bottom: 15px;
	font-size: 14px;
}
.card-description{
	font-size: 12px;
	line-height: 18px;
	padding:25px 0;
	word-wrap: break-word;
}
.card-tags{
	display: inline-flex;
  	flex-wrap: wrap;
 	 gap: 5px;
	padding-bottom: 19px;
	border-bottom: 1px solid;
}

.card-tag, .card-date{
	font-size: 10px;
	padding:0 5px;
	border-radius: 3px;
	 
}
.card-ctas{
	margin-top: auto;
	position: relative;
}
.card-bttn{
	border-radius: 5px;
	text-align: center;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	position: relative;
}
.card-bttn .mp-dropdown-menu {
    top: 100%;
    width: 168px;
    left: 50%;
    /* margin: 0 auto; */
    transform: translateX(-50%);
}
.bttn-icon{
	padding-left: 5px;
	max-width: 20px !important;
}

.nda-cover{
	font-size: 12px;
    line-height: 18px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top: 1px solid #ccd4d9;
    padding: 11px 0;
}
.affirm{
	margin-top: -19px;
    color: #d00005;
}
#card-wrapper.flex-col .card-title h2{
    padding: 0;
	margin: 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700 !important;
}

#card-wrapper.flex-col .content-type{
	position: relative;
	width: 20px;
	margin: 0;
	padding: 0;
	    display: flex;
    align-items: center;
	border-radius: 5px 0 0 5px;
}
#card-wrapper.flex-col .card-description {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0 10px 0 !important;
}
#card-wrapper.flex-col .card-left {
    padding: 10px 5px 10px 25px;
}
#card-wrapper.flex-col .card-date {
    font-size: 10px;
    padding: 0 5px;
    border-radius: 3px;
    display: inline-flex;
    min-width: 67px;
    height: 17px;
}
.gap{
	 gap: 5px;
}
.gap-10{
	 gap: 10px;
}
.gap-15{
	 gap: 15px;
}
.gap-20{
	 gap: 20px;
}
.gap-25{
	gap: 25px;
}

#card-wrapper.flex-col .card-tags{
	border: none;
	padding-bottom: 0px !important;
}
#card-wrapper.flex-col .card-ctas {
    margin-top: 0;
}
#card-wrapper.flex-col .card-right{
	
}

.icons.flex.flex-end {
    margin-bottom: 15px;
}
#calendar-icon {
    width: 17px !important;
    min-width: 17px;
}

.rotate {
    transform: rotate(-90deg) translate(-50%, 10px);
    transform-origin: left;
    height: 20px;
    line-height: 20px;
    position: absolute;
    width: 200px;
}

/* BRAND CENTER */
#brand-wrapper h2{
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: -9px;
}
#brand-wrapper .card-intro p{
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 10px;
}
#brand-wrapper .card{
	opacity: 1 !important;
}

#brand-wrapper .filter-option {
    margin: 10px 0 40px 4px;
}
#brand-wrapper h4{
	font-size: 16px;
	margin-bottom: 15px;
}
#brand-wrapper .card-description{
	padding: 10px 0 25px 0;
}
#brand-wrapper .card-title img{
	width: auto;
	max-height: 140px;
	margin: 0 auto;
	
}
#brand-wrapper .card-title {
    height: 65%;
    width: 70%;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    margin: 0 auto;
	
}
#brand-wrapper .card-title h4{
	font-size: 29px !important;
}
.lato{
	font-family: 'Lato', sans-serif;
}
.titillium-web{
	font-family: 'Titillium Web', sans-serif;
}
.calibri{
	font-family: Calibri, sans-serif; 
}
/*PROFILE TEMPLATE  --------------------------------------------------------------------------------------------*/

#required-message{
	font-size: 12px;
	margin: -11px 0 50px 0;
}
#profile-content{
	padding: 68px 79px;
}
#profile-content select {
  // A reset of styles, including removing the default dropdown arrow
  appearance: none;
	 -webkit-appearance: none;
    -moz-appearance: none;
  // Additional resets for further consistency
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  cursor: inherit;
  line-height: inherit;
  display: grid;
  grid-template-areas: "select";
  color: #65737c;
  background-color: #f4f7f9;
}
#profile-content select::-ms-expand {
  display: none;
}

.select {
  width: 100%;
  /*min-width: 15px;
  max-width: 30px;*/
  border: 1px solid #000;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #f4f7f9;
/*  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);*/
  display: flex;
  align-items: center;
  color: #65737c;
}
#profile-content .select {
    border: 1px solid #ccd4d9;
    margin-top: 5px;
	font-size: 16px;
	width: 256px;
    padding: 9px 8px;
}
.select::after {
  content: " ";
  /*width: 10px;
  height: 10px;
	display: block;
  background-color: #000;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);*/

    border: solid #65737c;
    border-width: 0 1px 1px 0;
    margin-left: 10px;
    width: 14px;
    height: 14px;
    margin-bottom: 10px;
    transform: rotate(
45deg
);
    -webkit-transform: rotate(
45deg
);
	 
	
}

#profile-content h2{
	font-size: 20px;
	margin-bottom: 25px;
}
#profile-content input{
	margin: 5px 54px 19px 0;
    outline: none;
    border: 1px solid;
    border-radius: 3px;
    height: 33px;
    padding: 20px 10px;
    color: #65737c;
	font-size: 14px;
} 
#profile-content ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccd4d9;
}
#profile-content :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccd4d9;
   opacity:  1;
}
#profile-content ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccd4d9;
   opacity:  1;
}
#profile-content :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccd4d9;
}
#profile-content ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ccd4d9;
}

#profile-content ::placeholder { /* Most modern browsers support this now. */
   color:    #ccd4d9;
}
#profile-content .card-bttn {
	width: 140px;
	height: 35px;
	line-height: 35px;
}
#profile-wrapper{
	padding-top: 90px;
}
#profile-wrapper #left-col{
	padding: 0;
	
}
#profile-wrapper .profile-image {
    width: 200px;
    height: 200px;
}
#profile-upload{
	font-size: 12px;
	margin:14px 0;
	cursor: pointer;
}
#profile-upload label{
	cursor: pointer;
}
#profile-upload img{
	display: inline;
	
}
#profile-roll h2{
	font-size: 20px;
	margin:30px 0 5px 0;
}
#profile-roll h3{
	font-weight: 400;
	font-size: 16px;
}
#profile-content label {
    font-weight: bold !important;
}
#save-profile{
	margin-top: 30px;
	border: none;
}

/*ANALYTICS TEMPLATE --------------------------------------------------------------------------------------------*/
#analytics-header, .page-header{
	margin:65px 0 30px 0;
}
.stats{
	padding-left:25px;
}
.analytics-numbers .box{
	padding: 36px 10px 33px 10px;
}

.top-assets{
	padding: 30px;
	
}
#analytics-main-wrapper .right .box{
	padding: 35px 20px;
	height: 50%;
}
#analytics-main-wrapper .right h3{
	font-size: 18px;
	text-align: center;
}
.peak-graph-wrapper{
	padding:30px 21px;
}
#top-assets-header{
	border-bottom: 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.asset-row{
	margin-bottom:19px;
}
.asset-icon{
	border-radius: 50%;
	width: 45px;
	height: 45px;
	margin-right:20px;
	
}
.asset-icon h4{
	font-size: 21px;
}
.asset-name{
	font-weight: 700;
	font-size: 16px;
}
.asset-interactions{
	font-size: 12px;
}
.asset-interactions span{
	padding:0 7px;
}

.content-dot{
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin-right: 10px;
}

#content-type-wrapper {
    border-top: 1px solid;
    width: 100%;
    padding: 25px 20px 0 20px;
	margin-top: 25px;
}
.content-number{
	font-weight: 700;
}
.content-row{
	margin-bottom: 10px;
}

.user-picture{
	width: 48px;
	height: 48px;
	min-width: 48px;
	min-height: 48px;
	border-radius: 50%;
	background-size: cover !important;
}
.user-picture p{
	margin: 0 auto;
}
#top-user-wrapper{
	height: 100%;
}
.dropdown-item{
	border-bottom: 1px solid;
	font-size: 14px;
	padding:5px 0 10px 0;
}
.dropdown-item:last-child{
	border: none;
}
#analytics-wrapper .mp-dropdown-menu{
	width:200px;
	
}
#analytics-wrapper .dropdown-content{
	padding: 15px 30px;
}
#analytics-wrapper .profile-image {
    width: 137px;
    height: 137px;
}
#analytics-wrapper select{
max-width: 80%;
    margin-bottom: 10px;
    border: 1px solid #ccd4d9;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    width: 256px;
    padding: 9px 8px;
    background-color: #f4f7f9;
    border-radius: 4px;
    color: #65737c;
}
.user-content{
}
.hide{
	display: none;
}
/*RADIAL GRAPH */


/*WHATS NEW TEMPLATE -----------------------------------------------------------------------------------------*/

.new-card {
	padding:20px;
}
.new-card .card-title h2{
	padding: 0;
	margin: 0 !important;
    text-transform: none !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
.new-card .card-description{
	margin: 0;
	padding: 5px 0;
}
.new-card .card-ctas{
	margin: 0;
}
.new-card .card-right {
    padding-left: 23px;
}

#what-new-wrapper h2 {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/*GUIDED TOUR   -----------------------------------------------------------------------------------------------*/
 
.guided-tour{
	
}
.text-align-center{
	text-align: center;
}
.introjs-skipbutton {
	position: absolute;
    right: 10px;
}
.introjs-tooltip-title{
	width: 100%;
}
.introjs-tooltip-title img{
	margin: 0 auto;
	padding-top: 20px;
}
.introjs-helperLayer{
	box-shadow: rgb(33 33 33 / 80%) 0px 0px 1px 2px, rgb(33 33 33 / 80%) 0px 0px 0px 5000px !important;
}
.introjs-tooltip{
	min-width: 484px !important;
	max-width: 511px !important;
}
.tour-title{
	font-size: 20px;
	 line-height: 27px;
	padding-top: 20px;
}
.introjs-tooltip p, .tour-bullet{
	font-size: 14px;
	line-height: 20px;
}
.tour-point{
	margin: 15px 0;
}
.introjs-button {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: none;
    border: none;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
	font-weight: 700;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    background-color: #0061d5;
    border-radius: .2em;
    zoom: 1;
	width:138px;
	height: 34px;
	text-align: center;
    line-height: 34px;
}

.introjs-button:hover, .introjs-button:focus{
	color: #fff;
	background-color: #0061d5;
	color: #fff;
	    box-shadow: none;
    border: none;
}
.introjs-disabled{
	opacity: .3;
}
.introjs-bullets ul li a.active {
    background: #65737c;
}
.introjs-bullets ul li a {
    background: #ccd4d9;
}
.introjs-bullets ul li a:focus, .introjs-bullets ul li a:hover {
    background: #65737c;
}

.introjs-disabled {
    opacity: .3;
    border: 1px solid #0061d5;
    background-color: white;
    color: #0061d5;
}
.introjs-tooltipbuttons {
    border-top: 1px solid #ccd4d9;
    padding: 25px;
}
.introjs-skipbutton {
    color: #65737c;
}
/*LOGIN TEMPLATE  -----------------------------------------------------------------------------------------------*/
#register-profile.profile-image{
	width: 100px;
	height: 100px;
}

#login-template{
	margin: 0;
	width: 100%;
	height: 100%;
}
#login-wrapper {
    width: 445px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
}
#login-wrapper.register, #login-wrapper.additional-info{
	top: 60px !important;
    transform: translateY(0%) !important;
}
#member-login{
	margin-bottom: 30px;
}
#member-login img{
	display: block;
    margin: 0 auto;
}
#additonal-info label {
    font-weight: bold !important;
	margin-top: 20px;
}
#additonal-info input {
    padding: 20px 10px;
}
#additonal-info select{
    border: 0;
    background-color: transparent;
    color: #65737c;
    font-size: 14px;
}

#additonal-info .select {
    border: 1px solid #ccd4d9;
    margin-top: 5px;
    font-size: 16px;
    width: 285px;
    padding: 9px 8px;
    margin-bottom: 25px;
}
#additonal-info .select::after {
	    margin-left: auto;
	margin-right:10px;
	
	
	
}
#login-wrapper .box{
	padding: 35px 80px 5px 80px;
}
#login-wrapper .um{
	padding: 0 !important;
}
#login-wrapper #profile-pic{
	height: 107px;
	width: 107px;
	border-radius: 50%;
	margin: 0 auto 10px auto;
}
.um-right{
	display: none !important;
}
.um-field-label{
margin: 0 !important;
}
.um-field-label label {
	
	font-weight: bold !important;
}
.um-field-block {
    color: #65737c !important;
}
[data-key="um-profile-image-url"]{
	display: none;
}
[data-key="username"] label{
	display: none;
}
.um-link-alt{
	display: none !important;
	opacity: 0;
}
.um-col-alt {
    margin: -10px 0 5px 0 !important;
}
#password-link{
	font-size: 11px;
	padding-top:3px;
}
#sign-up{
	font-size: 12px;
}
#login-wrapper h1{
	font-size: 22px !important;
	font-weight: 700 !important;
	text-align: center;
	margin-top: 15px;
}
#login-wrapper input{
	background: #f4f7f9 !important;
	color: #65737c !important; 
	border: 1px solid #ccd4d9 !important;
	border-radius: 4px !important;
	font-size: 14px !important; 
	height: 37px !important;
	line-height: 31px !important;
	width: 100%;
}
#login-wrapper [type="submit"]{
	background: #0061d5 !important;
	color: #fff !important;
	width: auto !important;
	padding:0 32px !important;
	height: 34px !important;
	line-height: 34px !important;
	font-size: 14px !important; 
	border: none;
	margin: 0 auto;
}
#login-wrapper #required-message{
	margin: 0;
}
label{
	font-weight: 100 !important; 
	color: #65737c !important; 
	font-size: 16px !important; 
	margin-bottom: 3px !important; 
}
.um-col-alt, .um-col-alt-b{
	display: flex;
	justify-content: center;
}
.um-col-alt-b {
    padding-top: 10px !important;
}
.um{
	opacity: 1 !important;
}
#login-wrapper .um{

}
.label-tip {
    width: 21px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.um-field-area select{
	display: block !important;
}
[for="confirm_user_password-50562"]{
	display: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccd4d9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccd4d9;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccd4d9;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccd4d9;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ccd4d9;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #ccd4d9;
}
.um-password input#um-submit-btn {
    margin-top: 25px;
}
select#um-department {
    border: 1px solid #ccd4d9;
    background-color: #f4f7f9;
    margin-top: 5px;
    font-size: 16px;
    padding: 9px 8px;
    border-radius: 4px;
}

/* SOCIAL STORIES -------------------------------------------------*/

/* CSS Document */

#story-container .drop-list {
	text-decoration: none;
}

#story-container {
	overflow: hidden;
	margin: 0 auto;
	padding:95px 0;
}
#story-container .hide.shared{
	display: none !important;
}
#story-container .bg-blue-dark {
	background: #05338a;
}

#story-container .color-gray {
	color: #65737c;
}
#story-container .color-white{
	color: #fff;
}
#story-container .color-green,
#story-container .complete {
	color: #11ab27;
}

#story-container .color-corporate-blue,
#story-container .in-progress {
	color: #01263f;
}

#story-container .color-royal-blue,
#story-container .new {
	color: #0060d5;
}

#story-container .graphic {
    /* padding-top: 50%; */
    background-size: cover !important;
    height: 100%;
}
#story-container .blue-gradient {
	background: #0060d5;
	background: -moz-linear-gradient(left, #0060d5 10%, #05338a 99%);
	background: -webkit-linear-gradient(left, #0060d5 10%, #05338a 99%);
	background: linear-gradient(to right, #0060d5 10%, #05338a 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060d5', endColorstr='#05338a', GradientType=1);
}

#story-container .divider {
	height: 8px;
	position: relative;
	z-index: 999;
}

#story-container p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

#story-container h4 {
	font-weight: 700;
	margin: 0;
	font-size:18px;
	line-height: 28px;
}

#story-container .shadow {
	-webkit-box-shadow: 0px 6px 6px 0px rgba(204, 212, 217, 0.7);
	-moz-box-shadow: 0px 6px 6px 0px rgba(204, 212, 217, 0.7);
	box-shadow: 0px 6px 6px 0px rgba(204, 212, 217, .7);
}

#story-container .card-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#story-container .social-card {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	position: relative;
	display: flex;
}

#story-container .buffer {
	padding: 10px;
	display: flex;
}

#story-container .story-content {
	padding: 20px;
}

#story-container .story-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0 10px;
	height: 70px;
}
#story-container h1{
	font-weight: 700;
}
#story-container .story-header h1 {
	
	text-transform: uppercase;
}

#story-container .story-title {
	width: 40%;
	height: auto;
	margin: auto 0;
}

#story-container .controls {
	margin: auto 0 auto auto;
	display: flex;
}

#story-container .enroll {
	display: inline-block;
	padding: 0 10px;
}

#story-container .status {
	display: inline-block;
	height: auto;
	margin: auto 0;
}

#story-container .bttn {
	width: auto;
	display: inline;
	display: inline-block;
	padding: 0 20px;
	height: 35px;
	line-height: 33px;
	font-size: 18px;
	vertical-align: top;
	border-radius: 5px;
	cursor: pointer;
	text-indent: 0;
	margin-left: 15px;
}
#story-container #edit-bttn{
	color: #fff;
	border: 1px solid #65737c;
	background: #65737c;
	margin-left: auto;
}
#story-container #edit-bttn:hover{
	border: 1px solid #0060d5;
	background: #0060d5;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 96, 213, 0.7);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 96, 213, 0.7);
	box-shadow: 0px 0px 10px 0px rgba(0, 96, 213, .7);
	-webkit-transition: .25s;
	transition: .25s;
}
#story-container #share-bttn{
	color: #fff;
	border: 1px solid #0060d5;
	background: #0060d5;
	margin-right: 10px;
}
#story-container #share-bttn:hover{
	border: 1px solid #0060d5;
	background: #0060d5;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 96, 213, 0.7);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 96, 213, 0.7);
	box-shadow: 0px 0px 10px 0px rgba(0, 96, 213, .7);
	-webkit-transition: .25s;
	transition: .25s;
}
#story-container .share-now {
	float: right;
	padding-right: 10px;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	display: none;
}

#story-container .story-bttn {
	color: #fff;
	border: 1px solid #65737c;
	background: #65737c;
}

#story-container .story-bttn:hover {
	border: 1px solid #0060d5;
	background: #0060d5;
}

#story-container .story-bttn.active {
	border: 1px solid #0060d5;
	background: #0060d5;
}

#story-container .disable-opt-in .story-bttn {
	cursor: not-allowed;
	opacity: .1;
}

#story-container .disable-opt-in .story-bttn:hover {
	border: 1px solid #65737c;
	background: #65737c;
}
#story-container [title="opt-in to a story"]{
	border: 1px solid #0060d5;
	background: #0060d5;
}
#story-container h1,
#story-container h2 {
	margin: 0;
}

#story-container .tooltip {
	background: #fff;
	color: #65737c;
	padding: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(204, 212, 217, 0.7);
	-moz-box-shadow: 0px 6px 6px 0px rgba(204, 212, 217, 0.7);
	box-shadow: 0px 6px 6px 0px rgba(204, 212, 217, .7);
	margin-right: 5px;
}


/* Create a custom checkbox */

#story-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #11ab27;
	border: 2px solid #11ab27;
	opacity: 0;
	z-index: 999;
}


/* Create the checkmark/indicator (hidden when not checked) */

#story-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Style the checkmark/indicator */

#story-container .checkmark:after {
	left: 7px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
}

#story-container .status span {
	font-weight: 700;
}

#story-container .shared .bg-white {
	opacity: .4
}
#story-container .bg-white{
	background:#fff;
}
#story-container .shared .checkmark {
	opacity: 1;
}

#story-container #share-shell{
	max-width:750px;
	width:100%;
	margin: 0 auto;
	
}
#story-container #share-card{
	width: 40%;
}

#story-container #linkedin-info{
	margin-bottom: 20px;
width: auto;
text-align: right;

height: 40px !important;
padding: 12px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
border-radius: 5px;

}

#story-container .hero{
	width: 100%;
	height: 328px;
	background-size: cover !important;
	filter: blur(15px);
	-webkit-filter: blur(15px);
	/* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	transform: scale(1.5); 
	overflow: hidden;
	margin-top: -65px;
}
#story-container .share-contet{
	position: relative;
	z-index: 999;
}

#story-container .absolute-container {
    max-width: 1300px;
    margin: 0 auto;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    display: flex;
    z-index: 1;
    height: 451px;
    /* object-fit: scale-down; */
    /* transform: scale(1.5); */
}
#story-container .graphic-landing-container {
    width: 50%;
    max-width: 50%;
    /* left: 0; */
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    height: 75%;
}

#story-container .heading-landing-container {
    text-align: center;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
    /* top: 50%; */
    /* position: relative; */
    /* transform: translateY(-50%); */
    /* height: 75%; */
}

#story-container .heading-landing {
    padding: 0 0 0 30px;
    text-shadow: 1px 1px 3px #002640;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

#story-container .container{
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	padding:40px 0;
}

#story-container .heading-landing h1{
	font-size: 35px;
	line-height: 45px;
}

#story-container .heading-landing p{
	font-size:22px;
	line-height: 32px;
}
#story-container .share-captions{
	margin-top: 30px;
}

#story-container .caption{
	width:50%;
	display: flex;
}
#story-container .caption:first-child {
	width:100%;
	font-size: 130%;
	display: block;
	text-align: center;
}

#story-container .caption-box {
	margin: 10px;
	border-radius: 5px;
	border: 1px solid #65737c;
	padding: 20px;
	text-align: center;
	cursor: pointer;
	background:#fff;
}

#story-container .caption-box:hover {
	transform:scale(1.025);
	transition: .3s;
}

#story-container .caption-box a{
	text-decoration: none;
}
#story-container .caption-box.active{
	background:#eff0f4 !important;
	width:100%;
}

#story-container .caption-box.active a{
	color:#0060d5 !important;
	font-weight: 700;
}

#story-container .row{
	display: flex;
	flex-flow:row wrap;
}
#story-container .w-50{
	width: 50%;
	min-width: 50%;
} 
#story-container .share-buttons{
	margin-top:10px;
}
#story-container #linked-in{
	text-align: right;
}
#story-container textarea{
	width: 100%;
	height: 100%;
}

#story-container .instructions{
	margin:auto;
}
#story-container #thank-you{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
}
#story-container .shadowbox{
	background-color: rgba(0,0,0,.8);
}
#story-container .lightbox{
	width: 700px;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	border-radius: 5px;
	padding: 40px;
}
#story-container #lightbox-wrapper{
	position: relative;
}
#story-container #lightbox-close {
	position: absolute;
	right: -16px;
	top: -26px;
	font-size: 30px;
	font-weight: 700;
	cursor: pointer;
}
#story-container .lightbox h3, .lightbox p{
	margin-bottom:10px;
	margin-top: 0;
}

#story-container #thumb-nav {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	height: 71px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: flex;
}
#story-container .wrapper {
	display: flex;
	height: 100%;
	max-width: 71%;
}
#story-container .wrapper {
	width: 86.4%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#story-container #thumb-nav #logo {
	margin: auto 0 auto 0;
	height: 30px;
}
#story-container #tag-line {
	font-weight: 100;
	font-size: 30px;
	display: block;
	margin: auto 0 auto 6px;
	height: 43px;
	line-height: 35px;
}
#story-container #thumb-nav #buttons {
	margin: auto 0 auto auto;
}
#story-container .bttn-white {
	color: #0061d5;
	border: 1px solid #ffff;
	background: #ffff;
}
#story-container .nav-button {
	width: auto;
	display: inline;
	display: inline-block;
	padding: 0 20px;
	height: 35px;
	line-height: 33px;
	font-size: 18px;
	vertical-align: top;
	border-radius: 5px;
	cursor: pointer;
	text-indent: 0;
	margin-left: 15px;
	text-decoration: none;
}
#story-container .bttn-outline {
	color: #ffff;
	border: 1px solid #ffff;
	background: none;
}
#story-container .bttn-white:hover, #story-container .bttn-outline:hover {
	color: #0061d5;
	border: 1px solid #ffff;
	background: #ffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, .7);
	-webkit-transition: .25s;
	transition: .25s;
}

/* RFP CONTENT -------------------------------------------------*/
#rfp-container .hide{
	display: none !important;
}
#rfp-container .ui-widget-content p, #rfp-container p{
	color:#65737c;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
#rfp-container #question-container {
	width: 75%;
	margin: 0 auto;
	padding:0;
}

#rfp-container #search-container{
	width: 75%;
	margin: 160px auto 100px auto;
	padding:0;
	position: relative;
	width: 350px;
}

#rfp-container button{
	background: none;
	border:none;
	color: #65737c;
}
#rfp-container .highlight{
	background: yellow;
}
#rfp-container .center-v {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#rfp-container .absolute {
	position: absolute;
}
#rfp-container .fa-search {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -0.125em;
	font-size: 21px;
}
#rfp-container .header-search-input {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
#rfp-container .ph4 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
#rfp-container [type="search"] {
	
	border: 3px solid;
	width: 100%;
	height: 70px;
	font-size:20px;
	border-color: #ccd4d9;
}
#rfp-container .br-pill {
	border-radius: 9999px;
}
#rfp-container .br-pill {
	border-radius: 9999px;
}
#rfp-container .relative {
	position: relative;
}
#rfp-container .right-1 {
	right: 1rem;
}
#rfp-container .ui-state-default, #rfp-container .ui-widget-content .ui-state-default, #rfp-container .ui-widget-header .ui-state-default, #rfp-container .ui-button, html #rfp-container .ui-button.ui-state-disabled:hover, html #rfp-container .ui-button.ui-state-disabled:active, #rfp-container h3 {
	border: 1px solid #ccd4d9;
	background: #f4f7f9;
	font-weight: bold;
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
	color: #002640;
}
#rfp-container .ui-state-active, .ui-widget-content .ui-state-active, #rfp-container .ui-widget-header .ui-state-active, #rfp-container a.ui-button:active, #rfp-container .ui-button:active, #rfp-container .ui-button.ui-state-active:hover {
	border: 1px solid #ccd4d9;
	background: #0061d5 !important;
	font-weight: normal;
	color: #fff;
}
#rfp-container i.fa-angle-down {
	position:absolute;
    right: 20px;
    top:14px;
    -webkit-transition:all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;}

#rfp-container .ui-state-active i {
    color: #edf7ff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#rfp-container .ui-accordion-header-icon{
	display: none;
}
#rfp-container .ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em 2em .5em .7em;
	font-size: 100%;
}

/* Project Stories -------------------------------------------------*/
.project-card.card-description p{
	margin-bottom: 15px;
}