* {
  font-size: 100%;
  font-family: Roboto, Arial;
}

h1 {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 3em;
}

h2 {
  color: #FFFFFF;
}

.btn {
  font-family: Segoe UI, Arial;
  border-radius: 4px;
}

#primaryButton {
  background-color: #EB7235;
  border-radius: 4px;
  font-weight: bold;
}

#primaryButton:hover {
  background-color: #F0925D;
  border-radius: 4px;
  border-color: #EB7235;
}

#secondaryButton {
  border: 2px solid #EB7235;
  font-weight: bold;
  border-radius: 4px;
  color: #EB7235;
}

#secondaryButton:hover {
  border: 2px solid #F0925D;
  color: #F0925D;
}

.btn.lightBlue {
  color: #6587BE;
  font-weight: bold;
  text-decoration: underline;
}

.btn.lightBlue span {
  margin-right: 8px;
}

.btn.lightBlue:hover {
  color: #D6DEEA;
}

.hideSmall {
  display: none;
}

.alternateContainer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: auto;
  padding: 0px 24px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.alternateContainer .imageContainer {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  position: relative;
  height: 300px;
  text-align: center;
}

.alternateContainer .imageContainer .contentCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.alternateContainer .imageContainer .contentCenter .photo {
  position: absolute;
  width: 260px;
  height: 300px;
  z-index: 1;
  -webkit-clip-path: polygon(96% 27%, 96% 73%, 50% 96%, 4% 73%, 4% 27%, 50% 4%);
          clip-path: polygon(96% 27%, 96% 73%, 50% 96%, 4% 73%, 4% 27%, 50% 4%);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.alternateContainer .imageContainer .contentCenter #valuesImage {
  background-size: contain;
}

.alternateContainer .imageContainer .contentCenter .photoHex {
  position: relative;
  width: 260px;
  height: 300px;
}

.alternateContainer .infoContainer {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  position: relative;
}

.alternateContainer .infoContainer .infoBox {
  max-width: 99vw;
  margin: auto;
  text-align: center;
}

.alternateContainer .infoContainer .infoBox h2 {
  color: #6587BE;
  font-weight: bold;
  padding-top: 24px;
}

.alternateContainer .infoContainer .infoBox p {
  text-align: left;
  color: #0D1D35;
}

.alternateContainer .infoContainer .infoBox p b {
  color: #EB7235;
}

.alternateContainer .infoContainer .infoBox .quoteText {
  font-size: 1.25em;
  color: #EB7235;
  font-style: italic;
  text-align: center;
}

.alternateContainer .orderReverseOne {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.alternateContainer .orderReverseTwo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

nav.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-shadow: 0px 0px 8px;
          box-shadow: 0px 0px 8px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

nav.navbar .navbar-brand {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

nav.navbar .navbar-collapse {
  position: relative;
  padding-top: 0px;
}

nav.navbar .navbar-collapse ul {
  position: relative;
  top: -6px;
}

nav.navbar .navbar-collapse .nav-item {
  margin-right: 48px;
  margin-top: 16px;
}

nav.navbar .navbar-collapse .nav-item a {
  font-weight: bold;
  color: #23416E;
}

nav.navbar .navbar-collapse .nav-item a:hover {
  color: #F0925D;
  text-decoration: none;
}

nav.navbar .navbar-collapse .nav-item a:active {
  color: #EB7235;
}

nav.navbar .navbar-collapse .nav-item a.active {
  color: #EB7235;
}

nav.navbar .navbar-collapse .accountButtons {
  padding-top: 0px;
  margin: 0;
}

nav.navbar .navbar-collapse .accountButtons .login {
  padding-left: 0px;
}

.login {
  color: #EB7235;
  font-weight: bold;
}

.btn-primary {
  background-color: #EB7235;
  border: 0px;
  font-weight: bold;
  color: #FFFFFF;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: radial-gradient(#23416E, #0D1D35);
  height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .callToAction {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  position: relative;
  margin: 80px 0px 0px;
  z-index: 2;
}

.hero .callToAction .block {
  position: absolute;
  width: 320px;
  margin: auto;
  padding: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}

.hero .callToAction .block h2 {
  font-size: 1em;
}

.hero .callToAction .block h1 {
  font-size: 2em;
  padding-bottom: 24px;
}

.hero .callToAction .block button {
  display: block;
  position: relative;
  top: -6px;
  padding-left: 0px;
}

.hero .callToAction .block button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hero .callToAction .block button span {
  font-size: 36px;
  position: relative;
  top: 12px;
}

.hero .heroGraphic {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  position: relative;
  padding: 10px;
  width: 100%;
}

.hero .heroGraphic img {
  position: absolute;
  top: 56px;
  left: 50%;
  width: 300px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.videoModal .modal {
  padding-right: 0 !important;
}

.videoModal .modal .modal-dialog {
  margin: auto;
  max-width: 99%;
}

.videoModal .modal .modal-dialog .modal-content {
  height: auto;
  padding: 1rem;
  height: 100vh;
}

.videoModal .modal .modal-dialog .modal-content .modal-body {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoModal .modal .modal-dialog .modal-content .modal-body .videoContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.videoModal .modal .modal-dialog .modal-content .modal-body .videoContainer iframe {
  width: 100%;
  height: 100%;
}

.serviceBoxContainer {
  width: 100%;
  margin-top: 104px;
  margin-bottom: 184px;
  position: relative;
  z-index: 1;
}

.serviceBoxContainer .serviceGroup {
  width: 340px;
  margin: auto;
  padding-top: 24px;
}

.serviceBoxContainer .serviceGroup img.checkmark {
  width: 40px;
  display: inline;
  margin-right: 16px;
}

.serviceBoxContainer .serviceGroup h2.serviceName {
  display: inline;
  margin: auto;
  vertical-align: middle;
  color: #23416E;
  font-family: Roboto, Arial;
  font-weight: bold;
  font-size: 1.25em;
}

.serviceBoxContainer .buttonRow {
  width: 90%;
  display: block;
  margin: auto;
}

.serviceBoxContainer .buttonRow #secondaryButton {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 48px;
}

.hexDesign {
  display: block;
  position: absolute;
  background-image: url("/assets/graphics/Hexagon Design.svg");
  background-repeat: no-repeat;
  background-position: top center;
  height: 400px;
  width: 100%;
  background-size: cover;
  opacity: 10%;
  z-index: 0;
  margin-top: 108px;
}

.certificationSection {
  position: relative;
  padding-bottom: 56px;
  background-size: cover;
}

.certificationSection h2 {
  color: #23416E;
  text-align: center;
  margin: 40px 0px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}

.certificationSection img.backgroundMask {
  display: none;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  height: 100%;
  z-index: 1;
}

.certificationSection .certificationCont.row {
  position: relative;
  z-index: 2;
}

.certificationSection .certificationCont.row .certification .certificationInner {
  text-align: center;
  width: 300px;
  margin: auto;
}

.certificationSection .certificationCont.row .certification .certificationInner img {
  width: 200px;
  margin-top: 24px;
}

.certificationSection .certificationCont.row .certification .certificationInner p {
  color: #23416E;
  font-family: Roboto, Arial;
}

.testimonialContainer {
  padding-top: 90px;
  margin-bottom: 120px;
}

.testimonialContainer h2 {
  color: #23416E;
  text-align: center;
  margin-bottom: 80px;
  font-weight: bold;
}

.testimonialContainer .testimonialCardPadding {
  margin: 48px 0px;
}

.testimonialContainer .testimonialCardPadding .testimonialCard {
  border: 3px solid #EB7235;
  padding: 80px 16px 24px;
  background-color: rgba(214, 222, 234, 0.5);
}

.testimonialContainer .testimonialCardPadding .testimonialCard .hexContainer {
  display: block;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.testimonialContainer .testimonialCardPadding .testimonialCard .hexContainer img {
  width: 88px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.testimonialContainer .testimonialCardPadding .testimonialCard .hexContainer .icon {
  width: 56px;
}

.testimonialContainer .testimonialCardPadding .testimonialCard h3 {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  color: #23416E;
}

.testimonialContainer .testimonialCardPadding .testimonialCard h4 {
  text-align: center;
  font-size: 1em;
  font-style: italic;
  color: #6587BE;
  margin-bottom: 16px;
}

.testimonialContainer .testimonialCardPadding .testimonialCard p {
  text-align: left;
  margin-bottom: 0px;
}

.serviceTitleContainer {
  background-color: #6587BE;
  padding: 160px 0px 104px;
}

.serviceTitleContainer .serviceTitle {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #0D1D35;
  text-align: center;
  font-size: 3em;
}

.serviceTitleContainer p.serviceDesc {
  max-width: 500px;
  margin: auto;
  text-align: center;
  padding: 0px 16px 0px;
  color: #FFFFFF;
  font-size: 1.25em;
}

.containerTest {
  margin-top: 104px;
  text-align: center;
}

.containerTest .row .col {
  border: 4px solid #EB7235;
  margin: 40px 16px;
  padding: 24px 8px;
  min-width: 320px;
}

.containerTest .row .col .checkHex {
  position: absolute;
  height: 100px;
  top: -52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.containerTest .row .col h2 {
  color: #6587BE;
  font-weight: bold;
  text-align: center;
  padding: 40px 8px;
}

.containerTest .row .col ul {
  text-align: left;
}

.containerTest .row .col ul li {
  color: #23416E;
  font-size: 1.25em;
  padding-bottom: 16px;
}

.containerTest button {
  margin-top: 24px;
}

.cocSection {
  margin-top: 104px;
}

.cocSection h2 {
  font-weight: bold;
  color: #6587BE;
  text-align: center;
  padding: 0px 0px 40px 0px;
}

.cocSection p {
  text-align: center;
  max-width: 500px;
  margin: auto;
  padding: 0px 16px 104px;
}

.pageTitle {
  display: block;
  position: relative;
  padding: 88px;
  margin-top: 88px;
}

.pageTitle h1 {
  text-align: center;
  color: #0D1D35;
  font-weight: bold;
  font-size: 3em;
}

.staggerContainer {
  max-width: 1920px;
  margin: auto;
}

.teamContainer {
  display: block;
  position: relative;
  background-color: #0D1D35;
}

.teamContainer h2 {
  text-align: center;
  color: #6587BE;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 56px;
}

.teamContainer .row {
  max-width: 80%;
  margin: auto;
}

.teamContainer .row .profileContainer .hexShape {
  position: relative;
  text-align: center;
  margin: auto;
  padding: 40px;
  width: 236px;
  height: 271px;
  -webkit-clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
          clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
  background-color: #EB7235;
}

.teamContainer .row .profileContainer .hexShape img {
  position: absolute;
  -webkit-transform: translate(-50%, -13.5%);
          transform: translate(-50%, -13.5%);
  -webkit-clip-path: polygon(99% 26%, 99% 74%, 50% 98.5%, 1% 74%, 1% 26%, 50% 1.5%);
          clip-path: polygon(99% 26%, 99% 74%, 50% 98.5%, 1% 74%, 1% 26%, 50% 1.5%);
  width: 226px;
  height: 261px;
}

.teamContainer .row .profileContainer .hexShape .backgroundshape {
  position: relative;
}

.teamContainer .row .profileContainer .fullName {
  text-align: center;
  color: #EB7235;
  margin-top: 24px;
  font-size: 1.25em;
}

.teamContainer .row .profileContainer .position {
  text-align: center;
  color: #6587BE;
  margin-bottom: 56px;
}

.contact {
  position: relative;
  width: 100%;
  background-color: #D6DEEA;
  margin-bottom: 8px;
}

.contact h2 {
  color: #23416E;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding-top: 56px;
  padding-bottom: 72px;
}

.contact .contactItemContainer {
  padding-bottom: 72px;
}

.contact .contactItemContainer .contactItem {
  width: 216px;
  color: #EB7235;
  margin: auto;
  padding-bottom: 24px;
}

.contact .contactItemContainer .contactItem a {
  color: #EB7235;
  font-family: Roboto, Arial;
}

.contact .contactItemContainer .contactItem a:hover {
  color: #F0925D;
  text-decoration: none;
}

.contact .contactItemContainer .contactItem span {
  position: relative;
  text-align: right;
  top: 5px;
  margin-right: 16px;
}

footer {
  display: block;
  position: relative;
  width: 100%;
  background-color: #0D1D35;
}

footer .footerBlock {
  padding-top: 40px;
  padding-bottom: 32px;
}

footer .footerBlock .left-img {
  height: 260px;
  width: auto;
  position: absolute;
  bottom: 60%;
  left: 0%;
  -webkit-transform: translate(-34%, 0%);
          transform: translate(-34%, 0%);
}

footer .footerBlock .right-img {
  position: absolute;
  display: none;
  height: auto;
  width: 573px;
  bottom: 55%;
}

footer .footerBlock .siteMap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footerBlock .siteMap ul {
  padding: 0px;
  list-style-type: none;
}

footer .footerBlock .siteMap ul li {
  padding-bottom: 16px;
}

footer .footerBlock .siteMap ul a {
  color: #FFFFFF;
}

footer .footerBlock .siteMap ul a:link {
  color: #FFFFFF;
  text-decoration: none;
}

footer .footerBlock .siteMap ul a:visited {
  color: #6587BE;
}

footer .footerBlock .siteMap ul a:hover {
  color: #F0925D;
  text-decoration: none;
}

footer .footerBlock .siteMap ul a.active {
  color: #EB7235;
  text-decoration: none;
}

footer .footerBlock .socialIcons {
  margin: 24px 0px;
}

footer .footerBlock .socialIcons .icon {
  padding: 0px 16px;
}

footer .footerBlock .socialIcons .icon a img {
  width: 32px;
}

footer .footerBlock .copyright {
  color: #FFFFFF;
  text-align: center;
  padding-top: 24px;
}

.accordionContainer {
  width: 100%;
  margin: auto;
  padding-bottom: 10vh;
  padding-top: 10vh;
}

.accordionContainer h1 {
  color: #0D1D35;
  text-align: center;
  font-family: Roboto;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 88px;
}

.accordion {
  margin: 2px 0px;
  background-color: #23416E;
  color: #FFFFFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accordion:focus {
  outline: 0px;
}

.activeAccordion {
  background-color: #EB7235;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.panel {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.panel .panelBox {
  border: 2px solid #EB7235;
  margin: 2px 0px;
  padding: 16px;
}

.panel .panelBox p {
  font-size: 1em;
  color: #23416E;
}

@media only screen and (min-width: 768px) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: radial-gradient(#23416E, #0D1D35);
    height: 40vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .callToAction {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    position: relative;
    margin: 0px 0px 0px;
    padding-top: 100px;
  }
  .hero .callToAction .block {
    position: absolute;
    width: 400px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
  .hero .callToAction .block h2 {
    font-size: 1em;
  }
  .hero .callToAction .block h1 {
    font-size: 2em;
  }
  .hero .callToAction .block button {
    display: inline;
    position: relative;
    top: -6px;
    padding-left: 32px;
  }
  .hero .callToAction .block button span {
    font-size: 36px;
    position: relative;
    top: 12px;
  }
  .hero .heroGraphic {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
    position: relative;
    padding: 10px;
    width: 100%;
  }
  .hero .heroGraphic img {
    position: absolute;
    top: -80px;
    left: initial;
    right: 0px;
    width: 55vw;
    left: 0%;
    -webkit-transform: translate(-30%);
            transform: translate(-30%);
  }
  .videoModal .modal {
    padding-right: 0 !important;
  }
  .videoModal .modal .modal-dialog {
    margin: auto;
    max-width: 99%;
  }
  .videoModal .modal .modal-dialog .modal-content .modal-body {
    padding: 16px;
  }
  .serviceBoxContainer {
    width: 100%;
    margin-top: 184px;
    margin-bottom: 184px;
    position: relative;
    z-index: 1;
  }
  .serviceBoxContainer .serviceGroup {
    padding-bottom: 24px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 560px;
  }
  .serviceBoxContainer .serviceGroup img.checkmark {
    width: 56px;
    display: inline;
    margin-right: 24px;
  }
  .serviceBoxContainer .serviceGroup h2.serviceName {
    display: inline;
    margin: auto;
    vertical-align: middle;
    color: #23416E;
    font-family: Roboto, Arial;
    font-weight: bold;
    font-size: 2em;
  }
  .serviceBoxContainer .buttonRow {
    width: 600px;
    display: block;
    margin: auto;
  }
  .serviceBoxContainer .buttonRow #secondaryButton {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 48px;
  }
  .hexDesign {
    display: block;
    position: absolute;
    background-image: url("/assets/graphics/Hexagon Design.svg");
    background-repeat: no-repeat;
    background-position: left center;
    height: 400px;
    width: 100%;
    background-size: contain;
    opacity: 10%;
    z-index: 0;
    left: -48px;
  }
  .certificationSection {
    position: relative;
    padding-bottom: 56px;
  }
  .certificationSection h2 {
    color: #23416E;
    text-align: center;
    margin: 40px 0px;
    font-weight: bold;
    position: relative;
    z-index: 3;
  }
  .certificationSection img.backgroundMask {
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 100%;
    width: 90%;
    z-index: 1;
  }
  .certificationSection .certificationCont.row {
    position: relative;
    z-index: 2;
    width: 600px;
    margin: auto;
  }
  .certificationSection .certificationCont.row .certification .certificationInner {
    text-align: center;
    width: 300px;
    margin: auto;
  }
  .certificationSection .certificationCont.row .certification .certificationInner img {
    width: 240px;
    margin-top: 24px;
  }
  .certificationSection .certificationCont.row .certification .certificationInner p {
    color: #23416E;
    font-family: Roboto, Arial;
  }
  .serviceTitleContainer {
    padding: 160px 0px 104px;
  }
  .serviceTitleContainer .serviceTitle {
    margin-top: 0px;
    margin-bottom: 40px;
    color: #0D1D35;
    text-align: center;
  }
  .serviceTitleContainer p.serviceDesc {
    max-width: 500px;
    margin: auto;
    text-align: center;
    padding: 0px 16px 0px;
    font-size: 1.5em;
  }
  .containerTest {
    margin-top: 104px;
    text-align: center;
  }
  .containerTest .row .col {
    border: 4px solid #EB7235;
    margin: 40px 16px;
    padding: 24px 24px;
  }
  .containerTest .row .col .checkHex {
    position: absolute;
    height: 100px;
    top: -52px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .containerTest .row .col h2 {
    color: #6587BE;
    font-weight: bold;
    text-align: center;
    padding: 40px 0px;
  }
  .containerTest .row .col ul {
    text-align: left;
  }
  .containerTest .row .col ul li {
    color: #23416E;
    font-size: 1.25em;
    padding-bottom: 16px;
  }
  .containerTest button {
    margin-top: 24px;
  }
  nav.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: 0px 0px 8px;
            box-shadow: 0px 0px 8px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 10;
  }
  nav.navbar .navbar-collapse {
    position: relative;
    padding-top: 0px;
  }
  nav.navbar .navbar-collapse .nav-item {
    margin-right: 48px;
    margin-top: 16px;
  }
  nav.navbar .navbar-collapse .nav-item a {
    font-weight: bold;
    color: #23416E;
  }
  nav.navbar .navbar-collapse .nav-item a:hover {
    color: #F0925D;
    text-decoration: none;
  }
  nav.navbar .navbar-collapse .nav-item a:active {
    color: #EB7235;
  }
  nav.navbar .navbar-collapse .nav-item a.active {
    color: #EB7235;
  }
  nav.navbar .navbar-collapse .accountButtons {
    padding-top: 0px;
    margin: 0;
  }
  nav.navbar .navbar-collapse .accountButtons .login {
    padding-left: 0px;
  }
  .accordionContainer {
    width: 80%;
    margin: auto;
    padding-bottom: 10vh;
    padding-top: 10vh;
  }
  .alternateContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 24px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .alternateContainer .imageContainer {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    position: relative;
    height: 440px;
    text-align: center;
  }
  .alternateContainer .imageContainer .contentCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .alternateContainer .imageContainer .contentCenter .photo {
    position: absolute;
    width: 400px;
    height: 440px;
    z-index: 1;
    -webkit-clip-path: polygon(95% 27%, 95% 74%, 50% 97%, 5% 74%, 5% 27%, 50% 3%);
            clip-path: polygon(95% 27%, 95% 74%, 50% 97%, 5% 74%, 5% 27%, 50% 3%);
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .alternateContainer .imageContainer .contentCenter .photoHex {
    position: relative;
    width: 400px;
    height: 440px;
  }
  .alternateContainer .infoContainer {
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%;
    position: relative;
    padding: 24px;
  }
  .alternateContainer .infoContainer .infoBox {
    max-width: 50vw;
    margin: auto;
    text-align: left;
  }
  .alternateContainer .infoContainer .infoBox h2 {
    color: #6587BE;
    font-weight: bold;
  }
  .alternateContainer .infoContainer .infoBox p {
    color: #0D1D35;
  }
  .alternateContainer .infoContainer .infoBox p b {
    color: #EB7235;
  }
  .alternateContainer .infoContainer .infoBox .quoteText {
    font-size: 1.25em;
    color: #EB7235;
    font-style: italic;
    text-align: left;
  }
  .alternateContainer .orderReverseOne {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .alternateContainer .orderReverseTwo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .teamContainer {
    display: block;
    position: relative;
    padding: 0px;
    background-color: #0D1D35;
  }
  .teamContainer h2 {
    text-align: center;
    color: #6587BE;
    font-weight: bold;
    padding-top: 32px;
    padding-bottom: 56px;
  }
  .teamContainer .row .profileContainer .hexShape {
    position: relative;
    text-align: center;
    margin: auto;
    padding: 40px;
    width: 236px;
    height: 271px;
    -webkit-clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
            clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%, 50% 0%);
    background-color: #EB7235;
  }
  .teamContainer .row .profileContainer .hexShape img {
    position: absolute;
    -webkit-transform: translate(-50%, -13.5%);
            transform: translate(-50%, -13.5%);
    -webkit-clip-path: polygon(99% 26%, 99% 74%, 50% 98.5%, 1% 74%, 1% 26%, 50% 1.5%);
            clip-path: polygon(99% 26%, 99% 74%, 50% 98.5%, 1% 74%, 1% 26%, 50% 1.5%);
    width: 226px;
    height: 261px;
  }
  .teamContainer .row .profileContainer .hexShape .backgroundshape {
    position: relative;
  }
  .teamContainer .row .profileContainer .fullName {
    text-align: center;
    color: #EB7235;
    margin-top: 24px;
  }
  .teamContainer .row .profileContainer .position {
    text-align: center;
    color: #6587BE;
  }
  .hideSmall {
    display: inline-block;
  }
  footer {
    display: block;
    position: relative;
    width: 100%;
    background-color: #0D1D35;
  }
  footer .footerBlock {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  footer .footerBlock .left-img {
    height: 400px;
    width: auto;
    position: absolute;
    bottom: 0%;
    left: 0%;
    -webkit-transform: translate(-38%, -20%);
            transform: translate(-38%, -20%);
  }
  footer .footerBlock .right-img {
    position: absolute;
    display: hidden;
    height: auto;
    width: 348px;
    bottom: 55%;
    right: 0%;
    padding-right: 40px;
  }
  footer .footerBlock .siteMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footerBlock .siteMap ul {
    padding: 0px;
    list-style-type: none;
  }
  footer .footerBlock .siteMap ul li {
    padding-bottom: 16px;
  }
  footer .footerBlock .siteMap ul a {
    color: #FFFFFF;
  }
  footer .footerBlock .siteMap ul a:link {
    color: #FFFFFF;
    text-decoration: none;
  }
  footer .footerBlock .siteMap ul a:visited {
    color: #6587BE;
  }
  footer .footerBlock .siteMap ul a:hover {
    color: #F0925D;
    text-decoration: none;
  }
  footer .footerBlock .siteMap ul a.active {
    color: #EB7235;
    text-decoration: none;
  }
  footer .footerBlock .copyright {
    color: #FFFFFF;
    text-align: center;
    padding-top: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: radial-gradient(#23416E, #0D1D35);
    height: 60vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .callToAction {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    position: relative;
    margin: 0px 0px 0px;
    padding-top: 100px;
  }
  .hero .callToAction .block {
    position: absolute;
    width: 500px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .hero .callToAction .block h2 {
    font-size: 1.5em;
  }
  .hero .callToAction .block h1 {
    font-size: 3em;
  }
  .hero .heroGraphic {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
    position: relative;
    padding: 10px;
    width: 100%;
  }
  .hero .heroGraphic img {
    position: absolute;
    top: -160px;
    left: initial;
    right: 0px;
    width: 60vw;
    left: 0%;
    -webkit-transform: translate(-30%);
            transform: translate(-30%);
  }
  .videoModal .modal {
    padding-right: 0 !important;
  }
  .videoModal .modal .modal-dialog {
    margin: auto;
    max-width: 85%;
  }
  .videoModal .modal .modal-dialog .modal-content {
    overflow: hidden;
  }
  .videoModal .modal .modal-dialog .modal-content .modal-body {
    padding: 16px;
  }
  .videoModal .modal .modal-dialog .modal-content .modal-body .videoContainer iframe {
    width: 100%;
  }
  .certificationSection {
    position: relative;
    background-image: url("/assets/Images/stock-images/pexels-edward-jenner-4031417.jpg"), url("/assets/graphics/dark-blue-rect.png");
    background-position: center;
    background-blend-mode: overlay;
    background-attachment: fixed;
    padding-bottom: 56px;
    background-size: cover;
  }
  .certificationSection h2 {
    color: #23416E;
    text-align: center;
    margin: 40px 0px;
    font-weight: bold;
    position: relative;
    z-index: 3;
  }
  .certificationSection img.backgroundMask {
    display: block;
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: 100%;
    width: auto;
    z-index: 1;
  }
  .certificationSection .certificationCont.row {
    position: relative;
    z-index: 2;
    width: 800px;
  }
  .certificationSection .certificationCont.row .certification .certificationInner {
    text-align: center;
    width: 300px;
    margin: auto;
  }
  .certificationSection .certificationCont.row .certification .certificationInner img {
    width: 300px;
    margin-top: 24px;
  }
  .certificationSection .certificationCont.row .certification .certificationInner p {
    color: #23416E;
    font-family: Roboto, Arial;
  }
  .alternateContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .alternateContainer .imageContainer {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    position: relative;
    height: 440px;
    text-align: center;
  }
  .alternateContainer .imageContainer .contentCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .alternateContainer .imageContainer .contentCenter .photo {
    position: absolute;
    width: 400px;
    height: 440px;
    z-index: 1;
    -webkit-clip-path: polygon(95% 27%, 95% 74%, 50% 97%, 5% 74%, 5% 27%, 50% 3%);
            clip-path: polygon(95% 27%, 95% 74%, 50% 97%, 5% 74%, 5% 27%, 50% 3%);
    background-size: cover;
    background-position: center;
    text-align: center;
  }
  .alternateContainer .imageContainer .contentCenter .photoHex {
    position: relative;
    width: 400px;
    height: 440px;
  }
  .alternateContainer .infoContainer {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    position: relative;
  }
  .alternateContainer .infoContainer .infoBox {
    max-width: 50vw;
    margin: auto;
  }
  .alternateContainer .infoContainer .infoBox h2 {
    color: #6587BE;
    font-weight: bold;
  }
  .alternateContainer .infoContainer .infoBox p {
    color: #0D1D35;
  }
  .alternateContainer .infoContainer .infoBox p b {
    color: #EB7235;
  }
  .alternateContainer .infoContainer .infoBox .quoteText {
    font-size: 1.25em;
    color: #EB7235;
    font-style: italic;
  }
  .alternateContainer .orderReverseOne {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .alternateContainer .orderReverseTwo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .accordionContainer {
    width: 60%;
    margin: auto;
    padding-bottom: 10vh;
    padding-top: 10vh;
  }
  footer {
    display: block;
    position: relative;
    width: 100%;
    background-color: #0D1D35;
  }
  footer .footerBlock {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  footer .footerBlock .left-img {
    height: 400px;
    width: auto;
    position: absolute;
    bottom: 0%;
    left: 0%;
    -webkit-transform: translate(4%, -20%);
            transform: translate(4%, -20%);
  }
  footer .footerBlock .right-img {
    position: absolute;
    display: block;
    height: auto;
    width: 400px;
    bottom: 55%;
    right: 0%;
    margin-right: 5%;
    padding: 0;
  }
  footer .footerBlock .siteMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footerBlock .siteMap ul {
    padding: 0px;
    list-style-type: none;
  }
  footer .footerBlock .siteMap ul li {
    padding-bottom: 16px;
  }
  footer .footerBlock .siteMap ul a {
    color: #FFFFFF;
  }
  footer .footerBlock .siteMap ul a:link {
    color: #FFFFFF;
    text-decoration: none;
  }
  footer .footerBlock .siteMap ul a:visited {
    color: #6587BE;
  }
  footer .footerBlock .siteMap ul a:hover {
    color: #F0925D;
    text-decoration: none;
  }
  footer .footerBlock .siteMap ul a.active {
    color: #EB7235;
    text-decoration: none;
  }
  footer .footerBlock .copyright {
    color: #FFFFFF;
    text-align: center;
    padding-top: 24px;
  }
}

@media only screen and (min-width: 1366px) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: radial-gradient(#23416E, #0D1D35);
    height: 60vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .callToAction {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    position: relative;
    margin: 0px 0px 0px;
    padding-top: 100px;
  }
  .hero .callToAction .block {
    position: absolute;
    width: 500px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-20%, -40%);
            transform: translate(-20%, -40%);
  }
  .hero .callToAction .block h2 {
    font-size: 1.5em;
  }
  .hero .callToAction .block h1 {
    font-size: 3em;
  }
  .hero .heroGraphic {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
    position: relative;
    padding: 10px;
    width: 100%;
  }
  .hero .heroGraphic img {
    position: absolute;
    top: -160px;
    left: initial;
    right: 0px;
    width: 40vw;
    left: 20%;
    -webkit-transform: translate(-30%);
            transform: translate(-30%);
  }
}
/*# sourceMappingURL=styles.css.map */