/*************************************** Base Styles  ***************************************/  /* Clear Elements */    .group:before, .group:after {content: ""; display: table;}     .group:after {clear: both;}    .group {zoom: 1;}    /* Set up REM style */  /*  html { font-size: 62.5%; }     body { font-size: 14px; font-size: 1.4rem; background: #fff;}     h1   { font-size: 24px; font-size: 2.4rem; } */    /* Older browsers */    html { font-size: 12px; background: #ffffff; scroll-behavior: smooth;}      @media screen and (min-width: 320px){      html { font-size: calc( 12px + (16 - 12) * (100vw - 320px) / (1200 - 320) ); }  }      @media screen and (min-width: 800px){        html { font-size: 16px; }  }    /* Border Box */    *, *:before, *:after {        -webkit-box-sizing: border-box;        -moz-box-sizing: border-box;        box-sizing: border-box;    }body { font-family: "Nata Sans", sans-serif; font-optical-sizing: auto; overflow-x: hidden;}/************************ * Colors  *  * *********************/:root {--yellow: #f5cc36;--blue: #151b30;--light-blue: #099fb8;--blue-transparent: rgba(21,27,48,0.45);--black: #232323;--white:  #fff;--grey: #e7e7e7;--radius: 5px;--ease: all 0.5s ease 0s;}/*************************************** Fonts  ***************************************/  /* font-family: "DM Sans", sans-serif;  font-optical-sizing: auto;  font-weight: <weight>;  font-style: normal;light = 300reg = 400med = 500semi-bold = 600bold = 700extra-bold = 700black = 900  */h1 {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 65px; font-size: 4.0625em; line-height: 1.1; margin: 0px; color: var(--blue); margin-bottom: 15px;}h2 {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 45px; font-size: 2.8125em; line-height: 1.1; margin: 0px;  color: var(--blue); margin-bottom: 15px;}h3 {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 24px; font-size: 1.5em; line-height: 1.1; margin: 0px; color: var(--blue); margin-bottom: 15px;}h4 {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 18px; font-size: 1.125em; line-height: 1.1; margin: 0px;  color: var(--blue); margin-bottom: 15px;}h5 {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 16px; font-size: 1.0em; line-height: 1.1; margin: 0px; color: var(--blue); margin-bottom: 15px;}h6 {font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 14px; font-size: 0.875em; line-height: 1.1; margin: 0px; color: var(--blue); margin-bottom: 15px;}p {color: var(--dark-grey);  font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-size: 16px; font-size: 1em; line-height: 1.5;font-weight: 400; font-style: normal; margin-top: 0px; margin-bottom: 15px;} p strong {font-weight: 600;}a {color: var(--dark-grey);  font-family: "DM Sans", sans-serif; font-optical-sizing: auto; text-decoration: none; font-style: normal; }ul li, ol li, li {color: var(--dark-grey); font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-style: normal; }em {color: var(--dark-grey);  font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-style: italic; }/***************************************Buttons ***************************************/.nav-wrapper {text-align: right;}.menu-btn {font-family: "DM Sans", sans-serif;display:  none; transition: var(--ease); background: transparent; color: var(--white); padding: 10px 15px;  font-weight: 600; border-radius: var(--radius); border: 2px solid var(--white);}.menu-btn:hover {color: var(--yellow)}.menu-btn i {color: var(--light-blue)}.white-line-btn {font-family: "DM Sans", sans-serif; display:  inline-block; transition: var(--ease); background: transparent; color: var(--white); padding: 10px 15px;  font-weight: 600; border-radius: var(--radius); border: 2px solid var(--white);}.white-line-btn:hover {color: var(--yellow)}.white-line-btn:after {font-family: 'FontAwesome'; content: "\f061"; font-size: 13px; margin-left: 10px; color: var(--light-blue)}.blue-btn {font-family: "DM Sans", sans-serif; display:  inline-block; transition: var(--ease); background: var(--blue); color: var(--white); padding: 10px 15px;  font-weight: 600; border-radius: var(--radius); border: 2px solid var(--white);}.blue-btn:hover {color: var(--blue); background: transparent; border: 2px solid var(--blue)}.blue-btn:after {font-family: 'FontAwesome'; content: "\f061"; font-size: 13px; margin-left: 10px; color: var(--light-blue)}/*************************************** Navigation ***************************************/ body.pushy-open-right {overflow: hidden;}.pushy {padding: 0px;}.pushy-inner {width: 100%; height: 100%;}.pushy-navigation {width: 100%; height: 100%;}.pushy-navigation ul {display:  flex; flex-direction:  column; height: 100%; margin: 0px; padding: 0px; align-items: stretch;}.pushy-navigation ul li {flex: 1;     transition: transform 0.5s ease, opacity 0.5s ease; }.pushy-navigation ul li.fade-in {  opacity: 1;  transform: translateY(0); /* Slide into place */}.pushy-navigation ul li a {transition: all 0.5s ease 0s; color: var(--white); font-family: "DM Sans", sans-serif; font-optical-sizing: auto; font-weight: 600; font-style: normal; font-size: 24px; font-size: 1.5em; line-height: 1.25; margin: 0px; display:  flex; align-items: center; justify-content: center; padding: 0px; background: var(--orange); width: 100%; height: 100%; border-bottom: 1px solid var(--white)}.pushy-navigation ul li a:hover {background: var(--light-blue); color: var(--orange);}.pushy-navigation ul li ul {display:  none;}.pushy-link {transition: all 0.5s ease 0s; position: absolute; top: 0px; right: 0px; background: var(--white); z-index: 99999999; color: var(--blue)}.pushy-link:hover {background: var(--black-transparent); }.pushy-link:hover a {color: var(--white)}#navInsmobile {height: 100%;}.pushy-inner {background: var(--blue);}.mobile-nav-logo {width: 100%; display: flex; align-items: center; padding: 25px 0px;}.mobile-nav-logo-inner {width: 50%;}.mobile-nav-logo-inner img {width: 200px;}.mobile-nav-close {width: 50%; display:  flex; justify-content: flex-end;}.mobile-nav-close a {position: initial; display:  inline-block;}/*************************************** Header Bar ***************************************/.header-bar {width: 100%; position: relative; z-index: 99; padding: 40px 0px 0 0;}.header-bar .row {display:  flex; align-items: center;}.header-bar-logo img {width: 200px; }.logo-wrapper {margin-right: 20px; padding: 15px; width: 11%;}.logo-wrapper img {width: 175px; transition: all 0.5s ease 0s;}.logo-wrapper a:hover img {scale: 1.1;}.header-bar-nav {height: 100%; width: 84%;}.header-bar-nav ul#primary {margin: 0px; padding: 0px; height: 100%;list-style-type: none; display:  flex; align-items:  center; justify-content: flex-end; }.header-bar-nav ul#primary li {height: 100%; position: relative;}.header-bar-nav ul#primary li a {font-weight: 500; padding: 10px 15px; transition: var(--ease); color: var(--white); height: 100%; display:  flex; align-items: center;  }.header-bar-nav ul#primary li a:hover {color: var(--yellow);}.header-bar-nav ul#primary li:last-of-type a {padding: ; background: var(--orange); color:  var(--white);  padding: 10px 15px; height: 100%; border: 2px solid var(--white); border-radius: 5px;}.header-bar-nav ul#primary li:last-of-type a:hover { color:var(--yellow); }.header-bar-nav ul#primary li:last-of-type a:after {font-family: 'FontAwesome'; content: "\f061"; font-size: 13px; margin-left: 10px; color: var(--light-blue)}.header-bar-nav ul#primary li ul {display: none; position: absolute; background: var(--white); border-radius: var(--radius); margin: 0px; padding: 0px; min-width: 200px; overflow: hidden; z-index: 999;}.header-bar-nav ul#primary li:hover ul {display: block;}.header-bar-nav ul#primary li:hover ul li {padding: 0px;}.header-bar-nav ul#primary li:hover ul li a {padding: 10px; color: var(--blue); display:  block; border: 0px; border-radius: 0px;}.header-bar-nav ul#primary li:hover ul li a:hover {padding: 10px; background: var(--light-blue); color: var(--white); }.header-bar-nav ul#primary li:hover ul li a:after {display:  none;}/*************************************** Home  Page***************************************/.previewFrame .home-banner-wrapper {max-height: 700px;}.home-banner-wrapper {width: 100%; height: 80vh; min-height: 700px; display:  flex; background: var(--blue); overflow: hidden; position: relative;}.colour-overlay {width: 100%; height: 100%; background: var(--blue-transparent); position: relative; z-index: 10;}.home-banner-wrapper .colour-overlay:before {width: 100px; height: 60px; content:url("/deltagoldtech-com/_img/img/banner-cutout-left.svg"); display: flex; flex-direction: column; justify-content: flex-end; position: absolute; bottom: -5px; left: 0;}.home-banner-wrapper .colour-overlay:after {width: 60px; height: 40px; content:url("/deltagoldtech-com/_img/img/banner-cutout-right.svg"); display: flex; flex-direction: column; justify-content: flex-end; position: absolute; bottom: -5px; right: 0;}#dotWave {background: var(--blue); position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 0; min-width: 1000px !important;}.home-banner-text .row {display:  flex; align-items: flex-end;}.home-banner-text {position: absolute; bottom: 80px; width: 100%;}.home-banner-text h1 {font-size: 48px; font-size: 3em; color: var(--white);}.home-banner-text p {color: var(--white)}.who-are-delta-wrapper {padding: 100px 0px; }.who-are-delta-intro {text-align: center;}.link-box-row {margin-top: 25px;}.about-delta-box {width: 100%; border: 1px solid var(--grey); border-radius: var(--radius); background: var(--blue); overflow: hidden;}.about-delta-wave {height: 300px;}.about-delta-text {padding: 25px;}.about-delta-text h3 {color: var(--white); font-size: 30px; font-size: 1.875em;}.about-delta-text p {color: var(--white)}.board-directors-box {width: 100%; border: 1px solid var(--grey); border-radius: var(--radius); background: var(--blue); overflow: hidden;}.board-directors-wave {height: 300px;}.board-directors-text {padding: 25px;}.board-directors-text h3 {color: var(--white); font-size: 30px; font-size: 1.875em;}.board-directors-text p {color: var(--white)}.idea-wrapper {width: 100%; overflow: hidden; background: var(--blue); position: relative; z-index: 0; }.idea-wrapper .colour-overlay {padding: 100px 0px;}#dotWaveAlt {background: var(--blue); position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; min-width: 1000px !important; height: 100%; z-index: 0;}.idea-text h2 {color: var(--white)}.idea-text p {color: var(--white)}.idea-text-quote-box {padding: 75px 25px 25px 25px; background: var(--white); border-radius: var(--radius); position: relative;}.quote-icon {width: 100px; height: 100px; background: var(--light-blue); display:  flex; align-items: center; justify-content: center; border-radius: 50%; position: absolute; top: 0; left: 20px; transform: translateY(-50%)}.quote-icon i {font-size: 60px; color: var(--blue)}.quote-name {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid var(--blue)}.quote-name h3 {margin-bottom: 0px; font-size: 30px; font-size: 1.875em;}.quote-name p {color: var(--light-blue); margin-bottom: 0px;}.quote-text p {font-size: 24px; font-size: 1.5em;}.why-quantum-computing-wrapper {width: 100%; display:  flex;  margin-top: -50px; position: relative; z-index: 10;}.why-quantum-computing-image {width: 40%; background: var(--light-blue); border-top-right-radius: var(--radius); overflow: hidden;}.why-quantum-computing-image img {width: 100%; height: 100%; object-fit: cover;}.why-quantum-computing-text {width: 60%; padding: 150px 0px 100px 0px; display:  flex; justify-content: center; }.why-quantum-computing-text-inner {width:  60%;}.research-projects-wrapper {padding: 100px 0px; background: url("/deltagoldtech-com/_img/img/graph-wave.svg") var(--grey); background-size: cover;}.project-output-row {margin-top: 25px;}.project-carousel-item-inner {width: 100%; display:  flex;}.project-carousel-item-image {width: 50%;}.project-carousel-item-image img {width: 100%; height: 100%; object-fit: cover;}.project-carousel-item-details {width: 50%; }.project-carousel-item-details-inner {background: var(--white)}.project-carousel-item-details-logo {width: 100%; padding: 20px; background: var(--blue);}.project-carousel-item-details-inner-title h3 {font-size: 30px; font-size: 1.875em;}.project-carousel-item-details-inner {padding: 25px;}.project-carousel-item-details-inner-items {display: flex; flex-wrap: wrap; width: 100%;}.project-carousel-item-details-inner-item {width: 50%; margin-bottom: 20px;}.project-carousel-item-details-inner-item.full {width: 100%;}.project-carousel-item-details-inner-item-title {width: 100%; margin-bottom: 10px; color: var(--light-blue); font-weight: 700; text-transform: uppercase;}.project-carousel-arrows {width: 100%; display:  flex; align-items: center; justify-content: center; margin-top: 25px;}.project-carousel-arrows .slick-arrow {padding: 20px 25px; background: var(--blue); color: var(--white); display:  flex; align-items: center; justify-content: center; border: 2px solid var(--blue);}.project-carousel-arrows .slick-arrow:hover {color: var(--blue); background: transparent; border: 2px solid var(--blue);}.project-carousel-arrows .slick-arrow.slick-prev:after {font-family: 'FontAwesome'; content: "\f060"; font-size: 13px; margin-left: 10px; color: var(--white); transform: translateX(-50%);}.project-carousel-arrows .slick-arrow.slick-next:after {font-family: 'FontAwesome'; content: "\f061"; font-size: 13px; margin-left: 10px; color: var(--white); transform: translateX(-50%);}.project-carousel-arrows .slick-arrow.slick-prev:hover:after,.project-carousel-arrows .slick-arrow.slick-next:hover:after {color: var(--blue)}.home-banner-social {display:  flex; justify-content: flex-end;}.social-follow {display:  flex; align-items: center; color: var(--white); text-align: right;}.social-follow-text {}.social-follow-divide {width: 50px; height: 1px; background: var(--white); margin-left: 10px;}.social-follow i {font-size: 20px;}.social-follow a {margin-left: 10px;}.footer-social {display:  flex; align-items: center;}.footer-social .social-follow {display:  flex; align-items: center; color: var(--white); text-align: right;}.footer-social .social-follow-text {color: var(--white);}.footer-social .social-follow-divide {width: 50px; height: 1px; background: var(--white); margin-left: 10px;}.footer-social i {font-size: 20px;}.footer-social a {margin-left: 10px;}.footer-bottom .row {padding: 20px 20px 0 20px; border-top: 1px solid var(--yellow);}.footer-copy p {color: var(--white); margin-bottom: 0px; font-size: 14px; font-size: 0.875em;}.footer-copy a {color: var(--white); transition: var(--ease);}.footer-copy a:hover {color: var(--yellow);}.footer-link {color: var(--white); margin-bottom: 0px; text-align: right;}.footer-link a {color: var(--white); transition: var(--ease); font-size: 14px; font-size: 0.875em;}.footer-link a:hover {color: var(--yellow);}.footer-nav ul#primary {margin: 0px; padding: 0px; height: 100%;list-style-type: none; display:  flex; align-items:  center; justify-content: flex-end; }.footer-nav ul#primary li {height: 100%;}.footer-nav ul#primary li a {font-weight: 500; padding: 10px 15px; transition: var(--ease); color: var(--white); height: 100%; display:  flex; align-items: center;  }.footer-nav ul#primary li a:hover {color: var(--yellow);}.footer-nav ul#primary li:last-of-type a {padding: ; background: var(--orange); color:  var(--white);  padding: 10px 15px; height: 100%; border: 2px solid var(--white); border-radius: 5px;}.footer-nav ul#primary li:last-of-type a:hover { color:var(--yellow); }.footer-nav ul#primary li:last-of-type a:after {font-family: 'FontAwesome'; content: "\f061"; font-size: 13px; margin-left: 10px; color: var(--light-blue)}/***************************************Inner Pages***************************************/.inner-banner-wrapper {width: 100%; overflow: hidden; position: relative; }.inner-banner-wrapper .colour-overlay {}.inner-banner-wrapper .colour-overlay:before {width: 100px; height: 60px; content:url("/deltagoldtech-com/_img/img/banner-cutout-left.svg"); display: flex; flex-direction: column; justify-content: flex-end; position: absolute; bottom: -5px; left: 0;}.inner-banner-wrapper .colour-overlay:after {width: 60px; height: 40px; content:url("/deltagoldtech-com/_img/img/banner-cutout-right.svg"); display: flex; flex-direction: column; justify-content: flex-end; position: absolute; bottom: -5px; right: 0;}.inner-banner-text {padding: 125px 0px; text-align: center;}.inner-banner-text h1 {color: var(--white); margin:  0px;}.inner-banner-text .row {display:  flex; align-items: flex-end;}.inner-banner-social {display:  flex; justify-content: flex-end;}.inner-content-wrapper {padding: 75px 0px;}.inner-content-wrapper h2 {padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid var(--light-blue);}.inner-content-wrapper.grey {background: url("/deltagoldtech-com/_img/img/graph-wave.svg") var(--grey); background-size: cover; background-repeat: repeat;}.side-nav-col-title {background: var(--blue);  padding: 20px;}.side-nav-col-title h3 {margin-bottom: 0px; color: var(--white)}.side-nav-col-text {background: var(--grey); border-bottom: 3px solid var(--blue)}.side-nav-col-text ul {margin: 0px; padding: 0px; display: flex; flex-direction: column;}.side-nav-col-text ul li {width: 100%; border-bottom: 1px solid var(--blue); list-style-type: none;}.side-nav-col-text ul li a {display:  block; padding: 15px;}.side-nav-col-text ul li a:hover {background: var(--light-blue); color: var(--white)}.side-nav-col-text ul li a:before {font-family: 'FontAwesome'; content:"\f061"; margin-right: 10px; font-size: 14px; color: var(--light-blue)}.side-nav-col-text ul li a:hover:before {color: var(--white);}.team-wrapper {display: flex; flex-wrap: wrap; }.team-item {width: 49%; margin: 50px 1% 25px 0; padding: 75px 25px 25px 25px;  background: var(--white);  border-radius: var(--radius);  position: relative;}.team-icon {width: 100px; height: 100px; background: var(--light-blue); display:  flex; align-items: center; justify-content: center; border-radius: 50%; position: absolute; top: 0; left: 20px; transform: translateY(-50%)}.team-icon i {font-size: 40px; color: var(--blue)}.team-name {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid var(--blue)}.team-name h3 {margin-bottom: 0px; font-size: 30px; font-size: 1.875em;}.team-name p {color: var(--light-blue); margin-bottom: 0px;}.team-text p {}.rns-wrapper {width: 100%; margin-bottom: 25px;}.investors-link-boxes-wrapper {display:  flex; }.investors-link-boxes-item {width: 49%; padding: 25px; background: var(--blue); border-radius: var(--radius); border: 1px solid var(--grey);}.investors-link-boxes-item:first-of-type {margin-right: 2%;}.investors-link-boxes-item h3 {color: var(--white); font-size: 30px; font-size: 1.875em;}.investors-link-boxes-item p {color: var(--white)}.file-table-outer {margin: 40px 0px;}.file-table-outer h3 {padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid var(--light-blue);}.file-table {border: 1px solid var(--blue)}.file-table th {padding: 15px; background: var(--blue); text-align: left; color: var(--white)}.file-table td {padding: 15px; }.file-table .name {width: 80%;}.file-table .date {width: 10%;}.file-table .download {width: 10%; text-align: center;}.file-table .download i {font-size: 20px; color: var(--light-blue);}.file-table tr:nth-of-type(even) {background: var(--grey)}.stat-table-outer {margin: 40px 0px;}.stat-table-outer h3 {padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid var(--light-blue);}.stat-table {border: 1px solid var(--blue);}.stat-table th {padding: 15px; background: var(--blue); text-align: left; color: var(--white)}.stat-table th:nth-of-type(even) {text-align: right;}.stat-table td {padding: 15px; width: 50%;}.stat-table td:nth-of-type(even) {text-align: right;}.stat-table tr:nth-of-type(even) {background: var(--grey)}.txt--hlght--1 {width: 100%; display:  block; padding: 15px; color: #155724; background-color: #d4edda; border-color: #c3e6cb; border-radius: var(--radius); text-align: center;}.txt--hlght--2 {width: 100%; display:  block; padding: 15px; color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; border-radius: var(--radius); text-align: center;}.txt--hlght--3 {width: 100%; display:  block; padding: 15px; color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; border-radius: var(--radius); text-align: center;}.project-inner .project-carousel-item {margin-bottom: 25px;}.project-inner .project-carousel-item .project-carousel-item-details-inner {background: var(--grey);}.project-inner .project-carousel-item:nth-of-type(even) .project-carousel-item-inner {flex-direction: row-reverse;}.project-inner-details .side-nav-col-title.inner-logo-box {text-align: center; height: 250px; display:  flex; align-items: center; justify-content: center;}.project-inner-details .side-nav-col-title.inner-logo-box img {width: 90%;}.side-project-image {width: 100%; padding-top: 100%;}.inner-project-carousel-item-details-inner-items {padding: 20px; background: var(--grey); margin-bottom: 20px; display:  flex; flex-wrap: wrap;}.inner-project-carousel-item-details-inner-items .project-carousel-item-details-inner-item {}.inner-project-carousel-item-details-inner-items .project-carousel-item-details-inner-item:nth-child(3),.inner-project-carousel-item-details-inner-items .project-carousel-item-details-inner-item:nth-child(4) {margin-bottom: 0px;}.lead-investigator-inner {display:  flex;}.lead-investigator-inner-image {width: 25%; margin-right: 2%;}.lead-investigator-inner-text {width: 73%;}/*************************************** Blog***************************************//***************************************Footer***************************************/.footer-wrapper {width: 100%; background: var(--blue); border-top: 5px solid var(--orange); padding-top: 50px; padding-bottom: 25px;}.footer-logo img {width: 200px;}.footer-top h4 {color: var(--footer-blue)}.footer-top p {color: var(--white); font-size: 14px; font-size: 0.875em; }.footer-top a {color: var(--white); }.footer-top a i {font-size: 20px;}.footer-top ul {padding: 0px; display:  flex; justify-content: flex-end; }.footer-top ul li {color: var(--white); list-style-type: none; margin-bottom: 5px; font-size: 14px; font-size: 0.875em; margin-left: 10px;}.footer-top ul li ul {display:  none;}.footer-address p:first-of-type {padding-left: 20px; position: relative;}.footer-address p:first-of-type:before {font-family: 'FontAwesome'; content: "\f3c5"; font-size: 13px; display:  inline-block; color: var(--white); position: absolute; left: 0px;}.footer-contact li:nth-of-type(1):before {font-family: 'FontAwesome'; content: "\f095"; font-size: 13px; display:  inline-block; color: var(--white); margin-right: 10px;}.footer-contact li:nth-of-type(2):before {font-family: 'FontAwesome'; content: "\f0e0"; font-size: 13px; display:  inline-block; color: var(--white); margin-right: 10px;}.footer-top .row {display:  flex; align-items: center;}.footer-bottom {margin-top: 50px;}.footer-bottom-left p {color: var(--footer-blue)}.footer-bottom-right p,.footer-bottom-right p a {color: var(--footer-blue); text-align: right;}/***************************************Form***************************************/.defaultForm {  width: 100%;  *zoom: 1;  background: var(--grey);  padding: 25px;  border-radius: var(--radius);}.defaultForm:before, .defaultForm:after {  content: " ";  display: table;}.defaultForm:after {  clear: both;}.defaultForm .inputset {float: left;  width: 100%; margin-right:  0%;  position: relative;  margin-bottom: 20px; }.defaultForm .inputset .form_error_specific {  position: absolute;  top: 0;  right: 0;  color: Tomato;  display: none;}.defaultForm .inputset label {  display: block;  width: 100%;font-family: "DM Sans", sans-serif; font-size: 16px; font-size: 1em; color: var(--black);}.defaultForm .inputset label.label {  display: inline-block;}.defaultForm .inputset label.label input {  width: initial;  display: inline-block;  margin-left: 0.625em;  border-radius: var(--radius);}.defaultForm .inputset input, .defaultForm .inputset select {  width: 100%;   background: #fff; padding: 15px; border: 0px;font-family: "DM Sans", sans-serif;  font-size: 16px; font-size: 1em;border-radius: var(--radius);}.defaultForm .inputset textarea {width: 100%;  height: 10.625em;  background: #fff; padding: 15px; border: 0px;font-family: "DM Sans", sans-serif;  font-size: 16px; font-size: 1em;border-radius: var(--radius);}.inputset.inputsetcheck label:first-of-type {  margin-bottom: 0.3125em;  padding-bottom: 0.3125em;  border-bottom: 1px solid #cccccc;}.inputset label.form_header {  font-weight: bold;  font-size: 18px;}.defaultForm .form_submit {/*  text-align: right;*/}.defaultForm .form_submit {float: left;}.defaultForm .form_submit .fbElementButton {font-family: "DM Sans", sans-serif; display:  inline-block; transition: var(--ease); background: var(--blue); color: var(--white); padding: 10px 15px;  font-weight: 600; border-radius: var(--radius); border: 2px solid var(--blue);}.defaultForm .form_submit .fbElementButton:hover {color: var(--blue); background: transparent; border: 2px solid var(--blue)}.form_error {font-family: "DM Sans", sans-serif;  font-size: 16px; font-size: 1em; font-style: normal; padding: 15px; background: #ff0000; color: #fff; margin-bottom: 10px; border-radius: var(--radius)}/*************************************** Ecommerce - General  ***************************************//***************************************Ecommerce - Listings ***************************************//***************************************Ecommerce - Item ***************************************//***************************************Ecommerce - Basket ***************************************//***************************************Ecommerce - Checkout ***************************************//***************************************Custom Modules***************************************//***************************************Custom Database***************************************//***************************************Media Queries***************************************/@media all and (max-width: 1065px) and (min-width: 0px) {.footer-nav {display:  none;}.footer-logo.two.columns {width: 50%;}.footer-social.three.columns {width: 50%; justify-content: flex-end;}}@media all and (max-width: 1035px) and (min-width: 0px) {.why-quantum-computing-wrapper {width: 100%; margin-top: 0px; flex-wrap: wrap;}.why-quantum-computing-image {width: 100%; height: 500px;}.why-quantum-computing-text {width: 100%; padding: 75px 0px;}}@media all and (max-width: 995px) and (min-width: 0px) {.header-bar-logo.three.columns {width: 50% !important;}.header-bar-nav.nine.columns {width: 50% !important; text-align: right;}.header-bar-nav ul#primary {display:  none;}.menu-btn {display:  inline-block; height: 100%;}.why-quantum-computing-text-inner {width: 90%;}.footer-copy.six.columns {width: 100%; text-align: center; margin-bottom: 10px;}.footer-link.six.columns {width: 100%; text-align: center;}.team-item {width: 100%; margin-right: 0px;}}@media all and (max-width: 850px) and (min-width: 0px) {.project-inner-details .three.columns,.project-inner-details .nine.columns {width: 100% !important; margin-left: 0px;}.project-inner-details .three.columns {margin-bottom: 25px;}}@media all and (max-width: 790px) and (min-width: 0px) {.project-carousel-item-inner {flex-direction: column;}.project-carousel-item-image {width: 100%; height: 400px;}.project-carousel-item-details {width: 100%;}.project-inner .project-carousel-item:nth-of-type(even) .project-carousel-item-inner {flex-direction: column;}}@media all and (max-width: 768px) and (min-width: 0px) {.home-banner-text .row {flex-direction: column;}.home-banner-text .row .five.columns {width: 100% !important;}.home-banner-social {justify-content: initial; margin-top:  25px;}.five.columns.push_one.about-delta-outer {width: 100% !important; margin-left:  0px; margin-bottom: 20px;}.five.columns.board-directors-outer {width: 100% !important; margin-left:  0px;}.six.columns.idea-text {width: 100%;}.five.columns.push_one.idea-text-quote {width: 100%; margin-left: initial; margin-top:  65px;}.investors-link-boxes-wrapper {flex-direction: column;}.investors-link-boxes-item {width: 100%; margin-bottom: 25px;}.investors-link-boxes-item:first-of-type {margin-right: 0%;}}@media all and (max-width: 650px) and (min-width: 0px) {.footer-top .row {flex-direction: column;}.footer-logo {margin-bottom: 20px;}.side-nav-col {margin-bottom: 25px;}.inner-project-carousel-item-details-inner-items .project-carousel-item-details-inner-item:nth-child(3),.inner-project-carousel-item-details-inner-items .project-carousel-item-details-inner-item:nth-child(4) {margin-bottom: 20px;}}@media all and (max-width: 550px) and (min-width: 0px) {.lead-investigator-inner {flex-direction: column;}.lead-investigator-inner-image {width: 100%; margin-right: 0%; text-align: center; margin-bottom: 20px;}.lead-investigator-inner-image img {margin: 0 auto;}.lead-investigator-inner-text {width: 100%;}}@media all and (max-width: 480px) and (min-width: 0px) {.project-carousel-item-details-inner-item {width: 100%; margin-bottom:;}}
/* not required */
