/* body color */
/*!
 * General Atomics - Developed by Alan Calero
 */
/* TYPOGRAPHY */
body {
  font-family: "Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  /* overflow-x: hidden;
  font-size: 0.875rem;
  font-weight: 400; */
}
body main {
  line-height: 1.66667;
}

.text-primary {
  color: #006EE5 !important;
}

a {
  color: #346AC3;
}
a:hover {
  color: #20399D;
}

a.yellow-link {
    color: #fde238;
}

a.yellow-link:hover {
    color: #ffffff;
}

b, strong {
  font-weight: 700;
}

.greysmall {
  margin: .5rem 0 1rem;
  color: #6c757d;
  font-size: 90%;
  line-height: 1.5;
}

.visuallyhidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

/* CUSTOM BACKGROUND COLORS */
.bg-medium-blue {
  background-color: #13306c !important;
}

/* IE bug fixes */
.figure {
  display: block;
}

/*!
 * TOP NAVIGATION
 * ----------------------------------------------------------
 ***** MOBILE FIRST *****
 *
 */
header.ga-navbar {
  height: 70px;
}
header.ga-navbar .navbar {
  padding: 1rem 0;
  background-color: #13306c;
  min-height: 70px;
}
header.ga-navbar .navbar-brand {
  padding: 0;
}
header.ga-navbar .navbar-toggler {
  padding: .20rem .75rem;
  border-color: rgba(255, 255, 255, 0.45);
}
header.ga-navbar .navbar-nav .nav-link {
  font-size: .85rem;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
header.ga-navbar .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.55);
}
header.ga-navbar .navbar-nav .nav-link:hover {
  color: #fde238;
}
header.ga-navbar .searchInput {
  width: 50%;
  margin-right: .25rem;
  padding: .25rem .5rem;
  font-size: .775rem;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
header.ga-navbar .searchButton {
  padding: .25rem .5rem;
  font-size: .775rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f8f9fa;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #f8f9fa;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  user-select: none;
}
header.ga-navbar .dropdown-menu {
  color: #fff;
  font-size: 90%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #13306c;
  border: 1px solid rgba(214, 214, 214, 0.4);
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
}
header.ga-navbar .dropdown-menu .dropdown-item {
  color: #fff;
}
header.ga-navbar .dropdown-menu .dropdown-item.focus, header.ga-navbar .dropdown-menu .dropdown-item:hover {
  color: #fde238;
  background-color: transparent;
}

@media (min-width: 992px) {
  header.ga-navbar .navbar {
    padding: 0 15px;
    height: 70px;
  }
  header.ga-navbar .navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-right: .75rem;
    padding-bottom: 1.5rem;
    padding-left: .75rem;
  }
  header.ga-navbar .searchInput {
    width: auto;
  }
  header.ga-navbar .dropdown-menu {
    margin: 0;
    padding: 0;
    min-width: 200px;
    font-size: 14px;
    background-color: rgba(19, 48, 108, 0.9);
  }
  header.ga-navbar .dropdown-menu .dropdown-item {
    padding: 1rem 1.5rem;
    color: #fff;
    border-bottom: 1px solid rgba(214, 214, 214, 0.4);
  }
  header.ga-navbar .dropdown-menu .dropdown-item.focus, header.ga-navbar .dropdown-menu .dropdown-item:hover {
    background-color: #0f2656;
  }
  header.ga-navbar .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
  }
}
.announcement-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 30px;
  padding: .5rem 1rem;
  font-size: .85rem;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .announcement-bar {
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  header.ga-navbar .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
/*!
 * TOP FULL-LENGTH HEADER IMAGE
 * ----------------------------------------------------------
 */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.masthead {
  height: 100vh;
  min-height: 200px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-text {
  color: #fff;
}
.masthead .intro-text .intro-heading {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.masthead .intro-text .intro-lead-in {
  font-size: 1rem;
  line-height: 1.4rem;
}

.fixed-hero {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fixed-hero img {
  width: 100%;
}

.masthead-pages {
  height: 100vh;
  min-height: 200px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead-pages .intro-text {
  color: #000;
}
.masthead-pages .intro-text .intro-heading {
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.masthead-pages .intro-text .intro-lead-in {
  font-size: 1rem;
  line-height: 1.4rem;
}

@media (min-width: 768px) {
  .masthead {
    height: 100vh;
    min-height: 320px;
  }
  .masthead .intro-text .intro-heading {
    font-size: 2.5rem;
  }
  .masthead .intro-text .intro-lead-in {
    font-size: 1.1rem;
  }

  .fixed-hero img {
    width: 100%;
  }
  .masthead-pages {
    height: 32vh;
    min-height: 320px;
  }
}
/*!
 * TOP FULL-LENGTH HEADER CAROUSEL/SLIDER
 * ----------------------------------------------------------
 */
#carouselEnergyGroup .carousel-indicators {
  bottom: -5px;
}
#carouselEnergyGroup .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
#carouselEnergyGroup .carousel-caption .intro-text {
  margin: 0;
  padding: .5rem 1rem;
  text-align: left;
  background: rgba(19, 48, 108, 0.9);
}
#carouselEnergyGroup .carousel-caption .intro-text .intro-heading {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.25;
}
#carouselEnergyGroup .carousel-caption .intro-text .intro-sub {
  display: none;
}
#carouselEnergyGroup .carousel-caption .intro-text p {
  font-size: .7rem;
  line-height: 1.2;
  margin-bottom: 0;
}
#carouselEnergyGroup .carousel-control-next, #carouselEnergyGroup .carousel-control-prev {
  top: 40%;
  bottom: 40%;
}

@media (max-width: 500px) {
  .masthead {
    height: 50vh;
    min-height: 400px;
  }
	  .masthead .intro-text .intro-heading {
    font-size: 2.5rem;
  }
  .masthead .intro-text .intro-lead-in {
    font-size: 1.1rem;
  }
	h2.display-6.p-5 {
    padding: 0px !important;
	font-size: 1rem;
}
	}
	
@media (min-width: 768px) {
  #carouselEnergyGroup .carousel-indicators {
    bottom: 10px;
  }
  #carouselEnergyGroup .carousel-caption .intro-text {
    padding: 1.5rem 2rem 1rem;
  }
  #carouselEnergyGroup .carousel-caption .intro-text .intro-heading {
    font-size: 1.25rem;
  }
  #carouselEnergyGroup .carousel-caption .intro-text p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  #carouselEnergyGroup .carousel-caption .intro-text {
    margin: 0 15px;
  }

  #carouselEnergyGroup .carousel-caption .intro-text .intro-sub {
    display: block;
  }
}
@media (min-width: 1280px) {
  #carouselEnergyGroup .carousel-caption .intro-text .intro-heading {
    font-size: 1.5rem;
  }
}
/*!
 * base page section styles
 * ----------------------------------------------------------
 */
.fullwidth .contents {
  padding-top: 50px;
  padding-bottom: 50px;
}

.col-md-7.not-found-copy {
	padding: 25px 25px 30px 25px;
    color: #fff;
    background: #444;
    background: rgba(19, 48, 108, 0.9);
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}
#not-found {
    height: 89vh;
}

/*!
 * footer - footer.inc
 * ----------------------------------------------------------
 */
footer {
  padding: 30px 0 10px;
  font-size: 0.875rem;
  color: #fff;
  background: #13306c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #13306c 20%, #0f2656 70%, #00174c 100%);
  background: -webkit-linear-gradient(top, #13306c 20%, #0f2656 70%, #00174c 100%);
  background: linear-gradient(to bottom, #13306c 20%, #0f2656 70%, #00174c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13306c', endColorstr='#00174c',GradientType=0 );
}
footer .breadcrumbs {
  margin-bottom: 30px;
}
footer .breadcrumbs .nav-link {
  display: inline-block;
  padding: 0;
}
footer .breadcrumbs .selectedPageParent.nav-item {
  display: none;
}
footer [class*='col-'] {
  padding-top: 0;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:active, footer a:focus, footer a:hover {
  color: #fde238;
}
footer h3 {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
footer .list-group {
  list-style-type: none;
}
footer .list-group li {
  margin-bottom: .25rem;
}
footer .f-about .logo {
  margin-bottom: 1rem;
}
footer .f-about .footer-social {
  margin-top: 1.5rem;
}
footer .f-about .footer-social ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
footer .f-about .footer-social ul li {
  display: inline-block;
  margin-right: 1.25rem;
}
footer .f-about .footer-social ul li a {
  position: relative;
  display: block;
  font-size: 1.25rem;
}
footer .accordion-button {
  padding: 1rem 1.25rem 1rem 0;
  color: #fff !important;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(214, 214, 214, 0.4);
}
footer .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
footer .accordion-button:hover, footer .accordion-button:focus {
  color: #fde238 !important;
  box-shadow: none;
}
footer .widget {
  border-bottom: 1px solid rgba(214, 214, 214, 0.4);
}
footer .widget .card-header {
  padding-left: 0;
  border-bottom: none;
  border-radius: 0;
}
footer .widget .card-header a {
  width: 100%;
  display: block;
}
footer .widget .card-header a:after {
  content: "+";
  position: absolute;
  right: 40px;
  top: .9rem;
  transition: transform .15s ease-in-out;
}
footer .widget .card-header a:hover, footer .widget .card-header a:focus {
  text-decoration: none;
}
footer .widget .card-header a[aria-expanded="true"]:after {
  transform: rotate(45deg);
}
footer .subfooter {
  margin-top: 25px;
}
footer .copyright {
  margin-top: 10px;
  color: rgba(214, 214, 214, 0.8);
}
footer ul.quicklinks {
  margin-top: 10px;
}
footer ul.quicklinks li {
  border-right: 1px solid rgba(214, 214, 214, 0.4);
  padding-right: 8px;
  display: inline-block;
  line-height: initial;
  white-space: nowrap;
}
footer ul.quicklinks li a {
  color: rgba(214, 214, 214, 0.8);
}
footer ul.quicklinks li:last-child {
  border: none;
}
footer .list-inline-item:not(:last-child) {
  margin-right: 4px;
}
footer #google_translate_element {
  margin-top: 5px;
}
footer #google_translate_element select {
  background: transparent;
  color: rgba(214, 214, 214, 0.8);
  border: 1px solid rgba(214, 214, 214, 0.4);
  border-radius: .25rem;
}

/* One Click Scrool Top Button*/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff !important;
  text-decoration: none;
  background-color: rgba(19, 48, 108, 0.9);
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.scroll-top:hover {
  background-color: #13306c;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

@media (min-width: 768px) {
  footer {
    font-size: 80%;
  }

  .subfooter {
    border-top: 1px solid rgba(214, 214, 214, 0.4);
  }

  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer [class*='col-'] {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  footer #google_translate_element {
    text-align: right;
  }
}
/* blog lists and blog posts */
.blogList li {
  display: flex;
  position: relative;
  margin-bottom: 1.5rem;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  background: #fafafa;
  border: 1px solid #fafafa;
  z-index: 1;
}
.blogList li:nth-child(odd) {
  background: #f1f1f3;
  border: 1px solid #f1f1f3;
}
.blogList .postThumb + .postContent {
  margin-left: 0;
}
.blogList .postThumb {
  float: none;
  margin: 0 10px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  min-width: 100px;
}
.blogList .postThumb img {
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
}
.blogList .postContent {
  color: #6c757d;
  padding: 10px 15px 10px 8px;
}
.blogList .postTitle {
  font-size: .9rem;
  line-height: 1.25;
  font-weight: 700;
}
.blogList .postTitle a {
  color: #212529;
}
.blogList .postTitle a:hover {
  color: #346AC3;
}
.blogList .postBody p {
  display: none;
}
.blogList .postInfo, .blogList .postDate {
  display: none;
}
.blogList div.pagination ul li, .blogList #pagination li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.post-meta {
    font-size: .8rem;
    color: #6c757d;
    margin-bottom: 10px;
}

.float-right {
    float: right;
}

.rss {
  display: none;
}

/*!
 * Blog Details Pages
 * ----------------------------------------------------------
 */
.post > h1, .post > h2, .post__title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #214385;
  font-size: 1rem;
	font-weight:700;
}

.post__featured-image, .postFeaturedImage {
  margin-bottom: 1.5rem;
}

.post__featured-image img, .postFeaturedImage img {
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
}

.post__content .figure-img {
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
}

.dynamic-blogdetail .label, .post__information--author, .postViewInfo {
  display: none;
}

.blogBack {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .post > h1, .post > h2, .post__title {
    font-size: 1.25rem;
  }

  .blogList .postContent {
    padding: 10px 15px;
  }

  .blogList li .postThumb {
    -ms-flex: 0 0 225px;
    flex: 0 0 180px;
    min-width: 180px;
  }
  .blogList li .postTitle {
    font-size: 1.1rem;
  }
  .blogList li .postBody p {
    display: block;
    font-size: 0.875rem;
    margin-bottom: .5rem;
  }
  .blogList li .postInfo, .blogList li .postDate {
    display: block;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .blogList li .postThumb {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    min-width: 180px;
  }
}
/*!
 * About Page
 * ----------------------------------------------------------
 */
section#about-ourcore {
    background-color: #13306c;
    padding: 2rem 1.75rem 1rem;
}
.about p.card-text {
    font-size: .6em;
}

.card {
	height: 100%;
}
.row.text-center.techlogos img {
    width: 25%;
    margin-bottom: 10px;
	max-width: 150px;
	height: 100%;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    font-size: .5em;
}
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: solid 1px #666;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #fff #fff #666;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #fff #fff #666 #fff;
}


@media (min-width: 380px) and (max-width: 500px) {
	.row.text-center.techlogos img {
    width: 50%;
    margin-bottom: 10px;
	min-width: 50%;
		height: 100%;
}
	.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    font-size: .5em;
}
}

/*!
 * What We Do
 * ----------------------------------------------------------
 */
#carouselExampleDark p {
    font-size: .8rem;
    line-height: initial;
    color: #fff;
}

/*!
 * Careers Scrips for Posts
 * ----------------------------------------------------------
 */

.careers ul.whr-items {
    flex-wrap: wrap;
	display: flex;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.careerss ul.whr-items>li.whr-item {
	width: 40%;
	margin-left: 80px;
	float: left;
}

.careers ul.whr-items>li.whr-item {
	width: 40%;
    background: #fff;
    padding: 30px;
    border: 1px solid #E2E2E2;
    margin-bottom: 30px;
	margin-left: 80px;
	float: left;
}