@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic);
button, [type=button], [type=reset], [type=submit], a.button {
  appearance: none;
  background-color: #f14949;
  border: 0;
  border-radius: 2px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  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, a.button:hover, a.button:focus {
  background-color: shade(#f14949, 20%);
  color: black;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, a.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type=button]:disabled:hover, [type=reset]:disabled:hover, [type=submit]:disabled:hover, a.button:disabled:hover {
  background-color: #f14949;
}

.more-link {
  font-weight: bold;
}
.more-link::after {
  content: "→";
  display: inline-block;
  margin: 0 6px;
}
.more-link:hover::after {
  margin-left: 12px;
}

fieldset {
  margin-bottom: 20px;
  background: white;
}
#contact-message-immigration-path-form fieldset {
  background-color: transparent;
  border: 0;
  padding: 0;
}

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

label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.375em;
}
label.option {
  display: inline;
}
label.form-required::after {
  content: " *";
  color: #f14949;
}

input,
select,
textarea {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 18px;
}

[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 {
  appearance: none;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  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: shade(#fff, 20%);
}
[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: #14809c;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(20, 128, 156, 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: shade(#fff, 5%);
  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 #999;
}
[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: tint(#285054, 40%);
}

textarea {
  resize: vertical;
}

.form-radios {
  margin-left: 20px;
}

.field--type-boolean .form-item {
  display: inline;
  margin-right: 20px;
}

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

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

select {
  max-width: 100%;
  width: auto;
  padding: 9px 15px 9px 15px;
}

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

input[type=search] {
  box-sizing: border-box;
}

.contact-message-feedback-form {
  clear: both;
}
@media all and (min-width: 960px) {
  .contact-message-feedback-form .field--name-field-first-name, .contact-message-feedback-form .field--name-field-last-name, .contact-message-feedback-form .field--name-field-location, .contact-message-feedback-form .field--name-field-phone {
    width: calc(50% - 10px);
    float: left;
  }
  .contact-message-feedback-form .field--name-field-first-name, .contact-message-feedback-form .field--name-field-location {
    margin-right: 20px;
  }
  .contact-message-feedback-form .form-item-mail {
    clear: both;
  }
}

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

dl {
  margin: 0;
}

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

dd {
  margin: 0;
}

.block-local-actions-block li {
  list-style-type: none;
}

figure {
  margin: 0;
}

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

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

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

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #999;
}

th {
  font-weight: 600;
}

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

html {
  color: #285054;
  font-family: "Open Sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin: 1.5em 0 0.5em 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0.2em;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0.2em;
}

h1,
h2 {
  letter-spacing: -1px;
}

h1 {
  font-size: 2.1em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
@media all and (min-width: 960px) {
  h1 {
    font-size: 3em;
  }
}
@media all and (min-width: 1440px) {
  h1 {
    font-size: 3em;
  }
  .page-node-type-page h1 {
    font-size: 4em;
  }
}

h2 {
  font-size: 1.8em;
}

.field-as-section h2.label, .field-as-section h2.group, .field-as-section legend, .view-packages h2.label, .view-packages h2.group, .view-packages legend, .view-package-groups h2.label, .view-package-groups h2.group, .view-package-groups legend, .contact-us-form h2.label, .contact-us-form h2.group, .contact-us-form legend {
  width: 100%;
  padding: 20px 40px;
  background: #6daeb5;
  color: white;
  font-weight: normal;
  margin-bottom: 0;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #14809c;
  text-decoration: none;
  transition: color 150ms ease;
}
a:hover {
  color: #f14949;
}
a:active, a:focus {
  color: shade(#14809c, 45%);
}

hr {
  border-bottom: 1px solid #999;
  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=base.css.map */
