/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

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

.ClearFix:after {
  content: "";
  display: table;
  clear: both; }


html {
  /*background-image: url('/img/site-background.jpg');
    background-size: auto;
    background-repeat: no-repeat;*/ }

body {
  background-image: url("/img/page-background1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  background-color: #1a0d04; }

h1 {
  font-family: "ModernSansThin";
  font-weight: normal;
  font-size: 60px;
  /*color: deepskyblue;*/ }

h2 {
  font-family: "ModernSansThin";
  font-weight: normal;
  font-size: 36px; }

p {
  font-family: "ModernSansThin";
  font-weight: normal;
  font-size: 20px; }

li {
  font-family: "ModernSansThin";
  font-weight: normal; }

a {
  text-decoration: none;
  transition: background-color 0.1s linear, color 0.1s linear; }

/**********************************************************************************************/
/********************************** HOMEPAGE SCREENS ******************************************/
#ScreenCollection {
  transition: background-color 0.3s linear;
  margin-top: 90vh; }

.Screen {
  display: block;
  position: relative;
  transition: background-color 0.3s linear;
  height: 100vh;
  overflow: hidden; }

.Screen ul {
  margin: 0px;
  padding: 0px; }

.Screen li {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 10px;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 8px;
  margin-right: 5px;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase; }

.Screen .Text h1 {
  color: white;
  font-size: 5vh; }

.Screen .Text h2 {
  color: white;
  font-size: 3vh; }

.Screen .Text {
  position: absolute;
  top: 30vh;
  color: rgba(255, 255, 255, 0.9); }

.Screen.Left .Text {
  left: 15vw;
  width: 35vw; }

.Screen.Right .Text {
  right: 15vw;
  width: 35vw; }

@media only screen and (min-width: 1101px) {
  .Screen .Image img {
    height: 70vh; }
  .Screen.Left .Image {
    position: absolute;
    left: 60vw;
    top: 20vh; }
  .Screen.Right .Image {
    position: absolute;
    right: 60vw;
    top: 20vh; } }

@media only screen and (min-width: 415px) and (max-width: 1100px) {
  .Screen.Left .Text, .Screen.Right .Text {
    left: 10vw;
    width: 80vw;
    top: 15vh;
    text-align: center; }
  .Screen .Image img {
    width: 80vw;
    margin-left: 10vw;
    margin-top: 55vh; } }

@media only screen and (max-width: 414px) {
  .Screen.Left .Text, .Screen.Right .Text {
    left: 10vw;
    width: 80vw;
    top: 15vh;
    text-align: center; }
  .Screen .Image img {
    width: 80vw;
    margin-left: 10vw;
    margin-top: 68vh; }
  .Screen li {
    padding: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.5vw; } }

/**********************************************************************************************/
/********************************** HEADER STYLING ********************************************/
#Header {
  z-index: 50;
  transition: linear 0.3s;
  transition: background-color .3s linear;
  position: fixed;
  width: 100%;
  top: 0px;
  box-sizing: border-box;
  background-color: transparent;
  height: auto; }

#Header.Compact {
  height: 80px;
  background-color: rgba(0, 0, 0, 0.7); }

#Header .MenuIcons {
  position: fixed;
  right: 75px;
  top: 50px; }

#Header.Compact .MenuIcons {
  right: 50px;
  top: 30px; }

#Header .MenuIcons img {
  height: 27px;
  padding-top: 5px; }

#Header.Compact .MenuIcons img {
  height: 27px;
  padding-top: 5px; }

#Header .PhoneNumber {
  font-size: 34px;
  vertical-align: top;
  font-family: "ModernSansThin";
  color: white; }

#Header .Logo {
  top: 75px;
  left: 100px;
  position: absolute;
  background-image: url("/img/logo-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 75px;
  width: 300px;
  transition: .2s linear;
  cursor: pointer; }

#Header.Compact .Logo {
  top: 28px;
  left: 50px;
  height: 40px;
  background-image: url("/img/logo-white.png"); }

#Header .MainMenu {
  position: absolute;
  display: block;
  vertical-align: top;
  text-align: left;
  top: 107px;
  left: 400px;
  transition: .2s linear; }

#Header.Compact .MainMenu {
  top: 37px;
  left: 250px; }

#Header .MainMenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

#Header .MainMenu li {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5vw;
  font-size: 20px; }

#Header.Compact .MainMenu li {
  font-size: 16px;
  margin-top: 7px; }

#Header .MainMenu a {
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  cursor: pointer; }

#Header.Compact .MainMenu a {
  color: white; }

#Header .MainMenu a:hover {
  background-color: #055fcd;
  color: white; }

@media only screen and (min-width: 1101px) {
  #ContentContainer {
    width: 100%;
    margin: 0 auto; }
  #Header .MenuIcons {
    right: 75px;
    top: 50px; } }

@media only screen and (min-width: 800px) and (max-width: 1100px) {
  #Header .Logo {
    top: 28px; }
  #Header .MainMenu {
    display: none; }
  #Header .MenuIcons {
    right: 100px;
    top: 32px; }
  #Header.Compact .MenuIcons {
    right: 100px;
    top: 30px; } }

@media only screen and (max-width: 800px) {
  #Header .Logo {
    top: 28px;
    left: 50px;
    height: 40px; }
  #Header.Compact .Logo {
    top: 28px; }
  #Header .MainMenu {
    display: none; }
  #Footer {
    text-align: center; }
  #Header .MenuIcons {
    display: none; }
  #Header.Compact .MenuIcons {
    display: none; } }

/**********************************************************************************************/
/********************************** HOMEPAGE FEATURE STYLING **********************************/
#HomepageFeature {
  /*background-image: url('/img/footer-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;*/
  /*height: 40vw;
    max-height:900px;*/
  margin-top: 300px; }

#HomepageFeature .BigQuote {
  font-size: 4vw;
  color: white;
  margin: 10vw;
  margin-left: 30vw;
  font-family: "ModernSansThin";
  font-weight: normal;
  font-size: 4vw;
  position: fixed;
  top: 30vh;
  z-index: -999; }

@media only screen and (min-width: 415px) and (max-width: 1100px) {
  #HomepageFeature .BigQuote {
    font-size: 5vw; } }

@media only screen and (max-width: 414px) {
  #HomepageFeature .BigQuote {
    font-size: 8vw;
    top: 25vh; } }

/******************************************************************************************/
/********************************** GET IN TOUCH STYLING **********************************/
#GetInTouch {
  /*background-color: darkorchid;*/
  background-image: url("/img/getintouch-bg4.jpg");
  background-size: cover;
  background-position: center center;
  padding: 4vw;
  text-align: center;
  transition: height 1s linear; }

#GetInTouch input {
  padding: 15px 50px;
  padding-left: 60px;
  height: unset;
  border-radius: 10px; }

#GetInTouch textarea {
  padding-left: 60px;
  border-radius: 10px;
  padding-top: 15px; }

#GetInTouch h1 {
  margin-top: 0px;
  color: white;
  font-size: 4.5vh; }

#GetInTouch h2 {
  margin-top: 0px;
  color: white;
  font-size: 3.5vh; }

#GetInTouch p {
  color: white;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: 2vh; }

#GetInTouch textarea {
  height: 100px; }

#GetInTouch .FullName {
  background-image: url("/img/form/user.png");
  background-position: 15px 13px; }

#GetInTouch .Company {
  background-image: url("/img/form/company.png");
  background-position: 15px 13px; }

#GetInTouch .Message {
  background-image: url("/img/form/bubble.png");
  background-position: 15px 13px; }

#GetInTouch .Email {
  background-image: url("/img/form/email.png");
  background-position: 15px 13px; }

#GetInTouch .Phone {
  background-image: url("/img/form/phone.png");
  background-position: 15px 13px; }

@media only screen and (min-width: 1101px) {
  #GetInTouch input {
    width: 350px; }
  #GetInTouch .FullName {
    margin-right: 15px; }
  #GetInTouch .Phone {
    margin-top: 15px;
    margin-right: 15px; }
  #GetInTouch .Email {
    margin-top: 15px; }
  #GetInTouch .Message {
    margin-top: 15px;
    margin-bottom: 10px; }
  #GetInTouch .LetsTalk {
    margin-top: 15px; }
  #GetInTouch p {
    max-width: 600px; }
  #GetInTouch textarea {
    width: 715px; }
  #GetInTouch {
    padding-top: 5vh;
    padding-bottom: 5vh; } }

@media only screen and (min-width: 415px) and (max-width: 1100px) {
  #GetInTouch p {
    max-width: 600px; }
  #GetInTouch input, #GetInTouch textarea {
    width: 95%;
    max-width: 600px;
    margin-bottom: 15px; }
  #GetInTouch .LetsTalk {
    margin-top: 10px; } }

@media only screen and (max-width: 414px) {
  #GetInTouch p {
    padding-left: 15px;
    padding-right: 15px; }
  #GetInTouch input, #GetInTouch textarea {
    width: 95%;
    margin-bottom: 15px; }
  #GetInTouch .LetsTalk {
    margin-top: 10px; }
  #GetInTouch {
    padding-top: 5vh;
    padding-bottom: 5vh; } }

/************************************************************************************/
/********************************** FOOTER STYLING **********************************/
#Footer {
  background-image: url("/img/footer-bg.jpg");
  background-size: cover;
  background-position: center center;
  padding: 5vw;
  padding-bottom: 20px;
  color: #dddddd; }

#Footer .Container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

#Footer .Contact {
  display: block;
  vertical-align: top;
  text-align: center; }

#Footer .Contact .Logo {
  width: 250px; }

#Footer .Contact p {
  font-size: 18px;
  padding: 20px; }

#Footer h2 {
  font-family: "ModernSansThin";
  font-weight: normal;
  font-size: 22px;
  margin-top: 0px; }

#Footer a {
  color: #bbbbbb;
  padding-left: 6px;
  padding-right: 6px; }

#Footer a:hover {
  background-color: #3399ff;
  color: #000000; }

#Footer ul {
  list-style: none;
  padding-left: 0px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px; }

#Footer li {
  display: inline-block;
  vertical-align: top; }

#Footer li li {
  display: block;
  padding-left: 0px; }

#Footer .Legal {
  font-size: 11px;
  color: #bbbbbb;
  text-align: center;
  margin-top: 20px; }

@media only screen and (min-width: 1101px) {
  #Footer ul ul {
    padding-left: 16px; }
  #Footer .About {
    width: 175px; }
  #Footer .Solutions {
    width: 250px; }
  #Footer .Support {
    width: 225px; } }

@media only screen and (max-width: 414px) {
  #Footer {
    text-align: center; }
  #Footer ul {
    margin: 0px;
    padding: 0px; }
  #Footer li {
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 15px; }
  #Footer h2 {
    margin-bottom: 8px; } }

/************************************************************************************/
/*********************************** POPUP STYLING **********************************/
#Popup {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  transition: opacity linear 1s;
  display: none; }

.AbsoluteCenter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: blueviolet;
  padding: 50px;
  color: white;
  text-align: center; }

#Popup h1 {
  color: white;
  font-size: 30px; }

#Popup input {
  display: block;
  width: 100%;
  margin-bottom: 5px; }

#Popup .Login .Username {
  background-image: url("/img/form/user.png"); }

#Popup .Login .Password {
  background-image: url("/img/form/phone.png");
  margin-bottom: 20px; }

/**************************************************************************************************************/
/******** Mobile device menu */
/**************************************************************************************************************/
#MobileMenu {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 40px;
  right: 80px; }

#MobileMenu .Hamburger {
  display: inline-block;
  position: absolute;
  z-index: 999;
  -webkit-user-select: none;
  user-select: none; }

#MobileMenu .Hamburger input {
  display: inline-block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none; }

/* This is the hamburger part */
#MobileMenu .Hamburger span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 1px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.2s ease; }

#MobileMenu .Hamburger span:first-child {
  transform-origin: 0% 0%; }

#MobileMenu .Hamburger span:nth-last-child(2) {
  transform-origin: 0% 100%; }

/* active state */
#MobileMenu .Hamburger input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(2px, 0px);
  background: #ffffff; }

/* middle bar  */
#MobileMenu .Hamburger input:checked ~ span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

/* bottom bar */
#MobileMenu .Hamburger input:checked ~ span:nth-last-child(1) {
  opacity: 1;
  transform: rotate(-45deg) translate(-2px, 0px); }

#MobileMenuPopup {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 10;
  display: block;
  text-align: center;
  position: fixed;
  bottom: 100vh;
  left: 0px;
  height: 110vh;
  padding-top: 25vh;
  transition: bottom cubic-bezier(0.19, 1.14, 0.74, 1.12) 0.35s;
  box-sizing: border-box;
  overflow-y: scroll; }

#MobileMenuPopup a {
  color: #cccccc;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 8vw;
  cursor: pointer; }

#MobileMenuPopup a:hover {
  background-color: #3399ff; }

#MobileMenuPopup ul {
  list-style: none;
  padding-left: 0px; }

#MobileMenuPopup li {
  vertical-align: top;
  margin-top: 4vh; }

#MobileMenuPopup li li {
  display: block;
  padding-left: 0px; }

@media only screen and (min-width: 1101px) {
  #MobileMenu, #MobileMenuPopup {
    display: none; } }

@media only screen and (min-width: 415px) and (max-width: 1100px) {
  #MobileMenu, #MobileMenuPopup {
    display: block; } }

@media only screen and (max-width: 414px) {
  #MobileMenu, #MobileMenuPopup {
    display: block; } }


/**************************************************************************************************************/
/* Web font definitions */
/**************************************************************************************************************/
@font-face {
  font-family: 'ModernSansUltraLight';
  src: url("/font/modernsans-ultraligcond-webfont.woff2") format("woff2"), url("/font/modernsans-ultraligcond-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'ModernSansLight';
  src: url("/font/modernsans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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


/*******************************************************************************************/
/********************************** FORM ELEMENTS STYLING **********************************/
input {
  border: none;
  padding: 5px;
  height: 44px;
  font-size: 20px;
  font-family: "ModernSansLight";
  transition: background-color 0.25s linear, box-shadow .25s linear, opacity .25s linear, color .25s linear;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0px; }

input:focus, textarea:focus, select:focus {
  background-color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  outline: none; }

input.icon, textarea.icon {
  padding-left: 50px;
  background-size: 26px;
  background-position-y: 9px;
  background-position-x: 9px;
  background-repeat: no-repeat; }

input.error, textarea.error {
  border-left-color: #f14950;
  border-left-style: solid;
  border-left-width: 8px;
  /*background-color: rgba(241, 73, 80, .2);
    transition: background-color 1s linear;*/ }

textarea {
  border: none;
  padding: 5px;
  padding-top: 10px;
  font-size: 20px;
  font-family: "ModernSansLight";
  border-radius: 0px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.85);
  transition: background-color 0.25s linear, box-shadow .25s linear, opacity .25s linear; }

select {
  background-color: rgba(255, 255, 255, 0.85);
  border: none;
  padding: 5px;
  font-family: "ModernSansLight";
  font-size: 20px;
  border-radius: 0px;
  box-sizing: border-box;
  height: 44px; }

input[type="button"].solid, input[type="submit"].solid {
  background-color: white;
  opacity: 0.9; }

input[type="button"].border, input[type="submit"].border {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.85);
  opacity: 0.9;
  color: white; }

input[type="button"]:hover, input[type="submit"]:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.85);
  color: #3375b6;
  cursor: pointer; }


/********************************************************************************************/
/********************************** HOMEPAGE TILES STYLING **********************************/
#ContentContainer .Tiles {
  width: 100%;
  overflow: hidden;
  max-width: 1400px;
  display: block;
  margin: auto; }

.TileContainer {
  overflow: hidden;
  float: left; }

.Tile {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.75;
  position: relative;
  -ms-transition: transform 2s linear, opacity 0.5s linear;
  transition: transform 2s linear, opacity 0.5s linear;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.Tile:hover {
  opacity: 1;
  transform: scale(1.072, 1.072);
  -webkit-transform: scale(1.072, 1.072);
  -moz-transform: scale(1.072, 1.072);
  -ms-transform: scale(1.072, 1.072); }

.Tile h1 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0px;
  padding: 0px;
  color: white;
  font-size: 3vw;
  font-family: "ModernSansLight";
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }

.WebDesign {
  background-image: url("/img/tile1.jpg"); }

.WebApps {
  background-image: url("/img/tile2.jpg"); }

.WebApi {
  background-image: url("/img/tile3.jpg"); }

.Security {
  background-image: url("/img/tile2.jpg"); }

.Performance {
  background-image: url("/img/tile3.jpg"); }

.Infrastructure {
  background-image: url("/img/tile1.jpg"); }

@media only screen and (min-width: 1101px) {
  .TileContainer {
    width: 33.33333333%;
    height: 21vw;
    max-width: 600px;
    max-height: 400px; } }

@media only screen and (min-width: 415px) and (max-width: 1100px) {
  .TileContainer {
    width: 50%;
    height: 32vw; } }

@media only screen and (max-width: 414px) {
  .TileContainer {
    width: 100%;
    height: 63vw; } }