/*! icic-eng 1.0.0 | built by kisin | silione@gmail.com */
/**************************************************************
  Component: Breakpoints Variables
  Description: Defines all breakpoints as variables.
**************************************************************/

/**************************************************************
  Name: Fonts
  Description: declarations of fonts
**************************************************************/

/*** Component: fonts ***/

@font-face {
  font-family: 'OpenSansHebrew';
  src: url('../fonts/OpenSansHebrew-Regular.woff2') format('woff2'),
       url('../fonts/OpenSansHebrew-Regular.woff') format('woff');
  font-weight: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'OpenSansHebrew';
  src: url('../fonts/OpenSansHebrew-Bold.woff2') format('woff2'),
       url('../fonts/OpenSansHebrew-Bold.woff') format('woff');
  font-weight: bold;
  font-display: fallback;
}

@font-face {
  font-family: 'OpenSansHebrew';
  src: url('../fonts/OpenSansHebrew-Light.woff2') format('woff2'),
       url('../fonts/OpenSansHebrew-Light.woff') format('woff');
  font-weight: 300;
  font-display: fallback;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**************************************************************
  Name: Base
  Description: Sets default values for HTML elements
**************************************************************/

/*** Component: Base ***/

html {
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
	background-color: #efefef;
	font-family: "OpenSansHebrew", Arial;
	font-weight: normal;
	line-height: 1.5;
	color: #585858;
}

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

a {
  color: #003f80;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

/**************************************************************
  Name: Icon
  Description: Sets style for icons
**************************************************************/

/* variables */

/* component: icon */

.i-icon {
  height: 1em;
  width: 1em;
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
}

.i-icon > svg {
    height: 100%;
    width: 100%;
    display: block;
    -webkit-transition: inherit;
    transition: inherit;
  }

.i-icon--large {
    height: 2em;
    width: 2em;
  }

.i-icon--small {
    height: .5em;
    width: .5em;
  }

.i-icon--circle {
    border: 1px solid currentColor;
    border-radius: 50%;
    padding: 4px;
  }

/* leading icons */

.is-phone,
.is-email,
.is-pin {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  min-height: 24px;
}

.is-phone:before, .is-email:before, .is-pin:before {
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }

.is-phone:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath d='M38.5,110.4h-1.9l-0.5-0.5c-1.6-1.1-2.9-2.4-4.3-3.7c-4.8-4.8-8.3-10.1-10.7-16.5c-1.1-2.7,0.5-7.2,2.7-8.3 c6.9-3.2,12.5-5.1,21.8-6.9c0.3,0,0.8,0,1.1,0c0,0,4.3,0,5.9,2.1l4.5,7.2c0.8,1.1,3.5,1.1,5.3-0.5c3.7-2.7,7.7-6.1,11.5-9.6 c3.7-3.7,6.9-7.5,9.9-11.5c1.1-1.3,1.3-2.9,1.1-4c0-0.5-0.3-1.1-0.8-1.3l-7.2-4.5c-1.9-1.3-2.7-5.3-2.1-6.9 c2.1-7.5,4.8-15.5,6.9-21.6c0.8-2.1,4.3-3.2,6.4-3.2c0.8,0,1.3,0,1.9,0.3c6.1,2.4,11.7,6.1,16.5,10.7c1.3,1.3,2.7,2.7,3.7,4.3 l0.5,0.5v0.8c0.5,17.9-7.7,36.5-22.4,51.2C74.3,102.1,56.1,110.4,38.5,110.4L38.5,110.4z M106.8,37.6c-1.1-1.1-1.9-2.4-2.9-3.5 c-4.3-4.3-9.3-7.5-14.9-9.9c0,0-0.3,0-0.5,0c-1.1,0-2.4,0.5-2.7,0.5c-2.1,5.9-4.8,13.9-6.9,21.3c0,0.5,0.3,2.4,0.3,2.7l7.2,4.5 c1.3,0.8,2.1,2.1,2.7,4c0.5,2.4-0.3,5.1-1.9,7.2c-2.9,4-6.4,8-10.1,12c-3.7,3.7-7.7,7.2-11.7,10.1c-4,2.9-9.3,2.4-11.2-0.8l-4.3-6.9 c-0.3-0.3-1.6-0.5-2.9-0.5C37.7,80.3,32.4,82.1,26,85c-0.5,0.5-1.1,2.7-0.8,3.2c2.1,5.6,5.6,10.7,9.9,14.9c1.1,1.1,2.1,2.1,3.5,2.9 h0.5c16.5,0,33.6-7.7,46.9-21l0.3-0.3C99.3,71.5,106.8,54.1,106.8,37.6L106.8,37.6z M21,65.3c1.1,0,2.1-0.8,2.1-2.1 c0-22.6,18.4-41,41-41c1.1,0,2.1-0.8,2.1-2.1c0-1.1-0.8-2.1-2.1-2.1c-24.8,0-45,20.3-45,45C19.1,64.5,19.9,65.3,21,65.3L21,65.3z M33.8,65.3c1.1,0,2.1-0.8,2.1-2.1c0-15.7,12.8-28.5,28.5-28.5c1.1,0,2.1-0.8,2.1-2.1c0-1.1-0.8-2.1-2.1-2.1 c-17.9,0-32.5,14.7-32.5,32.5C31.6,64.5,32.7,65.3,33.8,65.3L33.8,65.3z M47.1,65.3c1.1,0,2.1-0.8,2.1-2.1c0-8.3,6.7-15.2,15.2-15.2 c1.1,0,2.1-0.8,2.1-2.1c0-1.1-0.8-2.1-2.1-2.1c-10.7,0-19.2,8.5-19.2,19.2C45.2,64.5,46,65.3,47.1,65.3L47.1,65.3z' fill='%23003f80'/%3E%3C/svg%3E"); 
}

.is-email:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath d='M116.4,35.5c0-5.1-4.2-9-9-9H20.6c-5.1,0-9,4.2-9,9v57c0,2.6,1.1,4.9,2.9,6.6c0.1,0.1,0.2,0.2,0.3,0.3 c0.1,0.1,0.3,0.2,0.5,0.4c0.3,0.2,0.6,0.4,1,0.6c0.1,0,0.2,0.1,0.3,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.1,0.5,0.2 c0.2,0.1,0.4,0.1,0.6,0.2c0.3,0.1,0.6,0.2,0.9,0.2c0.1,0,0.2,0,0.4,0.1c0.4,0.1,0.8,0.1,1.2,0.1h86.8c0.4,0,0.8,0,1.2-0.1 c0.1,0,0.3,0,0.4-0.1c0.2,0,0.5-0.1,0.7-0.2c2.7-0.7,5.1-2.6,6.2-5c0.3-0.4,0.3-0.9,0.2-1.4c0.2-0.7,0.3-1.5,0.3-2.3V35.5z M16.3,38.5l29,25.9l-29,25.9V38.5z M110.4,32.9C110.5,32.9,110.5,33,110.4,32.9L64,74.4L17.5,33c0,0,0-0.1,0.1-0.1 c0.8-0.8,1.9-1.3,3-1.3h86.8C108.5,31.6,109.6,32.1,110.4,32.9z M17.6,95.7L49,67.6l13.3,11.9c0.6,0.3,1.1,0.6,1.7,0.6 c0.6,0,1.1-0.3,1.1-0.6l13.6-12.1l31.6,28.4c-0.8,0.8-1.8,1.3-3,1.3H20.6C19.5,97,18.4,96.5,17.6,95.7z M82.3,64.1L111.7,38v52.3 L82.3,64.1z' fill='%23003f80'/%3E%3C/svg%3E"); 
}

.is-pin:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath d='M64,17.9c-21.4,0-39,17.5-39,39c0,21.2,36.1,52.3,37.7,53.6c0.3,0.3,0.8,0.5,1.3,0.5s1,0,1.3-0.5 C66.9,109.2,103,78,103,56.9C103,35.4,85.4,17.9,64,17.9z M64,71.2c-7.8,0-14.1-6.5-14.1-14.1C49.9,49.3,56.2,43,64,43 s14.1,6.3,14.1,14.1C78.1,65,71.8,71.2,64,71.2z' fill='%23003f80'/%3E%3C/svg%3E"); 
}

.is-light.is-phone:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath d='M38.5,110.4h-1.9l-0.5-0.5c-1.6-1.1-2.9-2.4-4.3-3.7c-4.8-4.8-8.3-10.1-10.7-16.5c-1.1-2.7,0.5-7.2,2.7-8.3 c6.9-3.2,12.5-5.1,21.8-6.9c0.3,0,0.8,0,1.1,0c0,0,4.3,0,5.9,2.1l4.5,7.2c0.8,1.1,3.5,1.1,5.3-0.5c3.7-2.7,7.7-6.1,11.5-9.6 c3.7-3.7,6.9-7.5,9.9-11.5c1.1-1.3,1.3-2.9,1.1-4c0-0.5-0.3-1.1-0.8-1.3l-7.2-4.5c-1.9-1.3-2.7-5.3-2.1-6.9 c2.1-7.5,4.8-15.5,6.9-21.6c0.8-2.1,4.3-3.2,6.4-3.2c0.8,0,1.3,0,1.9,0.3c6.1,2.4,11.7,6.1,16.5,10.7c1.3,1.3,2.7,2.7,3.7,4.3 l0.5,0.5v0.8c0.5,17.9-7.7,36.5-22.4,51.2C74.3,102.1,56.1,110.4,38.5,110.4L38.5,110.4z M106.8,37.6c-1.1-1.1-1.9-2.4-2.9-3.5 c-4.3-4.3-9.3-7.5-14.9-9.9c0,0-0.3,0-0.5,0c-1.1,0-2.4,0.5-2.7,0.5c-2.1,5.9-4.8,13.9-6.9,21.3c0,0.5,0.3,2.4,0.3,2.7l7.2,4.5 c1.3,0.8,2.1,2.1,2.7,4c0.5,2.4-0.3,5.1-1.9,7.2c-2.9,4-6.4,8-10.1,12c-3.7,3.7-7.7,7.2-11.7,10.1c-4,2.9-9.3,2.4-11.2-0.8l-4.3-6.9 c-0.3-0.3-1.6-0.5-2.9-0.5C37.7,80.3,32.4,82.1,26,85c-0.5,0.5-1.1,2.7-0.8,3.2c2.1,5.6,5.6,10.7,9.9,14.9c1.1,1.1,2.1,2.1,3.5,2.9 h0.5c16.5,0,33.6-7.7,46.9-21l0.3-0.3C99.3,71.5,106.8,54.1,106.8,37.6L106.8,37.6z M21,65.3c1.1,0,2.1-0.8,2.1-2.1 c0-22.6,18.4-41,41-41c1.1,0,2.1-0.8,2.1-2.1c0-1.1-0.8-2.1-2.1-2.1c-24.8,0-45,20.3-45,45C19.1,64.5,19.9,65.3,21,65.3L21,65.3z M33.8,65.3c1.1,0,2.1-0.8,2.1-2.1c0-15.7,12.8-28.5,28.5-28.5c1.1,0,2.1-0.8,2.1-2.1c0-1.1-0.8-2.1-2.1-2.1 c-17.9,0-32.5,14.7-32.5,32.5C31.6,64.5,32.7,65.3,33.8,65.3L33.8,65.3z M47.1,65.3c1.1,0,2.1-0.8,2.1-2.1c0-8.3,6.7-15.2,15.2-15.2 c1.1,0,2.1-0.8,2.1-2.1c0-1.1-0.8-2.1-2.1-2.1c-10.7,0-19.2,8.5-19.2,19.2C45.2,64.5,46,65.3,47.1,65.3L47.1,65.3z' fill='%23fff'/%3E%3C/svg%3E"); 
  }

.is-light.is-email:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath d='M116.4,35.5c0-5.1-4.2-9-9-9H20.6c-5.1,0-9,4.2-9,9v57c0,2.6,1.1,4.9,2.9,6.6c0.1,0.1,0.2,0.2,0.3,0.3 c0.1,0.1,0.3,0.2,0.5,0.4c0.3,0.2,0.6,0.4,1,0.6c0.1,0,0.2,0.1,0.3,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.2,0.1,0.3,0.1,0.5,0.2 c0.2,0.1,0.4,0.1,0.6,0.2c0.3,0.1,0.6,0.2,0.9,0.2c0.1,0,0.2,0,0.4,0.1c0.4,0.1,0.8,0.1,1.2,0.1h86.8c0.4,0,0.8,0,1.2-0.1 c0.1,0,0.3,0,0.4-0.1c0.2,0,0.5-0.1,0.7-0.2c2.7-0.7,5.1-2.6,6.2-5c0.3-0.4,0.3-0.9,0.2-1.4c0.2-0.7,0.3-1.5,0.3-2.3V35.5z M16.3,38.5l29,25.9l-29,25.9V38.5z M110.4,32.9C110.5,32.9,110.5,33,110.4,32.9L64,74.4L17.5,33c0,0,0-0.1,0.1-0.1 c0.8-0.8,1.9-1.3,3-1.3h86.8C108.5,31.6,109.6,32.1,110.4,32.9z M17.6,95.7L49,67.6l13.3,11.9c0.6,0.3,1.1,0.6,1.7,0.6 c0.6,0,1.1-0.3,1.1-0.6l13.6-12.1l31.6,28.4c-0.8,0.8-1.8,1.3-3,1.3H20.6C19.5,97,18.4,96.5,17.6,95.7z M82.3,64.1L111.7,38v52.3 L82.3,64.1z' fill='%23fff'/%3E%3C/svg%3E"); 
  }

.is-light.is-pin:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath d='M64,17.9c-21.4,0-39,17.5-39,39c0,21.2,36.1,52.3,37.7,53.6c0.3,0.3,0.8,0.5,1.3,0.5s1,0,1.3-0.5 C66.9,109.2,103,78,103,56.9C103,35.4,85.4,17.9,64,17.9z M64,71.2c-7.8,0-14.1-6.5-14.1-14.1C49.9,49.3,56.2,43,64,43 s14.1,6.3,14.1,14.1C78.1,65,71.8,71.2,64,71.2z' fill='%23fff'/%3E%3C/svg%3E"); 
  }

/**************************************************************
  Name: Button
  Description: Sets style for button element
**************************************************************/

/* variables */

/*** Component: button ***/

.i-btn {
  background-color: #e34a21;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  padding: 10px 20px;
  min-width: 120px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}

/**************************************************************
  Name: Hamburger
  Description: Sets style for hamburger menu item
**************************************************************/

/* variables */

/*** Component: menu ***/

.i-ham {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding-top: 8px;
}

.i-ham__inner {
    position: absolute;
    width: 35px;
    height: 3px;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #fff;
  }

.i-ham__inner:before,
    .i-ham__inner:after {
      content: '';
      position: absolute;
      width: 35px;
      height: 3px;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease;
      -webkit-transition-duration: .15s;
              transition-duration: .15s;
      -webkit-transition-property: opacity,-webkit-transform;
      transition-property: opacity,-webkit-transform;
      transition-property: transform,opacity;
      transition-property: transform,opacity,-webkit-transform;
      border-radius: 4px;
      background-color: #fff;
      left: 0;
    }

.i-ham__inner:before {
      top: 10px;
    }

.i-ham__inner:after {
      top: 20px;
    }

.is-open .i-ham__inner {
    -webkit-transform: translate3d(0,10px,0) rotate(45deg);
            transform: translate3d(0,10px,0) rotate(45deg);
  }

.is-open .i-ham__inner:before {
      -webkit-transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
              transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
      opacity: 0;
    }

.is-open .i-ham__inner:after {
      -webkit-transform: translate3d(0,-20px,0) rotate(-90deg);
              transform: translate3d(0,-20px,0) rotate(-90deg);
    }

/**************************************************************
  Name: List
  Description: Sets style for lists
**************************************************************/

/* variables */

/*** Component: button ***/

.i-list {
  padding: 0;
  list-style: none;
}

.i-list li + li  {
    margin-top: 14px;
  }

.i-list--bullet li {
      padding-left: 20px;
      position: relative;
    }

.i-list--bullet li:before {
        content: '';
        position: absolute;
        display: block;
        top: 7px;
        left: 1px;
        background-color: rgb(241, 90, 49);
        height: 10px;
        width: 10px;
      }

.i-list--v li {
      padding-left: 20px;
      position: relative;
    }

.i-list--v li:before {
        content: '\2714';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        color: rgb(241, 90, 49);
        background-color: transparent;
      }

/**************************************************************
  Name: Header
  Description: Sets style for header element
**************************************************************/

/* variables */

/*** Component: footer ***/

.i-header {
  z-index: 9;
  position: absolute;
  height: 120px;
  -webkit-box-shadow: 1px 5px 13px rgba(0, 0, 0, .3);
          box-shadow: 1px 5px 13px rgba(0, 0, 0, .3);
  width: 100%;
  background-color: #2b5d90;
  background: radial-gradient(circle, #2b5d90 25%, #05274c 65%);
  color: #fefefe;
  font-weight: 300;
}

.i-header__logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    height: 100px;
    width: 200px;
    margin-top: 10px;
    display: inline-block;
  }

.i-header__logo > img {
      height: 100%;
      width: 100%;
    }

@media (max-width: 470px) {

.i-header__logo {
      margin-left: -45px;
      height: 40px;
      width: 90px;
      margin-top: 34px
  }      
    }

.i-header__actions {
    padding: 22px 40px;
    float: left;
  }

.i-header__actions:after {
      content: "";
      display: table;
      clear: both;
    }

.i-header__actions--right {
      float: right;

    }

.i-header__actions--right .i-header__action {
        display: none;
      }

@media (min-width: 910px) {

.i-header__actions--right .i-header__action {
          display: block
      }
        }

.i-header__action {
    height: 75px;
    width: 75px;
    background-color: #005484;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 4px;
    color: currentColor;
    text-decoration: none;
    text-transform: capitalize;
  }

.i-header__action:last-child {
      display: block;
    }

.i-header__action .i-icon {
      display: block;
      width: 35px;
      height: 35px;
      margin: 0 auto 4px auto;
    }

.i-header__action + .i-header__action {
      margin-left: 10px;
    }

.i-header__action.is-open {
      position: fixed;
      z-index: 10;
    }

/**************************************************************
  Name: Menu
  Description: Sets style for menu element
**************************************************************/

/* variables */

/*** Component: menu ***/

.i-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #171f27;
  z-index: 9;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  visibility: hidden;
}

/* open menu and activate animation */

.i-menu.is-open {
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

.i-menu.is-open .i-menu__actions,
    .i-menu.is-open .i-menu__list h3,
    .i-menu.is-open .i-menu__list a {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }

.i-menu__wrapper {
    padding: 180px 20px 20px 20px;
  }

@media (min-width: 910px) {

.i-menu__wrapper {
      padding: 180px 80px 20px 80px
  }
    }

.i-menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
  }

.i-menu__actions {
    display: block;
    margin: 20px 0;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }

@media (min-width: 910px) {

.i-menu__actions {
      display: none
  }
    }

.i-menu__action {
    margin: 10px 10px;
  }

.i-menu__group {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
  }

@media (min-width: 910px) {

.i-menu__group {
      width: 33.3333%
  }
    }

.i-menu__group h3 {
      font-size: 22px;
      margin: 0;
      margin-bottom: 10px;
      color: rgb(241, 90, 49);
      font-weight: bold;
      -webkit-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      -webkit-transition-delay: 250ms;
              transition-delay: 250ms;
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }

.i-menu__group a {
      display: block;
      color: rgb(254, 254, 254);
      text-decoration: none;
      margin: 4px 0;
      -webkit-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      -webkit-transition-delay: 300ms;
              transition-delay: 300ms;
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }

.i-menu__group a:hover,
    .i-menu__group a:focus {
      text-decoration: underline;
    }

.i-menu__list {
    height: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
  }

/**************************************************************
  Name: Main
  Description: Sets style for main element
**************************************************************/

/* variables */

/*** Component: footer ***/

.i-main {
  padding-top: 120px;
}

.i-main__wrapper {
    position: relative;
    max-width: 1010px;
    padding: 40px 15px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
  }

.i-main__hero {
    display: none;
    background-color: #dedede;
    background-repeat: no-repeat;
    background-position: center center;
  }

@media (min-height: 440px) {

.i-main__hero {
      display: block;
      height: 160px;
      border-bottom: 5px solid #8ec72a
  }
    }

@media (min-height: 700px) {

.i-main__hero {
      display: block;
      height: 420px;
      border-bottom: 5px solid #8ec72a
  }
    }

.i-main__hero--1 {
      background-image: url("../images/article-hero-1.jpg");
    }

.i-main__hero--2 {
      background-image: url("../images/article-hero-2.jpg");
    }

.i-main h1 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 40px;
  }

.i-main h1:after {
      content: '';
      position: absolute;
      display: block;
      height: 4px;
      background-color: rgb(241, 90, 49);
      max-width: 300px;
      width: 40%;
      bottom: -10px;
      left: 0;
    }

.i-main p {
    margin: 20px 0;
  }

.i-main p:last-child {
      margin-bottom: 0;
    }

.i-main h1, .i-main h2, .i-main h3 {
    font-weight: 300;
    color: #333;
  }

.i-main h2, .i-main h3 {
    margin-top: 40px;
  }

/**************************************************************
  Name: Footer
  Description: Sets style for footer element
**************************************************************/

/* variables */

/*** Component: footer ***/

.i-footer {
  border-top: 5px solid #8ec72a;
  background: #1E3F6D url("../images/bg-footer.jpg") repeat-y scroll 0 0;
  color: #fff;
}

.i-footer__nav {
    padding: 20px 0;
    overflow: hidden;
  }

.i-footer__remarks {
    background-color: #13406a;
    padding: 20px 30px;
    font-size: 15px;
  }

.i-footer__remarks p {
      vertical-align: middle;
      display: inline-block;
      margin: 0;
    }

.i-footer__remarks small {
      display: block;
    }

.i-footer__logo {
    vertical-align: middle;
    width: 100px;
    height: 50px;
    margin-right: 20px;
  }

.i-footer__list {
    margin: 0;
    list-style: none;
    display: block;
    padding: 20px;
    text-align: center;
    position: relative;
  }

.i-footer__list .i-icon {
      height: 30px;
      width: 30px;
      margin-right: 10px;
    }

.i-footer__list:first-child {
      padding-top: 0;
    }

.i-footer__list:last-child {
      padding-bottom: 0;
    }

.i-footer__list:last-child:after {
      display: none;
    }

.i-footer__list:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 2px;
      width: 30%;
      margin-left: -15%;
      background-color: #f15a31;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
              box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    }

@media (min-width: 880px) {

.i-footer__list {
      text-align: left;
      float: left;
      width: 33.3333%
  } 

      .i-footer__list:after {
        display: none;
      }

      .i-footer__list:first-child {
        padding-top: 20px;
      }

      .i-footer__list:last-child {
        padding-bottom: 20px;
      }
    }

@media (max-width: 880px) {

      .i-footer__list .is-phone,
      .i-footer__list .is-pin,
      .i-footer__list .is-email {
        padding-left: 0;
      }

      .i-footer__list .is-phone:before,
      .i-footer__list .is-pin:before,
      .i-footer__list .is-email:before {
        display: none;
      }
    }

.i-footer__list li {
      display: block;
      padding: 10px 0;
    }

.i-footer__list a {
      display: inline-block;
      color: currentColor;
      text-decoration: none;
    }

.i-footer__list a:hover,
      .i-footer__list a:focus {
        text-decoration: underline;
      }

.i-section--wrapper {
    position: relative;
    max-width: 1010px;
    padding: 40px 15px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
  }

.i-section--blue {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #2b5d90), color-stop(65%, #052446));
    background: linear-gradient(to top, #2b5d90 25%, #052446 65%);
  }

.i-hero {
  position: relative;
  min-height: 440px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #015384;

}

.i-hero--wrapper {
    position: relative;
    max-width: 1010px;
    padding: 40px 80px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
  }

.i-hero--prev,
  .i-hero--next  {
    position: absolute;
    height: 65px;
    width: 65px;
    color: #f15a31;
    top: 50px;
  }

.i-hero--prev > svg, .i-hero--next > svg {
      width: 100%;
      height: 100%;
      fill: currentColor;
      pointer-events: none;
    }

.i-hero--prev {
    left: 0;
  }

.i-hero--next {
    right: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }

.i-hero--list {
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 220px;

  }

.i-hero--item {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    display: none;
  }

.i-hero--item > a {
      position: absolute;
      bottom: 0;
      width: 150px;
      left: 50%;
      margin-left: -75px;
    }

.i-hero--item.is-active {
      display: block;
    }

.i-hero--item h2 {
      margin: 0;
      font-size: 40px;
      line-height: 1.3;
      letter-spacing: 0.6px;
      font-weight: 300;
      color: #fefefe;
      display: block;
    }

@media (max-width: 730px) {

.i-hero--item h2 {
        font-size: 30px
    }
      }

@media (max-width: 500px) {

.i-hero--item h2 {
        font-size: 22px;
        margin-top: 14px
    }
      }

.i-hero--nav {
    margin-top: 30px;
    text-align: center;
  }

.i-hero--nav a {
      display: inline-block;
      width: 25px;
      height: 25px;
    }

.i-hero--nav a.is-active path {
        fill-opacity: 1;
      }

.i-hero--nav svg {
      width: 100%;
      height: 100%;
      pointer-events: none;
    }

.i-hero--nav path {
      fill-opacity: 0;
      fill: #fff;
      stroke-width: 8px;
      stroke: #fff;
    }

.i-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 880px) {

.i-contact {
    display: block
}
  }

.i-contact__head {
    font-weight: 300;
    color: #333;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
  }

.i-contact__head:before {
      content: '';
      position: absolute;
      display: block;
      height: 4px;
      background-color: #f15a31;
      max-width: 300px;
      width: 40%;
      bottom: -10px;
      margin: 0 auto;
      left: 0;
      right: 0;
    }

.i-contact__details {
    background-image: url('../images/contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }

@media (max-width: 880px) {

.i-contact__details {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      padding-bottom: 80px
  }
    }

.i-contact__details a {
      color: #fff;
      text-decoration: none;
    }

.i-contact__details ul {
      display: inline-block;
      list-style: none;
      padding: 20px;
      margin: 0;
      background-color: rgb(46, 79, 124);
      border-bottom-right-radius: 5px;
      color: #fff;
    }

@media (max-width: 880px) {

.i-contact__details ul {
        margin: 0 auto;
        width: 80%;
        display: block;
        border-bottom-left-radius: 5px
    }
      }

.i-contact__details ul li {
        display: inline-block;
        line-height: 1;
        margin-right: 24px;
      }

@media (max-width: 880px) {

.i-contact__details ul li {
          display: block;
          margin: 10px 0;
          text-align: center
      }
        }

.i-contact__details ul li:last-child {
          margin-right: 0;
        }

.i-contact__details ul li svg {
          display: inline-block;
          height: 40px;
          width: 40px;
          margin-right: 10px;
          fill: #f15a31;
          vertical-align: middle;
        }

.i-contact__details ul li span {
          display: inline-block;
          vertical-align: middle;
        }

.i-contact__form {
    background-color: #fff;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;

    padding: 80px 40px 40px 40px;
  }

.i-contact__form form {
      max-width: 500px;
      margin: 0 auto;
    }

@media (max-width: 880px) {

.i-contact__form {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
  }
    }

.i-contact fieldset {
    border: 0 none;
  }

.i-contact legend {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    white-space: nowrap;  
  }

.i-contact input, .i-contact textarea {
    border: 1px solid #b3b2ae;
    border-radius: 3px;
    color: #123f6d;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
    width: 100%;
    display: block;
    height: 30px;
    padding: 4px 10px;
  }

.i-contact textarea {
    height: 100px;
  }

.i-contact input + input,
  .i-contact textarea + input,
  .i-contact input + textarea {
    margin-top: 20px;
  }

.i-contact input[type="submit"] {
    height: 45px;
    padding: 4px;
    font-size: 17px;
    font-weight: normal;
    background-color: #e34a21;
    cursor: pointer;
    color: #fff;
  }

.i-boxes {
  position: relative;
  max-width: 1010px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 880px) {

.i-boxes {
    display: block
}
  }

.i-boxes__box {
    padding: 30px 0 15px;
    background-color: #05274c;
    border-radius: 5px;
    display: inline-block;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    overflow: hidden;
  }

@media (max-width: 880px) {

.i-boxes__box {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      margin-top: 20px;
      display: block
  }
    }

.i-boxes__boxHead {
      padding: 0 25px;
      margin-bottom: 20px;
      color: #629bc8;
      font-size: 25px;
      font-weight: 300;
      letter-spacing: 0.6px;
    }

.i-boxes__box > a {
      display: block;
      border-bottom: 1px solid rgba(98, 155, 200, .4);
      color: #fefefe;
      padding: 6px 25px;
      position: relative;
      text-decoration: none;
    }

.i-boxes__box > a:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        height: 14px;
        width: 14px;
        margin-top: -7px;
        border-bottom: 1px solid #629bc8;
        border-left: 1px solid #629bc8;
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
      }

.i-boxes__box > a:last-child {
        border-bottom: 0 none;
      }