/******************************************************************
Theme Name: De Bandeja - O Blog da Deeliv
Description: Blog de conteúdo da empresa Deeliv. Este site nasceu para alimentar nossos parceiros com informações relevantes para o crescimento saudável para o crescimento.
Author: Deeliv
Author URI: http://www.deeliv.com.br
Version: 1.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: debandeja

/* ==========================================================================
	 HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
	display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none; }

/* ==========================================================================
	 Base
	 ========================================================================== */
/**
 * 1. Set default font family to serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
 }

/**
 * Remove default margin.
 */
body {
	margin: 0; }

/* ==========================================================================
	 Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0; }

/* ==========================================================================
	 Typography
 ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */


/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
	font-weight: 700; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
	font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0; }



/*
 * Addresses margins set differently in IE6/7.
 */
pre {
	margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
	quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
	content: '';
	content: none; }

small, .small {
	font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

/* ==========================================================================
	Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
	margin: 1em 0; }

dd {
	margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
	padding: 0 0 0 40px; }
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none; }

/* ==========================================================================
	Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
	border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden; }

/* ==========================================================================
	 Figures
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
	margin: 0; }

/* ==========================================================================
	 Forms
	 ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 2 */
	margin: 0;
	/* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
	line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
	text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */ }

/* ==========================================================================
	 Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
	font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
	font-style: italic; }

/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
*/
p {
	-webkit-font-feature-settings: "liga", "dlig";
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga", "dlig";
	-o-font-feature-settings: "liga", "dlig";
	font-feature-settings: "liga", "dlig"; }


/*********************
GENERAL STYLES
*********************/
body , html {
	height:100%;
}
body {
	font-family: 'Sora', sans-serif;
	font-weight: 400;
	background-color: #ededed;
	color: #52575C;
	font-size: 16px;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url('img/debandeja-fundo.jpg');
	background-color: #f7f5ef;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}
textarea, select, input, button { outline: none; }
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #0B55CC;
}
a:link{
	color: #0B55CC;
	text-decoration: none;
}
a:hover{
	color: #0B55CC;
	text-decoration: underline;
}
a:visited{
	color: #0B55CC;
	text-decoration: none;
}
a:link{}

::-moz-selection { /* Code for Firefox */
	background-color: #0B55CC;
	color: #FFF;
}
::selection {
	background-color: #0B55CC;
	color: #FFF;
}
.nopadding{
	padding-right: 0;
	padding-left: 0;
}
.nomargin{
	margin-right: 0;
	margin-left: 0;
}
.bt-lermais {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: 700;
}
.bt-lermais:hover {
	text-decoration: none;
}
	a:link {
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
	}
	a:active {
		text-decoration: none;
	}
.bt-padrao {
	border-radius: 30px;
	padding: 12px 18px 8px 18px;
	border: solid 3px #0B55CC;
	color: #0B55CC;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 14px;
	font-weight: 700;
}
.bt-padrao.small {
	border-radius: 30px;
	line-height: 1em;
	padding: 6px 12px 4px 12px;
	background-color: #0B55CC;
	border:none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}
.bt-padrao.big {
	border-radius: 40px;
	padding: 10px 16px 8px 16px;
	font-size: 18px;
}
.bt-inscrever {
    border-radius: 30px;
    padding: 12px 18px 8px 18px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background-color: #28a745;
    color: #FFF !important;
    margin-top: 15px;
}
.bt-inscrever:hover {
	background-color: #5cd338;
}

.bt-padrao.red {
	border: solid 3px #0B55CC;
	color: #FFF;
	background-color: #0B55CC;
}
.bt-padrao.red a {
	color: #FFF;
}
.bt-padrao.green {
	border: solid 3px #28a745;
	color: #FFF;
	background-color: #28a745;
}
.bt-padrao.green a {
	color: #FFF;
}
.bt-solido {
	width: 100%;
	background-color: #237de2;
	letter-spacing: 0.01em;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	padding: 20px 20px 15px 20px;
	line-height: 1em;
	height: 42px;
	border: none;
	border-radius: 10px;
	line-height: 24px;
}
a.bt-solido {
	color: #FFF;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	.embed-container {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



.share {
}
.share .legenda {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.share .bt_share {
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 25px;
	line-height: 30px;
	margin-right: 10px;
}
.share .bt_share.twitter {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%231DA1F2'><path d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.066 9.645c.183 4.04-2.83 8.544-8.164 8.544-1.622 0-3.131-.476-4.402-1.291 1.524.18 3.045-.244 4.252-1.189-1.256-.023-2.317-.854-2.684-1.995.451.086.895.061 1.298-.049-1.381-.278-2.335-1.522-2.304-2.853.388.215.83.344 1.301.359-1.279-.855-1.641-2.544-.889-3.835 1.416 1.738 3.533 2.881 5.92 3.001-.419-1.796.944-3.527 2.799-3.527.825 0 1.572.349 2.096.907.654-.128 1.27-.368 1.824-.697-.215.671-.67 1.233-1.263 1.589.581-.07 1.135-.224 1.649-.453-.384.578-.87 1.084-1.433 1.489z'/></svg>");
	color: #1DA1F2;
}
.share .bt_share.facebook {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23166ADA'><path d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm3 8h-1.35c-.538 0-.65.221-.65.778v1.222h2l-.209 2h-1.791v7h-3v-7h-2v-2h2v-2.308c0-1.769.931-2.692 3.029-2.692h1.971v3z'/></svg>");
	color: #166ADA;
}
.share .bt_share.whatsapp {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%2325CB63'><path d='M12.031 6.172c-3.181 0-5.767 2.586-5.768 5.766-.001 1.298.38 2.27 1.019 3.287l-.582 2.128 2.182-.573c.978.58 1.911.928 3.145.929 3.178 0 5.767-2.587 5.768-5.766.001-3.187-2.575-5.77-5.764-5.771zm3.392 8.244c-.144.405-.837.774-1.17.824-.299.045-.677.063-1.092-.069-.252-.08-.575-.187-.988-.365-1.739-.751-2.874-2.502-2.961-2.617-.087-.116-.708-.94-.708-1.793s.448-1.273.607-1.446c.159-.173.346-.217.462-.217l.332.006c.106.005.249-.04.39.298.144.347.491 1.2.534 1.287.043.087.072.188.014.304-.058.116-.087.188-.173.289l-.26.304c-.087.086-.177.18-.076.354.101.174.449.741.964 1.201.662.591 1.221.774 1.394.86s.274.072.376-.043c.101-.116.433-.506.549-.68.116-.173.231-.145.39-.087s1.011.477 1.184.564.289.13.332.202c.045.072.045.419-.1.824zm-3.423-14.416c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm.029 18.88c-1.161 0-2.305-.292-3.318-.844l-3.677.964.984-3.595c-.607-1.052-.927-2.246-.926-3.468.001-3.825 3.113-6.937 6.937-6.937 1.856.001 3.598.723 4.907 2.034 1.31 1.311 2.031 3.054 2.03 4.908-.001 3.825-3.113 6.938-6.937 6.938z'/></svg>");
	color: #25CB63;
}
.share .bt_share.linkedin {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%230976B1'><path d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2 16h-2v-6h2v6zm-1-6.891c-.607 0-1.1-.496-1.1-1.109 0-.612.492-1.109 1.1-1.109s1.1.497 1.1 1.109c0 .613-.493 1.109-1.1 1.109zm8 6.891h-1.998v-2.861c0-1.881-2.002-1.722-2.002 0v2.861h-2v-6h2v1.093c.872-1.616 4-1.736 4 1.548v3.359z'/></svg>");
	color: #0976B1;
}
.share .bt_share.email {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='black'><path d='M12 .02c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.99 6.98l-6.99 5.666-6.991-5.666h13.981zm.01 10h-14v-8.505l7 5.673 7-5.672v8.504z'/></svg>");
	color: black;
}


.mascara {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.2);
	background: -moz-linear-gradient(15deg, rgba(238,234,229,1) 5%, rgba(238,234,229,0) 50%);
	background: -webkit-linear-gradient(15deg, rgba(238,234,229,1) 5%, rgba(238,234,229,0) 50%);
	background: linear-gradient(15deg, rgba(238,234,229,1) 5%, rgba(238,234,229,0) 50%);
}


header {
	margin-bottom: 40px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	box-shadow: 0 20px 50px #e4ddcd;
	border-bottom: solid 1px #c9c2b4;
}
header .topo {
	background-color: #15133A;
	margin-bottom: 10px;
}
header .topo .bloco {
	padding: 8px 0;
}
header .topo .bloco a {
	display: inline-block;
}

header .topo .bloco a img {
	max-width: 80px;
}
header .topo .bloco a span {
	padding: 10px;
	font-size: 12px;
	color: #eae4da;
}
.menuprincipal {}
	.menuprincipal .navbar {
		margin: 0;
		padding: 0;
	}
	.menuprincipal .navbar .logotipo {}
	.menuprincipal .navbar .logotipo .logo {}
	.menuprincipal .navbar .logotipo .logo a {
		display: inline-block;
	}
	.menuprincipal .navbar .logotipo .logo img {
		max-width: 120px;
		height: auto;
	}
	.menuprincipal .navbar .descricao {
		padding: 10px 10px;
		width: 180px;
		font-size: 16px;
		line-height: 1em;
		letter-spacing: -0.03em;
	}
	.menuprincipal .navbar .navbar-toggler {}
	.menuprincipal .navbar .navbar-collapse {
		text-align: left;
	}
	.menuprincipal .navbar .navbar-collapse .busca {
		text-align: left;
		padding: 0px 0;
		width: 40%;
	}
	.menuprincipal .navbar .navbar-collapse .busca form {
		width: 100%;
		display: inline-block;
	}
	.menuprincipal .navbar .navbar-collapse .busca form input[type=text] {
		background-color: transparent;
		height: 38px;
		color: #15133A;
		border: solid 1px #9ba5af;
		font-size: 14px;
		border-radius: 5px;
		padding: 10px 10px 10px 10px;
		width: 63%;
	}
	.menuprincipal .navbar .navbar-collapse .busca form input[type=submit] {
		width: 35%;
		background-color: #0B55CC;
		letter-spacing: 0.01em;
		font-weight: 700;
		font-size: 14px;
		color: #FFF;
		text-transform: uppercase;
		padding: 10px 20px 10px 20px;
		line-height: 1em;
		height: 38px;
		border: none;
		border-radius: 5px;
	}
	.menuprincipal .navbar .navbar-collapse .menuprincipal {
		text-align: left;
		padding-top: 0px;
		width: 60%;
	}
	.menuprincipal .navbar .navbar-collapse .menuprincipal .menu {
		margin: 0;
		padding: 0;
	}
	.menuprincipal .navbar .navbar-collapse .menuprincipal .menu .menu-item {
		box-shadow: 0 0 0 #0B55CC;
		float: left;
		-webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
		-o-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
		box-shadow: 0 1px 0 #0B55CC;
		margin-right: 10px;
	}
	.menuprincipal .navbar .navbar-collapse .menuprincipal .menu .menu-item:hover {
		box-shadow: 0 5px 0 #0B55CC;
	}
	.menuprincipal .navbar .navbar-collapse .menuprincipal .menu .menu-item.current_page_item {
		box-shadow: 0 5px 0 #0B55CC;
	}
	.menuprincipal .navbar .navbar-collapse .menuprincipal .menu .menu-item a {
		font-size: 12px;
		padding: 5px 0;
		line-height: 1em;
		display: inline-block;
		letter-spacing: -0.02em;
		color: #15133A;
		max-width: 100px;
		text-align: center;
		min-height: 35px;
	}


.ho_destaque {
	margin-bottom: 50px;
}
	.card {
		margin:0 0 15px 0 ;
		border: none;
		background-color: transparent;
	}
	.card.destaque {}
	.card.destaque article {}
	.card.destaque article .bloco .imagem img {
		border-radius: 10px;
	}
	.card.destaque article .bloco .titulo {
		margin-top: 10px;
	}
	.card.destaque article .bloco .titulo h3 {
		font-size: 36px;
		line-height: 1em;
	}
	.card.destaque article .bloco .excerpt {
		font-size: 18px;
		line-height: 1em;
		margin-bottom: 10px;
	}
	.card.destaque article .bloco .bt-lermais {
		font-size: 16px;
	}
	.card article {}
	.card article .bloco {
		margin-bottom: 10px;
		position: relative;
	}
	.card article .bloco:hover {

	}
	.card article .categoria {
		font-size: 10px;
		background-color: #0B55CC;
		height: 20px;
		color: #FFF;
		padding: 2px 10px 1px 10px;
		border-radius: 15px;
		font-weight: 700;
		text-transform: uppercase;
		z-index: 3;
		letter-spacing: 0.1em;
		top: 5px;
		display: inline-block;
		margin-bottom: 10px;
	}
	.card article .bloco .imagem {
		position: relative;
		overflow: hidden;
		border-radius: 5px;
		z-index: 1;
		position: relative;
	}
	.card article .bloco .imagem img {
		border-radius: 5px;
	}

	.card article .bloco .titulo {
		position: relative;
		z-index: 2;
		margin-top: 10px;
	}
	.card article .bloco .titulo h3 {
		color: #15133A;
		font-size: 20px;
		line-height: 1.3em;
		margin-bottom: 0px;
	}
	.card article .bloco .data {
		font-size: 12px;
		border-radius: 5px;
		color: #768390;
		line-height:1em;
		display: inline-block;
		margin-bottom: 10px;
	}
	.card article .bloco .excerpt {
		color: #525C66;
		font-size: 14px;
	}
	.card article .bloco .excerpt p {
		line-height: 1.4em;
		margin-bottom: 5px;
	}


	.card.card-curso {
		position: relative;
		overflow: hidden;
	}
	.card.card-curso .bloco {}
	.card.card-curso .bloco .imagem {
		position: relative;
	}
	.card.card-curso .bloco .titulo {}
	.card.card-curso .bloco .titulo h3 {
		font-size: 28px;
		margin-top: -10px;
	}
	.card.card-curso .bloco .precooficial {}
	.card.card-curso .bloco .precopromocional {}
	.card.card-curso .bloco .descricao {
		color: #15133A;
	}


/* Geral Categorias em destaque ################################## */
.ge_categorias {
	margin-bottom: 50px;
}
		.ge_categorias .titulo {
			font-weight: 700;
			letter-spacing: -0.035em;
			font-size: 36px;
			color: #0B55CC;
			margin-bottom: 30px;
			line-height: 1em;
		}
	.ge_categorias .coluna {
		z-index: 1;
		margin: 0;
		padding: 10px;
		-webkit-transition: all 150ms ease-in-out;
		-moz-transition: all 150ms ease-in-out;
		-o-transition: all 150ms ease-in-out;
		transition: all 150ms ease-in-out;
		position: relative;
		z-index: 2;
	}
	.ge_categorias .coluna:hover {
		z-index: 2;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.ge_categorias .coluna .imagem {}
	.ge_categorias .coluna .imagem img {
		border-radius: 5px;
	}
	.ge_categorias .coluna:hover{
		transform: scale(1.05);
		z-index: 6;
	}
	.ge_categorias .coluna .descricao {
		position: absolute;
		z-index: 3;
		bottom: 0;
	    padding: 0 0 30px 30px;
	}
	.ge_categorias .coluna .descricao h2{
		font-size: 22px;
		line-height: 1em;
	    color: #15133A;
		margin-bottom: 0px;
	}

/* Geral Newsletter ################################## */
.ge_novosartigos {
	margin-bottom: 50px;
}

/* Geral Newsletter ################################## */
.ge_newsletter {
	margin-bottom: 50px;
}
.ge_newsletter .imagem {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('img/sticker-newsletter.jpg');
	border-radius: 10px 0 0 10px;
}
.ge_newsletter .chamada {
	background-color: #15133A;
	padding: 40px;
	border-radius: 0 10px 10px 0;
}
.ge_newsletter .chamada .titulo {
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1em;
	font-size: 36px;
	color: #B6EEF2;
	margin-bottom: 10px;
}
.ge_newsletter .chamada .texto {
	color: #FFFFFF;
}
.ge_newsletter .formulario {
	background-color: #FFF;
	padding: 40px;
}




.ge_newsletter .formulario form input[type=email] , .ge_newsletter .formulario form input[type=text] , .ge_newsletter .formulario form input[type=tel]  {
	background-color: #FFF;
	height: 42px;
	color: #15133A;
	border: solid 2px #C0C7CF;
	border-radius: 10px;
	padding: 15px 10px 10px 10px;
	width: 100%;
	margin-bottom: 10px;
}
.ge_newsletter .formulario form button[type=submit] {
	width: 100%;
	background-color: #0B55CC;
	letter-spacing: 0.01em;
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	padding: 12px 10px 10px 10px;
	line-height: 1em;
	height: 42px;
	border: none;
	border-radius: 10px;
}



.ge_bannerleaderboard {
	margin-bottom: 80px;
}
	.ge_bannerleaderboard .banner{
		display: inline-block;
	}
	.ge_bannerleaderboard .banner .disclaimer{
		text-align: left;
		font-size: 10px;
		color: #AAAAAA;
	}


/* Geral Depoimentos ################################## */
.ge_depoimento {
	margin-bottom: 100px;
}
	.ge_depoimento .descricao {
		background-color: #FFF;
		padding: 0;
		margin: 0;
	}
	.ge_depoimento .descricao .bloco {
		padding: 60px;
	}
	.ge_depoimento .descricao .bloco .titulo {
		font-weight: 700;
		font-size: 48px;
		line-height: 1em;
		color: #0B55CC;
		margin-bottom: 20px;
	}
	.ge_depoimento .descricao .bloco .texto {
		line-height: 1.6em;
		color: #666;
	}
	.ge_depoimento .descricao {
		border-radius: 5px 0 0 5px ;
	}

	.ge_depoimento .depoimento {
		padding: 0;
	}
	.ge_depoimento .depoimento .slide-depoimento {}
	.ge_depoimento .depoimento .slide-depoimento .slick-list {
		border-radius: 0 30px 30px 0;
	}
	.ge_depoimento .depoimento .slide-depoimento .slide {
		cursor: move; /* fallback if grab cursor is unsupported */
	    cursor: grab;
	    cursor: -moz-grab;
	    cursor: -webkit-grab;
		position: relative;
	}
	.ge_depoimento .depoimento .slide-depoimento .slide:active {
		cursor: grabbing;
		cursor: -moz-grabbing;
		cursor: -webkit-grabbing;
	}
	.ge_depoimento .depoimento .slide-depoimento .slide .bloco {
		z-index: 1;
		position: absolute;
		bottom: 0;
		padding: 30px;
	}
	.ge_depoimento .depoimento .slide-depoimento .slide .imagem {}
	.ge_depoimento .depoimento .slide-depoimento .slide .imagem img {
	}
	.ge_depoimento .depoimento .slide-depoimento .slide .bloco .titulo {
		z-index: 3;
	}
	.ge_depoimento .depoimento .slide-depoimento .slide .bloco .titulo h3 {
		color: #15133A;
	}
	.ge_depoimento .depoimento .slide-depoimento .slick-arrow {
		position: absolute;
		background-color: transparent;
		border: 0;
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: center center;
		width: 40px;
		height: 40px;
		color: transparent;
		text-indent: -50000px;
		position: absolute;
		top: 42%;
		transform: translateY(-42%);
		outline: 0;
		border-radius: 20px;
		padding: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		background-color: #0B55CC;
	}
	.ge_depoimento .depoimento .slide-depoimento .slick-prev {
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'><path d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/></svg>");
	    left: 10px;
	    bottom: 0;
	    z-index: 99;
	}
	.ge_depoimento .depoimento .slide-depoimento .slick-prev:hover {
		left: 5px;
	}
	.ge_depoimento .depoimento .slide-depoimento .slick-next {
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'><path d='M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z'/></svg>");
		right: 10px;
		bottom: 0;
		z-index: 99;
	}
	.ge_depoimento .depoimento .slide-depoimento .slick-next:hover {
		right: 5px;
	}
	.ge_depoimento .vertodos {
		margin-top: 30px;
	}

.ge_populares {
	margin-bottom: 30px;
}

.ge_minilp {
margin-bottom: 80px;
}
.ge_minilp .box {
	background-color: #FFF;
	border-radius: 20px;
}
.ge_minilp .coluna {
}
.ge_minilp .imagem {}
.ge_minilp .imagem img {
	border-radius: 20px 0 0 20px;
}
.ge_minilp .bloco {
	padding: 50px;
	background-color: #FFF;
	border-radius: 0 20px 20px 0;
}

.ge_minilp .bloco .titulo {
	font-size: 32px;
	font-weight: 700;
	color: #15133A;
	line-height: 1em;
	padding-bottom: 10px;
}
.ge_minilp .bloco .texto {
	padding-bottom: 15px;
	font-size: 15px;
}



footer {
	color: #FFF;
}
	footer .menuprincipal .navbar .navbar-collapse .busca form input[type=text] {
		background-color: #FFF;
		color: #FFF;
		border: solid 1px #9ba5af;
	}
	footer .menuprincipal .navbar .navbar-collapse .busca form input[type=submit] {
	    background-color: #FFF;
	    color: #0B55CC;
	}
	footer .menuprincipal .navbar .navbar-collapse .menuprincipal .menu .menu-item a {
		color: #FFF;
	}
	footer .menuprincipal .navbar .navbar-collapse .menuprincipal .menu .menu-item {
		box-shadow: 0 1px 0 #FFF;
	}	
	footer .menuprincipal .navbar .navbar-collapse .menuprincipal .menu .menu-item:hover {
		box-shadow: 0 5px 0 #FFF;
	}
	footer .menuprincipal .navbar .navbar-collapse .menuprincipal {
	    padding-bottom: 10px;
	}
	footer .institucional{
		background-color: #0B55CC;
		padding: 20px 0;
	}
	footer .copyright {
		padding: 15px 0;
		background-color: #15133A;
		font-size: 12px;
		line-height: 1em;
		color: #958096;
	}
	footer .menurodape {
		font-size: 12px;
		color: #ffffff;
	}
	footer .menurodape .menu {
		list-style: none;
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	footer .menurodape .menu .menu-item {
		list-style: none;
		float: left;
	}
	footer .menurodape .menu .menu-item a {
		padding: 0 15px;
		color: #FFF;
		line-height: 1em;
	}

.pg_interna {}
	.single header {
		margin-bottom: 20px;
	}
.pg_interna .cabecalho {}
.pg_interna .cabecalho .bread {
	margin-bottom: 20px;
}
.pg_interna .cabecalho .titulo {
	margin-bottom: 20px;
}
.pg_interna .cabecalho .titulo h1 {
	font-size: 36px;
	line-height: 1em;
}
	.pg_interna .conteudo {
		background-color: #FFF;
		overflow: hidden;
		border-radius: 30px;
		margin-bottom: 50px;
	}
	.pg_interna .conteudo .post {border-right: solid 1px #eeeae5;}
	.pg_interna .conteudo .post .bloco {
		padding: 60px;
	}
	.pg_interna .conteudo .post .bloco .data{
		font-size: 11px;
		border-radius: 15px;
		border: solid 1px #525C66;
		color: #525C66;
		padding: 5px 8px 1px 8px;
		line-height: 1em;
		display: inline-block;
		margin-bottom: 10px;
	}
	.pg_interna .conteudo .post .texto  {
		margin-bottom: 30px;
	}
	.pg_interna .conteudo .post .texto p {
		line-height: 2em;
	}
	.pg_interna .conteudo .post .texto ol {
		padding-left: 30px;
	}
	.pg_interna .conteudo .post .texto li {
		margin-bottom: 15px;
	}
	.pg_interna .conteudo .post .autor {
		margin-bottom: 80px;
		padding: 6px 22px 6px 6px;
		border-radius: 30px;
		border: solid 1px #DDDDDD;
		display: inline-block;
	}


	.pg_interna .conteudo .post .autor img {
		max-width: 36px;
		margin-right: 5px;
		border-radius: 16px;
	}
	.pg_interna .conteudo .post .autor span {
		font-size: 14px;
	}


	.pg_interna .nav-links {
		width: 100%;
		text-align: center;
		margin-top: 4rem;
		margin-bottom: 8rem;
	}
	.pg_interna .nav-links .page-numbers {
		text-decoration: none;
		color: #0B55CC;
		padding: 15px;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		display: inline-block;
		border-radius: 10px;
		box-shadow: 1px	;
		min-width: 48px;
		height: 48px;
		box-shadow: 0 0 10px #e6dfd1;
		background-color: #FFF;
	}
	.pg_interna .nav-links .page-numbers:hover {
		text-decoration: none;
		color: #FFFFFF;
		background-color: #0B55CC;
	}
	.pg_interna .nav-links .next {}
	.pg_interna .nav-links .next {}
	.pg_interna .nav-links .current {
		color: #3e273f;
		border: 1px solid #c9c2b4;
	}



	.pg_ebook {}
		.pg_ebook .cabecalho {
			background-position: center center;
			background-size: cover;
			background-repeat: no-repeat;
			padding: 50px 0;
		}
		.pg_ebook .cabecalho section {
			margin: 30px 0;
		}
		.pg_ebook .cabecalho .legenda {
			color: #FFF;
		}
		.pg_ebook .cabecalho .titulo h1 {
			color: #FFF;
			font-size: 36px;
		}
			.pg_ebook.pg_ativo .cabecalho .titulo h1 {
				color: #0B55CC;
			}
		.pg_ebook .cabecalho .descricao {
			color: #FFF;
		}
			.pg_ebook.pg_ativo  .cabecalho .descricao {
				color: #555555;
			}

		.pg_ebook .cabecalho .atributos {
			margin: 60px 0;
		}
		.pg_ebook .cabecalho .material {
			background-color: #FFF;
			border-radius: 10px;
			padding: 30px;
		}
		.pg_ebook .cabecalho .material .texto {
			color: #666;
			margin-bottom: 15px;
		}
		.pg_ebook .cabecalho .capa {
			margin: 30px 0;
		}
		.pg_ebook .formulario {
			padding: 60px 0;
		}
		.pg_ebook .atributos {
			line-height: 1.4em;
		}
		.pg_ebook .atributos ul {}
		.pg_ebook .atributos ul li {
			margin-bottom: 20px;
		}
		.pg_ebook .formulario .form {
			margin: 30px 0;
			padding: 50px;
			background-color: #FFF;
		}
		.pg_ebook .formulario form input[type=tel],
		.pg_ebook .formulario form input[type=text],
		.pg_ebook .formulario form input[type=email] {
			background-color: #fff;
			height: 42px;
			color: #15133A;
			border: solid 2px #C0C7CF;
			border-radius: 10px;
			padding: 15px 10px 10px;
			width: 100%;
			margin-bottom: 10px;
		}
		.pg_ebook .formulario form button[type=submit] {
			width: 100%;
			background-color: #28a745;
			letter-spacing: .01em;
			font-weight: 700;
			font-size: 16px;
			color: #fff;
			text-transform: uppercase;
			padding: 15px 20px 10px;
			line-height: 1em;
			height: 42px;
			border: none;
			border-radius: 10px;
		}
.pg_cursos{
	margin-bottom: 80px;
}
	.pg_cursos article {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.pg_cursos article:hover {
		transform: translateY(-5px);
	}
	.pg_cursos article a {
		display: inline-block;
	}

.page-template-default header {
    margin-bottom: 20px;
}

.sidebar {
	padding: 30px 30px 0 0;
}
	.sidebar .menusidebar {
		padding: 20px;
		background-color: #eeeae5;
		width: 100%;
		display: inline-block;
		border-radius: 10px;
		margin-bottom: 30px;
	}
	.sidebar .menusidebar .titulo {
		font-weight: 700;
		line-height: 1em;
		letter-spacing: -0.025em;
		color: #15133A;
		font-size: 24px;
		margin-bottom: 15px;
	}
	.sidebar .menusidebar .menu {}
	.sidebar .menusidebar .menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.sidebar .menusidebar .menu ul li {
		margin: 0;
		border-bottom: solid 1px #C0C7CF;
		width: 100%;
	}
	.sidebar .menusidebar .menu ul li a {
		display: inline-block;
		width: 100%;
		padding: 10px 5px 8px 8px;
		line-height: 1em;
		-webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
		-o-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
	}
	.sidebar .menusidebar .menu ul li a:hover {
		background-color: #e4dfd6;
	}
	.sidebar .menusidebar .menu ul li:last-child {
		border-bottom: none;
	}
	.sidebar .busca {
		padding: 20px;
		background-color: #eeeae5;
		width: 100%;
		display: inline-block;
		border-radius: 10px;
		margin-bottom: 30px;
	}
	.sidebar .busca form {}
	.sidebar .busca .titulo {
		font-weight: 700;
		line-height: 1em;
		letter-spacing: -0.025em;
		color: #15133A;
		font-size: 22px;
		margin-bottom: 15px;
	}
	.sidebar .busca form input[type=text] {
		background-color: #FFF;
		height: 38px;
		color: #15133A;
		border: solid 2px #C0C7CF;
		border-radius: 10px;
		padding: 12px 10px 10px 10px;
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 38px;
	}
	.sidebar .busca form input[type=submit] {
		width: 100%;
		background-color: #0B55CC;
		letter-spacing: 0.01em;
		font-weight: 700;
		font-size: 16px;
		color: #FFF;
		text-transform: uppercase;
		padding: 15px 10px 10px 10px;
		line-height: 1em;
		height: 38px;
		border: none;
		border-radius: 5px;
	}
	.sidebar .categorias {
		padding: 20px;
		background-color: #eeeae5;
		width: 100%;
		display: inline-block;
		border-radius: 10px;
		margin-bottom: 30px;
	}
	.sidebar .categorias .titulo {
		font-weight: 700;
		line-height: 1em;
		letter-spacing: -0.025em;
		color: #15133A;
		font-size: 24px;
		margin-bottom: 15px;
	}
	.sidebar .categorias ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.sidebar .categorias ul li {
		margin: 0;
		padding: 8px 0;
		line-height: 16px;
		border-bottom: solid 1px #C0C7CF;
	}
	.sidebar .categorias ul li a:link {}
	.sidebar .categorias ul li a:hover {
		text-decoration: underline;
	}
	.sidebar .categorias ul li:last-child {
		border-bottom: none;
	}





@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px){
}

@media (max-width: 576px) {
	.menuprincipal .navbar .logotipo .logo img {
	    max-width: 100px;
	}
	.menuprincipal .navbar .navbar-collapse .menuprincipal {
	    padding-top: 0;
	    width: 100%;
	}
	.menuprincipal .navbar .navbar-collapse .busca form input[type=text] {
	    width: 62%;
	}
	.menuprincipal .navbar .navbar-collapse .busca form input[type=submit] {
	    width: 35%;
		padding: 10px 15px 10px 15px;
	}
	.menuprincipal .navbar .navbar-collapse .menuprincipal .menu .menu-item {
		float: none;
		display: inline-block;
		width: 100%;
	}
	.menuprincipal .navbar .navbar-collapse .busca {
	    padding: 15px 0;
		width: 100%;
	}
	.menuprincipal .navbar .navbar-collapse .menuprincipal .menu .menu-item {
		padding: 5px 0;
		text-align: center;
	}
	.menuprincipal .navbar .navbar-collapse .menuprincipal .menu .menu-item:last-child {
		border-bottom: none;
	}
	.menuprincipal .navbar .navbar-collapse .menuprincipal .menu .menu-item a {
	    font-size: 18px;
	    font-weight: 700;
	    padding: 5px 5px;
	    line-height: 20px;
	    display: inline-block;
	    letter-spacing: -0.02em;
	    max-width: 100%;
	}




	header {
		padding-bottom: 10px;
	    margin-bottom: 20px;
	}
	header .topo {
	    margin-bottom: 10px;
	}
	header .topo .bloco a span {
		padding: 6px;
		font-size: 8px;
	}
	header .topo .bloco a img {
	    max-width: 45px;
	}
	.card.destaque article .bloco .titulo h3 {
	    font-size: 26px;
		width: 95%;
	}
	.card.destaque article .bloco .excerpt {
	    width: 100%;
	    font-size: 14px;
	}
	.card article .bloco .imagem {
	    border-radius: 15px;
	}
	.card.destaque article .bloco .imagem img {
	    border-radius: 5px;
	}
	.card article .bloco .imagem img {
	    border-radius: 15px;
	}
	.card article .bloco .titulo {
	    margin-top: -10px;
	}






	.ge_categorias .titulo {
	    font-size: 24px;
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	.ge_categorias .coluna {
    	padding: 3px;
	}
	.ge_categorias .coluna .descricao {
	    padding: 15px 10px ;
	}
	.ge_categorias .coluna .descricao h2 {
	    font-size: 12px;
	}
	.ge_categorias .coluna .imagem img {
	    border-radius: 10px;
	}
	.ho_destaque {
	    margin-bottom: 20px;
	}

	.ge_categorias {
	    margin-bottom: 20px;
	}
		.ge_bannerleaderboard {
		    margin-bottom: 30px;
		}

	.ge_depoimento {
		margin-bottom: 40px;
	}
		.ge_depoimento .descricao {
			padding-right: 15px;
			padding-left: 15px;
			border-radius: 0 0 0 0;
			background-color: transparent;
		}
		.ge_depoimento .descricao .bloco {
		    padding: 30px;
			background-color: #FFF;
			border-radius: 20px 20px 0 0;
		}
		.ge_depoimento .descricao .bloco .titulo {
		    font-size: 32px;
		}
		.ge_depoimento .descricao .bloco .texto {
			font-size: 14px;
		    line-height: 1.8em;
		}

		.ge_depoimento .depoimento {
		    padding: 0 15px;
		}
		.ge_depoimento .depoimento .slide-depoimento .slide .imagem img {
		    border-radius: 0 0 20px 20px;
		}
		.ge_depoimento .depoimento .slide-depoimento .slide .bloco {
	    	padding: 10px;
		}
		.ge_depoimento .depoimento .slide-depoimento .slide .bloco .titulo h3 {
			font-size: 20px;
		}

	.ge_newsletter .formulario {
	    border-radius: 20px 20px 0 0;
		margin: 0 15px;
		padding: 30px;
	}
	.ge_newsletter .chamada {
		margin: 0 15px;
	    padding: 30px;
	    border-radius: 0 0 30px 30px ;
	}
	.ge_newsletter .chamada .texto {
		font-size: 16px;
	}


	.ge_newsletter {
	    margin-bottom: 40px;
	}

	.pg_interna .conteudo {
	    border-radius: 15px;
	    margin-bottom: 40px;
	}
	.pg_interna .cabecalho .titulo  {
		margin-bottom: 10px;
	}
	.pg_interna .cabecalho .titulo h1 {
	    font-size: 24px;
	}
	.pg_interna .cabecalho .bread {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.pg_interna .conteudo .post .bloco {
	    padding: 25px;
	}
	.pg_interna .conteudo .post .bloco h2 {
		font-size: 24px;
	}
	.pg_interna .conteudo .post .bloco .texto h2 {
		font-size: 24px;
	}
	.pg_interna .conteudo .post .bloco .texto h3 {
		font-size: 20px;
	}
	.pg_interna .conteudo .post .bloco .texto h4 {
		font-size: 18px;
	}
	.pg_interna .conteudo .post .autor {
		margin-bottom: 60px;
		padding: 5px 20px 5px 5px;
	}
	.pg_interna .conteudo .post .autor img {
		max-width: 24px;
	}
	.pg_interna .conteudo .post .autor span {
		font-size: 9px;
	}


	.pg_ebook .cabecalho .titulo h1 {
	    font-size: 36px;
	}
	.pg_ebook .cabecalho {
	    padding: 0;
	}
	.pg_ebook .cabecalho .capa {
		margin: 10px 0;
	}
	.pg_ebook .cabecalho section {
		margin: 10px 0;
	}
	.pg_ebook .formulario .form {
		padding: 25px;
	}


	.sidebar {
	    padding: 25px;
	}
	.sidebar .categorias {
	    margin-bottom: 0;
	}


	.menuprincipal .navbar .descricao {
	    padding: 10px;
		float: left;
		font-size: 20px;
	    width: 180px;
	}
	footer .menurodape {
		margin: 10px 0;
	}



}


/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

 }


/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
	/******************************************************************
	Site Name:
	Author:

	Stylesheet: Print Stylesheet

	This is the print stylesheet. There's probably not a lot
	of reasons to edit this stylesheet. If you want to
	though, go for it.

	******************************************************************/

}
