/*
Theme Name: Solutions 2016
Theme URI: http://solutions.heritage.org/
Description: The Heritage Foundation
Version: 1.2
Author: Caucus Digital
Author URI: http://www.caucusdigital.com/
*/

/*
General
======================================
*/

@import "//cloud.typography.com/673158/7966952/css/fonts.css";

html, body {
	max-width: 3800px; /*1920*/
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	color: #222;
}
body {
	 font-size: 100%;
	line-height:1.3;
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	font-style: normal;
	font-weight: 400;
	 /* font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif; */
}

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 1px solid #0092d0;
    margin: 1em 0;
    padding: 0;
}

/*
Global Styles
======================================
*/

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
Layout
======================================
*/

.wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-width: 320px;
	padding: 0 0 10px 0;
	overflow: hidden;
}
.page-width {
	width: 89%;
	margin: 35px auto;
}
.clrfx {
	clear: both;
}

/*
Logo + Banner
======================================
*/

.Solutions-2016 {
	min-height: 65px;
	width: 105px;
	border-radius: 3%;
	background: #65778A;
	margin: 15px auto 25px;
	text-align: center;
	line-height: 60px;
}
.Solutions-2016 img { width: 100%; }

.the-banner { margin: 0 0 0 0; }
.the-banner img { width: 100%; }

.Solutions-2016-maintopic img { width: 100%; }
/*
Text, Images and Links
======================================
*/

ul, li {
	margin: 0px 0px 4px 0px;
	padding: 0 19px;
	line-height: 1.45;
}

a {
	text-decoration: none;
	transition: 0.2s ease;/*color: #4B5;*/
}
a:link, a:visited {
	color: #0092d0;
}
a:hover, a:active {
	color: #16a085;
}
img {
	display: block;
	margin: 0 auto;
	padding: 0;
}

/* sub-topic */

span a {
	color: #333;
	text-decoration: none;
	font-size: 90%;
	margin: 0 0 8px; padding: 6px; /* centers */
}
span a:link, a:visited {
	color: #062A49;
}
span a:hover, a:active {
	color: #2B4A65;
}
h1,h2,h3,h4,h5,h6 {
 line-height: 1.45;
 color: #062844;
}
p {
 line-height: 1.45;
}
h2 {
 line-height: 1.45;
 color: #062844;
 font-family: "Chronicle Display A", "Chronicle Display B";
 font-style: normal;
 font-weight: 400;
}

.size-large {
	max-width: 100%;
	height: auto;
	border-radius: 2px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/*
Menu Icon
======================================
*/


.menu-link {
	position: fixed; /*absolute;*/
	font-size: 1.5em;padding: .1em .2em; /* .2em .4em; */
	z-index: 2500;
}
.menu-link:link, .menu-link:visited {
	color: #fff;
	/*background: rgba(0, 0, 0, .4);*/
  border-radius: 4px;
	
}
.menu-link:hover, .menu-link:active {
	color: #25B89A;/*  background: rgba(0, 0, 0, .6);*/
}
.con,  .special-con {
	cursor: pointer;
	display: inline-block;
}
.bar {
	display: block;
	height: 5px;
	width: 40px;
	background: #B9C8D8; /* #65778A;  #6FFFE9;*/
	margin: 10px auto;
}
.con {
	width: auto;
	margin: 20px;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.col {
	display: inline-block;
	width: 24%;
	text-align: center;
	height: auto;
	position: relative;
}
.middle {
	margin: 0 auto;
}
.bar {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

/*
Navigation Panel
======================================
*/


* {
  box-sizing: content-box;          
}

#menu-btn{
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #333;
}

#menu-btn:hover{
	background-color: #333;
}

#menu-btn .icon-bar{
	background-color: #fff;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
#menu-btn .icon-bar:not(:first-child){
	margin-top: 4px;
}

#menu-bar{
	background-color: #BDBDBD;
	color: #fff;
	z-index: 1002;
}
.left-shadow-overlay{
	box-shadow: 10px 0 15px 10px #585858;
}
#menu-bar h3{
	background-color: #2E2E2E;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
}
#menu-bar a{
	border-bottom: 1px solid #D8D8D8;
	padding: 1em;
	display: block;
	color: #424242;
	font-size: 1.4em;
	font-weight: 300;
	text-decoration: none;
}
#menu-bar a:hover{
	background-color: #D8D8D8;
}
#menu-bar .handle{
	background-color: #2E2E2E;
  left: -40px;
  padding: 10px 8px;
  position: absolute;
  top: 0px;
  width: 20px;
  cursor: pointer;
  /*margin-top: -20px;*/
	/*-moz-transition: 200ms ease all;
	-webkit-transition: 200ms ease all;
  -o-transition: 200ms ease all;
  transition: 200ms ease all;*/
}
#menu-bar .handle:hover{
  /*left: -46px;
  width: 30px;*/
}

.side-panel{
	background-color: #65778A;
	padding: 10px 0;
}

.side-panel-left{
	box-shadow: -5px 0 15px -6px #585858 inset;
}
.side-panel-left-overlay{
	box-shadow: -10px 0 15px 10px #585858;
}
.side-panel-right{
	box-shadow: 5px 0 15px -6px #585858 inset;
}


.nav-icon {
	margin-right: 6px;
}

.menu {
	color: white;
	
}
.menu a {
	color: #fff;
}
.menu a:hover {
	text-decoration: none;
}
.menu-header {
	border-bottom: 1px solid #2a2d2f;
	padding: 20px;
	background-size: 32px;
}
.menu-header-title {
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0;
	color: red;
}
.menu-section {
	margin: 25px 0;
}
.menu-section-title {
	text-transform: uppercase;
	color: #85888d;
	font-weight: 200;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0 20px;
	margin:0;
}
.menu-section-list {
	padding:0;
	margin: 10px 0;
	list-style:none;
}
.menu-section-list a {
	display: block;
	padding: 10px 20px;
}



/*
Accordion
======================================
*/

#accordion {
	list-style: none;
	padding:0;
}
#accordion div {
	display: block;
	margin: 0;
	cursor: pointer;
	padding: 5px 5px 5px 21px;
	list-style: circle;
}
#accordion ul {
	list-style: none;
	padding: 0 0 0 0;
}
#accordion ul {
	display: none;
	padding: 7px 0;
}
#accordion ul li {
	/*font-family: helvetica;*/
	font-size: 90%;
	cursor: auto;
	padding: 0 0 5px 25px; 
}

#accordion a {
    text-decoration: none;
}

#accordion a {
	text-decoration: none;
}
#accordion a:hover {
	text-decoration: none;
}


/*
Footer
======================================
*/

footer {
	border-top: thin dotted #EDF3FB;
	
	height: 0px;
	font-size: 13px;
	/*background: #61656A;*/
}

/*
Helpers
======================================
*/

.hide {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


.wrap {
	position: relative;
}


/*
Navigation
======================================
*/

.conservative:hover {
	background: #00b6e6;
}
.economy:hover {
	background: #55bd8c;
}
.money:hover {
	background: #ddb55a;
}
.regulatory:hover {
	background: #f16549;
}
.culture:hover {
	background: #8fa4ba;
}
.entitlements:hover {
	background: #a3b37b;
}
.constitutionalism:hover {
	background: #007cad;
}
.defense:hover {
	background: #f5821f;
}
.geopolitics:hover {
	background: #686489;
}
.foreign-affairs:hover {
	background: #cbc31b;
}
.see-all-issues:hover {
	background: #004b8d;
}


#accordion ul li {
	
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
	}
#accordion ul.ec li:hover {
        background: #55bd8c;
    }
#accordion ul.mo li:hover {
        background: #ddb55a;
    }
#accordion ul.re li:hover {
        background: #f16549;
    }
#accordion ul.cu li:hover {
        background: #8fa4ba;
    }
#accordion ul.en li:hover {
        background: #a3b37b;
    }
#accordion ul.ct li:hover {
        background: #007cad;
    }
#accordion ul.de li:hover {
        background: #f5821f;
    }
#accordion ul.ge li:hover {
        background: #686489;
    }
#accordion ul.fo li:hover {
        background: #cbc31b;
    }


/*
Page Items
======================================
*/

.intro {
	padding: 18px;
	min-height: 73px;
	background: #C0E7F6;
	color: #232944;
	border-radius: 4px;
	margin: 0 1.1416666666666667% 15px;
}
.intro-title {
	
	color: #163f76;
	display: block;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0;
}
.left-content {
	min-height: 192px; /*background:#fafafa;*/
	width:76%;
	border-right: thin solid #EDF3FB;
	padding-right: 3%;
	float: left;
}
.lead-topic {
	min-height: 102px;
}
.lead-topic img {
	width: 100%;
}
.supporting-topic {
	width: 30.9%;
	float: left;
	min-height: 72px;
	padding-bottom: 2px;
}
.supporting-topic img {
	width: 100%;
}
.lead-topic, .supporting-topic {
	/* background: #313944; */
	margin: 1.1416666666666667%;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}


/* single-page-items */
#main {
	margin-top: 0;
}

.main-content {
	/*min-height: 1192px; background:#eaeaea;*/
	width:80%;
	margin: 45px auto;
}

.subtopic-title h2 {
	color: #062844; 
	margin: 0;
}

.subtopic-box {
	padding: 2px 5px;
	border: thin solid #EDF3FB;
	border-radius: 2px;
	width: 100%;
	margin: 5px auto 7px;
}
.subtopic-box b {
    font-size: 90%;
    margin-right: 100%;
    color: #5682A7;
}
.subtopic-box li {
    /* list-style: none; */
    color: #333;
	text-decoration: none;
	font-size: 90%;
    display: inline-block;
    background: #b9c8d8;
    border-radius: 5px;
    margin-bottom: 6px;
}
.subtopic-box a {
    /* list-style: none; */
    color: #333;
	text-decoration: none;
	font-size: 100%;
}

.subtopic-section-title h3 {
	line-height: 1; 
	font-weight: 300; 
	text-transform: uppercase;
}

.twitter-box {
float: right; 
border-radius: 5px; 
margin: 15px 0 10px; 
padding: 5px 13px; 
background: #00ACEE; 
text-decoration: none; 
font-size: 70%; 
text-transform: uppercase; 
font-family: arial;
}
.twitter-box a {
	color: #fff; 
}

.share-on {
	background: #4099ff;
	color: #fff;
	font-size: 80%;
	/*width: 125px;*/
    display: inline-block;
	text-align: center;
	padding: 1px 12px;
	border-radius: 3px;
	margin: 0 0 16px 5px;
}

/* right-content */
.right-content {
	min-height: 192px;
	/*background:#fafafa;*/
	width:18%;
	float: left;
	margin-left: 2%;
}
.the-catalog {
	width: 100%;
}
img.the-catalog {
	border-radius: 4px;
}

ul.all-issues { 
	list-style:  none; 
	margin:0; 
	padding: 0; 
	} 
ul.all-issues a { 
	color: #062A49;  
	} 
ul.all-issues a:visited { 
	color: #062A49;  
	} 
ul.all-issue li { 
	background: teal; 
	} 
ul.all-issues > .page_item {
    margin-bottom: 5px;
}

ul.all-issues > .page_item > a {
    font-size: 21px;
    display: inline-block;
    min-width: 300px;
    text-align: left;
    padding: 15px 5px;
    vertical-align: top;
    text-transform: uppercase;
}
ul.all-issues > .page_item >.children {
    list-style: none;
    display: inline-block;
    padding-top: 2%;
}
ul.all-issues > .page_item:nth-child(1) { 
border-bottom: 2px solid #00b6e6; 
} 
ul.all-issues > .page_item:nth-child(2) { 
border-bottom: 2px solid #55bd8c; 
} 
ul.all-issues > .page_item:nth-child(3) { 
border-bottom: 2px solid #ddb55a; 
} 
ul.all-issues > .page_item:nth-child(4) { 
border-bottom: 2px solid #f16549; 
} 
ul.all-issues > .page_item:nth-child(5) { 
border-bottom: 2px solid #8fa4ba; 
} 
ul.all-issues > .page_item:nth-child(6) { 
border-bottom: 2px solid #a3b37b; 
} 
ul.all-issues > .page_item:nth-child(7) { 
border-bottom: 2px solid #007cad; 
} 
ul.all-issues > .page_item:nth-child(8) { 
border-bottom: 2px solid #f5821f; 
} 
ul.all-issues > .page_item:nth-child(9) { 
border-bottom: 2px solid #686489; 
} 
ul.all-issues > .page_item:nth-child(10) { 
border-bottom: 2px solid #cbc31b; 
}

/*
Page Border by Topic
======================================
*/

body.page-id-11 {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #00b6e6 0%, #00b6e6 15%, #062844 15%, #062844 100%) 1;
	border-left: 0;
	border-bottom: 0;
}
body.parent-pageid-192 {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #55bd8c 0%, #55bd8c 15%, #062844 15%, #062844 100%) 1;
	border-left: 0;
	border-bottom: 0;
}
body.parent-pageid-17 {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #ddb55a 0%, #ddb55a 15%, #062844 15%, #062844 100%) 1;
	border-left: 0;
	border-bottom: 0;
}
body.parent-pageid-20 {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #f16549 0%, #f16549 15%, #062844 15%, #062844 100%) 1;
	border-left: 0;
	border-bottom: 0;
}
body.parent-pageid-22 {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #8fa4b6 0%, #8fa4b6 15%, #062844 15%, #062844 100%) 1;
	border-left: 0;
	border-bottom: 0;
}
body.parent-pageid-24 {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #a3b37b 0%, #a3b37b 15%, #062844 15%, #062844 100%) 1;
	border-left: 0;
	border-bottom: 0;
}
body.parent-pageid-194 {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #007cad 0%, #007cad 15%, #062844 15%, #062844 100%) 1;
	border-left: 0;
	border-bottom: 0;
}
body.parent-pageid-28 {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #f5821f 0%, #f5821f 15%, #062844 15%, #062844 100%) 1;
	border-left: 0;
	border-bottom: 0;
}
body.parent-pageid-30 {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #686489 0%, #686489 15%, #062844 15%, #062844 100%) 1;
	border-left: 0;
	border-bottom: 0;
}
body.parent-pageid-32 {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #cbc31b 0%, #cbc31b 15%, #062844 15%, #062844 100%) 1;
	border-left: 0;
	border-bottom: 0;
}
body.parent-pageid-17 {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #ddb55a 0%, #ddb55a 15%, #062844 15%, #062844 100%) 1;
	border-left: 0;
	border-bottom: 0;
}
.gm {display: block;}
.gn { display: none; }

.footer-text {
	text-align: center;  
}

.footer-text p {
	padding: 4px; 
	text-align: center; 
	font-size: 70%; 
	letter-spacing: 1px;
}
.footer-text img {
	padding: 23px; 
	text-align: center; 
	font-size: 70%; 
	letter-spacing: 1px;
}

.see-all-issues-button {
	font-size: 13px;  
	font-weight: normal; 
	background: #b9c8d8;  
	padding: 1.5%; 
	border-radius: 5px; 
	color: #fff;
}

/*
Link Background by Topic
======================================
*/
.the-economy-subtopic {    
	display: block; 
	cursor: pointer;
	background: #55bd8c;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.the-economy-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #67c498; 
} 
.the-economy-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .the-economy-subtopic { 
	color: #fff;
}

.money-the-market-subtopic {    
	display: block; 
	cursor: pointer;
	background: #ddb55a;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.money-the-market-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #e1be6f; 
} 
.money-the-market-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .money-the-market-subtopic { 
	color: #fff;
}

.regulatory-overreach-subtopic {    
	display: block; 
	cursor: pointer;
	background: #f16549;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.regulatory-overreach-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #f37961; 
} 
.regulatory-overreach-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .regulatory-overreach-subtopic { 
	color: #fff;
}

.culture-society-subtopic {    
	display: block; 
	cursor: pointer;
	background: #8fa4ba;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.culture-society-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #9fb1c4; 
} 
.culture-society-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .culture-society-subtopic { 
	color: #fff;
}

.entitlements-subtopic {    
	display: block; 
	cursor: pointer;
	background: #a3b37b;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.entitlements-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #aebc8b; 
} 
.entitlements-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .entitlements-subtopic { 
	color: #fff;
}
.constitutionalism-subtopic {    
	display: block; 
	cursor: pointer;
	background: #008ec7;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.constitutionalism-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #00a0e1; 
} 
.constitutionalism-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .constitutionalism-subtopic { 
	color: #fff;
}
.defense-subtopic {    
	display: block; 
	cursor: pointer;
	background: #f5821f;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.defense-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #f69037; 
} 
.defense-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .defense-subtopic { 
	color: #fff;
}

.geopolitics-flash-points-subtopic {    
	display: block; 
	cursor: pointer;
	background: #686489;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.geopolitics-flash-points-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #747097; 
} 
.geopolitics-flash-points-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}

a .geopolitics-flash-points-subtopic { 
	color: #fff;
}

.foreign-affairs-subtopic {    
	display: block;
	background: #CBC31B;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%;
	cursor: pointer; 
} 
.foreign-affairs-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #e1d81e; 
} 
.foreign-affairs-subtopic a {
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .foreign-affairs-subtopic { 
	color: #fff;
}


/*
The Stop
======================================
*/


@media screen and (max-width: 800px) {

.the-banner { margin-bottom: 20px; }

.menu-link {
	padding: .5em .9em; /* .2em .4em; */
}

.con {
	margin: 0px;
}
.bar {
	display: block;
	height: 5px;
	width: 33px;
	
	margin: 3px auto;
}
.page-width {
	width: 100%;
	margin: 1px auto 2px;
}
.exp {
	margin: 25px 0;
}
.left-content, .right-content {
	width:97%;
	border-right: none;
	padding-right: 0;
	margin: 0 auto 45px;
	float: none;
}
.right-content {
	text-align: center;
}
.supporting-topic {
	width: 47.5%;
	background: #EDF3FB;
}
.lead-topic, .supporting-topic:nth-child(11) {
	width:97.43%;
}
.subtopic-box {
	padding: 2px 3px;
	/*margin: 85px auto 38px;*/
}

.the-catalog {
	max-width: 225px;
	margin: 0 auto;
}
.footer {
	padding: 30px 15px;
}
.gm { display: none; }
.gn { display: block; }

}