@charset "UTF-8";
/* ==========================================================================
   Imports
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/**
 * Usage:font-size: em(12);
 */
/**
 * Usage:
 * @include keyframes(Name of Animation) {
 *     rules...
 * }
 * 
 */
/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* ==========================================================================
   Wrapper
   ========================================================================== */
.wrapper {
  width: 1100px;
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
.main-header {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.main-header .logo {
  padding: 10px 0 2px 0;
  width: 165px;
  display: inline-block;
}
.main-header .logo .logo-image {
  width: 100%;
}
.main-header .nav {
  float: right;
}

/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

em {
  font-size: 12px;
}

/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
.newsletter {
  padding: 30px 0;
  background-color: #F1F0F0;
}
.newsletter:before, .newsletter:after {
  content: " ";
  display: table;
}
.newsletter:after {
  clear: both;
}
.newsletter .content-left,
.newsletter .content-right {
  width: 50%;
}
.newsletter .content-left {
  float: left;
}
.newsletter .content-right {
  float: right;
}
.newsletter .newsletter-title {
  margin: 0;
  color: #636262;
  height: 40px;
  line-height: 40px;
  margin-top: 8px;
  font-size: 1em;
}
.newsletter .newsletter-title .ico {
  float: left;
  font-size: 2.1875em;
  margin-right: 8px;
}
.newsletter .newsletter-title .text {
  padding-top: 10px;
}
.newsletter #form-news {
  position: relative;
  text-align: right;
}
.newsletter .email {
  width: 90%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e1e1e1;
  padding: 5px 80px 5px 5px;
  background-color: #ffffff;
  background-image: none;
}
.newsletter .button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 8px;
  top: 10px;
  text-transform: uppercase;
  font-size: 1.125em;
}

/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
.newsletter {
  padding: 30px 0;
  background-color: #F1F0F0;
}
.newsletter:before, .newsletter:after {
  content: " ";
  display: table;
}
.newsletter:after {
  clear: both;
}
.newsletter .content-left,
.newsletter .content-right {
  width: 50%;
}
.newsletter .content-left {
  float: left;
}
.newsletter .content-right {
  float: right;
}
.newsletter .newsletter-title {
  margin: 0;
  color: #636262;
  height: 40px;
  line-height: 40px;
  margin-top: 8px;
  font-size: 1em;
}
.newsletter .newsletter-title .ico {
  float: left;
  font-size: 2.1875em;
  margin-right: 8px;
}
.newsletter .newsletter-title .text {
  padding-top: 10px;
}
.newsletter #form-news {
  position: relative;
  text-align: right;
}
.newsletter .email {
  width: 90%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e1e1e1;
  padding: 5px 80px 5px 5px;
  background-color: #ffffff;
  background-image: none;
}
.newsletter .button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 8px;
  top: 10px;
  text-transform: uppercase;
  font-size: 1.125em;
}

/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
.nav-list {
  margin: 0;
  height: 76px;
}
.nav-list:before, .nav-list:after {
  content: " ";
  display: table;
}
.nav-list:after {
  clear: both;
}
.nav-list li {
  float: left;
  height: 76px;
  margin-left: 2px;
  vertical-align: middle;
  list-style-type: none;
}
.nav-list li:hover, .nav-list li.current-page {
  background-color: #4A6087;
}
.nav-list li:hover a, .nav-list li.current-page a {
  color: #fff;
}
.nav-list li a {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 30px 10px;
  text-decoration: none;
  color: #4d4d4d;
}

/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
form input[type="text"],
form input[type="search"],
form input[type="password"],
form input[type="email"],
form input[type="number"]
select,
form textarea {
  outline: none;
  -webkit-appearance: none;
}
form input[type="text"]:hover, form input[type="text"]:focus, form input[type="text"]:active,
form input[type="search"]:hover,
form input[type="search"]:focus,
form input[type="search"]:active,
form input[type="password"]:hover,
form input[type="password"]:focus,
form input[type="password"]:active,
form input[type="email"]:hover,
form input[type="email"]:focus,
form input[type="email"]:active,
form input[type="number"]
select:hover,
form input[type="number"]
select:focus,
form input[type="number"]
select:active,
form textarea:hover,
form textarea:focus,
form textarea:active {
  outline: none;
}
form input[type="text"],
form input[type="search"],
form input[type="password"],
form input[type="email"],
form select,
form textarea {
  width: 100%;
  height: 45px;
  text-indent: 5px;
  border-radius: 3px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
}
form input[type="text"]:disabled,
form input[type="search"]:disabled,
form input[type="password"]:disabled,
form input[type="email"]:disabled,
form select:disabled,
form textarea:disabled {
  color: #CBCBCB;
  background: #F4F4F4;
  background-image: none;
}
form input[type="text"]:disabled:hover,
form input[type="search"]:disabled:hover,
form input[type="password"]:disabled:hover,
form input[type="email"]:disabled:hover,
form select:disabled:hover,
form textarea:disabled:hover {
  cursor: not-allowed;
}
form input[type="text"].has-error,
form input[type="search"].has-error,
form input[type="password"].has-error,
form input[type="email"].has-error,
form select.has-error,
form textarea.has-error {
  border-color: red;
}

/* ==========================================================================
   Group Horizontal
   ========================================================================== */
.group-horizontal:before, .group-horizontal:after {
  content: " ";
  display: table;
}
.group-horizontal:after {
  clear: both;
}
.group-horizontal .group-first,
.group-horizontal .group-last {
  width: 50%;
  float: left;
}
.group-horizontal .group-first {
  border-radius: 3px 0 0 3px;
}
.group-horizontal .group-last {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

/* Remove “X” from search input field on Chrome and IE */
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

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

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

/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
.footer {
  background-color: #fff;
}
.footer .title {
  color: #4A6087;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer .sac,
.footer .portals,
.footer .social {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #313131;
  margin-right: 60px;
}
.footer .portals a {
  color: #4d4d4d;
  text-decoration: none;
}
.footer .portals a:hover {
  text-decoration: underline;
}
.footer .social .social-item {
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 1.375em;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  margin-right: 15px;
  display: inline-block;
  background-color: #F1F0F0;
}
.footer .social .social-link {
  display: block;
  color: #4d4d4d;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .newsletter .newsletter-title .ico:before, .footer .social .facebook .ico, .footer .social .twitter .ico, .footer .social .linkedin .ico {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .newsletter .newsletter-title .pull-left.ico:before, .footer .social .facebook .pull-left.ico, .footer .social .twitter .pull-left.ico, .footer .social .linkedin .pull-left.ico {
  margin-right: .3em;
}
.fa.pull-right, .newsletter .newsletter-title .pull-right.ico:before, .footer .social .facebook .pull-right.ico, .footer .social .twitter .pull-right.ico, .footer .social .linkedin .pull-right.ico {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.newsletter .newsletter-title .ico:before {
  content: "";
}

.footer .social .twitter .ico:before {
  content: "";
}

.footer .social .facebook .ico:before {
  content: "";
}

.footer .social .linkedin .ico:before {
  content: "";
}

/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #FCFCFC;
}

.img-responsive {
  width: 100%;
  display: block;
}

.center,
.align-center {
  text-align: center;
}

#popup_container {
  border-radius: 5px;
  border-color: #fff;
}

#popup_title {
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 8px;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  background-color: #4A6087 !important;
}

#popup_message {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

#popup_panel {
  margin: 20px 0 10px 0;
}
#popup_panel input {
  outline: none;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 3px;
  background-color: #4A6087 !important;
  font-family: "Roboto", sans-serif;
}

/* ==========================================================================
   Helpers
   ========================================================================== */
.text-red {
  color: #4A6087;
}

.text-small {
  font-size: 0.875em;
}

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

/*# sourceMappingURL=common.css.map */
