@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Belleza);
@import url(https://fonts.googleapis.com/css?family=Cantarell);

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #555;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  /* font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: #444444;
  color: #fff;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #555;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  /* font-weight: 600; */
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  /* display: block; */
  font-weight: normal;
  /* margin-bottom: 0.375em; */
  margin: 0;
}

input,
select,
textarea {
  display: block;
  /* font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

input[type=text],
input[type=number],
textarea {
  border:1px solid #ccc;

  background-color:#eaeff4;
  padding:5px;
  font-size:10px;
  color:#777;
  font-family:Geneva, sans-serif;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius:2px;

  -moz-box-shadow:    3px 3px 10px -4px #BFC4C8 inset;
  -webkit-box-shadow: 3px 3px 10px -4px #BFC4C8 inset;
  box-shadow:         3px 3px 10px -4px #BFC4C8 inset;
}

#main input[type=text],
#main input[type=number],
#main textarea {
  background-color:#FFFFFF;
}

input[type=text],
input[type=email] {
  height:20px;
}

input[type=text]:focus,
textarea:focus {
  border:1px solid #ccc;
  background-color:#fff;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  /*
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #cccccc;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #555;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #858585;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #858585;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #858585;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(85, 85, 85, 0.6);
  outline-offset: 2px;
}

input[type="search"] {
  /*
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  /*  vertical-align: top; */
}

img.align-left {
  margin-right: 15px;
}

img.align-right {
  margin-left: 15px;
}

/*
table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}
*/

table {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
}

thead {
  line-height: 1.3;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

/*
tr {
  border-bottom: 1px solid #ddd;
}
*/

th {
  font-weight: 600;
}

th,
td {
  /* padding: 0.75em 0.75em 0.75em 0; */
}


html {
  color: #333;
  /* font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
  margin: auto;
}

h1,
h1 span,
h2.title,
div.componentheading,
.component-content .title {
  color:#1b5189;
  font-size:25px;
  font-family: 'Belleza', sans-serif;
  letter-spacing: 0;
}

h1 a,
h1 span,
h1 a span,
h2.title a,
div.componentheading a,
.component-content .title a {
  font-family: inherit;
  font-size:inherit;
  font-weight:inherit;
  color:inherit;
}

h1,
h1 span {
  margin-bottom:12px;
}

h1.main {
  margin-bottom:15px;
}

h1 span {
  color: #577323;
  font-family: "Belleza",sans-serif;
  font-size: 28px;
  font-weight: 400;
}

h2 {
  color:#1b5189;
  font-family: 'Belleza', sans-serif;
  font-size:20px;
  margin-bottom:15px;
}

h2.port_title{
  font-family: 'Belleza', sans-serif;
  font-size: 17px;
  margin-bottom: 3px;
  color:#1b5189;
}

h3 {
  font-family: 'Belleza', sans-serif;
  font-size:19px;
  color:#1b5189;
  margin-bottom:5px;
}

h3.underline{
  font-family: 'Belleza', sans-serif;
  font-size:17px;
  color:#545456;
  border-bottom:solid 1px #ccc;
  padding-bottom:5px;
  margin-bottom:12px;
}

/* .module-title h2, */
h3.underline2 {
  font-family: 'Belleza', sans-serif;
  font-size: 20px;
  color: #1b5189;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

h3.underline3{
  font-family: 'Belleza', sans-serif;
  font-size: 20px;
  color: #1b5189;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  margin-bottom: 9px;
  margin-top: 15px;
}

h3.background {
  background:#1b5189;
  color:#FFFFFF;
  padding:5px 15px;
  margin-left:1px;
  margin-right:1px;

}

h3.background-schedule {
  background:#2d72b9;
  color:#FFFFFF;
  padding:5px 15px;
  margin-left:1px;
  margin-right:1px;
  text-align:left;
}

.background-schedule h3.schedtitle {
  color:#FFFFFF;
  float: left;
  visibility: visible;
}

h3 a {

}

h4 {
  color: #1b5189;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
}

h4 a {
  color:inherit;
}

h5 {
  font-size:14px;
  color:inherit;
  margin-bottom: 15px;
  padding:0px;
}

p {
  margin: 0 0 15px 0;
}

a {
  color: #FDFCFC;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
}

a:active,
a:focus,
a:hover {
  color: #1b5189; /* #FDFCFC; */
}

a:focus {
  outline: 1px dotted #1b5189;
}

.date,
a.date:active,
a.date:focus {
  color: #666;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* # sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJhc2UvYmFzZS9fYnV0dG9ucy5zY3NzIiwiYmFzZS9jb25maWcvX3ZhcmlhYmxlcy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL3NldHRpbmdzL19zZXR0aW5ncy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL2xpYnJhcnkvX2ZvbnQtc3RhY2tzLnNjc3MiLCJiYXNlL2NvbmZpZy9fZ3JpZC1zZXR0aW5ncy5zY3NzIiwiYmFzZS9iYXNlLmNzcyIsIm5vZGVfbW9kdWxlcy9ib3VyYm9uL2NvcmUvYm91cmJvbi9saWJyYXJ5L19zaGFkZS5zY3NzIiwiYmFzZS9iYXNlL19mb3Jtcy5zY3NzIiwibm9kZV9tb2R1bGVzL2JvdXJib24vY29yZS9ib3VyYm9uL2xpYnJhcnkvX3RpbnQuc2NzcyIsImJhc2UvYmFzZS9fbGlzdHMuc2NzcyIsImJhc2UvYmFzZS9fbWVkaWEuc2NzcyIsImJhc2UvYmFzZS9fdGFibGVzLnNjc3MiLCJiYXNlL2Jhc2UvX3R5cG9ncmFwaHkuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJQTtFQUNFLHlCQUFnQjtLQUNoQixzQkNpQ2tCO1VEaENWLGlCQUFDO0VBQ1QsdUJDb0JzQjtFRG5CdEIsVUVzQitCO0VGckIvQixtQkFBZTtFQUNmLFlBQVM7RUFDVCxnQkdPQTtFSE5BLHNCSVpjO0VKYWQsZ0VBQW1DO0VBQ25DLGdCQUFnQjtFQUNoQixvQ0FBYztFQUNkLGlCQ1lhO0VEWGIsZUFBWTtFQUNaLHNCQUFxQjtFQUNyQixtQkFBWTtFQUNaLHNCQUFpQjtFQUNqQixnREFBc0I7RUFDdEIsMkNBQW1CO0VBZ0JwQix3Q0FBQTtFS2xCQywwQkFBMEI7S0xqQjVCLHVCQXNCUztNQUNMLHNCTUVtQztVSkVOLGtCQUFJO0VGRmxDLHVCQUFBO0VLSEQsb0JBQW9CO0NMdEJ0Qjs7QUt5QkE7RUxTRywwQkFBQTtFS1BELFlBQVk7Q0wzQmQ7O0FLOEJBO0VBQ0Usb0JBQW9CO0VFOUJ0QixhQUFTO0NGZ0NSOztBQUVEO0VFOUJFLHVCQUFVO0NBQ1g7O0FBRUQ7RUFDRSw4QkFBZ0I7RUFDaEIsVUFBQTtFQUNBLFVBQVU7RUFDWCxXQUFBO0NGZ0NBOztBQUVEO0VFOUJFLGlCQUFhO0VBQ2IsdUJBQWlDO0VBQ2xDLFdBQUE7Q0ZnQ0E7O0FFN0JEO0VBQ0EsZUFBUztFQUNQLG9CQUFjO0VBQ2QsdUJKVEE7Q0V5Q0Q7O0FBRUQ7OztFRTVCRSxlQUFBO0VBQ0EsZ0VOQ2U7RU1BZixnQk5SbUI7Q0l3Q3BCOztBQUVEO0VFOUJFLHlCQUEwQjtLQUMxQixzQk51QmM7VU10QlAsaUJBQUk7RUF3QlosdUJBQUE7RUZTQyx1QkFBdUI7RUUzQ3pCLG1CQVlTO0VBQ0wsd0REaEJtQztVQ2lCcEMsZ0RBQUE7RUZpQ0QsK0JBQStCO1VFL0MzQix1QkFBZ0I7RUFpQmxCLHNCTlZnQjtFTVdoQixlQWhEZTtFQWlEZiw0Q0FBYTtFQUNkLHVDQUFBO0VGaUNELG9DQUFvQztFRXJEdEMsWUFzQmI7Q0ZpQ2M7O0FBRUQ7RUFDRSxzQkFBc0I7Q0UxRHhCOztBRjZEQTtFQUNFLG1CQUFtQjtFRTlEckIsdUZBK0JnQjtVQ2xDSiwrRUFBMkI7RURvQ3BDLGNBQUE7Q0ZpQ0Y7O0FBRUQ7RUU5QkMsMEJBQUE7RUZnQ0Msb0JBQW9CO0NFOUJ0Qjs7QUZpQ0E7RUU5QkUsdUJBQWdDO0NBQ2pDOztBRmlDRDtFRTlCRSxlTmpEYztDSWlGZjs7QUFFRDtFRTlCQSxlQUFPO0NGZ0NOOztBQUVEO0VFOUJDLGVBQUE7Q0ZnQ0E7O0FBRUQ7RUU5QkEsZUFFRDtDQURDOztBRmlDQTtFRTdCRyxpQkFBQTtDRitCRjs7QUFFRDs7RUFFRSxnQkFBZ0I7RUlsSWhCLHNCQUFBO0NBQ0Y7O0FKcUlBO0VJbElFLHNCQUFVO0VBQ1gsWUFBQTtDSm9JQTs7QUFFRDtFSWxJQyxxQkFBQTtFSm9JQyxnQkFBZ0I7RUlsSWhCLFlBQUM7Q0pvSUY7O0FBRUQ7Ozs7RUkvSEMseUNBQUE7RUpvSUMsb0JBQW9CO0NLdEp0Qjs7QUx5SkE7RUFDRSwrQkFBK0I7VUt0SjlCLHVCQUFBO0NBQ0g7O0FMeUpBOztFS3JKQyxzQkFBQTtFTHdKQyxVQUFVO0VNaktaLFdBQU07Q05tS0w7O0FBRUQ7RU1qS0UsVUFBVTtDTm1LWDs7QUFFRDtFTWpLQSxpQkFBTTtFQUNKLFVBQUE7Q05tS0Q7O0FBRUQ7RU1qS0EsVUFBTTtDTm1LTDs7QUFFRDtFTWpLRSxVQUFDO0NObUtGOztBQUVEOztFTWhLRSxnQkFBZ0I7RUFDakIsYUFBQTtFTm1LQyxvQkFBb0I7Q01qS3RCOztBTm9LQTtFTWpLQywwQkFBQTtFTm1LQyxnQkFBZ0I7RU8vTGxCLG9CQUFLO0VBQ0gsaUJYZ0NjO0VXL0JkLFlBQVc7Q1BpTVo7O0FBRUQ7RU8vTEMsaUJBQUE7RVBpTUMsdUJBQXVCO0NPL0x6Qjs7QUFFQTtFQUNFLG9CQUFBO0NBQ0Y7O0FQa01BO0VPL0xFLDhCUmZjO0NDZ05mOztBQUVEO0VBQ0UsaUJBQWlCO0NPL0xuQjs7QVBrTUE7O0VPOUxFLGdDQUFDO0NQaU1GOztBQUVEO0VPL0xFLFlBQUM7RUFDRCxnRUFBZ0I7RUFDakIsZ0JBQUE7RVBpTUMsaUJBQWlCO0VPL0xqQix1QkFBQztDUGlNRjs7QUFFRDs7Ozs7O0VPMUxFLGdFWForQjtFV2FoQyxnQkFBQTtFUGlNQyxpQkFBaUI7RU8vTGpCLG1CQUFBO0NQaU1EOztBQUVEO0VPekxDLGlCQUFBO0NQMkxBOztBQUVEO0VPOUxHLGlCQUFBO0NQZ01GOztBQUVEO0VPN0xFLGlCQUFjO0NQK0xmOztBQUVEO0VPN0xDLGlCQUFBO0NQK0xBOztBQUVEO0VPNUxFLGlCQUFnQjtDQUNqQjs7QUFFRDtFQUNFLG1CQUFrQjtDUDhMbkI7O0FBRUQ7RU81TEUsWUFBUTtFQUNULHNCQUFBO0VQOExDLHFDQUFxQztFTzNMdkMsZ0NBQUs7RUFDSCw2QkFBZTtDUDZMaEI7O0FBRUQ7RUFDRSxlQUFlO0NBQ2hCOztBQUVEO0VBQ0UsOEJBQThCO0VBQzlCLGVBQWU7RUFDZixnQkFBZ0I7RUFDaEIsY0FBYztFQUNkLGdCQUFnQjtDQUNqQjs7QUFFRDtFQUNFLHFEQUFxRDtFQUNyRCxpQkFBaUI7Q0FDbEI7O0FBRUQ7RUFDRSwwQkFBMEI7RUFDMUIsZUFBZTtFQUNmLGFBQWE7RUFDYixjQUFjO0VBQ2QsMEJBQTBCO0NBQzNCOztBQUVEO0VBQ0Usa0NBQWtDO0VBQ2xDLGFBQWE7RUFDYixvQkFBb0I7Q0FDckIiLCJmaWxlIjoidG8uY3NzIn0= */
/* # sourceMappingURL=base.css.map */
