@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

/* latin-ext */

/* @font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway');
  src: local('Raleway-Regular');
  src: url('../fonts/Raleway-Regular-Latin-Ext.woff2') format('woff2');
  src: url('https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} */

/* latin */

/* @font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway');
  src: local('Raleway-Regular');
  src: url('../fonts/Raleway-Regular-Latin.woff2') format('woff2');
  src: url('https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

/* @font-face {
  font-family: "Allura";
  src: url("../fonts/Allura-Regular.woff2") format("woff2"),
    url("../fonts/Allura-Regular.ttf") format("truetype"),
    url("../fonts/Allura-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

body {
  overflow-x: hidden;
  /*background-image:url('../img/banner-background.jpg');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #444444;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif !important;
}

.maxWidth {
  width: 1440px;
}

.title-decorative {
  color: gray;
}

.fullwidth-split-text {
  display: flex;
  justify-content: center;
  padding: 6rem 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

img.bg-image {
  object-fit: cover;
}

.step-circle {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50% !important;
  background: #ced4da;
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  transition: background-color 0.35s ease;
  padding: 0 !important;
  border-bottom: none !important;
}

.citation {
  font-size: 12px;
  color: #868383;
  padding-top: 5px;
}

.footer_logos {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer_logos img {
  margin: 20px;
  height: 80px;
}
x .footer_logos .hhs-gov-avatar {
  height: 100px;
}

.inverse p {
  color: #fff;
}

.inverse h3 {
  color: #fff;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}

.icons p {
  font-size: 14px;
}

p.small {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

small.small {
  font-family: "Montserrat", sans-serif;
  font-size: 85%;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  color: #2674be;
}

/*** DRIVe Header Specification ***/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  /* font-family: sans-serif; */
  /* font-family: courier; */
}

h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000000;
}

h2 {
  font-weight: bold;
}

h3 {
  /* text-transform: uppercase; */
}

h4 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 6px;
}

h5 {
  line-height: 30px;
}

/*********************************/

hr.star-light,
hr.star-primary {
  margin: 15px auto 30px;
  padding: 0;
  /*max-width: 250px;*/
  border: 0;
  border-top: solid 1px;
  text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
  /*content: "\f0dd";*/
  display: inline-block;
  position: relative;
  top: -0.8em;
  padding: 0 0.25em;
  font-family: FontAwesome;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
}

hr.star-primary {
  border-color: #999999;
}

hr.star-primary:after {
  color: #999999;
}

.img-centered {
  margin: 0 auto;
}

header {
  text-align: center;
  /*color: #fff;*/
  /*background: #06612e;*/
  /*height:600px;*/
}

header .banner {
  padding-top: 60px;
  width: 100%;
}

header .container {
  /*padding-top: 100px;*/
  padding-bottom: 25px;
  background-color: transparent;
}

header img {
  display: block;
  margin: 0 auto 20px;
}

header .intro-text .name {
  display: block;
  font-size: 2em;
  font-weight: 700;
}

header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}

.navbar-brand img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 30px;
  margin-top: -5px;
}

.header-banner {
  height: 30vw;
  /* max-height: 860px; */
  padding: 30px;
  margin: 0px !important;
  overflow: hidden;
}

.header-banner > *:not(img.banner-bg) {
  z-index: 10;
}

.header-banner > img.banner-bg {
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.header-banner > .title {
  color: white !important;
  height: 100%;
  width: 50%;
  margin-left: 70px;
  padding-left: 10vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.header-banner > .title > h3 {
  font-size: 3.8em !important;
  font-weight: 800 !important;
  width: 60%;
  letter-spacing: 8px;
}
img.person-avatar {
  width: 23vw;
  border: 10px solid white;
  position: absolute;
  top: 20vw;
  right: 120px;
  z-index: 10;
  box-shadow: 0px 0px 21px #504f4f;
  max-width: 350px;
}

.custom-icon {
  position: relative;
}

.arrow-back {
  fill: #ffcc4f;
  width: 100%;
  height: 100%;
  max-height: 40px;
}

.back-btn-group a {
  outline: none;
  border: none;
  text-decoration: none;
  color: #ffcc4f;
}

.back-btn-group {
  position: absolute;
  top: 30%;
}

.main-breadcrumb-links > a:hover {
  color: white;
}

.main-breadcrumb-links > a:hover::after {
  color: #ffcc4f;
}

.arrow-group {
  position: absolute;
  top: -20px;
  left: 0;
  max-width: 40px;
  max-height: 40px;
}

.arrow-group path {
  display: none;
}

.arrow-group .visible {
  display: inline;
  fill: white;
}

.main-breadcrumb-links {
  transform: rotate(-90deg) translate(calc(-105% - 5px), 35px);
  transform-origin: left;
  text-transform: uppercase;
}

.main-breadcrumb-links > a:first-child:after {
  content: " /";
  margin-left: 7px;
  margin-right: 7px;
}

.region-content-top
  nav.breadcrumb
  ol.level-2
  .bread-item-0:not(:last-of-type):after,
.region-content-top
  nav.breadcrumb
  ol.level-1
  .bread-item-0:not(:last-of-type):after {
  content: " /";
  margin-left: 7px;
  margin-right: 7px;
}

.skewspare {
  width: 100%;
  transform: skewY(-2deg) translateY(75%);
  background: white;
  content: "";
  position: absolute;
  display: block;
  height: 80px;
  left: 0;
  z-index: 5;
  bottom: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header-banner > .blur-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.links-group {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1420px) {
  img.person-avatar {
    top: 25vw;
  }
}

@media screen and (max-width: 1000px) {
  img.person-avatar {
    top: 40vw;
    right: 5vw;
  }
}

@media (max-width: 960px) {
  .header-banner > .title {
    padding-left: 5vw;
  }
}

@media (max-width: 850px) {
  .header-banner > .title > h3 {
    font-size: 3.1em !important;
    text-align: left !important;
  }
  img.person-avatar {
    top: 40vw;
    right: 5vw;
    width: 240px;
  }
}

@media screen and (max-width: 991px) {
  .header-banner,
  .header-banner > img.banner-bg {
    height: 400px;
  }
  .header-banner > .title > h3,
  .header-banner > .title > h4 {
    text-align: left !important;
    width: auto;
  }
}

@media (max-width: 767px) {
  .skewspare {
    height: 100px;
    bottom: -10px;
  }
  .container {
    margin: auto !important;
  }
  .team-member-page #banner {
    margin-bottom: 30vw !important;
  }
  .header-banner > .title {
    width: 80%;
    align-items: center;
    justify-content: unset;
    margin-top: 60px;
  }
  .header-banner > .title > h3,
  .header-banner > .title > h4 {
    text-align: center !important;
  }
  img.person-avatar {
    width: 300px;
    top: 50vw;
    right: 0;
    left: calc(6.5vw - 30px);
  }
  .header-banner {
    overflow: visible;
  }
}

@media (max-width: 700px) {
  .team-member-page #banner {
    margin-bottom: 37vw !important;
  }

  img.person-avatar {
    width: 300px;
    top: 55vw;
    right: 0;
    left: calc(6.5vw - 30px);
  }
}

@media (max-width: 650px) {
  .header-banner > .title > h3 {
    font-size: 2.2em !important;
  }

  .team-member-page #banner {
    margin-bottom: 40vw !important;
  }

  img.person-avatar {
    width: 300px;
    top: 65vw;
    right: 0;
    left: calc(6.5vw - 30px);
  }
}

@media (max-width: 560px) {
  .header-banner > .title > h3 {
    font-size: 2.2em !important;
  }

  .team-member-page #banner {
    margin-bottom: 300px !important;
  }

  img.person-avatar {
    width: 300px;
    top: 410px;
    right: 0;
    left: calc(6.5vw - 30px);
  }
}

@media (max-width: 505px) {
  .header-banner > .title > h3,
  .header-banner > .title > h4 {
    text-align: left !important;
  }
}

@media (max-width: 450px) {
  .header-banner > .title > h3 {
    font-size: 2.2em !important;
  }

  .team-member-page #banner {
    margin-bottom: 300px !important;
  }

  img.person-avatar {
    width: 300px;
    top: 410px;
    right: 0;
    left: calc(6.5vw - 30px);
  }
  .header-banner > .title {
    margin-top: 30px;
  }
  .arrow-back {
    max-height: 30px;
  }
  .main-breadcrumb-links {
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  .header-banner > .title > h3 {
    font-size: 1.7em !important;
  }
  .header-banner > .title > h4 {
    font-size: 1.4em !important;
  }
  .header-banner > .title {
    padding-left: 0;
    margin-top: 55px;
  }
}

@media (max-width: 350px) {
  .header-banner > .title > h3 {
    font-size: 1.5em !important;
  }

  .header-banner > .title > h4 {
    font-size: 1em !important;
  }

  .team-member-page #banner {
    margin-bottom: 200px !important;
  }

  img.person-avatar {
    width: 200px;
    top: 410px;
    right: 0;
    left: calc(6.5vw - 30px);
  }

  .header-banner > .title {
    padding-left: 0;
    margin-top: 95px;
  }
}

@media (min-width: 768px) {
  .navbar {
    border: 0px;
  }
  header .container {
    /*padding-top: 200px;*/
    /*padding-bottom: 100px;*/
    padding-bottom: 25px;
    background-color: transparent;
  }
  header .intro-text .name {
    font-size: 3em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
  header .banner {
    padding-top: 105px;
  }
}

.navbar-brand-gray {
  color: #606060;
}

.navbar-fixed-top .navbar-brand i {
  display: none;
  font-style: normal;
  margin-top: 5px;
  letter-spacing: 0.8px;
}

@media (min-width: 768px) {
  .navbar-fixed-top {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    font-size: 90%;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top .navbar-brand img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 45px;
    margin-top: -14px;
    display: block;
  }
  .navbar-fixed-top .navbar-brand i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 11px;
    display: block;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0px 0px 2px 0px #cccccc;
    /*background: rgba(103,176,209,0.8);*/
    background: rgba(255, 255, 255, 0.95);
    color: gray;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand img {
    height: 24px;
    margin-top: -4px;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand i {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
  }
  .navbar-fixed-top {
    min-height: 88px;
    line-height: 49px;
  }
}

@media (min-width: 992px) {
  .navbar-fixed-top {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    font-size: 100%;
    min-height: 103px;
    line-height: 79px;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 49px;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top .navbar-brand img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 60px;
    margin-top: -14px;
  }
  .navbar-fixed-top .navbar-brand i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 11px;
    display: block;
  }
  /*.org-header-logo img {
        height: 40px;
    }
    .org-header-logo-big img {
        height: 55px;
    }*/
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0px 0px 2px 0px #cccccc;
    /*background: rgba(103,176,209,0.8);*/
    background: rgba(255, 255, 255, 0.95);
    color: gray;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand img {
    height: 30px;
    margin-top: -7px;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand i {
    display: none;
  }
  /* .dropdown-menu {
    	font-size:100%;
    } */
}

@media (min-width: 1200px) {
  .navbar-fixed-top {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    font-size: 120%;
    min-height: 129px;
    line-height: 99px;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top .navbar-brand img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 90px;
    margin-top: -22px;
  }
  .navbar-fixed-top .navbar-brand i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    display: block;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0px 0px 2px 0px #cccccc;
    /*background: rgba(103,176,209,0.8);*/
    background: rgba(255, 255, 255, 0.95);
    color: gray;
    min-height: 90px;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand img {
    height: 60px;
    margin-top: -7px;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand i {
    display: none;
  }
  /* .dropdown-menu {
    	font-size:95%;
    } */
  .navbar-default .navbar-nav > li > a {
    line-height: 69px;
  }
}

section {
  /*padding: 100px 0;*/
  padding-top: 0px;
  padding-bottom: 0px;
  /*background-color:rgba(255,255,255,0.8);*/
  background-color: #ffffff;
}

section h2 {
  margin: 0;
  /*font-size: 3em;*/
  /*border-left: 3px solid #f50036;*/
  padding-bottom: 3px;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.align-items-center {
  align-items: center !important;
}

.accordion h5 {
  color: #222222;
  font-weight: 500;
}

a:hover {
  text-decoration: none;
}

.media h5 {
  font-weight: bolder;
}

section.success {
  color: #fff;
  background: #428230;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  outline: 0;
  color: #428230;
}

@media (min-width: 992px) {
  section .container {
    padding: 15px;
  }
}

section.transparent {
  /*background-color:rgba(255,255,255,0.8);*/
  background-color: transparent;
  /*box-shadow: 0px 0px 2px 0px #cccccc;*/
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

@media (max-width: 767px) {
  section {
    padding: 25px 0;
  }
  section.first {
    padding-top: 25px;
  }
}

/* Portfolio Items */

.about_portfolio {
  background-image: url("../img/folded_bg.jpg");
  height: 250px;
  background-position: bottom;
  background-size: cover;
  padding-top: 40px;
  color: #ffffff;
}

.about_portfolio h2 {
  line-height: 40px;
  color: white;
}

@media (max-width: 2000px) {
  .about_portfolio p {
    font-size: 30px;
  }
}

@media (max-width: 900px) {
  .about_portfolio p {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  .about_portfolio p {
    font-size: 18px;
  }
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(24, 188, 156, 0.9);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

@media (min-width: 362px) {
  .btn_moreinfo a {
    font-size: 13px !important;
    margin-bottom: 30px;
  }
}

.dropdown_portfolio {
  color: #fff;
  background-color: #313030;
  font-size: 20px;
}

.btn-dark {
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
}

.btn-dark:hover {
  text-decoration: none;
}

/* End Portfolio */

.btn-outline {
  margin-top: 15px;
  border: solid 2px #fff;
  font-size: 20px;
  color: #fff;
  background: 0 0;
  transition: all 0.3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  border: solid 2px #fff;
  color: #06612e;
  background: #fff;
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.5em;
  background: 0 0;
  box-shadow: none !important;
  resize: none;
}

.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #06612e;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eee;
}

footer {
  color: #fff;
}

footer h3 {
  margin-bottom: 30px;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
}

footer .footer-above {
  padding: 25px 0;
  background-color: #a8a8a8;
  color: #000000;
}

footer .footer-above a {
  padding: 5px 15px 5px 15px;
  color: #000000;
}

footer .footer-col {
  margin-bottom: 50px;
}

footer .footer-below {
  padding: 10px;
  background-color: #555555;
  color: #f0f0f0;
  font-size: 14px;
}

.stylish-color-dark {
  background-color: #000000 !important;
}

.btn_newsletter {
  background-color: #1bd2eb !important;
  color: #000000;
  font-weight: bold;
}

.social_img img {
  margin: 8px;
}

.btn-social {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}

.footer-copyright {
  background-color: #161616;
}

/* footer end */

.btn:focus,
.btn:active,
.btn.active {
  outline: 0;
}

.scroll-top {
  z-index: 1049;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
}

.scroll-top .btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 28px;
}

.scroll-top .btn:focus {
  outline: 0;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.portfolio-modal .modal-content h2 {
  margin: 0;
  /*font-size: 3em;*/
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #06612e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #06612e;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}

.buffer-top {
  margin-top: 60px;
}

.buffer-bottom {
  margin-bottom: 60px;
}

.buffer-left {
  margin-left: 20px;
}

.buffer-right {
  margin-right: 20px;
}

.padding-top {
  padding-top: 60px;
}

.padding-bottom {
  padding-bottom: 60px;
}

.padding-left {
  padding-left: 20px;
}

.padding-right {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .buffer-top {
    margin-top: 151px;
  }
  .buffer-bottom {
    margin-bottom: 110px;
  }
  .buffer-left {
    margin-left: 40px;
  }
  .buffer-right {
    margin-right: 40px;
  }
  .padding-top {
    padding-top: 10px;
  }
  .padding-bottom {
    padding-bottom: 110px;
  }
  .padding-left {
    padding-left: 40px;
  }
  .padding-right {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .buffer-top {
    margin-top: 191px;
  }
}

ul {
  margin-left: 5px;
  padding-left: 10px;
}

ul.list-arrows {
  list-style-type: disc;
  padding-left: 15px;
}

ul.list-arrows li {
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
  margin-left: 20px;
}

ul.list-arrows li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
}

ul.list-arrows.orange li:before {
  color: #b36500;
}

.opaque {
  background-color: #ffffff;
}

.panel-clickable {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.panel-clickable:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  filter: brightness(115%);
}

a.panel-link {
  text-decoration: none;
  color: #444444;
}

a.panel-link:hover {
  text-decoration: none;
  color: #444444;
}

a.anchor {
  display: block;
  height: 80px;
  /*same height as header*/
  margin-top: -80px;
  /*same height as header*/
  visibility: hidden;
}

.org-header-logo {
  padding: 0px;
  margin: 0px;
}

.org-header-logo img {
  height: 40px;
  margin-left: 4px;
}

.org-header-logo-big img {
  height: 50px;
}

@media (min-width: 992px) {
  .org-header-logo img {
    height: 40px;
    margin-left: 10px;
  }
  .org-header-logo-big img {
    height: 58px;
  }
}

@media (min-width: 1200px) {
  .org-header-logo img {
    height: 50px;
    margin-left: 10px;
  }
  .org-header-logo-big img {
    height: 70px;
  }
}

img {
  -ms-interpolation-mode: bicubic;
}

.cursor-link {
  cursor: pointer;
}

.alert-faint {
  background-color: #fafafa;
  border-color: #f0f0f0;
}

.alert-lg {
  font-size: 125%;
}

.btn-xlg {
}

@media (min-width: 768px) {
  .btn-xlg {
    font-size: 20px;
  }
}

/* Flip Clock Things */

.flip-clock-label {
  /*font-family: 'Droid Serif', serif;*/
  font-size: 14px;
  color: #e0e0e0 !important;
  letter-spacing: 3px;
  right: -114px !important;
  text-transform: uppercase;
}

#clock-container {
  display: inline-block;
  clear: both;
}

#clock {
}

#clocksm {
  zoom: 0.7;
  -moz-transform: scale(0.7);
  margin: 0px;
  padding: 0px;
}

/* Embedded Video Things */

.embedded-video {
  width: 300px;
  height: 169px;
}

.embedded-video-lg {
  width: 300px;
  height: 169px;
}

@media (min-width: 768px) {
  .embedded-video {
    width: 330px;
    height: 185px;
  }
  .embedded-video-lg {
    width: 495px;
    height: 278px;
  }
}

@media (min-width: 992px) {
  .embedded-video {
    width: 440px;
    height: 248px;
  }
  .embedded-video-lg {
    width: 660px;
    height: 372px;
  }
}

@media (min-width: 1200px) {
  .embedded-video {
    width: 540px;
    height: 304px;
  }
  .embedded-video-lg {
    width: 810px;
    height: 456px;
  }
}

/* Home Banner Things */

#banner-registration-link {
  display: none;
}

#banner-waitlist-link {
  display: block;
}

.banner-text-container {
  margin-top: 10px;
}

.banner-text {
  text-align: center;
  font-size: 24px;
  display: inline-block;
}

.banner-text-heading {
  /* background-color:rgba(160,160,160,0.5); */
  background-color: rgba(100, 100, 100, 0.7);
  padding: 5px 20px 0px 20px;
}

.banner-text-heading.green {
  background-color: rgba(4, 29, 16, 0.6);
}

.banner-text-body {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 20px 10px 20px;
}

.banner-text-logo {
  width: 180px;
  display: inline-block;
  margin-top: 15px;
}

.banner-text-logo-text {
  white-space: nowrap;
  margin-top: -40px !important;
}

.banner-text h1 {
  color: white;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  line-height: 10px;
}

.banner-text h3 {
  color: white;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

.banner-text a {
  margin-top: 15px;
  color: #ffffff;
}

.banner-text button {
  margin-top: 15px;
}

/* .banner-sold-out {
  background-image: url("img/sold-out.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 86px 47px;
  width: 86px;
  height: 47px;
  position: relative;
  top: -50px;
  left: -30px;
  margin-bottom: -47px;
} */

@media (min-width: 768px) {
  .banner-text-container {
    margin-top: 0px;
  }
  .banner-text-heading {
    padding: 10px 20px 0px 20px;
  }
  .banner-text-logo {
    width: 240px;
    margin-top: 14px;
  }
  .banner-text-logo-text {
    white-space: nowrap;
  }
  .banner-text h1 {
    line-height: inherit;
    font-size: 34px;
  }
  .banner-text h3 {
    font-size: 23px;
  }
  /* .banner-sold-out {
    background-image: url("img/sold-out.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 172px;
    width: 172px;
    height: 95px;
    position: absolute;
    top: 60px;
    left: 30px;
  } */
}

@media (min-width: 992px) {
  .banner-text-heading {
    padding: 10px 20px 0px 20px;
  }
  .banner-text-logo {
    width: 310px;
    margin-top: 10px;
  }
  .banner-text h1 {
    font-size: 42px;
  }
  .banner-text h3 {
    font-size: 23px;
  }
  /* .banner-sold-out {
    background-image: url("img/sold-out.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 172px;
    width: 172px;
    height: 95px;
    position: absolute;
    top: 60px;
    left: 140px;
  } */
}

@media (min-width: 1200px) {
  .banner-text-logo {
    width: 340px;
  }
  .banner-text h1 {
    font-size: 48px;
  }
  .banner-text h3 {
    font-size: 28px;
  }
  /* .banner-sold-out {
    background-image: url("img/sold-out.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 245px 135px;
    width: 245px;
    height: 135px;
    position: absolute;
    top: -50px;
    left: 130px;
  } */
}

#banner {
  margin-top: 40px;
  margin-bottom: 0px;
  /*background-image:url('/img/video-frame.jpg');*/
  background-size: cover;
  background-position: center center;
}

.banner-background {
  /* background-image: url("../img/video-frame.jpg"); */
}

.partner-background {
  background-image: url("../img/background_people.jpg");
}

.white-list li {
  color: #fff;
}

.white-list p {
  color: #fff;
}

.white-list h3 {
  color: #fff;
}

.white-list h2 {
  color: #fff;
}

#banner div.jumbotron {
  background: transparent;
  /* height: 200px; */
  margin-bottom: 0px;
  border-radius: 0px;
}

#banner {
  margin-top: 150px;
}

.team-page #banner {
  margin-top: 70px;
}

@media (min-width: 768px) {
  #banner div.jumbotron {
    height: 200px;
  }
  /* MD 10/10/2024 */
  .drive_email {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media (min-width: 992px) {
  #banner {
    margin-top: 150px;
  }
  #banner div.jumbotron {
    height: 200px;
  }
}

@media (min-width: 1200px) {
  #banner {
    margin-top: 150px;
  }
  #banner div.jumbotron {
    height: 200px;
  }
  /* MD 10/10/2024 */
  .drive_email {
    margin-left: 310px;
    margin-right: 310px;
  }
}

.home-banner-heading {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  line-height: 1;
  padding-top: 15px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.banner-text-heading.green .home-banner-heading {
  color: #fff;
}

.sub-banner-heading-text {
  font-size: 30px;
  line-height: 1;
}

.banner-text-heading.green .sub-banner-heading-text {
  font-weight: 400;
  font-size: 28px;
}

.home-banner-heading {
  font-size: 30px;
}

@media (min-width: 768px) {
  .home-banner-heading {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    line-height: 1;
    padding-bottom: 25px;
    display: inline-block;
    margin-top: 0px;
  }
  .sub-banner-heading-text {
    font-size: 48px;
    line-height: 1;
  }
  .banner-text-heading.green .sub-banner-heading-text {
    font-weight: 400;
    font-size: 30px;
  }
}

@media (min-width: 960px) {
  .home-banner-heading {
    font-size: 30px;
    padding-top: 25px;
  }
}

@media (max-width: 760px) {
  .home-banner-heading {
    font-size: 30px;
    /* padding-top: 55px; */
  }
}

@media (max-width: 570px) {
  .home-banner-heading {
    font-size: 30px;
    padding-top: 85px;
  }
}

/* News Banner Things */

.banner-news-header {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  text-transform: uppercase;
}

.banner-news-header a {
  color: #222222;
}

.banner-news {
  font-size: 18px;
  ext-transform: uppercase;
}

.banner-news a {
}

.banner-news-source {
  font-size: 75%;
  margin-top: 0px;
}

.banner-news-body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #777777;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .banner-news-header {
    font-size: 30px;
  }
  .banner-news {
    font-size: 20px;
    ext-transform: uppercase;
  }
}

.news-section:hover {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
}

/* Grid Stuff */

.grid-wrap {
  clear: both;
  margin: 0 auto;
  padding: 0;
  max-width: 1170px;
}

.grid {
  margin: 30px auto;
  padding: 0;
  min-height: 500px;
  list-style: none;
}

.grid li {
  display: inline-block;
  overflow: hidden;
  width: 585px;
  text-align: left;
  vertical-align: top;
}

.grid li img,
.grid li > div {
  display: block;
  outline: none;
  border: none;
}

.grid li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.grid li > div {
  position: relative;
  overflow: hidden;
  margin: 7px;
}

.grid li h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  width: 100%;
  background: #2e3444;
  color: #d3eee2;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 1em;
  transition: transform 0.2s, color 0.2s;
}

.grid li > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100.5%;
  border: 0px solid transparent;
  background: transparent;
  content: "";
  transition: border-width 0.2s, border-color 0.2s;
}

.grid li:hover h3 {
  color: #fff;
  transform: translate3d(0, -30px, 0);
}

.grid li:hover > div::before {
  border-width: 14px;
  border-color: #2e3444;
}

.numbers li {
  line-height: 32px;
  font-size: 18px;
}

/* Partner Page */

#partner {
  padding-top: 40px;
}

#partner .col-md-6 {
  text-align: center;
}

figure.magazine {
  background: #072012;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1% 30px;
  min-width: 320px;
  max-width: 100%;
  /*max-height: 314px;*/
  height: auto;
  text-align: center;
  cursor: poniter;
}

figure.magazine img {
  opacity: 0.9;
  transition: opacity 0.35s;
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  border: 0;
}

figure.maganize:hover img {
  opacity: 0.4;
}

figure.magazine figcaption,
figure.magazine figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.magazine figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.5em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
}

figure.magazine:hover figcaption {
  background-color: rgba(32, 57, 43, 0.95);
}

figure.magazine figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}

figure.magazine:hover figcaption::before,
figure.magazine:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure.magazine figcaption h2 {
  margin: 10% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  font-weight: 300;
}

figure.magazine:hover figcaption h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

figure.magazine figcaption p {
  padding: 0.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  font-size: 72%;
  margin: 0;
}

figure.magazine figcaption p:last-child {
  padding-top: 0;
}

figure.magazine:hover figcaption p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure.magazine figcaption p strong {
  margin-bottom: 0.3em;
  display: block;
  font-size: 105%;
}

figure.magazine figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.col-sm-6 figure:first-child {
  margin: 30px 0;
}

figure.magazine2 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

figure.magazine2 img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.magazine2:hover img,
figure.magazine2:active img {
  opacity: 0.08;
}

figure.magazine2 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  color: #333;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.magazine2 figcaption:before,
figure.magazine2 figcaption:after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  pointer-events: none;
}

figure.magazine2:hover figcaption:before,
figure.magazine2:hover figcaption:after,
figure.magazine2:focus figcaption:before,
figure.magazine2:focus figcaption:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.magazine2 figcaption:before {
  border-top: 1px solid #5fbb46;
  border-bottom: 1px solid #5fbb46;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.magazine2 figcaption:after {
  border-right: 1px solid #5fbb46;
  border-left: 1px solid #5fbb46;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.magazine2 p,
figure.magazine2 h2 {
  padding: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  letter-spacing: 1px;
  font-size: 14px;
  margin: 0;
  text-align: left;
}

figure.magazine2 h2 {
  font-size: 16px;
}

figure a.btn.btn-primary.btn-sm {
  transform: translate3d(-300%, 0, 0);
  transition: transform 0.5s;
}

figure:hover a.btn.btn-primary.btn-sm,
figure:focus a.btn.btn-primary.btn-sm {
  transform: translate3d(0, 0, 0);
}

figure.magazine2:hover p,
figure.magazine2:focus p,
figure.magazine2:hover h2,
figure.magazine2:focus h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Intermediate phones */

@media (min-width: 540px) {
  figure.magazine2 p,
  figure.magazine2 h2 {
    font-size: 16px;
  }
  figure.magazine2 figcaption {
    padding: 1em;
  }
  .service_boxes {
    padding: 30px;
  }
  /* MD 10/10/2024 */
  .drive_email {
    margin-left: 60px;
    margin-right: 60px;
    font: 15px;
  }
}

/* Small devices (tablets, 768px and up) */

@media (max-width: 1040px) {
  .topbar {
    visibility: hidden !important;
  }
}

@media (max-width: 360px) {
  .topbar {
    visibility: hidden;
  }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  figure.magazine2 p,
  figure.magazine2 h2 {
    font-size: 14px;
  }
  figure.magazine2 figcaption {
    padding: 1em;
  }
  .service_boxes {
    padding: 30px;
  }
  .topbar {
    visibility: visible;
  }
  .topbar p {
    font-size: 10px;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  figure.magazine2 p,
  figure.magazine2 h2 {
    font-size: 18px;
  }
  figure.magazine2 figcaption {
    padding: 1.5em;
  }
  .service_boxes {
    padding: 30px;
  }
  .topbar {
    visibility: visible;
  }
  .topbar p {
    font-size: 13px;
  }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  figure.magazine2 p,
  figure.magazine2 h2 {
    font-size: 22px;
  }
  figure.magazine2 figcaption {
    padding: 2em;
  }
  .topbar {
    visibility: visible;
  }
  .topbar p {
    font-size: 13px;
  }
  /* MD 10/10/2024 */
  .drive_email {
    margin-left: 310px;
    margin-right: 310px;
  }
}

/* Impact Areas Page */

figure.caption {
  margin: 0 0 40px;
  overflow: hidden;
  position: relative;
}

figure.caption img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  width: 100%;
  display: block;
  position: relative;
}

figure.caption:hover img {
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
}

figure.caption:hover img.hidden-sm {
  -webkit-transform: translateY(-160px);
  transform: translateY(-160px);
}

figure.caption figcaption {
  height: 175px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  position: absolute;
  left: 0;
  padding: 10px;
  background: #666;
  color: #fff;
  text-align: left;
}

figure.caption:hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

figure.caption figcaption h2 {
  color: #fff;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
}

/* figure.caption figcaption span {
    padding: 15px;
} */

figure.caption figcaption a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
}

figure.caption figcaption a,
figure.caption figcaption a:hover {
  background-color: #5fbb46;
  border-color: #5fbb46;
  color: #333;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  figure.caption figcaption {
    height: 245px;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  figure.caption figcaption {
    height: 225px;
  }
}

/* Large devices (large desktops, 1200px and up) */
.partner {
  margin-bottom: 30px;
}

.partner a .img-container {
  overflow: hidden;
  height: 150px;
  transition: max-height 1s;
}

.partner a.collapsed .img-container {
  height: auto;
  max-height: 500px;
}

.partner a .img-container img {
  max-width: 100%;
  width: 100%;
}

#resources h3 {
  font-size: 20px;
  margin-top: 40px;
}

#resources p {
  font-size: 125%;
}

.btn_partner {
  padding: 10px;
  background-color: #434343;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn_partner:hover {
  text-decoration: none;
  background-color: #626262;
  color: #ffffff;
}

@media (max-width: 850px) {
  .btn_partner {
    font-size: 13px;
  }
}

@media (max-width: 710px) {
  .btn_partner {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .btn_partner {
    font-size: 12px;
  }
}

/* Home Page */

.logo-button {
  border-radius: 10px;
  background-color: #f3f3f3;
  box-shadow: inset 0 0 0 4px #f3f3f3, 0 0 1px rgba(0, 0, 0, 0);
  width: 200px;
  height: 150px;
  display: inline-block;
  margin: 15px 30px;
  padding: 15px;
  transition: background-color 0.3s;
}

.logo-button:hover {
  background: none;
}

.logo-button img {
  max-width: 100%;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.logo-button:hover img {
  -webkit-transform: scale3d(1.5, 1.5, 0.9);
  transform: scale3d(1.5, 1.5, 0.9);
}

.notification-banner {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50px;
  left: 0px;
  color: #ffffff;
  background-color: #ff9103;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 5px;
  font-weight: bold;
}

.notification-banner a {
  color: #ffffff;
}

.notification-padding {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .notification-banner {
    height: 50px;
    top: 101px;
    color: #ffffff;
    background-color: #ff9103;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .notification-padding {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .notification-banner {
    height: 60px;
    top: 130px;
    color: #ffffff;
    background-color: #ff9103;
    font-size: 28px;
    padding-top: 10px;
  }
  .notification-padding {
    margin-top: 5px;
  }
}

@media (min-width: 1200px) {
  .notification-banner {
    height: 60px;
    top: 150px;
    color: #ffffff;
    background-color: #ff9103;
    font-size: 28px;
    padding-top: 10px;
  }
  .notification-padding {
    margin-top: 80px;
  }
}

/* Tabs on Portfolio & Impact Areas */

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 20px;
}

.navbar-nav li {
  font-weight: bolder;
}
.nav-tabs {
  background-color: #ffffff;
  border-bottom: none;
}

.nav-tabs > li {
  text-align: center;
  min-width: 170px;
}

.nav-tabs > li.disabled {
  cursor: not-allowed;
}

.nav-tabs li a {
  padding: 15px;
  min-height: 100%;
  position: relative;
  display: block;
  margin: 0;
  color: #161616;
  font-size: 20px;
}

.nav-tabs li a strong {
  display: block;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  font-size: 20px;
}

.nav-tabs li.disabled a strong {
  color: #ddd;
}

.nav-tabs li.disabled a span {
  background-color: #ddd;
}

.nav-tabs li span {
  width: 5rem;
  height: 5rem;
  font-size: 2.14286rem;
  background-color: #990000;
  border: 5px solid #fff;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  transform: translateY(-51%);
  position: relative;
  z-index: 3;
  text-align: center;
}

.nav-tabs li span i {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  z-index: 2;
}

.nav-tabs li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #161616;
}

.tab-content {
  margin-top: 20px;
}

.media-right img {
  width: 250px;
  min-width: 150px;
}

/* Overwrite Bootstrap buttons */

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #1bd2eb;
  border-color: #1bd2eb;
  color: #000;
}

/* Fancy Quotes */

blockquote.quote {
  border: 0;
  font-size: 1.3em;
  font-style: normal;
  letter-spacing: -1px;
  margin: 25px 0;
  padding: 0 0 0 25px;
  position: relative;
}

blockquote.quote.reverse {
  padding: 0 25px 0 0;
  text-align: right;
}

blockquote.quote:before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f10d";
  position: absolute;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 43px;
  top: 0;
  left: 0;
  color: #eee;
  z-index: 0;
}

blockquote.quote.reverse:before {
  left: auto;
  right: 0;
  text-align: right;
  content: "\f10e";
}

blockquote.quote p {
  margin-bottom: 20px;
  position: relative;
}

blockquote.quote cite {
  display: block;
  font-size: 0.75em;
  color: #9ca6b4;
}

blockquote.quote cite:before {
  content: "\2014 \00A0";
  padding-right: 8px;
}

blockquote.quote cite:after {
  content: "\2014 \00A0";
  padding-left: 10px;
}

/* Helper Classes */

.orange-text {
  color: #b36500;
}

.white-text {
  color: #ffffff;
}

.background-white {
  background-color: #fff;
}

#curtain {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  color: white;
}

a {
  cursor: pointer;
}

h4.faq {
  padding-bottom: 20px;
  font-size: 15px;
  text-transform: none;
  line-height: 30px;
}

/* Mouse-over styles for FAQ question. */

h4.faq:hover {
  background-color: #ffffff;
}

/* Style for collapsible FAQ answer section. */

div.faq {
  background-color: #ffffff;
}

/* Workaround for jerky animation. */

div.faqPadding {
  padding: 5px;
}

/* Tweak the glyphicon span. */

span.faq {
  vertical-align: top;
  margin-right: 5px;
}

/* Make the PDF links the same color as the FAQ. */

a.resourceLink {
  color: #175197;
}

/* Tweak the tab text. */

a.resourcesTab {
  font-size: 20px;
  font-style: bold;
  color: #337ab7;
}

/* Style for collapsible FAQ answer section. */

div.item-custom {
  background-color: transparent;
}

/* Specify a narrower width for the bootstrap.css carousel-control style.
   This is being done so that the control does not overlap with the video
   play controls. In order for this to work, declare this class before all
   the others so that the custom width takes precedence.
   NOTE: This does not seem to be as much of an issue with Bootstrap 4
         and is only applied to the right-side control.
*/

.carousel-control-custom {
  width: 10%;
}

.embedded-video-iframe {
  width: 80%;
  height: 500px;
  margin-top: 5px;
  padding-right: 50px;
  margin-bottom: 0px;
  padding-left: 50px;
}

.indented_100 {
  padding-left: 100px;
}

/* Adjust the dropdown items box distance from the dropdown menu item. */

.dropdown-menu {
  top: 50%;
}

.btn_readmore {
  background-color: #242424;
  padding: 15px;
  color: #ffffff;
  /* corner-radius: 10px; */
  font-weight: 500;
  font-size: 17px;
}

.btn_readmore a:active {
  background-color: #636363;
  text-decoration: none !important;
  padding: 15px;
  color: #ffffff !important;
  /* corner-radius: 10px; */
}

.btn:hover {
  color: #ffffff;
  background-color: #515151;
}

.blackbox {
  font-size: 15px;
}

/*
.blackbox_drivex {

    background-image: url("../img/drive-x.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

*/

/* Top Bar */

.navbar {
  padding-top: 50px;
  padding-bottom: 10px;
}

.topbar {
  height: 40px;
  background-color: #000000;
  color: #fff;
  padding: 10px;
  font-size: 13px;
}

.topbar a {
  color: #ffffff;
  text-decoration: none;
}

/* About Page */

.modal-title {
  font-size: 17px;
  font-weight: bolder;
}

@media (max-width: 2400px) {
  .aboutbarda p {
    font-size: 20px !important;
    color: #ffffff;
    text-align: center;
  }
}

@media (max-width: 1460px) {
  .aboutbarda p {
    font-size: 18px !important;
    color: #ffffff;
  }
}

@media (max-width: 1080px) {
  .aboutbarda p {
    font-size: 15px !important;
    color: #ffffff;
  }
}

@media (max-width: 990px) {
  .aboutbarda p {
    font-size: 17px !important;
    color: #ffffff;
  }
}

@media (max-width: 650px) {
  .aboutbarda p {
    font-size: 15px !important;
    color: #ffffff;
  }
}

@media (max-width: 570px) {
  .aboutbarda p {
    font-size: 14px !important;
  }
}

@media (max-width: 520px) {
  .aboutbarda p {
    font-size: 13px !important;
  }
}

@media (max-width: 440px) {
  .aboutbarda p {
    font-size: 11px !important;
  }
}

@media (max-width: 400px) {
  .aboutbarda p {
    font-size: 10.5px !important;
  }
}

.meeting_bg {
  background-image: url(../img/meeting_bg.jpg);
  background-size: contain;
}

.businessmodel p {
  color: #fff;
}

.businessmodel h2 {
  color: #fff;
}

.panel {
  margin: 10px;
  border: none;
}

.btn-lg {
  font-size: 15px !important;
}

@media (max-width: 1200px) {
  .aboutbox p {
    font-size: 13px !important;
  }

  img.person-avatar {
    right: 5vw;
  }
}

@media (max-width: 1065px) {
  .aboutbox p {
    font-size: 12px !important;
  }
}

@media (max-width: 800px) {
  .aboutbox p {
    font-size: 12px !important;
  }
}

@media (max-width: 740px) {
  .aboutbox p {
    font-size: 14px !important;
  }
}

@media (max-width: 470px) {
  .aboutbox p {
    font-size: 12px !important;
  }
}

/* Impact Area Tabs */

.tabs {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tab-button li {
  display: table-cell;
  width: 20%;
}

#tab-button li a {
  display: block;
  padding: 0.5em;
  background: #161616;
  border: 1px solid #ddd;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

#tab-button li:not(:first-child) a {
  border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
  color: #000000;
}

.tab-contents {
  padding: 0.5em 2em 1em;
  border: 1px solid #ddd;
  margin-bottom: 50px;
}

.tab-button-outer {
  display: none;
}

.tab-contents {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

/* Portfolio Gallery Cards */

.galleryproductname {
  font-size: 14px;
}

.galleryproductname:hover {
  text-decoration: none !important;
}

/* News List 
.separador-vertical{
  border-right:1px solid #bfbdbd;
  }*/

.newstitle {
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 5px;
}

.news-item {
  border: 1px solid #d1cfcf;
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.news-item p {
  margin-left: 10px;
  margin-bottom: 0px;
  font-size: 15px;
}

/* Object Responiveness - PDF */

.embed-container {
  height: 0;
  margin-bottom: 18px;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  position: relative;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

/* End Object Responiveness*/

/* Accordions */

.btn-link {
  color: #161616;
}

.btn-link:hover {
  color: #161616;
  text-decoration: none;
}

.card-header {
  background-color: #f1f1f1;
}

.card-header a {
  color: #3a3a3a;
  font-size: 16px;
}

.card-header a:hover {
  text-decoration: none;
}

.card {
  border-radius: 0px;
  border: none;
}

#accordion-style-1 .btn-link {
  font-weight: 400;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 16px;
  padding-left: 25px;
  white-space: normal;
}

#accordion-style-1 .card-body {
  border-top: 2px solid #6e6e6e;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
  display: none;
}

#accordion-style-1 .card-header .btn .fa.main {
  background: #1bd2eb;
  padding: 13px 11px;
  color: #ffffff;
  width: 35px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block;
}

#accordion-style-2 .btn-link {
  font-weight: 400;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 16px;
  padding-left: 25px;
  white-space: normal;
}

#accordion-style-2 .card-body {
  border-top: 2px solid #6e6e6e;
}

#accordion-style-2 .card-header .btn.collapsed .fa.main {
  display: none;
}

#accordion-style-2 .card-header .btn .fa.main {
  background: #1bd2eb;
  padding: 13px 11px;
  color: #ffffff;
  width: 35px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block;
}

/* Nav tabs Overrides */

.nav-tabs {
  background-color: #161616 !important;
}

.nav-tabs li a {
  color: #fff;
}

.nav-tabs li a:hover {
  background-color: #fff;
  color: #000000;
  border-top: 3px solid #000000;
  margin-bottom: -3px !important;
}

.nav-tabs li a.active {
  background-color: #fff !important;
  color: #000000;
  border-top: 3px solid #000000;
  margin-bottom: -3px !important;
}

/* Nav tabs Overrides */

.pricingTable {
  text-align: center;
  background: #f1f1f1;
  padding: 10px;
  transition: all 0.5s ease-in-out 0s;
}

.pricingTable > .pricingTable-header {
  color: #fff;
  background: #161616;
  height: 60px;
  position: relative;
  transition: all 0.5s ease 0s;
  padding-top: 10px;
}

.pricingTable > .pricingTable-header:after {
  content: "";
  border-left: 263px solid transparent;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.pricingTable:hover .pricingTable-header {
  height: 60px;
  transition: all 0.5s ease 0s;
}

.pricingTable-header > .heading {
  display: block;
  padding: 20px 0;
}

.heading > h3 {
  margin: 0;
  text-transform: uppercase;
}

.pricingTable-header > .price-value {
  display: block;
  font-size: 60px;
  line-height: 60px;
}

.pricingTable-header > .price-value > .mo {
  font-size: 14px;
  display: block;
  line-height: 0px;
  text-transform: uppercase;
}

.pricingTable-header > .price-value > .currency {
  font-size: 24px;
  margin-right: 4px;
  position: relative;
  bottom: 30px;
}

.pricingTable > .pricingContent {
  color: #161616;
}

.pricingTable > .pricingContent > ul {
  list-style: none;
  padding: 0;
}

.pricingTable > .pricingContent > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  font-size: 17px;
}

.pricingTable > .pricingContent > ul > li:last-child {
  border: 0px none;
}

.pricingTable-sign-up {
  padding: 10px 0;
}

.pricingTable-sign-up > .btn-block {
  width: 80%;
  margin: 0 auto;
  background: #273238;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 12px;
  text-transform: uppercase;
  font-size: 35px;
}

.pricingTable-sign-up > .btn-block:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1200px) {
  .pricingTable > .pricingTable-header:after {
    border-left: 215px solid transparent;
  }
}

@media screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 20px;
  }
  .pricingTable > .pricingTable-header:after {
    border-left: 349px solid transparent;
  }
}

@media screen and (max-width: 480px) {
  .pricingTable {
    overflow: hidden;
  }
  .pricingTable > .pricingTable-header:after {
    border-left: 459px solid rgba(0, 0, 0, 0);
  }
}

.box {
  padding: 0px;
}

.box-part {
  background: #fff;
  padding: 60px 10px;
  margin: 30px 0px;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: -1px 11px 15px -5px rgba(0, 0, 0, 0.35);
  box-shadow: -1px 11px 15px -5px rgba(0, 0, 0, 0.35);
}

.text {
  margin: 20px 0px;
}

.box-part h5 {
  font-weight: bolder;
  font-size: 16px;
}

.box-part a {
  font-size: 17px;
  color: #1145ac;
  padding: 10px;
}

/* Timeline */

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 0px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #5fbb46;
  left: -9px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

/* Tool Tips for Icons for Center for Biotechnology*/

div#cohort_container a {
  text-decoration: none;
  color: black;
  cursor: default;
  font-weight: normal;
}

div#cohort_container a span {
  visibility: hidden;
  position: absolute;
  left: 1em;
  bottom: 1em;
  background: #161616;
  font-size: 15px;
  cursor: default;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

div#cohort_container a:hover span {
  visibility: visible;
}

div#cowork_container a {
  text-decoration: none;
  color: black;
  cursor: default;
  font-weight: normal;
}

div#cowork_container a span {
  visibility: hidden;
  position: absolute;
  left: 3em;
  bottom: 1em;
  background: #161616;
  font-size: 15px;
  cursor: default;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

div#cowork_container a:hover span {
  visibility: visible;
}

div#lab_container a {
  text-decoration: none;
  color: black;
  cursor: default;
  font-weight: normal;
}

div#lab_container a span {
  visibility: hidden;
  position: absolute;
  left: 10em;
  bottom: 1em;
  background: #161616;
  font-size: 15px;
  cursor: default;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

div#lab_container a:hover span {
  visibility: visible;
}

/* Tool Tips for Icons on First Flight*/

div#cohort_container2 a {
  text-decoration: none;
  color: black;
  cursor: default;
  font-weight: normal;
}

div#cohort_container2 a span {
  visibility: hidden;
  position: absolute;
  left: 1em;
  bottom: 10px;
  background: #161616;
  font-size: 15px;
  cursor: default;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

div#cohort_container2 a:hover span {
  visibility: visible;
}

div#cowork_container2 a {
  text-decoration: none;
  color: black;
  cursor: default;
  font-weight: normal;
}

div#cowork_container2 a span {
  visibility: hidden;
  position: absolute;
  left: 3em;
  bottom: 10px;
  background: #161616;
  font-size: 15px;
  cursor: default;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

div#cowork_container2 a:hover span {
  visibility: visible;
}

div#lab_container2 a {
  text-decoration: none;
  color: black;
  cursor: default;
  font-weight: normal;
}

div#lab_container2 a span {
  visibility: hidden;
  position: absolute;
  left: 10em;
  bottom: 10px;
  background: #161616;
  font-size: 15px;
  cursor: default;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

div#lab_container2 a:hover span {
  visibility: visible;
}

/* Tool Tips for Icons on First Flight*/

div#cohort_container3 a {
  text-decoration: none;
  color: black;
  cursor: default;
  font-weight: normal;
}

div#cohort_container3 a span {
  visibility: hidden;
  position: absolute;
  left: 1em;
  bottom: 30px;
  background: #161616;
  font-size: 15px;
  cursor: default;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  z-index: 0.9999;
}

div#cohort_container3 a:hover span {
  visibility: visible;
}

div#cowork_container3 a {
  text-decoration: none;
  color: black;
  cursor: default;
  font-weight: normal;
}

div#cowork_container3 a span {
  visibility: hidden;
  position: absolute;
  left: 3em;
  bottom: 30px;
  background: #161616;
  font-size: 15px;
  cursor: default;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

div#cowork_container3 a:hover span {
  visibility: visible;
}

div#lab_container3 a {
  text-decoration: none;
  color: black;
  cursor: default;
  font-weight: normal;
}

div#lab_container3 a span {
  visibility: hidden;
  position: absolute;
  left: 10em;
  bottom: 30px;
  background: #161616;
  font-size: 15px;
  cursor: default;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

div#lab_container3 a:hover span {
  visibility: visible;
}

/* ENACT Banner */

.enact_banner {
  background-image: url(../img/dna_BG.jpg);
}

.covidapply {
  /* background-image: url(../img/co); */
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

.coronavirusbg {
  background-image: url(../img/speed_green_bg3.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

.coronavirushome {
  background-image: url(../img/coronavirus_Banner_BG2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

.coronavirushome a {
  color: #156bfa;
  text-decoration: none;
}

.coronavirusbg a {
  color: #156bfa;
  text-decoration: none;
}

/* News & Announcements Page */

.dateGroup {
  text-decoration: none;
  color: #888888;
  font-size: 20px;
  text-transform: none;
}

.dateGroupInd {
  text-decoration: none;
  color: #888888;
  font-size: 15px;
  text-transform: none;
  text-align: left;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-footer-two {
  text-align: left;
  justify-content: flex-start;
  border: 1px solid #bdbdbd;
}

.btnclose {
  padding: 5px 10px 5px 10px;
  background-color: #808080;
  color: #fff;
}

/* Team Grid */

/* Three columns side by side */

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */

.card {
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.1);
}

/* Some left and right padding inside the container */

.container {
  padding: 0 16px;
}

/* Clear floats */

.container::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

/* Service boxes */

.pt-100 {
  padding-top: 20px;
}

.pb-100 {
  padding-bottom: 20px;
}

.services-area {
  background-color: #ffffff;
}

.single-service:hover {
  box-shadow: 0px 10px 20px 0px rgba(33, 20, 106, 0.1);
}

.section-title {
  margin-bottom: 60px;
}

.section-title p {
  color: #282727;
  font-size: 16px;
}

.section-title h4 {
  text-transform: capitalize;
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-title h4:after {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  border-radius: 50%;
}

.single-service {
  background-color: #fff;
  padding: 30px 30px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.single-service i.fa {
  width: 60px;
  height: 60px;
  background-color: #000000;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
}

.single-service i.fa {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-service:hover i.fa {
  border-radius: 50%;
  text-decoration: none;
}

.single-service h4 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}

.vector_watch {
  background: image("../img/vrus_BG.jpg");
}

.cityscapearrows {
  background: image("../img/arrows_cityscape.png");
}

div.bottom:before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 0;
  height: 15px;
  width: 70%;
  border-bottom: 5px solid #726e97;
}

.bid {
  background-image: url(../img/molecule_Vector.png);
  background-position: center;
  background-size: cover;
  background-color: #ffffff;
}

/* -----------------------------------------------------------
 Services
--------------------------------------------------------------*/

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #428230;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 25px rgba(66, 130, 48, 0.3);
}

.services .title {
  font-size: 60px !important;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428230;
  text-decoration: none;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #428230;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
}

.maskchallenge {
  background-image: url(../img/covid_masks.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

/* Event list
--------------------------------------------------------------*/

.blog-home2 h1,
.blog-home2 h2,
.blog-home2 h3,
.blog-home2 h4,
.blog-home2 h5,
.blog-home2 h6 {
  color: #3e4555;
}

.blog-home2 .font-weight-medium {
  font-weight: 500;
}

.blog-home2 .bg-light {
  background-color: #f4f8fa !important;
}

.blog-home2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.blog-home2 .text-themecolor {
  color: #316ce8;
}

.blog-home2 h5 {
  line-height: 16px;
  font-size: 16px;
}

.blog-home2 h2 {
  font-size: 20px;
  padding-top: 10px;
}

.blog-home2 p {
  font-size: 16px;
  color: #4f4f4f;
}

.blog-home2 a.link {
  color: #3e4555;
}

.blog-home2 a.link:hover {
  color: #316ce8;
}

.blog-home2 .on-hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.blog-home2 .on-hover:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.blog-home2 .date-pos {
  right: 10px;
  top: 10px;
}

.blog-home2 .date-pos span {
  font-size: 30px;
  line-height: 30px;
}

.blog-home2 .bg-info-gradiant {
  background: #577921;
  background: #577921;
  background: #577921;
  background: #577921;
  background: #577921;
  background: #577921;
}

/* Box Shadow
--------------------------------------------------------------*/

.effect2 {
  position: relative;
}

.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.effect5 {
  position: relative;
}

.effect5:before,
.effect5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.effect5:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before,
.effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

div.shadow.portfolios {
  position: absolute;
  width: 100%;
  opacity: 0.05;
  z-index: -1;
  -webkit-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  background: black;
  height: 380px;
}

div.shadow.portfolios::before,
div.shadow.portfolios::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  border-bottom: 50px solid black;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

div.shadow.portfolios:after {
  bottom: auto;
  top: 100%;
  border-bottom: none;
  border-top: 50px solid black;
}

.shadow-container {
  width: calc(100% - 16px);
  height: 100%;
  position: absolute;
  top: 50px;
  left: 15px;
  z-index: -1;
}

.productbox {
  top: 20px;
  padding: 10px 20px;
  margin: 7px 0px;
  height: 480px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  text-align: center;
}

.image-area {
  width: auto;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  margin-left: -19px;
  margin-right: -21px;
}

.ellipsis {
  overflow: hidden;
  height: 120px;
  line-height: 25px;
  margin-bottom: 8px;
}

.ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  height: 120px;
}

.ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}

.ellipsis:after {
  /* content: "\02026"; */
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  /* 512x1 image,gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrDsYoVx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2ZdD9MFe56Y9z3LUG96mcX02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5NL5gPOeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(#f3f3f3),
    color-stop(50%, #f3f3f3)
  );
  background: -moz-linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    #f3f3f3 50%,
    #f3f3f3
  );
  background: -o-linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    #f3f3f3 50%,
    #f3f3f3
  );
  background: -ms-linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    #f3f3f3 50%,
    #f3f3f3
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    #f3f3f3 50%,
    #f3f3f3
  );
}

.productbox:before {
  padding-top: 7px;
  border: 1px;
  border-width: solid #dddddd;
  content: "";
  position: absolute;
  z-index: 1000;
  left: 65px;
  right: 100%;
  top: -3px;
  background: #5fbb46;
  height: 5px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.productbox.type::before {
  border: none;
  background: none;
}

.productbox:hover:before,
.productbox:focus:before,
.productbox:active:before {
  right: 50px;
}

.full-profile {
  font-size: 14px;
  padding-top: 10px;
  color: #444;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 24px);
  text-align: center;
}

.full-profile:hover {
  text-decoration: none;
}

.product-content {
  position: relative;
  position: absolute;
  width: calc(100% - 16px);
  left: 14px;
  padding: 0px 20px;
  /* float: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.display-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.display-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.display-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.home-banner {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #efefef;
  padding: 20px 0px;
}

.gallerylogos {
  padding: 0px;
  object-fit: contain !important;
  /*height: 80%;  */
  width: 100%;
  /* clip-path: polygon(17% 0%, 82% 0%, 100% 31%, 100% 100%, 0 100%, 0% 30%); */
  /* -webkit-clip-path: polygon(17% 0%, 82% 0%, 100% 31%, 100% 100%, 0 100%, 0% 30%); */
}

.container-fluid .bg-black {
  background-color: #000000 !important;
}

.container-fluid .text-left h2,
.container-fluid .text-left p,
.container-fluid .text-left .deadline {
  text-align: left;
  color: #ffffff;
}

.container-fluid .text-left .btn-info {
  padding: 10px;
}

.green-text {
  color: #008000;
}

.red-text {
  color: #cf0306;
}

.container-fluid .text-left .font-size-50 {
  font-size: 50px;
}

.justify-content-center h4 a.none-transform {
  text-transform: none;
}

#driveevents h2 {
  text-transform: none;
  font-size: 30px;
}

.coronavirushome h2 {
  color: #fff;
  margin-top: 30px;
  font-size: 40px;
  text-transform: none;
  padding: 10px;
  background-color: #000000;
}

.coronavirushome h5 {
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  padding: 20px;
  background-color: #000000;
}

.coronavirushome h5 a {
  background-color: #000000;
  padding: 15px;
  color: #ffffff;
  text-decoration: underline;
  font-size: 20px;
}

.no-gutters .text-left {
  padding: 60px;
}

.no-gutters h3 {
  text-transform: none;
  font-size: 35px;
}

.no-gutters .text-left ul {
  font-size: 21px;
}

.on-hover .grid-display {
  display: grid;
}

.card-width.on-hover .card.border-0 {
  padding: 15px;
}

.card-width.on-hover h2 {
  /* height: 90px;
    margin-bottom: 0; */
}

.font-weight-medium {
  margin-bottom: 0;
}

.tiplabel {
  font-weight: bolder;
}

#future-events,
.list-team {
  justify-content: center;
}

.separate-div {
  margin-left: -30px;
  margin-right: -30px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 50px;
  margin-bottom: 50px;
}

.name_text {
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 150%;
  font-weight: bold;
  color: #b36500;
}

.bg-white {
  background-color: white !important;
}

.bg-black {
  background-color: #000 !important;
}

.img-drive-logo {
  max-height: 80px;
  padding-top: 20px;
}

.footer-text-style {
  padding: 40px;
}

#member-description {
  margin: 0;
  width: 100vw;
}

.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
}
.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #fff;
  font-weight: 600;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: lightgray;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-1:hover {
  transform: translateY(-8px);
}

.feature-box-1:hover p,
.feature-box-1:hover h5 a {
  color: #242424;
}

a.butn:hover {
  color: #2674be;
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}
.section {
  padding: 10px 0;
  position: relative;
}

.section-title h2 {
  font-weight: 700;
  color: #242424;
  font-size: 45px;
  margin: 0 0 15px;
  padding-left: 15px;
}

.services-section p {
  font-size: 13px;
}

/* mask challenge */
.events-date {
  text-align: center;
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: rgba(25, 47, 89, 0.9);
  color: #fff;
  padding: 12px 20px 8px 20px;
  text-transform: uppercase;
}

.feature-content p {
  padding-bottom: 10px;
}

.event-block {
  box-shadow: 0px 0px 16px 0px rgba(187, 187, 187, 0.48);
}

.event-block ul li i {
  color: #59c17a;
}

@media screen and (max-width: 1199px) {
  .event-date {
    padding: 10px 18px 6px 18px;
  }
}

@media screen and (max-width: 575px) {
  .event-date {
    padding: 8px 15px 4px 15px;
  }
  .events-date {
    padding: 10px 15px 6px 15px;
  }
}

.position-relative {
  position: relative !important;
}

.margin-40px-bottom {
  margin-bottom: 40px;
}
.padding-60px-lr {
  padding-left: 60px;
  padding-right: 60px;
}

.margin-15px-bottom {
  margin-bottom: 15px;
}
.font-weight-500 {
  font-weight: 500;
}
.font-size22 {
  font-size: 22px;
}
.text-theme-color {
  color: #192f59;
}
.margin-10px-bottom {
  margin-bottom: 10px;
}
.margin-10px-right {
  margin-right: 10px;
}

.btn-winners {
  background-color: #777;
}

.btn-winners:visited {
  border: none;
}

.btn-winners:focus {
  border: none;
  background-color: #777;
}

.btn a {
  color: #fff;
}
.btn a:hover {
  text-decoration: none;
}

.separate-div {
  margin-left: -30px;
  margin-right: -30px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 50px;
  margin-bottom: 50px;
}

.name_text {
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 150%;
  font-weight: bold;
  color: #b36500;
}

.bg-white {
  background-color: white !important;
}

.bg-black {
  background-color: #000 !important;
}

.img-drive-logo {
  max-height: 80px;
  padding-top: 20px;
}

.footer-text-style {
  padding: 40px;
}

.winners-div {
  margin-bottom: 50px;
}

.winners-div .card-div {
  margin: 20px;
}

.submission-div {
  padding: 10px;
  margin-top: 10px;
  background-color: #4e555b;
  color: #ffffff;
  border: 1px solid #eee;
  border-radius: 7px;
}

.submission-div h3 {
  margin: 0px;
}

.winners-div img {
  border: 3px solid #ffeedd;
  border-radius: 10px;
}

.no-margin {
  margin: 0px !important;
}

.step-header {
  background: linear-gradient(
    0deg,
    rgba(142, 240, 153, 1) 0%,
    rgb(252, 255, 252) 100%
  );
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}

.step-header h1 {
  margin: auto;
  width: 80%;
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 2rem;
}

.partner-items li {
  list-style: none;
  width: max-content;
  line-height: 2.5rem;
  max-width: 75vw;
}

.partner-items li:before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-size: 15px;
  /* background-image: url("../img/list-icon.PNG"); */
  background-repeat: no-repeat;
  margin-right: 5px;
}

.partner-btn-area {
  text-align: center;
  margin-top: 20px;
}

.start-button {
  background: linear-gradient(
    0deg,
    rgba(142, 240, 153, 1) 0%,
    rgb(252, 255, 252) 100%
  );
  border: 1px solid #eee;
  padding: 10px 20px;
  font-weight: 600;
}

.news-modal.modal,
.mcms-modal.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  padding-top: 10rem;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.news-modal .modal-content,
.mcms-modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 700px;
  font-size: 22px;
}

.news-modal .modal-content p,
.mcms-modal .modal-content p {
  font-size: 22px;
}

/* The Close Button */
.news-modal .close,
.mcms-modal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.news-modal .close:hover,
.news-modal .close:focus,
.mcms-modal .close:hover,
.mcms-modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.news-modal .modal-title,
.mcms-modal .modal-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.news-modal .modal-footer,
.mcms-modal .modal-footer {
  padding: 0px;
  border: none;
}

.news-modal .div-btns,
.mcms-modal .div-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.news-modal .ok-button,
.mcms-modal .ok-button {
  width: 80px;
  padding: 5px;
  background-color: #4ab4f5;
  color: white;
  font-size: 20px;
  border-radius: 5px;
  margin-right: 20px;
  justify-content: center;
  display: flex;
}

.news-modal .cancel-button,
.mcms-modal .cancel-button {
  width: 80px;
  padding: 5px;
  background-color: #888888;
  color: white;
  font-size: 20px;
  border-radius: 5px;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 768px) {
  header {
    padding-top: 0px !important;
  }
}

@media all and (max-width: 768px) {
  .news-modal.modal,
  .mcms-modal.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    padding-top: 10rem;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .news-modal .modal-content,
  .mcms-modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    font-size: 18px;
  }

  .news-modal .modal-content p,
  .mcms-modal .modal-content p {
    font-size: 18px;
  }

  /* The Close Button */
  .news-modal .close,
  .mcms-modal .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
}

@media all and (max-width: 480px) {
  .news-modal.modal,
  .mcms-modal.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    padding-top: 10rem;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .news-modal .modal-content,
  .mcms-modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    font-size: 18px;
  }

  .news-modal .modal-content p,
  .mcms-modal .modal-content p {
    font-size: 18px;
  }

  /* The Close Button */
  .news-modal .close,
  .mcms-modal .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
}

/* header */
.header-bg-image .header-dark {
  background-color: rgba(0, 0, 1, 0.902) !important;
}

.header-bg-image .navbar-toggler {
  border-color: white !important;
  background: #fff;
}

.header-bg-image .header-dark .navbar-toggler {
  border-color: rgb(1, 0, 0) !important;
}

/* Header end */

.header-bg-image ul.navbar-nav > li > a {
  color: #e5e5e5 !important;
}

.header-bg-image .header-dark ul.navbar-nav > li > a {
  color: rgb(230, 230, 230) !important;
}

.header-bg-image li.nav-item.dropdown.ventures-link.green-white {
  background: #1bd2eb !important;
}

.header-bg-image li.nav-item.dropdown.ventures-link.green-white a {
  color: #333 !important;
}

.header-bg-image .title,
.header-bg-image p {
  color: white !important;
}

.header-bg-image .home-banner-heading .title::after {
  background: transparent !important;
  height: 0px !important;
}

.header-bg-image .banner-body {
  background: rgba(0, 0, 0, 0.5);
  margin-top: 0px !important;
  padding-top: 150px;
}

.header-bg-image section {
  background: rgba(0, 0, 0, 0.5);
  margin-top: 0px !important;
  padding-bottom: 100px;
}

.post-info a {
  color: #1bd2eb !important;
}
