/**
    * @outputStyle compressed
    * @debugInfo false
    * @lineComments false
    * nested | expanded | compact | compressed
*/
/* ==========================================================================
    SASS imports and variables
========================================================================== */
/* ==========================================================================
   Font Gill Sans
   ========================================================================== */
@font-face {
  font-family: "droidsans-webfont";
  src: url("fonts/droidsans-webfont.201308061111.eot");
  src: url("fonts/droidsans-webfont.201308061111.eot?#iefix") format("embedded-opentype"), url("fonts/droidsans-webfont.201308061111.woff") format("woff"), url("fonts/droidsans-webfont.201308061111.ttf") format("truetype"), url("fonts/droidsans-webfont.201308061111.svg#droidsans-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ubuntu-m-webfont";
  src: url("fonts/ubuntu-m-webfont.201308061111.eot");
  src: url("fonts/ubuntu-m-webfont.201308061111.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu-m-webfont.201308061111.woff") format("woff"), url("fonts/ubuntu-m-webfont.201308061111.ttf") format("truetype"), url("fonts/ubuntu-m-webfont.201308061111.svg#ubuntu-m-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Font FontAwesome - http://icomoon.io
   ========================================================================== */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.201308061111.eot");
  src: url("fonts/icomoon.201308061111.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.201308061111.woff") format("woff"), url("fonts/icomoon.201308061111.ttf") format("truetype"), url("fonts/icomoon.201308061111.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "icomoon";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

[class^=icon-],
[class*=" icon-"] {
  font-family: icomoon;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.icon-calendar, .icon-twitter, .icon-facebook, .icon-star, .icon-map-marker, .icon-ok, .icon-mouse, .icon-skype, .icon-twitter-2, .icon-facebook-2 {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-calendar:before {
  content: "\f073";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-star:before {
  content: "\f005";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-mouse:before {
  content: "\e000";
}

.icon-skype:before {
  content: "\e001";
}

.icon-twitter-2:before {
  content: "\e002";
}

.icon-facebook-2:before {
  content: "\e003";
}

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Force space for scroll bar
 *
 */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-y: scroll; /* 3 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 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 */ /* 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}

/* ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #ffe7fd;
  text-shadow: none;
  color: #001321;
}

::selection {
  background: #ffe7fd;
  text-shadow: none;
  color: #001321;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #fffe86;
  color: #222;
  padding: 0.5em;
}

.chromeframe a {
  color: #00339a;
}

.chromeframe a:hover {
  color: crimson;
}

/* ==========================================================================
    Author's custom styles
========================================================================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  font-family: "droidsans-webfont", sans-serif;
  min-width: 990px;
}

header {
  overflow: hidden;
  background: #fcfcfc;
}
header .fw {
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
}
header h1 {
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
  font-size: 2em;
  color: #4593c9;
  margin: 30px 0 0 46px;
  padding: 0;
  line-height: 34px;
}
header h1 span {
  width: 24px;
  height: 34px;
  background: url("../img/sprite.2013090418440.png");
  display: block;
  float: left;
  margin-right: 10px;
  background-position: 0px -77px;
}
header h1 a {
  text-decoration: none;
  color: #4593c9;
}
header h2 {
  font-size: 1em;
  font-weight: 400;
  color: #abacb6;
  margin: 10px 0 20px 110px;
  padding: 0;
}
header i {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin: 30px 36px 0 0;
  background: url("../img/sprite.2013090418440.png");
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
header i a {
  display: block;
  height: 32px !important;
}
header i.en {
  background-position: -20px 0px;
  margin-right: 7px;
}
header i.es {
  background-position: -52px 0px;
}
header i:hover {
  position: relative;
  top: 1px;
  cursor: pointer;
}

nav {
  background: #001f34;
  border: 6px solid #4593c9;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  text-align: center;
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
  height: 60px;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  color: #fff;
  display: inline-block;
  background: #001f34;
  font-family: "ubuntu-m-webfont", sans-serif;
  font-size: 1.4em;
  margin: 0px;
  border: 6px solid #001f34;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
nav ul li ul {
  position: absolute;
  border: 0;
  border-bottom: 1px solid #001f34;
  margin-top: 4px;
  margin-left: -1.3em;
  display: none;
}
nav ul li ul li {
  border: 1px solid #001f34 !important;
  border-bottom: 0 !important;
  display: block;
  font-size: 0.8em;
  text-align: left;
}
nav ul li ul li a {
  padding: 5px 5px 5px 15px;
  background: #376381;
  background: rgba(55, 99, 129, 0.9);
  border-left: 6px solid #376381;
}
nav ul li ul li a:hover {
  border-color: #4593c9;
  color: #fffe86;
  background: #1a425d;
  background: rgba(26, 66, 93, 0.9);
}
nav ul li a {
  display: block;
  padding: 8px 1.3em 14px 1.3em;
  color: #fff;
  text-decoration: none;
}
nav ul li.parent {
  padding: 8px 1.3em 14px 1.3em;
}
nav ul li.parent:hover {
  cursor: pointer;
}
nav ul li:hover {
  border-top-color: #4593c9;
  background: #001321;
}
nav ul li.social {
  margin: 0;
  border-top-color: #001f34;
  width: 32px;
  height: 32px;
  background: url("../img/sprite.2013090418440.png");
  text-indent: -9999px;
  position: relative;
  top: 7px;
}
nav ul li.social.facebook {
  background-position: -84px 0px;
  margin: 0 12px 0 10px;
}
nav ul li.social.instagram {
  background-position: -84px -32px;
  margin: 0 12px 0 10px;
}
nav ul li.social.twitter {
  background-position: -116px 0px;
}
nav ul li.social:hover {
  position: relative;
  top: 8px;
}

section.body1 {
  background: #4593c9 url("../img/diag_base_midblue_darker.2013090418440.png");
  border-bottom: 6px solid #c5c6d0;
  margin: 0 auto;
  text-align: center;
}
section.body1 div {
  display: inline-block;
  margin: 26px 12px 26px 12px;
  border-radius: 10px;
  background: #357098;
  background: rgba(21, 23, 23, 0.3);
  width: 300px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  section.body1 div {
    margin: 26px 5px 26px 5px;
  }
}
section.body1 div h1 {
  color: #fff;
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
  font-size: 1.4em;
}
section.body1 div img {
  border: 3px solid #5d8dae;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
section.body1 div p {
  color: #fff;
  font-size: 1.1em;
  margin: 18px 22px 18px 22px;
}
section.body1 div a {
  display: inline-block;
  background: #001f34;
  border-radius: 5px;
  padding: 0.5em 0 0.5em 0;
  width: 204px;
  margin: 0 48px 1em 48px;
  text-decoration: none;
  color: #fffe86;
  position: relative;
}
section.body1 div a:hover {
  top: 1px;
  background: #001321;
}

section.body2 {
  border-bottom: 3px solid #e6e6e6;
  margin: 0 auto;
  margin-bottom: 7px;
  text-align: center;
}
section.body2 div.fw {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 16px;
}
section.body2 div.fw div.left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
section.body2 div.fw div.left div {
  background: #afcde9;
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
  padding: 16px;
  width: 100%;
}
section.body2 div.fw div.left div img {
  float: left;
}
section.body2 div.fw div.left div h1 {
  float: right;
  font-size: 1.15em;
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.2em;
  line-height: 1.2em;
  text-align: right;
  clear: right;
}
section.body2 div.fw div.left div p {
  float: right;
  text-align: right;
  margin: 0 0 0.1em 0;
  font-size: 0.9em;
  clear: right;
}
section.body2 div.fw div.left div a {
  float: right;
  text-decoration: none;
  font-weight: 700;
  color: #00339a;
  padding: 0.1em 0.2em 0.1em 0.2em;
}
section.body2 div.fw div.left div a:hover {
  color: #001321;
  background: #bddcf9;
  box-shadow: 0 1px 1px -1px #728597;
  padding: 0.1em 0.2em 0.1em 0.2em;
}
section.body2 div.fw div.right {
  float: right;
  background: #93b6d7;
  width: 630px;
  border-radius: 10px;
}
section.body2 div.fw div.right h1, section.body2 div.fw div.right h2 {
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
  color: #151717;
  font-size: 1.4em;
  clear: both;
}
section.body2 div.fw div.right h1 span, section.body2 div.fw div.right h2 span {
  display: inline-block;
  width: 30px;
  height: 29px;
  margin: 0 0.7em -6px 0;
  background: url("../img/sprite.2013090418440.png");
  background-position: -148px 0px;
}
section.body2 div.fw div.right p {
  background: #fcfcfc;
  padding: 8px;
  border: 2px solid #73929b;
  border-left: 0;
  border-top: 0;
  margin: 0 1em 1em 1em;
  text-align: left;
  overflow: hidden;
  font-size: 0.95em;
}
section.body2 div.fw div.right img {
  border: 3px solid #5d8dae;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  float: left;
  margin: 0 0 1em 1em;
  overflow: hidden;
}

section.body3 {
  background: #e6e6e6;
  margin-bottom: 7px;
}
section.body3 div.fw {
  width: 926px;
  margin: 0 auto;
  overflow: hidden;
  padding: 16px 32px 16px 32px;
}
section.body3 div.fw img {
  float: left;
  margin-top: 10px;
  display: block;
  transition: all 1s ease-in-out;
}
section.body3 div.fw div {
  width: 804px;
  overflow: hidden;
  padding-left: 32px;
}
section.body3 div.fw div h1 {
  color: #3c71ad;
  font-size: 1.2em;
  margin: 0;
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
}
section.body3 div.fw div p {
  font-size: 0.95em;
  margin: 0.5em 0 0 0;
}
section.body3 div.fw div p.footnote {
  font-size: 0.8em;
  color: #8c8c8c;
}
section.body3 div.fw:hover img {
  transform: rotate(360deg);
}

section.body4 {
  border-top: 3px solid #e6e6e6;
}
section.body4 div.fw {
  width: 926px;
  margin: 0 auto;
  overflow: hidden;
  padding: 16px 32px 0 32px;
}
section.body4 div.fw hr {
  display: block;
  height: 3px;
  border: 0;
  border-top: 3px solid #e6e6e6;
  margin: 1em 0;
  padding: 0;
}
section.body4 div.fw h1 {
  background: #fcfcfc;
  display: inline;
  position: relative;
  top: -40px;
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
  font-size: 1.4em;
}
section.body4 div.fw div {
  margin-top: -40px;
}
section.body4 div.fw img {
  margin-right: 10px;
  margin-top: 6px;
  border: 2px solid silver;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 979px) {
  section.body4 div.fw img {
    margin-right: 2px;
  }
}

div.main.full {
  background: #fcfcfc;
}
div.main.full div.body_title {
  background: #4593c9 url("../img/diag_base_midblue_darker.2013090418440.png");
  border-bottom: 6px solid #c5c6d0;
}
div.main.full div.body_title div.fw {
  width: 926px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 32px 0 32px;
}
div.main.full div.body_title h1 {
  color: #fff;
  text-indent: 2em;
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
}
div.main.full div.body_main div.fw {
  width: 926px;
  margin: 0 auto;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 16px 32px 0 32px;
}
div.main.full div.body_main div.fw img.fr {
  margin: 0 0 1em 2em;
  border: 5px solid #f1f1f3;
  border: 5px solid rgba(197, 198, 208, 0.2);
  border-radius: 5px;
}
div.main.full div.body_main div.fw h2 {
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
}
div.main.full div.body_main div.fw a {
  text-decoration: none;
  background: #e7f3ff;
  color: #00339a;
}
div.main.full div.body_main div.fw a:hover {
  color: #a73a49;
  background: #e7f3ff;
}
div.main.full div.body_main div.fw hr {
  display: block;
  height: 3px;
  border: 0;
  border-top: 3px solid #f1f1f3;
  border-top: 3px solid rgba(197, 198, 208, 0.2);
  margin: 1em 0;
  padding: 0;
  clear: both;
}
div.main.full div.body_main div.fw .op_images {
  width: 500px;
}
div.main.full div.body_main div.fw .op_images img {
  margin: 0.2em;
  border: 3px solid #f1f1f3;
  border: 3px solid rgba(197, 198, 208, 0.2);
  border-radius: 15px;
}

.kvx {
  height: 330px;
}
.kvx p {
  width: 475px;
}

.slideshow {
  position: relative;
  list-style: none;
}
.slideshow li {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  animation: CSS3slideshow 9s ease 0s infinite;
}
.slideshow li:nth-child(2) {
  z-index: 1;
  animation-delay: 4.5s;
}
.slideshow:hover li {
  animation-play-state: paused;
}
@keyframes CSS3slideshow {
  27.78%, 100% {
    opacity: 1;
  }
  50%, 77.78% {
    opacity: 0;
  }
}

div.main.full.contact div.body_main div.fw div.details {
  background: #afcde9;
  border-radius: 10px;
  float: left;
  width: 266px;
  margin: 8px 0 26px 0;
  padding: 16px;
  min-height: 356px;
}
div.main.full.contact div.body_main div.fw div.details h2, div.main.full.contact div.body_main div.fw div.details legend {
  margin: 0;
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  color: #3a7aa7;
}
div.main.full.contact div.body_main div.fw div.details p {
  background: #fcfcfc;
  margin-top: 0;
  padding: 4px;
  border-radius: 3px;
}
div.main.full.contact div.body_main div.fw div.details p.small_note {
  font-size: 0.8em;
  background: transparent;
}
div.main.full.contact div.body_main div.fw div.details p.form_success {
  padding: 1em;
  text-align: center;
}
div.main.full.contact div.body_main div.fw div.details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.main.full.contact div.body_main div.fw div.details li {
  background: #fcfcfc;
  overflow: hidden;
  margin-bottom: 2px;
  padding: 4px;
  border-radius: 3px;
}
div.main.full.contact div.body_main div.fw div.details a {
  text-decoration: none;
  color: #00339a;
  background: #fcfcfc;
}
div.main.full.contact div.body_main div.fw div.details a:hover {
  color: #001321;
  background: #e7f3ff;
}
div.main.full.contact div.body_main div.fw div.details.ii {
  margin: 8px 16px 26px 16px;
}
div.main.full.contact div.body_main div.fw div.details.ii .contact_form h2 {
  font-family: "droidsans-webfont", sans-serif;
  font-size: 1em;
  color: #a73a49;
}
div.main.full.contact div.body_main div.fw div.details.ii .contact_form li {
  background: transparent;
}
div.main.full.contact div.body_main div.fw div.details.ii .contact_form input[type=text], div.main.full.contact div.body_main div.fw div.details.ii .contact_form textarea {
  width: 254px;
  background: #e7f3ff;
  border: 1px solid #c5c6d0;
}
div.main.full.contact div.body_main div.fw div.details.ii .contact_form input[type=text]:focus, div.main.full.contact div.body_main div.fw div.details.ii .contact_form textarea:focus {
  border: 1px solid #fffcb8;
  background: #fffef6;
}
div.main.full.contact div.body_main div.fw div.details.ii .contact_form input[type=submit] {
  background: #001f34;
  border: 0;
  border-radius: 3px;
  color: #fffe86;
  padding: 0.5em 1.5em 0.5em 1.5em;
  float: right;
  position: relative;
  top: 0;
  margin: 0.5em 4px 0 0;
}
div.main.full.contact div.body_main div.fw div.details.ii .contact_form input[type=submit]:hover, div.main.full.contact div.body_main div.fw div.details.ii .contact_form input[type=submit]:active {
  top: 1px;
  background: #001321;
}
div.main.full.contact div.body_main div.fw div.details.ii .contact_form label span {
  background: #fffbb2;
  font-size: 0.8em;
}
div.main.full.contact div.body_main div.fw div.details.ii .contact_form input[type=submit].button_disabled {
  background: #badaf7;
  color: #001f34;
}
div.main.full.contact div.body_main div.fw h2 {
  margin: 0;
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  color: #4593c9;
  clear: both;
}
div.main.full.contact div.body_main div.fw #map_canvas {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  margin: 0 0 1em 0;
  line-height: normal;
}
div.main.full.contact div.body_main div.fw #map_content {
  margin: 0;
  padding-bottom: 0.5em;
}
div.main.full.contact div.body_main div.fw #map_content h1 {
  margin: 0.5em 0 0 0;
  font-size: 1em;
  text-align: left;
}
div.main.full.contact div.body_main div.fw #map_content p {
  margin: 0.5em 0 0.5em 0;
  font-size: 0.95em;
}
div.main.full.contact div.body_main div.fw .map_loading {
  background: url(../img/map_loading.gif) no-repeat center;
}

ul.hits_links {
  list-style: none;
  margin: 0 0 0 140px;
  padding: 0;
}
ul.hits_links li {
  margin-bottom: 2px;
}

/* BORDER RADIUS FIX FOR CHROME */
.map_wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 2em;
}
.map_wrapper > i {
  display: block;
  position: absolute;
}
.map_wrapper > i.top {
  top: 0;
  border-top: 5px solid rgba(0, 0, 0, 0.15);
}
.map_wrapper > i.top:after {
  top: -10px;
  border-top: 5px solid white;
}
.map_wrapper > i.right {
  right: 0;
  border-right: 5px solid rgba(0, 0, 0, 0.15);
}
.map_wrapper > i.right:after {
  right: -10px;
  border-right: 5px solid white;
}
.map_wrapper > i.bottom {
  bottom: 0;
  border-bottom: 5px solid rgba(0, 0, 0, 0.15);
}
.map_wrapper > i.bottom:after {
  bottom: -10px;
  border-bottom: 5px solid white;
}
.map_wrapper > i.left {
  left: 0;
  border-left: 5px solid rgba(0, 0, 0, 0.15);
}
.map_wrapper > i.left:after {
  left: -10px;
  border-left: 5px solid white;
}
.map_wrapper > i.top:not(.right):not(.left), .map_wrapper > i.bottom:not(.right):not(.left) {
  height: 5px;
  left: 15px;
  right: 15px;
}
.map_wrapper > i.left:not(.top):not(.bottom), .map_wrapper > i.right:not(.top):not(.bottom) {
  width: 5px;
  top: 15px;
  bottom: 15px;
}
.map_wrapper > i.top.right, .map_wrapper > i.top.left, .map_wrapper > i.bottom.right, .map_wrapper > i.bottom.left {
  width: 10px;
  height: 10px;
}
.map_wrapper > i.top.right:after, .map_wrapper > i.top.left:after, .map_wrapper > i.bottom.right:after, .map_wrapper > i.bottom.left:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
}
.map_wrapper > i.top.right {
  border-top-right-radius: 10px;
}
.map_wrapper > i.top.right:after {
  border-top-right-radius: 15px;
}
.map_wrapper > i.top.left {
  border-top-left-radius: 10px;
}
.map_wrapper > i.top.left:after {
  border-top-left-radius: 15px;
}
.map_wrapper > i.bottom.right {
  border-bottom-right-radius: 10px;
}
.map_wrapper > i.bottom.right:after {
  border-bottom-right-radius: 15px;
}
.map_wrapper > i.bottom.left {
  border-bottom-left-radius: 10px;
}
.map_wrapper > i.bottom.left:after {
  border-bottom-left-radius: 15px;
}

input#goog-wm-sb {
  background: #001f34;
  border: 0;
  border-radius: 3px;
  color: #fffe86;
  padding: 0.5em 1.5em 0.5em 1.5em;
  position: relative;
  top: 0;
  margin-left: 0.5em;
}

input#goog-wm-sb:hover, input#goog-wm-sb:active {
  top: 1px;
  background: #001321;
}

.wrapper {
  background: #fcfcfc;
}

footer {
  margin: 0 auto;
  padding: 0;
  background: #001f34;
  color: #fff;
  font-family: "ubuntu-r-webfont", sans-serif;
  font-weight: 500;
  font-size: 1em;
}
footer .fw {
  width: 958px;
  margin: 0 auto;
  overflow: hidden;
  padding: 1em;
}
footer .fw div {
  width: 237.5px;
  float: left;
  border: 1px #001f34 solid;
}
footer .fw div ul {
  margin: 0 0 3em 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
footer .fw div ul li {
  font-size: 1.1em;
  color: #fffe86;
}
footer .fw div ul li a {
  text-decoration: none;
  color: #fff;
}
footer .fw div ul li a img {
  margin: 0 0em 0 0;
  vertical-align: middle;
}
footer .fw div ul li a:hover {
  background: #001321;
  color: #4bc5ec;
}
footer .fw p {
  clear: both;
  font-size: 0.9em;
  font-weight: 600;
  color: #86aff3;
}
footer .fw p a {
  color: #86aff3;
  text-decoration: none;
}
footer .fw p a:hover {
  background: #001321;
  color: #4bc5ec;
}

.message-sent, .form_error_message {
  background: #026800;
  margin: 0;
  padding: 1em;
  text-align: center;
  color: #fff;
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  height: 32px;
}

.form_error_message {
  background: #dc143c;
  height: auto;
}
.form_error_message h1 {
  font-size: 1em;
}
.form_error_message li {
  font-size: 0.9em;
}

div.xp_note {
  background: #fffbb2;
  padding: 0.5em 1.4em 0.5em 1.4em;
  border-radius: 10px;
  text-align: center;
}
div.xp_note h1 {
  font-size: 1.4em;
  font-family: "ubuntu-m-webfont", sans-serif;
  font-weight: 500;
}
div.xp_note h1 span {
  display: inline-block;
  height: 44px;
  width: 48px;
  background: #fffbb2 url("../img/sprite.2013090418440.png") no-repeat;
  background-position: 0px -32px;
  margin: 0 0.15em -18px 0;
}
div.xp_note p {
  font-size: 1.2em;
  line-height: 0.9;
}

.nb {
  border: 0 !important;
}

.border-small {
  border: 2px solid #f1f1f3;
  border: 2px solid rgba(197, 198, 208, 0.2);
}

.radius-small {
  border-radius: 3px;
}

p.image_set {
  border: 3px solid #f1f1f3;
  border: 3px solid rgba(197, 198, 208, 0.2);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-top: 20px;
  padding-top: 20px;
  clear: both;
}

.whatsapp {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.whatsapp svg {
  width: 22px;
  height: 22px;
}

/*body.es li.parent.i {
    min-width: 215px;
}

body.es li.parent.ii {
    min-width: 195px;
}*/
/* ==========================================================================
    Media Queries
========================================================================== */
/* ==========================================================================
    Helper classes
========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
    Print styles
========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
      * Don't show links for images, or javascript/internal links
  */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@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) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../img/fancybox_sprite@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}/*# sourceMappingURL=main.css.map */