@charset "UTF-8";
.ta-left {
  text-align: left; }

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

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

@font-face {
  font-family: 'Metropolis';
  src: url("fonts/Metropolis-Regular.eot");
  src: url("fonts/Metropolis-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Metropolis-Regular.woff2") format("woff2"), url("fonts/Metropolis-Regular.woff") format("woff"), url("fonts/Metropolis-Regular.ttf") format("truetype"), url("fonts/Metropolis-Regular.svg#Metropolis-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Metropolis';
  src: url("fonts/Metropolis-Medium.eot");
  src: url("fonts/Metropolis-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Metropolis-Medium.woff2") format("woff2"), url("fonts/Metropolis-Medium.woff") format("woff"), url("fonts/Metropolis-Medium.ttf") format("truetype"), url("fonts/Metropolis-Medium.svg#Metropolis-Medium") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Zooja';
  src: url("fonts/Zooja.eot");
  src: url("fonts/Zooja.eot?#iefix") format("embedded-opentype"), url("fonts/Zooja.woff2") format("woff2"), url("fonts/Zooja.woff") format("woff"), url("fonts/Zooja.ttf") format("truetype"), url("fonts/Zooja.svg#Zooja") format("svg");
  font-weight: normal;
  font-style: normal; }

.zooja {
  font-family: 'Zooja'; }

@font-face {
  font-family: 'cooper';
  src: url("fonts/cooperboldbt-webfont.woff2") format("woff2"), url("fonts/cooperboldbt-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'cooper';
  src: url("fonts/cooperbolditalicbt-webfont.woff2") format("woff2"), url("fonts/cooperbolditalicbt-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'cooper';
  src: url("fonts/cooperlightbt-webfont.woff2") format("woff2"), url("fonts/cooperlightbt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cooper';
  src: url("fonts/cooperlightitalicbt-webfont.woff2") format("woff2"), url("fonts/cooperlightitalicbt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

.cooper {
  font-family: 'cooper'; }

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

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

img,
embed,
object,
audio,
video {
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

html {
  background-color: #ffffff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  letter-spacing: 0.1px;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1300px) {
    html {
      font-size: 15px; } }

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

body,
button,
input,
select,
textarea {
  font-family: Metropolis, Arial, Helvetica, sans-serif; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: courier, unicode; }

body {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background: #ffffff; }
  @media screen and (max-width: 1300px) {
    body {
      font-size: 15px; } }

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }

code {
  background-color: #e3e6e5;
  color: #fd5b77;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: #e3e6e5;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0; }

img {
  height: auto;
  max-width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 0.875em; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  font-weight: bold; }

pre {
  background-color: #e3e6e5;
  color: #000000;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal; }
  pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0; }

table td,
table th {
  text-align: left;
  vertical-align: top; }

u {
  text-decoration: none;
  position: relative;
  white-space: nowrap; }
  u:after {
    content: '';
    border-bottom: solid #fede3a;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1; }

h1 {
  font-size: 3.875rem;
  margin: 0 0 3.0rem;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.5px; }
  h1 u:after {
    border-bottom-width: 10px;
    bottom: 12px; }

h2 {
  font-size: 1.823rem;
  margin: 0 0 2.0rem;
  line-height: 1.3;
  letter-spacing: 1.5px; }

h3 {
  font-size: 2.625rem;
  margin: 0 0 3.0rem;
  line-height: 1.3; }

p {
  font-size: 1.125rem;
  color: #000000;
  letter-spacing: 0.25px;
  line-height: 1.9;
  margin: 0 0 2.0rem; }
  p u:after {
    border-bottom-width: 5px;
    bottom: 1px; }

h1.zooja {
  font-size: 4.0rem;
  line-height: 4.0rem; }

@media screen and (max-width: 500px) {
  h1 {
    font-size: 2.75rem; }
  h3 {
    font-size: 2.0rem; }
  p {
    font-size: 1.0rem; } }

::selection {
  background: #fede3a; }

::-moz-selection {
  background: #fede3a; }

::-webkit-selection {
  background: #fede3a; }

.font-light {
  color: #e3e6e5; }

.font-dark {
  color: #272727; }

.font-white {
  color: #ffffff; }

.font-black {
  color: #000000; }

.font-blue {
  color: #76ccce; }

.font-blue-light {
  color: #d4eff0; }

.font-red {
  color: #fd5b77; }

.font-red-light {
  color: #fe8da1; }

.font-red-dark {
  color: #fc0f38; }

.font-green {
  color: #3ed485; }

.font-yellow {
  color: #fede3a; }

.font-info {
  color: #76ccce; }

.font-success {
  color: #3ed485; }

.font-warning {
  color: #fede3a; }

.font-danger {
  color: #fd5b77; }

.font-transparent {
  color: transparent; }

.font-grey {
  color: #747474; }

.font-grey-light {
  color: #c8cecc; }

.font-pink {
  color: #D90368; }

.font-blue-dark {
  color: #34344A; }

.button {
  width: auto;
  cursor: pointer;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  display: table;
  text-decoration: none;
  font-family: Metropolis, Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0 0.5rem 0.5rem 0;
  -webkit-appearance: none;
  overflow: hidden;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  border-color: transparent;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -o-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -o-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  box-sizing: border-box; }
  .button:last-child {
    margin-right: 0; }
  .button:hover {
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out; }
  .button.is-small {
    padding: 0 0.84rem;
    height: 2rem;
    line-height: 2rem;
    vertical-align: middle;
    font-size: 0.75rem;
    letter-spacing: 3px; }
  .button.is-medium {
    padding: 0 0.87rem;
    height: 2.4rem;
    line-height: 2.4rem;
    vertical-align: middle;
    font-size: 0.9rem;
    letter-spacing: 3.0px; }
  .button.is-large {
    padding: 0 0.8rem;
    height: 3rem;
    line-height: 3rem;
    vertical-align: middle;
    font-size: 1.1rem;
    letter-spacing: 3.0px;
    font-weight: normal; }
  .button.left {
    float: left; }
  .button.center {
    margin: 0 auto; }
  .button.right {
    float: right; }
  .button.is-light {
    background-color: #e3e6e5;
    border-color: #e3e6e5;
    color: #272727;
    box-sizing: border-box; }
    .button.is-light:hover, .button.is-light.is-hovered {
      background-color: #fefefe;
      border-color: #fefefe;
      color: #272727; }
  .button.is-outlined-light {
    background-color: transparent;
    border-color: #e3e6e5;
    color: #e3e6e5; }
    .button.is-outlined-light:hover, .button.is-outlined-light:focus {
      background-color: #e3e6e5;
      border-color: #e3e6e5;
      color: #272727; }
  .button.is-dark {
    background-color: #272727;
    border-color: #272727;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-dark:hover, .button.is-dark.is-hovered {
      background-color: #414040;
      border-color: #414040;
      color: #ffffff; }
  .button.is-outlined-dark {
    background-color: transparent;
    border-color: #272727;
    color: #272727; }
    .button.is-outlined-dark:hover, .button.is-outlined-dark:focus {
      background-color: #272727;
      border-color: #272727;
      color: #ffffff; }
  .button.is-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #76ccce;
    box-sizing: border-box; }
    .button.is-white:hover, .button.is-white.is-hovered {
      background-color: white;
      border-color: white;
      color: #76ccce; }
  .button.is-outlined-white {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff; }
    .button.is-outlined-white:hover, .button.is-outlined-white:focus {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #76ccce; }
  .button.is-black {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-black:hover, .button.is-black.is-hovered {
      background-color: #1a1919;
      border-color: #1a1919;
      color: #ffffff; }
  .button.is-outlined-black {
    background-color: transparent;
    border-color: #000000;
    color: #000000; }
    .button.is-outlined-black:hover, .button.is-outlined-black:focus {
      background-color: #000000;
      border-color: #000000;
      color: #ffffff; }
  .button.is-blue {
    background-color: #76ccce;
    border-color: #76ccce;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-blue:hover, .button.is-blue.is-hovered {
      background-color: #9cdadb;
      border-color: #9cdadb;
      color: #ffffff; }
  .button.is-outlined-blue {
    background-color: transparent;
    border-color: #76ccce;
    color: #76ccce; }
    .button.is-outlined-blue:hover, .button.is-outlined-blue:focus {
      background-color: #76ccce;
      border-color: #76ccce;
      color: #ffffff; }
  .button.is-blue-light {
    background-color: #d4eff0;
    border-color: #d4eff0;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-blue-light:hover, .button.is-blue-light.is-hovered {
      background-color: #f9fdfd;
      border-color: #f9fdfd;
      color: #ffffff; }
  .button.is-outlined-blue-light {
    background-color: transparent;
    border-color: #d4eff0;
    color: #d4eff0; }
    .button.is-outlined-blue-light:hover, .button.is-outlined-blue-light:focus {
      background-color: #d4eff0;
      border-color: #d4eff0;
      color: #ffffff; }
  .button.is-red {
    background-color: #fd5b77;
    border-color: #fd5b77;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-red:hover, .button.is-red.is-hovered {
      background-color: #fe8da1;
      border-color: #fe8da1;
      color: #ffffff; }
  .button.is-outlined-red {
    background-color: transparent;
    border-color: #fd5b77;
    color: #fd5b77; }
    .button.is-outlined-red:hover, .button.is-outlined-red:focus {
      background-color: #fd5b77;
      border-color: #fd5b77;
      color: #ffffff; }
  .button.is-red-light {
    background-color: #fe8da1;
    border-color: #fe8da1;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-red-light:hover, .button.is-red-light.is-hovered {
      background-color: #fec0cb;
      border-color: #fec0cb;
      color: #ffffff; }
  .button.is-outlined-red-light {
    background-color: transparent;
    border-color: #fe8da1;
    color: #fe8da1; }
    .button.is-outlined-red-light:hover, .button.is-outlined-red-light:focus {
      background-color: #fe8da1;
      border-color: #fe8da1;
      color: #ffffff; }
  .button.is-red-dark {
    background-color: #fc0f38;
    border-color: #fc0f38;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-red-dark:hover, .button.is-red-dark.is-hovered {
      background-color: #fd4262;
      border-color: #fd4262;
      color: #ffffff; }
  .button.is-outlined-red-dark {
    background-color: transparent;
    border-color: #fc0f38;
    color: #fc0f38; }
    .button.is-outlined-red-dark:hover, .button.is-outlined-red-dark:focus {
      background-color: #fc0f38;
      border-color: #fc0f38;
      color: #ffffff; }
  .button.is-green {
    background-color: #3ed485;
    border-color: #3ed485;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-green:hover, .button.is-green.is-hovered {
      background-color: #68dd9f;
      border-color: #68dd9f;
      color: #ffffff; }
  .button.is-outlined-green {
    background-color: transparent;
    border-color: #3ed485;
    color: #3ed485; }
    .button.is-outlined-green:hover, .button.is-outlined-green:focus {
      background-color: #3ed485;
      border-color: #3ed485;
      color: #ffffff; }
  .button.is-yellow {
    background-color: #fede3a;
    border-color: #fede3a;
    color: #000000;
    box-sizing: border-box; }
    .button.is-yellow:hover, .button.is-yellow.is-hovered {
      background-color: #fee76d;
      border-color: #fee76d;
      color: #000000; }
  .button.is-outlined-yellow {
    background-color: transparent;
    border-color: #fede3a;
    color: #fede3a; }
    .button.is-outlined-yellow:hover, .button.is-outlined-yellow:focus {
      background-color: #fede3a;
      border-color: #fede3a;
      color: #000000; }
  .button.is-info {
    background-color: #76ccce;
    border-color: #76ccce;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-info:hover, .button.is-info.is-hovered {
      background-color: #9cdadb;
      border-color: #9cdadb;
      color: #ffffff; }
  .button.is-outlined-info {
    background-color: transparent;
    border-color: #76ccce;
    color: #76ccce; }
    .button.is-outlined-info:hover, .button.is-outlined-info:focus {
      background-color: #76ccce;
      border-color: #76ccce;
      color: #ffffff; }
  .button.is-success {
    background-color: #3ed485;
    border-color: #3ed485;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-success:hover, .button.is-success.is-hovered {
      background-color: #68dd9f;
      border-color: #68dd9f;
      color: #ffffff; }
  .button.is-outlined-success {
    background-color: transparent;
    border-color: #3ed485;
    color: #3ed485; }
    .button.is-outlined-success:hover, .button.is-outlined-success:focus {
      background-color: #3ed485;
      border-color: #3ed485;
      color: #ffffff; }
  .button.is-warning {
    background-color: #fede3a;
    border-color: #fede3a;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-warning:hover, .button.is-warning.is-hovered {
      background-color: #fee76d;
      border-color: #fee76d;
      color: #ffffff; }
  .button.is-outlined-warning {
    background-color: transparent;
    border-color: #fede3a;
    color: #fede3a; }
    .button.is-outlined-warning:hover, .button.is-outlined-warning:focus {
      background-color: #fede3a;
      border-color: #fede3a;
      color: #ffffff; }
  .button.is-danger {
    background-color: #fd5b77;
    border-color: #fd5b77;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-danger:hover, .button.is-danger.is-hovered {
      background-color: #fe8da1;
      border-color: #fe8da1;
      color: #ffffff; }
  .button.is-outlined-danger {
    background-color: transparent;
    border-color: #fd5b77;
    color: #fd5b77; }
    .button.is-outlined-danger:hover, .button.is-outlined-danger:focus {
      background-color: #fd5b77;
      border-color: #fd5b77;
      color: #ffffff; }
  .button.is-transparent {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
    box-sizing: border-box; }
    .button.is-transparent:hover, .button.is-transparent.is-hovered {
      background-color: rgba(26, 25, 25, 0);
      border-color: rgba(26, 25, 25, 0);
      color: inherit; }
  .button.is-outlined-transparent {
    background-color: transparent;
    border-color: transparent;
    color: transparent; }
    .button.is-outlined-transparent:hover, .button.is-outlined-transparent:focus {
      background-color: transparent;
      border-color: transparent;
      color: inherit; }
  .button.is-grey {
    background-color: #747474;
    border-color: #747474;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-grey:hover, .button.is-grey.is-hovered {
      background-color: #8e8d8d;
      border-color: #8e8d8d;
      color: #ffffff; }
  .button.is-outlined-grey {
    background-color: transparent;
    border-color: #747474;
    color: #747474; }
    .button.is-outlined-grey:hover, .button.is-outlined-grey:focus {
      background-color: #747474;
      border-color: #747474;
      color: #ffffff; }
  .button.is-grey-light {
    background-color: #c8cecc;
    border-color: #c8cecc;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-grey-light:hover, .button.is-grey-light.is-hovered {
      background-color: #e3e6e5;
      border-color: #e3e6e5;
      color: #ffffff; }
  .button.is-outlined-grey-light {
    background-color: transparent;
    border-color: #c8cecc;
    color: #c8cecc; }
    .button.is-outlined-grey-light:hover, .button.is-outlined-grey-light:focus {
      background-color: #c8cecc;
      border-color: #c8cecc;
      color: #ffffff; }
  .button.is-pink {
    background-color: #D90368;
    border-color: #D90368;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-pink:hover, .button.is-pink.is-hovered {
      background-color: #fc1381;
      border-color: #fc1381;
      color: #ffffff; }
  .button.is-outlined-pink {
    background-color: transparent;
    border-color: #D90368;
    color: #D90368; }
    .button.is-outlined-pink:hover, .button.is-outlined-pink:focus {
      background-color: #D90368;
      border-color: #D90368;
      color: #ffffff; }
  .button.is-blue-dark {
    background-color: #34344A;
    border-color: #34344A;
    color: #ffffff;
    box-sizing: border-box; }
    .button.is-blue-dark:hover, .button.is-blue-dark.is-hovered {
      background-color: #494968;
      border-color: #494968;
      color: #ffffff; }
  .button.is-outlined-blue-dark {
    background-color: transparent;
    border-color: #34344A;
    color: #34344A; }
    .button.is-outlined-blue-dark:hover, .button.is-outlined-blue-dark:focus {
      background-color: #34344A;
      border-color: #34344A;
      color: #ffffff; }

header {
  width: 100%;
  position: fixed;
  height: 4rem;
  line-height: 4rem;
  vertical-align: middle;
  top: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  padding: 0;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  box-sizing: border-box; }
  header [class*='icon'] {
    font-size: 1.25rem; }
  header .header-content {
    width: calc(100% - 4rem);
    margin: 0 auto;
    position: relative;
    box-sizing: border-box; }
  header .logo {
    float: left;
    height: inherit;
    line-height: inherit;
    vertical-align: inherit;
    margin: 0;
    font-size: 2.0rem;
    color: #000000; }
  header .navigation-menu {
    width: auto;
    float: right;
    margin: 0;
    height: inherit;
    line-height: inherit;
    vertical-align: inherit; }
    header .navigation-menu .icon-menu {
      margin: 0.875rem 0 0 2rem;
      height: 2.25rem;
      line-height: 2.25rem;
      vertical-align: middle;
      cursor: pointer; }
    header .navigation-menu .cta {
      margin: 0.875rem 0 0 3rem !important;
      float: left;
      width: auto;
      cursor: pointer;
      letter-spacing: 3px;
      text-transform: uppercase;
      position: relative;
      display: table;
      text-decoration: none;
      font-family: Metropolis, Arial, Helvetica, sans-serif;
      font-weight: 600;
      margin: 0 0.5rem 0.5rem 0;
      -webkit-appearance: none;
      overflow: hidden;
      border-top-width: 2px;
      border-right-width: 2px;
      border-bottom-width: 2px;
      border-left-width: 2px;
      border-style: solid;
      border-color: transparent;
      -webkit-border-top-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      -o-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      -o-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -o-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px;
      transition: all 150ms ease-out;
      -webkit-transition: all 150ms ease-out;
      box-sizing: border-box; }
      header .navigation-menu .cta:last-child {
        margin-right: 0; }
      header .navigation-menu .cta:hover {
        transition: all 150ms ease-out;
        -webkit-transition: all 150ms ease-out; }
      header .navigation-menu .cta.is-small {
        padding: 0 0.84rem;
        height: 2rem;
        line-height: 2rem;
        vertical-align: middle;
        font-size: 0.75rem;
        letter-spacing: 3px; }
      header .navigation-menu .cta.is-medium {
        padding: 0 0.87rem;
        height: 2.4rem;
        line-height: 2.4rem;
        vertical-align: middle;
        font-size: 0.9rem;
        letter-spacing: 3.0px; }
      header .navigation-menu .cta.is-large {
        padding: 0 0.8rem;
        height: 3rem;
        line-height: 3rem;
        vertical-align: middle;
        font-size: 1.1rem;
        letter-spacing: 3.0px;
        font-weight: normal; }
      header .navigation-menu .cta.left {
        float: left; }
      header .navigation-menu .cta.center {
        margin: 0 auto; }
      header .navigation-menu .cta.right {
        float: right; }
      header .navigation-menu .cta.is-light {
        background-color: #e3e6e5;
        border-color: #e3e6e5;
        color: #272727;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-light:hover, header .navigation-menu .cta.is-light.is-hovered {
          background-color: #fefefe;
          border-color: #fefefe;
          color: #272727; }
      header .navigation-menu .cta.is-outlined-light {
        background-color: transparent;
        border-color: #e3e6e5;
        color: #e3e6e5; }
        header .navigation-menu .cta.is-outlined-light:hover, header .navigation-menu .cta.is-outlined-light:focus {
          background-color: #e3e6e5;
          border-color: #e3e6e5;
          color: #272727; }
      header .navigation-menu .cta.is-dark {
        background-color: #272727;
        border-color: #272727;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-dark:hover, header .navigation-menu .cta.is-dark.is-hovered {
          background-color: #414040;
          border-color: #414040;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-dark {
        background-color: transparent;
        border-color: #272727;
        color: #272727; }
        header .navigation-menu .cta.is-outlined-dark:hover, header .navigation-menu .cta.is-outlined-dark:focus {
          background-color: #272727;
          border-color: #272727;
          color: #ffffff; }
      header .navigation-menu .cta.is-white {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #76ccce;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-white:hover, header .navigation-menu .cta.is-white.is-hovered {
          background-color: white;
          border-color: white;
          color: #76ccce; }
      header .navigation-menu .cta.is-outlined-white {
        background-color: transparent;
        border-color: #ffffff;
        color: #ffffff; }
        header .navigation-menu .cta.is-outlined-white:hover, header .navigation-menu .cta.is-outlined-white:focus {
          background-color: #ffffff;
          border-color: #ffffff;
          color: #76ccce; }
      header .navigation-menu .cta.is-black {
        background-color: #000000;
        border-color: #000000;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-black:hover, header .navigation-menu .cta.is-black.is-hovered {
          background-color: #1a1919;
          border-color: #1a1919;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-black {
        background-color: transparent;
        border-color: #000000;
        color: #000000; }
        header .navigation-menu .cta.is-outlined-black:hover, header .navigation-menu .cta.is-outlined-black:focus {
          background-color: #000000;
          border-color: #000000;
          color: #ffffff; }
      header .navigation-menu .cta.is-blue {
        background-color: #76ccce;
        border-color: #76ccce;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-blue:hover, header .navigation-menu .cta.is-blue.is-hovered {
          background-color: #9cdadb;
          border-color: #9cdadb;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-blue {
        background-color: transparent;
        border-color: #76ccce;
        color: #76ccce; }
        header .navigation-menu .cta.is-outlined-blue:hover, header .navigation-menu .cta.is-outlined-blue:focus {
          background-color: #76ccce;
          border-color: #76ccce;
          color: #ffffff; }
      header .navigation-menu .cta.is-blue-light {
        background-color: #d4eff0;
        border-color: #d4eff0;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-blue-light:hover, header .navigation-menu .cta.is-blue-light.is-hovered {
          background-color: #f9fdfd;
          border-color: #f9fdfd;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-blue-light {
        background-color: transparent;
        border-color: #d4eff0;
        color: #d4eff0; }
        header .navigation-menu .cta.is-outlined-blue-light:hover, header .navigation-menu .cta.is-outlined-blue-light:focus {
          background-color: #d4eff0;
          border-color: #d4eff0;
          color: #ffffff; }
      header .navigation-menu .cta.is-red {
        background-color: #fd5b77;
        border-color: #fd5b77;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-red:hover, header .navigation-menu .cta.is-red.is-hovered {
          background-color: #fe8da1;
          border-color: #fe8da1;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-red {
        background-color: transparent;
        border-color: #fd5b77;
        color: #fd5b77; }
        header .navigation-menu .cta.is-outlined-red:hover, header .navigation-menu .cta.is-outlined-red:focus {
          background-color: #fd5b77;
          border-color: #fd5b77;
          color: #ffffff; }
      header .navigation-menu .cta.is-red-light {
        background-color: #fe8da1;
        border-color: #fe8da1;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-red-light:hover, header .navigation-menu .cta.is-red-light.is-hovered {
          background-color: #fec0cb;
          border-color: #fec0cb;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-red-light {
        background-color: transparent;
        border-color: #fe8da1;
        color: #fe8da1; }
        header .navigation-menu .cta.is-outlined-red-light:hover, header .navigation-menu .cta.is-outlined-red-light:focus {
          background-color: #fe8da1;
          border-color: #fe8da1;
          color: #ffffff; }
      header .navigation-menu .cta.is-red-dark {
        background-color: #fc0f38;
        border-color: #fc0f38;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-red-dark:hover, header .navigation-menu .cta.is-red-dark.is-hovered {
          background-color: #fd4262;
          border-color: #fd4262;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-red-dark {
        background-color: transparent;
        border-color: #fc0f38;
        color: #fc0f38; }
        header .navigation-menu .cta.is-outlined-red-dark:hover, header .navigation-menu .cta.is-outlined-red-dark:focus {
          background-color: #fc0f38;
          border-color: #fc0f38;
          color: #ffffff; }
      header .navigation-menu .cta.is-green {
        background-color: #3ed485;
        border-color: #3ed485;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-green:hover, header .navigation-menu .cta.is-green.is-hovered {
          background-color: #68dd9f;
          border-color: #68dd9f;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-green {
        background-color: transparent;
        border-color: #3ed485;
        color: #3ed485; }
        header .navigation-menu .cta.is-outlined-green:hover, header .navigation-menu .cta.is-outlined-green:focus {
          background-color: #3ed485;
          border-color: #3ed485;
          color: #ffffff; }
      header .navigation-menu .cta.is-yellow {
        background-color: #fede3a;
        border-color: #fede3a;
        color: #000000;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-yellow:hover, header .navigation-menu .cta.is-yellow.is-hovered {
          background-color: #fee76d;
          border-color: #fee76d;
          color: #000000; }
      header .navigation-menu .cta.is-outlined-yellow {
        background-color: transparent;
        border-color: #fede3a;
        color: #fede3a; }
        header .navigation-menu .cta.is-outlined-yellow:hover, header .navigation-menu .cta.is-outlined-yellow:focus {
          background-color: #fede3a;
          border-color: #fede3a;
          color: #000000; }
      header .navigation-menu .cta.is-info {
        background-color: #76ccce;
        border-color: #76ccce;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-info:hover, header .navigation-menu .cta.is-info.is-hovered {
          background-color: #9cdadb;
          border-color: #9cdadb;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-info {
        background-color: transparent;
        border-color: #76ccce;
        color: #76ccce; }
        header .navigation-menu .cta.is-outlined-info:hover, header .navigation-menu .cta.is-outlined-info:focus {
          background-color: #76ccce;
          border-color: #76ccce;
          color: #ffffff; }
      header .navigation-menu .cta.is-success {
        background-color: #3ed485;
        border-color: #3ed485;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-success:hover, header .navigation-menu .cta.is-success.is-hovered {
          background-color: #68dd9f;
          border-color: #68dd9f;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-success {
        background-color: transparent;
        border-color: #3ed485;
        color: #3ed485; }
        header .navigation-menu .cta.is-outlined-success:hover, header .navigation-menu .cta.is-outlined-success:focus {
          background-color: #3ed485;
          border-color: #3ed485;
          color: #ffffff; }
      header .navigation-menu .cta.is-warning {
        background-color: #fede3a;
        border-color: #fede3a;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-warning:hover, header .navigation-menu .cta.is-warning.is-hovered {
          background-color: #fee76d;
          border-color: #fee76d;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-warning {
        background-color: transparent;
        border-color: #fede3a;
        color: #fede3a; }
        header .navigation-menu .cta.is-outlined-warning:hover, header .navigation-menu .cta.is-outlined-warning:focus {
          background-color: #fede3a;
          border-color: #fede3a;
          color: #ffffff; }
      header .navigation-menu .cta.is-danger {
        background-color: #fd5b77;
        border-color: #fd5b77;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-danger:hover, header .navigation-menu .cta.is-danger.is-hovered {
          background-color: #fe8da1;
          border-color: #fe8da1;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-danger {
        background-color: transparent;
        border-color: #fd5b77;
        color: #fd5b77; }
        header .navigation-menu .cta.is-outlined-danger:hover, header .navigation-menu .cta.is-outlined-danger:focus {
          background-color: #fd5b77;
          border-color: #fd5b77;
          color: #ffffff; }
      header .navigation-menu .cta.is-transparent {
        background-color: transparent;
        border-color: transparent;
        color: inherit;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-transparent:hover, header .navigation-menu .cta.is-transparent.is-hovered {
          background-color: rgba(26, 25, 25, 0);
          border-color: rgba(26, 25, 25, 0);
          color: inherit; }
      header .navigation-menu .cta.is-outlined-transparent {
        background-color: transparent;
        border-color: transparent;
        color: transparent; }
        header .navigation-menu .cta.is-outlined-transparent:hover, header .navigation-menu .cta.is-outlined-transparent:focus {
          background-color: transparent;
          border-color: transparent;
          color: inherit; }
      header .navigation-menu .cta.is-grey {
        background-color: #747474;
        border-color: #747474;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-grey:hover, header .navigation-menu .cta.is-grey.is-hovered {
          background-color: #8e8d8d;
          border-color: #8e8d8d;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-grey {
        background-color: transparent;
        border-color: #747474;
        color: #747474; }
        header .navigation-menu .cta.is-outlined-grey:hover, header .navigation-menu .cta.is-outlined-grey:focus {
          background-color: #747474;
          border-color: #747474;
          color: #ffffff; }
      header .navigation-menu .cta.is-grey-light {
        background-color: #c8cecc;
        border-color: #c8cecc;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-grey-light:hover, header .navigation-menu .cta.is-grey-light.is-hovered {
          background-color: #e3e6e5;
          border-color: #e3e6e5;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-grey-light {
        background-color: transparent;
        border-color: #c8cecc;
        color: #c8cecc; }
        header .navigation-menu .cta.is-outlined-grey-light:hover, header .navigation-menu .cta.is-outlined-grey-light:focus {
          background-color: #c8cecc;
          border-color: #c8cecc;
          color: #ffffff; }
      header .navigation-menu .cta.is-pink {
        background-color: #D90368;
        border-color: #D90368;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-pink:hover, header .navigation-menu .cta.is-pink.is-hovered {
          background-color: #fc1381;
          border-color: #fc1381;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-pink {
        background-color: transparent;
        border-color: #D90368;
        color: #D90368; }
        header .navigation-menu .cta.is-outlined-pink:hover, header .navigation-menu .cta.is-outlined-pink:focus {
          background-color: #D90368;
          border-color: #D90368;
          color: #ffffff; }
      header .navigation-menu .cta.is-blue-dark {
        background-color: #34344A;
        border-color: #34344A;
        color: #ffffff;
        box-sizing: border-box; }
        header .navigation-menu .cta.is-blue-dark:hover, header .navigation-menu .cta.is-blue-dark.is-hovered {
          background-color: #494968;
          border-color: #494968;
          color: #ffffff; }
      header .navigation-menu .cta.is-outlined-blue-dark {
        background-color: transparent;
        border-color: #34344A;
        color: #34344A; }
        header .navigation-menu .cta.is-outlined-blue-dark:hover, header .navigation-menu .cta.is-outlined-blue-dark:focus {
          background-color: #34344A;
          border-color: #34344A;
          color: #ffffff; }
  header.active {
    background-color: rgba(254, 222, 58, 0.95); }
  header .header-border {
    width: 100%;
    height: 3px;
    position: relative;
    float: left;
    background: linear-gradient(90deg, #76ccce 0%, #3ed485 100%); }

.sidebar {
  width: 275px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -275px;
  padding: 0 0 4.0rem;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 110;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  box-sizing: border-box; }
  .sidebar.active {
    right: 0;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -webkit-box-shadow: 0px 0px 10px -6px #747474;
    -moz-box-shadow: 0px 0px 10px -6px #747474;
    -o-box-shadow: 0px 0px 10px -6px #747474;
    box-shadow: 0px 0px 10px -6px #747474; }
  .sidebar .sidebar-header {
    height: 4rem;
    line-height: 4rem;
    vertical-align: middle;
    width: 100%;
    float: left;
    margin: 0 0;
    padding: 0 1.0rem;
    text-align: right;
    cursor: pointer; }
  .sidebar a {
    width: 100%;
    float: left;
    height: 3.0rem;
    line-height: 3.0rem;
    vertical-align: middle;
    text-align: left;
    padding: 0 1.0rem;
    box-sizing: border-box; }
    .sidebar a:hover {
      background-color: #fede3a; }
    .sidebar a [class*='icon-'] {
      height: inherit;
      line-height: inherit;
      vertical-align: inherit;
      margin-right: 1.0rem; }
  .sidebar .separator {
    margin: 3.0rem 0;
    width: 100%;
    height: 1px;
    background-color: #e3e6e5;
    float: left; }

footer {
  width: 100%;
  position: relative;
  margin: 0;
  float: left;
  background-color: transparent;
  padding: 5.0rem 0 0;
  height: auto;
  color: #ffffff;
  overflow: hidden; }
  footer .footer-background {
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-3deg);
    transform-origin: top right;
    background-color: #000000;
    height: 100%;
    width: 100%;
    z-index: 1; }
  footer .footer-title {
    width: 100%;
    float: left;
    text-align: center; }
    footer .footer-title .logo {
      width: 100%;
      float: left;
      margin: 0 0 2.0rem;
      font-size: 2.0rem;
      text-align: center; }
    footer .footer-title .title {
      width: 100%;
      float: left;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 3.0px;
      font-size: 0.75rem; }
  footer .footer-sitemap {
    padding: 6.0rem 0; }
    @media screen and (max-width: 900px) {
      footer .footer-sitemap {
        text-align: center; } }
    footer .footer-sitemap .footer-links {
      padding: 6.0rem 0;
      width: 100%;
      float: left;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    footer .footer-sitemap h2 {
      font-size: 0.95rem;
      margin: 0 0 1.0rem;
      font-weight: 600;
      letter-spacing: 1.5px; }
    footer .footer-sitemap h5 {
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      color: inherit;
      letter-spacing: 1.5px;
      padding: 0.4rem 0.9rem;
      -webkit-border-top-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      -o-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      -o-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -o-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      footer .footer-sitemap h5:hover {
        color: #000000;
        font-weight: 600;
        background: #fede3a; }
    footer .footer-sitemap .footer-socialicons,
    footer .footer-sitemap .footer-copyrightdata {
      margin: 0 auto;
      width: auto;
      color: inherit;
      font-size: 1.125rem;
      display: table; }
      @media screen and (max-width: 900px) {
        footer .footer-sitemap .footer-socialicons,
        footer .footer-sitemap .footer-copyrightdata {
          text-align: center; } }
      footer .footer-sitemap .footer-socialicons [class*='icon-'],
      footer .footer-sitemap .footer-copyrightdata [class*='icon-'] {
        padding: 0 1.0rem; }
        footer .footer-sitemap .footer-socialicons [class*='icon-']:first-child,
        footer .footer-sitemap .footer-copyrightdata [class*='icon-']:first-child {
          padding-left: 0; }
        footer .footer-sitemap .footer-socialicons [class*='icon-']:last-child,
        footer .footer-sitemap .footer-copyrightdata [class*='icon-']:last-child {
          padding-right: 0; }
        footer .footer-sitemap .footer-socialicons [class*='icon-']:hover,
        footer .footer-sitemap .footer-copyrightdata [class*='icon-']:hover {
          color: #fede3a; }
      footer .footer-sitemap .footer-socialicons .icon-copyright,
      footer .footer-sitemap .footer-socialicons .icon-blackolivedesign,
      footer .footer-sitemap .footer-copyrightdata .icon-copyright,
      footer .footer-sitemap .footer-copyrightdata .icon-blackolivedesign {
        color: #e3e6e5; }

section {
  width: 100%;
  padding: 4.0rem 0;
  margin: 0 auto;
  list-style: none;
  position: relative;
  display: table;
  z-index: 90;
  background: transparent;
  box-sizing: border-box;
  height: auto; }
  section .flex-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 2.0rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    box-sizing: border-box; }
    section .flex-wrapper.nowrap {
      flex-wrap: nowrap !important; }
    section .flex-wrapper.header-padding {
      padding-top: 6.0rem; }
    section .flex-wrapper.top-padding {
      padding-top: 200px; }
    section .flex-wrapper.bottom-padding {
      padding-bottom: 300px; }
    section .flex-wrapper [class*='flex-'] {
      margin: 0 0 4.0rem; }
      section .flex-wrapper [class*='flex-'] img.services-icon {
        width: 60%;
        max-width: 200px;
        margin: 0 auto 1.0rem; }
      section .flex-wrapper [class*='flex-'] img.profile-icon {
        width: 60%;
        max-width: 200px; }
      section .flex-wrapper [class*='flex-'].hover-grey {
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -o-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -o-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -o-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -o-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px; }
        section .flex-wrapper [class*='flex-'].hover-grey:hover {
          background: #f6f9fc; }
    section .flex-wrapper .flex-1 {
      flex-basis: 8%; }
    section .flex-wrapper .flex-2 {
      flex-basis: 16%; }
    section .flex-wrapper .flex-3 {
      flex-basis: 24%; }
    section .flex-wrapper .flex-4 {
      flex-basis: 32%; }
    section .flex-wrapper .flex-5 {
      flex-basis: 40%; }
    section .flex-wrapper .flex-6 {
      flex-basis: 48%; }
    section .flex-wrapper .flex-7 {
      flex-basis: 56%; }
    section .flex-wrapper .flex-8 {
      flex-basis: 64%; }
    section .flex-wrapper .flex-9 {
      flex-basis: 72%; }
    section .flex-wrapper .flex-10 {
      flex-basis: 80%; }
    section .flex-wrapper .flex-11 {
      flex-basis: 88%; }
    section .flex-wrapper .flex-12 {
      flex-basis: 100%; }
    section .flex-wrapper .rotate12 {
      transform: rotate(-12deg); }
    @media screen and (max-width: 900px) {
      section .flex-wrapper .flex-1,
      section .flex-wrapper .flex-2,
      section .flex-wrapper .flex-3,
      section .flex-wrapper .flex-4,
      section .flex-wrapper .flex-5,
      section .flex-wrapper .flex-6 {
        flex-basis: 50%; }
      section .flex-wrapper .flex-7,
      section .flex-wrapper .flex-8,
      section .flex-wrapper .flex-9,
      section .flex-wrapper .flex-10
.flex-11,
      section .flex-wrapper .flex-12 {
        flex-basis: 100%; } }
    @media screen and (max-width: 500px) {
      section .flex-wrapper .flex-1,
      section .flex-wrapper .flex-2,
      section .flex-wrapper .flex-3,
      section .flex-wrapper .flex-4,
      section .flex-wrapper .flex-5,
      section .flex-wrapper .flex-6,
      section .flex-wrapper .flex-7,
      section .flex-wrapper .flex-8,
      section .flex-wrapper .flex-9,
      section .flex-wrapper .flex-10
.flex-11,
      section .flex-wrapper .flex-12 {
        flex-basis: 100%; } }
  section .section-background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: skewY(-4deg);
    transform-origin: 0 100%;
    z-index: -1; }
    section .section-background.bumpedup {
      bottom: 30vh; }
    section .section-background.grey {
      background: #f6f9fc; }
    section .section-background.yellow {
      background: #fede3a; }
    section .section-background.blue {
      background: #76ccce; }

ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  ul li,
  ul ol {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
    ul li.loose,
    ul ol.loose {
      padding: 1.0rem 0.5rem; }
  ul.interactive li:hover,
  ul.interactive ol:hover {
    background-color: #ffffff;
    cursor: pointer; }
  ul.bordered li {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-style: solid;
    border-color: #ffffff; }
  ul.shaded {
    -webkit-box-shadow: 0px 1px 5px -2px #747474;
    -moz-box-shadow: 0px 1px 5px -2px #747474;
    -o-box-shadow: 0px 1px 5px -2px #747474;
    box-shadow: 0px 1px 5px -2px #747474; }
  ul.overview-list {
    position: relative; }
    ul.overview-list li {
      padding: 1.0rem 0;
      height: auto;
      float: left;
      border-top-width: 0px;
      border-right-width: 0px;
      border-bottom-width: 1px;
      border-left-width: 0px;
      border-style: solid;
      border-color: #e3e6e5; }
      ul.overview-list li:last-child {
        border-bottom: none; }
      ul.overview-list li .name {
        font-size: 1.375rem;
        font-weight: 300;
        width: 100%;
        float: left;
        color: #000000; }
      ul.overview-list li .item {
        font-size: 0.875rem;
        float: left;
        color: #747474; }
  ul.sidebar-list {
    position: relative;
    padding: 0 1.0rem;
    float: left;
    width: 100%;
    margin: 0 0 4.0rem;
    display: table;
    z-index: 2; }
    ul.sidebar-list:last-child {
      margin-bottom: 0; }
    ul.sidebar-list .section-title {
      width: 100%;
      font-size: 0.675rem;
      font-weight: bold;
      color: rgba(255, 255, 255, 0.5);
      padding: 1.0rem 2.0rem;
      letter-spacing: 1px;
      display: table; }
    ul.sidebar-list li {
      width: 100%;
      min-height: 2.5rem;
      line-height: 2.5rem;
      vertical-align: middle;
      padding: 2px 2.0rem 0 3.0rem;
      color: rgba(255, 255, 255, 0.7);
      position: relative;
      font-size: 0.8rem;
      text-transform: uppercase;
      float: left;
      letter-spacing: 0.5px;
      font-weight: 600;
      margin: 0 0 0.5rem;
      overflow: visible;
      box-sizing: border-box;
      transition: color 150ms ease-out;
      -webkit-transition: color 150ms ease-out;
      -webkit-border-top-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      -o-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      -o-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -o-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      ul.sidebar-list li .icon {
        position: absolute;
        top: 0;
        position: absolute;
        left: 1.0rem;
        top: 0;
        font-size: 0.875rem;
        padding: 0;
        color: inherit;
        height: 1.25rem;
        width: auto;
        line-height: 1.25rem;
        vertical-align: middle;
        text-align: center;
        display: table;
        margin: 0.625rem 0 0;
        box-sizing: border-box; }
      ul.sidebar-list li .count {
        position: absolute;
        right: 2.0rem;
        top: 0;
        font-size: 0.75rem;
        padding: 1px 0.625rem 0;
        color: inherit;
        height: 1.25rem;
        width: auto;
        line-height: 1.25rem;
        vertical-align: middle;
        text-align: center;
        display: table;
        margin: 0.625rem 0 0;
        transition: right 150ms ease-out;
        -webkit-transition: right 150ms ease-out;
        -webkit-border-top-left-radius: 0.625rem;
        -moz-border-radius-topleft: 0.625rem;
        -o-border-top-left-radius: 0.625rem;
        border-top-left-radius: 0.625rem;
        -webkit-border-top-right-radius: 0.625rem;
        -moz-border-radius-topright: 0.625rem;
        -o-border-top-right-radius: 0.625rem;
        border-top-right-radius: 0.625rem;
        -webkit-border-bottom-left-radius: 0.625rem;
        -moz-border-radius-bottomleft: 0.625rem;
        -o-border-bottom-left-radius: 0.625rem;
        border-bottom-left-radius: 0.625rem;
        -webkit-border-bottom-right-radius: 0.625rem;
        -moz-border-radius-bottomright: 0.625rem;
        -o-border-bottom-right-radius: 0.625rem;
        border-bottom-right-radius: 0.625rem;
        box-sizing: border-box; }
        ul.sidebar-list li .count.active {
          background: #fd5b77; }
      ul.sidebar-list li:after {
        position: absolute;
        top: 0;
        right: 1.0rem;
        width: auto;
        font-family: 'icomoon';
        content: '\e90c';
        color: transparent;
        font-size: 0.875rem;
        transition: right 150ms ease-out;
        -webkit-transition: right 150ms ease-out; }
      ul.sidebar-list li:hover {
        cursor: pointer;
        color: #ffffff; }
        ul.sidebar-list li:hover .count {
          right: 2.5rem;
          transition: right 150ms ease-out;
          -webkit-transition: right 150ms ease-out; }
        ul.sidebar-list li:hover:after {
          color: inherit;
          content: '\e90c';
          right: 10px; }
      ul.sidebar-list li.signout_link {
        background: rgba(253, 91, 119, 0.3);
        color: rgba(255, 255, 255, 0.8);
        transition: all 150ms ease-out;
        -webkit-transition: all 150ms ease-out; }
        ul.sidebar-list li.signout_link:hover {
          background: rgba(253, 91, 119, 0.6);
          transition: all 150ms ease-out;
          -webkit-transition: all 150ms ease-out;
          color: #ffffff; }
        ul.sidebar-list li.signout_link:after {
          content: ''; }
      ul.sidebar-list li.status:before {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-2.5px);
        height: 5px;
        width: 5px;
        content: '';
        border-radius: 50%; }
      ul.sidebar-list li.status.green:before {
        background: #3ed485; }
      ul.sidebar-list li.status.yellow:before {
        background: #fede3a; }
      ul.sidebar-list li.status.red:before {
        background: #fd5b77; }
      ul.sidebar-list li.active {
        color: #ffffff;
        width: 100%;
        cursor: default;
        font-weight: 600;
        background: rgba(118, 204, 206, 0.5);
        color: #ffffff; }
        ul.sidebar-list li.active .icon,
        ul.sidebar-list li.active .count, ul.sidebar-list li.active:after {
          color: inherit; }
        ul.sidebar-list li.active .count {
          right: 2.5rem; }
        ul.sidebar-list li.active:after {
          right: 10px;
          content: '\e90c';
          color: inherit; }
    ul.sidebar-list ul {
      width: 100%;
      float: right;
      margin: 2.0rem 0; }
      ul.sidebar-list ul li {
        width: 100%; }
  ul.full-list {
    background: #ffffff;
    width: 100%;
    padding: 0.5rem 1.0rem;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }
    ul.full-list li {
      padding: 1.0rem 1.0rem;
      cursor: pointer;
      border-top-width: 0px;
      border-right-width: 0px;
      border-bottom-width: 1px;
      border-left-width: 0px;
      border-style: solid;
      border-color: #ffffff; }
      ul.full-list li:hover {
        background: #ffffff; }
      ul.full-list li:last-child {
        border-bottom: none; }
  ul.in_page_sidebar_list {
    width: 100%;
    margin: 0;
    box-sizing: border-box; }
    ul.in_page_sidebar_list li {
      width: 100%;
      line-height: normal;
      padding: 1.5rem 1rem 1.5rem 0;
      position: relative;
      font-size: 0.9rem;
      float: left;
      letter-spacing: 0.25px;
      font-weight: normal;
      cursor: pointer;
      overflow: hidden;
      box-sizing: border-box; }
      ul.in_page_sidebar_list li .list-checkbox {
        width: 1rem;
        height: 1rem;
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-0.5617977528rem);
        background: #ffffff;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -o-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -o-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -o-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -o-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-style: solid;
        border-color: #e3e6e5; }
      ul.in_page_sidebar_list li .list-contentwrapper {
        width: calc(100% - 3rem);
        float: right; }
        ul.in_page_sidebar_list li .list-contentwrapper .title {
          width: calc(100% - 3rem);
          float: left;
          font-size: 0.9rem;
          color: #272727;
          margin: 0 0 0.375rem;
          text-align: left; }
        ul.in_page_sidebar_list li .list-contentwrapper .date-received {
          width: 3.0rem;
          float: right;
          font-size: 0.75rem;
          color: #747474;
          margin: 0 0 0.375rem;
          text-align: right;
          white-space: nowrap;
          font-weight: bold; }
        ul.in_page_sidebar_list li .list-contentwrapper .description {
          width: 100%;
          float: left;
          font-size: 0.8rem;
          color: #747474;
          white-space: nowrap;
          overflow: hidden; }
          ul.in_page_sidebar_list li .list-contentwrapper .description strong {
            color: #272727; }
      ul.in_page_sidebar_list li:hover {
        background: rgba(246, 249, 252, 0.6); }
        ul.in_page_sidebar_list li:hover .title, ul.in_page_sidebar_list li:hover .days-in-shop {
          font-weight: bold; }
      ul.in_page_sidebar_list li.active {
        background: #76ccce;
        color: #ffffff; }
        ul.in_page_sidebar_list li.active .title, ul.in_page_sidebar_list li.active .days-in-shop {
          font-weight: bold;
          color: #ffffff; }
        ul.in_page_sidebar_list li.active .date-received, ul.in_page_sidebar_list li.active .description {
          color: #ffffff; }

form fieldset {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box; }

form label {
  padding: 0;
  display: table;
  font-size: 0.875rem;
  letter-spacing: 0.25px; }

form input {
  padding: 0.625rem 1.0rem 0.625rem 1.0rem;
  width: 100%;
  display: table;
  margin: 0.5rem 0 1.5rem;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  -webkit-appearance: none;
  font-family: Metropolis, Arial, Helvetica, sans-serif;
  font-size: 1.0rem;
  letter-spacing: 0.25px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -o-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -o-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: border-box; }
  form input:hover {
    color: inherit; }
  form input:focus {
    outline: none;
    border-color: #e3e6e5; }

.alert-box {
  width: 100%;
  padding: 1.0rem;
  float: left;
  margin: 0 0 3.0rem;
  font-size: 0.925rem;
  text-align: left;
  position: relative;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 3px;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box; }
  .alert-box.is-rounded {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .alert-box:before {
    font-family: 'icomoon';
    position: relative;
    margin: 0 1.0rem 0 0; }
  .alert-box.is-success {
    background: rgba(62, 212, 133, 0.9);
    color: #ffffff; }
    .alert-box.is-success:before {
      content: '\e948'; }
  .alert-box.is-warning {
    background: rgba(254, 222, 58, 0.6);
    color: #6b5a01; }
    .alert-box.is-warning:before {
      content: '\e907'; }
  .alert-box.is-error {
    background: rgba(253, 91, 119, 0.9);
    color: #ffffff; }
    .alert-box.is-error:before {
      content: '\e92d'; }
  .alert-box.is-info {
    background: rgba(118, 204, 206, 0.9);
    color: #ffffff; }
    .alert-box.is-info:before {
      content: '\e94a'; }

.action_success_message {
  display: none;
  width: auto;
  height: auto;
  padding: 0.5rem 1.0rem;
  background: #3ed485;
  color: #ffffff;
  font-size: 0.725rem;
  font-weight: bold;
  text-transform: uppercase;
  position: fixed;
  bottom: 2.0rem;
  right: 2.0rem;
  letter-spacing: 0.5px;
  z-index: 120;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -o-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -o-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: border-box; }
  .action_success_message [class*='icon-'] {
    margin: 0 0.5rem 0 0; }
  @media screen and (max-width: 500px) {
    .action_success_message {
      width: calc(100% - 0.5rem);
      padding: 1.0rem;
      text-align: center;
      right: 0.25rem;
      bottom: 0.25rem; } }

.login-wrapper {
  width: 100%;
  max-width: 357.5px;
  height: 100vh;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background: #ffffff;
  padding: 3.0rem 0 3.0rem;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box; }
  .login-wrapper .logo {
    width: 100%;
    font-size: 4.0rem;
    text-align: center;
    margin: 0 0 3.0rem;
    float: left;
    color: #000000; }
  .login-wrapper form {
    width: 100%;
    float: left;
    padding: 0 1.0rem;
    margin: 0 0 3.0rem; }
    .login-wrapper form input {
      border-color: #f6f9fc; }
      .login-wrapper form input:focus {
        border-color: #e3e6e5; }
  .login-wrapper .content {
    padding: 0 1.0rem;
    margin: 0 0 3.0rem;
    width: 100%;
    float: left;
    color: #272727;
    font-size: 0.925rem; }
    .login-wrapper .content .icon {
      margin: 0 0 0 0.5rem;
      vertical-align: text-top; }
  @media screen and (max-width: 500px) {
    .login-wrapper {
      max-width: 100%; } }

.login-images-wrapper {
  width: calc(100% - 357.5px);
  height: 100vh;
  z-index: 1;
  position: relative;
  margin: 0 0 0 357.5px;
  padding: 0;
  box-sizing: border-box; }
  .login-images-wrapper .login-image {
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box; }
    .login-images-wrapper .login-image .quote {
      width: calc(100% - 4rem);
      max-width: 400px;
      position: absolute;
      bottom: 3.0rem;
      left: 2.0rem;
      font-size: 1.125rem;
      text-align: left;
      font-weight: normal; }
      .login-images-wrapper .login-image .quote strong {
        font-weight: bold;
        color: inherit; }
      .login-images-wrapper .login-image .quote.light-bg {
        color: rgba(39, 39, 39, 0.8); }
        .login-images-wrapper .login-image .quote.light-bg strong {
          color: #272727; }
      .login-images-wrapper .login-image .quote.dark-bg {
        color: rgba(255, 255, 255, 0.8); }
        .login-images-wrapper .login-image .quote.dark-bg strong {
          color: #ffffff; }
    .login-images-wrapper .login-image .credit {
      position: absolute;
      right: 2.0rem;
      bottom: 3.0rem;
      width: auto;
      font-size: 0.875rem; }
      .login-images-wrapper .login-image .credit.light-bg {
        color: #272727; }
      .login-images-wrapper .login-image .credit.dark-bg {
        color: #ffffff; }
      .login-images-wrapper .login-image .credit a {
        margin: 0 1.0rem 0 0; }
        .login-images-wrapper .login-image .credit a:last-child {
          margin-right: 0; }
    .login-images-wrapper .login-image.active {
      display: table; }
  @media screen and (max-width: 500px) {
    .login-images-wrapper {
      display: none; } }

.dashboard-widget {
  padding: 1.0rem 0 !important;
  margin-bottom: 2.0rem !important;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  color: #272727;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -o-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -o-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 0px 2px 10px -4px #e3e6e5;
  -moz-box-shadow: 0px 2px 10px -4px #e3e6e5;
  -o-box-shadow: 0px 2px 10px -4px #e3e6e5;
  box-shadow: 0px 2px 10px -4px #e3e6e5; }
  .dashboard-widget .title {
    width: 100%;
    float: left;
    font-size: 5rem;
    text-align: center;
    font-family: 'proxima_nova', sans-serif;
    font-weight: 300; }
    .dashboard-widget .title sup {
      font-size: 2.5rem;
      vertical-align: top;
      padding: 0 0.4rem;
      font-weight: 500; }
    .dashboard-widget .title sub {
      font-size: 2.5rem;
      vertical-align: baseline;
      padding: 0 0.4rem;
      font-weight: 300; }
  .dashboard-widget .description {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px; }
  .dashboard-widget .change {
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 1.25rem; }
    .dashboard-widget .change.up, .dashboard-widget .change.down {
      font-weight: 400; }
      .dashboard-widget .change.up:before, .dashboard-widget .change.down:before {
        position: absolute;
        right: calc(100% + 10px);
        top: 0;
        font-family: 'icomoon'; }
    .dashboard-widget .change.up {
      color: #3ed485; }
      .dashboard-widget .change.up:before {
        content: '\e8e5'; }
    .dashboard-widget .change.down {
      color: #fd5b77; }
      .dashboard-widget .change.down:before {
        content: '\e8e3'; }

svg#graph {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.5rem 0 2.0rem; }
  svg#graph .received_graph line,
  svg#graph .completed_graph line {
    stroke-width: 1px; }
    svg#graph .received_graph line.gridline,
    svg#graph .completed_graph line.gridline {
      stroke-width: 1px; }
  svg#graph .received_graph circle,
  svg#graph .completed_graph circle {
    r: 3; }
  svg#graph .received_graph text,
  svg#graph .completed_graph text {
    text-anchor: middle;
    font-size: 0.5rem;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 600; }
  svg#graph .received_graph line {
    stroke: #39bdd1; }
  svg#graph .received_graph circle {
    fill: #39bdd1; }
  svg#graph .received_graph text {
    fill: #34344A; }
  svg#graph .completed_graph line {
    stroke: #34344A; }
  svg#graph .completed_graph circle {
    fill: #34344A; }
  svg#graph .completed_graph text {
    fill: #34344A; }

.job_information_list_header {
  font-size: 0.625rem;
  font-weight: bold;
  color: #272727;
  text-transform: uppercase;
  float: left;
  width: 100%;
  padding: 0 0.5rem;
  margin: 1.0rem 0 0.5rem;
  box-sizing: border-box; }
  .job_information_list_header .jil_title,
  .job_information_list_header .jil_value {
    font-size: 0.625rem;
    float: left;
    width: calc(50% - 2rem); }
  .job_information_list_header .jil_title {
    text-align: left; }
  .job_information_list_header .jil_value {
    text-align: right; }

.job_information_list {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0; }
  .job_information_list li {
    width: 100%;
    padding: 0.5rem;
    display: table;
    box-sizing: border-box;
    width: 100%;
    float: left; }
    .job_information_list li:nth-child(odd) {
      background: #f6f9fc; }
    .job_information_list li .key,
    .job_information_list li .value {
      float: left;
      position: relative;
      width: calc(50% - 2rem); }
    .job_information_list li .key {
      height: 1.5rem;
      line-height: 1.5rem;
      vertical-align: middle;
      padding: 0;
      box-sizing: border-box; }
    .job_information_list li .value {
      text-align: right;
      height: auto;
      min-height: 1.5rem;
      line-height: 1.5rem;
      vertical-align: middle;
      padding: 0;
      box-sizing: border-box; }
    .job_information_list li .edit {
      width: 2.0rem;
      text-align: right;
      cursor: pointer;
      float: left;
      font-size: 0.8rem;
      color: #747474;
      height: 1.5rem;
      line-height: 1.5rem;
      vertical-align: middle; }
      .job_information_list li .edit:hover {
        color: #76ccce; }

.header {
  font-size: 0.625rem;
  font-weight: bold;
  color: #272727;
  text-transform: uppercase;
  float: left;
  width: 100%; }
  .header .details {
    width: 100%;
    float: left;
    padding: 0.5rem; }
    .header .details .item,
    .header .details .quantity,
    .header .details .rate {
      font-size: 0.625rem;
      float: left; }
    .header .details .item {
      width: calc(100% - 12rem);
      text-align: left; }
    .header .details .quantity {
      width: 4rem;
      text-align: center; }
    .header .details .rate {
      width: 4rem;
      text-align: center; }

.invoice_list {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  box-sizing: border-box; }
  .invoice_list li {
    width: 100%;
    padding: 0 0 0 0.5rem;
    display: table;
    position: relative;
    cursor: pointer;
    box-sizing: border-box; }
    .invoice_list li:nth-child(odd) {
      background: #f6f9fc; }
    .invoice_list li:last-child {
      border: none; }
    .invoice_list li:active {
      background: rgba(118, 204, 206, 0.2); }
    .invoice_list li .details {
      width: 100%;
      float: left; }
      .invoice_list li .details .item,
      .invoice_list li .details .quantity,
      .invoice_list li .details .rate,
      .invoice_list li .details [class*='item-action-'] {
        float: left;
        position: relative; }
      .invoice_list li .details .item {
        width: calc(100% - 12rem);
        min-height: 3.0rem; }
        .invoice_list li .details .item .item_title {
          width: 100%;
          float: left;
          margin: 0;
          padding: 0;
          min-height: 2.0rem;
          line-height: 2.0rem;
          vertical-align: middle; }
        .invoice_list li .details .item .item_no {
          width: 100%;
          float: left;
          font-size: 0.675rem;
          margin: 0;
          padding: 0;
          font-weight: bold;
          color: #747474;
          height: 1.0rem;
          line-height: 1.0rem;
          vertical-align: middle; }
      .invoice_list li .details .quantity {
        width: 4rem;
        text-align: center;
        height: 3.0rem;
        line-height: 3.0rem;
        vertical-align: middle; }
      .invoice_list li .details .rate {
        width: 4rem;
        text-align: center;
        height: 3.0rem;
        line-height: 3.0rem;
        vertical-align: middle; }
      .invoice_list li .details [class*='item-action-'] {
        width: 2rem;
        text-align: center;
        cursor: pointer;
        color: #747474;
        height: 3.0rem;
        line-height: 3.0rem;
        vertical-align: middle; }
      .invoice_list li .details .item-action-edit:hover {
        color: #76ccce; }
      .invoice_list li .details .item-action-delete:hover {
        color: #fd5b77; }
    .invoice_list li .description {
      display: none;
      width: 100%;
      font-size: 0.9rem;
      color: #747474;
      float: left;
      padding: 1.0rem 0;
      box-sizing: border-box; }
    .invoice_list li.invoice_item_placeholder {
      background: rgba(118, 204, 206, 0.2);
      height: 3.0rem;
      width: 100%;
      box-sizing: border-box;
      -webkit-border-top-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      -o-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      -o-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -o-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      .invoice_list li.invoice_item_placeholder:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 3.0rem;
        width: 100%;
        line-height: 3.0rem;
        vertical-align: middle;
        text-align: center;
        content: 'drop to save changes';
        font-size: 0.75rem;
        font-weight: bold;
        color: #747474;
        letter-spacing: 0.25px; }

.overview .title {
  width: 100%;
  font-size: 1.5rem;
  float: left;
  margin: 0 0 4.0rem; }

.overview .section {
  width: 100%;
  float: left;
  padding: 0 0 2.0rem;
  margin: 0 0 2.0rem;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #e3e6e5; }
  .overview .section .section_title {
    width: 100%;
    float: left;
    margin: 0 0 2.0rem; }
    .overview .section .section_title .title {
      width: auto;
      text-align: center;
      font-size: 0.625rem;
      font-weight: 600;
      text-transform: uppercase;
      padding: 0 1.0rem;
      height: 2rem;
      line-height: 2rem;
      vertical-align: middle;
      letter-spacing: 0.5px;
      white-space: nowrap;
      color: #272727;
      background: #f6f9fc;
      box-sizing: border-box;
      -webkit-border-top-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      -o-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      -o-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -o-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px;
      margin: 0;
      float: left; }
      .overview .section .section_title .title [class*='icon-'] {
        width: 100%;
        height: 2rem;
        line-height: 2rem;
        vertical-align: top;
        margin: 0 0.5rem 0 0;
        font-size: 0.75rem;
        text-align: center;
        box-sizing: border-box; }
    .overview .section .section_title .action {
      width: auto;
      text-align: center;
      font-size: 0.625rem;
      font-weight: 600;
      text-transform: uppercase;
      padding: 0 1.0rem;
      height: 2rem;
      line-height: 2rem;
      vertical-align: middle;
      letter-spacing: 0.5px;
      white-space: nowrap;
      color: #272727;
      background: transparent;
      box-sizing: border-box;
      -webkit-border-top-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      -o-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      -o-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -o-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px;
      cursor: pointer;
      margin: 0 0 0 1.0rem;
      float: left; }
      .overview .section .section_title .action [class*='icon-'] {
        width: 100%;
        height: 2rem;
        line-height: 2rem;
        vertical-align: top;
        margin: 0 0.5rem 0 0;
        font-size: 0.75rem;
        text-align: center;
        box-sizing: border-box; }
      .overview .section .section_title .action:hover {
        color: #76ccce; }
  .overview .section .section_description {
    width: 100%;
    float: left;
    position: relative;
    font-size: 1.0rem;
    color: #747474;
    font-weight: 400; }

.modal_underlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 200; }

.modal_wrapper {
  display: none;
  width: 95%;
  margin: 0 auto;
  max-width: 700px;
  height: auto;
  position: fixed;
  top: 10vh;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  z-index: 210;
  padding-bottom: 10vh; }
  .modal_wrapper .modal-ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10vh);
    background: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 3;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }
    .modal_wrapper .modal-ajax-loader.active {
      display: block; }

@keyframes ajax_spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    .modal_wrapper .modal-ajax-loader:before {
      content: '\e969';
      position: absolute;
      top: calc(50% - 0.75rem);
      left: calc(50% - 0.75rem);
      font-family: 'icomoon';
      width: 1.5rem;
      height: 1.5rem;
      vertical-align: middle;
      line-height: normal;
      text-align: center;
      animation: ajax_spinner 0.9s linear infinite;
      font-size: 1.5rem; }
  .modal_wrapper .close_modal_button {
    width: 4rem;
    float: right;
    height: 4rem;
    line-height: 4rem;
    vertical-align: middle;
    cursor: pointer;
    color: #747474;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    text-align: center; }
    .modal_wrapper .close_modal_button:hover {
      color: #000000; }
  .modal_wrapper .modal {
    width: 100%;
    height: auto;
    min-height: 10.0rem;
    position: relative;
    top: 0;
    left: 0;
    background: #ffffff;
    display: table;
    z-index: 1;
    overflow: hidden;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -o-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -o-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -o-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box; }
    .modal_wrapper .modal.active {
      transition: all 150ms ease-out;
      -webkit-transition: all 150ms ease-out; }
    .modal_wrapper .modal .modal-error-message {
      display: none;
      width: 100%;
      float: left;
      height: auto;
      padding: 1.0rem 2.0rem;
      font-weight: bold;
      color: #ffffff;
      letter-spacing: 0.25px;
      position: relative;
      background: #fd5b77;
      box-sizing: border-box; }
    .modal_wrapper .modal .modal_title {
      width: 100%;
      float: left;
      height: 4rem;
      line-height: 4rem;
      vertical-align: middle;
      padding: 1.0rem 2.0rem;
      margin: 0;
      font-weight: normal;
      letter-spacing: 0.25px;
      position: relative;
      font-size: 1.125rem;
      color: #000000;
      box-sizing: border-box; }
    .modal_wrapper .modal .modal_content {
      width: 100%;
      float: left;
      height: auto;
      padding: 2.0rem;
      font-size: 0.925rem; }
      .modal_wrapper .modal .modal_content form {
        width: 100%;
        float: left;
        -webkit-appearance: none;
        margin: 0;
        position: relative; }
        .modal_wrapper .modal .modal_content form .form_line_wrapper {
          width: 100%;
          float: left;
          position: relative;
          margin: 0 0 2.0rem;
          display: block;
          overflow: visible; }
          .modal_wrapper .modal .modal_content form .form_line_wrapper:last-child {
            margin-bottom: 0; }
          .modal_wrapper .modal .modal_content form .form_line_wrapper input,
          .modal_wrapper .modal .modal_content form .form_line_wrapper textarea {
            width: 100%;
            float: left;
            padding: 1.0rem;
            font-family: Metropolis, sans-serif;
            font-size: 1.0rem;
            font-weight: normal;
            -webkit-appearance: none;
            letter-spacing: 0.25px;
            line-height: 1.5;
            resize: none;
            margin: 0;
            color: #000000;
            background: transparent;
            position: relative;
            -webkit-overflow-scrolling: touch;
            border-top-width: 2px;
            border-right-width: 2px;
            border-bottom-width: 2px;
            border-left-width: 2px;
            border-style: solid;
            border-color: #e3e6e5;
            box-sizing: border-box;
            -webkit-border-top-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -o-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topright: 5px;
            -o-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            -o-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -o-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper input:focus,
            .modal_wrapper .modal .modal_content form .form_line_wrapper textarea:focus {
              border-color: #000000;
              outline: none;
              transition: all 150ms ease-out;
              -webkit-transition: all 150ms ease-out; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper input.half,
            .modal_wrapper .modal .modal_content form .form_line_wrapper textarea.half {
              width: calc(50% - 0.5rem);
              margin: 0 1.0rem 0 0; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper input.half:nth-child(2n),
              .modal_wrapper .modal .modal_content form .form_line_wrapper textarea.half:nth-child(2n) {
                margin: 0; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper input.third,
            .modal_wrapper .modal .modal_content form .form_line_wrapper textarea.third {
              width: calc(33.33% - 0.5rem - 4px);
              margin: 0 1.0rem 0 0; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper input.third:nth-child(3n),
              .modal_wrapper .modal .modal_content form .form_line_wrapper textarea.third:nth-child(3n) {
                margin: 0; }
          .modal_wrapper .modal .modal_content form .form_line_wrapper textarea {
            min-height: 200px; }
          .modal_wrapper .modal .modal_content form .form_line_wrapper button {
            width: auto;
            cursor: pointer;
            letter-spacing: 3px;
            text-transform: uppercase;
            position: relative;
            display: table;
            text-decoration: none;
            font-family: Metropolis, Arial, Helvetica, sans-serif;
            font-weight: 600;
            margin: 0 0.5rem 0.5rem 0;
            -webkit-appearance: none;
            overflow: hidden;
            border-top-width: 2px;
            border-right-width: 2px;
            border-bottom-width: 2px;
            border-left-width: 2px;
            border-style: solid;
            border-color: transparent;
            -webkit-border-top-left-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -o-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topright: 3px;
            -o-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-bottomleft: 3px;
            -o-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            -moz-border-radius-bottomright: 3px;
            -o-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
            transition: all 150ms ease-out;
            -webkit-transition: all 150ms ease-out;
            box-sizing: border-box;
            height: 2.15rem !important; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button:last-child {
              margin-right: 0; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button:hover {
              transition: all 150ms ease-out;
              -webkit-transition: all 150ms ease-out; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-small {
              padding: 0 0.84rem;
              height: 2rem;
              line-height: 2rem;
              vertical-align: middle;
              font-size: 0.75rem;
              letter-spacing: 3px; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-medium {
              padding: 0 0.87rem;
              height: 2.4rem;
              line-height: 2.4rem;
              vertical-align: middle;
              font-size: 0.9rem;
              letter-spacing: 3.0px; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-large {
              padding: 0 0.8rem;
              height: 3rem;
              line-height: 3rem;
              vertical-align: middle;
              font-size: 1.1rem;
              letter-spacing: 3.0px;
              font-weight: normal; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.left {
              float: left; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.center {
              margin: 0 auto; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.right {
              float: right; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-light {
              background-color: #e3e6e5;
              border-color: #e3e6e5;
              color: #272727;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-light:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-light.is-hovered {
                background-color: #fefefe;
                border-color: #fefefe;
                color: #272727; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-light {
              background-color: transparent;
              border-color: #e3e6e5;
              color: #e3e6e5; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-light:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-light:focus {
                background-color: #e3e6e5;
                border-color: #e3e6e5;
                color: #272727; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-dark {
              background-color: #272727;
              border-color: #272727;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-dark:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-dark.is-hovered {
                background-color: #414040;
                border-color: #414040;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-dark {
              background-color: transparent;
              border-color: #272727;
              color: #272727; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-dark:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-dark:focus {
                background-color: #272727;
                border-color: #272727;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-white {
              background-color: #ffffff;
              border-color: #ffffff;
              color: #76ccce;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-white:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-white.is-hovered {
                background-color: white;
                border-color: white;
                color: #76ccce; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-white {
              background-color: transparent;
              border-color: #ffffff;
              color: #ffffff; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-white:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-white:focus {
                background-color: #ffffff;
                border-color: #ffffff;
                color: #76ccce; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-black {
              background-color: #000000;
              border-color: #000000;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-black:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-black.is-hovered {
                background-color: #1a1919;
                border-color: #1a1919;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-black {
              background-color: transparent;
              border-color: #000000;
              color: #000000; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-black:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-black:focus {
                background-color: #000000;
                border-color: #000000;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-blue {
              background-color: #76ccce;
              border-color: #76ccce;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-blue:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-blue.is-hovered {
                background-color: #9cdadb;
                border-color: #9cdadb;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-blue {
              background-color: transparent;
              border-color: #76ccce;
              color: #76ccce; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-blue:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-blue:focus {
                background-color: #76ccce;
                border-color: #76ccce;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-blue-light {
              background-color: #d4eff0;
              border-color: #d4eff0;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-blue-light:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-blue-light.is-hovered {
                background-color: #f9fdfd;
                border-color: #f9fdfd;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-blue-light {
              background-color: transparent;
              border-color: #d4eff0;
              color: #d4eff0; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-blue-light:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-blue-light:focus {
                background-color: #d4eff0;
                border-color: #d4eff0;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-red {
              background-color: #fd5b77;
              border-color: #fd5b77;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-red:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-red.is-hovered {
                background-color: #fe8da1;
                border-color: #fe8da1;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-red {
              background-color: transparent;
              border-color: #fd5b77;
              color: #fd5b77; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-red:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-red:focus {
                background-color: #fd5b77;
                border-color: #fd5b77;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-red-light {
              background-color: #fe8da1;
              border-color: #fe8da1;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-red-light:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-red-light.is-hovered {
                background-color: #fec0cb;
                border-color: #fec0cb;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-red-light {
              background-color: transparent;
              border-color: #fe8da1;
              color: #fe8da1; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-red-light:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-red-light:focus {
                background-color: #fe8da1;
                border-color: #fe8da1;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-red-dark {
              background-color: #fc0f38;
              border-color: #fc0f38;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-red-dark:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-red-dark.is-hovered {
                background-color: #fd4262;
                border-color: #fd4262;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-red-dark {
              background-color: transparent;
              border-color: #fc0f38;
              color: #fc0f38; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-red-dark:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-red-dark:focus {
                background-color: #fc0f38;
                border-color: #fc0f38;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-green {
              background-color: #3ed485;
              border-color: #3ed485;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-green:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-green.is-hovered {
                background-color: #68dd9f;
                border-color: #68dd9f;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-green {
              background-color: transparent;
              border-color: #3ed485;
              color: #3ed485; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-green:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-green:focus {
                background-color: #3ed485;
                border-color: #3ed485;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-yellow {
              background-color: #fede3a;
              border-color: #fede3a;
              color: #000000;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-yellow:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-yellow.is-hovered {
                background-color: #fee76d;
                border-color: #fee76d;
                color: #000000; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-yellow {
              background-color: transparent;
              border-color: #fede3a;
              color: #fede3a; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-yellow:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-yellow:focus {
                background-color: #fede3a;
                border-color: #fede3a;
                color: #000000; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-info {
              background-color: #76ccce;
              border-color: #76ccce;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-info:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-info.is-hovered {
                background-color: #9cdadb;
                border-color: #9cdadb;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-info {
              background-color: transparent;
              border-color: #76ccce;
              color: #76ccce; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-info:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-info:focus {
                background-color: #76ccce;
                border-color: #76ccce;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-success {
              background-color: #3ed485;
              border-color: #3ed485;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-success:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-success.is-hovered {
                background-color: #68dd9f;
                border-color: #68dd9f;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-success {
              background-color: transparent;
              border-color: #3ed485;
              color: #3ed485; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-success:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-success:focus {
                background-color: #3ed485;
                border-color: #3ed485;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-warning {
              background-color: #fede3a;
              border-color: #fede3a;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-warning:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-warning.is-hovered {
                background-color: #fee76d;
                border-color: #fee76d;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-warning {
              background-color: transparent;
              border-color: #fede3a;
              color: #fede3a; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-warning:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-warning:focus {
                background-color: #fede3a;
                border-color: #fede3a;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-danger {
              background-color: #fd5b77;
              border-color: #fd5b77;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-danger:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-danger.is-hovered {
                background-color: #fe8da1;
                border-color: #fe8da1;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-danger {
              background-color: transparent;
              border-color: #fd5b77;
              color: #fd5b77; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-danger:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-danger:focus {
                background-color: #fd5b77;
                border-color: #fd5b77;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-transparent {
              background-color: transparent;
              border-color: transparent;
              color: inherit;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-transparent:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-transparent.is-hovered {
                background-color: rgba(26, 25, 25, 0);
                border-color: rgba(26, 25, 25, 0);
                color: inherit; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-transparent {
              background-color: transparent;
              border-color: transparent;
              color: transparent; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-transparent:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-transparent:focus {
                background-color: transparent;
                border-color: transparent;
                color: inherit; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-grey {
              background-color: #747474;
              border-color: #747474;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-grey:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-grey.is-hovered {
                background-color: #8e8d8d;
                border-color: #8e8d8d;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-grey {
              background-color: transparent;
              border-color: #747474;
              color: #747474; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-grey:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-grey:focus {
                background-color: #747474;
                border-color: #747474;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-grey-light {
              background-color: #c8cecc;
              border-color: #c8cecc;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-grey-light:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-grey-light.is-hovered {
                background-color: #e3e6e5;
                border-color: #e3e6e5;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-grey-light {
              background-color: transparent;
              border-color: #c8cecc;
              color: #c8cecc; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-grey-light:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-grey-light:focus {
                background-color: #c8cecc;
                border-color: #c8cecc;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-pink {
              background-color: #D90368;
              border-color: #D90368;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-pink:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-pink.is-hovered {
                background-color: #fc1381;
                border-color: #fc1381;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-pink {
              background-color: transparent;
              border-color: #D90368;
              color: #D90368; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-pink:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-pink:focus {
                background-color: #D90368;
                border-color: #D90368;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-blue-dark {
              background-color: #34344A;
              border-color: #34344A;
              color: #ffffff;
              box-sizing: border-box; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-blue-dark:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-blue-dark.is-hovered {
                background-color: #494968;
                border-color: #494968;
                color: #ffffff; }
            .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-blue-dark {
              background-color: transparent;
              border-color: #34344A;
              color: #34344A; }
              .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-blue-dark:hover, .modal_wrapper .modal .modal_content form .form_line_wrapper button.is-outlined-blue-dark:focus {
                background-color: #34344A;
                border-color: #34344A;
                color: #ffffff; }
      .modal_wrapper .modal .modal_content .comment_history_wrapper {
        width: 100%;
        float: left;
        padding: 2.0rem 1.0rem;
        box-sizing: border-box; }
        .modal_wrapper .modal .modal_content .comment_history_wrapper:nth-child(even) {
          background: #f6f9fc; }
        .modal_wrapper .modal .modal_content .comment_history_wrapper:last-child {
          border: none; }
        .modal_wrapper .modal .modal_content .comment_history_wrapper .meta {
          width: auto;
          float: left;
          font-size: 0.7rem;
          text-transform: uppercase;
          font-weight: bold;
          letter-spacing: 0.25px;
          color: #747474; }
        .modal_wrapper .modal .modal_content .comment_history_wrapper .comment {
          width: 100%;
          float: left;
          margin: 0.5rem 0 0; }
      .modal_wrapper .modal .modal_content .invoice_details_wrapper {
        width: 100%;
        float: left;
        padding: 0.5rem 1.0rem;
        box-sizing: border-box; }
        .modal_wrapper .modal .modal_content .invoice_details_wrapper:nth-child(even) {
          background: #f6f9fc; }
        .modal_wrapper .modal .modal_content .invoice_details_wrapper:last-child {
          border: none; }
        .modal_wrapper .modal .modal_content .invoice_details_wrapper .item {
          width: auto;
          float: left;
          font-weight: bold;
          letter-spacing: 0.25px;
          margin: 0.5rem 0; }
        .modal_wrapper .modal .modal_content .invoice_details_wrapper .warranty,
        .modal_wrapper .modal .modal_content .invoice_details_wrapper .taxexempt {
          margin: 0.5rem 0 0.5rem 0.5rem;
          width: 1.375rem;
          height: 1.375rem;
          line-height: 1.375rem;
          vertical-align: middle;
          text-align: center;
          -webkit-border-top-left-radius: 50%;
          -moz-border-radius-topleft: 50%;
          -o-border-top-left-radius: 50%;
          border-top-left-radius: 50%;
          -webkit-border-top-right-radius: 50%;
          -moz-border-radius-topright: 50%;
          -o-border-top-right-radius: 50%;
          border-top-right-radius: 50%;
          -webkit-border-bottom-left-radius: 50%;
          -moz-border-radius-bottomleft: 50%;
          -o-border-bottom-left-radius: 50%;
          border-bottom-left-radius: 50%;
          -webkit-border-bottom-right-radius: 50%;
          -moz-border-radius-bottomright: 50%;
          -o-border-bottom-right-radius: 50%;
          border-bottom-right-radius: 50%;
          float: right;
          font-size: 0.6rem;
          font-weight: bold;
          letter-spacing: 0.25px;
          box-sizing: border-box;
          padding: 1px 0 0;
          transform: translateY(-0.5px); }
        .modal_wrapper .modal .modal_content .invoice_details_wrapper .warranty {
          background: #3ed485;
          color: #ffffff; }
        .modal_wrapper .modal .modal_content .invoice_details_wrapper .taxexempt {
          background: #fd5b77;
          color: #ffffff; }
        .modal_wrapper .modal .modal_content .invoice_details_wrapper .item-action-edit {
          float: right;
          margin: 0.5rem 0 0.5rem 0.5rem;
          width: 1.375rem;
          height: 1.375rem;
          line-height: 1.375rem;
          vertical-align: middle;
          text-align: center; }
        .modal_wrapper .modal .modal_content .invoice_details_wrapper .meta {
          width: 100%;
          float: left;
          font-size: 0.875rem;
          letter-spacing: 0.25px;
          margin: 0.5rem 0; }
          .modal_wrapper .modal .modal_content .invoice_details_wrapper .meta .item_no {
            width: calc(100% - 10.0rem);
            float: left;
            text-align: left; }
          .modal_wrapper .modal .modal_content .invoice_details_wrapper .meta .quantity {
            width: 2.0rem;
            float: left;
            text-align: center; }
          .modal_wrapper .modal .modal_content .invoice_details_wrapper .meta .rate {
            width: 4.0rem;
            float: left;
            text-align: right; }
            .modal_wrapper .modal .modal_content .invoice_details_wrapper .meta .rate sup {
              vertical-align: top; }
          .modal_wrapper .modal .modal_content .invoice_details_wrapper .meta .subtotal {
            width: 4.0rem;
            float: left;
            text-align: right; }
            .modal_wrapper .modal .modal_content .invoice_details_wrapper .meta .subtotal sup {
              vertical-align: top; }
        .modal_wrapper .modal .modal_content .invoice_details_wrapper .description {
          width: 100%;
          float: left;
          margin: 1.0rem 0;
          color: #5b5a5a; }
  @media screen and (max-width: 500px) {
    .modal_wrapper .modal .modal_title {
      padding: 0 1.0rem 1.0rem; }
    .modal_wrapper .modal .modal_content {
      padding: 1.0rem; } }

.customer-sidebar-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box; }
  .customer-sidebar-list a {
    cursor: pointer;
    padding: 0.75rem 1.0rem;
    float: left;
    width: 100%;
    color: #272727;
    font-size: 0.9rem;
    box-sizing: border-box; }
    .customer-sidebar-list a:hover {
      background: rgba(246, 249, 252, 0.6);
      font-weight: bold; }
    .customer-sidebar-list a.active {
      background: rgba(227, 230, 229, 0.3);
      font-weight: bold;
      color: #000000; }
    .customer-sidebar-list a li {
      list-style-type: none;
      width: 100%;
      float: left;
      cursor: inherit;
      box-sizing: border-box; }

.customer_tiles {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: flex-start; }
  .customer_tiles .customer_tile_wrapper {
    flex-basis: 33.333%;
    max-width: 33.33%;
    float: left;
    margin: 0 0 1.0rem;
    flex-grow: 1; }
    .customer_tiles .customer_tile_wrapper .customer_tile {
      background: #ffffff;
      width: calc(100% - 1rem);
      margin: 0 auto;
      padding: 1.0rem;
      border-top-width: 1px;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-left-width: 1px;
      border-style: solid;
      border-color: rgba(227, 230, 229, 0.8);
      -webkit-border-top-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -o-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      -o-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      -o-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -o-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px;
      box-sizing: border-box; }
  @media screen and (max-width: 900px) {
    .customer_tiles .customer_tile_wrapper {
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 500px) {
    .customer_tiles .customer_tile_wrapper {
      flex-basis: 100%;
      max-width: 100%; } }

.items-list {
  list-style-type: none;
  margin: 0;
  padding: 1.0rem;
  background: #ffffff;
  float: left;
  box-sizing: border-box; }
  .items-list li {
    padding: 1.0rem 0;
    float: left;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-style: solid;
    border-color: rgba(227, 230, 229, 0.8); }
    .items-list li:last-child {
      border-bottom: none; }

.slideshow_wrapper {
  width: 100%;
  float: left;
  margin: 0;
  position: relative; }

.slider {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  position: relative;
  float: left;
  display: table; }
  .slider .slide {
    width: 100%;
    float: left;
    height: auto;
    box-sizing: border-box;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    transform: translateY(-50%); }
    .slider .slide.active-slide {
      display: block; }
    .slider .slide .logo {
      width: 100%;
      float: left;
      padding: 0;
      margin: 0; }
      .slider .slide .logo img {
        max-height: 75px;
        margin: 0 auto; }
    .slider .slide .content {
      width: 100%;
      float: left;
      padding-top: 2.0rem;
      text-align: center; }
      .slider .slide .content .quote {
        width: 100%;
        padding: 0 3.0rem;
        float: left;
        font-size: 1.25rem;
        color: #000000;
        letter-spacing: normal; }
      .slider .slide .content .credit {
        width: 100%;
        padding: 1.5rem 3.0rem 0;
        float: left;
        font-size: 0.875rem;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: bold; }
  .slider .arrow-prev,
  .slider .arrow-next {
    z-index: 99;
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    width: auto;
    padding: 0;
    color: transparent;
    text-align: center;
    font-size: 4.0rem;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    box-sizing: border-box;
    line-height: normal;
    background-color: transparent;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -o-border-top-left-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -moz-border-radius-topright: 50%;
    -o-border-top-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomleft: 50%;
    -o-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    -o-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%; }
  .slider .arrow-prev {
    left: 0px; }
  .slider .arrow-next {
    right: 0px; }
  .slider:hover .arrow-next,
  .slider:hover .arrow-prev {
    color: fadeout(#000000, 40%); }
    .slider:hover .arrow-next:hover,
    .slider:hover .arrow-prev:hover {
      color: #000000;
      background: #ffffff; }
  .slider .slider-dots {
    list-style: none;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    z-index: 999; }
  .slider .slider-dots li {
    color: #000000;
    display: inline;
    font-size: 30px;
    margin-right: 5px; }
  .slider .slider-dots li.active-dot {
    color: #fd5b77; }

.design-portfolio {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .design-portfolio .design-portfolio-image-wrapper {
    width: calc(33.33% - 5px);
    height: 200px;
    background: #f6f9fc;
    margin: 0 0 5px;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out; }
    .design-portfolio .design-portfolio-image-wrapper .design-portfolio-image {
      display: block;
      width: 60%;
      height: 150px;
      margin: 25px auto 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
    .design-portfolio .design-portfolio-image-wrapper:hover {
      background: #eef4f9;
      transform: scale(1.05);
      transition: all 150ms ease-out;
      -webkit-transition: all 150ms ease-out; }
  @media screen and (max-width: 900px) {
    .design-portfolio .design-portfolio-image-wrapper {
      width: calc(50% - 2.5px); } }
  @media screen and (max-width: 500px) {
    .design-portfolio .design-portfolio-image-wrapper {
      width: 100%; } }

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ejylka");
  src: url("fonts/icomoon.eot?ejylka#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ejylka") format("truetype"), url("fonts/icomoon.woff?ejylka") format("woff"), url("fonts/icomoon.svg?ejylka#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  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-info-large:before {
  content: ""; }

.icon-fingerprint:before {
  content: ""; }

.icon-copyright:before {
  content: ""; }

.icon-activity:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-down-left:before {
  content: ""; }

.icon-arrow-down-right:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-right-circle:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-up-left:before {
  content: ""; }

.icon-arrow-up-right:before {
  content: ""; }

.icon-award:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevrons-down:before {
  content: ""; }

.icon-chevrons-left:before {
  content: ""; }

.icon-chevrons-right:before {
  content: ""; }

.icon-chevrons-up:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-dollar-sign:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-feather:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-grid:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-help-circle:before {
  content: ""; }

.icon-image:before {
  content: ""; }

.icon-inbox:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-layers:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-maximize-2:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-message-square:before {
  content: ""; }

.icon-radio:before {
  content: ""; }

.icon-share-2:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-video:before {
  content: ""; }

.icon-x:before {
  content: ""; }

.icon-zap:before {
  content: ""; }

.icon-shoppilot:before {
  content: ""; }

.icon-blackolivedesign:before {
  content: ""; }

.icon-bullhorn2:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }
