/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Custom additions */
ul,
ol {
  margin: 0;
  padding: 0;
}
/* Hide arrows on number fields */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/* .transition(all 2s); */
/* .css-gradient(#dfdfdf,#f8f8f8); */
.button,
.button:visited {
  background: #00ddc0;
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover,
.button:visited:hover {
  background: rgba(249, 190, 18, 0.1);
}
.read-more {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  min-height: 36px;
  line-height: 36px;
  padding-left: 30px;
  margin-left: -3px;
}
.read-more i {
  position: absolute;
  left: 0;
  top: 5px;
}
.read-more:hover {
  color: #cccccc;
}
.centerVertically {
  /* This has to be on the container! */
  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* W3C */
  display: flex;
  align-items: center;
}
.image-overlay {
  position: relative;
}
.image-overlay .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center center;
  background-size: 100% auto;
}
.image-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.image-overlay .overlay a,
.image-overlay .overlay .a {
  width: 100%;
  height: 100%;
  padding-top: 68px;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.image-overlay .overlay a .circle,
.image-overlay .overlay .a .circle {
  width: 51px;
  height: 51px;
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.image-overlay .overlay a .circle i,
.image-overlay .overlay .a .circle i {
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.image-overlay .overlay a h3,
.image-overlay .overlay .a h3 {
  margin-top: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@font-face {
  font-family: 'starcloud';
  src: url('/wp-content/themes/starcloud/icons/starcloud.eot?v1');
  src: url('/wp-content/themes/starcloud/icons/starcloud.eot?#iefixv1') format('embedded-opentype'), url('/wp-content/themes/starcloud/icons/starcloud.woff?v1') format('woff'), url('/wp-content/themes/starcloud/icons/starcloud.ttf?v1') format('truetype'), url('/wp-content/themes/starcloud/icons/starcloud.svg?v1') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'starcloud';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cross:before {
  content: "\e607";
}
.icon-left:before {
  content: "\e608";
}
.icon-right:before {
  content: "\e606";
}
.icon-paper-plane:before {
  content: "\e605";
}
.icon-linkedin:before {
  content: "\e600";
}
.icon-googleplus:before {
  content: "\e601";
}
.icon-youtube:before {
  content: "\e602";
}
.icon-facebook:before {
  content: "\e603";
}
.icon-twitter:before {
  content: "\e604";
}
[class^='icon-custom-'].size-18,
[class*=' icon-custom-'].size-18 {
  font-size: 18px;
}
[class^='icon-custom-'].size-24,
[class*=' icon-custom-'].size-24 {
  font-size: 24px;
}
[class^='icon-custom-'].size-36,
[class*=' icon-custom-'].size-36 {
  font-size: 36px;
}
[class^='icon-custom-'].size-48,
[class*=' icon-custom-'].size-48 {
  font-size: 48px;
}
[class^='icon-custom-'].size-60,
[class*=' icon-custom-'].size-60 {
  font-size: 60px;
}
@font-face {
  font-family: 'material-icons';
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/starcloud/icons/MaterialIcons-Regular.eot);
  src: url(/wp-content/themes/starcloud/icons/MaterialIcons-Regular.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/starcloud/icons/MaterialIcons-Regular.woff2) format('woff2'), url(/wp-content/themes/starcloud/icons/MaterialIcons-Regular.woff) format('woff'), url(/wp-content/themes/starcloud/icons/MaterialIcons-Regular.ttf) format('truetype');
}
[class^='icon-material-'],
[class*=' icon-material-'] {
  font-family: 'material-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^='icon-material-'].size-18,
[class*=' icon-material-'].size-18 {
  font-size: 18px;
}
[class^='icon-material-'].size-24,
[class*=' icon-material-'].size-24 {
  font-size: 24px;
}
[class^='icon-material-'].size-36,
[class*=' icon-material-'].size-36 {
  font-size: 36px;
}
[class^='icon-material-'].size-48,
[class*=' icon-material-'].size-48 {
  font-size: 48px;
}
[class^='icon-material-'].size-60,
[class*=' icon-material-'].size-60 {
  font-size: 60px;
}
.icon-material-3d_rotation:before {
  content: '\e84d';
}
.icon-material-access_alarm:before {
  content: '\e190';
}
.icon-material-access_alarms:before {
  content: '\e191';
}
.icon-material-access_time:before {
  content: '\e192';
}
.icon-material-accessibility:before {
  content: '\e84e';
}
.icon-material-account_balance:before {
  content: '\e84f';
}
.icon-material-account_balance_wallet:before {
  content: '\e850';
}
.icon-material-account_box:before {
  content: '\e851';
}
.icon-material-account_circle:before {
  content: '\e853';
}
.icon-material-adb:before {
  content: '\e60e';
}
.icon-material-add:before {
  content: '\e145';
}
.icon-material-add_alarm:before {
  content: '\e193';
}
.icon-material-add_alert:before {
  content: '\e003';
}
.icon-material-add_box:before {
  content: '\e146';
}
.icon-material-add_circle:before {
  content: '\e147';
}
.icon-material-add_circle_outline:before {
  content: '\e148';
}
.icon-material-add_shopping_cart:before {
  content: '\e854';
}
.icon-material-add_to_photos:before {
  content: '\e39d';
}
.icon-material-adjust:before {
  content: '\e39e';
}
.icon-material-airline_seat_flat:before {
  content: '\e630';
}
.icon-material-airline_seat_flat_angled:before {
  content: '\e631';
}
.icon-material-airline_seat_individual_suite:before {
  content: '\e632';
}
.icon-material-airline_seat_legroom_extra:before {
  content: '\e633';
}
.icon-material-airline_seat_legroom_normal:before {
  content: '\e634';
}
.icon-material-airline_seat_legroom_reduced:before {
  content: '\e635';
}
.icon-material-airline_seat_recline_extra:before {
  content: '\e636';
}
.icon-material-airline_seat_recline_normal:before {
  content: '\e637';
}
.icon-material-airplanemode_active:before {
  content: '\e195';
}
.icon-material-airplanemode_inactive:before {
  content: '\e194';
}
.icon-material-airplay:before {
  content: '\e055';
}
.icon-material-alarm:before {
  content: '\e855';
}
.icon-material-alarm_add:before {
  content: '\e856';
}
.icon-material-alarm_off:before {
  content: '\e857';
}
.icon-material-alarm_on:before {
  content: '\e858';
}
.icon-material-album:before {
  content: '\e019';
}
.icon-material-android:before {
  content: '\e859';
}
.icon-material-announcement:before {
  content: '\e85a';
}
.icon-material-apps:before {
  content: '\e5c3';
}
.icon-material-archive:before {
  content: '\e149';
}
.icon-material-arrow_back:before {
  content: '\e5c4';
}
.icon-material-arrow_drop_down:before {
  content: '\e5c5';
}
.icon-material-arrow_drop_down_circle:before {
  content: '\e5c6';
}
.icon-material-arrow_drop_up:before {
  content: '\e5c7';
}
.icon-material-arrow_forward:before {
  content: '\e5c8';
}
.icon-material-aspect_ratio:before {
  content: '\e85b';
}
.icon-material-assessment:before {
  content: '\e85c';
}
.icon-material-assignment:before {
  content: '\e85d';
}
.icon-material-assignment_ind:before {
  content: '\e85e';
}
.icon-material-assignment_late:before {
  content: '\e85f';
}
.icon-material-assignment_return:before {
  content: '\e860';
}
.icon-material-assignment_returned:before {
  content: '\e861';
}
.icon-material-assignment_turned_in:before {
  content: '\e862';
}
.icon-material-assistant:before {
  content: '\e39f';
}
.icon-material-assistant_photo:before {
  content: '\e3a0';
}
.icon-material-attach_file:before {
  content: '\e226';
}
.icon-material-attach_money:before {
  content: '\e227';
}
.icon-material-attachment:before {
  content: '\e2bc';
}
.icon-material-audiotrack:before {
  content: '\e3a1';
}
.icon-material-autorenew:before {
  content: '\e863';
}
.icon-material-av_timer:before {
  content: '\e01b';
}
.icon-material-backspace:before {
  content: '\e14a';
}
.icon-material-backup:before {
  content: '\e864';
}
.icon-material-battery_alert:before {
  content: '\e19c';
}
.icon-material-battery_charging_full:before {
  content: '\e1a3';
}
.icon-material-battery_full:before {
  content: '\e1a4';
}
.icon-material-battery_std:before {
  content: '\e1a5';
}
.icon-material-battery_unknown:before {
  content: '\e1a6';
}
.icon-material-beenhere:before {
  content: '\e52d';
}
.icon-material-block:before {
  content: '\e14b';
}
.icon-material-bluetooth:before {
  content: '\e1a7';
}
.icon-material-bluetooth_audio:before {
  content: '\e60f';
}
.icon-material-bluetooth_connected:before {
  content: '\e1a8';
}
.icon-material-bluetooth_disabled:before {
  content: '\e1a9';
}
.icon-material-bluetooth_searching:before {
  content: '\e1aa';
}
.icon-material-blur_circular:before {
  content: '\e3a2';
}
.icon-material-blur_linear:before {
  content: '\e3a3';
}
.icon-material-blur_off:before {
  content: '\e3a4';
}
.icon-material-blur_on:before {
  content: '\e3a5';
}
.icon-material-book:before {
  content: '\e865';
}
.icon-material-bookmark:before {
  content: '\e866';
}
.icon-material-bookmark_border:before {
  content: '\e867';
}
.icon-material-border_all:before {
  content: '\e228';
}
.icon-material-border_bottom:before {
  content: '\e229';
}
.icon-material-border_clear:before {
  content: '\e22a';
}
.icon-material-border_color:before {
  content: '\e22b';
}
.icon-material-border_horizontal:before {
  content: '\e22c';
}
.icon-material-border_inner:before {
  content: '\e22d';
}
.icon-material-border_left:before {
  content: '\e22e';
}
.icon-material-border_outer:before {
  content: '\e22f';
}
.icon-material-border_right:before {
  content: '\e230';
}
.icon-material-border_style:before {
  content: '\e231';
}
.icon-material-border_top:before {
  content: '\e232';
}
.icon-material-border_vertical:before {
  content: '\e233';
}
.icon-material-brightness_1:before {
  content: '\e3a6';
}
.icon-material-brightness_2:before {
  content: '\e3a7';
}
.icon-material-brightness_3:before {
  content: '\e3a8';
}
.icon-material-brightness_4:before {
  content: '\e3a9';
}
.icon-material-brightness_5:before {
  content: '\e3aa';
}
.icon-material-brightness_6:before {
  content: '\e3ab';
}
.icon-material-brightness_7:before {
  content: '\e3ac';
}
.icon-material-brightness_auto:before {
  content: '\e1ab';
}
.icon-material-brightness_high:before {
  content: '\e1ac';
}
.icon-material-brightness_low:before {
  content: '\e1ad';
}
.icon-material-brightness_medium:before {
  content: '\e1ae';
}
.icon-material-broken_image:before {
  content: '\e3ad';
}
.icon-material-brush:before {
  content: '\e3ae';
}
.icon-material-bug_report:before {
  content: '\e868';
}
.icon-material-build:before {
  content: '\e869';
}
.icon-material-business:before {
  content: '\e0af';
}
.icon-material-cached:before {
  content: '\e86a';
}
.icon-material-cake:before {
  content: '\e7e9';
}
.icon-material-call:before {
  content: '\e0b0';
}
.icon-material-call_end:before {
  content: '\e0b1';
}
.icon-material-call_made:before {
  content: '\e0b2';
}
.icon-material-call_merge:before {
  content: '\e0b3';
}
.icon-material-call_missed:before {
  content: '\e0b4';
}
.icon-material-call_received:before {
  content: '\e0b5';
}
.icon-material-call_split:before {
  content: '\e0b6';
}
.icon-material-camera:before {
  content: '\e3af';
}
.icon-material-camera_alt:before {
  content: '\e3b0';
}
.icon-material-camera_enhance:before {
  content: '\e8fc';
}
.icon-material-camera_front:before {
  content: '\e3b1';
}
.icon-material-camera_rear:before {
  content: '\e3b2';
}
.icon-material-camera_roll:before {
  content: '\e3b3';
}
.icon-material-cancel:before {
  content: '\e5c9';
}
.icon-material-card_giftcard:before {
  content: '\e8f6';
}
.icon-material-card_membership:before {
  content: '\e8f7';
}
.icon-material-card_travel:before {
  content: '\e8f8';
}
.icon-material-cast:before {
  content: '\e307';
}
.icon-material-cast_connected:before {
  content: '\e308';
}
.icon-material-center_focus_strong:before {
  content: '\e3b4';
}
.icon-material-center_focus_weak:before {
  content: '\e3b5';
}
.icon-material-change_history:before {
  content: '\e86b';
}
.icon-material-chat:before {
  content: '\e0b7';
}
.icon-material-chat_bubble:before {
  content: '\e0ca';
}
.icon-material-chat_bubble_outline:before {
  content: '\e0cb';
}
.icon-material-check:before {
  content: '\e5ca';
}
.icon-material-check_box:before {
  content: '\e834';
}
.icon-material-check_box_outline_blank:before {
  content: '\e835';
}
.icon-material-check_circle:before {
  content: '\e86c';
}
.icon-material-chevron_left:before {
  content: '\e5cb';
}
.icon-material-chevron_right:before {
  content: '\e5cc';
}
.icon-material-chrome_reader_mode:before {
  content: '\e86d';
}
.icon-material-class:before {
  content: '\e86e';
}
.icon-material-clear:before {
  content: '\e14c';
}
.icon-material-clear_all:before {
  content: '\e0b8';
}
.icon-material-close:before {
  content: '\e5cd';
}
.icon-material-closed_caption:before {
  content: '\e01c';
}
.icon-material-cloud:before {
  content: '\e2bd';
}
.icon-material-cloud_circle:before {
  content: '\e2be';
}
.icon-material-cloud_done:before {
  content: '\e2bf';
}
.icon-material-cloud_download:before {
  content: '\e2c0';
}
.icon-material-cloud_off:before {
  content: '\e2c1';
}
.icon-material-cloud_queue:before {
  content: '\e2c2';
}
.icon-material-cloud_upload:before {
  content: '\e2c3';
}
.icon-material-code:before {
  content: '\e86f';
}
.icon-material-collections:before {
  content: '\e3b6';
}
.icon-material-collections_bookmark:before {
  content: '\e431';
}
.icon-material-color_lens:before {
  content: '\e3b7';
}
.icon-material-colorize:before {
  content: '\e3b8';
}
.icon-material-comment:before {
  content: '\e0b9';
}
.icon-material-compare:before {
  content: '\e3b9';
}
.icon-material-computer:before {
  content: '\e30a';
}
.icon-material-confirmation_number:before {
  content: '\e638';
}
.icon-material-contact_phone:before {
  content: '\e0cf';
}
.icon-material-contacts:before {
  content: '\e0ba';
}
.icon-material-content_copy:before {
  content: '\e14d';
}
.icon-material-content_cut:before {
  content: '\e14e';
}
.icon-material-content_paste:before {
  content: '\e14f';
}
.icon-material-control_point:before {
  content: '\e3ba';
}
.icon-material-control_point_duplicate:before {
  content: '\e3bb';
}
.icon-material-create:before {
  content: '\e150';
}
.icon-material-credit_card:before {
  content: '\e870';
}
.icon-material-crop:before {
  content: '\e3be';
}
.icon-material-crop_16_9:before {
  content: '\e3bc';
}
.icon-material-crop_3_2:before {
  content: '\e3bd';
}
.icon-material-crop_5_4:before {
  content: '\e3bf';
}
.icon-material-crop_7_5:before {
  content: '\e3c0';
}
.icon-material-crop_din:before {
  content: '\e3c1';
}
.icon-material-crop_free:before {
  content: '\e3c2';
}
.icon-material-crop_landscape:before {
  content: '\e3c3';
}
.icon-material-crop_original:before {
  content: '\e3c4';
}
.icon-material-crop_portrait:before {
  content: '\e3c5';
}
.icon-material-crop_square:before {
  content: '\e3c6';
}
.icon-material-dashboard:before {
  content: '\e871';
}
.icon-material-data_usage:before {
  content: '\e1af';
}
.icon-material-dehaze:before {
  content: '\e3c7';
}
.icon-material-delete:before {
  content: '\e872';
}
.icon-material-description:before {
  content: '\e873';
}
.icon-material-desktop_mac:before {
  content: '\e30b';
}
.icon-material-desktop_windows:before {
  content: '\e30c';
}
.icon-material-details:before {
  content: '\e3c8';
}
.icon-material-developer_board:before {
  content: '\e30d';
}
.icon-material-developer_mode:before {
  content: '\e1b0';
}
.icon-material-device_hub:before {
  content: '\e335';
}
.icon-material-devices:before {
  content: '\e1b1';
}
.icon-material-dialer_sip:before {
  content: '\e0bb';
}
.icon-material-dialpad:before {
  content: '\e0bc';
}
.icon-material-directions:before {
  content: '\e52e';
}
.icon-material-directions_bike:before {
  content: '\e52f';
}
.icon-material-directions_boat:before {
  content: '\e532';
}
.icon-material-directions_bus:before {
  content: '\e530';
}
.icon-material-directions_car:before {
  content: '\e531';
}
.icon-material-directions_railway:before {
  content: '\e534';
}
.icon-material-directions_run:before {
  content: '\e566';
}
.icon-material-directions_subway:before {
  content: '\e533';
}
.icon-material-directions_transit:before {
  content: '\e535';
}
.icon-material-directions_walk:before {
  content: '\e536';
}
.icon-material-disc_full:before {
  content: '\e610';
}
.icon-material-dns:before {
  content: '\e875';
}
.icon-material-do_not_disturb:before {
  content: '\e612';
}
.icon-material-do_not_disturb_alt:before {
  content: '\e611';
}
.icon-material-dock:before {
  content: '\e30e';
}
.icon-material-domain:before {
  content: '\e7ee';
}
.icon-material-done:before {
  content: '\e876';
}
.icon-material-done_all:before {
  content: '\e877';
}
.icon-material-drafts:before {
  content: '\e151';
}
.icon-material-drive_eta:before {
  content: '\e613';
}
.icon-material-dvr:before {
  content: '\e1b2';
}
.icon-material-edit:before {
  content: '\e3c9';
}
.icon-material-eject:before {
  content: '\e8fb';
}
.icon-material-email:before {
  content: '\e0be';
}
.icon-material-equalizer:before {
  content: '\e01d';
}
.icon-material-error:before {
  content: '\e000';
}
.icon-material-error_outline:before {
  content: '\e001';
}
.icon-material-event:before {
  content: '\e878';
}
.icon-material-event_available:before {
  content: '\e614';
}
.icon-material-event_busy:before {
  content: '\e615';
}
.icon-material-event_note:before {
  content: '\e616';
}
.icon-material-event_seat:before {
  content: '\e903';
}
.icon-material-exit_to_app:before {
  content: '\e879';
}
.icon-material-expand_less:before {
  content: '\e5ce';
}
.icon-material-expand_more:before {
  content: '\e5cf';
}
.icon-material-explicit:before {
  content: '\e01e';
}
.icon-material-explore:before {
  content: '\e87a';
}
.icon-material-exposure:before {
  content: '\e3ca';
}
.icon-material-exposure_neg_1:before {
  content: '\e3cb';
}
.icon-material-exposure_neg_2:before {
  content: '\e3cc';
}
.icon-material-exposure_plus_1:before {
  content: '\e3cd';
}
.icon-material-exposure_plus_2:before {
  content: '\e3ce';
}
.icon-material-exposure_zero:before {
  content: '\e3cf';
}
.icon-material-extension:before {
  content: '\e87b';
}
.icon-material-face:before {
  content: '\e87c';
}
.icon-material-fast_forward:before {
  content: '\e01f';
}
.icon-material-fast_rewind:before {
  content: '\e020';
}
.icon-material-favorite:before {
  content: '\e87d';
}
.icon-material-favorite_border:before {
  content: '\e87e';
}
.icon-material-feedback:before {
  content: '\e87f';
}
.icon-material-file_download:before {
  content: '\e2c4';
}
.icon-material-file_upload:before {
  content: '\e2c6';
}
.icon-material-filter:before {
  content: '\e3d3';
}
.icon-material-filter_1:before {
  content: '\e3d0';
}
.icon-material-filter_2:before {
  content: '\e3d1';
}
.icon-material-filter_3:before {
  content: '\e3d2';
}
.icon-material-filter_4:before {
  content: '\e3d4';
}
.icon-material-filter_5:before {
  content: '\e3d5';
}
.icon-material-filter_6:before {
  content: '\e3d6';
}
.icon-material-filter_7:before {
  content: '\e3d7';
}
.icon-material-filter_8:before {
  content: '\e3d8';
}
.icon-material-filter_9:before {
  content: '\e3d9';
}
.icon-material-filter_9_plus:before {
  content: '\e3da';
}
.icon-material-filter_b_and_w:before {
  content: '\e3db';
}
.icon-material-filter_center_focus:before {
  content: '\e3dc';
}
.icon-material-filter_drama:before {
  content: '\e3dd';
}
.icon-material-filter_frames:before {
  content: '\e3de';
}
.icon-material-filter_hdr:before {
  content: '\e3df';
}
.icon-material-filter_list:before {
  content: '\e152';
}
.icon-material-filter_none:before {
  content: '\e3e0';
}
.icon-material-filter_tilt_shift:before {
  content: '\e3e2';
}
.icon-material-filter_vintage:before {
  content: '\e3e3';
}
.icon-material-find_in_page:before {
  content: '\e880';
}
.icon-material-find_replace:before {
  content: '\e881';
}
.icon-material-flag:before {
  content: '\e153';
}
.icon-material-flare:before {
  content: '\e3e4';
}
.icon-material-flash_auto:before {
  content: '\e3e5';
}
.icon-material-flash_off:before {
  content: '\e3e6';
}
.icon-material-flash_on:before {
  content: '\e3e7';
}
.icon-material-flight:before {
  content: '\e539';
}
.icon-material-flight_land:before {
  content: '\e904';
}
.icon-material-flight_takeoff:before {
  content: '\e905';
}
.icon-material-flip:before {
  content: '\e3e8';
}
.icon-material-flip_to_back:before {
  content: '\e882';
}
.icon-material-flip_to_front:before {
  content: '\e883';
}
.icon-material-folder:before {
  content: '\e2c7';
}
.icon-material-folder_open:before {
  content: '\e2c8';
}
.icon-material-folder_shared:before {
  content: '\e2c9';
}
.icon-material-folder_special:before {
  content: '\e617';
}
.icon-material-font_download:before {
  content: '\e167';
}
.icon-material-format_align_center:before {
  content: '\e234';
}
.icon-material-format_align_justify:before {
  content: '\e235';
}
.icon-material-format_align_left:before {
  content: '\e236';
}
.icon-material-format_align_right:before {
  content: '\e237';
}
.icon-material-format_bold:before {
  content: '\e238';
}
.icon-material-format_clear:before {
  content: '\e239';
}
.icon-material-format_color_fill:before {
  content: '\e23a';
}
.icon-material-format_color_reset:before {
  content: '\e23b';
}
.icon-material-format_color_text:before {
  content: '\e23c';
}
.icon-material-format_indent_decrease:before {
  content: '\e23d';
}
.icon-material-format_indent_increase:before {
  content: '\e23e';
}
.icon-material-format_italic:before {
  content: '\e23f';
}
.icon-material-format_line_spacing:before {
  content: '\e240';
}
.icon-material-format_list_bulleted:before {
  content: '\e241';
}
.icon-material-format_list_numbered:before {
  content: '\e242';
}
.icon-material-format_paint:before {
  content: '\e243';
}
.icon-material-format_quote:before {
  content: '\e244';
}
.icon-material-format_size:before {
  content: '\e245';
}
.icon-material-format_strikethrough:before {
  content: '\e246';
}
.icon-material-format_textdirection_l_to_r:before {
  content: '\e247';
}
.icon-material-format_textdirection_r_to_l:before {
  content: '\e248';
}
.icon-material-format_underlined:before {
  content: '\e249';
}
.icon-material-forum:before {
  content: '\e0bf';
}
.icon-material-forward:before {
  content: '\e154';
}
.icon-material-forward_10:before {
  content: '\e056';
}
.icon-material-forward_30:before {
  content: '\e057';
}
.icon-material-forward_5:before {
  content: '\e058';
}
.icon-material-fullscreen:before {
  content: '\e5d0';
}
.icon-material-fullscreen_exit:before {
  content: '\e5d1';
}
.icon-material-functions:before {
  content: '\e24a';
}
.icon-material-gamepad:before {
  content: '\e30f';
}
.icon-material-games:before {
  content: '\e021';
}
.icon-material-gesture:before {
  content: '\e155';
}
.icon-material-get_app:before {
  content: '\e884';
}
.icon-material-gif:before {
  content: '\e908';
}
.icon-material-gps_fixed:before {
  content: '\e1b3';
}
.icon-material-gps_not_fixed:before {
  content: '\e1b4';
}
.icon-material-gps_off:before {
  content: '\e1b5';
}
.icon-material-grade:before {
  content: '\e885';
}
.icon-material-gradient:before {
  content: '\e3e9';
}
.icon-material-grain:before {
  content: '\e3ea';
}
.icon-material-graphic_eq:before {
  content: '\e1b8';
}
.icon-material-grid_off:before {
  content: '\e3eb';
}
.icon-material-grid_on:before {
  content: '\e3ec';
}
.icon-material-group:before {
  content: '\e7ef';
}
.icon-material-group_add:before {
  content: '\e7f0';
}
.icon-material-group_work:before {
  content: '\e886';
}
.icon-material-hd:before {
  content: '\e052';
}
.icon-material-hdr_off:before {
  content: '\e3ed';
}
.icon-material-hdr_on:before {
  content: '\e3ee';
}
.icon-material-hdr_strong:before {
  content: '\e3f1';
}
.icon-material-hdr_weak:before {
  content: '\e3f2';
}
.icon-material-headset:before {
  content: '\e310';
}
.icon-material-headset_mic:before {
  content: '\e311';
}
.icon-material-healing:before {
  content: '\e3f3';
}
.icon-material-hearing:before {
  content: '\e023';
}
.icon-material-help:before {
  content: '\e887';
}
.icon-material-help_outline:before {
  content: '\e8fd';
}
.icon-material-high_quality:before {
  content: '\e024';
}
.icon-material-highlight_off:before {
  content: '\e888';
}
.icon-material-history:before {
  content: '\e889';
}
.icon-material-home:before {
  content: '\e88a';
}
.icon-material-hotel:before {
  content: '\e53a';
}
.icon-material-hourglass_empty:before {
  content: '\e88b';
}
.icon-material-hourglass_full:before {
  content: '\e88c';
}
.icon-material-http:before {
  content: '\e902';
}
.icon-material-https:before {
  content: '\e88d';
}
.icon-material-image:before {
  content: '\e3f4';
}
.icon-material-image_aspect_ratio:before {
  content: '\e3f5';
}
.icon-material-import_export:before {
  content: '\e0c3';
}
.icon-material-inbox:before {
  content: '\e156';
}
.icon-material-indeterminate_check_box:before {
  content: '\e909';
}
.icon-material-info:before {
  content: '\e88e';
}
.icon-material-info_outline:before {
  content: '\e88f';
}
.icon-material-input:before {
  content: '\e890';
}
.icon-material-insert_chart:before {
  content: '\e24b';
}
.icon-material-insert_comment:before {
  content: '\e24c';
}
.icon-material-insert_drive_file:before {
  content: '\e24d';
}
.icon-material-insert_emoticon:before {
  content: '\e24e';
}
.icon-material-insert_invitation:before {
  content: '\e24f';
}
.icon-material-insert_link:before {
  content: '\e250';
}
.icon-material-insert_photo:before {
  content: '\e251';
}
.icon-material-invert_colors:before {
  content: '\e891';
}
.icon-material-invert_colors_off:before {
  content: '\e0c4';
}
.icon-material-iso:before {
  content: '\e3f6';
}
.icon-material-keyboard:before {
  content: '\e312';
}
.icon-material-keyboard_arrow_down:before {
  content: '\e313';
}
.icon-material-keyboard_arrow_left:before {
  content: '\e314';
}
.icon-material-keyboard_arrow_right:before {
  content: '\e315';
}
.icon-material-keyboard_arrow_up:before {
  content: '\e316';
}
.icon-material-keyboard_backspace:before {
  content: '\e317';
}
.icon-material-keyboard_capslock:before {
  content: '\e318';
}
.icon-material-keyboard_hide:before {
  content: '\e31a';
}
.icon-material-keyboard_return:before {
  content: '\e31b';
}
.icon-material-keyboard_tab:before {
  content: '\e31c';
}
.icon-material-keyboard_voice:before {
  content: '\e31d';
}
.icon-material-label:before {
  content: '\e892';
}
.icon-material-label_outline:before {
  content: '\e893';
}
.icon-material-landscape:before {
  content: '\e3f7';
}
.icon-material-language:before {
  content: '\e894';
}
.icon-material-laptop:before {
  content: '\e31e';
}
.icon-material-laptop_chromebook:before {
  content: '\e31f';
}
.icon-material-laptop_mac:before {
  content: '\e320';
}
.icon-material-laptop_windows:before {
  content: '\e321';
}
.icon-material-launch:before {
  content: '\e895';
}
.icon-material-layers:before {
  content: '\e53b';
}
.icon-material-layers_clear:before {
  content: '\e53c';
}
.icon-material-leak_add:before {
  content: '\e3f8';
}
.icon-material-leak_remove:before {
  content: '\e3f9';
}
.icon-material-lens:before {
  content: '\e3fa';
}
.icon-material-library_add:before {
  content: '\e02e';
}
.icon-material-library_books:before {
  content: '\e02f';
}
.icon-material-library_music:before {
  content: '\e030';
}
.icon-material-link:before {
  content: '\e157';
}
.icon-material-list:before {
  content: '\e896';
}
.icon-material-live_help:before {
  content: '\e0c6';
}
.icon-material-live_tv:before {
  content: '\e639';
}
.icon-material-local_activity:before {
  content: '\e53f';
}
.icon-material-local_airport:before {
  content: '\e53d';
}
.icon-material-local_atm:before {
  content: '\e53e';
}
.icon-material-local_bar:before {
  content: '\e540';
}
.icon-material-local_cafe:before {
  content: '\e541';
}
.icon-material-local_car_wash:before {
  content: '\e542';
}
.icon-material-local_convenience_store:before {
  content: '\e543';
}
.icon-material-local_dining:before {
  content: '\e556';
}
.icon-material-local_drink:before {
  content: '\e544';
}
.icon-material-local_florist:before {
  content: '\e545';
}
.icon-material-local_gas_station:before {
  content: '\e546';
}
.icon-material-local_grocery_store:before {
  content: '\e547';
}
.icon-material-local_hospital:before {
  content: '\e548';
}
.icon-material-local_hotel:before {
  content: '\e549';
}
.icon-material-local_laundry_service:before {
  content: '\e54a';
}
.icon-material-local_library:before {
  content: '\e54b';
}
.icon-material-local_mall:before {
  content: '\e54c';
}
.icon-material-local_movies:before {
  content: '\e54d';
}
.icon-material-local_offer:before {
  content: '\e54e';
}
.icon-material-local_parking:before {
  content: '\e54f';
}
.icon-material-local_pharmacy:before {
  content: '\e550';
}
.icon-material-local_phone:before {
  content: '\e551';
}
.icon-material-local_pizza:before {
  content: '\e552';
}
.icon-material-local_play:before {
  content: '\e553';
}
.icon-material-local_post_office:before {
  content: '\e554';
}
.icon-material-local_printshop:before {
  content: '\e555';
}
.icon-material-local_see:before {
  content: '\e557';
}
.icon-material-local_shipping:before {
  content: '\e558';
}
.icon-material-local_taxi:before {
  content: '\e559';
}
.icon-material-location_city:before {
  content: '\e7f1';
}
.icon-material-location_disabled:before {
  content: '\e1b6';
}
.icon-material-location_off:before {
  content: '\e0c7';
}
.icon-material-location_on:before {
  content: '\e0c8';
}
.icon-material-location_searching:before {
  content: '\e1b7';
}
.icon-material-lock:before {
  content: '\e897';
}
.icon-material-lock_open:before {
  content: '\e898';
}
.icon-material-lock_outline:before {
  content: '\e899';
}
.icon-material-looks:before {
  content: '\e3fc';
}
.icon-material-looks_3:before {
  content: '\e3fb';
}
.icon-material-looks_4:before {
  content: '\e3fd';
}
.icon-material-looks_5:before {
  content: '\e3fe';
}
.icon-material-looks_6:before {
  content: '\e3ff';
}
.icon-material-looks_one:before {
  content: '\e400';
}
.icon-material-looks_two:before {
  content: '\e401';
}
.icon-material-loop:before {
  content: '\e028';
}
.icon-material-loupe:before {
  content: '\e402';
}
.icon-material-loyalty:before {
  content: '\e89a';
}
.icon-material-mail:before {
  content: '\e158';
}
.icon-material-map:before {
  content: '\e55b';
}
.icon-material-markunread:before {
  content: '\e159';
}
.icon-material-markunread_mailbox:before {
  content: '\e89b';
}
.icon-material-memory:before {
  content: '\e322';
}
.icon-material-menu:before {
  content: '\e5d2';
}
.icon-material-merge_type:before {
  content: '\e252';
}
.icon-material-message:before {
  content: '\e0c9';
}
.icon-material-mic:before {
  content: '\e029';
}
.icon-material-mic_none:before {
  content: '\e02a';
}
.icon-material-mic_off:before {
  content: '\e02b';
}
.icon-material-mms:before {
  content: '\e618';
}
.icon-material-mode_comment:before {
  content: '\e253';
}
.icon-material-mode_edit:before {
  content: '\e254';
}
.icon-material-money_off:before {
  content: '\e25c';
}
.icon-material-monochrome_photos:before {
  content: '\e403';
}
.icon-material-mood:before {
  content: '\e7f2';
}
.icon-material-mood_bad:before {
  content: '\e7f3';
}
.icon-material-more:before {
  content: '\e619';
}
.icon-material-more_horiz:before {
  content: '\e5d3';
}
.icon-material-more_vert:before {
  content: '\e5d4';
}
.icon-material-mouse:before {
  content: '\e323';
}
.icon-material-movie:before {
  content: '\e02c';
}
.icon-material-movie_creation:before {
  content: '\e404';
}
.icon-material-music_note:before {
  content: '\e405';
}
.icon-material-my_location:before {
  content: '\e55c';
}
.icon-material-nature:before {
  content: '\e406';
}
.icon-material-nature_people:before {
  content: '\e407';
}
.icon-material-navigate_before:before {
  content: '\e408';
}
.icon-material-navigate_next:before {
  content: '\e409';
}
.icon-material-navigation:before {
  content: '\e55d';
}
.icon-material-network_cell:before {
  content: '\e1b9';
}
.icon-material-network_locked:before {
  content: '\e61a';
}
.icon-material-network_wifi:before {
  content: '\e1ba';
}
.icon-material-new_releases:before {
  content: '\e031';
}
.icon-material-nfc:before {
  content: '\e1bb';
}
.icon-material-no_sim:before {
  content: '\e0cc';
}
.icon-material-not_interested:before {
  content: '\e033';
}
.icon-material-note_add:before {
  content: '\e89c';
}
.icon-material-notifications:before {
  content: '\e7f4';
}
.icon-material-notifications_active:before {
  content: '\e7f7';
}
.icon-material-notifications_none:before {
  content: '\e7f5';
}
.icon-material-notifications_off:before {
  content: '\e7f6';
}
.icon-material-notifications_paused:before {
  content: '\e7f8';
}
.icon-material-offline_pin:before {
  content: '\e90a';
}
.icon-material-ondemand_video:before {
  content: '\e63a';
}
.icon-material-open_in_browser:before {
  content: '\e89d';
}
.icon-material-open_in_new:before {
  content: '\e89e';
}
.icon-material-open_with:before {
  content: '\e89f';
}
.icon-material-pages:before {
  content: '\e7f9';
}
.icon-material-pageview:before {
  content: '\e8a0';
}
.icon-material-palette:before {
  content: '\e40a';
}
.icon-material-panorama:before {
  content: '\e40b';
}
.icon-material-panorama_fish_eye:before {
  content: '\e40c';
}
.icon-material-panorama_horizontal:before {
  content: '\e40d';
}
.icon-material-panorama_vertical:before {
  content: '\e40e';
}
.icon-material-panorama_wide_angle:before {
  content: '\e40f';
}
.icon-material-party_mode:before {
  content: '\e7fa';
}
.icon-material-pause:before {
  content: '\e034';
}
.icon-material-pause_circle_filled:before {
  content: '\e035';
}
.icon-material-pause_circle_outline:before {
  content: '\e036';
}
.icon-material-payment:before {
  content: '\e8a1';
}
.icon-material-people:before {
  content: '\e7fb';
}
.icon-material-people_outline:before {
  content: '\e7fc';
}
.icon-material-perm_camera_mic:before {
  content: '\e8a2';
}
.icon-material-perm_contact_calendar:before {
  content: '\e8a3';
}
.icon-material-perm_data_setting:before {
  content: '\e8a4';
}
.icon-material-perm_device_information:before {
  content: '\e8a5';
}
.icon-material-perm_identity:before {
  content: '\e8a6';
}
.icon-material-perm_media:before {
  content: '\e8a7';
}
.icon-material-perm_phone_msg:before {
  content: '\e8a8';
}
.icon-material-perm_scan_wifi:before {
  content: '\e8a9';
}
.icon-material-person:before {
  content: '\e7fd';
}
.icon-material-person_add:before {
  content: '\e7fe';
}
.icon-material-person_outline:before {
  content: '\e7ff';
}
.icon-material-person_pin:before {
  content: '\e55a';
}
.icon-material-personal_video:before {
  content: '\e63b';
}
.icon-material-phone:before {
  content: '\e0cd';
}
.icon-material-phone_android:before {
  content: '\e324';
}
.icon-material-phone_bluetooth_speaker:before {
  content: '\e61b';
}
.icon-material-phone_forwarded:before {
  content: '\e61c';
}
.icon-material-phone_in_talk:before {
  content: '\e61d';
}
.icon-material-phone_iphone:before {
  content: '\e325';
}
.icon-material-phone_locked:before {
  content: '\e61e';
}
.icon-material-phone_missed:before {
  content: '\e61f';
}
.icon-material-phone_paused:before {
  content: '\e620';
}
.icon-material-phonelink:before {
  content: '\e326';
}
.icon-material-phonelink_erase:before {
  content: '\e0db';
}
.icon-material-phonelink_lock:before {
  content: '\e0dc';
}
.icon-material-phonelink_off:before {
  content: '\e327';
}
.icon-material-phonelink_ring:before {
  content: '\e0dd';
}
.icon-material-phonelink_setup:before {
  content: '\e0de';
}
.icon-material-photo:before {
  content: '\e410';
}
.icon-material-photo_album:before {
  content: '\e411';
}
.icon-material-photo_camera:before {
  content: '\e412';
}
.icon-material-photo_library:before {
  content: '\e413';
}
.icon-material-photo_size_select_actual:before {
  content: '\e432';
}
.icon-material-photo_size_select_large:before {
  content: '\e433';
}
.icon-material-photo_size_select_small:before {
  content: '\e434';
}
.icon-material-picture_as_pdf:before {
  content: '\e415';
}
.icon-material-picture_in_picture:before {
  content: '\e8aa';
}
.icon-material-pin_drop:before {
  content: '\e55e';
}
.icon-material-place:before {
  content: '\e55f';
}
.icon-material-play_arrow:before {
  content: '\e037';
}
.icon-material-play_circle_filled:before {
  content: '\e038';
}
.icon-material-play_circle_outline:before {
  content: '\e039';
}
.icon-material-play_for_work:before {
  content: '\e906';
}
.icon-material-playlist_add:before {
  content: '\e03b';
}
.icon-material-plus_one:before {
  content: '\e800';
}
.icon-material-poll:before {
  content: '\e801';
}
.icon-material-polymer:before {
  content: '\e8ab';
}
.icon-material-portable_wifi_off:before {
  content: '\e0ce';
}
.icon-material-portrait:before {
  content: '\e416';
}
.icon-material-power:before {
  content: '\e63c';
}
.icon-material-power_input:before {
  content: '\e336';
}
.icon-material-power_settings_new:before {
  content: '\e8ac';
}
.icon-material-present_to_all:before {
  content: '\e0df';
}
.icon-material-print:before {
  content: '\e8ad';
}
.icon-material-public:before {
  content: '\e80b';
}
.icon-material-publish:before {
  content: '\e255';
}
.icon-material-query_builder:before {
  content: '\e8ae';
}
.icon-material-question_answer:before {
  content: '\e8af';
}
.icon-material-queue:before {
  content: '\e03c';
}
.icon-material-queue_music:before {
  content: '\e03d';
}
.icon-material-radio:before {
  content: '\e03e';
}
.icon-material-radio_button_checked:before {
  content: '\e837';
}
.icon-material-radio_button_unchecked:before {
  content: '\e836';
}
.icon-material-rate_review:before {
  content: '\e560';
}
.icon-material-receipt:before {
  content: '\e8b0';
}
.icon-material-recent_actors:before {
  content: '\e03f';
}
.icon-material-redeem:before {
  content: '\e8b1';
}
.icon-material-redo:before {
  content: '\e15a';
}
.icon-material-refresh:before {
  content: '\e5d5';
}
.icon-material-remove:before {
  content: '\e15b';
}
.icon-material-remove_circle:before {
  content: '\e15c';
}
.icon-material-remove_circle_outline:before {
  content: '\e15d';
}
.icon-material-remove_red_eye:before {
  content: '\e417';
}
.icon-material-reorder:before {
  content: '\e8fe';
}
.icon-material-repeat:before {
  content: '\e040';
}
.icon-material-repeat_one:before {
  content: '\e041';
}
.icon-material-replay:before {
  content: '\e042';
}
.icon-material-replay_10:before {
  content: '\e059';
}
.icon-material-replay_30:before {
  content: '\e05a';
}
.icon-material-replay_5:before {
  content: '\e05b';
}
.icon-material-reply:before {
  content: '\e15e';
}
.icon-material-reply_all:before {
  content: '\e15f';
}
.icon-material-report:before {
  content: '\e160';
}
.icon-material-report_problem:before {
  content: '\e8b2';
}
.icon-material-restaurant_menu:before {
  content: '\e561';
}
.icon-material-restore:before {
  content: '\e8b3';
}
.icon-material-ring_volume:before {
  content: '\e0d1';
}
.icon-material-room:before {
  content: '\e8b4';
}
.icon-material-rotate_90_degrees_ccw:before {
  content: '\e418';
}
.icon-material-rotate_left:before {
  content: '\e419';
}
.icon-material-rotate_right:before {
  content: '\e41a';
}
.icon-material-router:before {
  content: '\e328';
}
.icon-material-satellite:before {
  content: '\e562';
}
.icon-material-save:before {
  content: '\e161';
}
.icon-material-scanner:before {
  content: '\e329';
}
.icon-material-schedule:before {
  content: '\e8b5';
}
.icon-material-school:before {
  content: '\e80c';
}
.icon-material-screen_lock_landscape:before {
  content: '\e1be';
}
.icon-material-screen_lock_portrait:before {
  content: '\e1bf';
}
.icon-material-screen_lock_rotation:before {
  content: '\e1c0';
}
.icon-material-screen_rotation:before {
  content: '\e1c1';
}
.icon-material-sd_card:before {
  content: '\e623';
}
.icon-material-sd_storage:before {
  content: '\e1c2';
}
.icon-material-search:before {
  content: '\e8b6';
}
.icon-material-security:before {
  content: '\e32a';
}
.icon-material-select_all:before {
  content: '\e162';
}
.icon-material-send:before {
  content: '\e163';
}
.icon-material-settings:before {
  content: '\e8b8';
}
.icon-material-settings_applications:before {
  content: '\e8b9';
}
.icon-material-settings_backup_restore:before {
  content: '\e8ba';
}
.icon-material-settings_bluetooth:before {
  content: '\e8bb';
}
.icon-material-settings_brightness:before {
  content: '\e8bd';
}
.icon-material-settings_cell:before {
  content: '\e8bc';
}
.icon-material-settings_ethernet:before {
  content: '\e8be';
}
.icon-material-settings_input_antenna:before {
  content: '\e8bf';
}
.icon-material-settings_input_component:before {
  content: '\e8c0';
}
.icon-material-settings_input_composite:before {
  content: '\e8c1';
}
.icon-material-settings_input_hdmi:before {
  content: '\e8c2';
}
.icon-material-settings_input_svideo:before {
  content: '\e8c3';
}
.icon-material-settings_overscan:before {
  content: '\e8c4';
}
.icon-material-settings_phone:before {
  content: '\e8c5';
}
.icon-material-settings_power:before {
  content: '\e8c6';
}
.icon-material-settings_remote:before {
  content: '\e8c7';
}
.icon-material-settings_system_daydream:before {
  content: '\e1c3';
}
.icon-material-settings_voice:before {
  content: '\e8c8';
}
.icon-material-share:before {
  content: '\e80d';
}
.icon-material-shop:before {
  content: '\e8c9';
}
.icon-material-shop_two:before {
  content: '\e8ca';
}
.icon-material-shopping_basket:before {
  content: '\e8cb';
}
.icon-material-shopping_cart:before {
  content: '\e8cc';
}
.icon-material-shuffle:before {
  content: '\e043';
}
.icon-material-signal_cellular_4_bar:before {
  content: '\e1c8';
}
.icon-material-signal_cellular_connected_no_internet_4_bar:before {
  content: '\e1cd';
}
.icon-material-signal_cellular_no_sim:before {
  content: '\e1ce';
}
.icon-material-signal_cellular_null:before {
  content: '\e1cf';
}
.icon-material-signal_cellular_off:before {
  content: '\e1d0';
}
.icon-material-signal_wifi_4_bar:before {
  content: '\e1d8';
}
.icon-material-signal_wifi_4_bar_lock:before {
  content: '\e1d9';
}
.icon-material-signal_wifi_off:before {
  content: '\e1da';
}
.icon-material-sim_card:before {
  content: '\e32b';
}
.icon-material-sim_card_alert:before {
  content: '\e624';
}
.icon-material-skip_next:before {
  content: '\e044';
}
.icon-material-skip_previous:before {
  content: '\e045';
}
.icon-material-slideshow:before {
  content: '\e41b';
}
.icon-material-smartphone:before {
  content: '\e32c';
}
.icon-material-sms:before {
  content: '\e625';
}
.icon-material-sms_failed:before {
  content: '\e626';
}
.icon-material-snooze:before {
  content: '\e046';
}
.icon-material-sort:before {
  content: '\e164';
}
.icon-material-sort_by_alpha:before {
  content: '\e053';
}
.icon-material-space_bar:before {
  content: '\e256';
}
.icon-material-speaker:before {
  content: '\e32d';
}
.icon-material-speaker_group:before {
  content: '\e32e';
}
.icon-material-speaker_notes:before {
  content: '\e8cd';
}
.icon-material-speaker_phone:before {
  content: '\e0d2';
}
.icon-material-spellcheck:before {
  content: '\e8ce';
}
.icon-material-star:before {
  content: '\e838';
}
.icon-material-star_border:before {
  content: '\e83a';
}
.icon-material-star_half:before {
  content: '\e839';
}
.icon-material-stars:before {
  content: '\e8d0';
}
.icon-material-stay_current_landscape:before {
  content: '\e0d3';
}
.icon-material-stay_current_portrait:before {
  content: '\e0d4';
}
.icon-material-stay_primary_landscape:before {
  content: '\e0d5';
}
.icon-material-stay_primary_portrait:before {
  content: '\e0d6';
}
.icon-material-stop:before {
  content: '\e047';
}
.icon-material-storage:before {
  content: '\e1db';
}
.icon-material-store:before {
  content: '\e8d1';
}
.icon-material-store_mall_directory:before {
  content: '\e563';
}
.icon-material-straighten:before {
  content: '\e41c';
}
.icon-material-strikethrough_s:before {
  content: '\e257';
}
.icon-material-style:before {
  content: '\e41d';
}
.icon-material-subject:before {
  content: '\e8d2';
}
.icon-material-subtitles:before {
  content: '\e048';
}
.icon-material-supervisor_account:before {
  content: '\e8d3';
}
.icon-material-surround_sound:before {
  content: '\e049';
}
.icon-material-swap_calls:before {
  content: '\e0d7';
}
.icon-material-swap_horiz:before {
  content: '\e8d4';
}
.icon-material-swap_vert:before {
  content: '\e8d5';
}
.icon-material-swap_vertical_circle:before {
  content: '\e8d6';
}
.icon-material-switch_camera:before {
  content: '\e41e';
}
.icon-material-switch_video:before {
  content: '\e41f';
}
.icon-material-sync:before {
  content: '\e627';
}
.icon-material-sync_disabled:before {
  content: '\e628';
}
.icon-material-sync_problem:before {
  content: '\e629';
}
.icon-material-system_update:before {
  content: '\e62a';
}
.icon-material-system_update_alt:before {
  content: '\e8d7';
}
.icon-material-tab:before {
  content: '\e8d8';
}
.icon-material-tab_unselected:before {
  content: '\e8d9';
}
.icon-material-tablet:before {
  content: '\e32f';
}
.icon-material-tablet_android:before {
  content: '\e330';
}
.icon-material-tablet_mac:before {
  content: '\e331';
}
.icon-material-tag_faces:before {
  content: '\e420';
}
.icon-material-tap_and_play:before {
  content: '\e62b';
}
.icon-material-terrain:before {
  content: '\e564';
}
.icon-material-text_format:before {
  content: '\e165';
}
.icon-material-textsms:before {
  content: '\e0d8';
}
.icon-material-texture:before {
  content: '\e421';
}
.icon-material-theaters:before {
  content: '\e8da';
}
.icon-material-thumb_down:before {
  content: '\e8db';
}
.icon-material-thumb_up:before {
  content: '\e8dc';
}
.icon-material-thumbs_up_down:before {
  content: '\e8dd';
}
.icon-material-time_to_leave:before {
  content: '\e62c';
}
.icon-material-timelapse:before {
  content: '\e422';
}
.icon-material-timer:before {
  content: '\e425';
}
.icon-material-timer_10:before {
  content: '\e423';
}
.icon-material-timer_3:before {
  content: '\e424';
}
.icon-material-timer_off:before {
  content: '\e426';
}
.icon-material-toc:before {
  content: '\e8de';
}
.icon-material-today:before {
  content: '\e8df';
}
.icon-material-toll:before {
  content: '\e8e0';
}
.icon-material-tonality:before {
  content: '\e427';
}
.icon-material-toys:before {
  content: '\e332';
}
.icon-material-track_changes:before {
  content: '\e8e1';
}
.icon-material-traffic:before {
  content: '\e565';
}
.icon-material-transform:before {
  content: '\e428';
}
.icon-material-translate:before {
  content: '\e8e2';
}
.icon-material-trending_down:before {
  content: '\e8e3';
}
.icon-material-trending_flat:before {
  content: '\e8e4';
}
.icon-material-trending_up:before {
  content: '\e8e5';
}
.icon-material-tune:before {
  content: '\e429';
}
.icon-material-turned_in:before {
  content: '\e8e6';
}
.icon-material-turned_in_not:before {
  content: '\e8e7';
}
.icon-material-tv:before {
  content: '\e333';
}
.icon-material-undo:before {
  content: '\e166';
}
.icon-material-unfold_less:before {
  content: '\e5d6';
}
.icon-material-unfold_more:before {
  content: '\e5d7';
}
.icon-material-usb:before {
  content: '\e1e0';
}
.icon-material-verified_user:before {
  content: '\e8e8';
}
.icon-material-vertical_align_bottom:before {
  content: '\e258';
}
.icon-material-vertical_align_center:before {
  content: '\e259';
}
.icon-material-vertical_align_top:before {
  content: '\e25a';
}
.icon-material-vibration:before {
  content: '\e62d';
}
.icon-material-video_library:before {
  content: '\e04a';
}
.icon-material-videocam:before {
  content: '\e04b';
}
.icon-material-videocam_off:before {
  content: '\e04c';
}
.icon-material-view_agenda:before {
  content: '\e8e9';
}
.icon-material-view_array:before {
  content: '\e8ea';
}
.icon-material-view_carousel:before {
  content: '\e8eb';
}
.icon-material-view_column:before {
  content: '\e8ec';
}
.icon-material-view_comfy:before {
  content: '\e42a';
}
.icon-material-view_compact:before {
  content: '\e42b';
}
.icon-material-view_day:before {
  content: '\e8ed';
}
.icon-material-view_headline:before {
  content: '\e8ee';
}
.icon-material-view_list:before {
  content: '\e8ef';
}
.icon-material-view_module:before {
  content: '\e8f0';
}
.icon-material-view_quilt:before {
  content: '\e8f1';
}
.icon-material-view_stream:before {
  content: '\e8f2';
}
.icon-material-view_week:before {
  content: '\e8f3';
}
.icon-material-vignette:before {
  content: '\e435';
}
.icon-material-visibility:before {
  content: '\e8f4';
}
.icon-material-visibility_off:before {
  content: '\e8f5';
}
.icon-material-voice_chat:before {
  content: '\e62e';
}
.icon-material-voicemail:before {
  content: '\e0d9';
}
.icon-material-volume_down:before {
  content: '\e04d';
}
.icon-material-volume_mute:before {
  content: '\e04e';
}
.icon-material-volume_off:before {
  content: '\e04f';
}
.icon-material-volume_up:before {
  content: '\e050';
}
.icon-material-vpn_key:before {
  content: '\e0da';
}
.icon-material-vpn_lock:before {
  content: '\e62f';
}
.icon-material-wallpaper:before {
  content: '\e1bc';
}
.icon-material-warning:before {
  content: '\e002';
}
.icon-material-watch:before {
  content: '\e334';
}
.icon-material-wb_auto:before {
  content: '\e42c';
}
.icon-material-wb_cloudy:before {
  content: '\e42d';
}
.icon-material-wb_incandescent:before {
  content: '\e42e';
}
.icon-material-wb_iridescent:before {
  content: '\e436';
}
.icon-material-wb_sunny:before {
  content: '\e430';
}
.icon-material-wc:before {
  content: '\e63d';
}
.icon-material-web:before {
  content: '\e051';
}
.icon-material-whatshot:before {
  content: '\e80e';
}
.icon-material-widgets:before {
  content: '\e1bd';
}
.icon-material-wifi:before {
  content: '\e63e';
}
.icon-material-wifi_lock:before {
  content: '\e1e1';
}
.icon-material-wifi_tethering:before {
  content: '\e1e2';
}
.icon-material-work:before {
  content: '\e8f9';
}
.icon-material-wrap_text:before {
  content: '\e25b';
}
.icon-material-youtube_searched_for:before {
  content: '\e8fa';
}
.icon-material-zoom_in:before {
  content: '\e8ff';
}
.icon-material-zoom_out:before {
  content: '\e900';
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
#cboxClose {
  display: none !important;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
div#cboxCurrent {
  display: none !important;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 70px;
  width: 58px;
  position: absolute;
  background: none;
  border: none;
}
#cboxPrevious:before,
#cboxNext:before,
#cboxSlideshow:before,
#cboxClose:before {
  display: block;
  height: 70px;
  width: 58px;
  font-size: 75px;
  font-family: starcloud;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #00ddc0;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious,
#cboxNext {
  top: 50%;
}
#cboxPrevious {
  left: -73px;
}
#cboxPrevious:before {
  content: "\e608";
}
#cboxNext {
  right: -56px;
}
#cboxNext:before {
  content: "\e606";
}
#cboxClose {
  position: absolute;
  top: -42px;
  right: -20px;
}
#cboxClose:before {
  content: "X";
  font-size: 35px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow {
  right: 44px;
}
/*********************
01. GENERAL STYLES
*********************/
html {
  height: 100%;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 100%;
  color: #0a0a0a;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
}
::selection {
  background: #f9be12;
  color: white;
}
::-moz-selection {
  background: #f9be12;
  color: white;
}
.visible-phone {
  display: block;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: none;
}
.hidden-phone {
  display: none;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: block;
}
.shortcode_error {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  color: red;
  padding: 30px;
  background: #fff5f5;
  margin: 40px 0;
  text-transform: uppercase;
  text-align: center;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  margin: 0 auto;
}
#container {
  min-height: 100%;
  position: relative;
}
.max-width {
  max-width: 1100px;
  margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a {
  color: #00ddc0;
  text-decoration: none;
}
a:hover {
  color: #f9be12;
}
a:active {
  color: #f9be12;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-rendering: optimizelegibility;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2 {
  font-size: 25px;
  line-height: 50px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
h3 {
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
h4 {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
h5 {
  font-size: 0.846em;
  line-height: 2.09em;
}
p {
  margin: 0;
}
.centered {
  display: table-cell;
  vertical-align: middle;
}
.bx-controls {
  width: 100%;
}
.bx-controls .bx-pager {
  text-align: center;
}
.bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-controls .bx-pager .bx-pager-item a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #00ddc0;
  margin: 0 5px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.bx-controls .bx-pager .bx-pager-item a:hover {
  background: #f9be12;
}
.bx-controls .bx-pager .bx-pager-item a:active,
.bx-controls .bx-pager .bx-pager-item a:focus,
.bx-controls .bx-pager .bx-pager-item a.active {
  background: #f9be12;
}
.bx-controls-direction {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -55px;
  height: 70px;
}
.bx-controls-direction .bx-next,
.bx-controls-direction .bx-prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 70px;
  width: 58px;
  position: absolute;
}
.bx-controls-direction .bx-next:before,
.bx-controls-direction .bx-prev:before {
  display: block;
  height: 70px;
  width: 58px;
  font-size: 75px;
  font-family: starcloud;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #00ddc0;
}
.bx-controls-direction .bx-next {
  right: 20px;
}
.bx-controls-direction .bx-next:before {
  content: "\e606";
}
.bx-controls-direction .bx-prev {
  left: 8px;
}
.bx-controls-direction .bx-prev:before {
  content: "\e608";
}
/*********************
06. HEADER SYTLES
*********************/
.header {
  position: absolute;
  top: 0;
  z-index: 999;
}
.header #inner-header #display-mobile-navigation {
  margin: 0;
  height: 41px;
  width: 100%;
  line-height: 42px;
  color: #ffffff;
  background-color: #00ddc0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.header #inner-header #display-mobile-navigation:hover,
.header #inner-header #display-mobile-navigation:active,
.header #inner-header #display-mobile-navigation:focus {
  background: #f9be12;
}
.header #inner-header nav {
  position: fixed;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding-top: 52px;
  transition: top 0.4s ease-out;
  background: #005251;
}
.header #inner-header nav ul.nav,
.header #inner-header nav ul {
  list-style: none;
}
.header #inner-header nav ul.nav li a,
.header #inner-header nav ul li a {
  text-transform: uppercase;
}
.header #inner-header nav ul.nav li a:hover,
.header #inner-header nav ul li a:hover {
  text-decoration: none;
  color: #00ddc0;
}
.header #inner-header nav ul.nav li.current_page_item > a,
.header #inner-header nav ul li.current_page_item > a,
.header #inner-header nav ul.nav li.current-menu-item > a,
.header #inner-header nav ul li.current-menu-item > a,
.header #inner-header nav ul.nav li.current-menu-parent > a,
.header #inner-header nav ul li.current-menu-parent > a,
.header #inner-header nav ul.nav li.current-menu-ancestor > a,
.header #inner-header nav ul li.current-menu-ancestor > a {
  color: #00ddc0;
}
.header #inner-header .navigation-wrapper ul.qtranxs_language_chooser {
  list-style: none;
}
.header #inner-header .navigation-wrapper ul.qtranxs_language_chooser li a {
  text-decoration: none;
  text-transform: uppercase;
}
.header #inner-header .navigation-wrapper ul.qtranxs_language_chooser li a:hover {
  text-decoration: none;
  color: #00ddc0;
}
.header #inner-header .navigation-wrapper ul.qtranxs_language_chooser li.active a {
  color: #00ddc0;
}
.header.version-one-one,
.header.version-one-two,
.header.version-one-three {
  width: 100%;
}
.header.version-one-one #logo,
.header.version-one-two #logo,
.header.version-one-three #logo {
  display: block;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
.header.version-one-one #logo img,
.header.version-one-two #logo img,
.header.version-one-three #logo img {
  height: auto;
  max-width: 250px;
  max-height: 90px;
}
.header.version-one-one .navigation-wrapper nav,
.header.version-one-two .navigation-wrapper nav,
.header.version-one-three .navigation-wrapper nav {
  float: left;
}
.header.version-one-one .navigation-wrapper nav ul,
.header.version-one-two .navigation-wrapper nav ul,
.header.version-one-three .navigation-wrapper nav ul {
  zoom: 1;
  height: 25px;
  margin: 20px 0;
}
.header.version-one-one .navigation-wrapper nav ul:before,
.header.version-one-two .navigation-wrapper nav ul:before,
.header.version-one-three .navigation-wrapper nav ul:before,
.header.version-one-one .navigation-wrapper nav ul:after,
.header.version-one-two .navigation-wrapper nav ul:after,
.header.version-one-three .navigation-wrapper nav ul:after {
  content: "";
  display: table;
}
.header.version-one-one .navigation-wrapper nav ul:after,
.header.version-one-two .navigation-wrapper nav ul:after,
.header.version-one-three .navigation-wrapper nav ul:after {
  clear: both;
}
.header.version-one-one .navigation-wrapper nav ul li,
.header.version-one-two .navigation-wrapper nav ul li,
.header.version-one-three .navigation-wrapper nav ul li {
  line-height: 25px;
  text-align: center;
  margin-bottom: 15px;
}
.header.version-one-one .navigation-wrapper nav ul li.menu-item-has-children ul,
.header.version-one-two .navigation-wrapper nav ul li.menu-item-has-children ul,
.header.version-one-three .navigation-wrapper nav ul li.menu-item-has-children ul {
  height: auto;
}
.header.version-one-one .navigation-wrapper nav > ul > li > a,
.header.version-one-two .navigation-wrapper nav > ul > li > a,
.header.version-one-three .navigation-wrapper nav > ul > li > a {
  padding: 0;
}
.header.version-one-one .navigation-wrapper ul.qtranxs_language_chooser,
.header.version-one-two .navigation-wrapper ul.qtranxs_language_chooser,
.header.version-one-three .navigation-wrapper ul.qtranxs_language_chooser {
  position: absolute;
  top: 10px;
  right: 20px;
  height: 25px;
}
.header.version-one-one .navigation-wrapper ul.qtranxs_language_chooser li,
.header.version-one-two .navigation-wrapper ul.qtranxs_language_chooser li,
.header.version-one-three .navigation-wrapper ul.qtranxs_language_chooser li {
  float: left;
  line-height: 25px;
  margin-left: 10px;
}
.header.version-two-one,
.header.version-two-two,
.header.version-two-three {
  width: 100%;
}
.header.version-two-one #logo,
.header.version-two-two #logo,
.header.version-two-three #logo {
  width: 150px;
  display: block;
  margin: 20px auto 0 auto;
  z-index: 55;
  text-align: center;
}
.header.version-two-one #logo img,
.header.version-two-two #logo img,
.header.version-two-three #logo img {
  max-height: 80px;
}
.header.version-two-one .navigation-wrapper nav .nav.items-2 ul li:first-child,
.header.version-two-two .navigation-wrapper nav .nav.items-2 ul li:first-child,
.header.version-two-three .navigation-wrapper nav .nav.items-2 ul li:first-child {
  margin-right: 150px;
  min-width: 300px;
  text-align: right;
}
.header.version-two-one .navigation-wrapper nav .nav.items-2 ul li:last-child,
.header.version-two-two .navigation-wrapper nav .nav.items-2 ul li:last-child,
.header.version-two-three .navigation-wrapper nav .nav.items-2 ul li:last-child {
  margin-right: 0;
  margin-left: 150px;
  text-align: left;
}
.header.version-two-one .navigation-wrapper nav .nav.items-3 ul li,
.header.version-two-two .navigation-wrapper nav .nav.items-3 ul li,
.header.version-two-three .navigation-wrapper nav .nav.items-3 ul li,
.header.version-two-one .navigation-wrapper nav .nav.items-4 ul li,
.header.version-two-two .navigation-wrapper nav .nav.items-4 ul li,
.header.version-two-three .navigation-wrapper nav .nav.items-4 ul li {
  min-width: 15%;
  text-align: right;
}
.header.version-two-one .navigation-wrapper nav .nav.items-3 ul li:nth-child(2),
.header.version-two-two .navigation-wrapper nav .nav.items-3 ul li:nth-child(2),
.header.version-two-three .navigation-wrapper nav .nav.items-3 ul li:nth-child(2),
.header.version-two-one .navigation-wrapper nav .nav.items-4 ul li:nth-child(2),
.header.version-two-two .navigation-wrapper nav .nav.items-4 ul li:nth-child(2),
.header.version-two-three .navigation-wrapper nav .nav.items-4 ul li:nth-child(2) {
  margin-right: 150px;
}
.header.version-two-one .navigation-wrapper nav .nav.items-3 ul li:nth-child(3),
.header.version-two-two .navigation-wrapper nav .nav.items-3 ul li:nth-child(3),
.header.version-two-three .navigation-wrapper nav .nav.items-3 ul li:nth-child(3),
.header.version-two-one .navigation-wrapper nav .nav.items-4 ul li:nth-child(3),
.header.version-two-two .navigation-wrapper nav .nav.items-4 ul li:nth-child(3),
.header.version-two-three .navigation-wrapper nav .nav.items-4 ul li:nth-child(3) {
  margin-right: 0;
  margin-left: 150px;
  text-align: left;
}
.header.version-two-one .navigation-wrapper nav .nav.items-3 ul li:nth-child(4),
.header.version-two-two .navigation-wrapper nav .nav.items-3 ul li:nth-child(4),
.header.version-two-three .navigation-wrapper nav .nav.items-3 ul li:nth-child(4),
.header.version-two-one .navigation-wrapper nav .nav.items-4 ul li:nth-child(4),
.header.version-two-two .navigation-wrapper nav .nav.items-4 ul li:nth-child(4),
.header.version-two-three .navigation-wrapper nav .nav.items-4 ul li:nth-child(4) {
  text-align: left;
}
.header.version-two-one .navigation-wrapper nav .nav.items-5 ul li,
.header.version-two-two .navigation-wrapper nav .nav.items-5 ul li,
.header.version-two-three .navigation-wrapper nav .nav.items-5 ul li,
.header.version-two-one .navigation-wrapper nav .nav.items-6 ul li,
.header.version-two-two .navigation-wrapper nav .nav.items-6 ul li,
.header.version-two-three .navigation-wrapper nav .nav.items-6 ul li {
  min-width: 10%;
  text-align: right;
}
.header.version-two-one .navigation-wrapper nav .nav.items-5 ul li:nth-child(3),
.header.version-two-two .navigation-wrapper nav .nav.items-5 ul li:nth-child(3),
.header.version-two-three .navigation-wrapper nav .nav.items-5 ul li:nth-child(3),
.header.version-two-one .navigation-wrapper nav .nav.items-6 ul li:nth-child(3),
.header.version-two-two .navigation-wrapper nav .nav.items-6 ul li:nth-child(3),
.header.version-two-three .navigation-wrapper nav .nav.items-6 ul li:nth-child(3) {
  margin-right: 150px;
}
.header.version-two-one .navigation-wrapper nav .nav.items-5 ul li:nth-child(4),
.header.version-two-two .navigation-wrapper nav .nav.items-5 ul li:nth-child(4),
.header.version-two-three .navigation-wrapper nav .nav.items-5 ul li:nth-child(4),
.header.version-two-one .navigation-wrapper nav .nav.items-6 ul li:nth-child(4),
.header.version-two-two .navigation-wrapper nav .nav.items-6 ul li:nth-child(4),
.header.version-two-three .navigation-wrapper nav .nav.items-6 ul li:nth-child(4) {
  margin-right: 0;
  margin-left: 150px;
  text-align: left;
}
.header.version-two-one .navigation-wrapper nav .nav.items-5 ul li:nth-child(5),
.header.version-two-two .navigation-wrapper nav .nav.items-5 ul li:nth-child(5),
.header.version-two-three .navigation-wrapper nav .nav.items-5 ul li:nth-child(5),
.header.version-two-one .navigation-wrapper nav .nav.items-6 ul li:nth-child(5),
.header.version-two-two .navigation-wrapper nav .nav.items-6 ul li:nth-child(5),
.header.version-two-three .navigation-wrapper nav .nav.items-6 ul li:nth-child(5),
.header.version-two-one .navigation-wrapper nav .nav.items-5 ul li:nth-child(6),
.header.version-two-two .navigation-wrapper nav .nav.items-5 ul li:nth-child(6),
.header.version-two-three .navigation-wrapper nav .nav.items-5 ul li:nth-child(6),
.header.version-two-one .navigation-wrapper nav .nav.items-6 ul li:nth-child(6),
.header.version-two-two .navigation-wrapper nav .nav.items-6 ul li:nth-child(6),
.header.version-two-three .navigation-wrapper nav .nav.items-6 ul li:nth-child(6) {
  text-align: left;
}
.header.version-two-one .navigation-wrapper nav .nav.items-7 ul li,
.header.version-two-two .navigation-wrapper nav .nav.items-7 ul li,
.header.version-two-three .navigation-wrapper nav .nav.items-7 ul li,
.header.version-two-one .navigation-wrapper nav .nav.items-8 ul li,
.header.version-two-two .navigation-wrapper nav .nav.items-8 ul li,
.header.version-two-three .navigation-wrapper nav .nav.items-8 ul li {
  min-width: 6%;
  text-align: right;
}
.header.version-two-one .navigation-wrapper nav .nav.items-7 ul li:nth-child(4),
.header.version-two-two .navigation-wrapper nav .nav.items-7 ul li:nth-child(4),
.header.version-two-three .navigation-wrapper nav .nav.items-7 ul li:nth-child(4),
.header.version-two-one .navigation-wrapper nav .nav.items-8 ul li:nth-child(4),
.header.version-two-two .navigation-wrapper nav .nav.items-8 ul li:nth-child(4),
.header.version-two-three .navigation-wrapper nav .nav.items-8 ul li:nth-child(4) {
  margin-right: 150px;
}
.header.version-two-one .navigation-wrapper nav .nav.items-7 ul li:nth-child(5),
.header.version-two-two .navigation-wrapper nav .nav.items-7 ul li:nth-child(5),
.header.version-two-three .navigation-wrapper nav .nav.items-7 ul li:nth-child(5),
.header.version-two-one .navigation-wrapper nav .nav.items-8 ul li:nth-child(5),
.header.version-two-two .navigation-wrapper nav .nav.items-8 ul li:nth-child(5),
.header.version-two-three .navigation-wrapper nav .nav.items-8 ul li:nth-child(5) {
  margin-right: 0;
  margin-left: 150px;
  text-align: left;
}
.header.version-two-one .navigation-wrapper nav .nav.items-7 ul li:nth-child(6),
.header.version-two-two .navigation-wrapper nav .nav.items-7 ul li:nth-child(6),
.header.version-two-three .navigation-wrapper nav .nav.items-7 ul li:nth-child(6),
.header.version-two-one .navigation-wrapper nav .nav.items-8 ul li:nth-child(6),
.header.version-two-two .navigation-wrapper nav .nav.items-8 ul li:nth-child(6),
.header.version-two-three .navigation-wrapper nav .nav.items-8 ul li:nth-child(6),
.header.version-two-one .navigation-wrapper nav .nav.items-7 ul li:nth-child(7),
.header.version-two-two .navigation-wrapper nav .nav.items-7 ul li:nth-child(7),
.header.version-two-three .navigation-wrapper nav .nav.items-7 ul li:nth-child(7),
.header.version-two-one .navigation-wrapper nav .nav.items-8 ul li:nth-child(7),
.header.version-two-two .navigation-wrapper nav .nav.items-8 ul li:nth-child(7),
.header.version-two-three .navigation-wrapper nav .nav.items-8 ul li:nth-child(7),
.header.version-two-one .navigation-wrapper nav .nav.items-7 ul li:nth-child(8),
.header.version-two-two .navigation-wrapper nav .nav.items-7 ul li:nth-child(8),
.header.version-two-three .navigation-wrapper nav .nav.items-7 ul li:nth-child(8),
.header.version-two-one .navigation-wrapper nav .nav.items-8 ul li:nth-child(8),
.header.version-two-two .navigation-wrapper nav .nav.items-8 ul li:nth-child(8),
.header.version-two-three .navigation-wrapper nav .nav.items-8 ul li:nth-child(8) {
  text-align: left;
}
.header.version-two-one .navigation-wrapper nav .nav ul,
.header.version-two-two .navigation-wrapper nav .nav ul,
.header.version-two-three .navigation-wrapper nav .nav ul {
  text-align: center;
  display: block;
}
.header.version-two-one .navigation-wrapper nav .nav ul li > a,
.header.version-two-two .navigation-wrapper nav .nav ul li > a,
.header.version-two-three .navigation-wrapper nav .nav ul li > a {
  line-height: 100px;
}
.header.version-two-one .navigation-wrapper ul.qtranxs_language_chooser,
.header.version-two-two .navigation-wrapper ul.qtranxs_language_chooser,
.header.version-two-three .navigation-wrapper ul.qtranxs_language_chooser {
  position: absolute;
  right: 20px;
  top: 10px;
  height: 25px;
  margin-left: 20px;
}
.header.version-two-one .navigation-wrapper ul.qtranxs_language_chooser li,
.header.version-two-two .navigation-wrapper ul.qtranxs_language_chooser li,
.header.version-two-three .navigation-wrapper ul.qtranxs_language_chooser li {
  float: left;
  line-height: 25px;
  margin-left: 10px;
}
.header.version-one-one,
.header.version-two-one {
  background: #005251;
  color: #ffffff;
}
.header.version-one-one .navigation-wrapper nav ul,
.header.version-two-one .navigation-wrapper nav ul {
  border-color: #ffffff;
}
.header.version-one-one .navigation-wrapper nav ul li a,
.header.version-two-one .navigation-wrapper nav ul li a {
  color: #ffffff;
}
.header.version-one-one .navigation-wrapper ul.qtranxs_language_chooser li a,
.header.version-two-one .navigation-wrapper ul.qtranxs_language_chooser li a {
  color: #ffffff;
}
.header.version-one-two,
.header.version-two-two {
  background: #ffffff;
  color: #005251;
}
.header.version-one-two .navigation-wrapper nav ul,
.header.version-two-two .navigation-wrapper nav ul {
  border-color: #005251;
}
.header.version-one-two .navigation-wrapper nav ul li a,
.header.version-two-two .navigation-wrapper nav ul li a {
  color: #ffffff;
}
.header.version-one-two .navigation-wrapper ul.qtranxs_language_chooser li a,
.header.version-two-two .navigation-wrapper ul.qtranxs_language_chooser li a {
  color: #005251;
}
.header.version-one-three,
.header.version-two-three {
  color: #ffffff;
}
.header.version-one-three .navigation-wrapper nav ul,
.header.version-two-three .navigation-wrapper nav ul {
  border-color: #ffffff;
}
.header.version-one-three .navigation-wrapper nav ul li a,
.header.version-two-three .navigation-wrapper nav ul li a {
  color: #ffffff;
}
.header.version-one-three .navigation-wrapper ul.qtranxs_language_chooser li a,
.header.version-two-three .navigation-wrapper ul.qtranxs_language_chooser li a {
  color: #ffffff;
}
#call-to-action-outer {
  position: absolute;
  top: 50%;
  left: 0;
  right: 20px;
  margin-top: -34px;
}
#call-to-action-outer a {
  float: right;
  color: white;
  display: inline-block;
  background: #009f9c;
  text-transform: uppercase;
  padding: 2px 15px;
  text-align: center;
}
#call-to-action-outer a:hover {
  background: #f9be12;
}
#close-mobile-navigation {
  background: white;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 10px;
  text-decoration: none;
}
/*********************
07. Homepage
*********************/
.fullwidth-text-element {
  background: #009f9c;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  padding: 50px 25px 10px 25px;
}
.fullwidth-text-element h2 {
  text-align: center;
}
.fullwidth-text-element p {
  margin-bottom: 20px;
}
.highlights-element {
  background: #ffffff;
  padding: 75px 0;
}
.highlights-element ul {
  list-style: none;
}
.highlights-element ul li {
  padding: 18px 0;
  text-align: center;
}
.highlights-element ul li:before {
  display: none !important;
}
.highlights-element ul li span {
  background: #f9be12;
  background-size: cover;
  background-position: center center;
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 100%;
  position: relative;
}
.highlights-element ul li span i {
  position: absolute;
  color: #ffffff;
  left: 14px;
  top: 14px;
}
.highlights-element ul li h3 {
  color: #f9be12;
  margin: 10px 0 5px 0;
  font-size: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.highlights-element ul li p {
  color: #005251;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.tab-element {
  background: #ffffff;
  padding: 75px;
}
.tab-element .tabs {
  padding-bottom: 20px;
  border-bottom: 1px solid #f9be12;
  color: #f9be12;
  margin-bottom: 1px;
}
.tab-element .tabs i {
  font-size: 32px;
}
.tab-element .tabs.active {
  padding-bottom: 19px;
  border-bottom: 3px solid #f9be12;
  margin-bottom: 0px;
}
.tab-element li {
  padding: 20px 0px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.tab-element li:before {
  display: none !important;
}
.tab-element.items-3 .tabs {
  width: 33.33%;
  display: inline-block;
  text-align: center;
}
.tab-element.items-4 .tabs {
  width: 25%;
  display: inline-block;
  text-align: center;
}
.tab-element.items-5 .tabs {
  width: 20%;
  display: inline-block;
  text-align: center;
}
.tab-element.items-5 li {
  font-size: 16px;
  line-height: 18px;
}
.team-element-1,
.team-element-2 {
  background: #009f9c;
  margin-bottom: 40px;
  padding: 40px 0;
  color: #ffffff;
}
.team-element-1 h3,
.team-element-2 h3 {
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}
.team-element-1 ul.team,
.team-element-2 ul.team {
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
}
.team-element-1 ul.team li.team-member,
.team-element-2 ul.team li.team-member {
  padding: 30px 0 0 0;
  text-align: center;
  width: 100%;
}
.team-element-1 ul.team li.team-member:before,
.team-element-2 ul.team li.team-member:before {
  display: none;
}
.team-element-1 ul.team li.team-member .image-wrapper,
.team-element-2 ul.team li.team-member .image-wrapper {
  border-radius: 100%;
  max-width: 185px;
  height: 185px;
  margin: 0 auto 15px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-element-1 ul.team li.team-member .name,
.team-element-2 ul.team li.team-member .name {
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.team-element-1 ul.team li.team-member .function,
.team-element-2 ul.team li.team-member .function {
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.team-element-1 .centered {
  display: inline;
}
.team-element-2 {
  background: #ffffff;
  margin-bottom: 40px;
}
.team-element-2 h3 {
  color: #f9be12;
}
.team-element-2 ul.team {
  width: 100%;
}
.team-element-2 ul.team li.team-member {
  text-align: center;
  width: 100%;
}
.team-element-2 ul.team li.team-member .image-wrapper {
  width: 150px;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-element-2 ul.team li.team-member .team-content .centered {
  display: block;
  text-align: center;
}
.team-element-2 ul.team li.team-member .team-content .centered .name {
  color: #0a0a0a;
}
.team-element-2 ul.team li.team-member .team-content .centered .function {
  color: #0a0a0a;
}
.team-element-3 {
  background: #ffffff;
  margin-bottom: 40px !important;
}
.team-element-3 h3 {
  color: #f9be12;
  margin-bottom: 15px;
  text-align: center;
}
.team-element-3 ul.team {
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
}
.team-element-3 ul.team li.team-member {
  margin-bottom: 2%;
  padding: 0;
}
.team-element-3 ul.team li.team-member:before {
  display: none;
}
.team-element-3 ul.team li.team-member .image-wrapper {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.team-element-3 ul.team li.team-member .team-content {
  background: rgba(249, 190, 18, 0.9);
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.team-element-3 ul.team li.team-member .team-content .name {
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.team-element-3 ul.team li.team-member .team-content .function {
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.parallax-element {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  background-position: center center;
}
.fullwidth-photo-element {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  background-position: center center;
}
.homepage {
  background: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #0a0a0a;
  /**** Choose one ****/
  /********************/
}
.homepage.home-slider-fullscreen #inner-content .main-slider .bxslider li,
.homepage.home-slider-fullscreen-parallax #inner-content .main-slider .bxslider li {
  height: 100px;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homepage.home-slider-fixed #inner-content .main-slider,
.homepage.home-slider-fixed-parallax #inner-content .main-slider {
  height: 100%;
}
.homepage.home-slider-fixed #inner-content .main-slider .bxslider li,
.homepage.home-slider-fixed-parallax #inner-content .main-slider .bxslider li {
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.homepage.home-slider-fixed #inner-content .main-slider .bxslider li .content-max-width,
.homepage.home-slider-fixed-parallax #inner-content .main-slider .bxslider li .content-max-width {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.homepage .main-slider .bx-wrapper {
  position: relative;
}
.homepage .main-slider .bx-wrapper li a.slider-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.homepage .main-slider .bx-wrapper li .content-wrapper {
  color: #ffffff;
  /**** Choose one ****/
  /********************/
}
.homepage .main-slider .bx-wrapper li .content-wrapper h2 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.homepage .main-slider .bx-wrapper li .content-wrapper p {
  line-height: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.homepage .main-slider .bx-wrapper li .content-wrapper .read-more {
  color: #ffffff;
  margin-top: 15px;
}
.homepage .main-slider .bx-wrapper li .content-wrapper.center-center,
.homepage .main-slider .bx-wrapper li .content-wrapper.left-center,
.homepage .main-slider .bx-wrapper li .content-wrapper.right-center {
  min-height: 450px;
}
.homepage .main-slider .bx-wrapper li .content-wrapper.center-center .content,
.homepage .main-slider .bx-wrapper li .content-wrapper.left-center .content,
.homepage .main-slider .bx-wrapper li .content-wrapper.right-center .content {
  display: table-cell;
  vertical-align: middle;
}
.homepage .main-slider .bx-wrapper li .content-wrapper.center-center {
  text-align: center;
  display: table;
  height: 100%;
  margin: 120px auto 0 auto;
}
.homepage .main-slider .bx-wrapper li .content-wrapper.center-center .read-more {
  margin: 15px auto 0 auto;
  width: 36px;
}
.homepage .main-slider .bx-wrapper li .content-wrapper.center-center .read-more span {
  display: none;
}
.homepage .main-slider .bx-wrapper li .content-wrapper.left-bottom {
  max-width: 580px;
  margin: 120px auto 0 auto;
  position: absolute;
  left: 90px;
  bottom: 123px;
  text-align: left;
}
.homepage .main-slider .bx-wrapper li .content-wrapper.left-top {
  margin: 180px auto 0 auto;
  position: absolute;
  left: 20px;
  top: 80px;
  text-align: left;
}
.homepage .main-slider .bx-wrapper li .content-wrapper.left-center {
  max-width: 580px;
  display: table;
  height: 100%;
  text-align: left;
  margin: 120px auto 0 20px;
}
.homepage .main-slider .bx-wrapper li .content-wrapper.right-bottom {
  max-width: 580px;
  margin: 120px auto 0 auto;
  position: absolute;
  right: 90px;
  bottom: 110px;
  text-align: right;
}
.homepage .main-slider .bx-wrapper li .content-wrapper.right-top {
  max-width: 580px;
  margin: 120px auto 0 auto;
  position: absolute;
  right: 90px;
  top: 80px;
  text-align: right;
}
.homepage .main-slider .bx-wrapper li .content-wrapper.right-center {
  max-width: 580px;
  display: table;
  height: 100%;
  margin-right: 90px;
  text-align: right;
}
.homepage .main-slider .bx-controls {
  position: absolute;
  bottom: 30px;
}
.homepage .wrap {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
}
.homepage p {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.homepage .entry-content > p {
  padding: 0 25px;
}
.homepage .fullwidth-text-element {
  margin-bottom: 40px;
}
.homepage .fullwidth-text-element:last-child {
  margin-bottom: 0;
}
.homepage .highlights-element {
  padding: 0 25px;
}
.homepage .tab-element {
  padding: 75px 25px;
}
/*********************
08. All Subpages
*********************/
.standard,
.contact,
.news,
.services {
  background: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #0a0a0a;
}
/*********************
08. Standard Page
*********************/
.standard h2 {
  color: #f9be12;
  background: #ffffff;
}
.standard h3 {
  color: #f9be12;
}
.standard p {
  margin-bottom: 40px;
}
.standard ul {
  list-style: none;
}
.standard ul li {
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.standard ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  background: #0a0a0a;
}
.standard .text-element {
  margin-bottom: 40px;
}
.standard .text-element img {
  max-width: 100%;
  height: auto;
  margin: 0 0 40px 0;
}
.standard .text-element img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.standard .gallery-singleimage-element {
  width: 100%;
  height: 250px;
  margin-bottom: 40px;
  position: relative;
}
.standard .gallery-singleimage-element .image-wrapper {
  height: 250px;
}
.standard .gallery-singleimage-element .overlay {
  height: 250px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.standard .gallery-singleimage-element .overlay a {
  background-color: rgba(249, 190, 18, 0.8);
  color: #ffffff;
  display: block;
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.standard .gallery-singleimage-element .overlay a .circle {
  background: #ffffff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  margin: 70px auto 20px auto;
  position: relative;
}
.standard .gallery-singleimage-element .overlay a .circle i {
  color: #f9be12;
  position: absolute;
  top: 15px;
  left: 15px;
}
.standard .gallery-singleimage-element .overlay a h3 {
  color: #ffffff;
  text-align: center;
}
.standard .gallery-singleimage-element .overlay a:hover {
  background-color: rgba(255, 255, 255, 0.45);
}
.standard .highlights-element {
  padding: 0 0 40px;
}
.standard .highlights-element ul li {
  margin-bottom: 0;
  padding: 18px 0;
}
.standard .highlights-element ul li p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.standard .fullwidth-text-element {
  margin-bottom: 40px;
}
.standard .team-element-1 h3 {
  color: #ffffff;
}
.standard .tab-element {
  padding: 0 0 40px;
}
.standard .tab-element ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.standard .tab-element ul li p {
  margin-bottom: 0;
}
.standard.standard-1 .header-image {
  min-height: 400px;
  background: #c0c0c0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.standard.standard-1 h2 {
  text-align: center;
  padding: 35px 20px 25px 20px;
  margin-top: -58px;
}
.standard.standard-1 h3 {
  text-align: center;
}
.standard.standard-1 .text-element {
  padding: 0 25px;
}
.standard.standard-1 .photo-element {
  padding: 0 25px;
}
.standard.standard-1 .team-element-2,
.standard.standard-1 .team-element-3 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
}
.standard.standard-2 .header-image {
  min-height: 400px;
  background: #c0c0c0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.standard.standard-2 h2 {
  text-align: center;
  padding: 40px 0 30px 0;
}
.standard.standard-2 h3 {
  text-align: center;
}
.standard.standard-2 .text-element {
  padding: 0 30px;
}
.standard.standard-2 .photo-element {
  padding: 0 30px;
}
.standard.standard-2 .team-element-2,
.standard.standard-2 .team-element-3 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
}
.standard.standard-3 {
  padding-top: 240px;
}
.standard.standard-3 #inner-content {
  max-width: 1100px;
  margin: 0 auto;
}
.standard.standard-3 #main {
  width: 100%;
  padding: 0;
}
.standard.standard-3 #main .text-element {
  padding: 0 25px;
}
.standard.standard-3 .team-element-3 ul.team li.team-member .team-content {
  margin-top: -75px;
}
.standard.standard-3 aside.aside {
  width: 100%;
}
.standard.standard-3 aside.aside .sidebar-image {
  margin: 0 0 10px 0;
}
.standard.standard-3 aside.aside .sidebar-image img {
  width: 100%;
  height: auto;
}
.standard.standard-4 .header-image {
  min-height: 400px;
  background: #c0c0c0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.standard.standard-4 #inner-content {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -58px;
  background: #ffffff;
  padding: 60px 40px 0 40px;
}
.standard.standard-4 #main {
  width: 100%;
  padding: 0;
}
.standard.standard-4 aside.aside {
  width: 100%;
}
.standard.standard-4 aside.aside .sidebar-image {
  margin: 0 0 10px 0;
}
.standard.standard-4 aside.aside .sidebar-image img {
  width: 100%;
  height: auto;
}
.standard.standard-4 h2 {
  margin-bottom: 44px;
  background: #ffffff;
  text-align: center;
}
.standard.standard-5 {
  padding-top: 120px;
  padding-bottom: 0;
}
.standard.standard-5 h2 {
  margin-bottom: 8px;
}
.standard.standard-5 h4 {
  margin-bottom: 10px;
}
.standard.standard-5 .grid-image {
  width: 100%;
  min-height: 300px;
  background-position: center center;
  background-size: cover;
}
.standard.standard-5 .grid-content {
  width: 100%;
  padding: 40px 25px 40px 25px;
}
.standard.standard-5 .grid {
  position: relative;
}
.standard.news h3,
.standard.news h4 {
  margin: 30px 0 10px 0;
}
.standard.news p {
  margin-bottom: 20px;
}
.standard ul.subpages {
  list-style: none;
  padding: 25px;
}
.standard ul.subpages li {
  width: 100%;
  padding-left: 0;
}
.standard ul.subpages li::before {
  display: none;
}
.standard ul.subpages li a {
  display: block;
  width: 100%;
}
.standard ul.subpages li .featured-image-container {
  width: 40%;
  float: left;
  text-align: center;
  background-color: rgba(0, 82, 81, 0.05);
  height: 170px;
  padding: 10px;
}
.standard ul.subpages li .featured-image-container img {
  max-height: 150px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.standard ul.subpages li .content {
  width: 60%;
  float: left;
  padding-left: 15px;
}
.gallery .gallery-item {
  width: 48%;
  float: left;
  margin: 0 1% 2% 1%;
  padding: 0;
}
.gallery .gallery-item a {
  display: block;
}
.gallery .gallery-item a img {
  display: block;
  margin: 0 !important;
}
.gallery .gallery-item:before {
  display: none;
}
.bxslider-gallery {
  list-style: none;
}
.bxslider-gallery .gallery-item {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: none;
  width: 100%;
  margin: 0;
}
/*********************
09. Contact Page
*********************/
.contact {
  padding-top: 100px;
  background: #ffffff;
}
.contact p {
  padding: 0 25px;
}
.contact #map-placeholder {
  background-size: cover;
  background-position: center center;
}
.contact.contact-1 h2 {
  padding: 100px 0 40px 0;
}
.contact.contact-1 .gform_wrapper .top_label li.gfield.gf_left_half {
  width: 100%;
}
.contact.contact-1 .gform_wrapper .top_label li.gfield.gf_right_half {
  width: 100%;
}
.contact.contact-1 .gform_heading h3.gform_title {
  text-align: center;
  margin-bottom: 30px;
}
.contact.contact-1 .gform_body,
.contact.contact-1 .gform_footer {
  padding: 0 25px;
}
.contact.contact-1 .gform_body label,
.contact.contact-1 .gform_footer label {
  display: none;
}
.contact.contact-1 .gform_body input,
.contact.contact-1 .gform_footer input,
.contact.contact-1 .gform_body textarea,
.contact.contact-1 .gform_footer textarea {
  width: 100% !important;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #1ffffc;
  color: #005251;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 20px;
  padding: 4px 0;
  margin-bottom: 20px;
}
.contact.contact-1 .gform_body input::-webkit-input-placeholder,
.contact.contact-1 .gform_footer input::-webkit-input-placeholder,
.contact.contact-1 .gform_body textarea::-webkit-input-placeholder,
.contact.contact-1 .gform_footer textarea::-webkit-input-placeholder {
  color: #1ffffc;
}
.contact.contact-1 .gform_body input:-moz-placeholder,
.contact.contact-1 .gform_footer input:-moz-placeholder,
.contact.contact-1 .gform_body textarea:-moz-placeholder,
.contact.contact-1 .gform_footer textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #1ffffc;
}
.contact.contact-1 .gform_body input::-moz-placeholder,
.contact.contact-1 .gform_footer input::-moz-placeholder,
.contact.contact-1 .gform_body textarea::-moz-placeholder,
.contact.contact-1 .gform_footer textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #1ffffc;
}
.contact.contact-1 .gform_body input:-ms-input-placeholder,
.contact.contact-1 .gform_footer input:-ms-input-placeholder,
.contact.contact-1 .gform_body textarea:-ms-input-placeholder,
.contact.contact-1 .gform_footer textarea:-ms-input-placeholder {
  color: #1ffffc;
}
.contact.contact-1 .gform_body input:active,
.contact.contact-1 .gform_footer input:active,
.contact.contact-1 .gform_body textarea:active,
.contact.contact-1 .gform_footer textarea:active,
.contact.contact-1 .gform_body input:focus,
.contact.contact-1 .gform_footer input:focus,
.contact.contact-1 .gform_body textarea:focus,
.contact.contact-1 .gform_footer textarea:focus {
  border-bottom: 2px solid #f9be12;
  color: #f9be12;
  margin-bottom: 19px;
  outline: none;
}
.contact.contact-1 .gform_body .button,
.contact.contact-1 .gform_footer .button {
  font-weight: 700;
  margin-bottom: 0;
}
.contact.contact-1 .gform_body .button:hover,
.contact.contact-1 .gform_footer .button:hover {
  background: #f9be12;
}
.contact.contact-1 .gform_footer {
  margin-bottom: 100px;
}
.contact.contact-1 #map,
.contact.contact-1 #map-placeholder {
  width: 100%;
  height: 500px;
  margin-bottom: 100px;
}
.contact.contact-1 #map iframe,
.contact.contact-1 #map-placeholder iframe {
  width: 100%;
  height: 500px;
}
.contact.contact-1 .boxes-wrapper {
  margin-bottom: 90px;
}
.contact.contact-1 .boxes-wrapper .box {
  width: 100%;
  padding-right: 60px;
  padding: 0 25px;
}
.contact.contact-1 .boxes-wrapper .box h3 {
  margin-bottom: 15px;
  font-size: 22px;
}
.contact.contact-1 .boxes-wrapper .box p {
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: 300;
  padding: 0;
}
.contact.contact-1 .boxes-wrapper .box:last-child {
  padding-right: 0;
}
.contact.contact-2 {
  min-height: 100%;
  padding: 0;
  margin: 0;
}
.contact.contact-2 #inner-content {
  min-height: 100%;
}
.contact.contact-2 #inner-content #main {
  min-height: 100%;
}
.contact.contact-2 #inner-content #main article {
  position: relative;
}
.contact.contact-2 #inner-content #main article .contact-content {
  position: relative;
  z-index: 100;
  max-width: 600px;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper {
  background: #ffffff;
  padding: 35px;
  margin: 200px 0 400px 0;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper h2 {
  margin: 0 0 15px 0;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper {
  margin: 0;
  width: 100%;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper .top_label li.gfield {
  margin: 0 0 5px 0 !important;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper .top_label li.gfield.gf_right_half {
  margin: 0;
  width: 49%;
  float: right;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper label {
  display: none;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper input,
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper textarea {
  width: 100%;
  color: #005251;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  border: 1px solid #424242;
  padding: 8px 10px;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper input::-webkit-input-placeholder,
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper textarea::-webkit-input-placeholder {
  color: #1ffffc;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper input:-moz-placeholder,
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #1ffffc;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper input::-moz-placeholder,
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #1ffffc;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper input:-ms-input-placeholder,
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper textarea:-ms-input-placeholder {
  color: #1ffffc;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper input:active,
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper textarea:active,
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper input:focus,
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper textarea:focus {
  border: 1px solid #f9be12;
  color: #f9be12;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper .button {
  font-weight: 700;
  margin-bottom: 0;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper .button:hover {
  background: #f9be12;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper textarea {
  margin-top: 6px;
}
.contact.contact-2 #inner-content #main article .contact-content .content-wrapper .gform_wrapper .gform_footer {
  padding: 0;
  margin: 11px 0 0 0;
}
.contact.contact-2 #inner-content #main article .contact-content .contact-info {
  background: #ffffff;
  padding: 35px;
  line-height: 22px;
}
.contact.contact-2 #inner-content #main article .contact-content .contact-info h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}
.contact.contact-2 #inner-content #main article .contact-content .contact-info .left {
  width: 100%;
  text-align: center;
  padding: 4px 10px 4px 0;
}
.contact.contact-2 #inner-content #main article .contact-content .contact-info .right {
  width: 100%;
  text-align: center;
  padding: 4px 0 4px 10px;
}
.contact.contact-2 #inner-content #main article #map,
.contact.contact-2 #inner-content #main article #map-placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 246px;
  left: 0;
  z-index: 1;
}
.contact.contact-2 #inner-content #main article #map iframe,
.contact.contact-2 #inner-content #main article #map-placeholder iframe {
  width: 100%;
  height: 100%;
}
.contact.contact-3 {
  padding-top: 220px;
  padding-bottom: 343px !important;
  min-height: 100%;
}
.contact.contact-3 .contact-info {
  width: 50%;
  float: left;
  line-height: 24px;
  padding-right: 40px;
}
.contact.contact-3 .contact-info h2 {
  margin-top: 0;
  font-weight: 400;
  color: #f9be12;
}
.contact.contact-3 .contact-info p {
  margin-bottom: 10px;
}
.contact.contact-3 #map,
.contact.contact-3 #map-placeholder {
  width: 50%;
  min-height: 440px;
  float: left;
}
.gform_wrapper {
  margin: 0;
  max-width: 100%;
}
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper textarea.small {
  width: 100%;
}
/*********************
10. News & Services Page
*********************/
.news p,
.services p {
  margin-bottom: 40px;
}
.news.news-image-top .header-image,
.services.news-image-top .header-image,
.news.news-image-left .header-image,
.services.news-image-left .header-image,
.news.news-image-only .header-image,
.services.news-image-only .header-image,
.news.services-image-top .header-image,
.services.services-image-top .header-image,
.news.services-image-left .header-image,
.services.services-image-left .header-image,
.news.services-image-only .header-image,
.services.services-image-only .header-image {
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  background: #c0c0c0;
}
.news.news-image-top h2,
.services.news-image-top h2,
.news.news-image-left h2,
.services.news-image-left h2,
.news.news-image-only h2,
.services.news-image-only h2,
.news.services-image-top h2,
.services.services-image-top h2,
.news.services-image-left h2,
.services.services-image-left h2,
.news.services-image-only h2,
.services.services-image-only h2 {
  text-align: center;
  padding: 35px 0 30px 0;
  margin-top: -58px;
  background: #ffffff;
}
.news.news-image-top .image-wrapper,
.services.news-image-top .image-wrapper,
.news.news-image-left .image-wrapper,
.services.news-image-left .image-wrapper,
.news.news-image-only .image-wrapper,
.services.news-image-only .image-wrapper,
.news.services-image-top .image-wrapper,
.services.services-image-top .image-wrapper,
.news.services-image-left .image-wrapper,
.services.services-image-left .image-wrapper,
.news.services-image-only .image-wrapper,
.services.services-image-only .image-wrapper {
  background: #c0c0c0;
  background-position: center center;
}
.news.news-image-top p,
.services.news-image-top p,
.news.news-image-left p,
.services.news-image-left p,
.news.news-image-only p,
.services.news-image-only p,
.news.services-image-top p,
.services.services-image-top p,
.news.services-image-left p,
.services.services-image-left p,
.news.services-image-only p,
.services.services-image-only p {
  margin: 0 25px 20px 25px;
}
.news.news-image-top article,
.services.news-image-top article,
.news.news-image-left article,
.services.news-image-left article,
.news.news-image-only article,
.services.news-image-only article,
.news.services-image-top article,
.services.services-image-top article,
.news.services-image-left article,
.services.services-image-left article,
.news.services-image-only article,
.services.services-image-only article {
  margin: 0 25px;
}
.news.news-image-top article p,
.services.news-image-top article p,
.news.news-image-left article p,
.services.news-image-left article p,
.news.news-image-only article p,
.services.news-image-only article p,
.news.services-image-top article p,
.services.services-image-top article p,
.news.services-image-left article p,
.services.services-image-left article p,
.news.services-image-only article p,
.services.services-image-only article p {
  margin: 0;
}
.news.news-image-top article,
.services.news-image-top article,
.news.services-image-top article,
.services.services-image-top article {
  margin-bottom: 55px;
  padding-bottom: 40px;
  border-bottom: 1px solid #005251;
}
.news.news-image-top article .news-image,
.services.news-image-top article .news-image,
.news.services-image-top article .news-image,
.services.services-image-top article .news-image,
.news.news-image-top article .services-image,
.services.news-image-top article .services-image,
.news.services-image-top article .services-image,
.services.services-image-top article .services-image {
  height: 150px;
}
.news.news-image-top article .news-image .image-wrapper,
.services.news-image-top article .news-image .image-wrapper,
.news.services-image-top article .news-image .image-wrapper,
.services.services-image-top article .news-image .image-wrapper,
.news.news-image-top article .services-image .image-wrapper,
.services.news-image-top article .services-image .image-wrapper,
.news.services-image-top article .services-image .image-wrapper,
.services.services-image-top article .services-image .image-wrapper {
  background-position: center center;
  height: 150px;
}
.news.news-image-top article .news-image .overlay,
.services.news-image-top article .news-image .overlay,
.news.services-image-top article .news-image .overlay,
.services.services-image-top article .news-image .overlay,
.news.news-image-top article .services-image .overlay,
.services.news-image-top article .services-image .overlay,
.news.services-image-top article .services-image .overlay,
.services.services-image-top article .services-image .overlay {
  height: 150px;
}
.news.news-image-top article .news-image .overlay a,
.services.news-image-top article .news-image .overlay a,
.news.services-image-top article .news-image .overlay a,
.services.services-image-top article .news-image .overlay a,
.news.news-image-top article .services-image .overlay a,
.services.news-image-top article .services-image .overlay a,
.news.services-image-top article .services-image .overlay a,
.services.services-image-top article .services-image .overlay a {
  padding-top: 80px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news.news-image-top article .news-image .overlay a .circle,
.services.news-image-top article .news-image .overlay a .circle,
.news.services-image-top article .news-image .overlay a .circle,
.services.services-image-top article .news-image .overlay a .circle,
.news.news-image-top article .services-image .overlay a .circle,
.services.news-image-top article .services-image .overlay a .circle,
.news.services-image-top article .services-image .overlay a .circle,
.services.services-image-top article .services-image .overlay a .circle {
  background-color: rgba(249, 190, 18, 0.8);
  width: 80px;
  height: 80px;
}
.news.news-image-top article .news-image .overlay a .circle i,
.services.news-image-top article .news-image .overlay a .circle i,
.news.services-image-top article .news-image .overlay a .circle i,
.services.services-image-top article .news-image .overlay a .circle i,
.news.news-image-top article .services-image .overlay a .circle i,
.services.news-image-top article .services-image .overlay a .circle i,
.news.services-image-top article .services-image .overlay a .circle i,
.services.services-image-top article .services-image .overlay a .circle i {
  color: #ffffff;
  top: 17px;
  left: 16px;
}
.news.news-image-top article .news-image .overlay a:hover,
.services.news-image-top article .news-image .overlay a:hover,
.news.services-image-top article .news-image .overlay a:hover,
.services.services-image-top article .news-image .overlay a:hover,
.news.news-image-top article .services-image .overlay a:hover,
.services.news-image-top article .services-image .overlay a:hover,
.news.services-image-top article .services-image .overlay a:hover,
.services.services-image-top article .services-image .overlay a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.news.news-image-top article:last-child,
.services.news-image-top article:last-child,
.news.services-image-top article:last-child,
.services.services-image-top article:last-child {
  border: none;
  margin-bottom: 0;
}
.news.news-image-top article .article-header,
.services.news-image-top article .article-header,
.news.services-image-top article .article-header,
.services.services-image-top article .article-header {
  font-size: 23px;
  padding: 20px 0 10px 0;
}
.news.news-image-top article .article-header .news-date,
.services.news-image-top article .article-header .news-date,
.news.services-image-top article .article-header .news-date,
.services.services-image-top article .article-header .news-date,
.news.news-image-top article .article-header .spacer,
.services.news-image-top article .article-header .spacer,
.news.services-image-top article .article-header .spacer,
.services.services-image-top article .article-header .spacer {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  color: #f9be12;
}
.news.news-image-top article .article-header h3,
.services.news-image-top article .article-header h3,
.news.services-image-top article .article-header h3,
.services.services-image-top article .article-header h3 {
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 23px;
  display: inline;
  text-align: left;
  color: #f9be12;
}
.news.news-image-top article .article-header h3 a,
.services.news-image-top article .article-header h3 a,
.news.services-image-top article .article-header h3 a,
.services.services-image-top article .article-header h3 a {
  color: #f9be12;
}
.news.news-image-top article a.read-more,
.services.news-image-top article a.read-more,
.news.services-image-top article a.read-more,
.services.services-image-top article a.read-more {
  color: #0a0a0a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news.news-image-top article a.read-more i,
.services.news-image-top article a.read-more i,
.news.services-image-top article a.read-more i,
.services.services-image-top article a.read-more i {
  color: #00ddc0;
  font-weight: normal;
}
.news.news-image-top article a.read-more i:hover,
.services.news-image-top article a.read-more i:hover,
.news.services-image-top article a.read-more i:hover,
.services.services-image-top article a.read-more i:hover {
  color: #f9be12;
}
.news.news-image-top article a.read-more i:active,
.services.news-image-top article a.read-more i:active,
.news.services-image-top article a.read-more i:active,
.services.services-image-top article a.read-more i:active,
.news.news-image-top article a.read-more i:focus,
.services.news-image-top article a.read-more i:focus,
.news.services-image-top article a.read-more i:focus,
.services.services-image-top article a.read-more i:focus {
  color: #f9be12;
}
.news.news-image-left article,
.services.news-image-left article,
.news.services-image-left article,
.services.services-image-left article {
  margin-bottom: 40px !important;
  padding-bottom: 30px;
  border-bottom: 1px solid #005251;
  position: relative;
}
.news.news-image-left article .news-image,
.services.news-image-left article .news-image,
.news.services-image-left article .news-image,
.services.services-image-left article .news-image,
.news.news-image-left article .services-image,
.services.news-image-left article .services-image,
.news.services-image-left article .services-image,
.services.services-image-left article .services-image {
  width: 100%;
}
.news.news-image-left article .news-image .placeholder img,
.services.news-image-left article .news-image .placeholder img,
.news.services-image-left article .news-image .placeholder img,
.services.services-image-left article .news-image .placeholder img,
.news.news-image-left article .services-image .placeholder img,
.services.news-image-left article .services-image .placeholder img,
.news.services-image-left article .services-image .placeholder img,
.services.services-image-left article .services-image .placeholder img {
  width: 100%;
  height: auto;
}
.news.news-image-left article .news-image .image-wrapper,
.services.news-image-left article .news-image .image-wrapper,
.news.services-image-left article .news-image .image-wrapper,
.services.services-image-left article .news-image .image-wrapper,
.news.news-image-left article .services-image .image-wrapper,
.services.news-image-left article .services-image .image-wrapper,
.news.services-image-left article .services-image .image-wrapper,
.services.services-image-left article .services-image .image-wrapper {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.news.news-image-left article .news-image .overlay,
.services.news-image-left article .news-image .overlay,
.news.services-image-left article .news-image .overlay,
.services.services-image-left article .news-image .overlay,
.news.news-image-left article .services-image .overlay,
.services.news-image-left article .services-image .overlay,
.news.services-image-left article .services-image .overlay,
.services.services-image-left article .services-image .overlay {
  height: 100%;
  width: 100%;
}
.news.news-image-left article .news-image .overlay a,
.services.news-image-left article .news-image .overlay a,
.news.services-image-left article .news-image .overlay a,
.services.services-image-left article .news-image .overlay a,
.news.news-image-left article .services-image .overlay a,
.services.news-image-left article .services-image .overlay a,
.news.services-image-left article .services-image .overlay a,
.services.services-image-left article .services-image .overlay a,
.news.news-image-left article .news-image .overlay .a,
.services.news-image-left article .news-image .overlay .a,
.news.services-image-left article .news-image .overlay .a,
.services.services-image-left article .news-image .overlay .a,
.news.news-image-left article .services-image .overlay .a,
.services.news-image-left article .services-image .overlay .a,
.news.services-image-left article .services-image .overlay .a,
.services.services-image-left article .services-image .overlay .a {
  padding-top: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news.news-image-left article .news-image .overlay a .circle,
.services.news-image-left article .news-image .overlay a .circle,
.news.services-image-left article .news-image .overlay a .circle,
.services.services-image-left article .news-image .overlay a .circle,
.news.news-image-left article .services-image .overlay a .circle,
.services.news-image-left article .services-image .overlay a .circle,
.news.services-image-left article .services-image .overlay a .circle,
.services.services-image-left article .services-image .overlay a .circle,
.news.news-image-left article .news-image .overlay .a .circle,
.services.news-image-left article .news-image .overlay .a .circle,
.news.services-image-left article .news-image .overlay .a .circle,
.services.services-image-left article .news-image .overlay .a .circle,
.news.news-image-left article .services-image .overlay .a .circle,
.services.news-image-left article .services-image .overlay .a .circle,
.news.services-image-left article .services-image .overlay .a .circle,
.services.services-image-left article .services-image .overlay .a .circle {
  background-color: rgba(249, 190, 18, 0.8);
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.news.news-image-left article .news-image .overlay a .circle i,
.services.news-image-left article .news-image .overlay a .circle i,
.news.services-image-left article .news-image .overlay a .circle i,
.services.services-image-left article .news-image .overlay a .circle i,
.news.news-image-left article .services-image .overlay a .circle i,
.services.news-image-left article .services-image .overlay a .circle i,
.news.services-image-left article .services-image .overlay a .circle i,
.services.services-image-left article .services-image .overlay a .circle i,
.news.news-image-left article .news-image .overlay .a .circle i,
.services.news-image-left article .news-image .overlay .a .circle i,
.news.services-image-left article .news-image .overlay .a .circle i,
.services.services-image-left article .news-image .overlay .a .circle i,
.news.news-image-left article .services-image .overlay .a .circle i,
.services.news-image-left article .services-image .overlay .a .circle i,
.news.services-image-left article .services-image .overlay .a .circle i,
.services.services-image-left article .services-image .overlay .a .circle i {
  color: #ffffff;
  top: 17px;
  left: 16px;
}
.news.news-image-left article .news-image .overlay a:hover,
.services.news-image-left article .news-image .overlay a:hover,
.news.services-image-left article .news-image .overlay a:hover,
.services.services-image-left article .news-image .overlay a:hover,
.news.news-image-left article .services-image .overlay a:hover,
.services.news-image-left article .services-image .overlay a:hover,
.news.services-image-left article .services-image .overlay a:hover,
.services.services-image-left article .services-image .overlay a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.news.news-image-left article .news-text,
.services.news-image-left article .news-text,
.news.services-image-left article .news-text,
.services.services-image-left article .news-text,
.news.news-image-left article .services-text,
.services.news-image-left article .services-text,
.news.services-image-left article .services-text,
.services.services-image-left article .services-text {
  width: 100%;
  margin-top: 15px;
}
.news.news-image-left article .news-text .article-header,
.services.news-image-left article .news-text .article-header,
.news.services-image-left article .news-text .article-header,
.services.services-image-left article .news-text .article-header,
.news.news-image-left article .services-text .article-header,
.services.news-image-left article .services-text .article-header,
.news.services-image-left article .services-text .article-header,
.services.services-image-left article .services-text .article-header {
  padding: 0px 0 7px 0;
}
.news.news-image-left article .news-text .news-date,
.services.news-image-left article .news-text .news-date,
.news.services-image-left article .news-text .news-date,
.services.services-image-left article .news-text .news-date,
.news.news-image-left article .services-text .news-date,
.services.news-image-left article .services-text .news-date,
.news.services-image-left article .services-text .news-date,
.services.services-image-left article .services-text .news-date {
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
}
.news.news-image-left article .news-text h3,
.services.news-image-left article .news-text h3,
.news.services-image-left article .news-text h3,
.services.services-image-left article .news-text h3,
.news.news-image-left article .services-text h3,
.services.news-image-left article .services-text h3,
.news.services-image-left article .services-text h3,
.services.services-image-left article .services-text h3 {
  margin-bottom: 2px;
  line-height: 26px;
}
.news.news-image-left article .news-text .spacer,
.services.news-image-left article .news-text .spacer,
.news.services-image-left article .news-text .spacer,
.services.services-image-left article .news-text .spacer,
.news.news-image-left article .services-text .spacer,
.services.news-image-left article .services-text .spacer,
.news.services-image-left article .services-text .spacer,
.services.services-image-left article .services-text .spacer {
  display: none;
}
.news.news-image-left article:last-child,
.services.news-image-left article:last-child,
.news.services-image-left article:last-child,
.services.services-image-left article:last-child {
  border: none;
  margin-bottom: 0;
}
.news.news-image-left article .article-header,
.services.news-image-left article .article-header,
.news.services-image-left article .article-header,
.services.services-image-left article .article-header {
  font-size: 23px;
  padding: 20px 0 10px 0;
}
.news.news-image-left article .article-header .news-date,
.services.news-image-left article .article-header .news-date,
.news.services-image-left article .article-header .news-date,
.services.services-image-left article .article-header .news-date,
.news.news-image-left article .article-header .spacer,
.services.news-image-left article .article-header .spacer,
.news.services-image-left article .article-header .spacer,
.services.services-image-left article .article-header .spacer {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  color: #f9be12;
}
.news.news-image-left article .article-header h3,
.services.news-image-left article .article-header h3,
.news.services-image-left article .article-header h3,
.services.services-image-left article .article-header h3 {
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 23px;
  display: inline;
  text-align: left;
}
.news.news-image-left article .article-header h3 a,
.services.news-image-left article .article-header h3 a,
.news.services-image-left article .article-header h3 a,
.services.services-image-left article .article-header h3 a {
  color: #f9be12;
}
.news.news-image-left article a.read-more,
.services.news-image-left article a.read-more,
.news.services-image-left article a.read-more,
.services.services-image-left article a.read-more {
  color: #0a0a0a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news.news-image-left article a.read-more i,
.services.news-image-left article a.read-more i,
.news.services-image-left article a.read-more i,
.services.services-image-left article a.read-more i {
  color: #00ddc0;
  font-weight: normal;
}
.news.news-image-left article a.read-more i:hover,
.services.news-image-left article a.read-more i:hover,
.news.services-image-left article a.read-more i:hover,
.services.services-image-left article a.read-more i:hover {
  color: #f9be12;
}
.news.news-image-left article a.read-more i:active,
.services.news-image-left article a.read-more i:active,
.news.services-image-left article a.read-more i:active,
.services.services-image-left article a.read-more i:active,
.news.news-image-left article a.read-more i:focus,
.services.news-image-left article a.read-more i:focus,
.news.services-image-left article a.read-more i:focus,
.services.services-image-left article a.read-more i:focus {
  color: #f9be12;
}
.news.news-image-only article,
.services.news-image-only article,
.news.services-image-only article,
.services.services-image-only article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #005251;
  position: relative;
}
.news.news-image-only article:last-child,
.services.news-image-only article:last-child,
.news.services-image-only article:last-child,
.services.services-image-only article:last-child {
  border: none;
  margin-bottom: 0;
}
.news.news-image-only article .news-image,
.services.news-image-only article .news-image,
.news.services-image-only article .news-image,
.services.services-image-only article .news-image,
.news.news-image-only article .services-image,
.services.news-image-only article .services-image,
.news.services-image-only article .services-image,
.services.services-image-only article .services-image {
  width: 100%;
  height: 400px;
}
.news.news-image-only article .news-image .image-wrapper,
.services.news-image-only article .news-image .image-wrapper,
.news.services-image-only article .news-image .image-wrapper,
.services.services-image-only article .news-image .image-wrapper,
.news.news-image-only article .services-image .image-wrapper,
.services.news-image-only article .services-image .image-wrapper,
.news.services-image-only article .services-image .image-wrapper,
.services.services-image-only article .services-image .image-wrapper {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.news.news-image-only article .news-image .overlay,
.services.news-image-only article .news-image .overlay,
.news.services-image-only article .news-image .overlay,
.services.services-image-only article .news-image .overlay,
.news.news-image-only article .services-image .overlay,
.services.news-image-only article .services-image .overlay,
.news.services-image-only article .services-image .overlay,
.services.services-image-only article .services-image .overlay {
  height: 100%;
  width: 100%;
}
.news.news-image-only article .news-image .overlay a,
.services.news-image-only article .news-image .overlay a,
.news.services-image-only article .news-image .overlay a,
.services.services-image-only article .news-image .overlay a,
.news.news-image-only article .services-image .overlay a,
.services.news-image-only article .services-image .overlay a,
.news.services-image-only article .services-image .overlay a,
.services.services-image-only article .services-image .overlay a,
.news.news-image-only article .news-image .overlay .a,
.services.news-image-only article .news-image .overlay .a,
.news.services-image-only article .news-image .overlay .a,
.services.services-image-only article .news-image .overlay .a,
.news.news-image-only article .services-image .overlay .a,
.services.news-image-only article .services-image .overlay .a,
.news.services-image-only article .services-image .overlay .a,
.services.services-image-only article .services-image .overlay .a {
  padding-top: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news.news-image-only article .news-image .overlay a .circle,
.services.news-image-only article .news-image .overlay a .circle,
.news.services-image-only article .news-image .overlay a .circle,
.services.services-image-only article .news-image .overlay a .circle,
.news.news-image-only article .services-image .overlay a .circle,
.services.news-image-only article .services-image .overlay a .circle,
.news.services-image-only article .services-image .overlay a .circle,
.services.services-image-only article .services-image .overlay a .circle,
.news.news-image-only article .news-image .overlay .a .circle,
.services.news-image-only article .news-image .overlay .a .circle,
.news.services-image-only article .news-image .overlay .a .circle,
.services.services-image-only article .news-image .overlay .a .circle,
.news.news-image-only article .services-image .overlay .a .circle,
.services.news-image-only article .services-image .overlay .a .circle,
.news.services-image-only article .services-image .overlay .a .circle,
.services.services-image-only article .services-image .overlay .a .circle {
  background-color: rgba(249, 190, 18, 0.8);
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -40px;
}
.news.news-image-only article .news-image .overlay a .circle i,
.services.news-image-only article .news-image .overlay a .circle i,
.news.services-image-only article .news-image .overlay a .circle i,
.services.services-image-only article .news-image .overlay a .circle i,
.news.news-image-only article .services-image .overlay a .circle i,
.services.news-image-only article .services-image .overlay a .circle i,
.news.services-image-only article .services-image .overlay a .circle i,
.services.services-image-only article .services-image .overlay a .circle i,
.news.news-image-only article .news-image .overlay .a .circle i,
.services.news-image-only article .news-image .overlay .a .circle i,
.news.services-image-only article .news-image .overlay .a .circle i,
.services.services-image-only article .news-image .overlay .a .circle i,
.news.news-image-only article .services-image .overlay .a .circle i,
.services.news-image-only article .services-image .overlay .a .circle i,
.news.services-image-only article .services-image .overlay .a .circle i,
.services.services-image-only article .services-image .overlay .a .circle i {
  color: #ffffff;
  top: 17px;
  left: 16px;
}
.news.news-image-only article .news-image .overlay a:hover,
.services.news-image-only article .news-image .overlay a:hover,
.news.services-image-only article .news-image .overlay a:hover,
.services.services-image-only article .news-image .overlay a:hover,
.news.news-image-only article .services-image .overlay a:hover,
.services.news-image-only article .services-image .overlay a:hover,
.news.services-image-only article .services-image .overlay a:hover,
.services.services-image-only article .services-image .overlay a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.news.news-image-only article .news-text,
.services.news-image-only article .news-text,
.news.services-image-only article .news-text,
.services.services-image-only article .news-text,
.news.news-image-only article .services-text,
.services.news-image-only article .services-text,
.news.services-image-only article .services-text,
.services.services-image-only article .services-text {
  position: absolute;
  top: 50%;
  width: 100%;
}
.news.news-image-only article .news-text .article-header,
.services.news-image-only article .news-text .article-header,
.news.services-image-only article .news-text .article-header,
.services.services-image-only article .news-text .article-header,
.news.news-image-only article .services-text .article-header,
.services.news-image-only article .services-text .article-header,
.news.services-image-only article .services-text .article-header,
.services.services-image-only article .services-text .article-header {
  text-align: center;
  position: absolute;
  color: #ffffff;
  width: 100%;
}
.news.news-image-only article .news-text .article-header .news-date,
.services.news-image-only article .news-text .article-header .news-date,
.news.services-image-only article .news-text .article-header .news-date,
.services.services-image-only article .news-text .article-header .news-date,
.news.news-image-only article .services-text .article-header .news-date,
.services.news-image-only article .services-text .article-header .news-date,
.news.services-image-only article .services-text .article-header .news-date,
.services.services-image-only article .services-text .article-header .news-date {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 23px;
}
.news.news-image-only article .news-text .article-header .spacer,
.services.news-image-only article .news-text .article-header .spacer,
.news.services-image-only article .news-text .article-header .spacer,
.services.services-image-only article .news-text .article-header .spacer,
.news.news-image-only article .services-text .article-header .spacer,
.services.news-image-only article .services-text .article-header .spacer,
.news.services-image-only article .services-text .article-header .spacer,
.services.services-image-only article .services-text .article-header .spacer {
  display: none;
}
.news.news-image-only article .news-text .article-header h3,
.services.news-image-only article .news-text .article-header h3,
.news.services-image-only article .news-text .article-header h3,
.services.services-image-only article .news-text .article-header h3,
.news.news-image-only article .services-text .article-header h3,
.services.news-image-only article .services-text .article-header h3,
.news.services-image-only article .services-text .article-header h3,
.services.services-image-only article .services-text .article-header h3 {
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 6px;
  padding: 0 20px;
}
.news.news-image-only article .news-text .article-header h3 a,
.services.news-image-only article .news-text .article-header h3 a,
.news.services-image-only article .news-text .article-header h3 a,
.services.services-image-only article .news-text .article-header h3 a,
.news.news-image-only article .services-text .article-header h3 a,
.services.news-image-only article .services-text .article-header h3 a,
.news.services-image-only article .services-text .article-header h3 a,
.services.services-image-only article .services-text .article-header h3 a {
  color: #ffffff;
}
.news.news-image-only article .news-text section,
.services.news-image-only article .news-text section,
.news.services-image-only article .news-text section,
.services.services-image-only article .news-text section,
.news.news-image-only article .services-text section,
.services.news-image-only article .services-text section,
.news.services-image-only article .services-text section,
.services.services-image-only article .services-text section {
  display: none;
}
.news.news-grid,
.services.news-grid,
.news.services-grid,
.services.services-grid {
  padding: 160px 25px 60px 25px;
}
.news.news-grid .header-image,
.services.news-grid .header-image,
.news.services-grid .header-image,
.services.services-grid .header-image {
  background: #c0c0c0;
  display: none;
}
.news.news-grid h2,
.services.news-grid h2,
.news.services-grid h2,
.services.services-grid h2 {
  display: none;
}
.news.news-grid article,
.services.news-grid article,
.news.services-grid article,
.services.services-grid article {
  width: 100%;
  margin-bottom: 2%;
  float: left;
  position: relative;
  overflow: hidden;
}
.news.news-grid article .news-image,
.services.news-grid article .news-image,
.news.services-grid article .news-image,
.services.services-grid article .news-image,
.news.news-grid article .services-image,
.services.news-grid article .services-image,
.news.services-grid article .services-image,
.services.services-grid article .services-image {
  height: 250px;
}
.news.news-grid article .news-image .image-wrapper,
.services.news-grid article .news-image .image-wrapper,
.news.services-grid article .news-image .image-wrapper,
.services.services-grid article .news-image .image-wrapper,
.news.news-grid article .services-image .image-wrapper,
.services.news-grid article .services-image .image-wrapper,
.news.services-grid article .services-image .image-wrapper,
.services.services-grid article .services-image .image-wrapper {
  height: 250px;
  background-position: center center;
  background-size: cover;
}
.news.news-grid article .news-image .overlay,
.services.news-grid article .news-image .overlay,
.news.services-grid article .news-image .overlay,
.services.services-grid article .news-image .overlay,
.news.news-grid article .services-image .overlay,
.services.news-grid article .services-image .overlay,
.news.services-grid article .services-image .overlay,
.services.services-grid article .services-image .overlay {
  display: none;
}
.news.news-grid article .news-text,
.services.news-grid article .news-text,
.news.services-grid article .news-text,
.services.services-grid article .news-text,
.news.news-grid article .services-text,
.services.news-grid article .services-text,
.news.services-grid article .services-text,
.services.services-grid article .services-text {
  z-index: 9999;
  position: absolute;
  left: 0;
  bottom: -106px;
  padding: 15px 20px 10px 20px;
  background-color: rgba(0, 82, 81, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.news.news-grid article .news-text .news-date,
.services.news-grid article .news-text .news-date,
.news.services-grid article .news-text .news-date,
.services.services-grid article .news-text .news-date,
.news.news-grid article .services-text .news-date,
.services.news-grid article .services-text .news-date,
.news.services-grid article .services-text .news-date,
.services.services-grid article .services-text .news-date {
  color: #ffffff;
  font-weight: 700;
}
.news.news-grid article .news-text .spacer,
.services.news-grid article .news-text .spacer,
.news.services-grid article .news-text .spacer,
.services.services-grid article .news-text .spacer,
.news.news-grid article .services-text .spacer,
.services.news-grid article .services-text .spacer,
.news.services-grid article .services-text .spacer,
.services.services-grid article .services-text .spacer {
  display: none;
}
.news.news-grid article .news-text h3,
.services.news-grid article .news-text h3,
.news.services-grid article .news-text h3,
.services.services-grid article .news-text h3,
.news.news-grid article .services-text h3,
.services.news-grid article .services-text h3,
.news.services-grid article .services-text h3,
.services.services-grid article .services-text h3 {
  font-size: 24px;
  min-height: 61px;
  font-weight: 300;
  padding-bottom: 14px;
  color: #009f9c;
}
.news.news-grid article .news-text h3 a,
.services.news-grid article .news-text h3 a,
.news.services-grid article .news-text h3 a,
.services.services-grid article .news-text h3 a,
.news.news-grid article .services-text h3 a,
.services.news-grid article .services-text h3 a,
.news.services-grid article .services-text h3 a,
.services.services-grid article .services-text h3 a {
  color: #009f9c;
}
.news.news-grid article .news-text section p,
.services.news-grid article .news-text section p,
.news.services-grid article .news-text section p,
.services.services-grid article .news-text section p,
.news.news-grid article .services-text section p,
.services.news-grid article .services-text section p,
.news.services-grid article .services-text section p,
.services.services-grid article .services-text section p {
  color: #ffffff;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
}
.news.news-grid article .news-text section a,
.services.news-grid article .news-text section a,
.news.services-grid article .news-text section a,
.services.services-grid article .news-text section a,
.news.news-grid article .services-text section a,
.services.news-grid article .services-text section a,
.news.services-grid article .services-text section a,
.services.services-grid article .services-text section a {
  color: #ffffff;
  margin-top: 10px;
}
.news.news-grid article a.read-more,
.services.news-grid article a.read-more,
.news.services-grid article a.read-more,
.services.services-grid article a.read-more {
  color: #0a0a0a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news.news-grid article a.read-more i,
.services.news-grid article a.read-more i,
.news.services-grid article a.read-more i,
.services.services-grid article a.read-more i {
  color: #00ddc0;
  font-weight: normal;
}
.news.news-grid article a.read-more i:hover,
.services.news-grid article a.read-more i:hover,
.news.services-grid article a.read-more i:hover,
.services.services-grid article a.read-more i:hover {
  color: #f9be12;
}
.news.news-grid article a.read-more i:active,
.services.news-grid article a.read-more i:active,
.news.services-grid article a.read-more i:active,
.services.services-grid article a.read-more i:active,
.news.news-grid article a.read-more i:focus,
.services.news-grid article a.read-more i:focus,
.news.services-grid article a.read-more i:focus,
.services.services-grid article a.read-more i:focus {
  color: #f9be12;
}
.news.news-grid article:hover .news-text,
.services.news-grid article:hover .news-text,
.news.services-grid article:hover .news-text,
.services.services-grid article:hover .news-text,
.news.news-grid article:hover .services-text,
.services.news-grid article:hover .services-text,
.news.services-grid article:hover .services-text,
.services.services-grid article:hover .services-text {
  bottom: 0;
}
.services.services-image-top article .services-image .overlay a .circle,
.services.services-image-top article .services-image .overlay .a .circle {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -55px;
  background: #009f9c;
}
.services.services-image-top article .services-image .overlay a .circle i,
.services.services-image-top article .services-image .overlay .a .circle i {
  font-size: 24px;
  top: 8px;
  left: 8px;
  color: #ffffff;
}
.services.services-image-top article .article-header {
  padding: 25px 0 15px 50px;
}
.services.services-image-top article .services-text p,
.services.services-image-top article .services-text ul {
  margin-bottom: 10px;
}
.services.services-image-top article .services-text ul {
  margin-left: 18px;
}
.services.services-grid article .services-text {
  bottom: -97px;
}
.services.services-grid article .services-text p,
.services.services-grid article .services-text ul {
  margin-bottom: 10px;
}
.services.services-grid article .services-text ul {
  margin-left: 18px;
}
/*********************
11. Gallery
*********************/
.page-template-page-gallery-1 #content,
.page-template-page-gallery-2 #content,
.page-template-page-gallery-3 #content {
  padding: 180px 0 263px 0;
  background: #ffffff;
}
.page-template-page-gallery-1 #content h2,
.page-template-page-gallery-2 #content h2,
.page-template-page-gallery-3 #content h2 {
  max-width: 1100px;
  margin: 0 auto;
}
.page-template-page-gallery-1 article,
.page-template-page-gallery-2 article {
  width: 100%;
  margin-bottom: 2%;
  float: left;
  position: relative;
  overflow: hidden;
}
.page-template-page-gallery-1 article a,
.page-template-page-gallery-2 article a {
  position: relative;
  display: block;
}
.page-template-page-gallery-1 article a .image-wrapper,
.page-template-page-gallery-2 article a .image-wrapper {
  height: 250px;
  background-position: center center;
  background-size: cover;
}
.page-template-page-gallery-1 article a .text-wrapper,
.page-template-page-gallery-2 article a .text-wrapper {
  z-index: 99;
  position: absolute;
  left: 0;
  bottom: -196px;
  padding: 15px 60px 10px 20px;
  background-color: rgba(249, 190, 18, 0.8);
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  min-height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.page-template-page-gallery-1 article a .text-wrapper .description,
.page-template-page-gallery-2 article a .text-wrapper .description {
  font-size: 16px;
  margin-top: 20px;
}
.page-template-page-gallery-1 article a:hover .text-wrapper,
.page-template-page-gallery-2 article a:hover .text-wrapper {
  bottom: 0;
  min-height: 100%;
}
.page-template-page-gallery-1 article a i,
.page-template-page-gallery-2 article a i {
  position: absolute;
  bottom: 9px;
  right: 15px;
  color: #ffffff;
  z-index: 99;
}
.page-template-page-gallery-1 article a .text-wrapper .title-inner {
  margin-top: -5px;
  line-height: 37px;
}
.page-template-page-gallery-3 article {
  min-height: 300px;
  margin-bottom: 50px;
}
.page-template-page-gallery-3 article a.gallery {
  position: relative;
  display: block;
  width: 100%;
  min-height: 300px;
}
.page-template-page-gallery-3 article a.gallery .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 22px;
  width: 100%;
  background-color: rgba(249, 190, 18, 0.8);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 60px 0 20px;
  display: table;
}
.page-template-page-gallery-3 article a.gallery .title .title-inner {
  display: table-cell;
  vertical-align: middle;
}
.page-template-page-gallery-3 article a.gallery i {
  position: absolute;
  bottom: 12px;
  right: 15px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-page-gallery-3 article a.gallery:hover .title {
  background-color: rgba(249, 190, 18, 0.92);
  min-height: 300px;
  height: 100%;
}
.page-template-page-gallery-3 article a.gallery:hover i {
  bottom: 50%;
  margin-bottom: -18px;
}
.page-template-page-gallery-3 article a.gallery .description {
  display: none;
}
.page-template-page-gallery-3 article a.gallery .image-wrapper {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-gallery {
  background: #ffffff;
}
.single-gallery #content {
  padding: 185px 0 268px 0;
}
.single-gallery #content .title-wrapper {
  position: relative;
  text-align: center;
}
.single-gallery #content .title-wrapper h2 {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.single-gallery #content .title-wrapper .back {
  position: relative;
  padding-left: 50px;
  height: 35px;
  display: inline-block;
}
.single-gallery #content .title-wrapper .back .circle {
  margin-right: 15px;
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 100%;
  background: #00ddc0;
  color: #ffffff;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-gallery #content .title-wrapper .back .circle i {
  position: absolute;
  top: 5px;
  left: 5px;
}
.single-gallery #content .title-wrapper .back:hover .circle {
  background: #f9be12;
}
.single-gallery #content .title-wrapper .back:active .circle,
.single-gallery #content .title-wrapper .back:focus .circle {
  background: #f9be12;
}
.single-gallery #content p {
  display: none;
}
.single-gallery #content .bx-wrapper {
  margin-top: 20px;
  position: relative;
  margin-bottom: 40px;
}
.single-gallery #content .bx-wrapper .bx-viewport {
  height: 300px;
}
.single-gallery #content .bx-wrapper .bx-viewport .bxslider-gallery .gallery-item {
  height: 300px;
}
.single-gallery #content .bx-wrapper .bx-viewport .bxslider-gallery .gallery-item.portrait {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.single-gallery #content .bx-wrapper .bx-controls {
  padding-top: 15px;
}
/*********************
07. NAVIGATION STYLES
*********************/
nav ul.nav,
nav div.nav ul {
  list-style: none;
}
nav ul.nav li a,
nav div.nav ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
}
nav ul.nav li ul.sub-menu li a,
nav div.nav ul li ul.sub-menu li a,
nav ul.nav li ul.children li a,
nav div.nav ul li ul.children li a {
  padding-left: 30px;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  min-height: 100%;
}
.post-meta {
  color: #999;
}
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.gallery figure.gallery-item div.gallery-icon {
  background-color: #00ddc0;
}
.gallery figure.gallery-item div.gallery-icon img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery figure.gallery-item div.gallery-icon:hover img {
  opacity: 0.2;
}
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.energysaver_page_navi {
  /* common styles for page-navi links */
}
.energysaver_page_navi li {
  float: left;
  list-style: none;
}
.energysaver_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.energysaver_page_navi li a:hover,
.energysaver_page_navi li a:focus {
  color: #f9be12;
  text-decoration: underline;
}
.energysaver_page_navi li.pagenavi-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f9be12;
  position: relative;
}
.energysaver_page_navi li.pagenavi-prev-link,
.energysaver_page_navi li.pagenavi-next-link {
  font-weight: bold;
}
.energysaver_page_navi li.pagenavi-prev-link a,
.energysaver_page_navi li.pagenavi-next-link a {
  padding: 0;
}
/******************************************************************
10. COMMENT STYLES
******************************************************************/
.commentlist {
  /* general comment classes */
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px;
}
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
  width: 100%;
}
.footer.simple-footer {
  padding: 40px 0 0 0;
  background: #008583;
  color: #ffffff;
  text-align: center;
}
.footer.simple-footer #inner-footer {
  padding-bottom: 40px;
}
.footer.simple-footer #inner-footer .column {
  padding: 0 25px 50px 25px;
}
.footer.simple-footer #inner-footer .column h4 {
  font-size: 18px;
}
.footer.simple-footer #inner-footer .column.text-box {
  font-size: 14px;
}
.footer.simple-footer #inner-footer .column.text-box p {
  margin: 0 0 4px 0;
}
.footer.simple-footer #inner-footer .column.social-box ul {
  text-align: center;
}
.footer.simple-footer #inner-footer .column.social-box ul li {
  display: inline-block;
}
.footer.simple-footer #inner-footer .column.social-box ul li:last-child {
  margin-right: 0;
}
.footer.simple-footer #inner-footer .column.social-box ul li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  background: #00ddc0;
  color: #ffffff;
  float: left;
  margin-bottom: 5px;
  margin: 5px 8px 5px 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer.simple-footer #inner-footer .column.social-box ul li a.icon-youtube:before,
.footer.simple-footer #inner-footer .column.social-box ul li a.icon-linkedin:before {
  left: 8px;
}
.footer.simple-footer #inner-footer .column.social-box ul li a.icon-facebook:before {
  left: 13px;
}
.footer.simple-footer #inner-footer .column.social-box ul li a:hover {
  background: #f9be12;
}
.footer.simple-footer #inner-footer .column.social-box ul li a:active,
.footer.simple-footer #inner-footer .column.social-box ul li a:focus {
  background: #f9be12;
}
.footer.simple-footer #inner-footer .column.social-box ul li a:before {
  position: absolute;
  top: 9px;
  left: 9px;
  font-size: 24px;
}
.footer.simple-footer #inner-footer .column.newsletter-box ul {
  list-style: none;
}
.footer.simple-footer #inner-footer .column.newsletter-box label {
  display: none;
}
.footer.simple-footer #inner-footer .column.newsletter-box #gform_3 {
  position: relative;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_wrapper {
  margin: 4px 0 0 0;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_body {
  width: 94%;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_body .ginput_container {
  margin: 0;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_body input {
  width: 100%;
  background: #00b8b6;
  border: none;
  height: 38px;
  padding-left: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #ffffff;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_body input::-webkit-input-placeholder {
  color: #1ffffc;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_body input:-moz-placeholder {
  color: #1ffffc;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_body input::-moz-placeholder {
  color: #1ffffc;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_body input:-ms-input-placeholder {
  color: #1ffffc;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_body input:active,
.footer.simple-footer #inner-footer .column.newsletter-box .gform_body input:focus {
  background: #00ebe8;
  outline: none;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_footer {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
  clear: none;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_footer .button {
  border-radius: 100%;
  height: 38px;
  width: 38px;
  float: right;
  position: relative;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_footer .button span {
  display: none;
}
.footer.simple-footer #inner-footer .column.newsletter-box .gform_footer .button:before {
  content: "\e605";
  position: absolute;
  left: 10px;
  top: 10px;
  font-family: starcloud;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer.simple-footer #inner-footer .column.contact-box {
  font-size: 14px;
}
.footer.simple-footer #inner-footer .column.contact-box ul {
  list-style: none;
  margin-top: 4px;
}
.footer.simple-footer #inner-footer .column.contact-box ul li {
  padding-left: 30px;
  margin-bottom: 3px;
  position: relative;
  line-height: 20px;
}
.footer.simple-footer #inner-footer .column.contact-box ul li:before {
  display: block;
  position: absolute;
  left: 0;
  text-indent: 6px;
  line-height: 20px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #00ddc0;
  color: #ffffff;
}
.footer.simple-footer #inner-footer .column.contact-box ul li.phone:before {
  content: "T";
}
.footer.simple-footer #inner-footer .column.contact-box ul li.fax:before {
  content: "F";
}
.footer.simple-footer #inner-footer .column.contact-box ul li.email:before {
  content: "E";
}
.footer.simple-footer #inner-footer .column.contact-box ul li.email a {
  color: #ffffff;
}
.footer.simple-footer .subfooter {
  background: #005251;
  width: 100%;
}
.footer.simple-footer .subfooter .left-text {
  padding: 20px 25px;
}
.footer.simple-footer .subfooter nav {
  line-height: 40px;
  text-align: right;
}
.footer.simple-footer .subfooter nav ul {
  text-align: center;
}
.footer.simple-footer .subfooter nav ul li a {
  padding: 0 10px;
  color: #ffffff;
}
.footer.simple-footer .subfooter nav ul li a:hover {
  color: #f9be12;
  text-decoration: none;
}
.footer.simple-footer .subfooter nav ul li a:active,
.footer.simple-footer .subfooter nav ul li a:focus {
  color: #f9be12;
}
.social-icons [class^="icon-"],
.social-icons [class*=" icon-"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: white;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-icons [class^="icon-"]:hover,
.social-icons [class*=" icon-"]:hover {
  background: white;
}
.social-icons .icon-facebook {
  background: #3b5998;
}
.social-icons .icon-facebook:hover {
  color: #3b5998;
}
.social-icons .icon-twitter {
  background: #00aced;
}
.social-icons .icon-twitter:hover {
  color: #00aced;
}
.social-icons .icon-googleplus {
  background: #dd4b39;
}
.social-icons .icon-googleplus:hover {
  color: #dd4b39;
}
.social-icons .icon-linkedin {
  background: #007bb6;
}
.social-icons .icon-linkedin:hover {
  color: #007bb6;
}
.social-icons .icon-youtube {
  background: #bb0000;
}
.social-icons .icon-youtube:hover {
  color: #bb0000;
}
#input_1_6,
textarea.autoExpand {
  overflow: hidden;
  height: 1.75em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#input_1_6:focus,
textarea.autoExpand:focus {
  height: 250px;
}
/**
 * Basic styling for wp-activate.php
 */
.widecolumn {
  padding: 130px 20px 20px 20px;
  margin: 0 auto;
}
#post-not-found {
  text-align: center;
}
body.site-6 .language-chooser {
  display: none;
}
@media only screen and (min-width: 481px) {
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  .team-element-1 ul.team li.team-member {
    width: 49%;
    float: left;
  }
  .team-element-2 ul.team li.team-member {
    width: 49%;
    float: left;
  }
  .news.news-image-left article,
  .services.news-image-left article,
  .news.services-image-left article,
  .services.services-image-left article {
    padding-bottom: 40px;
  }
  .news.news-image-left article .news-image,
  .services.news-image-left article .news-image,
  .news.services-image-left article .news-image,
  .services.services-image-left article .news-image,
  .news.news-image-left article .services-image,
  .services.news-image-left article .services-image,
  .news.services-image-left article .services-image,
  .services.services-image-left article .services-image {
    width: 40%;
    float: left;
  }
  .news.news-image-left article .news-text,
  .services.news-image-left article .news-text,
  .news.services-image-left article .news-text,
  .services.services-image-left article .news-text,
  .news.news-image-left article .services-text,
  .services.news-image-left article .services-text,
  .news.services-image-left article .services-text,
  .services.services-image-left article .services-text {
    width: 56%;
    float: right;
    margin-top: 0;
  }
  .news.news-image-left article .news-text section,
  .services.news-image-left article .news-text section,
  .news.services-image-left article .news-text section,
  .services.services-image-left article .news-text section,
  .news.news-image-left article .services-text section,
  .services.news-image-left article .services-text section,
  .news.services-image-left article .services-text section,
  .services.services-image-left article .services-text section {
    padding-bottom: 40px;
  }
  .footer.simple-footer #inner-footer .column.newsletter-box .gform_body {
    width: 97%;
  }
  .single-gallery #content .bx-wrapper .bx-viewport {
    height: 320px;
  }
  .single-gallery #content .bx-wrapper .bx-viewport .bxslider-gallery .gallery-item {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  aside.sidebar {
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    float: right;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  /*********************
01. GENERAL STYLES
*********************/
  .wrap {
    max-width: 1140px;
  }
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  /********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
  /*********************
03. LAYOUT & GRID STYLES
*********************/
  .wrap {
    margin: 0 auto;
  }
  #container {
    min-height: 100%;
    position: relative;
  }
  /*********************
06. HEADER SYTLES
*********************/
  .header.border-show {
    border-bottom: 2px solid #009f9c;
  }
  .header #inner-header nav {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
  }
  .header.version-one-one,
  .header.version-one-two,
  .header.version-one-three {
    padding: 0 75px;
  }
  .header.version-one-one #logo,
  .header.version-one-two #logo,
  .header.version-one-three #logo {
    height: 85px;
    display: inline-block;
    float: left;
  }
  .header.version-one-one #logo img,
  .header.version-one-two #logo img,
  .header.version-one-three #logo img {
    height: 100%;
    max-width: 100%;
  }
  .header.version-one-one .navigation-wrapper nav ul li,
  .header.version-one-two .navigation-wrapper nav ul li,
  .header.version-one-three .navigation-wrapper nav ul li {
    margin-right: 30px;
    margin-bottom: 0;
    text-align: left;
  }
  .header.version-one-one .navigation-wrapper ul.qtranxs_language_chooser,
  .header.version-one-two .navigation-wrapper ul.qtranxs_language_chooser,
  .header.version-one-three .navigation-wrapper ul.qtranxs_language_chooser {
    position: inherit;
    float: left;
    height: 25px;
    margin: 20px 0;
    padding-left: 20px;
    border-left: solid 1px;
  }
  .header.version-one-one .navigation-wrapper ul.qtranxs_language_chooser li,
  .header.version-one-two .navigation-wrapper ul.qtranxs_language_chooser li,
  .header.version-one-three .navigation-wrapper ul.qtranxs_language_chooser li {
    float: left;
    line-height: 25px;
    margin-left: 10px;
  }
  .header.version-two-one,
  .header.version-two-two,
  .header.version-two-three {
    height: 120px;
    padding: 0 75px;
  }
  .header.version-two-one #logo,
  .header.version-two-two #logo,
  .header.version-two-three #logo {
    width: 150px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -75px;
  }
  .header.version-two-one .navigation-wrapper ul.qtranxs_language_chooser,
  .header.version-two-two .navigation-wrapper ul.qtranxs_language_chooser,
  .header.version-two-three .navigation-wrapper ul.qtranxs_language_chooser {
    right: 40px;
    top: 46px;
  }
  .header.version-one-two .navigation-wrapper nav ul li a,
  .header.version-two-two .navigation-wrapper nav ul li a {
    color: #005251;
  }
  #call-to-action-outer {
    margin-top: 0;
    right: 0;
    top: 190px;
    padding: 0 75px;
  }
  nav ul.nav li,
  nav div.nav ul li {
    position: relative;
    display: inline-block;
  }
  nav ul.nav li a,
  nav div.nav ul li a {
    text-decoration: none;
  }
  nav ul.nav li a:hover,
  nav div.nav ul li a:hover,
  nav ul.nav li a:focus,
  nav div.nav ul li a:focus {
    text-decoration: underline;
  }
  nav ul.nav li ul.sub-menu,
  nav div.nav ul li ul.sub-menu,
  nav ul.nav li ul.children,
  nav div.nav ul li ul.children {
    background: white;
    margin-top: 0;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 99999;
  }
  nav ul.nav li ul.sub-menu li a,
  nav div.nav ul li ul.sub-menu li a,
  nav ul.nav li ul.children li a,
  nav div.nav ul li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
  }
  nav ul.nav li:hover ul,
  nav div.nav ul li:hover ul {
    top: 40px;
    display: block;
  }
  /*********************
08. All Subpages
*********************/
  .homepage .highlights-element {
    padding: 0;
  }
  .homepage .tab-element {
    padding: 75px;
  }
  .homepage .entry-content > p {
    padding: 0;
  }
  .homepage .entry-content > p:first-child {
    padding-top: 40px;
  }
  .homepage.home-slider-fullscreen #inner-content .main-slider .bxslider li,
  .homepage.home-slider-fullscreen-parallax #inner-content .main-slider .bxslider li {
    height: 200px;
  }
  .homepage.home-slider-fixed #inner-content .main-slider .bxslider li,
  .homepage.home-slider-fixed-parallax #inner-content .main-slider .bxslider li {
    min-height: 550px;
  }
  .homepage.home-slider-fixed #inner-content .main-slider .bxslider li .content-max-width,
  .homepage.home-slider-fixed-parallax #inner-content .main-slider .bxslider li .content-max-width {
    max-width: 1200px;
  }
  .homepage .main-slider .bx-wrapper li .content-wrapper h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .homepage .main-slider .bx-wrapper li .content-wrapper.center-center,
  .homepage .main-slider .bx-wrapper li .content-wrapper.left-center,
  .homepage .main-slider .bx-wrapper li .content-wrapper.right-center {
    min-height: 550px;
  }
  .homepage .main-slider .bx-wrapper li .content-wrapper.left-top {
    left: 90px;
    max-width: 600px;
  }
  .homepage .main-slider .bx-wrapper li .content-wrapper.left-center {
    margin-left: 90px;
  }
  .homepage .main-slider .bx-wrapper li .content-wrapper.center-center {
    width: 740px;
  }
  .standard,
  .contact,
  .news,
  .services {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  /*********************
08. Standard Page
*********************/
  .standard .text-element img {
    margin: 40px 0;
  }
  .standard .text-element img.alignleft {
    margin: 0 40px 20px 0;
  }
  .standard .text-element img.alignright {
    margin: 0 0 20px 40px;
  }
  .standard.standard-1 .text-element {
    padding: 0 130px;
  }
  .standard.standard-1 .photo-element {
    padding: 0 130px;
  }
  .standard.standard-2 .text-element {
    padding: 0 130px;
  }
  .standard.standard-2 .photo-element {
    padding: 0 130px;
  }
  .standard.standard-3 #main,
  .standard.standard-4 #main {
    width: 65%;
    float: left;
    padding: 0 15px 0 0;
  }
  .standard.standard-3 #main .text-element,
  .standard.standard-4 #main .text-element {
    padding: 0;
  }
  .standard.standard-3 aside.aside,
  .standard.standard-4 aside.aside {
    width: 35%;
    float: left;
    margin-top: 54px;
    padding: 0 0 0 15px;
  }
  .standard.standard-5 .grid-image {
    width: 50%;
    float: left;
  }
  .standard.standard-5 .grid-content {
    width: 50%;
    float: right;
    padding: 60px 40px 40px 40px;
    display: table;
  }
  .standard.standard-5 .grid-content .grid-centered {
    display: table-cell;
    vertical-align: middle;
  }
  .standard.standard-5 .grid {
    position: relative;
  }
  .standard.standard-5 .grid:nth-child(even) .grid-image {
    float: right;
  }
  .standard.standard-5 .grid:nth-child(even) .grid-content {
    float: left;
  }
  .standard ul.subpages {
    padding: 40px 130px;
  }
  .standard ul.subpages li {
    height: 200px;
  }
  .fullwidth-text-element {
    padding: 100px 0 80px 0;
    font-size: 22px;
    line-height: 32px;
  }
  .highlights-element {
    background: #ffffff;
    padding: 75px 0;
  }
  .highlights-element ul li {
    float: left;
    padding: 0 18px;
  }
  .highlights-element ul li span {
    width: 100px;
    height: 100px;
  }
  .highlights-element ul li span i {
    left: 26px;
    top: 26px;
  }
  .highlights-element ul.items-1 li {
    width: 100%;
  }
  .highlights-element ul.items-2 li {
    width: 50%;
  }
  .highlights-element ul.items-3 li {
    width: 33.33%;
  }
  .highlights-element ul.items-4 li {
    width: 25%;
  }
  .highlights-element ul.items-5 li {
    width: 20%;
  }
  .highlights-element ul.items-6 li {
    width: 16.5%;
  }
  .tab-element .tabs i {
    font-size: 60px;
  }
  .tab-element li {
    padding: 55px 120px;
  }
  .tab-element.items-3 .tabs {
    width: 33.33%;
    display: inline-block;
    text-align: center;
  }
  .tab-element.items-4 .tabs {
    width: 25%;
    display: inline-block;
    text-align: center;
  }
  .tab-element.items-5 .tabs {
    width: 20%;
    display: inline-block;
    text-align: center;
  }
  .tab-element.items-5 li {
    font-size: 16px;
    line-height: 18px;
  }
  .team-element-1 ul.team li.team-member,
  .team-element-2 ul.team li.team-member {
    float: left;
  }
  .team-element-1 ul.team.members-3 li,
  .team-element-2 ul.team.members-3 li,
  .team-element-1 ul.team.members-5 li,
  .team-element-2 ul.team.members-5 li,
  .team-element-1 ul.team.members-6 li,
  .team-element-2 ul.team.members-6 li,
  .team-element-1 ul.team.members-9 li,
  .team-element-2 ul.team.members-9 li {
    width: 33.3%;
  }
  .team-element-1 ul.team.members-4 li,
  .team-element-2 ul.team.members-4 li,
  .team-element-1 ul.team.members-8 li,
  .team-element-2 ul.team.members-8 li {
    width: 25%;
  }
  .team-element-2 ul.team li.team-member {
    text-align: left;
    width: 100%;
  }
  .team-element-2 ul.team li.team-member .image-wrapper {
    float: left;
  }
  .team-element-2 ul.team li.team-member .team-content {
    display: table;
    min-height: 150px;
  }
  .team-element-2 ul.team li.team-member .team-content .centered {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
  }
  .team-element-2 ul.team li.team-member .team-content .centered .name {
    text-align: left;
    color: #0a0a0a;
  }
  .team-element-2 ul.team li.team-member .team-content .centered .function {
    text-align: left;
    color: #0a0a0a;
  }
  .team-element-3 ul.team li.team-member {
    float: left;
    width: 49%;
  }
  .team-element-3 ul.team li.team-member:nth-child(even) {
    float: right;
  }
  .gallery .gallery-item {
    width: 18%;
  }
  /*********************
10. News & Services Page
*********************/
  .news.news-image-top .header-image,
  .services.news-image-top .header-image,
  .news.news-image-left .header-image,
  .services.news-image-left .header-image,
  .news.news-image-only .header-image,
  .services.news-image-only .header-image,
  .news.services-image-top .header-image,
  .services.services-image-top .header-image,
  .news.services-image-left .header-image,
  .services.services-image-left .header-image,
  .news.services-image-only .header-image,
  .services.services-image-only .header-image {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .news.news-image-top h2,
  .services.news-image-top h2,
  .news.news-image-left h2,
  .services.news-image-left h2,
  .news.news-image-only h2,
  .services.news-image-only h2,
  .news.services-image-top h2,
  .services.services-image-top h2,
  .news.services-image-left h2,
  .services.services-image-left h2,
  .news.services-image-only h2,
  .services.services-image-only h2 {
    text-align: center;
    padding: 35px 0 30px 0;
    margin-top: -58px;
    background: #ffffff;
  }
  .news.news-image-top p,
  .services.news-image-top p,
  .news.news-image-left p,
  .services.news-image-left p,
  .news.news-image-only p,
  .services.news-image-only p,
  .news.services-image-top p,
  .services.services-image-top p,
  .news.services-image-left p,
  .services.services-image-left p,
  .news.services-image-only p,
  .services.services-image-only p {
    margin: 0 130px 20px 130px;
  }
  .news.news-image-top article,
  .services.news-image-top article,
  .news.news-image-left article,
  .services.news-image-left article,
  .news.news-image-only article,
  .services.news-image-only article,
  .news.services-image-top article,
  .services.services-image-top article,
  .news.services-image-left article,
  .services.services-image-left article,
  .news.services-image-only article,
  .services.services-image-only article {
    margin: 0 130px;
  }
  .news.news-image-left article a.read-more,
  .services.news-image-left article a.read-more,
  .news.services-imageleft article a.read-more,
  .services.services-imageleft article a.read-more {
    position: absolute;
    bottom: 28px;
  }
  .news.news-image-top article,
  .services.news-image-top article,
  .news.services-image-top article,
  .services.services-image-top article {
    margin-bottom: 55px;
  }
  .news.news-image-top article .news-image,
  .services.news-image-top article .news-image,
  .news.services-image-top article .news-image,
  .services.services-image-top article .news-image,
  .news.news-image-top article .services-image,
  .services.news-image-top article .services-image,
  .news.services-image-top article .services-image,
  .services.services-image-top article .services-image {
    height: 250px;
  }
  .news.news-image-top article .news-image .image-wrapper,
  .services.news-image-top article .news-image .image-wrapper,
  .news.services-image-top article .news-image .image-wrapper,
  .services.services-image-top article .news-image .image-wrapper,
  .news.news-image-top article .services-image .image-wrapper,
  .services.news-image-top article .services-image .image-wrapper,
  .news.services-image-top article .services-image .image-wrapper,
  .services.services-image-top article .services-image .image-wrapper {
    height: 250px;
  }
  .news.news-image-top article .news-image .overlay,
  .services.news-image-top article .news-image .overlay,
  .news.services-image-top article .news-image .overlay,
  .services.services-image-top article .news-image .overlay,
  .news.news-image-top article .services-image .overlay,
  .services.news-image-top article .services-image .overlay,
  .news.services-image-top article .services-image .overlay,
  .services.services-image-top article .services-image .overlay {
    height: 250px;
  }
  .news.news-grid,
  .services.news-grid,
  .news.services-grid,
  .services.services-grid {
    padding: 160px 0 60px 0;
  }
  .news.news-grid article,
  .services.news-grid article,
  .news.services-grid article,
  .services.services-grid article {
    width: 49%;
    margin-right: 2%;
  }
  .news.news-grid article:nth-child(2n),
  .services.news-grid article:nth-child(2n),
  .news.services-grid article:nth-child(2n),
  .services.services-grid article:nth-child(2n) {
    margin-right: 0;
  }
  .news.news-image-only article,
  .services.news-image-only article,
  .news.services-image-only article,
  .services.services-image-only article {
    margin-bottom: 40px;
  }
  /*********************
09. Contact Page
*********************/
  .contact.contact-1 p {
    padding: 0 130px 40px 130px;
  }
  .contact.contact-1 .gform_wrapper .top_label li.gfield.gf_left_half {
    width: 49%;
  }
  .contact.contact-1 .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 48.5%;
  }
  .contact.contact-1 .gform_body,
  .contact.contact-1 .gform_footer {
    padding: 0 130px;
  }
  .contact.contact-1 .boxes-wrapper .box {
    width: 33.3%;
    float: left;
    padding: 0 22px 0 0;
  }
  .contact.contact-1 .boxes-wrapper .box p {
    padding: 0;
  }
  .contact.contact-2 #inner-content #main article .contact-content {
    margin: 7% 0 0 12%;
  }
  .contact.contact-2 #inner-content #main article .contact-content .content-wrapper {
    margin: 200px 0 20px 0;
  }
  .contact.contact-2 #inner-content #main article .contact-content .contact-info {
    margin-bottom: 80px;
  }
  .contact.contact-2 #inner-content #main article .contact-content .contact-info .left {
    width: 50%;
    float: left;
    text-align: right;
    border-right: 1px solid #0a0a0a;
  }
  .contact.contact-2 #inner-content #main article .contact-content .contact-info .right {
    width: 50%;
    float: right;
    text-align: left;
  }
  .contact.contact-2 #inner-content #main article #map,
  .contact.contact-2 #inner-content #main article #map-placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
  }
  .contact.contact-2 #inner-content #main article #map iframe,
  .contact.contact-2 #inner-content #main article #map-placeholder iframe {
    width: 100%;
    height: 100%;
  }
  .page-template-page-gallery-1 article,
  .page-template-page-gallery-2 article {
    width: 49%;
    margin-right: 2%;
  }
  .page-template-page-gallery-1 article:nth-child(2n),
  .page-template-page-gallery-2 article:nth-child(2n) {
    margin-right: 0;
  }
  .page-template-page-gallery-1 article a .text-wrapper,
  .page-template-page-gallery-2 article a .text-wrapper {
    font-size: 22px;
  }
  .single-gallery #content {
    padding: 145px 0 268px 0;
  }
  .single-gallery #content .title-wrapper .back {
    position: absolute;
    top: 15px;
    left: 0;
    padding-left: 50px;
    height: 35px;
  }
  .single-gallery #content .bx-wrapper .bx-viewport {
    height: 512px;
  }
  .single-gallery #content .bx-wrapper .bx-viewport .bxslider-gallery .gallery-item {
    height: 512px;
  }
  /*********************
08. POSTS & CONTENT STYLES
*********************/
  #content {
    padding-bottom: 263px;
  }
  /*********************
13. FOOTER STYLES
*********************/
  .footer {
    position: absolute;
    bottom: 0;
  }
  .footer.simple-footer {
    text-align: left;
  }
  .footer.simple-footer #inner-footer .column {
    padding: 10px;
  }
  .footer.simple-footer #inner-footer .column.logo-box img {
    width: 100%;
    height: auto;
    max-width: 120px;
  }
  .footer.simple-footer #inner-footer .column.social-box ul {
    text-align: left;
  }
  .footer.simple-footer #inner-footer .column.newsletter-box .gform_body {
    width: 94%;
  }
  .footer.simple-footer #inner-footer .columns-2 .column {
    width: 50%;
    float: left;
  }
  .footer.simple-footer #inner-footer .columns-3 .column {
    width: 33.3%;
    float: left;
  }
  .footer.simple-footer #inner-footer .columns-4 .column {
    width: 25%;
    float: left;
  }
  .footer.simple-footer #inner-footer .columns-5 .column {
    width: 20%;
    float: left;
  }
  .footer.simple-footer .subfooter .left-text {
    float: left;
    width: 50%;
    padding: 0 25px;
    line-height: 40px;
  }
  .footer.simple-footer .subfooter nav {
    float: right;
    width: 50%;
  }
  .footer.simple-footer .subfooter nav ul {
    text-align: right;
  }
  .footer.simple-footer .subfooter nav ul li {
    display: inline-block;
  }
  /**
 * Basic styling for wp-activate.php
 */
  .widecolumn {
    padding: 140px 0 0 0;
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  .header.version-one-one #logo,
  .header.version-one-two #logo,
  .header.version-one-three #logo {
    width: auto;
  }
  .header.version-one-one .navigation-wrapper,
  .header.version-one-two .navigation-wrapper,
  .header.version-one-three .navigation-wrapper {
    float: right;
  }
  .header.version-one-one .navigation-wrapper nav > ul,
  .header.version-one-two .navigation-wrapper nav > ul,
  .header.version-one-three .navigation-wrapper nav > ul {
    margin: 30px 0;
  }
  .header.version-one-one .navigation-wrapper nav > ul > li > a,
  .header.version-one-two .navigation-wrapper nav > ul > li > a,
  .header.version-one-three .navigation-wrapper nav > ul > li > a {
    padding: 20px 0;
  }
  .header.version-one-one .navigation-wrapper ul.qtranxs_language_chooser,
  .header.version-one-two .navigation-wrapper ul.qtranxs_language_chooser,
  .header.version-one-three .navigation-wrapper ul.qtranxs_language_chooser {
    margin: 50px 0;
  }
  #call-to-action-outer {
    top: 125px;
  }
  .team-element-2 ul.team li.team-member {
    text-align: left;
    width: 100%;
    width: 49%;
    float: left;
  }
  .team-element-2 ul.team li.team-member:nth-child(even) {
    float: right;
  }
  .news.news-grid article,
  .services.news-grid article,
  .news.services-grid article,
  .services.services-grid article {
    width: 32%;
    margin-right: 2%;
  }
  .news.news-grid article:nth-child(2n),
  .services.news-grid article:nth-child(2n),
  .news.services-grid article:nth-child(2n),
  .services.services-grid article:nth-child(2n) {
    margin-right: 2%;
  }
  .news.news-grid article:nth-child(3n),
  .services.news-grid article:nth-child(3n),
  .news.services-grid article:nth-child(3n),
  .services.services-grid article:nth-child(3n) {
    margin-right: 0;
  }
  .page-template-page-gallery-1 article {
    width: 32%;
    margin-right: 2%;
  }
  .page-template-page-gallery-1 article:nth-child(2n) {
    margin-right: 2%;
  }
  .page-template-page-gallery-1 article:nth-child(3n) {
    margin-right: 0%;
  }
  .single-gallery #content .bx-wrapper .bx-viewport {
    height: 666px;
  }
  .single-gallery #content .bx-wrapper .bx-viewport .bxslider-gallery .gallery-item {
    height: 666px;
  }
  .standard.standard-1 .header-image,
  .standard.standard-4 .header-image {
    background-attachment: fixed;
  }
  .standard ul.subpages li {
    width: 50%;
    float: left;
  }
  .news.news-image-top .header-image,
  .services.news-image-top .header-image,
  .news.news-image-left .header-image,
  .services.news-image-left .header-image,
  .news.news-image-only .header-image,
  .services.news-image-only .header-image,
  .news.services-image-top .header-image,
  .services.services-image-top .header-image,
  .news.services-image-left .header-image,
  .services.services-image-left .header-image,
  .news.services-image-only .header-image,
  .services.services-image-only .header-image {
    background-attachment: fixed;
  }
  .parallax-element {
    background-attachment: fixed;
  }
  .homepage.home-slider-fullscreen #inner-content #main article .main-slider .bx-wrapper .bx-viewport .bxslider li,
  .homepage.home-slider-fullscreen-parallax #inner-content #main article .main-slider .bx-wrapper .bx-viewport .bxslider li {
    height: 300px;
    background-attachment: fixed;
  }
  .homepage.home-slider-fixed #inner-content #main article .main-slider .bx-wrapper .bx-viewport .bxslider li,
  .homepage.home-slider-fixed-parallax #inner-content #main article .main-slider .bx-wrapper .bx-viewport .bxslider li {
    min-height: 650px;
  }
  .homepage.home-slider-fullscreen-parallax #inner-content #main article .main-slider .bx-wrapper .bx-viewport .bxslider li,
  .homepage.home-slider-fixed-parallax #inner-content #main article .main-slider .bx-wrapper .bx-viewport .bxslider li {
    background-attachment: fixed;
  }
  .homepage .main-slider .bx-wrapper li .content-wrapper h2 {
    font-size: 70px;
    line-height: 70px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
  }
  .homepage .main-slider .bx-wrapper li .content-wrapper.left-top {
    max-width: 580px;
    margin: 180px auto 0 auto;
  }
  .homepage .main-slider .bx-wrapper li .content-wrapper.center-center,
  .homepage .main-slider .bx-wrapper li .content-wrapper.left-center,
  .homepage .main-slider .bx-wrapper li .content-wrapper.right-center {
    height: 550px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-gallery #content .bx-wrapper .bx-viewport {
    height: 760px;
  }
  .single-gallery #content .bx-wrapper .bx-viewport .bxslider-gallery .gallery-item {
    height: 760px;
  }
  .bx-controls-direction {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    height: 70px;
  }
  .bx-controls-direction .bx-next {
    right: -50px;
  }
  .bx-controls-direction .bx-prev {
    left: -70px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*

EXAMPLE 
.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

*/
}
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
