/*
Theme Name:     Penguin Child Theme
Description:    Child theme for Penguin Computing
Author:         Ruth Stauffer
Theme URI: 	http://penguincomputing.com
Template:       jupiter
Version:        1.0
*/

#configurator-form:before,#configurator-form:after{
  content:" ";
  display:table;
}
#configurator-form:after{
  clear:both
}
#configurator-form p {
  font-size:13px;line-height:18px
}
#configurator-form div.configgrouprow{margin:0 0 10px;overflow:hidden;padding:2px;clear:both;width:100%}
#configurator-form div.clear{clear:both;width:100%}
#configurator-form a.popup{float:right;clear:both}
#configurator-form div.configgrouptitle {
  font-weight:bold;
  text-transform:uppercase;
  color:#111111;
  float:left;
  width:45%;
  padding:2px;

  color: #005b9a;
  font-weight: 700;
}


#configurator-form div.configgrouptitle.long{width:100%}
#configurator-form div.configgroupitem{float:left;width:55%;padding:2px}
#configurator-form div.configgroupitem select:last-child{margin:0}
#configurator-form label{display:block;float:left;font-weight:bold;line-height:26px;text-transform:uppercase;width:100%}
#configurator-form span.desc{display:block;float:right;padding:1px 0;margin:0 0 8px;width:100%;font-size:13px;line-height:18px}
#configurator-form input[type="text"]{border:1px solid #6e6e6e;color:#373737;float:right;font-size:12px;margin:0;padding:4px;width:100%}
#configurator-form select{border:1px solid #6e6e6e;color:#373737;float:right;font-size:12px;margin:0 0 8px 0;padding:4px;width:100%}
#configurator-form textarea{border:1px solid #6e6e6e;color:#373737;float:right;font-size:12px;margin:0;padding:4px;width:100%}
#configurator-form div.submit_small{margin:0 0 20px}
#configurator-form div.submit_small input{background:#8C2B1C;border:0;color:#fff;cursor:pointer;padding:2px 10px}
#configurator-form .partition_summary{margin-top:5px}
#configurator-form table{border:1px solid #6e6e6e;margin:0 0 10px;width:100%}
#configurator-form table th{background:#fff;padding:5px 10px;font-size:13px;border:0}
#configurator-form table td{background:#e2e2e2;padding:5px 10px;font-size:13px;border:0}
#configurator-form div.submit_quote{text-align:right}
 

/* change the float from right to left on the configurator group fields as the screen narrows. DOES NOT WORK YET!!!*/    
@media (max-width: 525px){.configgroupitem{float:none !important}}
@media (max-width: 525px) {#configurator-form select {float:none;}
}


table tr {
	padding; 8px;
}

table tr td {
	border-top: 1px solid #ddd;
	text-align: left;
}

/* .main-nav-side-search{
	float:right;
	display:inline-block;
	margin:0 20px 0 10px;
	vertical-align:top;
	position:relative;
} */

/* form styles */
form label {
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.form-control {
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(191, 191, 191);
    border-radius: 1px;
    color: rgb(110, 110, 110);
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 1.6;
    padding: 6px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: rgb(169, 68, 66);
}
textarea.form-control {
    height: auto;
    overflow: auto;
}
.form-group {
    margin-bottom: 15px;
}

.penguin-button {
  margin: 15px 0 15px 0;
  padding: 8px 24px;
  display: block;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0);
  background-image: linear-gradient(#005b9a 0%,#004884 100%);
  background-repeat: repeat;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: baseline;
}

h2 {
font-weight:bold;
margin: 0px 0 15px 0;
}

h3 {
font-weight:bold;
margin: 30px 0 12px 0;
}

sup {
font-size: 0.4em;
}

ul li {
margin-bottom: 5px;
}

.mk-blog-teaser .blog-categories {
display: none !important;
}


/* HEADER & NAV */

.header-contact {
/* position: absolute; */
text-align: right;
vertical-align: top;
/* right: 0px; */
/* z-index:2; */
line-height: 24px;
font-size: 15px;
padding: 15px 20px 0 0;
letter-spacing: -1px;
}

.header-logo img {
margin-left: 20px;
}

.menu-hpc-cloud a {
padding: 5px !important;
color: #fff !important;
font-size: 16px;
background-color: #005b9a;
border: 1px solid #bfbfbf;
line-height: 20px;
}

/* Arrow on right of POD nav button - need to activate
.menu-hpc-cloud a::after {
display:inline-block;
content:"";
width:7px;
height:13px;
background:url("/wp-content/uploads/2016/10/btn_arrow.png") no-repeat center center;
margin-top:-3px;
margin-left:6px;
vertical-align:middle;
} 
*/

.main-navigation-ul li.menu-item ul.sub-menu li.menu-item a.menu-item-link {
text-transform: none !important;
font-size:15px !important;
letter-spacing: 0.3px !important;
line-height: 22px;
}

.main-navigation-ul li.no-mega-menu ul.sub-menu {
padding: 0 !important;
}

/*.mk-nav-responsive-link {
padding-top: 20px;
top: 60px;
}*/

#mk-page-introduce {
    background: url(/wp-content/uploads/2016/07/penguinTechHeader.jpg) no-repeat center top;
    min-height: 130px;
}

#menu-item-3402 {
margin-left: 40px;
}


.product-lc {
text-transform: lowercase;
}

/* BODY */

.page-id-416 .featured-image {
padding-top: 34px;
padding-left: 34px;
}


.page-id-416 .image-hover-overlay {
background-color: rgba(242, 242, 242, 0.2) !important;
}


.page-id-416 .post-type-badge {
display: none !important;
}


.page-id-416 .item-wrapper {
padding-bottom: 20px !important;
}


.mk-blog-thumbnail-item {
background-color: transparent;
}


#mk-footer .mk-gradient-button a .text {
color: #ddd;
}

#mk-footer .mk-button span:hover{
color: #777;
}

.flex-control-nav li {
display: none;
}

.mk-tabs-pane-content a {
color: #005b9a;
font-weight: bold;
padding-right: 20px;
}


.press_release_link a {
color: #005b9a !important;
}

.press_release_link a:hover{
color: #ffb918 !important;
}

/*constrain images on Tundra>Software page */
.page-id-214 img {
max-with: 125px;
}

.support-icon-box {
min-height: 50px !important;
}

.wpb_content_element {
margin-bottom: 0px;
}

.product-comp-tab-title a {
color: #005b9a !important;
font-weight: bold;
}

.product-comp-tab-title:hover a {
color: #ffb918 !important;
}

.mk-tabs-pane.is-active {
overflow:visible !important;
}

.config_form_change {
padding-right: 54px !important;
padding-left: 12px !important;
}

/*Contact Us form button */
.btn {
margin-bottom: 12px !important;
border-radius: 0px;
}

.sidebar-section .mk-gradient-button .text {
color: #ffffff;
}

.mk-gradient-button a {
font-weight: normal !important;
}


.page-id-200 .mk-gradient-button a.dark-skin:hover {
color: #fff !important;
} 


.page-id-133 .vc_column-sm-2{
border: 2px #f2f2f2;
min-height: 250px;
margin: 0px 5px 20px 5px;
padding-top: 20px;
}

.page-id-133 .mk-image-holder {
/* min-height: 77px; */
}

.page-id-133 .box-shadow {
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05);
}

/* partner page image vertical align*/
.page-id-133 .mk-image .mk-image-inner{
vertical-align: middle;
margin: auto;
height: 100%;
}

.page-id-133 .mk-image-link {
margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.product-slider {
margin-left:15%;
margin-right:15%;
}

.page-id-264 .product-slider {
margin: 0 0 0 10px !important;
}

.series-page-slider  {
margin: 0 0 0 10px !important;
}

.series-page-slider .slick-arrow.slick-next,
.series-page-slider .slick-arrow.slick-prev {
color: #005587 !important;
}

.mk-tabs p {
margin: 10px;
}

.mk-tabs h4 {
margin: 10px;
}

.menu-server-page-menu-container {
margin-top: 11px !important;
}


.support-icon-box {
min-height: 270px;
}

.content-box-heading {
text-align: center;
font-size: 18px !important;
font-weight: normal !important;
text-transform: uppercase;
}

.page-id-1864 .wpb_content_element {
margin-top: 15px !important;
margin-bottom: 15px!important;
}

.page-id-1864 h3 {
margin-top: 25px !important;
}

.content-box-content p {
text-align: center;
}

.callout-video {
padding: 15px 15px 10px 5px;
}

.page-id-175 img {
display:none;
}

.page-id-291 h3 {
margin-bottom: 2px;
}

.sidebar-section {
  padding: 12px 20px;
  background-color: #F2F2F2;
  border-radius: 10px;
}

.sidebar-contact-info .widgettitle {
margin-bottom: 50px;
}

.widgettitle {
margin-bottom: 5px;
}

.sidebar-contact-info a{
margin-bottom: 20px;
}

.page-id-238 .mk-main-wrapper-holder {
display: none;
}

.product_server_features {
font-size: 1.2em; 
line-height: 1.9em;
}

.mk-caption-title {
font-weight: normal !important;
font-style: italic;
}


/*FOOTER CSS*/

#mk-footer .mk-svg-icon {
    display: none;
}

#mk-footer #social-3 .mk-svg-icon {
    display: initial;
    margin: 2px 8px 2px 0;
}

#mk-footer .widgettitle {
    margin-bottom: 8px;
}


#mk-footer .menu-item {
line-height: 1.5em;
}

.alt-footer-menu-title {
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

#mk-footer .widget .alt-footer-menu-title a {
    color: #ffffff !important;
}

#mk-footer .widget .alt-footer-menu-title a:hover {
    color: #ffb918 !important;
}

#mk-footer .widget {
margin-bottom: 20px !important;
padding: 4px !important;
}

#mk-footer .mk-gradient-button {
margin-top: 5px !important;
}

#mk-footer .mk-button--size-small {
padding: 12px 18px !important;
}

#mk-footer .mk-gradient-button a.text {
color: #fff;
}

#mk-footer .mk-gradient-button a:hover .text {
color: #777;
}

/* If we have extensive menus in the footer 
#mk-footer .widget a {
    padding: 2px 0 3px 0;
 font-size: .8em !important;
line-height: 1.2em;
    margin: 0;
}
*/









/* PINT Styles 
------------------------------------*/

/* Solution Banners */
.p-solutions-header {
  position: relative;
  width: auto;
}

.p-solutions-header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #17181A;
  background-image: url('/wp-content/uploads/2020/11/solutions-banner.jpg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 60% 0%;
  z-index: 0;
}

.p-solutions-header--accesshpc:before {
  background-image: url('./assets/img/hero/accesshpc-banner_mobile.jpg');
}
.p-solutions-header--activedata:before {
  background-image: url('./assets/img/hero/activedata-banner_mobile.jpg');
}
.p-solutions-header--ai:before {
  background-color: #000014;
  background-image: url('/wp-content/uploads/2020/11/banner-ai-analytics.jpg');
}
.p-solutions-header--cloud:before {
  background-color: black;
  background-image: url('./assets/img/hero/cloud-banner_mobile.jpg');
}
.p-solutions-header--cloudbase:before {
  background-color: black;
  background-image: url('./assets/img/hero/cloudbase-banner_mobile.jpg');
}
.p-solutions-header--data:before {
  background-color: #0A1019;
  background-image: url('./assets/img/hero/livedata-banner-alt_mobile.jpg');
}
.p-solutions-header--datanexus:before {
  background-color: #17181A;
  background-image: url('./assets/img/hero/datanexus-banner_mobile.png');
}
.p-solutions-header--deepdata:before {
  background-color: #0F1C2D;
  background-image: url('/wp-content/uploads/2021/03/banner-deepdata-2-1.jpg');
}
.p-solutions-header--hpc:before {
  background-color: black;
  background-image: url('/wp-content/uploads/2020/11/solutions-banner-1-blue.jpg');
}
.p-solutions-header--insighthpc:before {
  background-image: url('./assets/img/hero/insighthpc-banner_mobile.jpg');
}
.p-solutions-header--livedata:before {
  background-image: url('./assets/img/hero/livedata-banner-alt_mobile.jpg');
}
.p-solutions-header--originai:before {
  background-image: url('./assets/img/hero/originai-banner_mobile.jpg');
}
.p-solutions-header--partners:before {
  background-color: black;
  background-image: url('/wp-content/uploads/2021/02/banner-partners-scaled-1.jpg');
}
.p-solutions-header--pod:before {
  background-color: #000;
  background-image: url('/wp-content/uploads/2021/11/bg-pod.png');
}
.p-solutions-header--podgov:before {
  background-color: #000;
  background-image: url('./assets/img/hero/bg-podgov_mobile.png');
}
.p-solutions-header--truehpc:before {
  background-image: url('./assets/img/hero/truehpc-banner_mobile.jpeg');
}

.p-products-servers::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background-color: #0F1C2D;
  background-position: center;
  background-image: url('./assets/img/hero/product_server_mobile.jpg');
}

.p-products-servers-relion {
  background-color: #051840;
  min-height: 400px;
  background-image: url('./assets/img/hero/intel-banner_mobile.jpg');
  background-repeat: no-repeat;
  background-position: 60%;
  background-size: auto 100%;
}

.p-products-servers-relion::before {
  content: '';
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,0.25);
}

.p-products-servers-altus::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background-color: #0F1C2D;
	background-image: url('/wp-content/uploads/2022/11/epyc-banner-2.png');
	background-position: 40% center;
}

@media only screen and (min-width: 768px) {
  .p-solutions-header--accesshpc:before {
    background-image: url('/wp-content/uploads/2020/11/accesshpc-banner.jpg');
  }
  .p-solutions-header--activedata:before {
    background-image: url('/wp-content/uploads/2020/11/activedata-banner.jpg');
  }
  .p-solutions-header--ai:before {
    background-image: url('/wp-content/uploads/2020/11/banner-ai-analytics.jpg');
  }
  .p-solutions-header--cloud:before {
    background-image: url('/wp-content/uploads/2020/11/cloud-banner.jpg');
  }
  .p-solutions-header--cloudbase:before {
    background-color: black;
    background-image: url('/wp-content/uploads/2020/11/cloudbase-banner.jpg');
  }
  .p-solutions-header--data:before {
    background-image: url('./assets/img/hero/computing-live-data-desktop.jpg');
  }
  .p-solutions-header--datanexus:before {
    background-image: url('/wp-content/uploads/2021/11/datanexus-banner.png');
  }
  .p-solutions-header--deepdata:before {
    background-image: url('/wp-content/uploads/2021/03/banner-deepdata-2-1.jpg')
  }
  .p-solutions-header--hpc:before {
    background-image: url('/wp-content/uploads/2020/11/solutions-banner-1-blue.jpg');
  }
  .p-solutions-header--insighthpc:before {
    background-image: url('/wp-content/uploads/2020/11/insighthpc-banner.jpg');
  }
  .p-solutions-header--livedata:before {
    background-image: url('./assets/img/hero/computing-live-data-desktop.jpg');
  }
  .p-solutions-header--originai:before {
    background-image: url('/wp-content/uploads/2020/11/originai-banner.jpg');
  }
  .p-solutions-header--partners:before {
    background-image: url('/wp-content/uploads/2021/02/banner-partners-scaled-1.jpg');
  }
  .p-solutions-header--pod:before {
    background-image: url('/wp-content/uploads/2021/11/bg-pod.png');
  }
  .p-solutions-header--podgov:before {
    background-image: url('/wp-content/uploads/2021/11/bg-podgov.png');
  }
  .p-solutions-header--truehpc:before {
    background-image: url('/wp-content/uploads/2020/11/truehpc-banner.jpg');
  }
  .p-products-servers::before {
    background-image: url('./assets/img/hero/product_server_desktop.jpg');
  }
  .p-products-servers-relion {
    background-image: url('/wp-content/uploads/2021/04/intel-banner.jpg');
  }
  .p-products-servers-altus::before {
    background-image: url('/wp-content/uploads/2022/11/epyc-banner-2.png');
    background-repeat: no-repeat;
    background-position: 45% bottom;
  }
}

@media only screen and (max-width: 960px) {
  .p-solutions-header {
    background-color: rgba(0,0,0,0.3);
  }
}

/* Solution Page Cards */
.p-image-bg {
	display: block;
	position: relative;
	min-height: 160px;
	transition: 0.2s all ease-in-out;
}
@media only screen and (min-width: 961px) {
  .p-image-bg {
    min-height: 280px;
  }
}
.p-image-card {
	overflow: hidden;
	border-radius: 8px;
}
.p-image-bg span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	padding: 15px 50px 15px 30px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'><path d='M0 10.608L4.97 6 0 1.416 1.528 0 8 6l-6.472 6z' fill='white' fill-rule='evenodd'/></svg>") rgba(0, 98, 152, 0.9) no-repeat;
	background-position-x: calc(100% - 30px) !important;
	background-position-y: center !important;
	color: white;
	font-size: 24px;
	transition: 0.2s all ease-in-out;
}
.p-image-description {
	background: #e2e3e3;
	color: #25282A;
	padding: 30px;
	margin: 0;
}
.p-image-bg:hover {
	opacity: 0.9;
}
.p-image-bg:hover span {
	background-position-x: calc(100% - 20px);
}

/* Solution Product Page Sidebar Blockquote*/
.p-blockquote-wrapper {
  padding: 30px 30px 10px;
}
.p-blockquote {
  padding: 0 0 0 20px;
}
.p-blockquote:before {
  background: #ffd100;
  left: 0;
  top: 0;
  bottom: 0;
  height: auto;
  width: 5px;
  border-radius: 2.5px;
}
.p-blockquote a,
.p-blockquote a:hover {
  color: white;
  text-decoration: underline;
  transform: 0.2s opacity ease-in-out;
}
.p-blockquote a:hover {
  opacity: 0.75;
}

.p-blockquote p {
  color: white
}

.img-rounded img {
  border-radius: 10px;
}

/* Solution Product Page Product Brief (Download) */
.p-product-brief {
  position: relative;
}

.p-product-brief-anchor a {
  padding: 12.5px 22.5px;
  background: #006298;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.p-product-brief a {
  display: block;
  position: absolute;
  bottom: -35px;
  padding: 12.5px 22.5px;
  background: #006298;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.p-product-brief-anchor a,
.p-product-brief a,
.p-product-brief img {
  display: block;
  border-radius: 10px;
  transition: 0.2s background ease-in-out;
}

.p-product-brief:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 30px;
  background: linear-gradient(transparent, rgba(0,0,0,0.4));
}
.p-product-brief-anchor a,
.p-product-brief a,
.p-product-brief img,
.p-product-brief:before {
	width: 360px;
	max-width: 100%;
}
.p-product-brief-anchor a:hover,
.p-product-brief a:hover {
	background: #00517E;
}
.p-product-brief--services {
	margin: 0 15px 45px 15px;
}
@media (min-width: 768px) {
  .p-product-brief--services {
	max-width: 285px;
	float: right;
  }	
}
@media only screen and (max-width: 767px) {
    .p-product-brief--alt {
		top: -50px;
	}
}

.p-solutions-logo .vc_single_image-wrapper {
  padding: 20px;
  height: 100px;
  display: flex;
  align-items: center;
}

.p-solutions-logo .vc_single_image-wrapper img {
  max-width: 120px;
  max-height: 80px;
}

/* Origin AI YouTube Sidebar & Popup */
.origin-ai-webinar { background: #01426A; border-radius: 10px; overflow: hidden; }
.origin-ai-webinar img { min-width: 100%; }
.origin-ai-webinar div { padding: 30px 30px 10px; }
.origin-ai-webinar h4 { color: #FFD100; }
.origin-ai-webinar p { 
  padding: 12.5px 22.5px;
  background: #006298;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 20px -30px -10px; 
  border-radius: 10px;
  transition: 0.2s background ease-in-out;
}
.origin-ai-webinar p:hover { background: #00517E; }


.aspect-16-9 {
  position: relative;
  padding-bottom: calc((100% * 9 / 16) - 33px); /* magic number for specific Youtube video :( */
}

.aspect-16-9 > * { 
  position: absolute; 
  top: 0; right: 0; bottom: 0; left: 0; 
  width: 100%; height: 100%;
}




/* PINT GLOBAL STYLES */
.p-solutions-header ~ * ul li {
    font-size: 15px;
}

.header-style-1.header-align-left .header-logo {
	float: none !important;
}

/* Header "contact/support" area */
.header-contact {
  display: inline-flex;
  flex-direction: column;
  float: right;
  position: relative;
  z-index: 2;
}

.header-contact .support a:first-of-type {
  margin-right: 20px;
}

.header-contact .phone {
  font-size: 24px;
  color: #01426A;
  font-weight: bold;
  margin-top: 10px
}

header.a-sticky .header-contact {
  padding: 5px 0 0 !important;
}

header.a-sticky .phone {
  font-size: 16px;
  margin-top: 0;
}

@media only screen and (max-width: 960px) {
  .header-contact {
    display: none !important;
  }
}

/* Global Footer */
#mk-footer .footer-wrapper .mk-col-1-6:nth-of-type(2), 
#mk-footer .footer-wrapper .mk-col-1-6:nth-of-type(3) {
  display: none;
}

@media only screen and (min-width: 769px){
  #mk-footer .footer-wrapper .mk-col-1-6:nth-of-type(1) {
    width: 48%;
  }
  .social-icons {
    padding-left: 20px;		
  }
}


@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .header-style-1.header-align-left .mk-header-nav-container {
    margin-left: 160px !important;
  }
  .header-logo a .mk-desktop-logo.dark-logo {
    max-width: 130px !important;
  }

  #mk-header-1 .main-navigation-ul > li > .menu-item-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  #mk-header-1 .mk-header-nav-container {
    width: auto !important;
  }
}


/* Buttons */
.p-solutions-header .vc_btn3.vc_btn3-color-primary,
.p-solutions-header .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
  background: #FFD100;
  color: #25282a;
}

.p-solutions-header .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus,
.p-solutions-header .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
.p-solutions-header .vc_btn3.vc_btn3-color-primary:focus,
.p-solutions-header .vc_btn3.vc_btn3-color-primary:hover {
  background: #00517E;
}

.p-solutions-header .vc_btn3.vc_btn3-size-lg {
	padding: 12px 30px;
	text-transform: uppercase;
}

.btn-log-in a {
	border: #006298 solid 1px !important;
	color: #ffffff;
}

.btn-log-in a:focus,
.btn-log-in a:hover {
	background-color: #00629B !important; 
}


/* MEGA MENU */


.menu-item-description {
  display: block;
  font-size: 13px;
  color: #54585A;
  margin-bottom: 10px;
}

.mk-main-navigation li.has-mega-menu > ul.sub-menu {
  padding: 0;
}

.mk-main-navigation li.has-mega-menu > ul.sub-menu > li {
  padding: 30px;
}

.mk-main-navigation li.has-mega-menu > ul.sub-menu > li:last-of-type {
  background: #F7F7F7;
  border-left: 1px solid #EBEBEB;
  min-width: 250px;
  width: 24%;
  min-height: 425px;
}

.mk-main-navigation li.has-mega-menu > ul.sub-menu > li:last-of-type a:not(.mega-menu-title) {
	font-weight: normal;
}


.has-mega-menu > ul.sub-menu.mega_col_5 {
  width: 1150px;
  left: -25% !important;
}

.has-mega-menu > ul.sub-menu > li.mega_col_5 {
  width: 19%;
}

.has-mega-menu > ul > li:nth-of-type(1):before,
.has-mega-menu > ul > li:nth-of-type(2):before,
.has-mega-menu > ul > li:nth-of-type(3):before,
.has-mega-menu > ul > li:nth-of-type(4):before{
	content: '';
	display: block;
	position: relative;
	height: 80px;
	margin-bottom: 20px;
	background: center/cover url('/wp-content/uploads/2020/11/hpc-card-blue.jpg') no-repeat;
	border-radius: 6px;
}

.has-mega-menu > ul > li:nth-of-type(2):before {
	background: center/cover url('/wp-content/uploads/2020/11/tile-ai-analytics.jpg') no-repeat;
}

.has-mega-menu > ul > li:nth-of-type(3):before {
	background: center/cover url('/wp-content/uploads/2020/11/livedata-card.jpg') no-repeat;
}

.has-mega-menu > ul > li:nth-of-type(4):before {
	background: center/cover url('/wp-content/uploads/2020/11/cloud-card.jpg') no-repeat;
}

.megamenu-title {
  font-size: 18px !important;
  padding-left:  0 !important;
}
.has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item a.menu-item-link {
  padding: 0 !important;
  color: #01426A;
  line-height: 22px;
  font-size: 18px !important;
  font-weight: 500;
}

.mk-main-navigation li.has-mega-menu > ul.sub-menu > li:last-of-type ul li {
  margin-bottom: 0.5em
}
.has-mega-menu > ul.sub-menu > li:last-of-type ul.sub-menu li.menu-item a.menu-item-link {
  font-size: 15px !important;
  font-weight: normal;
}
.megamenu-title {
  display: block;
}

#mk-header-1 .main-navigation-ul ul.sub-menu li.menu-item a.menu-item-link:hover,
#mk-header-1 .main-navigation-ul ul.sub-menu li.menu-item:hover > a.menu-item-link,
#mk-header-1 .main-navigation-ul ul.sub-menu li.menu-item a.menu-item-link:hover,
#mk-header-1 .main-navigation-ul ul.sub-menu li.menu-item:hover > a.menu-item-link,
#mk-header-1 .main-navigation-ul ul.sub-menu li.current-menu-item > a.menu-item-link,
#mk-header-1 .main-navigation-ul ul.sub-menu li.current-menu-parent > a.menu-item-link {
	background-color:transparent !important;
}

#mk-header-1 li li:not(:last-of-type) a.megamenu-title {
    display: block !important;
    padding-left: 10px !important;
    padding-bottom: 8px;
    position: relative;
    top: -50px;
    margin-bottom: -30px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'><path d='M0 10.608L4.97 6 0 1.416 1.528 0 8 6l-6.472 6z' fill='white' fill-rule='evenodd'/></svg>") rgba(0, 98, 152, 0.9) no-repeat;
	background-position-x: calc(100% - 10px) !important;
	background-position-y: center !important;
	color: white !important;
	border-radius: 0 0 6px 6px;
	transition: 0.2s all ease-in-out;
}

#mk-header-1 li li:not(:last-of-type) a.megamenu-title:after {
    display: none;
}

#mk-header-1 li li:not(:last-of-type) a.megamenu-title:hover {
    background-position-x: calc(100% - 5px) !important;
    background-color: rgb(0, 98, 152);
}

@media only screen and (max-width: 1200px) {
	.mk-main-navigation li.has-mega-menu > ul.sub-menu > li:last-of-type {
	  min-width: 260px;
	  width: 28.4%;
	  min-height: 475px;
	}

	.has-mega-menu > ul.sub-menu.mega_col_5 {
	  width: 920px;
	}

	.has-mega-menu > ul.sub-menu > li.mega_col_5 {
	  width: 17.9%;
	}
	
	.has-mega-menu > ul > li:nth-of-type(1):before,
	.has-mega-menu > ul > li:nth-of-type(2):before,
	.has-mega-menu > ul > li:nth-of-type(3):before,
	.has-mega-menu > ul > li:nth-of-type(4):before{
		height: 60px;
		margin-bottom: 15px;
	}
	
}

/* Press Releases Style */
.press-release-h2 {
	font-size: 30px !important; font-weight: normal !important; color: #01426A !important; font-family: 'Roboto';
}
.press-release .vc_row { 
	position: relative;
	padding: 30px;
}
.latest-news-post-item .vc_gitem-col,
.latest-press-release-item {
	padding: 30px;
}
.latest-press-release-item .latest-press-release-button {
	margin: 0;
}
.latest-press-release-item .vc_gitem_row {
	padding-bottom: 0;
}
.latest-press-release-item .vc_gitem_row .vc_gitem-col {
	padding: 0;
}
.latest-press-release-grid div.vc_visible-item .vc_gitem-col {
	display: flex; 
	flex-direction: column; 
}
.latest-news-post-item .vc_gitem-col *,
.latest-press-release-grid div.vc_visible-item .vc_gitem-col * {
	color: #fff !important;
}
.latest-press-release-grid div.vc_visible-item .latest-press-release-button {
	margin-top: auto;
}
.external-icon {
	position: absolute;
	right: 0;
	top: 0;
}
/* Buttons */
.press-release-button > a { 
    color: #006298 !important; 
	background-color: #fff !important; 
	background-image: none !important;
	border: 2px solid rgba(0,98,152,0.30) !important;
	border-radius: 10px !important;
}
.press-release-button > a:hover { 
    background: #006298 !important; 
	color: #fff !important;
}
.latest-news-post-external-link a,
.latest-press-release-grid div.vc_visible-item .latest-press-release-button a{
	border: none;
	border-radius: 10px;
	font-size: 15px;
	letter-spacing: 0.2px;
	line-height: 26px;
	padding: 12px 30px;
	transition: all .2s ease-in-out;
}
.latest-news-post-external-link a,
.latest-press-release-grid div.vc_visible-item:nth-of-type(2) .latest-press-release-button a,
.latest-press-release-grid div.vc_visible-item:nth-of-type(3) .latest-press-release-button a { background: #006298 !important; }
.latest-news-post-external-link a:hover,
.latest-press-release-grid div.vc_visible-item:nth-of-type(2) .latest-press-release-button a:hover,
.latest-press-release-grid div.vc_visible-item:nth-of-type(3) .latest-press-release-button a:hover { background: #00517E !important; }
.latest-press-release-grid div.vc_visible-item:nth-of-type(1) .latest-press-release-button a { background: #25282A; }
.latest-press-release-grid div.vc_visible-item:nth-of-type(1) .latest-press-release-button a:hover { opacity: 0.8; }
.vc_grid-btn-load_more a { 
	text-transform: uppercase; 
	background-color: #f2f2f2 !important;
	color: #006298 !important; 
	border-radius: 10px !important; 
	border: 2px solid #C7C9C7 !important; 
}
.vc_grid-btn-load_more a:hover {
	background: #006298 !important;
	border: 2px solid #006298 !important;
	color: #fff !important;
}
.latest-news-grid .latest-news-post-external-link a {
	padding: 0;
    background: none !important;
    color: blue;
    color: #006298 !important;
    font-size: 15px;
}
.latest-news-grid .latest-news-post-external-link a:after {
	content: '';
    background-image: url(/wp-content/uploads/2020/12/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
	width: 10px;
	height: 10px;
    vertical-align: middle;
	margin-left: 8px;
}

.latest-press-release-grid div.vc_visible-item:nth-of-type(1) .latest-press-release-item {
	background: #54585A;
	border-radius: 10px;
}
.latest-news-post-item .vc_gitem-col,
.latest-press-release-grid div.vc_visible-item:nth-of-type(2) .latest-press-release-item, 
.latest-press-release-grid div.vc_visible-item:nth-of-type(3) .latest-press-release-item {
	background: #01426A;
	border-radius: 10px;
}
.latest-news-posts .vc_grid-item-mini .latest-news-post-item .vc_col-sm-12.vc_gitem-col{ 
	padding: 30px !important;
}
.latest-news-grid .vc_grid-item-mini .latest-news-post-item .vc_col-sm-12.vc_gitem-col {
	background: #fff;
	padding: 30px !important; 
}
.latest-news-post-title h3, 
.latest-press-release-title h3 {
	font-size: 18px;
	font-weight: 700;
}
.latest-news-grid .latest-news-post-title h3 > a,
.latest-news-grid .latest-news-post-title h3 {
	font-size: 18px;
	color: #006298 !important;
	font-weight: 400;
}
.latest-news-grid .latest-news-post-date > div {
	font-size: 15px;
    color: #25282A !important;
}
.latest-news-post-publication p,
.latest-news-grid .latest-news-post-publication p {
	font-size: 15px;
    color: #25282A !important;
	font-style: italic;
}
.external-icon .vc_icon_element-icon {
	color: rgba(255,255,255,0.5) !important;
}
.latest-news-grid .external-icon .vc_icon_element-icon {
	opacity: 0.5;
	color: #25282A !important;
}
.latest-news-post-item,
.latest-news-post-item .vc_gitem-col {
	min-height: 300px;
	border-radius: 10px;
}
.latest-press-release-grid div.vc_visible-item:nth-of-type(1) .latest-press-release-snippet,
.latest-press-release-grid div.vc_visible-item:nth-of-type(2) .latest-press-release-snippet,
.latest-press-release-grid div.vc_visible-item:nth-of-type(3) .latest-press-release-snippet
{
	display: none;
}
.latest-news-posts .latest-news-post-item,
.latest-press-release-item { 
	margin: 0 15px 30px 15px;
}
.latest-press-release-item .latest-press-release-date {
	margin-bottom: 0;
}
.latest-news-post-external-link {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.press-release .press-release-title h3 {
	font-size: 22px;
	font-weight: normal;
	color: #01426A;
	letter-spacing: 0.2px;
	line-height: 27px;
}
.most-recent-news-title h2 {
	margin-left: 15px;
}
_:-ms-fullscreen, :root .latest-press-release-grid .vc_grid-item {
	margin-bottom: 30px;
}
.ebook-wrapper {
	transition: all 0.3s; 
}
.ebook-wrapper:hover {
	opacity: 0.8
}
.ebook-image {
	transform: translatey(8px);
/* 	max-width: 302.81px; */
}
.btn-lets-talk a {
	border-radius: 10px;
	transition: all 0.3s;
}
.btn-lets-talk a:hover {
	opacity: 0.8;
}
.btn-lets-talk {
	margin-right: 0 !important;
}
.atlus-related-resources .box-holder {
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.server-list li {
	margin-bottom: 10px;
}
.h2-offset::before { 
  display: block; 
  content: " "; 
  margin-top: -177px; 
  height: 177px; 
  visibility: hidden; 
  pointer-events: none;
}
.offset:target {
  display: block;
  position: relative;
  top: -120px; 
  visibility: hidden;
}
.offset-fix {
	z-index: 1;
}
.epyc-blurb .box-holder {
	padding: 100px 50px 50px !important;
	color: #fff;
	max-width: 300px;
}
#rev_slider_6_1_wrapper {
/* 	background-color: #013a67 !important; */
}
@media only screen and (min-width: 768px) {
	.press-release .vc_row { 
	    display: flex;
        flex-direction: row;
        align-items: center;
    }
	.press-release .press-release-title h3 {
		font-size: 22px;
		font-weight: normal;
		color: #01426A;
		letter-spacing: 0.2px;
		line-height: 27px;
	}
	.vc_grid-btn-load_more a { 
		min-width: 430px; 
	}
	.latest-news-post-title h3 {
		font-size: 21px;
	}
	.latest-news-post-item,
	.latest-news-post-item .vc_gitem-col {
		min-height: 360px;
	}
}
@media only screen and (min-width: 1025px) {
	.latest-news-post-item,
	.latest-news-post-item .vc_gitem-col {
		min-height: 320px;
	}
	.latest-news-list .vc_column-inner,
	.latest-press-release-list .vc_column-inner {
		padding-right: 0;
		padding-left: 0;
	}
	.most-recent-news-title h2 {
		margin-left: 0;
	}
	.latest-news-posts .latest-news-post-item,
	.latest-press-release-item { 
		margin: 0;
	}
	.latest-press-release-grid div.vc_visible-item:nth-of-type(1) .latest-press-release-item {
		height: 590px !important;
	}
	.latest-press-release-grid div.vc_visible-item:nth-of-type(1) .latest-press-release-snippet {
		display: block;
	}
	.latest-news-post-title h3,
	.latest-press-release-title h3 {
		font-size: 24px;
		font-weight: 700;
	}
	.latest-news-grid .latest-news-post-title h3 > a,
	.latest-news-grid .latest-news-post-title h3 {
		font-size: 22px;
	}
	
	.latest-press-release-grid .vc_pageable-slide-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 270px);
		grid-row-gap: 50px; 
		grid-column-gap: 50px;
	}
	
	.latest-press-release-grid div.vc_visible-item:nth-of-type(1) {
		grid-column: 1 / 1;
		grid-row: 1 / 3;
		padding-bottom: 0 !important;
	}
	.latest-press-release-grid div.vc_visible-item:nth-of-type(2) {
		grid-column: 2 / 2;
		grid-row: 1 / 1;
		padding-bottom: 0 !important;
	}
	.latest-press-release-grid div.vc_visible-item:nth-of-type(3) {
		grid-column: 2 / 2;
		grid-row: 2 / 2;
		padding-bottom: 0 !important;
	}
	.latest-press-release-grid div.vc_visible-item:nth-of-type(1) .vc_gitem-col {
		height: 530px; 
	}
	.latest-news-posts .vc_grid-item:nth-of-type(1) .latest-news-post-item {
		margin-right: 50px;
	}
}

.in-page-nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 0;
	max-width: 910px;
}
.in-page-nav a {
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 10px 0;
}

@media (min-width: 767px) {
	.in-page-nav {
		flex-direction: row;
	}
	.in-page-nav a {
		margin: 0;
	}
}

.pod-card {
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05);
}


#rev_slider_8_1_wrapper .ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
	display: none;
}

.yellow-quote {
	background: #fff !important;
	padding: 0 0 0 20px !important;
}

.yellow-quote p {
	font-size: 18px !important;
	letter-spacing: 0.7px;
	line-height: 24px;
}

.yellow-quote::before {
	content: '';
	position: absolute; 
	top: 0 !important;
	left: 0 !important;
	color: #25282A;
	background: #FFD100;
	border-radius: 2.5px;
	width: 5px;
	height: 24px
}

.video-row .ts-video-container {
	border-radius: 10px;
}

