/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
   	License: none (public domain)
	*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, dl, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: baseline;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, input, textarea, select {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
	word-spacing: 0;
	font-family: Arial;
	font-weight: 100;
	font-style: normal;
	color: #000000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section, summary {
	display: block;
}
a {
	/*display:inline-block;*/
	font-weight: 700;
	text-decoration: underline;
	color: #333333;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
}
ul {
	list-style-type: square;
	list-style-position: inside;
}
li {
	margin: 0 0 0 16px;
	padding: 0;
	vertical-align: baseline;
}
dt {
	margin: 0 0 0 16px;
}
dd {
	margin: 0 0 0 46px;
}

small {
	font-size: 85%;
}
em, i {
	font-style: italic
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help
}
p, fieldset, table, pre {
	margin-bottom: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
img, object, embed, iframe {
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: baseline;
	padding: 0;
}
input[type="text"], input[type="password"] {
	vertical-align: baseline;
	min-width: 150px;
	min-height: 20px;
	padding: 2px;
	border: 1px #aaa solid;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: 700;
}
h1 {
	font-size: 200%
}
h2 {
	font-size: 180%
}
h3 {
	font-size: 164%
}
h4 {
	font-size: 148%
}
h5 {
	font-size: 132%
}
h6 {
	font-size: 116%
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px;
}
input, textarea, select {
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
textarea {
	border: 1px #aaa solid;
	overflow: auto;
	resize: none;
	width: 150px;
	min-height: 100px;
	padding: 2px;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
	background-color: #f8f8f8;
	border: 1px solid #d3d3d3;
	color: #333;
	display: inline-block;
	font-weight: 700;
	height: 30px;
	width: 100px;
	text-align: center;
}
input[type="file"] {
	z-index: 999;
	height: 1px;
	width: 1px;
	position: absolute;
	opacity: 0;
	margin: 0;
	padding: 0;
	left: 0;
}
.filepad {
	display: table-cell;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
	word-spacing: 0;
	font-family: Arial;
	font-weight: 700;
	height: 30px;
	width: 130px;
	text-align: center;
	vertical-align: middle;
	background: #1e8cbe;
	border-radius: 3px;
	border: 1px solid #0074a2;
	box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
	color: #fff;
}
.selectpad select {
	background: transparent;
	padding:1px 0;
	width: 200px;
	font-size: 12px;
	line-height: 23px;
	border: 0;
	height: 23px;
	vertical-align: baseline;
}
optgroup {
	font-style: normal;
	font-weight: 500;
}
option {
	height: 28px;
}
.selectpad {
	width: 180px;
	height: 25px;
	overflow: hidden;
	
	border: 1px #aaa solid;
	padding: 0px;
}

/*
 Theme Name: CEPEUSP
 Theme URI: https://dev.cepe.usp.br
 Author: Web Acadêmica
 Author URI: http://www.webacademica.com.br
 Description: Tema exclusivo do CEPEUSP
 Version: 1.0
 License: Copyright by Web Acadêmica
 */
 @font-face {
  font-family: "Digital";
  src: url("https://cepe.usp.br/wp-content/themes/cepeusp/assets/fonts/digital.TTF");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/cepeusp/assets/fonts/OpenSans-Regular.ttf")
      format("truetype"),
    url("/wp-content/themes/cepeusp/assets/fonts/OpenSans-SemiBold.ttf")
      format("truetype"),
    url("/wp-content/themes/cepeusp/assets/fonts/OpenSans-Bold.ttf")
      format("truetype");
  font-display: swap;
}
#system {
  background-color: #990033;
  padding: 15px;
  display: block;
  width: 245px;
  float: right;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#system a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 18px;
  text-decoration: none;
}
#adminsection ul {
  display: block;
  float: left;
  margin: 25px 40px 35px 10px;
}
#adminsection ul li {
  list-style: none;
  padding: 5px;
  margin: 0 0 0 25px;
  border-bottom: 1px solid #ccc;
}
#adminsection ul li.listcaption {
  margin: 0;
}
#adminsection ul li a {
  color: #000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: normal;
}
#event-data {
  margin-top: 20px;
}
#event-data h2 {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0;
  line-height: 28px;
}
#event-data p {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0;
  line-height: 20px;
}
#event-data p strong {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0;
  line-height: 26px;
}
table {
  margin: 25px 0;
}
td,
th {
  padding: 10px 15px 10px 0;
  font-size: 15px;
}
.group {
  padding: 10px 0 25px 0;
  clear: both;
  min-height: 240px;
}
.group h4 {
  font-size: 15px;
  margin: 10px 0;
}
.group hr {
  margin: 5px 0;
}
.group label {
  display: block;
  width: 45%;
  float: left;
  font-size: 15px;
  padding: 5px 0;
  font-weight: bold;
}
.group label span {
  font-size: 15px;
  padding: 2px 4px;
  line-height: 17px;
  display: block;
}
.fullbox {
  clear: both;
  padding: 10px 0;
  min-height: 80px;
}
#aviso {
  margin: 20px 0 40px 0;
  color: #d90000;
}
.add {
  margin: -40px 20px 10px 0;
  padding: 10px 25px;
  background: #001d7e;
  color: #fff;
  border-radius: 5px;
  float: right;
}
#site-login {
  margin: 10px 0 0 0;
  padding: 25px 15px;
  width: 250px;
  height: 180px;
  background: #001d7e;
  border-radius: 5px;
  float: left;
}
#user,
#password {
  border-radius: 4px;
  border: 0;
  padding: 5px;
  width: 220px;
  margin: 15px 0 0 0;
}
#login-button {
  border-radius: 5px;
  margin: 20px 0 0 0;
  float: right;
}
.login-links {
  float: right;
  margin: 25px 100px 0 0;
  padding: 20px 25px;
  background: #001d7e;
  border-radius: 5px;
}
.login-links a {
  color: #fff;
  size: 15px;
}
#msgbox {
  font-size: 18px;
  padding: 15px 30px;
  background-color: #d93600;
  border-radius: 5px;
  color: #fff;
}
#msgbox a {
  padding: 0;
}
#passed-box {
  font-size: 18px;
  margin: 100px 15px;
  padding: 15px 30px;
  background-color: #42ab9f;
  border-radius: 5px;
  color: #fff;
  min-width: 300px;
}
#fail-box {
  font-size: 18px;
  margin: 40px 20px;
  padding: 15px 30px;
  background-color: #d93600;
  border-radius: 5px;
  color: #fff;
  min-width: 300px;
}
#temperature {
  margin: 15px 0 15px 0;
  width: 250px;
  float: right;
}
#temperature a {
  text-decoration: none;
}

#temperature-title {
  color: #001d7e;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 14px;
  padding: 5px 5px 5px 25px;
}
#dermo-test {
  color: #001d7e;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 17px;
  padding: 20px 5px 5px 60px;
  line-height: 20px;
}
#water {
  margin: 18px 0 0 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #001d7e;
}
#temp-date {
  padding: 2px 5px 5px 75px;
  color: #001d7e;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 14px;
}
#temp-hour {
  color: #001d7e;
  padding: 10px;
}
#temperature img {
  float: left;
  margin: 10px 21px 0 20px;
}
#temperature h3 {
  font-family: "Digital";
  font-size: 40px;
  color: #001d7e;
}
#temperature sup {
  font-size: 22px;
  padding: 0 0 0 10px;
  line-height: 32px;
}
.firstcolor {
  color: #001d7e;
}
.secondcolor {
  color: #009bdb;
}
.thirdcolor {
  color: #d58500;
}
.rouded {
  border-radius: 3px;
}
#modalities-box {
  height: 285px;
  width: 393px;
  float: left;
  margin-top: -30px;
  text-align: justify;
}
#modalities-bar {
  background: #001d7e;
  height: 30px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  padding: 6px;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 18px;
}
#modalities-box ul li {
  float: right;
  list-style: none;
  padding: 5px;
  background: #d58500;
  margin: 2px;
}
#modalities-box ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.form-row {
  padding: 0 10px 20px 0;
}
.tutor {
  padding: 5px;
  background: #001d7e;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0 0 0;
  width: 280px;
  text-transform: uppercase;
  display: none;
}
.form-row select {
  height: 34px;
  margin: 0 5px 0 0;
  font-size: 14px;
}
.form-row input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  text-transform: uppercase;
}
.form-row label {
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0 2px 0;
  text-transform: uppercase;
  display: block;
}
.form-row #suscribe {
  width: 250px;
  padding: 15px;
  height: 50px;
  background: #001d7e;
  color: #fff;
  font-size: 17px;
  border-radius: 4px;
  margin: 25px;
  float: right;
}
.form-row .required {
  color: #d90000;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0 0 2px;
}
.form-row #uspid {
  width: 340px;
}
.form-row #cepeuspid {
  width: 340px;
}
.form-row #email {
  width: 280px;
}
.form-row #pass {
  width: 280px;
}
.form-row #rg {
  width: 480px;
}
.form-row #cpf {
  width: 480px;
}
#cpf-warning {
  margin: 4px 0 12px 0;
}
#cpf-warning p {
  padding: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  letter-spacing: -0.02em;
}
#cpf-warning p a {
  padding: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.form-row #passport {
  width: 480px;
}
label.donthave {
  margin: -50px 0 0 500px;
  display: inline-block;
  vertical-align: middle;
}
label.donthave input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 4px;
}
.form-row #cep {
  width: 280px;
}
.form-row #neighborhood {
  width: 480px;
}
.form-row #city {
  width: 480px;
}
.form-row #phone {
  width: 380px;
}
.form-row #cellphone {
  width: 380px;
}
.form-row #degree {
  width: 700px;
}
.form-row #association {
  width: 700px;
}
.form-row #course {
  width: 700px;
}
#wp-calendar {
  width: 250px;
  height: 200px;
  float: left;
  margin: 0 0 0 20px;
}
#wp-calendar caption {
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  padding: 25px;
}

#wp-calendar td {
  font-size: 18px;
  text-align: center;
  padding: 6px 0;
}
#wp-calendar th {
  font-size: 18px;
  padding: 14px 0;
  text-align: center;
}
#wp-calendar td a {
  font-size: 18px;
  text-decoration: none;
  background: #001d7e;
  padding: 6px 0;
  display: block;
  color: #fff;
  margin: -6px 1px 0 1px;
  border-radius: 5px;
}
#calendarsection {
  width: 750px;
  float: right;
}
.calendar-box {
  width: 750px;
  margin: 10px 0;
  height: 111px;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  padding: 0 2px 0 0;
}
.calendar-box img {
  width: 180px;
  height: 110px;
  float: left;
  margin: 0 10px 0 0;
}
.entry-date h3 {
  color: #fff;
  font-size: 15px;
}
.entry-date div {
  color: #fff;
  font-size: 15px;
  padding: 5px;
}
.entry-date strong {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}
.entry-date {
  color: #fff;
  height: 110px;
  width: 220px;
  float: left;
  background: #d58500;
  padding: 10px 5px 0 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.calendar-box-title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 20px;
}
#calendarsection a {
  text-decoration: none;
}

body {
  background-color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

main {
  width: 1055px;
  margin: 175px auto 0 auto;
  background-color: #fff;
  text-align: left;
}

#site-header {
  width: 100%;
  background-color: #fff;
  z-index: 100;
  position: fixed;
  margin-top: -175px;
}
#site-tools {
  background: #001d7e;
  height: 35px;
}
#site-tools div {
  margin: 0 auto;
  width: 1055px;
  text-align: left;
}
#site {
  float: left;
}
#lang-selection {
  float: right;
}
#lang-selection a {
  color: #fff;
  padding: 10px 25px 10px 5px;
}
#site-tools h1 {
  color: #fff;
  padding: 5px 20px 5px 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 18px;
}
.division-bar {
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
  border-bottom: 1px solid #f2f2f2;
  clear: both;
  margin: 30px 0 30px 0;
}
#site-header-wrapper {
  margin: 10px auto;
  width: 1055px;
  height: 119px;
}
#header-bottom {
  display: none;
  width: 100%;
  height: 2px;
  background-color: #001d7e;
}
#site-areas {
  float: left;
  padding: 10px;
  margin: 15px 0 0 0;
}

#site-areas ul li {
  float: left;
  list-style: none;
  padding: 0 15px;
}
#warning-box {
  width: 393px;
  margin: 10px 5px 10px 0;
  height: 190px;
  float: left;
}
#warning-box p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 5px;
}
#warning-box p a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 21px;
}
#warning-box-bar {
  background: #009bdb;
  height: 30px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#warning-box-bar span {
  color: #fff;
  padding: 6px;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 18px;
}
.post-minibox {
  width: 393px;
  padding: 15px 0 15px 0;
  height: 130px;
}
.post-minibox img {
  width: 180px;
  height: 110px;
  float: left;
  margin-right: 5px;
}
#agenda-box {
  width: 392px;
  margin: 10px 5px 10px 5px;
  float: right;
}
#agenda-box p {
  font-family: "Open Sans", sans-serif;
  width: 190px;
  float: right;
  font-size: 19px;
  line-height: 21px;
  margin: 40px 13px 0 0;
}
#agenda-box-bar {
  background: #d58500;
  height: 30px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#agenda-box-bar span {
  color: #fff;
  padding: 6px;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 18px;
}
.agenda-date div {
  padding: 2px 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
#fullagenda {
  float: right;
  padding: 7px 5px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}
#fullwarnings {
  padding: 7px 10px;
  text-align: right;
}
#fullwarnings a {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}
#site-areas ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
}
#site-social {
  float: right;
  margin: 20px 15px 0 0;
}
#site-social ul li {
  float: left;
  list-style: none;
  margin: 0;
}
#site-social ul li img {
  width: 40px;
  height: 40px;
}
#site-search {
  padding: 25px 0 0 0;
  width: 550px;
  float: left;
}
#s {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 19px;
  border: 1px solid #b4b4b4;
  -webkit-font-smoothing: antialiased;
  height: 30px;
  width: 430px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  outline-width: 0;
  padding-left: 10px;
}
#searchsubmit {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #b4b4b4;
}
#site-description {
  clear: both;
  text-align: left;
  height: 30px;
  background-color: #183e65;
}
#site-description h1 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 7px 15px;
}

#site-menu {
  margin: 0 auto;
  width: 1000px;
  clear: both;
  height: 30px;
  background-color: #068fb5;
}

.menu ul li {
  float: left;
  padding: 7px 15px;
  list-style: none;
}
.menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}
#carroussel {
  height: 340px;
  width: 798px;
  overflow: hidden;
  border-radius: 3px;
}
.carrousel-bar {
  background: #001d7e;
  height: 30px;
}
.carrousel-bar span {
  color: #fff;
  padding: 6px;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 18px;
}

#carroussel-frame {
  position: relative;
  z-index: 40;
}
#carroussel-frame ul li {
  list-style: none;
  float: left;
  margin: 0;
}
.carroussel-caption {
  width: 243px;
  float: left;
}
.carroussel-caption p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-top: 25px;
  padding: 10px;
}

.attachment-thumbnail {
  width: 555px;
  height: 340px;
}

.carroussel-title {
  color: #191917;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  padding: 10px;
}
#carroussel-nav {
  margin: 300px 0 0 260px;
  position: absolute;
  z-index: 90;
}
.carroussel-button {
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  background: #001d7e;
  margin: 0 5px;
  float: left;
  border-radius: 3px;
}
#site-sidebar {
  width: 250px;
  height: 900px;
  float: right;
  border-left: 1px #ccc solid;
}
.site-shop {
  margin-top: -4px;
  float: right;
  width: 250px;
}
.site-shopbar {
  padding: 5px 10px;
  display: block;
  background: #4fa495;
  color: #fff;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.site-shop ul li {
  list-style: none;
  padding: 5px;
  margin: 0 0 0 25px;
  border-bottom: 1px solid #ccc;
}
.site-shop ul li a {
  color: #000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: normal;
}
.site-shop ul li.menu-highlight {
  margin: 5px;
}
#subpages {
  width: 250px;
  float: left;
  margin: 30px 0 20px 0;
}
#subpages h2 {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px 25px;
  line-height: normal;
}
#subpages ul li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
#subpages ul li a {
  color: #000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: normal;
}
#backmap {
  clear: both;
  font-size: 16px;
  text-decoration: none;
  padding: 0 0 10px 10px;
}
#submaps {
  width: 250px;
  float: left;
  margin: 30px 0 20px 0;
}
#submaps h2 {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px 25px;
}
#submaps ul li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
#submaps ul li a {
  color: #000;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
}
#pages {
  margin: 0 0 0 303px;
}
#categorysection h2 {
  background: #001d7e;
  height: 30px;
  color: #fff;
  padding: 6px;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 22px;
  border-radius: 3px;
}
#site-features {
  width: 800px;
  height: 840px;
  float: left;
}
.site-navigation {
  clear: both;
}
#site-branding {
  float: left;
  padding: 10px;
}
#site-title a h1 {
  font-size: 30px;
  margin: 20px;
}
#boxes {
  clear: both;
}
#boxes a {
  text-decoration: none;
}
.box {
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  overflow: hidden;
}
.box-bar {
}
.box-bar span {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  padding: 10px;
  display: block;
  font-weight: 600;
}
.box-bar img {
  margin: 3px 5px 0px 7px;
  float: left;
}

#middle-bar {
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
  border-bottom: 1px solid #f2f2f2;
  clear: both;
  margin: 10px 0 10px 0;
}
#columns {
  clear: both;
  padding-top: 10px;
}
#columns a {
  text-decoration: none;
}
.column {
  margin: 0;
  width: 350px;
  min-height: 700px;
  float: left;
}
#news {
}

.post-box {
  width: 350px;
  padding: 15px;
  height: 320px;
  margin-bottom: 15px;
}
.post-box img {
  width: 320px;
  height: 196px;
  border-radius: 3px;
}
.post-box p {
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin-top: 5px;
  padding: 0 2px;
  text-align: justify;
}
.post-box-title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

#courses {
}

#events {
}

.article-header a {
  text-decoration: none;
}
.article-header a h1 {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0;
  line-height: 28px;
}
.article-summary p {
  margin: 10px 10px 30px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
}
.page {
  min-height: 400px;
}
#map {
  width: 750px;
  margin: 0 0 0 270px;
  min-height: 850px;
}
area {
  background: #ccc;
  display: block;
}
#reports {
  margin: 50px 10px 10px 100px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
#articles {
  width: 800px;
  float: left;
}
#articles article {
  padding: 5px;
}

.article-content p {
  padding-bottom: 1.5em;
  padding: 5px 0 15px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 1.45em;
  text-align: justify;
}
.article-content h2 {
  margin: 5px 5px 5px 0;
}
.article-content h2 > a {
  font-size: 100%;
}
.article-content a {
  padding-bottom: 1.5em;
  padding: 5px 0 15px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 1.45em;
  text-align: justify;
}
.alignleft {
  float: left;
  padding: 0 10px 5px 0;
}

.article-content ul li {
  padding: 5px 0 10px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.5rem;
  text-align: justify;
}

.article-content ol li {
  padding: 5px 0 10px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.5rem;
  text-align: justify;
}

.article-content strong {
  padding: 5px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
.article-meta {
  text-align: right;
}
#invoices {
}
#invoices h3,
#invoices h3 a {
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0 0 20px 0;
}
#invoice-dw {
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0 0 20px 0;
}
#invoices label {
  display: block;
  font-size: 15px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 2px 0 2px 25px;
}
#confirm_user label {
  display: block;
  font-size: 15px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 2px 0 2px 25px;
}
#invoices p {
  font-size: 15px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  padding: 2px 0 2px 25px;
}
#invoices p strong {
  font-size: 15px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 2px 0 2px 25px;
}
#genpay {
  width: 250px;
  padding: 15px;
  height: 50px;
  background: #001d7e none repeat scroll 0% 0%;
  color: #fff;
  font-size: 17px;
  border-radius: 4px;
  margin: 25px 0;
}
.user-ok {
  font-size: 18px;
  line-height: 24px;
  margin: 40px 0;
  padding: 15px 30px;
  background-color: #008c46;
  border-radius: 5px;
  color: #fff;
  min-width: 300px;
}
.user-warning {
  display: none;
  font-size: 18px;
  line-height: 24px;
  margin: 40px 0;
  padding: 15px 30px;
  background-color: #d93600;
  border-radius: 5px;
  color: #fff;
  min-width: 300px;
}
.user-warning a {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  font-weight: normal;
}
.okbox {
  display: none;
}
#invoices p#offtax {
  display: block;
  font-size: 17px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 15px 0 2px 25px;
}
#okbox {
  padding: 15px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
#okbox a {
  display: block;
}
#user-name h3 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  margin: 20px 0;
  line-height: 26px;
}
.status-line {
  padding: 5px 0 5px 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
.status-line a {
  padding: 5px 0 5px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
.step-handle {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 18px;
  text-decoration: none;
  background-color: #001d7e;
  padding: 15px;
  width: 200px;
  float: left;
  margin: 20px 20px;
}
.step-link {
  padding: 20px 0 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

#steps {
  clear: both;
  padding: 20px 20px 20px 20px;
}
#step-tools {
  clear: left;
  margin: 10px 0;
}
#step-tools a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 16px;
  text-decoration: none;
  background-color: #990033;
  padding: 15px;
  margin: 5px;
}
.button-wrapper {
  width: 50%;
  height: 60px;
  float: left;
}
#previous-step {
  text-decoration: none;
}
#previous-step div {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 18px;
  text-decoration: none;
  background-color: #990033;
  padding: 15px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#next-step div {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 18px;
  text-decoration: none;
  background-color: #990033;
  padding: 15px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#next-step {
  text-decoration: none;
}
#tipssection {
  clear: both;
}
#tipssection a {
  text-decoration: none;
}
.tip-box {
  width: 349px;
  padding: 15px;
  height: 320px;
  margin-bottom: 15px;
  float: left;
}
#tips-bar {
  height: 40px;
}
.tip-box img {
  width: 320px;
  height: 196px;
  border-radius: 3px;
}
.tip-box p {
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin-top: 5px;
  padding: 0 2px;
  text-align: justify;
}
#footer {
  height: 450px;
  position: relative;
  clear: both;
  background: #001d7e;
}
#site-map {
  float: left;
  margin: 25px;
}
#site-map h3 {
  color: #fff;
  margin: 0 0 15px 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 18px;
}
#site-map ul {
  margin: 0 0 0 15px;
}
#site-map ul li {
  list-style: none;
  padding: 2px 0;
  margin: 0 0 0 15px;
}
#site-map ul li.map-highlight {
  margin: 0;
}
#site-map ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}
#sponsors {
  width: 500px;
  float: right;
  margin: 65px 20px 0 0;
}
#sponsors div {
  float: left;
}
#usp {
  margin: 20px 0 0 75px;
}
#copyright {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  color: #fff;
}
#credits {
  bottom: 50px;
  text-align: center;
  position: absolute;
  margin: 0 340px;
}
