.attachment{
	display:none;
}

.toolkit-page{
	padding-left:30px;
	padding-right:30px;
	overflow-x:auto;
}
.flip-card-container {
  width: 300px;
  height: 200px;
  perspective: 1000px;
}
.flip-card-container-md {
  width: 300px;
  height: 240px;
  perspective: 1000px;
}
.flip-card-container-lg {
  width: 300px;
  height: 280px;
  perspective: 1000px;
}
.flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1.5s;
  transform-style: preserve-3d;
}
.flip-card-container:hover .flip-card {
  transform: rotateY(180deg);
}
.flip-card-container-md:hover .flip-card {
  transform: rotateY(180deg);
}
.flip-card-container-lg:hover .flip-card {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
  justify-content: center;
  align-items: center;
	border-radius: 10px;
	border-color: #494a4b;
	border-width: 2px;
	border-style: solid;
}
.flip-card-front {
  background-color: #fff;
  color: #fff;
	display: flex;
	font-size:18px;
}
.flip-card-back {
  background-color: #fff;
  color: #494a4b;
  transform: rotateY(180deg);
}

.flip-card-front img {
  width: 100%;
  height: 100%;
}
.flip-card-back p {
  text-align: center;
  margin: 1rem;
  font-size: 1.4rem;
  line-height: 1.5rem;
}
.flip-card-back p span {
  display: block;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  margin-top: 1.25rem;
}
.toolkit-card-sec2{
	padding-top:15px; 
  padding-left:20px; 
  padding-right:20px; 
  padding-bottom:5px;	
}
.toolkit-card-sec3{
	font-size:10px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-bottom:10px; 
	line-height:16px;
}
.toolkit-card-sec4{
	font-size:10px; 
	margin-top: 12px;
	padding:10px;
	line-height:16px;
	text-transform: uppercase;
	border: solid 1px;
	width:240px;	
	text-align: center;
	vertical-align: middle;	
}
.toolkit-card-sec5{
	font-size:11px; 
	padding: 10px; 
	line-height:16px;
}
.toolkit-card-sec6{
	font-size:11px; 
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.toolkit-tall-card {
  display: block;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  margin-top: 1.25rem;
}
.row-spacer {
	display: table-row;
	height: 30px;
}
.next-category {
	font-size:18px;
	color: #494a4b;
	padding-top: 60px;
	padding-bottom: 40px;
}
.toolkit-sticker {
  padding-left:25px; 
	padding-right:25px; 
	padding-bottom:45px; 
	font-size:18px; 
	line-height:24px;
}
.toolkit-dropdown {
	position: relative;
	display: inline-block;
}
.toolkit-dropbtn {
  background-color: #1e3e73;
  color: white;
  padding: 16px;
  font-size: 24px;
	line-height: 28px;
	min-width: 340px;
  border: none;
  cursor: pointer;
}
.toolkit-dropdown-sm {
	position: relative;
	display: inline-block;
}
.toolkit-dropbtn-sm {
  background-color: #fff;
  color: black;
  padding-left: 24px;
	padding-top: 8px;
  font-size: 14px;
	line-height: 18px;
  border: none;
  cursor: pointer;
}
.toolkit-dropdown-content-sm {
  display: none;
  position: absolute;
  background-color: #f3f3f3;
  min-width: 340px;
	line-height: 14px;
	font-size:18px;
  z-index: 1;
}
.toolkit-dropdown-content-sm a {
  color: black;
	font-size: 14px;
  padding: 28px;
  text-decoration: none;
  display: block;
}
.toolkit-dropdown-content-sm a:hover {
	background-color: #2a344c;
	color: #fff;
}
.toolkit-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f3f3f3;
  min-width: 340px;
	line-height: 28px;
	font-size:24px;
  z-index: 1;
}
.toolkit-dropdown-content a {
  color: black;
	font-size: 18px;
  padding: 24px;
  text-decoration: none;
  display: block;
}
.toolkit-header {
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	padding-top:18px;
	padding-bottom:18px;
}
.toolkit-dropdown-content a:hover {
	background-color: #2a344c;
	color: #fff;
}
.social-change {
	background-color: #1e3e73;
	color: #fff;
	padding: 20px;
	font-size:18px; 
	line-height:24px;
}
.sc-wrapper {
	padding-top:12px;
	padding-bottom:24px;
}
.show {
	display:block;
}
.roadmap-header {
	padding: 42px;
	background-color:#f6f6f6; 
	display:table;
	color:#000;
	margin-top: -12px;
	width: 100%;
	
}
.roadmap-subheader {
	padding-left: 42px;
	padding-right: 42px;
	padding-bottom: 42px;
	background-color:#f6f6f6; 
	display:table;
	color: #000;
	width: 100%;
	font-size:24px;
	margin-top: -12px;
	
}
.roadmap-header-2 {
	padding: 42px;
	background-color:#f6f6f6; 
	display:table;
	color:#000;
	width: 100%;
	
}
.roadmap-header-titles {
	display: table-row;
	color:#000;	
}
.roadmap-header-left {
	display: table-cell;
	width: 90px;
	padding-right: 16px;
}
.roadmap-header-title-right {
	display: table-cell;
	color:#000;
	font-weight:600;
	text-align: top;
}
.roadmap-header-title-subright {
	display: table-cell;
	color:#000;
	font-weight:400;
	font-size:24px;
	text-align: top;
}
.roadmap-header-title-bright {
	display: table-cell;
	color:#000;
	font-weight:400;
	text-align: top;
}
.primary-roadmap {
	display:table ;
}
.primary-roadmap-row {
	display:table-row;
}
.roadmap-left {
	width:500px;
	display:table-cell;
	vertical-align:top;
}
.roadmap-right {
	padding-left:24px;
	display:table-cell;
	vertical-align:top;
}
.roadmap-tags {
	background-color:#f6f6f6; 
	width:640px;
	padding: 36px;
	font-size: 18px;
	line-height: 28px;
	color: #000;
}
.roadmap-resources {
	background-color: #000;
	width:640px;
	padding: 36px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.roadmap-resources-au {
	background-color: #A46F29;
	width:640px;
	padding: 36px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.roadmap-resources-se {
	background-color: #16498E;
	width:640px;
	padding: 36px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}	

.roadmap-resources-ge {
	background-color: #F08C1D;
	width:640px;
	padding: 36px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}


.roadmap-resources-ia {
	background-color: #4DAC9A;
	width:640px;
	padding: 36px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}


.roadmap-resources-ty {
	background-color: #6A427C;
	width:640px;
	padding: 36px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.roadmap-download-container {
	padding-top: 36px;
	width:640px;	
}
.roadmap-download {
	font-size: 24px;
	background-color: #1f478c;
	width:280px;
	padding: 24px;
	border-radius: 8px;
	float: right;
}
.toolkit-footer-menu {
	font-size: 14px;
	color: #000;
	padding-top: 18px;
	padding-bottom: 48px;
	
}
div .wp-caption {
	border-style: none !important;
	padding-right: 25px !important;
	padding-bottom: 25px !important;
}

.post-4691 .article-media {
display: none !important;
}
.post-4713 .article-media {
display: none !important;
}
.post-4718 .article-media {
display: none !important;
}
.post-4722 .article-media {
display: none !important;
}
.post-4727 .article-media {
display: none !important;
}
.post-4730 .article-media {
display: none !important;
}
.post-4732 .article-media {
display: none !important;
}
.post-4734 .article-media {
display: none !important;
}
.post-4737 .article-media {
display: none !important;
}
.post-4740 .article-media {
display: none !important;
}
.post-4744 .article-media {
display: none !important;
}
.post-4746 .article-media {
display: none !important;
}
.post-4749 .article-media {
display: none !important;
}
.post-4798 .article-media {
display: none !important;
}
.post-4810 .article-media {
display: none !important;
}

.sidebar.sidebar-main.col-sm-3.sidebar-right {
	display:none !important;
}

.template-page.col-sm-9.tpl-right.posts-listing.small-listing.with-meta {
	border: none !important;
	width: 90%;
}

.muted.pull-right {
	color: #1e3e73 !important;
	font-weight: 800;
	font-size: 14px;
}

.item-likes {
	display: none;
}

.post-meta {
	display:none !important;
	height: 12px;
}

.post-title.entry-title {
	margin-bottom: 12px !important;
}

.strong-link {
	color: #000080;
	font-weight: 600;
	font-size: 16px;
	padding-top: 14px;
	text-transform: uppercase;
}

.advisory-board-bg {
	background-image: url(/wp-content/uploads/mountain-path_advisoryBoards.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	padding:24px;
	text-align: center;
}

.advisory-dropbtn {
  background-color: #1e3e73;
  color: white;
  padding: 16px;
  font-size: 24px;
	line-height: 28px;
	min-width: 320px;
  border: none;
  cursor: pointer;
}

.template-page {
	border-right-style: none !important;
}

.advisory-section-header {
	width: 100%;
	background-color: #D4D9E2;
	padding: 24px;
	color: #283F6D;
	font-size: 28px;
  font-weight: 600;
}

.advisory-event {
	padding: 24px;
	color: #283F6D;
}

.advisory-event-info {
	padding: 18px;
	font-size: 18px;
	color: #283F6D;
	line-height: 28px;
}

.advisory-button {
	padding-top: 14px;	
	padding-bottom: 14px;	
	background-color: #283F6D;
	text-transform: uppercase;
	font-size: 18px;
	width: 240px;
	text-align: center;
}

.advisory-button a {
	color: #fff;
	text-decoration: none;
}

.advisory-button a:visited {
	color: #fff;
	text-decoration: none;
}

.advisory-button a:hover {
	color: #fff;
	text-decoration: none;
}

.advisory-resources {
	padding-left: 24px;
	padding-right: 24px;
	color: #283F6D;
	font-size: 16px;
  font-weight: 600;
}

.advisory-resources a:link, a:visited {
	color: #283F6D;
	font-size: 16px;
  font-weight: 600;
	text-decoration: none;
}

.x-column.vc {
    min-height: 1px;
} 

