/* 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%;
  }
}
.page-content {
  padding-top: 0;
  padding-bottom: 0;
}
.partnerships-intro {
  background-color: #f2f2f2;
  padding: 55px 0;
  margin: 0;
}
.partnerships-intro .intro-text {
  font-size: 16pt;
  line-height: 19pt;
}
.partnerships-intro .intro-text p:last-of-type {
  margin-bottom: 0;
}
.partner-group {
  padding-top: 55px;
  margin: 0 -15px;
}
.partner-group .group-name {
  text-transform: uppercase !important;
  font-family: "Proxima Nova Light";
  color: #326291;
  display: block;
  font-size: 22pt;
  margin-bottom: 55px;
}
.partner-group .partner {
  max-width: 300px;
  margin: 0 auto 20px auto;
}
.partner-group .partner a {
  text-decoration: none !important;
}
.border {
  background-color: #a4a3a3;
  width: 100%;
  height: 3px;
}
@media (min-width: 480px) {
  .partner-group {
    padding: 55px 0;
  }
  .partner-group .partner {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    max-width: none;
    height: auto;
    margin-bottom: auto;
    margin-right: -3px;
    padding: 0 10px;
  }
}
