/* # Genesis Sample Child Theme
Theme Name: AsiaLEDS
Theme URI: http://my.studiopress.com/themes/genesis/
Description: AsiaLEDS theme based on the Genesis Framework.
Template: genesis
Template Version: 2.2.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


.site-inner, .site-header{
	box-shadow: 0 -2px 10px #B5B5B5;
}



/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.65rem;
}

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: Source Sans Pro, arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	background-image: url(./images/bg_pattern.png);
	background-position: left top;
	background-repeat: repeat;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #156090;
	text-decoration: none;
	
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}
input[type='text']{position: relative; z-index: 100000}

.read-more-link, .view-all-link  {
	font-size:0.9em;
    font-weight: bold;
    margin-left: 5px;
}

.read-more-link:after, .view-all-link:after {
    font-size: 1em;
    font-family: FontAwesome;
    content: "\f138";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 3px;

}

.view-all-link {
	float:right;
	font-size:14px;
	line-height:2;
	color:#156090!important;
}

p {
	margin: 0 0 18px;
	font-size:14px!important;
	font-family: Lato, sans-serif !important;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.widget-title {
	border-bottom:1px solid #6caf49;
	padding-bottom:10px;
}

.single h4, .single h5 {
	color:#63A73E;
}

.single h5 {
	text-transform:uppercase;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #61a93c;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 0;
	background-color:#fff;
	padding-bottom: 20px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}



.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

.full-width-content .entry {
    padding: 30px 60px;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 380px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	font-size:0.9em;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	padding: 40px 60px 0;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
	width: 288px;
}

.site-header .search-form input[type="search"]{
	padding: 10px 16px;
	width: 90%;
}

.entry-content .search-form/*,
.site-header .search-form*/ {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* To clear search input field's text when the search field gets focus */

input[type="search"]:focus::-webkit-input-placeholder { color:transparent; }
input[type="search"]:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input[type="search"]:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input[type="search"]:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 2.4rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #61a93c;
}

.widget-title {
	font-size: 18px;
	font-size: 2.2rem;
	margin-bottom: 20px;
    font-weight: 600;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	/*min-height: 160px;*/
}

.site-header .wrap {
	/*padding: 20px 0;*/
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	/*width: 360px;*/
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.site-title a img {
	vertical-align: top;
	margin-left:20px;
}

/*.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}*/

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	margin-right: 40px;
	width: 800px;
    margin-top: 20px;
}

.site-header .widget-area .widget {
	float:right;
}

.site-header .widget-area .widget ul {
    margin-top: 20px;	
}

.site-header .widget-area .widget li {
	display:inline-block;
	font-weight: 600;
    margin-right: 30px;
	
}

.site-header .widget-area .widget .sociocons li {
    margin-right: 5px;
}

.site-header .widget-area .widget .sociocons li:first-child {
    margin-left: 15px;
}

.site-header .widget-area .widget .sociocons li a{
	width: 28px;
	height: 28px;
	background-image: url(./images/sociocons.png);
	display: inline-block;
	opacity:0.8;
}

.site-header .widget-area .widget .sociocons li a:hover {
	opacity:1;

}

.site-header .widget-area .widget .sociocons li a.ico-fb{
	background-position: -2px 0;
}

.site-header .widget-area .widget .sociocons li a.ico-tw{
	background-position: 85px 0;
}

.site-header .widget-area .widget .sociocons li a.ico-yt{
    background-position: 27px 0;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #fff;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	background:#308c5a !important;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6rem;
	padding: 20px 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: none;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #195074;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
}

.menu-item{	width:14.3% !important;}

.nav-primary  ul.menu-primary > li {
	width:14.3% !important;
	text-align:center;
 	margin-right: -3.2px;
	line-height:3.5em;
}	

.nav-primary ul.menu-primary > li > a {
	background-color:#195074;
	font-weight:600;
	text-align:center;
	padding:0;
	font-size:1em;
}

.nav-primary a:hover {
	text-decoration:none;
}

.nav-primary  ul.menu-primary > li:first-child > a {
	border-top: 5px solid #1b75af;	
}

.nav-primary  ul.menu-primary > li:first-child a:hover {
	background-color: #1b75af;	
}

.nav-primary  ul.menu-primary > li:first-child .sub-menu a {
	background-color: #1b75af;	
}

.nav-primary  ul.menu-primary > li:nth-child(2) > a {
	border-top: 5px solid #21a75e;	
}

.nav-primary  ul.menu-primary > li:nth-child(2) > a:hover {
	background-color: #21a75e;	
}

.nav-primary  ul.menu-primary > li:nth-child(2) .sub-menu a {
	background-color: #21a75e;	
}

.nav-primary  ul.menu-primary > li:nth-child(3) > a {
	border-top: 5px solid #308c5a;	
}

.nav-primary  ul.menu-primary > li:nth-child(3) > a:hover {
	background-color: #308c5a;	
}

.nav-primary  ul.menu-primary > li:nth-child(3) .sub-menu li {
	background-color: #308c5a;	
}

.nav-primary  ul.menu-primary > li:nth-child(4) > a {
	border-top: 5px solid #82ae77;	
}

.nav-primary  ul.menu-primary > li:nth-child(4) > a:hover {
	background-color: #82ae77;	
}

.nav-primary  ul.menu-primary > li:nth-child(4) .sub-menu a {
	background-color: #82ae77;	
}

.nav-primary  ul.menu-primary > li:nth-child(5) > a {
	border-top: 5px solid #72a1be;	
}

.nav-primary  ul.menu-primary > li:nth-child(5) > a:hover {
	background-color: #72a1be;	
}

.nav-primary  ul.menu-primary > li:nth-child(5) .sub-menu a {
	background-color: #72a1be;	
}

.nav-primary  ul.menu-primary > li:nth-child(6) > a {
	border-top: 5px solid #319ce0;	
}

.nav-primary  ul.menu-primary > li:nth-child(6) > a:hover {
	background-color: #319ce0;	
}

.nav-primary  ul.menu-primary > li:nth-child(6) .sub-menu a {
	background-color: #319ce0;	
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
	border-top:none;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}

.nav-primary  ul.menu-primary > li .sub-menu a:hover,
.nav-primary  ul.menu-primary > li .sub-menu  a:focus,
.nav-primary  ul.menu-primary > li .sub-menu .current-menu-item > a {
	background-color: #6CAF49;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	/* margin-bottom: 40px; */
	padding: 20px 60px;
}

.home .entry {
	margin-bottom: 40px;
	padding: 30px 36px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 18px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 60px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #61a93c;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 30px 40px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

/* https://sridharkatakam.com/css-multi-column-footer-widgets-genesis/ */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30%; /* 360px / 1200px */
	float: left;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 5%; /* 60px / 1200px */
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
	box-shadow: 0 -2px 10px #B5B5B5;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer section {
	margin: 0 40px;
}

.bottom-links {
	text-align:left;
}

.bottom-links ul li {
	margin-bottom:20px;
}

.bottom-links ul li a {
	font-weight:600;
}

.site-footer input {
	width:70%;
    padding: 10px 10px;
	font-size:1em;
	margin-bottom:20px;
}

.site-footer input[type="submit"] {
	width:30%;
    padding: 11px 24px;
	background-color:#156090;
	font-size:1em;
}

.sociocons li {
    margin-right: 5px;
	display:inline-block;
}

.sociocons li:first-child {
    margin-left: 0;
}

.sociocons li a{
	width: 28px;
	height: 28px;
	background-image: url(./images/sociocons.png);
	display: inline-block;
	opacity:0.8;
}

.sociocons li a:hover {
	opacity:1;

}

.sociocons li a.ico-fb{
	background-position: -2px 0;
}

.sociocons li a.ico-tw{
	background-position: 85px 0;
}

.sociocons li a.ico-yt{
    background-position: 27px 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 16px 7px 16px 16px;
}
.nav-primary .responsive-menu-icon::before {
	color: #fff;
}

.menu-text {
	color: #fff;
	line-height: 1;
	vertical-align: top;
	margin-top: 16px;
	display: inline-block;
}

/* To avoid noticeable vertical movement for hover state of Soliloquy's Control Nav (typically circles) and bxSlider's left and right arrows */

.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link,
.bx-wrapper .bx-controls-direction a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

/* To remove bottom border for Soliloquy controls */

.entry-content .soliloquy-controls-direction a, .entry-content a.soliloquy-pager-link {
	border-bottom: none;
}





/* ## Homepage
--------------------------------------------- */
.widget-country-profiles p {
	margin-bottom: 10px;	
}

.flag-slider .slick-list {
	margin:0 25px 0 33px;
}

.flag-slider .slick-slide {
text-align:center;
}

.flag-slider .slick-slide a {
	font-size:0.75em;
	line-height: 1em;
    display: inline-block;
	
}

.flag-slider .slick-prev:before, .flag-slider .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #195074;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flag-slider .slick-prev {
	left: 0;
	top: 30px;
}

.flag-slider .slick-next {
	right: 0;
    top: 30px;

}

.flag-slider-img {
	width:70px;
	height:45px;
	margin-bottom: 5px;
}

.member-slider .slick-list {
	margin:0 65px;
}

.member-slider .slick-slide img {
	margin:auto;
}

.member-slider .slick-slide a {
	font-size:0.75em;
	
}

.member-slider .slick-prev:before, .member-slider .slick-next:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #195074;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.member-slider .slick-prev {
	left: 30px;
	top: 50px;
}

.member-slider .slick-next {
	right: 50px;
    top: 50px;

}

.member-slider-img {
	width:100px;
}

 
.home-slider .slick-slide img {
    width: 100%;
    max-height: 315px;
	
}

.home-slider {
}

.home-slider .slider-caption {
	margin-top: -55px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	position: relative;
	font-size: 0.85em;
	padding: 10px 10px 0;
	height: 55px;
	line-height:1.3em;
	pointer-events: none;
	font-weight: 500;
}

.home-slider .slick-dots{
	position: relative;
    top: -100px;
    right: 20px;
	text-align:right;
	float:right;
	width:auto;
}

.home-slider .slick-dots li {
	margin:0;
}

.home-slider .slick-dots li button:before {
	font-size: 12px;
	opacity: 1;
    color: white;
}

.home-slider .slick-dots li.slick-active button:before{
    color: #195074;
	opacity:1;
}


.news-views-entry {
	margin-bottom:40px;
	
}

.news-views-entry .blog-link{
	font-weight:600;
	line-height: 1.5em;
    display: inline-block;
}

.news-views-entry p{
	font-size:0.9em;
}

.single-news .entry-title {
	font-size:2.2rem;
}


.content-focus {
	background-color:#F0F4F4;
	padding:20px 35px;
}

.fp-links p{
	font-size:0.8em;
	margin-bottom:10px;
	line-height:1.3em;
	color:#676767;
}
	
.fp-links ul {
	list-style:none;
	margin:0;
}

.fp-links ul > li {
    list-style-type: none!important;
	margin-bottom:10px;
}

.fp-links ul.small-link > li {
	margin-bottom:0;

}

.fp-links ul > li a{
	font-weight:600;
	display: inline-block;
    line-height: 1.2em;
	font-size:0.9em;
	}

.fp-links ul > li a span {
	font-size:0.8em;
	color:#333;
	font-weight:normal;
}

/* archive */

.archive-title {
	color:#1B9FDC;
}

.archive .entry {
	margin-bottom: 0;
    padding: 20px 60px 0;
}

.archive .entry-title {
    font-size: 2rem;
	font-weight:bold;
}

.archive .entry-footer .entry-meta {
    border-top: 1px solid #6CAF49;
    padding-top: 0;
}
.archive p{
    margin: 0 0 16px;

}

.archive .read-more-link {
	float:right;
	font-size:0.85em;
}

.archive .news-meta span {
	font-size: 0.9em;
    color: #4d4d4d;
}

.archive .news-meta span i {
	margin-right:5px;
	font-size: 1.1em;

}

a.news-cat {
	font-weight:600;
	color:#61a93c;
	
}

a.news-cat-news {
	background-image: url("./images/icon_news.png");
    background-position: 0 0;
    background-repeat: no-repeat;
	height: 26px;
    padding-left: 40px;
	display:inline-block;
}

a.news-cat-blog {
	color:#72acd2;
    background-image: url("./images/icon_news.png");
    background-position: 0 -33px;
    background-repeat: no-repeat;
	height: 26px;
    padding-left: 40px;
	display:inline-block;
}

.single .entry {
    padding: 30px 60px;
}

.country_profile .one-fourth {
	margin-left:0;
	margin-right: 2.564102564102564%;
	margin-bottom: 2.564102564102564%;
	min-height:140px;

}

.country_profile .one-fourth:first-child {
	clear: both;
}

.country_profile .one-fourth:nth-child(4n+4) {
	margin-right: 0;
}

.country_profile-column {

}

.country_profile-flag img {
	height: 100px;
	width: auto;
}

.country_profile-flag a{
 display:block;
 text-align: center;

 }
.country_profile-flag h5 {
    text-transform: uppercase;
    font-weight: 600;
	font-size:1.6rem;
}

img.country-flag {
	max-width:220px;
}


.widget-item {
	margin-top:30px;
}

.widget-entry {
	margin-bottom:20px;
}

.widget-entry  a.blog-link, .crp_title{
	font-weight:600;
	line-height: 1.333em;
    display: inline-block;
}
.widget-entry span{
    font-size: 0.9em;
    font-weight: 400;
    color: #ababab;
}

.post-type-archive-resource ul.inner .entry{
	    padding: 10px 20px 0;
}

.post-type-archive-resource .entry-title {
	font-size: 1.65rem;

}

.resource-image {
	float:left;
	width:100px;
	height:67px;
	margin:0 20px 20px 0;;
}

.post-type-archive-resource ul.accordion li a.toggle{
	background-color:rgba(106, 169, 66,0.1);
	 padding-left: 15px;
}

.post-type-archive-resource ul.accordion li a.toggle:hover {
	background-color:rgba(106, 169, 66,0.2);
}

.post-type-archive-resource ul.accordion li {
    margin: .2em 0;
}

.archive-post-type {
	color: #61A93C;
}

.archive-post-type:before {
	font-size: 1em;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 3px;	
} 

.icon-news:before {
    content: "\f1ea";
}

.icon-resource:before {
    content: "\f0b1";
}

.icon-events:before {
    content: "\f133";
}

.icon-country_profile:before {
    content: "\f0ac";
}

.icon-training:before {
    content: "\f19d";
}

.icon-post:before, .icon-page:before {
    content: "\f016";
}


/* # Training
---------------------------------------------------------------------------------------------------- */

.page-template-page_training .entry-title {
	font-size:3rem;
	color: #1B9FDC;
}

.training-track-image {    
	display: block;
	max-width: 630px;
	box-sizing:border-box;
    background-repeat: no-repeat;
    color: #fff!important;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family: arial;
    padding-top: 40px;
	padding-bottom:10px;
    padding-left: 20px;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.65);
	-webkit-transition: background-size 0.3s ease-in-out;
	-moz-transition:    background-size 0.3s ease-in-out;
	-ms-transition:     background-size 0.3s ease-in-out;
	-o-transition:      background-size 0.3s ease-in-out;
	transition:         background-size 0.3s ease-in-out;
}

.training-track-image:hover {
}


.training-track-image span{
	float: left;
    font-size: 72px;
    line-height: 72px;
	    margin-top: -5px;
    margin-right: 10px;
}

.sidebar .widget.training-search-widget {
	margin-bottom: 0;
}


.training-search h4 {
	background-color: #929497;
    /* font-family: "arial"; */
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    padding-bottom: 0;
    padding-left: 10px;
}

.training-search select, .training-search input[type="text"], .training-search input[type="search"]{
	background-color: #E6E7E8;
    border: none;
    color: #333;
    font-size: 1.6rem;
    padding: 7px 16px;
    margin-bottom: 10px;
}

.training-search input[type="search"] {
	background-color: #fff;
    border: 1px solid #ddd;
}

.training-search input[type="search"]:focus{
border: 1px solid #999;
}

.training-search input[type="search"]::-webkit-input-placeholder {
   color: #BCBCBC;
   font-style:italic;
}

.training-search input[type="search"]:-moz-placeholder { /* Firefox 18- */
   color: #BCBCBC;  
   font-style:italic;

}

.training-search input[type="search"]::-moz-placeholder {  /* Firefox 19+ */
   color: #BCBCBC;
   font-style:italic;
   
}

.training-search input[type="search"]:-ms-input-placeholder {  
   color: #BCBCBC;  
   font-style:italic;

   }
   
.training-search input[type="submit"] {
	float:right;
	padding: 10px 30px;
	background-color:#A4D55D;
}


.single-training .entry-title, .post-type-archive-training .entry-title{
	font-size:2.2rem;
	background-color: #929497;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    border-bottom: 5px solid #555;
}

body[class*="single-training"] .entry-title, .post-type-archive-training .entry-title, .tax-training_source .entry-title, .tax-training_audience .entry-title, .tax-training_difficulty .entry-title, .tax-training_type .entry-title {
	font-size:2.2rem;
	background-color: #929497;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    border-bottom: 5px solid #555;
}

body[class*="training"] .entry-title a {
	    color: #fff;
}
body[class*="training"] .entry-footer .entry-meta {
    border-top: none;
}

.training-meta {
	margin:0px!important;
}

.training-meta span:before {
	font-family: FontAwesome;
	width: 28px;
	display:inline-block;
}

.training-meta span#source-organization:before {
	content: "\f1ad";
}

.training-meta span#training-date:before {
	content: "\f073";
}

.training-meta span#training-length:before {
	content: "\f02d";
}

.training-meta span#training-key:before {
	content: "\f084";
}

.training-meta span#training-audience:before {
	content: "\f0c0";
}

.training-meta span#training-difficulty:before {
	content: "\f19d";
}

.training-meta span#training-type:before {
	content: "\f15c";
}

.training-meta span#training-description:before {
	content: "\f040";
}

.download-button {
	background-color:#A4D55D;
	padding: 10px 20px;
}

.download-button:hover {
	background-color:#63A73E;
}

.download-button:before {
	font-family: FontAwesome;
	content: "\f019";
	margin-right:10px;
}

.download-button[href$=".pdf"]:before {
		content: "\f1c1";
}

section.training-sections {
	margin-top: 0!important;
	padding-top: 0!important;
}

section.training-sections h3 {
    background-color: #195074;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    padding-bottom: 0;
    padding-left: 10px;
}

section.training-sections h4 {
	font-size: 17px;
    font-weight: 600;
    color: #195074;
    border-bottom: 1px solid #eee;
    padding: 0 10px 10px;
    margin-bottom: 10px;
}

section.training-sections li {
    border-bottom: none;
    padding-bottom: 0;
}


section.training-sections ul.training-items li a {
	line-height: 1.65em;
    display: inline-block;
}

/* ACCORDION*/

.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
}
 
/*----- Section Titles -----*/
.accordion-section-title, .accordion-subsection-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #1a1a1a;
    transition:all linear 0.15s;
    /* Type */
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    /* Type */
    text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content, .accordion-subsection-title {
    padding:15px;
    display:none;
}


ul.accordion {
  list-style: none;
  padding: 0;
}
ul.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
ul.accordion .inner.show {
  /*display: block;*/
}
ul.accordion li {
  margin: .1em 0;
}
ul.accordion li a.toggle {
  width: 100%;
  display: block;
  color: #61A93C;
  padding: .25em;
  border-radius: 0.15em;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-weight: 600;
}

ul.accordion li a.toggle:hover {
	background-color:rgba(106, 169, 66,0.1);
}

ul.accordion li a.toggle:hover:before {
	margin-left:10px;
}

ul.accordion li a.toggle:before {
	font-family: "FontAwesome";
	content: "\f055";
	font-size:1.5em;
	margin-right:10px;
    vertical-align: middle;
    transition: all .3s ease;

}

ul.inner li a.toggle {
  color: #1b75af;
  transition: all .3s ease;
  font-size:0.9em;
}

ul.inner li a.toggle:hover {
	background-color:rgba(27, 117, 175,0.1);
}

ul.inner li a.toggle:before {
	font-family: "FontAwesome";
	content: "\f055";
	font-size:1.3em;
	margin-right:10px;
    vertical-align: middle;
}

ul.training-items li a {  
	font-size:0.9em;
	color:#195074;
	  transition: all .3s ease;

}

.cat-description ul.training-items li a {
	font-size:1em;
}

ul.training-items li a:hover {  
	color:#1b75af;
}

ul.training-items li a:before {
	font-family: "FontAwesome";
	content: "\f054";
	font-size:1.1em;
	margin-right:10px;
    vertical-align: middle;
}


ul.accordion .cat-description {
	font-size: 0.9em;
    line-height: 1.6em;
    display: block;
    margin-bottom: 10px;
}

/* TABS */

.tabs-menu {
    float: left;
    clear: both;
}

.tabs-menu li {
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.tab-content {
    width: 100%;
    padding: 0;
    display: none;
}

#tab-1 {
 display: block;   
}

.post-type-archive-resource .tabs-menu {
		width: 100%;

}

.post-type-archive-resource .tabs-menu li {
    height: 50px;
	line-height: 50px;
	width: 33.33333%;
	margin:0 0 10px 0;
	background-color: #fff;
	border-top: 1px solid rgba(106, 169, 66,0.45);
    border-right: none;
    border-left: 1px solid rgba(106, 169, 66,0.45);
;

}

.post-type-archive-resource .tabs-menu li:last-child{
	    border-right: 1px solid rgba(106, 169, 66,0.45);
}

.post-type-archive-resource .tabs-menu li a {
    text-transform: uppercase;
    color: rgba(106, 169, 66,1);
    text-decoration: none;
	font-size: 1.2em;
	width: 100%;
	text-align:center;
	display: inline-block;
    padding: 0;
	font-weight:500;
	
}

.post-type-archive-resource .tabs-menu .current {
	background-color: rgba(106, 169, 66,0.75);
}

.post-type-archive-resource .tabs-menu .current a {
    color: #fff;
}


.post-type-archive-events .tabs-menu {
		width: 100%;
		margin-bottom:20px;

}

.post-type-archive-events .tabs-menu li {
    height: 50px;
	line-height: 50px;
	width: 50%;
	margin:0 0 10px 0;
	background-color: #fff;
	border: 1px solid #1B9FDC;
    
;

}

.post-type-archive-events .tabs-menu li a {
    text-transform: uppercase;
    color: #1B9FDC;
    text-decoration: none;
	font-size: 1.2em;
	width: 100%;
	text-align:center;
	display: inline-block;
    padding: 0;
	font-weight:500;
	
}

.post-type-archive-events .tabs-menu .current {
	background-color: #1B9FDC;
}

.post-type-archive-events .tabs-menu .current a {
    color: #fff;
}

/* Resource */

.resource-file-image {
	float: left;
    width: 180px;
    height: 160px;
    margin-right: 20px;
	background-size: cover;
}

.single-resource .entry-title {
    font-size: 2.4rem;
}

.single-resource h4 {
    font-size: 1.8rem;
}

.single-resource .resource-meta h4 a {
    float: right;
    font-size: 2.2rem;
    padding: 0 10px;
}

/* Events */

.single-events .tabs-menu {
    float: none;
    clear: none;
}

.single-events .tabs-menu li, .single-events .event-sidebar li{
    float: none;
    margin-right: 0;
    background-color: #fff;
    border: none;
	padding-bottom:0;
}

.single-events .event-sidebar li:last-child {
	margin-bottom:10px;
	
}


.single-events .tabs-menu li a, .single-events .event-sidebar li a {
    padding: 0 20px;
    text-transform: none;
    color: #000;
    text-decoration: none;
	background-color:#efefef;
    line-height: 40px;
	display:block;
	font-weight:300;
}

.single-events .tabs-menu li a:before, .single-events .event-sidebar li a:before{
	font-family: "FontAwesome";
	content: "\f0da";
	margin-right:10px;
}

.single-events .tabs-menu li a.event-file:before, .single-events .event-sidebar li a.event-file:before {
	content: "\f0f6";
}

.single-events .tabs-menu li a.event-file:before, .single-events .event-sidebar li a.event-file[href$=".pdf"]:before {
	content: "\f1c1";
}

.single-events .tabs-menu li a.event-file:before, .single-events .event-sidebar li a.event-gallery:before {
	content: "\f03e";
}

.single-events .tabs-menu li.current a, .single-events .tabs-menu li a:hover, .single-events .event-sidebar li a:hover {
	background-color:#E6E7E8;
	font-weight:500;

}

#overview {
	display:block;
}

.speaker-profile p {
	font-size:0.9em;
}

h3.presentation-date {
	line-height: 2.4em;
    background-color: #195074;
    color: #fff;
    text-align: center;
}

.presentation-day {
	border:1px solid #195074;
	margin-bottom:20px;
}

.presentation-day p, .presentation-day li {
	font-size:0.9em;

}

.presentation-content {
	padding:20px;
	
}


/* Member Organizations*/

.member_organization .one-fourth {
	margin-left:0;
	margin-right: 2.564102564102564%;
	margin-bottom: 2.564102564102564%;

}

.member_organization .one-fourth:first-child {
	clear: both;
}

.member_organization .one-fourth:nth-child(4n+4) {
	margin-right: 0;
}

.member_organization .one-fourth:nth-child(4n+1) {
	clear: left;
}

.member_organization-image {
	min-height:160px;
}

.member_organization-image img {
	height: 100px;
	width: auto;
}

.member_organization-image a{
 display:block;
 text-align: center;
 font-weight: 400;
 font-size:0.9em;

 }
.member_organization-image h5 {
    text-transform: uppercase;
    font-weight: 600;
	font-size:1.6rem;
}

img.country-image {
	max-width:220px;
}

/* Gateway*/

li.gateway-item {
	display: block;
	width:50%;
	float:left;
	padding:0 20px 0 0;
	margin-bottom:20px;
	
}

li.gateway-item:nth-child(odd) {
	clear: both;
}

li.gateway-item .entry-title {
	font-size:1.7rem;
	margin-bottom:0;
}

li.gateway-item p {
	font-size:0.9em;
	line-height:1.8em;
}

li.gateway-item img {
	max-width:75px;
	margin: 10px 20px 0 0; 
	
}


ul.video-list {list-style:none; margin-left:0;}	 
	 
.video-list li { display:block; width:33%; float:left;}	 	 

.video-list li a { display:block;}


.page-id-3983  .breadcrumb {
	display:none;
}

/* About Us */

.find-out-more{
	background-color: #F0F4F4;
    padding: 15px;
}
	
.widget-about-us li {
	border-bottom: none;
}

.find-out-more li{
	display:block;
}

.find-out-more li a{
	display:inline-block;
	font-weight: 600;
    font-size: 0.9em;
}

.find-out-more li img{
	width:100px;
}

a.join-us {
	background: #63a73e;
	background: -moz-linear-gradient(top, #63a73e 0%, #a6ce39 100%);
	background: -webkit-linear-gradient(top, #63a73e 0%,#a6ce39 100%);
	background: linear-gradient(to bottom, #63a73e 0%,#a6ce39 100%);
}

a.join-us:hover {
	background:#63a73e;
}



/* Search Results */

.search-results .entry{
	padding: 10px 60px;
}

.search-results .entry-footer .entry-meta {
    padding-top: 0;
}

.search-results  .archive-description {
	padding-top:10px;
}

.post-type-archive-training .archive-post-type {
	display:none;
}


/* Tooltip */

a.tooltip {
	outline:none; 
}
	
a.tooltip strong {
	line-height:30px;
}

a.tooltip:hover {
	text-decoration:none;
}
 
a.tooltip span {
    z-index:10;
	display:none; 
	padding:14px 20px;
    margin-top:-30px; 
	margin-left:28px;
    width:300px; 
	line-height:16px;
}

a.tooltip:hover span {
    display:inline; 
	position:absolute; 
	color:#111;
    border:1px solid #DCA; 
	background:#fffAF0;
}

.callout {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}
    
a.tooltip span {
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}



/* Real Pages */

.page-template-page_real .sidebar, .page-template-page-real-expert .sidebar {

	width: 400px;
}

.page-template-page_real h3 {
	color: #195074;
	font-size: 21px;
	font-weight: 600;
}

.real-title {
	/*min-height: 225px;*/
	padding: 30px 45px;
	text-align: right;
	margin: 10px 0 20px;
	background-size: cover;
	background-position: center;

}

.real-title h2 {
	font-size: 30px;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.real-menu > li {
	border-bottom: none;
	padding-bottom: 0;
}

.real-menu > li > a {
	color: #fff;
	background-color: #195074;
	padding: 20px 30px;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
    line-height: 21px;
    transition: all ease .1s;

}

.real-menu > li > a:hover {
	background-color: #1C75BC;
}

.real-menu > li > a > span {
	text-transform: none;
	font-size: 15px;
}

.ask-expert {
	padding: 40px 10px 40px 0;
    margin-left: -40px;
    background-size: cover;
    text-align: right;
    font-size: 21px;
    line-height: 40px;
    color: #fff;
    margin-top: 20px;
}

.ask-expert a {
	color: #63A73E;
	background-color: #fff;
	padding: 10px;
	margin-left: 5px;
	font-size: 18px;
    box-shadow: 0 1px 10px #999;
    transition:all ease .1s;
}

.ask-expert a:hover {
	box-shadow: 0 1px 10px #666;
}

.page-template-page_real table {
	margin-bottom: 30px;
	background-color: #F1F2F2;
	font-size: 15px;
}

.page-template-page_real tbody {
	border-bottom: none;
}

.page-template-page_real td {
    border: none;
    line-height: 1.65em;
    padding: 7px 5px;
    vertical-align: top;
}


.real-expert-container .one-half:nth-child(odd) {
	margin-left: 0;
	clear: both;
}

.real-expert {
	padding: 5px;
}

.real-expert table {
	margin-bottom: 10px;
}

.real-expert tbody {
	border-bottom: none;
}

.real-expert td {
	padding:10px 5px;
	vertical-align: top;
}

.real-expert h4 {
	font-size: 16px;
	text-transform: uppercase;
}

.real-expert h4 span {
	color:#999;
}

.real-expert p {
	font-size: 14px;
	line-height: 19px;
	margin: 5px 0;
	
}

 
.page-id-4664 .real-title {
	display: none;
}

/*.page-id-4664 .entry-content form {
	background-color: #F1F2F2;
	padding: 20px;
}*/



.testimonial-section {
	margin-top: 35px;
}


.testimonial-content {
	font-style: italic;
	padding-left: 15px; 
}

.testimonial-content:before {
    content: "\f10d";
    font-family: "FontAwesome";
    margin-right: 5px;
    vertical-align: text-bottom;
    color: #C1B8B8;
    font-size: 1.1em;
}

.testimonial-content:after {
    content: "\f10e";
    font-family: "FontAwesome";
    margin-left: 5px;
    vertical-align: text-top;
    color: #C1B8B8;
    font-size: 1.1em;
}

.testimonial-author {
    text-align: right;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 10px;
    line-height: 1.3em;
    text-transform: uppercase;
}

.testimonial-author span {
    font-weight: normal;
    text-transform: none;
}



.featured-experts {
	margin-top: 35px;
}


.expert-slider .slick-prev:before, .expert-slider .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #195074;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.expert-slider .slick-prev {
    top: 75px;
    right: 30px;
    left: auto;
    z-index: 1;
}

.expert-slider .slick-next {
	right: 0;
    top: 75px;

}

.expert-slider h4 {
	font-size: 16px;
	text-transform: uppercase;
}

.expert-slider h4 span {
	color:#999;
}


/* Home Page New */

.home-container {
	margin: 20px 0;
	padding: 0 30px;
}

.home-block {
	width: 31.623931623931625%;
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 2.564102564102564%;
	height: 300px;
	position: relative;
	background-size: cover;

}

.home-block:first-child {
	margin-left: 0;
}

.home-block:nth-child(3n+4) {
	clear: both;
	margin-left: 0;
}

.block-inner-hover {
	position: absolute;
    top: 0;
    width: 0;
    width: 100%;
	height: 100%;
	background-color: rgba(25,80,116,0.5);
	transition:all ease .3s;
	opacity: 1;


}


.block-inner-hover h2 {
	text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.65);
   	transition:all ease .3s;
}

.home-block:hover .block-inner-hover {
	opacity: 0;
}


.block-inner-content {
	position: absolute;
    top: 0;
    width: 0;
    width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.85);
	transition:all ease .3s;
	opacity: 0;


}

.home-block:hover .block-inner-content {
	opacity: 1;
}

.block-content {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10%;
}

.block-content p, .block-content a {
	font-weight: 400;
	color: #000;
	line-height: 20px;
}

.block-content a {
	display: block;
	margin-bottom: 10px;
}

.block-content a:hover {
	color: #195074;
}

.block-content a:before{
    font-size: 1em;
    font-family: FontAwesome;
    content: "\f138";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    color: #195074;
}

.block-perspectives a, .block-experts a {
	margin-bottom: 20px;
	font-size: 18px;
}


a.block-all {
    position: absolute;
    right: 5%;
    bottom: 1%;
}

a.block-all:after{
	font-size: 1em;
    font-family: FontAwesome;
    content: "\f138";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    color: #195074;

}




.block-events a span {
	font-size: 16px;
	color:#195074;
}



.block-resources a {
    margin-bottom: 15px;
}

.block-resources a:before{
    font-size: 1em;
    font-family: FontAwesome;
    content: "\f138";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    color: #195074;
}

.block-resources a:after{
    content: none;
}


.block-country a:not(.block-all):before {
	content: none;
}

.flag-container {
	height: 175px
}

.block-flag {
	width:33.3333%;
	float: left;
}

.block-flag a {
	text-align: center;
}


.home-slider-new img {
    width: 100%;
    height: 300px;
}

.home-slider-new .slick-slide {
	position: relative;
}

.home-slider-new .slider-caption {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    bottom: 5%;
    right: 0;
    font-size: 0.85em;
    padding: 10px 10px 0;
    line-height: 1.3em;
    pointer-events: none;
    font-weight: 400;
    width: 85%;
    padding: 25px 10px;
}

.home-slider-new .slick-dots {
    position: absolute;
    bottom: 35%;
    width: 85%;
    right: 0;
    padding: 0;
    text-align: left;
}

.home-slider-new .slick-dots li {
	margin: 0;
}

.home-slider-new .slick-dots li button {
	text-shadow: 0px 0px 3px rgba(150, 150, 150, 1);
}

.home-slider-new .slick-dots li button:before {
	font-size: 12px;
	color:white;
	opacity: 1;
}

.home-slider-new .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #1b75af;
}

.block-about-us {
    position: absolute;
    bottom: 15%;
    width: 85%;
    right: 0;
    background: #fff;
    padding: 10px 20px;
    font-size: 0.9em;
}

.block-about-us p {
	margin-bottom: 0;
}

.forum-para{text-align:justify !important; font-size:14px;}


@media only screen and (max-width: 960px) {

	.home-block {
		width: 48.717948717948715%;
		margin-left: 2.564102564102564%;
		margin-bottom: 2.564102564102564%;
	}

	.home-block:nth-child(3n+4) {
		clear: none;
		margin-left: 2.564102564102564%;
	}

	.home-block:nth-child(odd) {
		clear: both;
		margin-left: 0;
	}

}

@media only screen and (max-width: 600px) {

	.home-block {
		width: 100%;
		margin-left: 0;
		margin-bottom: 2.564102564102564%;
	}

	.home-block:nth-child(3n+4) {
		margin-left: 0;
	}

}







/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}

@media only screen and (max-width: 768px) {

	.genesis-nav-menu {
		padding-bottom: 20px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
		width:100%;
		text-align:left;
		padding: 10px 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item  a, .genesis-nav-menu.responsive-menu .menu-item .sub-menu a {
		background-color:#195074!important;
		border-top:none!important;
		text-align:left;

	}
	
	.genesis-nav-menu.responsive-menu .menu-item  a:hover {
		background-color:#195074!important;
	}

	.genesis-nav-menu.responsive-menu .menu-item .sub-menu li {
		padding:0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background-color: none;
		line-height: 1;
		/* padding: 16px 20px; */
	}
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 0 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

/* 	a[href]:after {
		content: " (" attr(href) ")";
	} */

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

/* 	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	} */

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar,
	footer	{
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
	
	header a {
		display:block;
	}

}

