/* ==========================================================================
   =Reset and Normalize
   ========================================================================== */
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;
}

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

/**
	 * 1. Correct the line height in all browsers.
	 * 2. Prevent adjustments of font size after orientation changes in
	 *    IE on Windows Phone and in iOS.
	 */
html {
  line-height: 1;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
	 * 1. Add the correct box sizing in Firefox.
	 * 2. Show the overflow in Edge and IE.
	 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/**
	 * Hide the overflow in IE.
	 */
svg:not(:root) {
  overflow: hidden;
}

/**
	 * 1. Correct color not being inherited.
	 *    Known issue: affects color of disabled elements.
	 * 2. Correct font properties not being inherited.
	 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 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"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
	 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
	 * 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"] {
  -webkit-box-sizing: border-box;
          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 */
}

/*
	 * Add the correct display in all browsers.
	 */
summary {
  display: list-item;
}

/**
	 * Add the correct display in IE.
	 */
template {
  display: none;
}

/**
	 * Add the correct display in IE 10-.
	 */
[hidden] {
  display: none;
}

/* ==========================================================================
   =Typography
   ========================================================================== */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #25395C;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #25395C;
  font-family: 'Roboto', sans-serif;
}

h1 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
}

h2 {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
}

h3 {
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

h4 {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

h5 {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
}

h6 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p {
  margin-bottom: 28px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 90%;
}

big {
  font-size: 125%;
}

sub {
  vertical-align: sub;
  font-size: 75%;
}

sup {
  vertical-align: super;
  font-size: 75%;
}

abbr[title] {
  border-bottom: 1px dotted #25395C;
  cursor: help;
}

address {
  display: block;
  margin-bottom: 28px;
}

q {
  color: #25395C;
  quotes: "\201C" "\201D" "\201C" "\201D";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

blockquote {
  overflow: hidden;
  margin-bottom: 28px;
  color: #25395C;
  quotes: "" "" "" "";
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  margin-top: 14px;
  color: #25395C;
}

blockquote cite::before {
  content: '';
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
  width: 14px;
  border-top: 1px solid #25395C;
}

kbd,
tt,
var,
samp,
code,
pre {
  font-family: monospace;
}

pre {
  display: block;
  overflow-x: auto;
  margin-bottom: 28px;
  white-space: pre-wrap;
}

mark,
ins {
  text-decoration: none;
}

s,
del {
  text-decoration: line-through;
}

.text-center { text-align: center !important; }

.text-right { text-align: right !important; }

/* ==========================================================================
   =Forms
   ========================================================================== */
fieldset {
  display: block;
}

label {
  display: block;
}

/**
	 * 1. IE input fix. 
	 */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  /* 1 */
  padding: 13px 28px;
  border: 1px solid #f3f3f3;
  border-radius: 28px;
  margin-bottom: 28px;
  background-color: #ffffff;
  color: #25395C;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #f3f3f3;
  outline: none;
}

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

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

textarea[rows] {
  height: auto;
}

/**
	 *  1. Disallow resize out of parent
	 */
textarea {
  max-width: 100%;
  /* 1 */
}

/**
	 * 1. IE input fix.
	 */
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  /* 1 */
  padding: 13px 28px;
  border: 1px solid #f3f3f3;
  border-radius: 28px;
  margin-bottom: 28px;
  background-color: #ffffff;
  color: #25395C;
  -webkit-appearance: none;
}

select[multiple] {
  height: auto;
  padding: 14px 14px;
  line-height: 28px;
}

select:disabled {
  cursor: not-allowed;
}

select:focus {
  border-color: #f3f3f3;
}

input[type="range"] {
  width: 50%;
}

/**
	 * 1. Firefox fix for size. or else it overflows on 320px
	 */
input[type="file"] {
  font-size: 15px;
  /* 1 */
  height: auto;
  width: 100%;
  margin-bottom: 28px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-bottom: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 14px;
  vertical-align: baseline;
}

input[type="reset"],
input[type="submit"],
input[type="button"] {
  position: relative;
  display: inline-block;
  padding: 8px 28px;
  border: 2px solid #1C67D2;
  border-radius: 25px;
  margin-bottom: 28px;
  background-color: #1C67D2;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  border: 2px solid #0442A5;
  background-color: transparent;
  color: #0442A5;
}

input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  border-color: #0442A5;
  background-color: transparent;
  color: #0442A5;
}

/**
 	 * Placeholder text color -- selectors need to be separate to work.
 	 */
::-webkit-input-placeholder {
  color: #555555;
}

:-moz-placeholder {
  color: #555555;
}

/**
 	 * 1. Since FF19 lowers the opacity of the placeholder by default
 	 */
::-moz-placeholder {
  color: #555555;
  opacity: 1;
  /* 1 */
}

:-ms-input-placeholder {
  color: #555555;
}

/**
 	 * Form validation error
 	 */
.validation-error {
  padding-left: 28px;
}

/* ==========================================================================
   =Formatting
   ========================================================================== */
hr {
  height: 2px;
  border: 0;
  margin: 28px 0;
  background-color: #F4D47E;
}

/* ==========================================================================
   =Lists
   ========================================================================== */
ul,
ol {
  margin-bottom: 28px;
  list-style-position: inside;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 28px;
}

ul {
  list-style-type: disc;
}

ul.square,
ul.square ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 28px;
}

/* ==========================================================================
   =Images
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
  border-radius: 12px;
}

/* ==========================================================================
   =Tables
   ========================================================================== */
table,
th,
td {
  border: 1px solid #e5e5e5;
}

/**
	 * 1. Prevents HTML tables from becoming too wide
	 */
table {
  width: 100%;
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 28px;
  table-layout: fixed;
  /* 1 */
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 28px;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 400;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 15px;
}

td {
  font-weight: 300;
}

/* Styled Table */
table.striped,
table.striped th,
table.striped td {
  border: 0;
}

table.striped tr {
  background-color: #ffffff;
}

table.striped thead tr {
  background-color: #0442A5;
  color: #ffffff;
}

table.striped tbody tr:nth-child(2n+1) {
  background-color: #f2f2f2;
}

/* ==========================================================================
   =Links
   ========================================================================== */
a {
  color: #25395C;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

a:focus {
  color: #1C67D2;
}

a:hover {
  color: #1C67D2;
}

a:active {
  color: #1C67D2;
}

a[href$=".pdf"]:before {
  font-family: 'themify';
  content: "\e6a4";
  padding-right: 14px;
  color: #25395C;
  font-size: 18px;
}

a[href$=".zip"]:before {
  font-family: 'themify';
  content: "\e664";
  padding-right: 14px;
  color: #25395C;
  font-size: 18px;
}

/* =Button
   ========================================================================== */
.ewf-btn {
  position: relative;
  display: inline-block;
  padding: 8px 30px;
  border: 2px solid #1C67D2;
  border-radius: 25px;
  margin-bottom: 30px;
  background-color: #1C67D2;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.ewf-btn:focus,
.ewf-btn:hover {
  border-color: #1C67D2;
  background-color: #1C67D2;
  color: #ffffff;
}

.ewf-btn:active {
  border-color: #1C67D2;
  background-color: #1C67D2;
  color: #ffffff;
}

.ewf-btn i {
  font-size: 14px;
}

.ewf-btn i:last-child {
  margin-left: 15px;
}

/* =Cards
   ========================================================================== */
.ewf-card {
  margin-bottom: 28px;
  position: relative;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Card Outer */
.ewf-card__outer {
  display: block;
  background: #ffffff;
  border-radius: 12px;
}

a.ewf-card__outer {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 12px;
}

/* Card Image */
.ewf-card__image-wrap {
  overflow: hidden;
  z-index: 1;
}

.ewf-card__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ewf-card__gradient::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 300px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(transparent), color-stop(#00000080), to(#000c));
  background-image: -o-linear-gradient(top, transparent, transparent, transparent, #00000080, #000c);
  background-image: linear-gradient(to bottom, transparent, transparent, transparent, #00000080, #000c);
  opacity: .6;
}

/* Card Icon */
.ewf-card__icon {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ewf-card__icon i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #1C67D2;
  color: #ffffff;
  font-size: 18px;
}

/* Card body */
.ewf-card__body {
  padding: 42px;
}

.ewf-card__body *:last-child {
  margin-bottom: 0;
}

/* Hover Effects */
a.ewf-card__outer:hover {
  -webkit-box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.25);
}

a.ewf-card__outer:hover .ewf-card__image-wrap .ewf-card__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/* Modifier: Card Text */
.ewf-card--text .ewf-card__icon {
  margin-top: -35px;
  right: 56px;
}

.ewf-card--text .ewf-card__icon i {
  width: 72px;
  height: 72px;
  line-height: 72px;
}

.ewf-card--text .ewf-card__image-wrap .ewf-card__image {
  height: 200px;
  border-radius: 0 0 12px 12px;
}

.ewf-card--text a:hover .ewf-card__icon {
  right: 53px;
  margin-top: -35px;
}

.ewf-card--text a:hover .ewf-card__icon i {
  width: 78px;
  height: 78px;
  line-height: 78px;
  font-size: 24px;
}

/* Modifier: Card Full Image */
.ewf-card--fullimage .ewf-card__icon {
  bottom: 56px;
  left: 28px;
}

.ewf-card--fullimage .ewf-card__image-wrap .ewf-card__image {
  border-radius: 12px;
}

.ewf-card--fullimage .ewf-card__body {
  position: absolute;
  bottom: 72px;
  left: 100px;
  padding: 0;
}

.ewf-card--fullimage a:hover .ewf-card__icon {
  left: 35px;
  bottom: 56px;
}

/* Modifier: Image Link */
.ewf-card--imagelink .ewf-card__outer {
  height: auto;
}

.ewf-card--imagelink .ewf-card__image-wrap {
  margin-bottom: 0;
}

.ewf-card--imagelink .ewf-card__image-wrap .ewf-card__image {
  border-radius: 12px 12px 0 0;
}

.ewf-card--imagelink .ewf-card__body {
  height: auto;
  padding: 42px;
}

.ewf-card--imagelink a:hover .ewf-card__image-wrap .ewf-card__image {
  -webkit-transform: scale(1.09);
      -ms-transform: scale(1.09);
          transform: scale(1.09);
}

/* Modifier: Text 2 */
.ewf-card--text2 .ewf-card__outer {
  height: auto;
}

.ewf-card .ewf-card__outer--zoomable {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ewf-card .ewf-card__outer--zoomable:hover {
  -webkit-box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 28px -7px rgba(0, 0, 0, 0.25);
}

/* .ewf-card .ewf-card__outer--zoomable:hover .ewf-card__image-wrap .ewf-card__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}*/

.ewf-card--text2 .ewf-card__image-wrap .ewf-card__image {
  height: 250px;
  border-radius: 12px 12px 0 0;
}

.ewf-card--text2 .ewf-card__body {
  padding: 56px 42px 42px;
  border: 1px solid #f7f7f7;
  border-radius: 0 0 12px 12px;
  text-align: center;
}

.ewf-card--text2 .ewf-card__icon {
  margin-top: -37px;
  left: 42px;
}

.ewf-card--text2 .ewf-card__icon i {
  width: 72px;
  height: 72px;
  line-height: 72px;
}

/* =Contact Info
   ========================================================================== */
.ewf-contact-info {
  list-style: none;
  margin-bottom: 28px;
}

.ewf-contact-info li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 35px;
}

.ewf-contact-info li:last-child {
  margin-bottom: 0;
}

.ewf-contact-info li h5 {
  margin-left: -35px;
}

.ewf-contact-info li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
}

/* ==========================================================================
	=Scheduel
   ========================================================================== */
.ewf-schedule {
  position: relative;
  margin-bottom: 30px;
}

/* Scheduel Compact Header */
.ewf-schedule__header {
  background-color: #F6F4EF;
  padding: 30px 21px;
  border-radius: 12px 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ewf-schedule__header:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.ewf-schedule__header-icon {
  display: inline-block;
  margin-right: 14px;
}

.ewf-schedule__header-icon i {
  font-size: 18px;
  background-color: #fff;
  border-radius: 50%;
  color: #1C67D2;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
}

.ewf-schedule__header-title {
  display: inline-block;
}

.ewf-schedule__header-title h5 {
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 300;
  color: #25395C !important;
}

.ewf-schedule__header-title h5 small {
  font-size: 70%;
  display: block;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.ewf-schedule__header-action {
  display: none;
}

/* Scheduel Compact Body */
.ewf-schedule__body {
  margin-bottom: 7px;
  position: relative;
}

/* Items Filter */
.ewf-schedule__filter {
  background-color: #F6F4EF;
  border-top: 1px solid #1C67D2;
  padding: 21px 21px 14px;
  border-radius: 0 0 12px 12px;
  margin-bottom: 7px;
}

.ewf-schedule__filter input,
.ewf-schedule__filter select {
  margin-bottom: 7px;
  height: 46px;
  padding: 8px 28px;
}

/* Items Legend */
.ewf-schedule__flights-legend {
  display: none;
}

/* Items */
.ewf-schedule__flights ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ewf-schedule__flights > ul > li {
  background-color: #f7f7f7;
  margin-bottom: 7px;
  padding: 14px 21px;
  border-radius: 3px;
}

.ewf-schedule__flights > ul > li:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.ewf-schedule__flights > ul > li .left-info,
.ewf-schedule__flights > ul > li .right-info {
  float: left;
}

.ewf-schedule__flights > ul > li .left-info {
  width: 35%;
}

.ewf-schedule__flights > ul > li .left-info .ewf-flight-time {
  color: #2265D6;
  font-weight: 500;
}

.ewf-schedule__flights > ul > li .right-info {
  width: 65%;
}

.ewf-schedule__flights > ul > li .right-info .ewf-flight-location {
  text-transform: uppercase;
  font-weight: 500;
}

.ewf-schedule__flights > ul > li span {
  display: block;
}

@media (min-width: 768px) {
  .ewf-schedule {
    margin-bottom: 0;
  }
  .ewf-schedule__header-action {
    display: inline-block;
    position: absolute;
    right: 28px;
  }
  .ewf-schedule__header-action a {
    border: 1px solid #1C67D2;
    color: #ffffff !important;
	background-color: #1C67D2 !important; 
    padding: 15px 28px;
    border-radius: 25px;
  }
  .ewf-schedule__header-action a:hover,
  .ewf-schedule__header-action a:active {
    background-color: #1C67D2 !important;
    border-color: #1C67D2 !important;
	color: #ffffff !important;
  }
}

@media (min-width: 992px) {
  .ewf-schedule__filter {
    padding: 28px 21px;
  }
  .ewf-schedule__flights-legend {
    display: block;
    padding: 21px 21px;
    background-color: #F4D47E;
    border-radius: 12px;
    margin-bottom: 7px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .ewf-schedule__flights-legend span {
    display: inline-block;
	color: #25395C !important;
  }
  .ewf-schedule__flights-legend span {
    margin-right: 28px;
  }
  .ewf-schedule__flights-legend span:last-child {
    margin-right: 0;
  }
  .ewf-schedule__flights > ul > li {
    padding: 21px;
  }
  .ewf-schedule__flights > ul > li .left-info,
  .ewf-schedule__flights > ul > li .right-info {
    display: inline-block;
    float: none;
    width: auto;
  }
  .ewf-schedule__flights > ul > li span {
    display: inline-block;
  }
  .ewf-schedule__flights > ul > li span {
    margin-right: 28px;
  }
  .ewf-schedule__flights > ul > li .right-info span:last-child {
    margin-right: 0;
  }
  .ewf-flight-date {
    min-width: 90px;
  }
  .ewf-flight-time {
    min-width: 50px;
  }
  .ewf-flight-number {
    min-width: 80px;
  }
  .ewf-flight-airline {
    min-width: 150px;
  }
  .ewf-flight-location {
    min-width: 150px;
  }
  .ewf-flight-details {
    min-width: 10px;
  }
}

@media (min-width: 1200px) {
  .ewf-schedule__header {
    padding: 28px;
  }
  .ewf-schedule__header-icon {
    margin-right: 28px;
  }
  .ewf-schedule__header-title {
    margin-right: 56px;
  }
  .ewf-schedule__header-title h5 {
    font-size: 22px;
  }
  .ewf-flight-airline {
    min-width: 200px;
  }
  .ewf-flight-location {
    min-width: 200px;
  }
  .ewf-flight-details {
    min-width: 10px;
  }
}

/* ==========================================================================
	=Scheduel Compact
   ========================================================================== */
.ewf-schedule-compact {
  position: relative;
  margin-bottom: 30px;
}

/* Scheduel Compact Header */
.ewf-schedule-compact__header {
  background-color: #E7E3D4;
  padding: 30px 21px;
  border-radius: 12px;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ewf-schedule-compact__header:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* Scheduel Compact Header Icon */
.ewf-schedule-compact__header-icon {
  display: inline-block;
  margin-right: 14px;
}

.ewf-schedule-compact__header-icon i {
  font-size: 18px;
  background-color: #fff;
  border-radius: 50%;
  color: #1C67D2;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
}

/* Scheduel Compact Header Title */
.ewf-schedule-compact__header-title {
  display: inline-block;
}

.ewf-schedule-compact__header-title h5 {
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 300;
  color: #25395C !important;
}

.ewf-schedule-compact__header-title h5 small {
  font-size: 70%;
  display: block;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* Scheduel Compact Header Action */
.ewf-schedule-compact__header-action {
  display: none;
}

/* Scheduel Compact Body */
.ewf-schedule-compact__body {
  margin-bottom: 7px;
}

/* Scheduel Compact Flights */
.ewf-schedule-compact__flights ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Scheduel Compact Flight */
.ewf-schedule-compact__flights > ul > li {
  background-color: #ffffff;
  margin-bottom: 7px;
  padding: 14px 21px;
  border-radius: 12px;
}

.ewf-schedule-compact__flights > ul > li:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.ewf-schedule-compact__flights > ul > li .left-info,
.ewf-schedule-compact__flights > ul > li .right-info {
  float: left;
}

.ewf-schedule-compact__flights > ul > li .left-info {
  width: 35%;
}

.ewf-schedule-compact__flights > ul > li .left-info .ewf-flight-time {
  color: #25395C;
  font-weight: 500;
}

.ewf-schedule-compact__flights > ul > li .right-info {
  width: 65%;
}

.ewf-schedule-compact__flights > ul > li .right-info .ewf-flight-location {
  text-transform: uppercase;
  font-weight: 500;
}

.ewf-schedule-compact__flights > ul > li span {
  display: block;
}

/* Scheduel Compact View All */
.ewf-schedule-compact__view-all a {
  text-align: center;
  display: block;
  padding: 7px 21px;
  background-color: #1C67D2;
  color: #fff;
  border-radius: 12px;
}

/* Responsive */
@media (min-width: 768px) {
  .ewf-schedule-compact {
    margin-bottom: 0;
  }
  .ewf-schedule-compact__header {
    padding: 30px 21px;
  }
  .ewf-schedule-compact__view-all a {
    padding: 14px 21px;
  }
}

@media (min-width: 1200px) {
  .ewf-schedule-compact__header {
    padding: 50px 30px;
  }
  .ewf-schedule-compact__header-icon {
    margin-right: 30px;
  }
  .ewf-schedule-compact__header-title {
    margin-right: 60px;
  }
  .ewf-schedule-compact__header-title h5 {
    font-size: 22px;
	color: #25395C !important;
  }
  .ewf-schedule-compact__header-action {
    display: inline-block;
    position: absolute;
    right: 30px;
  }
  .ewf-schedule-compact__header-action a {
    border: 1px solid #1C67D2;
    color: #ffffff !important;
	background-color: #1C67D2;
    padding: 15px 30px;
    border-radius: 25px;
  }
  .ewf-schedule-compact__header-action a:hover,
  .ewf-schedule-compact__header-action a:active {
    background-color: #1C67D2;
    border-color: #1C67D2;
	color: #ffffff !important;
  }
  .ewf-schedule-compact__flights > ul > li {
    padding: 21px;
  }
  .ewf-schedule-compact__flights > ul > li span {
    display: inline-block;
  }
  .ewf-schedule-compact__flights > ul > li span:not(:last-child) {
    margin-right: 30px;
  }
  .ewf-schedule-compact__flights > ul > li .right-info .ewf-flight-location {
    min-width: 140px;
  }
  .ewf-schedule-compact__view-all a {
    display: none;
  }
}

/* ==========================================================================
   =Wrap
   ========================================================================== */
#wrap {
  position: relative;
  background-color: #f2f2f2;
}

/* ==========================================================================
   =Header Top
   ========================================================================== */
#header-top {
  background-color: #25395C;
}

@media (min-width: 768px) {
  /* #header-top {
    background-color: #ffffff;
  } */
  #header-top-inner {
    background-color: #25395C;
	color: #ffffff;
  }
}

/* =Aimm Description
   ========================================================================== */
.ewf-aimm-description {
  display: none;
}

@media (min-width: 768px) {
  .ewf-aimm-description {
    display: inline-block;
    padding: 0 14px;
    margin-right: 14px;
    background-color: #25395C;
    line-height: 42px;
  }
}

@media (min-width: 992px) {
  .ewf-aimm-description {
    line-height: 50px;
  }
}

/* =Weather and Time
   ========================================================================== */
.ewf-weather-and-time,
.ewf-weather,
.ewf-time {
  display: inline-block;
  line-height: 42px;
}

.ewf-weather-and-time {
  padding: 0 14px 0 0;
}

.ewf-weather {
  margin-right: 7px;
}

.ewf-weather-and-time i {
  margin-right: 7px;
}

@media (min-width: 992px) {
  .ewf-weather-and-time,
  .ewf-weather,
  .ewf-time {
    line-height: 50px;
  }
}

/* =Language Switcher
   ========================================================================== */
.ewf-language-switcher {
  display: inline-block;
}

.lg-menu,
.lg-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lg-menu li.dropdown {
  position: relative;
}

.lg-menu li.dropdown ul {
  position: absolute;
  z-index: 1035;
  /* 1 */
  top: 100%;
  left: 0;
  display: none;
}

.lg-menu li.dropdown:hover > ul,
.lg-menu li.dropdown.sfHover > ul {
  display: block;
}

.lg-menu li a {
  position: relative;
  display: block;
}

/* Selected Language */
.lg-menu {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.lg-menu:hover {
  border-color: #ffffff;
  background-color: #D3C19F;
}

.lg-menu .dropdown > a {
  padding: 0 14px;
  line-height: 42px;
}

.lg-menu .dropdown > a:after {
  padding-left: 7px;
  content: "\e62a";
  font-family: 'themify';
  font-size: 13px;
}

/* Available Languages */
.lg-menu li.dropdown ul {
  right: -1px;
  left: -1px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #D3C19F;
}

.lg-menu li.dropdown ul a {
  padding: 0 14px;
  text-align: left;
}

.lg-menu li.dropdown ul a:hover,
.lg-menu li.dropdown ul a:focus,
.lg-menu li.dropdown ul a:active {
  background-color: #2265D6;
}

@media (min-width: 992px) {
  .lg-menu .dropdown > a {
    line-height: 50px;
  }
}

/* =Social Links
   ========================================================================== */
.ewf-social-links {
  display: none;
}

@media (min-width: 480px) {
  .ewf-social-links {
    display: inline-block;
    padding: 0 14px 0 7px;
  }
  .ewf-social-icon {
    display: inline-block;
    padding: 0 7px;
    line-height: 42px;
  }
  .ewf-social-icon i {
    line-height: 1;
  }
}

@media (min-width: 992px) {
  .ewf-social-icon {
    line-height: 50px;
  }
}

@media(max-width: 767px) {
	
	.ewf-social-icon {
		display: inline-block;
		margin-right: 15px;
	}
	
}

/* ==========================================================================
   =Header
   ========================================================================== */
#header {
  padding: 28px 0;
  background-color: #ffffff;
}

#header.is_stuck {
  position: fixed !important;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .header-valign-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  #header {
    padding: 0;
  }
}

/* ==========================================================================
   =Logo
   ========================================================================== */
#logo {
  text-align: center;
}

#logo img {
  width: 70px;
  height: auto;
}

@media (min-width: 992px) {
  #logo {
    margin: 12px 0 0 0;
    text-align: left;
  }
  #logo img {
    width: 90px;
  }
}

@media (min-width: 1200px) {
  #logo {
    margin: -22px 0 0 0;
  }
  #logo img {
    width: 95px;
  }
}

@media (min-width: 1400px) {
  #logo {
    margin: -22px 0 0 0;
  }
  #logo img {
    width: 95px;
  }
}

@media (min-width: 1200px) {
  #header.is_stuck #logo {
    margin: 5px 0;
  }
  #header.is_stuck #logo img {
    width: 75px;
  }
}

/* ==========================================================================
   =Menu 
   ========================================================================== */
.sf-menu {
  display: none;
}

@media (min-width: 992px) {
  .sf-menu {
    display: block;
    padding: 0 84px;
    margin-bottom: 0;
    /* text-align: center; */
    list-style: none;
  }
  /*
		 * 1. Clearfix hack 
		 */
  .sf-menu:after {
    /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .sf-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
  }
  .sf-menu > li {
    display: inline-block;
  }
  .sf-menu > li > a {
    position: relative;
    display: block;
  }
  .sf-menu .sf-mega,
  .sf-menu li.dropdown ul {
    position: absolute;
    z-index: 1025;
    /* 1 */
    top: 100%;
    left: 0;
    display: none;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border: 1px solid #f7f7f7;
  }
  .sf-menu li.dropdown {
    position: relative;
  }
  .sf-menu li.dropdown ul ul {
    top: 0;
    left: 100%;
  }
  .sf-menu li:hover > .sf-mega,
  .sf-menu li.sfHover > .sf-mega,
  .sf-menu li.dropdown:hover > ul,
  .sf-menu li.dropdown.sfHover > ul {
    display: block;
  }
  /* Level 2 & 3 Links */
  .sf-menu a {
    position: relative;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #25395C;
	padding: 3.5px 14px;
  }
  .sf-menu a:hover {
    background-color: #F4D47E;
    color: #25395C;
	border-radius: 12px;
  }
  .sf-menu li.dropdown a,
  .sf-menu li.mega a {
    padding: 3.5px 14px;
  }
  /* Level 1 Links */
  .sf-menu > li > a,
  .sf-menu > li.dropdown > a,
  .sf-menu > li.mega > a {
    padding: 40px 14px;
    border-bottom: 3px solid #fff;
    margin: 0 14px;
    color: #25395C;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
  }
  .sf-menu > li.sfHover > a:focus,
  .sf-menu > li > a:focus,
  .sf-menu > li.sfHover > a:hover,
  .sf-menu > li > a:hover {
    color: #F4D47E;
	background-color: #ffffff;
  }
  /* Currently selected link */
  /* .sf-menu > li.current > a {
    color: #F4D47E;
  } */
  /* =DropDown */
  /**
		 * 1. allow long menu items to determine submenu width
		 */
  .sf-menu li.dropdown ul {
    left: 0;
    padding: 28px;
    min-width: 190px;
    /* 1 */
    background-color: #ffffff;
  }
  /* =Mega Menu Section */
  .sf-mega {
    left: 15px !important;
    right: 15px !important;
    color: #F4D47E;
    background-color: #ffffff;
  }
  .sf-mega-section {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 28px;
  }
  .sf-mega-section ol {
    padding-left: 7px;
    border-left: 2px solid #F4D47E;
    margin: 14px 0 14px 16px;
    list-style: none;
  }
  /**
		 * 1. set mega menu section size, as a percentage of the mega menu width
		 */
  .sf-mega.sf-mega-1-col .sf-mega-section {
    width: 100%;
  }
  /* 1 */
  .sf-mega.sf-mega-2-col .sf-mega-section {
    width: 50%;
  }
  .sf-mega.sf-mega-3-col .sf-mega-section {
    width: 33.3333333333%;
  }
  .sf-mega.sf-mega-4-col .sf-mega-section {
    width: 25%;
  }
  /* =Menu Arrows */
  .sf-menu .dropdown .dropdown > a:after {
    content: "\e649";
    font-family: 'themify';
    padding-left: 5px;
    float: right;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  #header.is_stuck .sf-menu > li > a,
  #header.is_stuck .sf-menu > li.dropdown > a,
  #header.is_stuck .sf-menu > li.mega > a {
    padding: 32px 28px;
  }
}

@media (min-width: 1400px) {
  .sf-menu > li > a,
  .sf-menu > li.dropdown > a,
  .sf-menu > li.mega > a {
    padding: 51px 28px;
  }
}

/* ==========================================================================
   =Mobile Menu 
   ========================================================================== */
#mobile-menu {
  display: none;
}

/*
	 * 1. Clearfix hack 
	 */
#mobile-menu:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#mobile-menu {
  border-bottom: 1px solid #25395C;
  margin-bottom: 0;
  color: #25395C;
  background-color: #ffffff; 
}

#mobile-menu li {
  display: block;
  margin: 0;
}

#mobile-menu > li > ul,
#mobile-menu > li > ul > li > ul {
  display: none;
  margin-left: 0;
}

#mobile-menu > li > ul li a { background-color: #E7E3D4; } 

#mobile-menu .sf-mega {
  display: none;
  padding: 0;
  border: none;
  margin: 0;
}

#mobile-menu .sf-mega-section {
  float: none;
  width: 100%;
  padding: 0;
  border: none;
}

#mobile-menu .sf-mega-section ul {
  margin-left: 0;
  margin-bottom: 0;
  background-color: #E7E3D4 !important;
}

#mobile-menu .sf-mega-section ul a {
  background-color: #E7E3D4 !important;
}

#mobile-menu li a {
  position: relative;
  display: block;
  padding: 7px 21px;
  border-top: 1px solid #25395C;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  color: #25395C;
  background-color: #F4D47E;
}

#mobile-menu ul a {
  padding-left: 42px;
}

#mobile-menu ul li ul a {
  padding-left: 52px;
}

#mobile-menu li.dropdown > a {
  padding-right: 84px;
}

#mobile-menu .mobile-menu-submenu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 100%;
  border-left: 1px solid #25395C;
  color: #25395C;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}

#mobile-menu .mobile-menu-submenu-arrow:hover {
  background-color: #F4D47E;
}

/* ==========================================================================
   =Mobile menu trigger
   ========================================================================== */
#mobile-menu-trigger {
  display: inline-block;
  padding: 14px;
  color: #002762;
}

#mobile-menu-trigger i {
  font-size: 20px;
}

@media (min-width: 992px) {
  #mobile-menu-trigger {
    display: none;
  }
}

/* ==========================================================================
   =Custom search form 
   ========================================================================== */
#custom-search {
  position: relative;
  display: inline-block;
}

#custom-search-button {
  display: inline-block;
  padding: 14px;
  color: #002762;
}

#custom-search-button i {
  font-size: 20px;
}

/**
 	 * 1. z-index is 1030 because the menu has a z-index of 1025 
 	 */
#custom-search-form {
  position: absolute;
  z-index: 1030;
  /* 1 */
  top: 70px;
  right: -10px;
  display: none;
}

#custom-search-form:before {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 25px;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #e5e5e5;
  border-left: 7px solid transparent;
  content: "";
}

#custom-search-submit {
  display: none;
}

#custom-search-form #s {
  position: relative;
  width: 248px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#custom-search-form #s:focus {
  border-color: #e5e5e5;
}

@media (min-width: 992px) {
  #custom-search-button i {
    font-size: 22px;
  }
  #custom-search {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  #custom-search-form #s {
    width: 348px;
  }
  #custom-search-form {
    top: 60px;
  }
}

@media (min-width: 1200px) {
  #header.is_stuck #custom-search {
    top: 14px;
  }
}

@media (min-width: 1400px) {
  #custom-search-button i {
    font-size: 23px;
  }
  #custom-search {
    right: 30px;
    top: 30px;
  }
}

/* ==========================================================================
   =Content
   ========================================================================== */
#content {
  background-color: #ffffff;
}

/*
	 * 1. Clearfix hack 
	 */
#content:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 768px) {
  #content {
    padding-bottom: 56px;
    min-height: 244px;
  }
}

/* ==========================================================================
   =Important Notice
   ========================================================================== */
#important-notice {
  background-color: #B23850;
  padding: 7px 0;
  position: relative;
}

#important-notice i {
  font-size: 18px;
  position: absolute;
  top: 4px;
  left: 15px;
}

#important-notice .marquee {
  overflow: hidden;
  white-space: nowrap;
  margin-left: 35px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 992px) {
  #important-notice {
    padding: 11px 0;
  }
}

@media (min-width: 1200px) {
  #important-notice {
    padding: 11px 0;
  }
}

/* ==========================================================================
   =Page Header
   ========================================================================== */
#page-header {
  padding: 35px 0;
  background-image: url(images/bg-page-header.png);
  background-color: #e9ebf3;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 28px;
}

#page-header .page-header-title {
  line-height: 1;
  font-weight: 400;
  font-size: 18px;
}

@media (min-width: 768px) {
  #page-header {
    padding: 80px 0;
    margin-bottom: 56px;
  }
  #page-header .page-header-title {
    font-size: 44px;
  }
}

@media (min-width: 1200px) {
  #page-header {
    padding: 130px 0;
  }
}

/* ==========================================================================
   =Page
   ========================================================================== */
.page {
  position: relative;
  padding: 30px;
  background-color: #ffffff;
  overflow-wrap: break-word;
  margin-bottom: 30px;
}

.page-thumbnail {
  margin: -30px -30px 30px;
}

.page-thumbnail img {
  display: block;
  border-radius: 4px 4px 0 0;
}

@media (min-width: 768px) {
  .page {
    padding: 42px;
  }
  .page-thumbnail {
    margin: -42px -42px 42px;
  }
}

@media (min-width: 992px) {
  .page {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .page {
    padding: 56px;
    margin-bottom: 0;
  }
  .page-thumbnail {
    margin: -56px -56px 56px;
  }
}

/* ==========================================================================
   =Page: Home
   ========================================================================== */
#flights-summary {
  padding: 28px 0 1px;
  background: #1F232B url(images/bg-flights-summary-1.png) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}

#flights-summary-logo {
  display: none;
}

#flights-summary-megatitle {}

#flights-summary-megatitle h1 {
	color: #ffffff;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#flights-summary-megatitle h1 span {
	color: #F4D47E;
}

@media (min-width: 768px) {
  #flights-summary {
    padding: 56px 0;
  }
  
  #flights-summary-megatitle h1 {
	margin-bottom: 60px;
	font-size: 60px;
	line-height: 70px;
  }
}

@media (min-width: 992px) {
  #flights-summary {
    background-size: auto;
  }
  #flights-summary-logo {
    display: block;
    text-align: center;
  }
  #flights-summary-logo img {
    width: 250px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  #flights-summary {
    padding: 100px 0;
  }
  #flights-summary-logo img {
    width: auto;
  }
}

/* ==========================================================================
   =Page: Arrivals / Departures
   ========================================================================== */
#flights {
  padding: 28px 0 1px;
  margin-bottom: 0;
  background: #ffffff;
  background-size: cover;
}

#flights.flights--alt-background {
  background-image: none;
  background-color: #ffffff;
}

#flights-logo {
  display: none;
}

@media (min-width: 768px) {
  #flights {
    padding: 56px 0;
    margin-bottom: -56px;
  }
}

@media (min-width: 992px) {
 /*  #flights {
    background-size: auto;
  } */
  #flights-logo {
    display: block;
    margin-bottom: 28px;
    text-align: center;
  }
  #flights-logo img {
    width: 250px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  #flights {
    padding: 56px 0 112px;
  }
  #flights-logo img {
    width: auto;
  }
}

/* ==========================================================================
   =Footer
   ========================================================================== */
#footer-top {
  display: none;
  background-color: #E7E3D4;
}

#footer {
  padding: 30px 0;
  background-image: url('https://dev.aimm.eu/wp-content/uploads/2021/12/footer-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#footer-bottom {
  padding: 15px 0;
  background-color: #25395C;
}

@media (min-width: 768px) {
  #footer-top {
    display: none;
    padding: 20px 0;
    background-color: #E7E3D4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #footer {
    padding: 42px 0 0;
  }
  .privacy-links {
    text-transform: uppercase;
    font-size: 13px;
  }
  .privacy-links a {
    padding: 0 7px;
  }
  #footer-bottom #footer-bottom-widget-area-1 { text-align: right;}
}

@media (min-width: 992px) {
  #footer {
    padding: 60px 0 14px;
  }
  #footer-top {
    padding: 21px 0;
  }
  .privacy-links {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  #footer {
    padding: 60px 0;
  }
}

/* ==========================================================================
   =Back to top
   ========================================================================== */
#back-to-top {
  position: fixed;
  z-index: 1010;
  right: -50px;
  bottom: 155px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #25395C;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#back-to-top i {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#back-to-top:hover {
  background-color: #25395C;
}

#back-to-top:hover i {
  color: #ffffff;
}

#back-to-top.visible {
  right: 14px;
}

#back-to-top.gone {
  right: -50px;
}

@media (min-width: 768px) {
  #back-to-top {
    bottom: 30px;
  }
}

@media (min-width: 992px) {
  #back-to-top {
    bottom: 100px;
  }
}

@media (min-width: 1400px) {
  #back-to-top {
    bottom: 15px;
  }
}

/* ==========================================================================
   =Posts
   ========================================================================== */
.post {
  position: relative;
  padding: 20px;
  border: 2px solid #F4D47E;
  border-radius: 12px;
  background-color: #ffffff;
  overflow-wrap: break-word;
}

.post + .post {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .post {
    padding: 30px;
  }
  .post + .post {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .post {
    padding: 40px;
  }
}

/* =Sticky Post
   ========================================================================== */
/* =Post Thumbnail
   ========================================================================== */
.post-thumbnail {
  margin: -28px -28px 28px;
}

.post-thumbnail img {
  display: block;
  border-radius: 4px 4px 0 0;
}

@media (min-width: 768px) {
  .post-thumbnail {
    margin: -42px -42px 42px;
  }
}

@media (min-width: 1200px) {
  .post-thumbnail {
    margin: -56px -56px 56px;
  }
}

/* =Post Header
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
.post-header:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* =Post Title
   ========================================================================== */
.post-title {
  margin-bottom: 0;
}

.post-title a {
  color: #25395C;
}

/* =Post Content
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
.post-content:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.post-content iframe {
  max-width: 100%;
}

/* =Post More Link
   ========================================================================== */
.more-link {
  position: relative;
  display: inline-block;
  padding: 8px 28px;
  border: 2px solid #2265D6;
  border-radius: 25px;
  background-color: #2265D6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.more-link:hover,
.more-link:focus {
  border: 2px solid #1C67D2;
  background-color: #1C67D2;
  color: #ffffff;
}

.more-link i {
  font-size: 14px;
}

.more-link i:last-child {
  margin-left: 7px;
}

/* =Post Meta
   ========================================================================== */
.post-meta {
  padding: 14px 0 14px;
  position: relative;
}

.post-meta:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.posted-on {
  padding: 0 7px;
}

.posted-on:before {
  font-family: 'themify';
  content: "\e6b6";
  padding-right: 7px;
}

.posted-on:first-child {
  padding-left: 0;
}

.edit-link {
  padding: 0 7px;
}

.edit-link:first-child {
  padding-left: 0;
}

.edit-link:before {
  font-family: 'themify';
  content: "\e61c";
  padding-right: 7px;
}

.cat-links {
  padding: 0 7px;
}

.cat-links:before {
  font-family: 'themify';
  content: "\e639";
  padding-right: 7px;
}

.tags-links {
  margin: 28px 0 0;
}

.tags-links a {
  display: inline-block;
  margin: 0 7px 14px 0;
  padding: 4px 28px;
  border-radius: 25px;
  border: 1px solid #e5e5e5;
  background-color: #f2f2f2;
  color: #333333;
  -webkit-transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -o-transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.tags-links a:hover {
  background-color: #F4D47E;
  color: #ffffff;
  border-color: #F4D47E;
}

@media (max-width: 767px) {
  .post-meta-divider {
    display: none;
  }
  .posted-on,
  .edit-link,
  .cat-links {
    display: block;
    padding: 0;
  }
}

/* =Post Footer
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
.post-footer:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* ==========================================================================
   =Posts Navigation(s)
   ========================================================================== */
/* =Post Pagination
   ========================================================================== */
.pagination {
  margin: 28px 0 56px;
}

@media (min-width: 992px) {
  .pagination {
    margin: 28px 0 0;
  }
}

/*
	 * 1. Clearfix hack 
	 */
.pagination:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 28px;
  text-align: center;
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination .page-numbers.current {
  min-width: 28px;
  min-height: 28px;
  padding: 5px 28px;
  border-radius: 25px;
  background-color: #2265D6;
  color: #ffffff;
}

@media (max-width: 767px) {
  .pagination .page-numbers {
    margin-right: 15px;
  }
  .pagination .page-numbers {
    display: none;
  }
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next,
  .pagination .page-numbers.current {
    display: inline-block;
  }
  .page-numbers.prev .screen-reader-text,
  .page-numbers.next .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative !important;
    width: auto;
  }
}

/* =Page Links
   ========================================================================== */
.page-links {
  margin: 28px 0;
}

.page-links .page-number {
  padding: 5px;
}

.page-links {
  color: #333333;
}

/* =Post Navigation
   ========================================================================== */
.post-navigation {
  margin: 28px 0;
}

/*
	 * 1. Clearfix hack 
	 */
.post-navigation:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 768px) {
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .post-navigation .nav-previous {
    margin-bottom: 28px;
  }
}

.post-navigation .nav-subtitle {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 7px;
}

/* ==========================================================================
   =Comments, Pingbacks and Trackbacks
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
.comments-area:after,
.comment-list:after
.comment:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comments-area {
  margin-bottom: 60px;
}

.comment-list,
.comment-list .children {
  list-style: none;
}

.comment-list {
  margin: 28px 0;
}

@media (max-width: 480px) {
  .comment-list .children {
    margin-left: 10px;
  }
}

.no-comments,
.comment-awaiting-moderation {
  color: #333333;
}

/* =Comment Meta
   ========================================================================== */
.comment-meta {
  margin: 15px 0;
}

.comment-author {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 400;
}

.comment-author .avatar {
  position: absolute;
  left: -90px;
  top: 0;
  height: 60px;
  width: 60px;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .comment-author .avatar {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    height: 48px;
    width: 48px;
    margin-bottom: 26px;
  }
}

.comment-author .says {
  display: none;
}

.comment-metadata > a {
  color: #333333;
}

/* =Comment Body
   ========================================================================== */
.comment .comment-body {
  position: relative;
  padding: 15px 0 15px 90px;
}

.comment-list > li:first-child > .comment-body {
  padding-top: 5px;
  border-top: 0;
}

@media (max-width: 480px) {
  .comment .comment-body {
    padding-left: 0;
  }
}

.comment .comment-body *:last-child {
  margin-bottom: 0;
}

/* =Comment Reply
   ========================================================================== */
.reply {
  margin: 0 0;
  text-align: right;
}

.comment-reply-link {
  position: relative;
  display: inline-block;
  padding: 3px 21px;
  border: 2px solid #2265D6;
  border-radius: 25px;
  background-color: #2265D6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
  border: 2px solid #F4D47E;
  background-color: transparent;
  color: #F4D47E;
}

/* ==========================================================================
   =Comments Navigation
   ========================================================================== */
.comment-navigation {
  padding-top: 28px;
  margin-bottom: 28px;
}

/*
	 * 1. Clearfix hack 
	 */
.comment-navigation:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#comment-nav-above {
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
}

#comment-nav-below {
  border-top: 1px solid #e5e5e5;
}

.comment-navigation .nav-next a:after {
  font-family: 'themify';
  content: "\e649";
  padding-left: 5px;
  font-size: 13px;
}

.comment-navigation .nav-previous a:before {
  font-family: 'themify';
  content: "\e64a";
  padding-right: 5px;
  font-size: 13px;
}

.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}

/* ==========================================================================
   =Comments Form
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
.comment-respond:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comment-reply-title {
  margin-bottom: 0;
}

.comment-form {
  margin: 0 -15px;
}

/*
	 * 1. Clearfix hack 
	 */
.comment-form:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comment-form p:not(.comment-notes):not(.logged-in-as) {
  margin-bottom: 0;
}

.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .form-submit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 33.33333333%;
    float: left;
  }
}

/* ==========================================================================
   =Widgets: Default WordPress Widgets
   ========================================================================== */
.widget {
  margin-bottom: 28px;
}

#content aside .widget {
    background-color: #E7E3D4;
    padding: 60px 30px;
    border-radius: 12px;
	background-image: url('https://dev.aimm.eu/wp-content/plugins/aimm-vc-addon/assets/images/widget-bg.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 20%;
}

@media (max-width: 767px) {
  #footer [class*=col]:last-child .widget:last-child,
  #footer-bottom [class*=col]:last-child .widget:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .widget {
    margin-bottom: 42px;
  }
  .widget:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #footer .widget {
    margin-bottom: 42px;
  }
}

@media (min-width: 1200px) {
  #footer .widget:last-child {
    margin-bottom: 0;
  }
}

/**
	 * 1. The last element of every widget shouldn't have a margin bottom. used for spacing purposes
	 */
.widget > *:last-child {
  margin-bottom: 0;
  /* 1 */
}

.widget-title {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .widget-title {
    margin-bottom: 24px;
  }
}

#footer .widget-title {
  color: #F4D47E;
}

#footer .widget-title:after {
	display: block;
	width: 40px;
	border-top: 3px solid #1C67D2;
	margin-top: 25px;
	content: "";
}

/* =Archive Widget
   ========================================================================== */
.widget_archive ul {
  list-style: none;
}

.widget_archive li {
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 0;
}

.widget_archive li:first-child {
  border-top: 1px solid #e5e5e5;
}

.widget_archive li span {
  float: right;
}

.widget_archive select {
  margin-bottom: 0;
}

/* =Audio Widget
   ========================================================================== */
/* =Calendar Widget
   ========================================================================== */
#calendar_wrap table {
  position: relative;
  border-collapse: separate;
  border-spacing: 5px;
}

#calendar_wrap table,
#calendar_wrap th,
#calendar_wrap td {
  border: 0;
  padding: 0;
  text-align: center;
}

#wp-calendar caption {
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  color: #2265D6;
  line-height: 60px;
}

#wp-calendar th {
  color: #2265D6;
  line-height: 60px;
}

#wp-calendar tbody td:not(.pad) {
  border: 1px solid #e5e5e5;
  line-height: 45px;
  border-radius: 10px;
}

#wp-calendar tbody td a {
  display: block;
  margin: 0;
  background-color: #ffffff;
  color: #2265D6;
  line-height: 45px;
  text-align: center;
  border-radius: 10px;
}

#wp-calendar tbody td a:hover {
  background-color: #F4D47E;
  color: #ffffff;
}

#wp-calendar #today {
  background-color: #2265D6;
  color: #ffffff;
}

#wp-calendar tfoot {
  height: 0;
  float: left;
}

#wp-calendar #prev a {
  position: absolute;
  top: 0;
  left: 5px;
  display: inline-block;
  width: 28px;
  line-height: 60px;
  font-size: 0;
}

#wp-calendar #prev a:before {
  position: relative;
  display: inline-block;
  color: #2265D6;
  content: "\e64a";
  font-family: 'themify';
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}

#wp-calendar #prev a:hover:before {
  color: #F4D47E;
}

#wp-calendar #next a {
  position: absolute;
  top: 0;
  right: 5px;
  display: inline-block;
  width: 28px;
  line-height: 60px;
  font-size: 0;
}

#wp-calendar #next a:before {
  position: relative;
  display: inline-block;
  color: #2265D6;
  content: "\e649";
  font-family: 'themify';
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}

#wp-calendar #next a:hover:before {
  color: #F4D47E;
}

@media (min-width: 992px) {
  #wp-calendar tbody td:not(.pad) {
    line-height: 60px;
  }
  #wp-calendar tbody td a {
    line-height: 60px;
  }
}

/* =Categories Widget
   ========================================================================== */
.widget_categories ul {
  list-style: none;
}

.widget_categories ul ul {
  margin-bottom: 0;
}

.widget_categories li {
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 0;
}

.widget_categories ul ul li {
  border-bottom: 0;
}

.widget_categories li:first-child {
  border-top: 1px solid #e5e5e5;
}

.widget_categories ul ul li:first-child {
  border-top: 0;
}

.widget_categories li span {
  float: right;
}

.widget_categories select {
  margin-bottom: 0;
}

/* =Custom Html Widget
   ========================================================================== */
/* =Gallery Widget
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
.widget_media_gallery:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* =Image Widget
   ========================================================================== */
/* =Meta Widget
   ========================================================================== */
.widget_meta ul {
  list-style: none;
}

.widget_meta li {
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 0;
}

.widget_meta li:first-child {
  border-top: 1px solid #e5e5e5;
}

.widget_meta li:last-child {
  margin-bottom: 0;
}

/* =Navigation Menu Widget
   ========================================================================== */
.widget_nav_menu ul {
  list-style: none;
  margin-bottom: 0;
}

.widget_nav_menu li {
  /* border-bottom: 1px solid #e5e5e5; */
  padding: 4px 0;
}

.widget_nav_menu ul ul li {
  border-bottom: 0;
}

/* .widget_nav_menu li:first-child {
  border-top: 1px solid #e5e5e5;
} */

.widget_nav_menu ul ul li:first-child {
  border-top: 0;
}

.widget_nav_menu li a {
  display: inline-block;
}

/* =Pages Widget
   ========================================================================== */
.widget_pages ul {
  list-style: none;
}

.widget_pages li {
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 0;
}

.widget_pages ul ul li {
  border-bottom: 0;
}

.widget_pages li:first-child {
  border-top: 1px solid #e5e5e5;
}

.widget_pages ul ul li:first-child {
  border-top: 0;
}

/* =Recent Comments Widget
   ========================================================================== */
.widget_recent_comments ul {
  list-style: none;
}

.widget_recent_comments li {
  margin-bottom: 10px;
}

.widget_recent_comments li:last-child {
  margin-bottom: 0;
}

/* =Recent Posts Widget
   ========================================================================== */
.widget_recent_entries ul {
  list-style: none;
}

.widget_recent_entries ul li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 0;
}

.widget_recent_entries ul li:first-child {
  border-top: 1px solid #e5e5e5;
}

.widget_recent_entries ul li a {
  display: block;
}

.widget_recent_entries ul li .post-date {
  display: block;
}

/* =RSS Widget
   ========================================================================== */
.widget_rss ul {
  margin: 0;
  list-style: none;
}

.widget_rss li {
  margin-bottom: 28px;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss ul li a.rsswidget {
  margin-top: 5px;
  margin-bottom: 28px;
}

.widget_rss .rsswidget img {
  margin-top: -5px;
}

.widget_rss .rss-date,
.widget_rss cite {
  display: block;
  padding: 15px 0;
}

.widget_rss cite {
  color: #333333;
}

/* =Search Widget
   ========================================================================== */
.search-form {
  position: relative;
}

.widget_search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 25px 25px 0;
  padding: 11px 28px;
  background-color: #2265D6;
  border-color: #2265D6;
  text-align: center;
}

.widget_search .search-submit:hover,
.widget_search .search-submit:focus {
  background-color: #F4D47E;
  border-color: #F4D47E;
  color: #ffffff;
}

.widget_search .search-submit:active {
  background-color: #F4D47E;
  border-color: #F4D47E;
  color: #ffffff;
}

/* =Tag Cloud Widget
   ========================================================================== */
.widget_tag_cloud a {
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 4px 28px;
  border-radius: 25px;
  border: 1px solid #e5e5e5;
  color: #333333;
  -webkit-transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -o-transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.widget_tag_cloud a:hover {
  background-color: #F4D47E;
  color: #ffffff;
  border-color: #F4D47E;
}

/* =Text Widget
   ========================================================================== */
/**
	 * 1. The last element inside text widget shouldn't have margin bottom
	 */
.textwidget > *:last-child {
  margin-bottom: 0;
  /* 1 */
}

/* =Video Widget
   ========================================================================== */
/* ==========================================================================
   =Widgets: Custom Widgets
   ========================================================================== */
/* =Contact Info  Widget
   ========================================================================== */
/* =Newsletter Subscribe Widget
   ========================================================================== */
#footer .ewf-widget_newsletter_subscribe input[type="email"] {
  background-color: #ffffff;
}

#footer .ewf-widget_newsletter_subscribe input[type="submit"] {
  margin-bottom: 0;
}

/* ==========================================================================
   =Media
   ========================================================================== */
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

/* =Captions
   ========================================================================== */
.wp-caption {
  margin-bottom: 28px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  padding: 15px 0;
}

/* =Galleries
   ========================================================================== */
.gallery {
  margin-bottom: 28px;
}

.gallery-item {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  padding: 15px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* ==========================================================================
   =WordPress Accessibility
   ========================================================================== */
/**
 	 * Text meant only for screen readers.
	 *
	 * 1. Many screen reader and browser combinations announce broken words as they would appear visually.
 	 */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  /* 1 */
}

/**
	 * 1. Above WP toolbar.
 	 */
.screen-reader-text:focus {
  z-index: 100000;
  /* 1 */
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 25px 16px;
  clip: auto !important;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

/* ==========================================================================
   =WordPress Alignments
   ========================================================================== */
.alignleft {
  float: left;
  display: inline;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  display: inline;
  margin: 0 0 1.5em 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

/* =Colors
   ========================================================================== */
.ewf-color-text {
  color: #333333;
}

.ewf-color-heading {
  color: #333333;
}

.ewf-color-accent {
  color: #F4D47E;
}

.ewf-color-accent-2 {
  color: #2265D6;
}

/* =Floats
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
.ewf-clearfix:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.ewf-clear {
  clear: both;
}

.ewf-float--left {
  float: left;
}

.ewf-float--none {
  float: none;
}

.ewf-float--right {
  float: right;
}

/* =Grid
   ========================================================================== */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* =Margin
   ========================================================================== */
.ewf-margin-top--none {
  margin-top: 0;
}

.ewf-margin-right--none {
  margin-right: 0;
}

.ewf-margin-bottom--none {
  margin-bottom: 0;
}

.ewf-margin-left--none {
  margin-left: 0;
}

.ewf-margin-vertical--none {
  margin-top: 0;
  margin-bottom: 0;
}

.ewf-margin-horizontal--none {
  margin-right: 0;
  margin-left: 0;
}

.ewf-margin-around--none {
  margin: 0;
}

.ewf-margin-top--xx-small {
  margin-top: 14px;
}

.ewf-margin-right--xx-small {
  margin-right: 14px;
}

.ewf-margin-bottom--xx-small {
  margin-bottom: 14px;
}

.ewf-margin-left--xx-small {
  margin-left: 14px;
}

.ewf-margin-vertical--xx-small {
  margin-top: 14px;
  margin-bottom: 14px;
}

.ewf-margin-horizontal--xx-small {
  margin-right: 14px;
  margin-left: 14px;
}

.ewf-margin-around--xx-small {
  margin: 14px;
}

.ewf-margin-top--x-small {
  margin-top: 28px;
}

.ewf-margin-right--x-small {
  margin-right: 28px;
}

.ewf-margin-bottom--x-small {
  margin-bottom: 28px;
}

.ewf-margin-left--x-small {
  margin-left: 28px;
}

.ewf-margin-vertical--x-small {
  margin-top: 28px;
  margin-bottom: 28px;
}

.ewf-margin-horizontal--x-small {
  margin-right: 28px;
  margin-left: 28px;
}

.ewf-margin-around--x-small {
  margin: 28px;
}

.ewf-margin-top--small {
  margin-top: 56px;
}

.ewf-margin-right--small {
  margin-right: 56px;
}

.ewf-margin-bottom--small {
  margin-bottom: 56px;
}

.ewf-margin-left--small {
  margin-left: 56px;
}

.ewf-margin-vertical--small {
  margin-top: 56px;
  margin-bottom: 56px;
}

.ewf-margin-horizontal--small {
  margin-right: 56px;
  margin-left: 56px;
}

.ewf-margin-around--small {
  margin: 56px;
}

.ewf-margin-top--medium {
  margin-top: 84px;
}

.ewf-margin-right--medium {
  margin-right: 84px;
}

.ewf-margin-bottom--medium {
  margin-bottom: 84px;
}

.ewf-margin-left--medium {
  margin-left: 84px;
}

.ewf-margin-vertical--medium {
  margin-top: 84px;
  margin-bottom: 84px;
}

.ewf-margin-horizontal--medium {
  margin-right: 84px;
  margin-left: 84px;
}

.ewf-margin-around--medium {
  margin: 84px;
}

.ewf-margin-top--large {
  margin-top: 112px;
}

.ewf-margin-right--large {
  margin-right: 112px;
}

.ewf-margin-bottom--large {
  margin-bottom: 112px;
}

.ewf-margin-left--large {
  margin-left: 112px;
}

.ewf-margin-vertical--large {
  margin-top: 112px;
  margin-bottom: 112px;
}

.ewf-margin-horizontal--large {
  margin-right: 112px;
  margin-left: 112px;
}

.ewf-margin-around--large {
  margin: 112px;
}

.ewf-margin-top--x-large {
  margin-top: 140px;
}

.ewf-margin-right--x-large {
  margin-right: 140px;
}

.ewf-margin-bottom--x-large {
  margin-bottom: 140px;
}

.ewf-margin-left--x-large {
  margin-left: 140px;
}

.ewf-margin-vertical--x-large {
  margin-top: 140px;
  margin-bottom: 140px;
}

.ewf-margin-horizontal--x-large {
  margin-right: 140px;
  margin-left: 140px;
}

.ewf-margin-around--x-large {
  margin: 140px;
}

.ewf-margin-top--xx-large {
  margin-top: 168px;
}

.ewf-margin-right--xx-large {
  margin-right: 168px;
}

.ewf-margin-bottom--xx-large {
  margin-bottom: 168px;
}

.ewf-margin-left--xx-large {
  margin-left: 168px;
}

.ewf-margin-vertical--xx-large {
  margin-top: 168px;
  margin-bottom: 168px;
}

.ewf-margin-horizontal--xx-large {
  margin-right: 168px;
  margin-left: 168px;
}

.ewf-margin-around--xx-large {
  margin: 168px;
}

/* =Padding
   ========================================================================== */
.ewf-padding-top--none {
  padding-top: 0 !important;
}

.ewf-padding-right--none {
  padding-right: 0 !important;
}

.ewf-padding-bottom--none {
  padding-bottom: 0 !important;
}

.ewf-padding-left--none {
  padding-left: 0 !important;
}

.ewf-padding-vertical--none {
  padding-top: 0;
  padding-bottom: 0;
}

.ewf-padding-horizontal--none {
  padding-right: 0;
  padding-left: 0;
}

.ewf-padding-around--none {
  padding: 0;
}

.ewf-padding-top--xx-small {
  padding-top: 14px;
}

.ewf-padding-right--xx-small {
  padding-right: 14px;
}

.ewf-padding-bottom--xx-small {
  padding-bottom: 14px;
}

.ewf-padding-left--xx-small {
  padding-left: 14px;
}

.ewf-padding-vertical--xx-small {
  padding-top: 14px;
  padding-bottom: 14px;
}

.ewf-padding-horizontal--xx-small {
  padding-right: 14px;
  padding-left: 14px;
}

.ewf-padding-around--xx-small {
  padding: 14px;
}

.ewf-padding-top--x-small {
  padding-top: 28px;
}

.ewf-padding-right--x-small {
  padding-right: 28px;
}

.ewf-padding-bottom--x-small {
  padding-bottom: 28px;
}

.ewf-padding-left--x-small {
  padding-left: 28px;
}

.ewf-padding-vertical--x-small {
  padding-top: 28px;
  padding-bottom: 28px;
}

.ewf-padding-horizontal--x-small {
  padding-right: 28px;
  padding-left: 28px;
}

.ewf-padding-around--x-small {
  padding: 28px;
}

.ewf-padding-top--small {
  padding-top: 56px;
}

.ewf-padding-right--small {
  padding-right: 56px;
}

.ewf-padding-bottom--small {
  padding-bottom: 56px;
}

.ewf-padding-left--small {
  padding-left: 56px;
}

.ewf-padding-vertical--small {
  padding-top: 56px;
  padding-bottom: 56px;
}

.ewf-padding-horizontal--small {
  padding-right: 56px;
  padding-left: 56px;
}

.ewf-padding-around--small {
  padding: 56px;
}

.ewf-padding-top--medium {
  padding-top: 84px;
}

.ewf-padding-right--medium {
  padding-right: 84px;
}

.ewf-padding-bottom--medium {
  padding-bottom: 84px;
}

.ewf-padding-left--medium {
  padding-left: 84px;
}

.ewf-padding-vertical--medium {
  padding-top: 84px;
  padding-bottom: 84px;
}

.ewf-padding-horizontal--medium {
  padding-right: 84px;
  padding-left: 84px;
}

.ewf-padding-around--medium {
  padding: 84px;
}

.ewf-padding-top--large {
  padding-top: 112px;
}

.ewf-padding-right--large {
  padding-right: 112px;
}

.ewf-padding-bottom--large {
  padding-bottom: 112px;
}

.ewf-padding-left--large {
  padding-left: 112px;
}

.ewf-padding-vertical--large {
  padding-top: 112px;
  padding-bottom: 112px;
}

.ewf-padding-horizontal--large {
  padding-right: 112px;
  padding-left: 112px;
}

.ewf-padding-around--large {
  padding: 112px;
}

.ewf-padding-top--x-large {
  padding-top: 140px;
}

.ewf-padding-right--x-large {
  padding-right: 140px;
}

.ewf-padding-bottom--x-large {
  padding-bottom: 140px;
}

.ewf-padding-left--x-large {
  padding-left: 140px;
}

.ewf-padding-vertical--x-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

.ewf-padding-horizontal--x-large {
  padding-right: 140px;
  padding-left: 140px;
}

.ewf-padding-around--x-large {
  padding: 140px;
}

.ewf-padding-top--xx-large {
  padding-top: 168px;
}

.ewf-padding-right--xx-large {
  padding-right: 168px;
}

.ewf-padding-bottom--xx-large {
  padding-bottom: 168px;
}

.ewf-padding-left--xx-large {
  padding-left: 168px;
}

.ewf-padding-vertical--xx-large {
  padding-top: 168px;
  padding-bottom: 168px;
}

.ewf-padding-horizontal--xx-large {
  padding-right: 168px;
  padding-left: 168px;
}

.ewf-padding-around--xx-large {
  padding: 168px;
}

/* =Text
   ========================================================================== */
.ewf-text-align--left {
  text-align: left;
}

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

.ewf-text-align--right {
  text-align: right;
}

.ewf-text-transform--uppercase {
  text-transform: uppercase;
}

/* =Truncation
   ========================================================================== */
.ewf-truncate {
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.ewf-truncate--25 {
  max-width: 25%;
}

.ewf-truncate--50 {
  max-width: 50%;
}

.ewf-truncate--75 {
  max-width: 75%;
}

/* =Valign
   ========================================================================== */
@media (min-width: 991px) {
  .ewf-valign--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ewf-valign--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ewf-valign--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/* =Visibility
   ========================================================================== */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* =Themes
   ========================================================================== */
.ewf-theme-contrast {
  color: #ffffff;
}

.ewf-theme-contrast h1,
.ewf-theme-contrast h2,
.ewf-theme-contrast h3,
.ewf-theme-contrast h4,
.ewf-theme-contrast h5,
.ewf-theme-contrast h6,
.ewf-theme-contrast strong {
  color: #ffffff;
}

.ewf-theme-contrast abbr[title] {
  border-bottom-color: #ffffff;
}

.ewf-theme-contrast q,
.ewf-theme-contrast blockquote,
.ewf-theme-contrast cite {
  color: #ffffff;
}

.ewf-theme-contrast hr {
  background-color: rgba(255, 255, 255, 0.25);
}

.ewf-theme-contrast table,
.ewf-theme-contrast th,
.ewf-theme-contrast td {
  border-color: rgba(255, 255, 255, 0.25);
}

.ewf-theme-contrast #wp-calendar th {
  color: #ffffff;
}

.ewf-theme-contrast a {
  color: #ffffff;
}

.ewf-theme-contrast a:focus {
  color: #ffffff;
}

.ewf-theme-contrast a:hover {
  color: #ffffff;
}

.ewf-theme-contrast a:active {
  color: #ffffff;
}

/* .ewf-theme-contrast .widget_nav_menu li {
  border-color: rgba(255, 255, 255, 0.25);
} */

.ewf-theme-contrast .ewf-widget_newsletter_subscribe input[type="submit"] {
  background-color: #F4D47E;
}

.ewf-theme-contrast .ewf-widget_newsletter_subscribe input[type="submit"]:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.ewf-theme-contrast .headline h1,
.ewf-theme-contrast	.headline h2,
.ewf-theme-contrast	.headline h3,
.ewf-theme-contrast	.headline h4,
.ewf-theme-contrast	.headline h5,
.ewf-theme-contrast	.headline h6 { color: #ffffff !important; }


	