:root {
  --background-color: #00496e;
  --navbar-background-color: #00496e;
  --navbar-background-border-color: #f68b20;
  --navbar-link-color: #ffffff;
  --navbar-link-hover-color: #f68b20;
  --main-logo-background: rgba(0, 73, 110, 0.85);
  --section-title-background: rgba(0, 73, 110, 0.85);
  --footer-background-color: #606060;
  --footer-border-color: #f68b20;
  --footer-copyright-background-color: #00334d;
  --footer-copyright-color: #ffffff;
  --footer-nav-color: #ffffff;
  --footer-nav-hover-background-color: #f68b20;
  --footer-nav-hover-color: #ffffff;
}

* {
  font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: var(--background-color);
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.navbar-default {
  background-color: var(--navbar-background-color);
  border-color: var(--navbar-background-border-color);
  height: 70px;
}
.navbar-default > div.container {
  background-color: var(--navbar-background-color);
}
.navbar-default .navbar-brand {
  color: var(--navbar-link-color);
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: var(--navbar-link-hover-color);
}
.navbar-default .navbar-text {
  color: var(--navbar-link-color);
}
.navbar-default .navbar-nav > li > a {
  color: var(--navbar-link-color);
  vertical-align: middle;
  line-height: 40px;
  height: 69px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: var(--navbar-link-hover-color);
}
.navbar-default .navbar-nav > li.dropdown > ul.dropdown-menu li.dropdown-header {
  background-color: #00496e;
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: var(--navbar-link-hover-color);
  background-color: var(--navbar-background-color);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: var(--navbar-link-hover-color);
  background-color: var(--navbar-background-color);
}
.navbar-default .navbar-toggle {
  border-color: var(--navbar-background-border-color);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: var(--navbar-background-color);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #e5e5e5;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: var(--navbar-background-border-color);
}
.navbar-default .navbar-link {
  color: var(--navbar-link-color);
}
.navbar-default .navbar-link:hover {
  color: var(--navbar-link-hover-color);
}
.navbar-default li.login > a {
  border-left: 1px solid #112F49;
}

.nav-title {
  margin: 0;
  padding: 0;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

ul.nav.nav-slim li > a {
  padding: 3px;
}

.nav-yamm-fw-img img {
  margin-bottom: 5px;
}

p.nav-text-sm {
  font-size: 7pt;
}

/*nav#mainmenu {top: 40px;}*/
nav#topnav {
  height: 40px;
  background-color: #202020;
  border-color: #000000;
}

nav#topnav .navbar-nav > li > a {
  line-height: 15px;
  vertical-align: middle;
  height: 40px;
  padding-top: 12px;
}

nav#topnav .navbar-nav > li {
  border-left: 1px solid #404040;
}

nav#topnav .navbar-nav > li:first-child {
  border-left: 0px;
}

nav#topnav a, nav#topnav a:link, nav#topnav a:visited {
  color: #E8903D;
}

nav#topnav a:hover, nav#topnav a:active {
  color: #202020;
}

nav#topnav span.badge {
  background-color: #E8903D;
}

nav#topnav a:hover > span.badge {
  background-color: #202020;
}

img.navbar-logo {
  height: 40px;
  margin: 0;
  padding: 0;
}

/*img.navbar-logo {height: 24px; margin:0;margin-top:-2px;padding:0;}*/
.navbar-default li.donation-fund {
  background-color: #F38A2F;
}

.navbar-default li.nav-sep-bar {
  border-left: 1px solid #353535;
}

@media (max-width: 1199px) {
  img.navbar-logo {
    height: auto;
    max-width: 160px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    background-color: #00496e;
    margin-top: 10px;
  }
  .navbar-collapse ul.pull-right {
    float: none !important;
    text-align: center;
  }

  .navbar-default .navbar-nav .open .dropdown-menu {
    color: #e5e5e5;
    background-color: #00334d;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #e5e5e5;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #CE2027;
  }
  .navbar-default li.nav-sep-bar {
    border-left: 0px;
  }

  img.navbar-logo {
    height: auto;
    margin: 0;
    padding: 0;
    max-width: 200px;
  }

  nav#topnav .navbar-nav > li > a {
    line-height: 15px;
    vertical-align: middle;
    height: 40px;
    padding-top: 5px;
  }
}
.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.drop-shadow {
  -webkit-box-shadow: 14px 14px 14px -10px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 14px 14px 14px -10px rgba(0, 0, 0, 0.42);
  box-shadow: 14px 14px 14px -10px rgba(0, 0, 0, 0.42);
}

.drop-shadow-theme-1 {
  -webkit-box-shadow: 14px 14px 14px -10px rgba(0, 73, 110, 0.42);
  -moz-box-shadow: 14px 14px 14px -10px rgba(0, 73, 110, 0.42);
  box-shadow: 14px 14px 14px -10px rgba(0, 73, 110, 0.42);
}

.drop-shadow-theme-2 {
  -webkit-box-shadow: 14px 14px 14px -10px rgba(246, 139, 32, 0.42);
  -moz-box-shadow: 14px 14px 14px -10px rgba(246, 139, 32, 0.42);
  box-shadow: 14px 14px 14px -10px rgba(246, 139, 32, 0.42);
}

.drop-shadow-light {
  -webkit-box-shadow: 14px 14px 14px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 14px 14px 14px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 14px 14px 14px -10px rgba(0, 0, 0, 0.3);
}

.img-drop-shadow {
  -webkit-filter: drop-shadow(14px 14px 14px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(14px 14px 14px rgba(0, 0, 0, 0.3));
}

img.desaturate {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  /*filter: url(desaturate.svg#greyscale);*/
}

section#pageheader-imgfs {
  position: relative;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#pageheader-imgfs.success-idea2 {
  background-image: url(/media/slides/fs-success-idea2.jpg);
}
section#pageheader-imgfs.tech1 {
  background-image: url(/media/slides/fs-tech1-01.jpg);
}
section#pageheader-imgfs.tech2 {
  background-image: url(/media/slides/fs-tech2-01.jpg);
}
section#pageheader-imgfs.tech3 {
  background-image: url(/media/slides/fs-tech3-01.jpg);
}
section#pageheader-imgfs.dev1 {
  background-image: url(/media/slides/fs-dev1-01.jpg);
}
section#pageheader-imgfs.sun-buildings {
  background-image: url(/media/slides/fs-sun-buildings.jpg);
}
section#pageheader-imgfs.business-network-1 {
  background-image: url(/media/slides/fs-business-network-1.jpg);
  background-position: bottom center;
}
section#pageheader-imgfs.business-marketing-1 {
  background-image: url(/media/slides/fs-business-marketing-1.jpg);
  background-position: center center;
}
section#pageheader-imgfs.business-marketing-2 {
  background-image: url(/media/slides/fs-business-marketing-2.jpg);
  background-position: top center;
}
section#pageheader-imgfs.citytech-01 {
  background-image: url(/media/slides/fs-citytech-01.jpg);
  background-position: bottom center;
}
section#pageheader-imgfs.citytech-02 {
  background-image: url(/media/slides/fs-citytech-02.jpg);
  background-position: bottom center;
}
section#pageheader-imgfs.business-traveler {
  background-image: url(/media/slides/fs-business-traveler.jpg);
  background-position: top center;
}
section#pageheader-imgfs.smallbusiness-01 {
  background-image: url(/media/slides/fs-smallbusiness-01.jpg);
  background-position: top center;
}
section#pageheader-imgfs.smallbusiness-02 {
  background-image: url(/media/slides/fs-smallbusiness-02.jpg);
  background-position: top center;
}
section#pageheader-imgfs.smallbusiness-03 {
  background-image: url(/media/slides/fs-smallbusiness-03.jpg);
  background-position: top center;
}
section#pageheader-imgfs.smallbusiness-04 {
  background-image: url(/media/slides/fs-smallbusiness-04.jpg);
  background-position: top center;
}
section#pageheader-imgfs.smallbusiness-05 {
  background-image: url(/media/slides/fs-smallbusiness-05.jpg);
  background-position: top center;
}
section#pageheader-imgfs.city-flash-01 {
  background-image: url(/media/slides/fs-city-flash.jpg);
  background-position: top center;
}
section#pageheader-imgfs.city-mall-night-01 {
  background-image: url(/media/slides/fs-city-mall-night.jpg);
  background-position: top center;
}
section#pageheader-imgfs > div.fslogo {
  width: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
section#pageheader-imgfs > div.fslogo-black {
  width: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
}
section#pageheader-imgfs > div.fslogo-primarybg {
  width: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--main-logo-background);
  padding: 20px;
}

section#pageheader-img {
  position: relative;
  min-height: 520px;
  margin-top: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#pageheader-img.hipster-meeting {
  background-image: url(/media/slides/hipster-meeting.jpg);
}
section#pageheader-img.contact1 {
  background-image: url(/media/slides/contact1.jpg);
}
section#pageheader-img.legal-1 {
  background-image: url(/media/slides/legal-1.jpg);
}
section#pageheader-img.servers-1 {
  background-image: url(/media/slides/servers-1.jpg);
}
section#pageheader-img.network {
  background-image: url(/media/slides/network.jpg);
  background-position: bottom center;
}
section#pageheader-img.datacenter-1 {
  background-image: url(/media/slides/datacenter-1.jpg);
}
section#pageheader-img.webdev-1 {
  background-image: url(/media/slides/webdev-1.jpg);
}
section#pageheader-img.webapp-1 {
  background-image: url(/media/slides/webapp-1.jpg);
}
section#pageheader-img.mobileapp-1 {
  background-image: url(/media/slides/mobileapp-1.png);
}
section#pageheader-img.apidev-1 {
  background-image: url(/media/slides/apidev-1.jpg);
}
section#pageheader-img.desktopdev-1 {
  background-image: url(/media/slides/desktopdev-1.jpg);
  background-position: bottom center;
}
section#pageheader-img.iot-1 {
  background-image: url(/media/slides/iot-1.jpg);
}
section#pageheader-img.embedded-1 {
  background-image: url(/media/slides/embedded-1.jpg);
}
section#pageheader-img.abstract-1 {
  background-image: url(/media/slides/abstract-1.jpg);
}
section#pageheader-img.abstract-2 {
  background-image: url(/media/slides/abstract-2.jpg);
}
section#pageheader-img.abstract-3 {
  background-image: url(/media/slides/abstract-3.jpg);
}
section#pageheader-img.abstract-4 {
  background-image: url(/media/slides/abstract-4.jpg);
}
section#pageheader-img.abstract-5 {
  background-image: url(/media/slides/abstract-5.jpg);
}
section#pageheader-img.business-comm-1 {
  background-image: url(/media/slides/business-comm-1.jpg);
}
section#pageheader-img.business-comm-2 {
  background-image: url(/media/slides/business-comm-2.jpg);
}
section#pageheader-img.success-idea-1 {
  background-image: url(/media/slides/success-idea-1.jpg);
  background-position: top center;
}
section#pageheader-img > div.pgtitle {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--section-title-background);
}
section#pageheader-img > div.pgtitle.white {
  background-color: rgba(255, 255, 255, 0.9);
}
section#pageheader-img > div.pgtitle.theme-color-1 {
  background-color: rgba(0, 73, 110, 0.9);
}
section#pageheader-img > div.pgtitle.theme-color-2 {
  background-color: rgba(246, 139, 32, 0.9);
}
section#pageheader-img > div.pgtitle > h1 {
  padding: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0px;
  text-align: center;
  color: #EDE8F5;
  font-weight: 700;
  font-size: 40px;
}
section#pageheader-img > div.pgtitle.white > h1 {
  color: #282B3E;
}
section#pageheader-img.half-height {
  min-height: 260px;
}
section#pageheader-img.half-height > div.pgtitle > h1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  section.xs-nonav {
    margin-top: 70px;
  }

  section#pageheader-img {
    background-image: url(/media/slides/abstract-1.jpg) !important;
    min-height: 0px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding-top: 100px;
  }
  section#pageheader-img > div.pgtitle {
    width: 100vw;
    background-color: rgba(32, 32, 32, 0.8);
    margin-bottom: 20px;
  }
  section#pageheader-img > div.pgtitle > h1 {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  section#pageheader-imgfs > div.mb-bandxl > h1 {
    display: none;
  }
}
section#footer {
  background-color: var(--footer-background-color);
  padding-top: 15px;
  border-top: 5px solid var(--footer-border-color);
}
section#footer div.address {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
section#footer h3 {
  margin: 0px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #ffffff;
  border-bottom: 1px solid #a0a0a0;
}
section#footer ul.nav li a {
  padding: 5px;
}
section#footer ul.nav li a, section#footer ul.nav li a:link, section#footer ul.nav li a:active, section#footer ul.nav li a:visited {
  color: var(--footer-nav-color);
}
section#footer ul.nav li a:hover {
  background-color: var(--footer-nav-hover-background-color);
  color: var(--footer-nav-hover-color);
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
section#footer div.social {
  text-align: center;
  color: #ffffff;
  padding: 5px;
}
section#footer div.social a {
  padding: 5px;
}
section#footer div.social a:link, section#footer div.social a:active, section#footer div.social a:visited {
  color: #ffffff;
}
section#footer div.social i.fa {
  font-weight: 900;
  font-size: 20pt;
}
section#footer div.payicons {
  color: #ffffff;
  text-align: center;
  font-size: 20pt;
  padding-top: 15px;
}
section#footer div.copyright {
  background-color: var(--footer-copyright-background-color);
  color: var(--footer-copyright-color);
  padding: 10px;
  margin-top: 15px;
  font-size: 9pt;
}
section#footer div.brands {
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
section#footer div.brands img {
  margin: 10px;
}
section#footer div.logos img {
  height: 40px;
}
section#footer p .text-small {
  font-size: 8pt;
  color: #fff;
}
section#footer p a, section#footer p a:link, section#footer p a:active, section#footer p a:visited {
  text-decoration: underline;
  color: #ffffff;
}
section#footer p a:hover {
  color: #a3a3a3;
}
section#footer h4.logo-sub {
  margin: 0px;
  text-align: center;
  color: #ffffff;
}
section#footer h4.logo-sub > span {
  display: block;
}
section#footer div.bottom-nav {
  text-align: center;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px dashed #707070;
}
section#footer div.bottom-nav a {
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
}
section#footer div.bottom-nav a:hover {
  background-color: #f68b20;
  border-radius: 5px;
  text-decoration: none;
}

section.white-bg {
  background-color: #ffffff;
}

section.content {
  padding: 15px;
}
section.content h1, section.content h2, section.content h3, section.content h4, section.content h5, section.content h6 {
  font-weight: bolder;
}
section.content h2.section-title {
  font-size: 3rem;
}
section.content h2.section-title > span {
  color: #F0B34E;
  display: block;
}
section.content h3.section-sub-title {
  font-size: 2rem;
}
section.content h3.section-sub-title > span {
  color: #F0B34E;
  display: block;
}
section.content img.neg-icon {
  margin-top: -65px;
}
section.content p {
  font-size: 15pt;
}
section.content p.legal {
  font-size: 9pt;
}
section.content p.legal-note {
  font-size: 15pt;
}
section.content div.disclaimers {
  padding: 10px;
}
section.content div.disclaimers > p {
  font-size: 10pt;
  margin: 0px;
  padding-bottom: 5px;
}
section.content.list-normal-font ul li {
  font-size: 15pt;
}

section.content.no-img-title {
  padding: 80px 15px;
}

section.light-bg {
  background-color: #ECECEC;
}

div.partnerlist div[class^=col-sm-] > img {
  padding: 10px;
}

@media (max-width: 767px) {
  section.subscribe .form-control {
    width: 100%;
    display: block;
  }

  section.subscribe .btn-default {
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
}
section.trustedby {
  padding: 20px;
}
section.trustedby h2.section-title {
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
}
section.trustedby div.col {
  padding-top: 5px;
  padding-bottom: 10px;
}

div.container.services > div.row {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
  padding-top: 15px;
}

div.container.services > div.row:last-child {
  border-bottom: 0px solid #f3f3f3;
  padding-bottom: 15px;
  padding-top: 15px;
}

div.container.services > div.row > div[class^=col-] > h2 {
  margin-top: 0px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

div.container.mediarelations p {
  font-size: 12pt;
}

.page-content-legal p, .page-content-legal address {
  font-size: 14pt !important;
  display: block;
}
.page-content-legal h2 {
  font-size: 18pt;
  font-weight: 700;
  margin-top: 30px;
}
.page-content-legal ul li, .page-content-legal ol li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14pt;
}
.page-content-legal ul.nopad > li, .page-content-legal ol.nopad > li {
  padding-top: 0px;
  padding-bottom: 0px;
}

div.container.privacypolicy {
  font-size: 12pt;
}

div.container.privacypolicy p {
  font-size: 12pt;
}

div.container.privacypolicy ol li > ul {
  list-style-type: none;
  padding-left: 0;
}

div.container.privacypolicy ol li > ul li > ul {
  list-style-type: none;
  padding-left: 25px;
}

div.container.privacypolicy li {
  padding-bottom: 10px;
  padding-top: 10px;
}

div.container.privacypolicy ol li ol.nopad > li {
  padding-top: 0px;
  padding-bottom: 0px;
}

div.container.privacypolicy ol li ul.nopad > li {
  padding-top: 0px;
  padding-bottom: 0px;
}

div.contactus > div {
  border-bottom: 1px solid #c2c2c2;
  padding: 15px;
}

div.contactus > div:last-child {
  border-bottom: 0px;
}

div.contactus > div > h2 {
  margin-top: 0px;
  color: #606060;
  font-weight: bolder;
}

div.contactus-locations {
  border-top: 1px solid #c2c2c2;
  padding-top: 20px;
}

div.contactus-locations div.details h2 {
  margin-top: 0px;
  color: #606060;
  font-weight: bolder;
}

div.how-we-invest div.row {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
}

div.how-we-invest div.row:last-child {
  border-bottom: 0px;
}

div.how-we-invest h3 {
  margin: 0px;
  margin-bottom: 10px;
}

div.how-we-invest h3 > span {
  background-color: #67B826;
  color: #ffffff;
  padding: 5px;
}

div.how-we-invest h3 > span.blue {
  background-color: #0080FF;
}

div.job-details div.panel-body p {
  font-size: 11pt;
}

.no-margin-top {
  margin-top: 0px;
}

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

.margin-bottom-15 {
  margin-bottom: 15px;
}

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

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

.mbjs-notify-container {
  position: absolute;
  width: 100%;
  top: 0px;
}

.mbjs-notify-container .mbjs-notify {
  width: 100%;
  position: relative;
  top: 70px;
  z-index: 1000;
}

div.price-compare {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

/*div.price-compare table { border-collapse:collapse; table-layout:fixed; width:100%; }*/
div.price-compare table {
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
}

div.price-compare td, div.price-compare th {
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  padding: 10px;
  empty-cells: show;
  text-align: left;
  height: 53px;
  vertical-align: middle !important;
}

div.price-compare tr:first-child th:first-child {
  border-right: 1px solid #DDD;
}

div.price-compare th {
  background: #F3F3F3;
  font-weight: bolder;
  border-color: #DDD;
  border-top: 1px solid #DDD;
}

div.price-compare td + td, div.price-compare th + th {
  text-align: center;
}

div.price-compare td:first-child {
  border-left: 1px solid #DDD;
}

div.price-compare tbody tr:first-child td:first-child {
  border-top: 1px solid #DDD;
}

div.price-compare .border-purple {
  border-top: 3px solid #A32362;
}

div.price-compare .border-purple-bottom {
  border-bottom: 3px solid #A32362;
}

div.price-compare .border-blue {
  border-top: 3px solid #0097CF;
}

div.price-compare .border-blue-bottom {
  border-bottom: 3px solid #0097CF;
}

div.price-compare .sep {
  background: #F5F5F5;
  font-weight: bold;
}

div.price-compare .txt-l {
  font-size: 28px;
  font-weight: bold;
}

div.price-compare .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}

div.price-compare .tick {
  font-size: 18px;
  color: #2CA01C;
}

div.price-compare .xmark {
  font-size: 18px;
  color: #C3C3C3;
}

div.price-compare .hide-cell {
  border: 0;
  background: none;
}

div.price-compare small {
  display: block;
}

@media (min-width: 640px) {
  div.price-compare td, div.price-compare th {
    display: table-cell !important;
    width: 330px;
  }

  div.price-compare td + td, div.price-compare th + th {
    width: auto;
  }
}
@media (max-width: 640px) {
  div.price-compare table {
    border-collapse: separate;
    table-layout: fixed;
    width: auto;
  }

  div.price-compare td, div.price-compare th {
    display: table-cell !important;
  }

  div.price-compare td + td, div.price-compare th + th {
    width: auto;
  }
}
div.resource-item {
  border: 1px solid #c2c2c2;
  background-color: #f3f3f3;
  margin-bottom: 10px;
  padding: 20px;
}
div.resource-item > h3 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 14pt;
}
div.resource-item > h4 {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 12pt;
}
div.resource-item > p {
  font-size: 10pt;
  margin: 0;
  margin-bottom: 5px;
}

section.content-bgimg {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.content-bgimg.img-well {
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8);
}

section.content-bgimg,
section.content-bgalt {
  padding: 40px 10px;
}
section.content-bgimg h3.section-title,
section.content-bgalt h3.section-title {
  text-align: center;
  text-decoration: underline;
  color: #3D52A0;
  margin-top: 0px;
  margin-bottom: 40px;
}

section.content-imgwell {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.8);
}
section.content-imgwell h2.section-title {
  margin: 0px;
  font-weight: bolder;
  text-align: center;
  font-size: 18pt;
}
section.content-imgwell > div.overlay {
  padding: 40px 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
section.content-imgwell > div.overlay h2.section-title {
  color: #ffffff;
  text-shadow: 2px 2px 5px #000000;
}
section.content-imgwell > div.overlay.overlay-white {
  background-color: rgba(255, 255, 255, 0.4);
}
section.content-imgwell > div.overlay.overlay-white h2.section-title {
  color: #000000;
  text-shadow: 2px 2px 5px #ffffff;
}

.bgimg-hipster-meeting {
  background-image: url("/media/slides/hipster-meeting.jpg");
}

.bgimg-contact1 {
  background-image: url("/media/slides/contact1.jpg");
}

.bgimg-legal-1 {
  background-image: url("/media/slides/legal-1.jpg");
}

.bgimg-servers-1 {
  background-image: url("/media/slides/servers-1.jpg");
}

.bgimg-network {
  background-image: url("/media/slides/network.jpg");
  background-position: bottom center;
}

.bgimg-datacenter-1 {
  background-image: url("/media/slides/datacenter-1.jpg");
}

.bgimg-webdev-1 {
  background-image: url("/media/slides/webdev-1.jpg");
}

.bgimg-webapp-1 {
  background-image: url("/media/slides/webapp-1.jpg");
}

.bgimg-mobileapp-1 {
  background-image: url("/media/slides/mobileapp-1.png");
}

.bgimg-apidev-1 {
  background-image: url("/media/slides/apidev-1.jpg");
}

.bgimg-desktopdev-1 {
  background-image: url("/media/slides/desktopdev-1.jpg");
  background-position: bottom center;
}

.bgimg-iot-1 {
  background-image: url("/media/slides/iot-1.jpg");
}

.bgimg-embedded-1 {
  background-image: url("/media/slides/embedded-1.jpg");
}

.bgimg-abstract-1 {
  background-image: url("/media/slides/abstract-1.jpg");
}

.bgimg-abstract-2 {
  background-image: url("/media/slides/abstract-2.jpg");
}

.bgimg-abstract-3 {
  background-image: url("/media/slides/abstract-3.jpg");
}

.bgimg-abstract-4 {
  background-image: url("/media/slides/abstract-4.jpg");
}

.bgimg-abstract-5 {
  background-image: url("/media/slides/abstract-5.jpg");
}

.text-gold-gradient {
  background-image: linear-gradient(#F9F295, #E0AA3E, #FAF398, #B88A44);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

section.content.break {
  border-top: 2px solid #3D52A0;
  border-bottom: 2px solid #3D52A0;
}

img.float.float-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
img.float.float-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
img.float.width-200 {
  width: 200px;
}
img.float.width-225 {
  width: 225px;
}
img.float.width-250 {
  width: 250px;
}
img.float.width-275 {
  width: 275px;
}
img.float.width-300 {
  width: 300px;
}
img.float.width-325 {
  width: 325px;
}
img.float.width-350 {
  width: 350px;
}
img.float.width-375 {
  width: 375px;
}
img.float.width-400 {
  width: 400px;
}

div.icon-block {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 15px;
  height: 100%;
  border-radius: 10px;
}
div.icon-block > h3 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 2rem;
  text-align: center;
}
div.icon-block > h3 > span {
  display: block;
  color: #f68b20;
}
div.icon-block > h3 > span > i.fa {
  font-size: 7rem;
  margin-bottom: 5px;
}
div.icon-block > p {
  font-size: 1.4rem;
}
div.icon-block div.icon-block-actions {
  text-align: center;
  margin-bottom: 5px;
}
div.icon-block div.icon-block-actions a.btn {
  background-color: #f68b20;
  color: #ffffff;
  padding: 10px;
  border: 1px solid #bb6108;
  border-radius: 6px;
}
div.icon-block div.icon-block-actions a {
  color: #f68b20;
  text-decoration: none;
}
div.icon-block div.icon-block-actions a:hover {
  color: #00496e;
  text-decoration: none;
}
div.icon-block:hover {
  cursor: pointer;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
div.icon-block:hover > h3 > span {
  color: #00496e;
}
div.icon-block:hover div.icon-block-actions a {
  color: #00496e;
}
div.icon-block:hover div.icon-block-actions a.btn {
  background-color: #00496e;
  border: 1px solid #00334d;
}

div.row.cols-samesize {
  padding-top: 30px;
}
div.row.cols-samesize > div[class^=col-] {
  margin-bottom: 30px;
}

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

div.panel.press-release div.panel-body p {
  font-size: 11pt;
}

.service-status .sys-status-good {
  color: #008000;
}
.service-status .sys-status-error {
  color: #B22222;
}
.service-status .sys-status-warn {
  color: #DAA520;
}
.service-status .sys-status-info {
  color: #337ab7;
}
.service-status div.cell {
  padding: 6px;
}
.service-status div.cell > div {
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  padding: 10px;
}
.service-status div.cell > div > i.fa {
  margin-right: 5px;
}
.service-status div.cell > div:hover {
  background-color: #f3f3f3;
}

ul.list-solutions-includes {
  list-style-type: none;
  padding-left: 0px;
  text-align: center;
}
ul.list-solutions-includes li {
  display: inline-block;
  padding: 10px 15px;
  font-size: 14pt;
  border: 1px solid #f68b20;
  border-radius: 10px;
  margin: 5px;
}
ul.list-solutions-includes li > i.fa {
  color: #f68b20;
  margin-right: 10px;
  margin-left: 5px;
}

/*# sourceMappingURL=site.css.map */
