/*
Theme Name: Solutions 2018
Theme URI: http://solutions.heritage.org/
Description: The Heritage Foundation
Version: 1.2
Author: Maria Sousa

*/

/*
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: 156px;
	width: 260px;
	border-radius: 3%;
	background-color: transparent;
	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: #222944;
	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
======================================
*/

.conservatism:hover {
	background: #0093D0;
}
.ensuring-opportunity-for-all:hover {
	background: #FDB71A;
}
.promoting-economic-growth:hover {
	background: #7B9928;
}
.unleashing-americas-resources:hover {
	background: #F15A31;
}
.defending-faith-and-family:hover {
	background: #7094AA;
}
.protecting-the-rule-of-law:hover {
	background: #B1C529;
}
.providing-for-a-strong-defense:hover {
	background: #A0252B;
}
.restoring-american-leadership:hover {
	background: #004B8D;
}

.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.en li:hover {
        background: #FDB71A;
    }
#accordion ul.pr li:hover {
        background: #7B9928;
    }
#accordion ul.un li:hover {
        background: #F15A31;
    }
#accordion ul.de li:hover {
        background: #7094AA;
    }
#accordion ul.pr li:hover {
        background: #B1C529;
    }
#accordion ul.re li:hover {
        background: #004B8D;
    }
#accordion ul.pr li:hover {
        background: #A0252B;
    }
#accordion ul. li:hover {
        background: #686489;
    }
#accordion ul.fo li:hover {
        background: #cbc31b;
    }


/*
Page Items
======================================
*/

.intro {
	padding: 15px;
	min-height: 73px;
	background: #C0E7F6;
	color: #232944;
	border-radius: 6px;
	margin: 0 1.1416666666666667% 15px;
}
.intro-title {
	
	color: #163f76;
	display: block;
	font-weight: normal;
	padding-bottom: 3px;
	margin: 0;
}
.left-content {
	min-height: 280px; /*background:#fafafa;*/
	width:95%;
	padding-right: 1%;
	float: left;

}
.supporting-topic {
	width: 23%;
	float: left;
	min-height: 150px;
	padding-bottom: 1px;
}
.supporting-topic img {
	width: 100%;
}
.lead-topic, .supporting-topic {
	/* background: #313944; */
	margin: 1%;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}


/* single-page-items */
#main {
	margin-top: 0;
}

.main-content {
	/*min-height: 1192px; background:#eaeaea;*/
	width:98%;
	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:0%;
	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: 600px;
    text-align: left;
    padding: 25px 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 #0093D0; 
} 
ul.all-issues > .page_item:nth-child(2) { 
border-bottom: 2px solid #FDB71A; 
} 
ul.all-issues > .page_item:nth-child(3) { 
border-bottom: 2px solid #7B9928; 
} 
ul.all-issues > .page_item:nth-child(4) { 
border-bottom: 2px solid #F15A31; 
} 
ul.all-issues > .page_item:nth-child(5) { 
border-bottom: 2px solid #7094AA; 
} 
ul.all-issues > .page_item:nth-child(6) { 
border-bottom: 2px solid #B1C529; 
} 
ul.all-issues > .page_item:nth-child(7) { 
border-bottom: 2px solid #A0252B; 
} 
ul.all-issues > .page_item:nth-child(8) { 
border-bottom: 2px solid #004B8D; 

}

/*
Page Border by Topic
======================================
*/

body.page-id-11 {
	border-top: 4px solid;
	border-image: linear-gradient(to right, #0093D0 0%, #0093D0 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, #FDB71A 0%, #FDB71A 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, #7B9928 0%, #7B9928 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, #F15A31 0%, #F15A31 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, #7094AA 0%, #7094AA 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, #B1C529 0%, #B1C529 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, #004B8D 0%, #004B8D 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, #A0252B 0%, #A0252B 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, #7B9928 0%, #7B9928 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
======================================
*/
.ensuring-opportunity-for-all-subtopic {    
	display: block; 
	cursor: pointer;
	background: #FDB71A;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.ensuring-opportunity-for-all-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #e29d02; 
} 
.ensuring-opportunity-for-all-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .ensuring-opportunity-for-all-subtopic { 
	color: #fff;
}

.promoting-economic-growth-subtopic {    
	display: block; 
	cursor: pointer;
	background: #7B9928;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.promoting-economic-growth-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #5b711d; 
} 
.promoting-economic-growth-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .promoting-economic-growth-subtopic { 
	color: #fff;
}

.unleashing-americas-resources-subtopic {    
	display: block; 
	cursor: pointer;
	background: #F15A31;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.unleashing-americas-resources-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #e03c0f; 
} 
.unleashing-americas-resources-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .unleashing-americas-resources-subtopic { 
	color: #fff;
}

.defending-faith-and-family-subtopic {    
	display: block; 
	cursor: pointer;
	background: #7094AA;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.defending-faith-and-family-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #567b91; 
} 
.defending-faith-and-family-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .defending-faith-and-family-subtopic { 
	color: #fff;
}

.protecting-the-rule-of-law-subtopic {    
	display: block; 
	cursor: pointer;
	background: #B1C529;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.protecting-the-rule-of-law-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #8b9b20; 
} 
.protecting-rule-of-law-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .protecting-the-rule-of-law-subtopic { 
	color: #fff;
}
.restoring-american-leadership-subtopic {    
	display: block; 
	cursor: pointer;
	background: #004B8D;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.restoring-american-leadership-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #00305a; 
} 
.restoring-american-leadership-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .restoring-american-leadership-subtopic { 
	color: #fff;
}
.providing-for-a-strong-defense-subtopic {    
	display: block; 
	cursor: pointer;
	background: #A0252B;    
	transition: background 0.5s ease;    
	margin: 0 auto 6px;    
	border-radius: 5px;    
	text-align: center;    
	padding: 2%;    
	width: 75%; 
} 
.providing-for-a-strong-defense-subtopic:hover {
	display: block; 
	cursor: pointer;
	background: #771b20; 
} 
.providing-for-a-strong-defense-subtopic a { 
	display: block; 
	cursor: pointer;
	color: #fff; 
	text-decoration: none; 
}
a .providing-for-a-strong-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:100%;
	border-right: none;
	padding-right: 0;
	margin: 0 auto 45px;
	float: none;
}
.right-content {
	text-align: center;
}
.supporting-topic {
	width: 100%;
	background: #EDF3FB;
}
.lead-topic, .supporting-topic:nth-child(11) {
	width:100%;
}
.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; }

}