/* FONTS */
@font-face {
  font-family: "Proxima Nova";
  src: url("/Frontend/Fonts/ProximaNova-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: bold;
  src: url("/Frontend/Fonts/ProximaNova-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  src: url("/Frontend/Fonts/ProximaNova-RegItalic.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova Light";
  src: url("/Frontend/Fonts/ProximaNova-Light.otf") format("opentype");
}
@font-face {
  font-family: "Proxima Nova Light";
  font-style: italic;
  src: url("/Frontend/Fonts/ProximaNova-LightItalic.otf") format("opentype");
}
/*- FONTS -*/
/* COLORS */
.red {
  color: #cc3433;
}
.red-resources {
  color: #cc0000;
}
.light-grey {
  color: #8d8d8d;
}
.light-grey-1 {
  color: #8f8f8f;
}
.mid-grey {
  color: #3b3b3b;
}
.dark-grey {
  color: #333333;
}
.grey-home {
  color: #e2e2e2;
}
.grey-resources {
  color: #606060;
}
.grey-success {
  color: #656565;
}
.dark-grey-resources {
  color: #353535;
}
.color-grey-partnerships {
  color: #deddde;
}
.color-tiles-home {
  color: #5e5e5e;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.orange {
  color: #f18a1c;
}
/*- COLORS -*/
/* BACKGROUNDS */
.bg-extra-light-grey {
  background-color: #f2f2f2;
}
.bg-dark-grey {
  background-color: #333333;
}
.bg-white {
  background-color: #ffffff;
}
.bg-red {
  background-color: #cc3433;
}
.bg-orange {
  background-color: #f18a1c;
}
.bg-grey-home {
  background-color: #e2e2e2;
}
.bg-grey-privacy-policy {
  background-color: #f2f2f2;
}
.bg-grey-leadership {
  background-color: #e9e8e8;
}
.bg-grey-partnerships {
  background-color: #deddde;
}
.bg-grey-header {
  background-color: #242424;
}
.bg-grey-whatwedo {
  background-color: #403d3d;
}
.bg-grey-pagenotfound {
  background-color: #f5f6f7;
}
.bg-dark-grey-home {
  background-color: #4a4a4a;
}
.bg-black {
  background-color: #000000;
}
.bg-dark-blue {
  background-color: #25507e;
}
.bg-blue-gradient {
  background: linear-gradient(to bottom right, #256290, #0798c6);
}
/*- BACKGROUNDS -*/
/* CUSTOM BOOTSTRAP COLUMNS */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*- CUSTOM BOOTSTRAP COLUMNS -*/
.pointer {
  cursor: pointer;
}
.default {
  cursor: default !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.no-text-decoration {
  text-decoration: none !important;
}
.arrow-top {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000000 transparent;
}
.arrow-bottom {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}
body {
  font-family: "Proxima Nova";
  font-size: 14px;
  color: #3b3b3b;
}
a {
  color: #00a5d4;
  text-decoration: none !important;
}
a a:link {
  color: #00a5d4;
}
a a:visited {
  color: #00a5d4;
}
a:hover,
a:active,
a:focus {
  color: #21c5f4;
}
.font-default {
  font-family: "Proxima Nova";
}
.font-light {
  font-family: "Proxima Nova Light";
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  /* Chrome all / Safari all */

  -moz-user-select: none;
  /* Firefox all */

  -ms-user-select: none;
  /* IE 10+ */

  user-select: none;
  /* Likely future */

}
.vert-align-mid {
  display: inline-block;
  vertical-align: middle;
}
.no-padding {
  padding: 0;
}
.no-last-p-margin p:last-of-type {
  margin-bottom: 0;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.page-content {
  margin: 0;
  padding-top: 55px;
  padding-bottom: 55px;
}
.page-content .page-content-inner {
  padding: 0;
}
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
/*- columns of same height styles -*/
/* HERO header */
.hero {
  position: relative;
  height: 120px;
  margin: 0;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.hero .hero-gradient-front {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #256290, #0798c6);
}
.hero .hero-inner {
  display: table;
  padding: 0;
}
.hero .hero-text {
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  font-family: "Proxima Nova Light";
  height: 120px;
  color: #fbfcfd;
}
.hero .hero-text .main-text {
  display: inline-block;
  font-size: 32px;
}
.hero .hero-text .sub-text {
  font-size: 23px;
  line-height: 27pt;
  margin-top: 3px;
  display: none;
}
.hero .hero-text .sub-text p {
  font-size: 23px;
}
@media (min-width: 480px) {
  .hero .hero-gradient-front {
    background: -webkit-linear-gradient(-45deg, #256290 0%, #0798c6 64.9%, transparent 65%, transparent 100%);
    background: linear-gradient(135deg, #256290 0%, #0798c6 64.9%, transparent 65%, transparent 100%);
  }
}
@media (min-width: 768px) {
  .hero {
    height: 200px;
  }
  .hero .hero-text {
    height: 200px;
  }
  .hero .hero-text .main-text {
    font-size: 36px;
  }
  .hero .hero-text .sub-text {
    display: block;
  }
}
@media (min-width: 1800px) {
  .hero .hero-gradient-front {
    background: -webkit-linear-gradient(-45deg, transparent 1%, transparent 475px, #0798c6 0px, #256290);
    background: linear-gradient(-45deg, transparent 1%, transparent 475px, #0798c6 0px, #256290);
  }
}
/*- HERO header -*/
/* CONTACT FORM */
.contact-form {
  height: 450px;
  overflow: hidden;
}
.contact-form .table-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.contact-form .table-wrapper .cell-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.contact-form .contact-form-inner {
  max-width: 425px;
  margin: 0 auto;
  padding: 40px 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
}
.contact-form .contact-form-inner h2 {
  font-family: "Proxima Nova Light";
  margin: 0 0 30px;
  font-size: 22pt;
  text-align: center;
}
.contact-form .contact-form-inner form {
  margin: 0 auto;
}
/*- CONTACT FORM -*/
/* CONTUCT US SECTION WITH BUTTON */
.contact-us-button-section .text {
  text-transform: uppercase !important;
  padding: 70px 0;
  text-align: center;
  font-size: 26pt;
  font-weight: bold;
  color: #ffffff;
}
.contact-us-button-section .button-wrapper {
  text-align: center;
}
.contact-us-button-section .button-wrapper .contuct-us-button {
  text-decoration: none !important;
  display: inline-block;
  padding: 15px 35px;
  margin-bottom: 50px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  .contact-us-button-section {
    position: relative;
    display: table;
    width: 100%;
    height: 350px;
  }
  .contact-us-button-section .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    font-size: 33pt;
  }
  .contact-us-button-section .button-wrapper {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
  }
  .contact-us-button-section .button-wrapper .contuct-us-button {
    margin-bottom: 0;
  }
}
/*- CONTUCT US SECTION WITH BUTTON -*/
@media (max-width: 479px) {
  .xxs-full-size {
    width: 100%;
  }
}
.no-first-and-last-padding:first-child {
  padding-left: 0;
}
.no-first-and-last-padding:last-child {
  padding-right: 0;
}
.no-first-and-last-margin:first-child {
  margin-left: 0;
}
.no-first-and-last-margin:last-child {
  margin-right: 0;
}
html {
  position: relative;
  min-height: 100%;
}
.header-wrapper {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 2.5px 4.33px 12px 0 rgba(0, 0, 0, 0.12);
}
.header-wrapper .pre-header {
  background: linear-gradient(to right, #256290, #0798c6);
  display: none;
}
.header-wrapper .pre-header .pre-header-link {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 10px;
  margin-left: 34px;
}
.header-wrapper .pre-header .pre-header-link:first-child {
  margin-top: 14px;
}
.header-wrapper .pre-header .pre-header-link:hover {
  text-decoration: none;
}
.header-wrapper .pre-header .client-login {
  white-space: nowrap;
}
.header-wrapper .pre-header .client-login img {
  margin-right: 5px;
  margin-bottom: 5px;
}
.header-wrapper .pre-header .contact-us-btn {
  background-color: #f18a1c;
  line-height: normal;
  padding: 7px 35px;
  text-decoration: none;
  text-align: center;
}
.header-wrapper .pre-header-only-mobile {
  background: linear-gradient(to right, #256290, #0798c6);
  display: none;
  display: block;
}
.header-wrapper .pre-header-only-mobile .pre-header-link {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 10px;
  margin-left: 34px;
}
.header-wrapper .pre-header-only-mobile .pre-header-link:first-child {
  margin-top: 14px;
}
.header-wrapper .pre-header-only-mobile .pre-header-link:hover {
  text-decoration: none;
}
.header-wrapper .pre-header-only-mobile .client-login {
  white-space: nowrap;
}
.header-wrapper .pre-header-only-mobile .client-login img {
  margin-right: 5px;
  margin-bottom: 5px;
}
.header-wrapper .pre-header-only-mobile .contact-us-btn {
  background-color: #f18a1c;
  line-height: normal;
  padding: 7px 35px;
  text-decoration: none;
  text-align: center;
}
.header-wrapper .pre-header-only-mobile .pre-header-link {
  margin-left: 17px;
  margin-right: 17px;
}
.header-wrapper .pre-header-only-mobile .pre-header-links {
  text-align: center;
  padding: 5px 15px;
}
.header-wrapper .header {
  padding: 0;
  min-height: 50px;
  background: #ffffff;
}
.header-wrapper .header .btn-menu-mobile {
  display: inline-block;
  margin-left: 10px;
  margin-right: 20px;
  width: 35px;
  line-height: 50px;
}
.header-wrapper .header .logo {
  display: inline-block;
  line-height: 50px;
}
.header-wrapper .header .logo a {
  width: 130px;
  margin: 0 auto;
}
.header-wrapper .header .logo img {
  width: 130px;
}
.header-wrapper .header .main-navigation {
  clear: both;
  position: absolute;
  background-color: #ffffff;
  top: 50px;
  width: 100%;
  z-index: 1;
}
.header-wrapper .header .main-navigation > ul {
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
}
.header-wrapper .header .main-navigation li {
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.header-wrapper .header .main-navigation li:first-child {
  margin-left: 0;
}
.header-wrapper .header .main-navigation li:last-child {
  margin-right: 0;
}
.header-wrapper .header .main-navigation li .menu-arrow {
  display: none;
}
.header-wrapper .header .main-navigation li a {
  color: rgba(0, 0, 0, 0.75);
  outline: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  padding: 0px 15px;
}
.header-wrapper .header .main-navigation li a:hover,
.header-wrapper .header .main-navigation li a:active {
  color: #f18a1c;
}
.header-wrapper .header .main-navigation li ul {
  margin-left: -8.333333333333332%;
}
.header-wrapper .header .main-navigation li ul li a {
  padding-left: 35px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer .social-links,
.footer .footer-top-level-links ul,
.footer .second-footer-menu {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer .social-links li,
.footer .footer-top-level-links ul li,
.footer .second-footer-menu li {
  display: inline-block;
}
.footer .social-links li a,
.footer .footer-top-level-links ul li a,
.footer .second-footer-menu li a {
  color: #ffffff;
  text-decoration: none;
}
.footer .social-links li a:hover,
.footer .footer-top-level-links ul li a:hover,
.footer .second-footer-menu li a:hover {
  color: #ffffff;
}
.footer .social-links {
  margin-top: 40px;
  margin-bottom: 33px;
}
.footer .social-links li {
  padding: 0 4px 4px;
}
.footer .social-links li img {
  width: 35px;
}
.footer .footer-top-level-links {
  margin-bottom: 40px;
}
.footer .footer-top-level-links li {
  padding: 10px 14px;
}
.footer .second-footer-menu li {
  border-right: 1px solid #ffffff;
  padding: 0 15px;
  margin-bottom: 10px;
}
.footer .second-footer-menu li:last-child {
  border-right: none;
}
.footer .footer-copyright {
  padding: 10px 15px;
  font-size: 11px;
  color: #666666;
}
@media (min-width: 360px) {
  .header-wrapper .header .logo {
    display: block;
  }
  .header-wrapper .header .logo a {
    display: block;
  }
}
@media (min-width: 480px) {
  .footer .social-links {
    margin-top: 25px;
    margin-bottom: 11px;
  }
  .footer .footer-top-level-links {
    margin-bottom: 8px;
  }
  .footer .second-footer-menu {
    margin-bottom: 15px;
  }
}
@media (min-width: 890px) {
  .header-wrapper {
    position: fixed;
    z-index: 1000;
    width: 100%;
    margin: 0;
  }
  .header-wrapper .pre-header {
    display: block;
  }
  .header-wrapper .pre-header-only-mobile {
    display: none;
  }
  .header-wrapper .header {
    min-height: 70px;
    padding: 0;
  }
  .header-wrapper .header .header-container {
    float: left;
    margin-left: 8.3%;
    width: 83.33333333333334%;
  }
  .header-wrapper .header .btn-menu-mobile {
    display: none;
  }
  .header-wrapper .header .logo {
    display: inline-block;
    line-height: 70px;
  }
  .header-wrapper .header .logo a {
    display: inline-block;
  }
  .header-wrapper .header .logo img {
    width: 120px;
  }
  .header-wrapper .header .main-navigation {
    position: static;
    width: auto;
    float: right;
    clear: none;
    margin: 0;
  }
  .header-wrapper .header .main-navigation.collapse {
    display: block;
    height: auto !important;
  }
  .header-wrapper .header .main-navigation ul {
    padding: 0;
  }
  .header-wrapper .header .main-navigation li {
    display: inline-block;
    padding: 0 7px;
    border: none !important;
    line-height: 70px;
    font-size: 14px;
  }
  .header-wrapper .header .main-navigation li a {
    display: block;
    padding: 0;
  }
  .header-wrapper .header .main-navigation li:hover,
  .header-wrapper .header .main-navigation li:active {
    -webkit-box-shadow: inset 0px -4px 0px -1px #f18a1c;
    -moz-box-shadow: inset 0px -4px 0px -1px #f18a1c;
    box-shadow: inset 0px -4px 0px -1px #f18a1c;
  }
  .header-wrapper .header .main-navigation li:hover a,
  .header-wrapper .header .main-navigation li:active a {
    color: #f18a1c;
  }
  .header-wrapper .header .main-navigation li:hover .menu-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #000000 transparent;
  }
  .header-wrapper .header .main-navigation li:hover ul {
    display: block;
  }
  .header-wrapper .header .main-navigation li:hover ul li {
    display: block;
    line-height: 32px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .header-wrapper .header .main-navigation li.has-sub-items li:hover,
  .header-wrapper .header .main-navigation li.has-sub-items li:active {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header-wrapper .header .main-navigation li .menu-arrow {
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
  }
  .header-wrapper .header .main-navigation li ul {
    display: none;
    position: absolute;
    margin-left: -7px;
    background-color: #ffffff;
  }
  .header-wrapper .header .main-navigation li ul li a {
    padding-left: 0;
  }
  .header-wrapper .contact-us-button {
    padding: 7px 15px;
  }
  .main-container {
    padding-top: 118px;
  }
}
@media (min-width: 992px) {
  .header-wrapper .header .main-navigation li {
    font-size: 16px;
    padding: 0 10px;
  }
  .header-wrapper .header .main-navigation li a {
    display: block;
  }
  .header-wrapper .contact-us-button {
    padding: 7px 20px;
  }
  .footer .footer-top-level-links {
    font-size: 11pt;
  }
  .footer .footer-copyright {
    font-size: 9pt;
  }
}
@media (min-width: 1120px) {
  .header-wrapper .header .logo {
    margin-right: 10px;
  }
  .header-wrapper .header .logo a,
  .header-wrapper .header .logo img {
    width: 200px;
  }
  .header-wrapper .pre-header .contact-us-button {
    padding: 7px 35px;
  }
}
