/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

@font-face {
  font-family: 'Azo Sans Bold Italic';
  src: url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-BoldItalic.eot');
  src: local('Azo Sans Bold Italic'), local('AzoSans-BoldItalic'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-BoldItalic.eot#iefix') format('embedded-opentype'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-BoldItalic.woff2') format('woff2'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-BoldItalic.woff') format('woff'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Azo Sans Thin';
  src: url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Thin.eot');
  src: local('Azo Sans Thin'), local('AzoSans-Thin'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Thin.eot#iefix') format('embedded-opentype'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Thin.woff2') format('woff2'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Thin.woff') format('woff'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Azo Sans Light Italic';
  src: url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-LightItalic.eot');
  src: local('Azo Sans Light Italic'), local('AzoSans-LightItalic'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-LightItalic.eot#iefix') format('embedded-opentype'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-LightItalic.woff2') format('woff2'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-LightItalic.woff') format('woff'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Azo Sans Thin Italic';
  src: url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-ThinItalic.eot');
  src: local('Azo Sans Thin Italic'), local('AzoSans-ThinItalic'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-ThinItalic.eot#iefix') format('embedded-opentype'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-ThinItalic.woff2') format('woff2'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-ThinItalic.woff') format('woff'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Azo Sans Regular';
  src: url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Regular.eot');
  src: local('Azo Sans Regular'), local('AzoSans-Regular'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Regular.eot#iefix') format('embedded-opentype'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Regular.woff2') format('woff2'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Regular.woff') format('woff'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Azo Sans Medium Italic';
  src: url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-MediumItalic.eot');
  src: local('Azo Sans Medium Italic'), local('AzoSans-MediumItalic'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-MediumItalic.eot#iefix') format('embedded-opentype'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-MediumItalic.woff2') format('woff2'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-MediumItalic.woff') format('woff'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Azo Sans Black';
  src: url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Black.eot');
  src: local('Azo Sans Black'), local('AzoSans-Black'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Black.eot#iefix') format('embedded-opentype'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Black.woff2') format('woff2'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Black.woff') format('woff'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Azo Sans Medium';
  src: url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Medium.eot');
  src: local('Azo Sans Medium'), local('AzoSans-Medium'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Medium.eot#iefix') format('embedded-opentype'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Medium.woff2') format('woff2'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Medium.woff') format('woff'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Azo Sans Black Italic';
  src: url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-BlackItalic.eot');
  src: local('Azo Sans Black Italic'), local('AzoSans-BlackItalic'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-BlackItalic.eot#iefix') format('embedded-opentype'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-BlackItalic.woff2') format('woff2'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-BlackItalic.woff') format('woff'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Azo Sans Light';
  src: url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Light.eot');
  src: local('Azo Sans Light'), local('AzoSans-Light'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Light.eot#iefix') format('embedded-opentype'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Light.woff2') format('woff2'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Light.woff') format('woff'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Azo Sans Italic';
  src: url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Italic.eot');
  src: local('Azo Sans Italic'), local('AzoSans-Italic'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Italic.eot#iefix') format('embedded-opentype'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Italic.woff2') format('woff2'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Italic.woff') format('woff'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Azo Sans Bold';
  src: url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Bold.eot');
  src: local('Azo Sans Bold'), local('AzoSans-Bold'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Bold.eot#iefix') format('embedded-opentype'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Bold.woff2') format('woff2'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Bold.woff') format('woff'),
    url('https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Fonts/AzoSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

.button {
   position: relative;
}

.code-ninja-popup {
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 8px;
    bottom: -100vh;
    box-shadow: 0 3px 6px #00000029;
    left: 14px;
    max-height: calc(100vh - 25px);
    overflow: auto;
    padding: 50px 0 0;
    position: fixed;
    width: calc(100vw - 28px);
    z-index: 21;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease;
}

.no-scroll:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0E2937BF 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    z-index: 19;
}

.code-ninja-popup.open {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.code-ninja-popup--close {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 7px;
    right: 16px;
    cursor: pointer;
    z-index: 10;
}

.additional-program .banner-title {
    display: none;
}

.additional-program .inner-banner-caption {
    margin: auto;
}

.additional-program .inner-banner-panel {
    padding-bottom: 0;
}

.code-ninja-popup--close img {
    width: 16px;
}

body.no-scroll {
    overflow: hidden !important;
}

.pac-container {
	position:fixed;
	display:block;
	margin-top: -235px;
}

.clients-footer {
    display: flex;
    background: #0067BE;
}

.footer {
    background: #04325A !important;
    color: #fff;
    /*padding-bottom: 120px;*/
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 20px 40px;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-grid--item {
    width: 20%;
}

.footer-grid--item.fourty {
    width: 40%;
    display: flex;
    justify-content: space-evenly;
}

.footer-grid--item__panel {
    position: relative;
}

.footer-grid--item__panel h6 {
    font-size: 12px;
    letter-spacing: 1.2px;
    color: rgb(246 247 248 / 30%);
    font-family: 'Azo sans Bold';
    margin: 0;
}

.footer-grid--item__panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-grid--item__panel ul li {
    margin-top: 12px;
}

.footer-grid--item__panel ul li a {
    color: #F6F7F8 !important;
    text-transform: capitalize;
    opacity: 0.7;
    font-size: 17px;
    font-family: 'Azo Sans Regular' !important;
}

.footer-grid--item__panel ul li a:hover {
    text-decoration: underline !important;
}

.footer-grid--item.social-media p {
    color: #F6F7F8;
    text-transform: capitalize;
    opacity: 0.7;
    letter-spacing: 0;
    font-size: 14px;
    font-family: "Azo sans Light";
    max-width: 145px;
    line-height: 22px;
    margin-top: 20px;
}

/*hotel partnerships*/
#footer-row {
  padding-bottom: 80px;
}
#partner {
  background-color: #032441;
  padding: 10px;
}
#cp-logo {
  width: 168px;
  height: 87px;
}
#cp-left {
  border-right: 1px solid #B1DFFF;
}
#cp-right a {
  font-size: 14px;
}
#cp-right div {
  white-space: nowrap;
  color: #B1DFFF;
}
#cp-right .title {
  margin-top: 20px;
  margin-bottom: 8px;
}
.footer {
  padding-bottom: 80px;
}
#partner hr {
  width: 100px;
  height: 2px;
  color: #B1DFFF;
  background-color: #B1DFFF;
  border: none;
}
@media (max-width: 768px) {

  #cp-right .title {
    margin-top: 4px;
  }
  #cp-right {
    text-align: center;
  } 
  #cp-left {
    border-right: none;
    /*border-bottom: 1px solid #B1DFFF;*/
  }
  .footer {
    padding-bottom: 0px;
  }
  .home-program-head.years_round h3{
font-size: 40px !important;
        line-height: 40px !important;
}
}
/*------------------------*/

.desktopOnly {
  display: none !important;
}

.mobileOnly {
  display: flex !important;
}

.home-program-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    position: relative;
    margin-top: -65px;
}
 
.home-program-head h6 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.4px;
    color: #187ABF; 
  font-weight:bold !important;
    text-transform: uppercase;
    opacity: 1; 
 /*  opacity: 0.6;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);*/
    margin: 0;
   
}

.home-program-head h3 {
    letter-spacing: 0px;
    color: #0E2937;
    text-transform: uppercase;
    margin: 0;
  
}
.home-program-head.years_round h3{
  font-size:56px;
  line-height:56px;
}
/* program section styles */

.program-section {
    position: relative;
    padding: 100px 20px 100px;
}

section.program-section.create {background: transparent linear-gradient(113deg, #2D8ABD 0%, #0067BE 100%) 0% 0% no-repeat padding-box;}

.program-section .pgm-gd {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

section.program-section.create .pgm-gd {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Color-Fade_2x.webp);
}

.program-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
}

.program-section.create:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Create-Bg.webp);
}

.program-section .container {
  z-index: 2;
  position: relative;
}

.program-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
	  justify-content: center;
}

.program-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44%;
    position: relative;
    padding-top: 25px;
}

.program-details {
    width: 56%;
	  max-width: 455px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.program-image img {
    max-width: 100%;
	  width: 528px;
    position: relative;
    max-height: 408px;
    object-fit: cover;
	  border-radius: 10px;
  
}

section.program-section.create .program-image:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/create%20bg.png);
    background-repeat: no-repeat;
    background-size: 560px;
    content: "";
    height: 482px;
    position: absolute;
    top: -43px;
    width: 560px;
    left: calc(50% - 280px);
}

.program-details h6 {
  color: #8eecff;
    font-size: 18px;
    letter-spacing: .78px;
    line-height: 15px;
    margin: 0 0 4px;
    opacity: 1;
  z-index:1;
    /* opacity: .7; */
    font-weight: bold;
}

.program-details h4 {
    color: #F6F7F8;
    text-transform: uppercase;
    margin: 0;
}

.program-details h2 {
    color: #8eecff;
    text-transform: uppercase;
    opacity: 1;
    font-size: 64px;
    line-height: 78px;
    margin: 0;
}

.program-details p {
    letter-spacing: 0px;
    color: #F6F7F8;
    line-height: 22px;
    max-width: 361px;
    margin-bottom: 20px;
}

/* JR */

section.program-section.jr .pgm-gd {
    background: url("https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Color%20Fade-JR-@2x.png");
}

.program-section.jr:before {
    background: url("https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/JR-Bg.webp");
}

section.program-section.jr {background: transparent linear-gradient(110deg, #92278E 0%, #3C1C6E 100%) 0% 0% no-repeat padding-box;}

section.program-section.jr .program-row .program-image,
section.program-section.academies .program-row .program-image{
    order: 2;
}

section.program-section.jr .program-row .program-details,
section.program-section.academies .program-row .program-details{
    order: 1;
}

section.program-section.jr .program-details h2, section.program-section.jr .program-details h6 {
    color: #deabf7 !important;
}

section.program-section.jr .program-image:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/jr%20bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 444px;
    left: calc(50% - 275px);
    position: absolute;
    top: -40px;
    width: 550px;
}

section.program-section.jr .program-image img {
    width: 466px;
    max-width: 100%;
    border-radius: 10px;
}
/* academies */

section.program-section.academies .pgm-gd {
    background: url("https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/desktop-bg.webp");
}
/* CAMP */

section.program-section.camps .pgm-gd {
    background: url("https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Color%20Fade-Camp-@2x.png");
}

.program-section.camps:before {
    background: url("https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/CAMP-BG.webp");
}

section.program-section.camps {background: transparent linear-gradient(110deg, #07BC93 0%, #32B1D1 100%) 0% 0% no-repeat padding-box;}

section.program-section.camps .program-details h2, section.program-section.camps .program-details h6 {
    color: #92f4f5 !important;
}

section.program-section.camps .program-image:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/camps%20bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 432px;
    left: calc(50% - 250px);
    position: absolute;
    top: -60px;
    width: 500px;
}

.program-section.camps .program-image img {
    max-width: 100%;
    width: 372px;
    border-radius: 10px;
}

.three-grid-slide .owl-dots {
    bottom: 0;
}

.three-grid-slide .owl-nav {
    position: absolute;
    left: calc(50% - 150px);
    bottom: 0;
    width: 300px;
    justify-content: space-between;
    display: flex;
    z-index: 12;
}

.three-grid-slide .owl-nav button {
    width: 34px;
    height: 34px;
    background: #0DB88F !important;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    border-radius: 17px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
}

.three-grid-slide .owl-nav button.owl-prev {
    left: 0;
}

.three-grid-slide .owl-nav button.owl-next {
    right: 0;
}

.locationSelected, .location-selected .nonLocation {
  display: none !important;
}

.location-selected .locationSelected {
  display: flex !important;
}

.program-details--action {
    display: flex;
    align-items: center;
}

.program-details--action button {
    margin-right: 16px;
}

/* Request Info */
.requestInfo-section {
    padding: 40px 20px 100px;
    background: linear-gradient(180deg, #F6F7F8, #DCF2FE);
}

.requestInfo-section .home-program-head {
    margin: 0 auto 25px;
}

.requestInfo-section .home-program-head h6 {
    margin-bottom: 10px;
}

.request-info-form {
    display: flex;
    justify-content: center;
}

.program-title-bg {
    position: absolute;
    display: flex;
    width: 216px;
    height: 104px;
    background: #000;
    border-radius: 53px;
    top: -25px;
    left: 50%;
    justify-content: center;
}

.program-title-bg:before {
    content: "";
    display: flex;
    width: 126px;
    height: 50px;
    background: #000;
    border-radius: 24px;
    margin-top: -28px;
}

.button-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-action button {
  margin: 0 8px;
}

/* program create */
section.program-info-panel {
    padding: 30px 0 50px;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Program-Info-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #f6f7f8;
}

.program-info--image {
    display: flex;
    align-items: center;
    justify-content: center;
	  border-radius: 10px;
	  overflow: hidden;
}

.program-info--image img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
}

.program-info--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.program-info--content h6 {
    font-size: 14px;
    letter-spacing: 0.78px;
    color: #187ABF;
    margin: 0 0 16px;
}

.title-block {
    position: relative;
}

.title-block h3 {margin: 0;}

.title-block h2 {
    margin: 0 0 4px;
}

.program-info--content__text {
    display: flex;
    width: 100%;
    max-width: 350px;
    margin: 0 0 20px;
}

.program-info--content__text p {
    letter-spacing: 0px;
    color: #506690;
    line-height: 24px;
    margin: 0;
}

.birthdayParty-program-card-desc {
  margin-bottom:10px;
}

.birthdayParty-program-card-desc p {
    letter-spacing: 0px;
    color: #506690;
    line-height: 24px;
    margin: 0;
    margin-bottom: 10px;
}
/* program points */

.program-points {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    height: 601px;
    position: relative;
}

.program-proint--card {
    align-items: center;
    background: transparent linear-gradient(168deg,#fff,#c5e6fe) 0 0 no-repeat padding-box;
    border-radius: 8px;
    box-shadow: 0 12px 32px #0e293773;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    margin: -190px auto 100px;
    padding: 24px;
    position: relative;
    width: 764px;
    z-index: 1;
}

.program-proint--card .title-block {
    text-align: center;
}

.program-proint--card .title-block h3 {
    letter-spacing: 0px;
    color: #0E2937 !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
}

.program-proint--card .title-block h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 0 !important;
}

.program-point--list {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.program-point--list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program-point--list ul li {
    color: #506690;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 10px;
    padding-left: 30px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.program-point--list ul li:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Icons/Icon-Quote-Left.png) no-repeat;
    background-size: 20px;
    content: "";
    height: 20px;
    position: relative;
    display: flex;
    width: 20px;
    margin-right: 7px;
    margin-bottom: 2px;
}

.program-point--list ul li span {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
    color: #2093E3;
    text-transform: uppercase;
    font-family: 'Azo Sans Bold';
    font-size: 14px;
    line-height: 22px;
}

.program-proint--card button {
    margin-bottom: -47px;
    margin-top: 20px !important;
}

/* problem solving */

.program-problems-solving {
    background: #0066C0;
    padding: 0 0 80px;
    text-align: center;
    position: relative;
}

.program-problems-solving .container {
    position: relative;
}

section.program-problems-solving:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Bg-problem-solution.png);
    opacity: .03;
    background-size: 100%;
    background-position: center -10px;
}

.program-problems-solving .title-block h3 {
    opacity: 0.8;
		color: #F6F7F8;
		margin-bottom:10px;
}

.program-problems-solving .title-block h2 {
		margin-bottom:34px;
	  font-size: 48px;
  	line-height: 48px;
		color: #F6F7F8;
		/*text-shadow: 0px 8px 14px #0E293773;*/
}

.program-problems-solving .row .row {
    margin: 0 -16px;
    justify-content: center;
}

.program-problems-solving .row .row .col-sm-6.colxs-12 {
  padding: 16px;
}

.problem-card {
    align-items: center;
    background: #228de0;
    border: 1px solid #51b8ff;
    border-radius: 8px;
    box-shadow: 0 8px 16px #187abf17;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 38px 12px;
    position: relative;
    max-width: 356px;
    width: 100%;
}

.program-problems-solving .row .row .col-sm-6.colxs-12 {
    padding: 16px;
}

.program-problems-solving .row .row .col-sm-6.colxs-12:nth-child(odd) .problem-card {
    margin-left: auto;
}

.program-problems-solving .row .row .col-sm-6.colxs-12:nth-child(even) .problem-card {
    border-color: #2BF5C499;
}

.problem-card h5 {
    letter-spacing: 0px;
    color: #F6F7F8;
    text-shadow: 0px 4px 8px #0E293773;
    line-height: 32px;
    margin: 0 0 4px;
}

.problem-card p {
    letter-spacing: 0px;
    color: #F6F7F8;
    line-height: 22px;
    margin: 0;
    min-height: 42px;
}
.problem-card-icon__wrapper {
  position: absolute;
  top: -15px;
}
.pc-icon {
  background-color: #51B8FF;
  width:36px;
  height:36px;
  border-radius:36px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.pc-icon img {
  position: relative;
  top: 4px;
}

.program-create .cn-impact {
    padding: 0 0 80px;
    margin-top: -60px;
/*     background-image: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Impact-bg.png); */
    background-size: contain;
}

.program-impact-cards {
    display: flex;
}

.program-impact-cards .row {
    margin: 0 -24px;
}

.program-impact-cards .row .col-md-4.col-sm-6.col-xs-12 {
    padding: 24px;
}

.program-impact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 16px 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #187ABF26;
    border-radius: 8px;
    opacity: 1;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.program-impact-card--image {
    width: 100%;
    display: flex;
    margin-top: -16px;
}

.program-impact-card--image img {
    width: 100%;
}

.program-impact-card--content {
    padding: 25px 10px 0;
    text-align: center;
}

.program-impact-card--content label {
    letter-spacing: 0px;
    color: #2D8ABD;
    font-family: 'Azo Sans Medium';
    margin: 0;
    line-height: 24px;
}

.education-path {
    padding: 40px 0 90px;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/edu-path.png);
    background-size: cover;
    position: relative;
}

.education-path:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 219px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    filter: blur(30px);
    -webkit-filter: blur(30px);
}

.education-path .container {
    position: relative;
}

.education-path--title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 66px;
}

.education-path--title h6 {
    margin: 0;
    letter-spacing: 1.4px;
    color: #187ABF;
    text-transform: uppercase;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    font-size: 14px;
    line-height: 18px;
}

.code-njna-badges {
    display: flex;
    align-items: center;
    justify-content: center;
}

.code-njna-badges img {
    width: 100%;
    max-width: 320px;
}

.row.education-path--grid {
    margin: 0 -18px;
}

.education-path--card {
    background: #F6F7F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 24px #0E293740;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.row.education-path--grid .col-md-4.col-sm-6.col-xs-12 {
    padding: 18px;
}

.education-path--card__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #187ABF40;
    border-radius: 32px;
    padding: 11px 0;
    margin-top: -32px;
    margin-bottom: 20px;
}

.education-path--card__badge img {
    width: 42px;
    margin: 0 12.5px;
}

.education-path--card__content {
    display: flex;
    justify-content: center;
    padding: 0 20px 40px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.education-path--card__content h5 {
    line-height: 20px;
    margin: 0 0 8px;
}

.education-path--card__content p {
    line-height: 24px;
    letter-spacing: 0px;
    color: #506690;
    margin: 0;
}

.body-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.program-learning {
    background-color: #f6f7f8;
    padding: 100px 0;
}

.location-selected .program-learning {
    background-image: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/st-char.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 713px;
}

.pl-image-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.pl-image-panel img {
    width: 180px;
}

.col-sm-6.pl-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pl-content-block {
    width: 400px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.pl-content-block__text {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 16px 16px 30px;
    margin-top: 22px;
}

.pl-content-block__text p {
    letter-spacing: 0px;
    color: #506690;
    line-height: 24px;
    margin-bottom:20px;
}

.pl-content-block__text p:last-child {
    margin-bottom: 0px;
}

.pl-content-block--images {
    display: flex;
    width: calc(100% + 30px);
}

.pl-content-block--images img {
    width: 100%;
    margin: -28px 0 0 -15px;
}

.program-learning-panel {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/fun-learning.png);
    background-size: 695px;
    background-repeat: no-repeat;
    background-position: top center;
}

.schedule-tour-panel {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
}

.location-selected .schedule-tour-panel {
	display: flex;
}

.schedule-tour-panel h6 {
    max-width: 168px;
    text-align: center;
    letter-spacing: 0px;
    color: #506690;
    font-family: 'Azo sans Medium';
    margin: 0 0 16px;
}

.program-jr h2.primaryColor, .program-jr .program-info--content h6 {
    color: #92278E !important;
}

.program-jr .program-point--list ul li:before {
    background: #3c1c6e;
    border-radius: 10px;
    height: 12px;
    opacity: .3;
    top: 4px;
    width: 12px;
    position: absolute;
    left: 0;
}

.program-jr .program-point--list ul li {
    display: block;
}

.program-jr .program-point--list ul li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
}

.program-jr .program-proint--card {
    background: transparent linear-gradient(170deg, #FFFFFF 0%, #FFF1FE 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 32px #3C1C6E87;
    width: 616px;
}

.program-jr-info {
    background: linear-gradient(180deg, #92278E, #3C1C6E);
    background-position: bottom center;
    background-size: cover;
    color: #fff;
    padding: 0px 0 50px;
    position: relative;
}

.pgm-jr-info--grid {
    width: 100%;
    max-width: 833px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.pgm-jr-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
    padding-bottom: 70px;
}

.pgm-jr-info__image {
    padding: 15px;
    width: 63.66%;
}

.pgm-jr-info__image img {
    width: 100%;
}

.pgm-jr-info__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 36.33%;
    padding: 15px;
}

.pgm-jr-info:nth-child(even) .pgm-jr-info__image {
    order: 2;
}

.pgm-jr-info__content h2 {
    letter-spacing: 0px;
    color: #F6F7F8;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0 0 16px;
}

.pgm-jr-info__content ul {
    font-size: 16px;
    letter-spacing: 0px;
    color: #F6F7F8;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pgm-jr-info__content ul li {
    font-size: 16px;
    letter-spacing: 0px;
    color: #F6F7F8;
    line-height: 22px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 20px;
}

.pgm-jr-info__content ul li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
/* UI Properties */
    background: #92278E 0% 0% no-repeat padding-box;
    border-radius: 10px;
    left: 0;
    top: 4px;
}
.pgm-jr-note__wrapper p {
  color: rgba(246, 247, 248, 0.6);
  font-size:12px;
  letter-spacing:0;
  text-align: center;
}
.program-jr-info:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1490px;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/jr-dots.png);
    background-size: cover;
    opacity: .5;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.program-birthday .inner-banner-caption:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Icons/Icon-BirthdayParties.png);
    background-size: 250px;
    background-repeat: no-repeat;
    width: 100%;
    height: 133px;
    background-position: center;
    left: 0;
    margin: 0;
    top: -160px;
}

.program-birthday .program-info--content h2.primaryColor {
    color: #C21D8B !important;
}

.program-birthday .inner-banner-bg-image:after {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Hero%20Dots@2x.png);
}

.program-homeschooling .inner-banner-caption:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Icons/Icon-HomeSchooling.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 250px;
    height: 153px;
    left: 0;
    margin: 0;
    top: -175px;
    width: 100%;
}

.program-homeschooling .program-info--content h2.primaryColor {
    color: #33269B !important;
}

.program-homeschooling .inner-banner-bg-image:after {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Hero%20Dots@2x.png);
}

.program-pno .inner-banner-caption:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Icons/Icon-ParentNightOut.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 250px;
    height: 153px;
    left: 0;
    margin: 0;
    top: -175px;
    width: 100%;
}

.program-pno .program-info--content h2.primaryColor {
    color: #92278E !important;
}

.program-pno .inner-banner-bg-image:after {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Hero%20Dots@2x.png);
}

.program-clubs .inner-banner-caption:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Icons/Icon-Clubs.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 250px;
    height: 153px;
    left: 0;
    margin: 0;
    top: -175px;
    width: 100%;
}

.program-clubs .program-info--content h2.primaryColor {
    color: #054780 !important;
}

.program-clubs .inner-banner-bg-image:after {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Hero%20Dots@2x.png);
}

.bfs-hero {
    background: transparent linear-gradient(122deg, #258CD4 0%, #005DAB 100%) 0% 0% no-repeat padding-box;
    padding: 130px 16px 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bfs-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bfs-info h1 {
    letter-spacing: 0px;
    color: #F6F7F8;
    text-shadow: 0px 8px 24px #000000A3;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.bfs-info .location-label {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: 'Azo Sans Regular';
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}

.bfs-info .location-info-mob h5 {
    line-height: 12px;
    margin: 0 0 7px;
    color: #fff;
    font-family: 'Azo Sans Medium';
}

.bfs-info .location-label img {
    margin-bottom: 3px;
    margin-right: 7px;
    width: 13px;
}

.press-page .inner-banner-caption {
    max-width: 600px;
}

.session-title {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.additional-program .inner-banner-caption:before {margin-top: -100px;}

.additional-program .inner-banner-caption {
    max-width: 600px;
}

.additional-program .inner-banner-caption .button-action {margin-top: 100px;}

.additional-program--info {
    text-align: center;
    padding: 80px 0 120px;
    background: #f6f7f8;
}

.additional-program .primaryColor {
    color: #92278E !important;
}

.additional-program--info h2 {
    font-size: 48px;
    line-height: 48px;
}

.additional-program--info p {
    width: 700px;
    margin: auto;
    max-width: 100%;
    letter-spacing: 0px;
    color: #506690;
    line-height: 26px;
}

.faq-page .inner-banner-caption:before {
    margin-top: -115px;
}

.faq-page .inner-banner-caption h1 {
    margin-bottom: 40px;
}

.faq-page .inner-banner-caption {
    max-width: 600px;
}

.code-ninja-popup .request-info--title h5 {
    display: none;
}

.request-info--title h2 {
    display: none;
}

.code-ninja-popup .request-info--title h2 {
    display: block;
}

.code-ninja-popup .request-info {
    margin: auto;
    padding: 0 0 50px;
    box-shadow: none;
    max-width: 606px;
}

.common-page--main {
    background: #fff;
}

.common-page--main h6 {
    font-family: 'Azo Sans Bold';
    letter-spacing: 0px;
    color: #0E2937;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0 0 20px;
}

.common-page--main p, .common-page--main ul ,.common-page--main ol{
    letter-spacing: 0px;
    color: #506690;
    line-height: 26px;
}

.common-page--main h4 {
    margin: 0 0 20px;
    color: #187ABF;
    line-height: 32px;
}

.common-page--main h5 {
    font-family: 'Azo Sans Bold';
    font-size: 20px;
}

.common-page--main a {
    font-family: 'Azo Sans Medium' !important;
    color: #187ABF !important;
    text-decoration: underline;
}

.common-page--main strong {
    font-family: 'Azo Sans Bold';
}

.common-page--main .embed_container {width: 100%;display: flex;max-width: none !important;max-height: none !important;justify-content: center;align-items: center;padding-bottom: 80px;}

.common-page--main .embed_container .iframe_wrapper {
    width: 826px;
    height: 465px;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.common-page--main .embed_container .iframe_wrapper iframe {
    width: 100% !important;
    height: 100% !important;
}

.common-page--main  h2 {
    margin: 0 0 20px;
    color: #187ABF;
}

.page-jr .clients-footer {
    background: #3C1C6E;
}

.page-jr .footer {
    background: #230B4A !important;
}

.banner-thankyou {
    background: linear-gradient(112deg, #258CD4, #005DAB);
    position: relative;
}

.banner-thankyou--inner {
    align-items: center;
    display: flex;
    height: 650px;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.banner-thankyou--inner h1 {
    text-align: center;
    margin: 0 0 30px;
    padding-top: 20px;
    text-shadow: 0px 8px 24px #000000A3;
    text-transform: uppercase;
    color: #F6F7F8;
    font-size: 82px;
    line-height: 82px;
}

.banner-thankyou:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Hero%20Dots@2x.png);
    background-size: cover;
    background-position: center bottom;
}

.banner-thankyou--inner h1 {
    margin: 0 0 30px;
}

.banner-thankyou--inner h2 {
    color: #fff;
}

.ready-visit h5 {
    margin: 0 0 15px;
    color: #fff;
    font-family: 'Azo Sans Light';
}

.ready-visit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cn-play-button {
    width: 76px;
    height: 76px;
    background: #7E8C94;
    position: absolute;
    left: calc(50% - 38px);
    top: 35%;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cn-play-button:after {
    content: "";
    display: flex;
    width: 21px;
    height: 26px;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Icons/icon-play.png) no-repeat center;
    background-size: 22px;
    margin-left: 5px;
}

.cn-play-button:hover {
    background: #72bbe4;
}

.cn-video-model {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background: #0E2937BF;
    z-index: 12;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.cn-video-model.open {
    display: flex;
}

.cn-video-model--dialog {
    width: 100%;
    max-width: 1000px;
    max-height: calc(100% - 80px);
    background: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    position: relative;
    padding: 10px;
}

.cn-video-player {
    display: flex;
    width: 100%;
    height: 500px;
}

.cn-video-model--dialog > button {
    position: absolute;
    right: 0;
    top: -60px;
}

.cn-video-player iframe {
    width: 100%;
    height: 100%;
}

.program-camps .primaryColor {
    color: #057F69 !important;
}

/* Camp Calendar */
.camp-calendar-section {
    background: transparent linear-gradient(178deg, #0DB88F 0%, #05627F 100%) 0% 0% no-repeat padding-box;
    padding: 50px 0;
}

.camp-calendar-section .title-block {
    text-align: center;
}

.camp-calendar-section .title-block h2 {
    font-size: 48px;
    line-height: 48px;
    text-shadow: 0px 8px 16px #0E293773;
}

.camp-calendar-section .title-block h3 {
    text-shadow: 0px 8px 16px #0E293773;
}

.code-ninja-video-section {
    background: #c8dae0 0 0 no-repeat padding-box;
    padding: 0 0 150px;
}

.code-ninja-video--title h5 {
    margin: auto;
    display: flex;
    width: auto;
    height: 96px;
    background: #F6F7F8 0% 0% no-repeat padding-box;
    border-radius: 40px;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0px 90px;
    max-width: 532px;
    text-align: center;
    letter-spacing: 0px;
    color: #506690;
    font-size: 20px;
    line-height: 24px;
}

.code-ninja-video--title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -40px;
}


.code-ninja-video-section .why-code-ninja--video__frame {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0e2937 0 0 no-repeat padding-box;
    border-radius: 24px;
    box-shadow: 0 24px 40px #187abf38;
    display: flex;
    z-index: 1;
}

.code-ninja-video-section .why-code-ninja--video:after {
    content: "";
    position: absolute;
    right: -79px;
    bottom: -40px;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Video%20Dots%20-%20Right.png);
    width: 158px;
    height: 214px;
    z-index: 1;
}

.code-ninja-video-section .why-code-ninja--video:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/Video%20Dots%20-%20Left@2x.png);
    top: -16px;
    content: "";
    position: absolute;
    left: -75px;
    width: 136px;
    background-size: 136px;
    height: 214px;
    z-index: 1;
}

.code-ninja-video-section .why-code-ninja--video__frame .cn-play-button {
    top: calc(50% - 38px);
}

.code-ninja-video-section .why-code-ninja--video {
    display: flex;
    height: 476px;
    margin: 16px auto 0;
    position: relative;
    width: 844px;
}

.explore-possibilities {
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 552px;
    position: relative;
}

.explore-possibilities .title-block {
    text-align: center;
    padding: 20px 0 0;
    margin-top: -100px;
    position: absolute;
    width: 100%;
    top: 0;
}

.explore-possibilities .title-block:after {
    position: absolute;
    content: "";
    bottom: -75px;
    left: 0;
    height: 75px;
    width: 100%;
    background: transparent linear-gradient(180deg, #F6F7F8 0%, #F6F7F800 100%) 0% 0% no-repeat padding-box;
}

.explore-possibilities {
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 552px;
    position: relative;
}

.explore-possibilities .title-block {
    text-align: center;
    padding: 20px 0 0;
    margin-top: -100px;
    position: absolute;
    width: 100%;
    top: 0;
}

.explore-possibilities .title-block:after {
    position: absolute;
    content: "";
    bottom: -70px;
    left: 0;
    height: 75px;
    width: 100%;
    background: transparent linear-gradient(180deg, #F6F7F8 0%, #F6F7F800 100%) 0% 0% no-repeat padding-box;
}

.explore-possibilities .title-block h2 {
    font-size: 48px;
    line-height: 48px;
}

button.pp-request-info {
    display: none;
}

.program-jr .program-point--list ul {
    width: 100%;
    max-width: 510px;
}

.additional-camp-info-panel {
    position: relative;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/camp-add-info-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.additional-camp-info-panel:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 80px;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/ad-camp-char-left.png);
    width: 383px;
    height: 234px;
    background-size: 383px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.additional-camp-info-panel:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 80px;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/ad-camp-char-right.png);
    background-size: 419px;
    background-repeat: no-repeat;
    background-position: center;
    width: 419px;
    height: 226px;
    z-index: 1;
}

.code-ninja-video-section .why-code-ninja--video__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-camp .footer {
    background: #005445 !important;
}

.page-camp .footer .footer-grid--item__panel h6 {
    color: #4a867b;
}

.page-camp  .clients-footer {
    background: #057F69;
}

.title-hidden .home-program-head {
    display: none !important;
}

.title-hidden--text {
    text-align: center;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1.35px;
    color: #187ABF;
    text-transform: uppercase;
    font-family: 'Azo sans Bold';
    display: none;
}

.title-hidden .title-hidden--text {
    display: block;
}

.row.program-info--grid.pto-pta-info h2 {
    font-size: 48px;
    line-height: 48px;
}

.row.program-info--grid.pto-pta-info .program-info--content__text {
    max-width: 590px;
}

.row.pto-pta-points {
    margin: 100px -8px -80px;
    position: relative;
    z-index: 1;
}

.row.pto-pta-points h3 {
    letter-spacing: 0px;
    color: #2D8ABD;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    margin: 0 0 26px;
}

.row.pto-pta-points .col-lg-4.col-md-6.col-sm-12 {
    padding: 8px;
}

.pto-pta-point {
    background: #F6F7F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 24px #00478233;
    border-radius: 8px;
    padding: 20px 28px;
    height: 100%;
}

.pto-pta-point ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.pto-pta-point ul li {
    position: relative;
    padding-left: 18px;
    letter-spacing: 0px;
    color: #506690;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}

.pto-pta-point ul li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgb(32 147 227 / 20%);
    left: 0;
    top: 4px;
    border-radius: 6px;
}

.pto-pta-point h4 {
    letter-spacing: 0px;
    color: #187ABF;
    line-height: 22px;
    text-align: center;
    margin: 10px 0 25px;
    text-transform: uppercase;
    font-size: 23px;
}

.learn-more-today {
    background: #F6F7F8;
    padding: 100px 0 80px;
}

.learn-more-today--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 550px;
    margin: auto;
    text-align: center;
    width: 100%;
}

.learn-more-today--content h3 {
    letter-spacing: 0px;
    color: #0E2937;
    margin: 0;
}

.learn-more-today--content h2 {
    letter-spacing: 0px;
    color: #0067BE;
    text-shadow: 0px 8px 24px #0067BE73;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 18px;
}

.learn-more-today--content p {
    letter-spacing: 0px;
    color: #506690;
    line-height: 24px;
    margin: 0 0 20px;
}

.row.program-info--grid {
    justify-content: center;
}

.program-create .program-point--list ul li:before {
    content: none;
}

.program-points .container {
    position: relative;
    height: 100%;
}

.program-points .container:before {
    position: absolute;
    content: "";
    left: 90px;
    bottom: 0;
    width: 245px;
    height: 212px;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/create-points-char-left-2.png);
    background-size: 100%;
    z-index: 2;
}

.program-points .container:after {
    position: absolute;
    content: "";
    right: 22px;
    bottom: 0;
    width: 291px;
    height: 187px;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/create-points-char-right-2.png);
    background-size: 100%;
    z-index: 2;
}
.program-proint--card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 181px;
    height: 150px;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/create-points-char-left-1.png);
    background-size: 100%;
}

.program-proint--card:after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: 100%;
    width: 281px;
    height: 150px;
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/create-points-char-right-1.png);
    background-size: 100%;
}

a#seeCampsURL {
    display: none;
}

/* After Go Live updates */
.footer-franchise-info {
    display: none;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -15px;
}

.footer-franchise-info h5 {
    font-size: 14px;
    font-family: 'Azo Sans Bold';
    color: #ffffff !important;
    margin: 0 0 10px;
}

.footer-franchise-info p {
    font-family: 'Azo Sans Light';
    font-size: 14px;
    font-style: italic;
    color: #F6F7F8 !important;
    opacity: .4;
}

/* All Locations */

.all-locations .code-ninja-popup {
    visibility: visible;
    opacity: 1;
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: none;
    margin: 150px 0 50px;
    z-index: 0;
    left: 0;
    box-shadow: none;
}

.all-locations .code-ninja-popup .code-ninja-popup--close {
    display: none;
}

.all-locations .locationMap {
    height: 500px !important;
}

.all-locations .locationSuggested {
    display: none !important;
}

.all-locations .locationOptions {
    height: auto;
}

.all-locations-page {
    height: 100vh;
}

.coming_soon_center .schedulTourButton, .coming_soon_center .shopCamps {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    background: rgb(13 184 143 / 40%) !important;
}

.coming_soon_center .enrollNowButton , .coming_soon_center .shopCamps {
	display: none !important;
}

.coming_soon_center .schedulTourButton:after {
    content: "Our center is not open yet! Check back soon for more information.";
    width: 328px;
    height: 72px;
    text-transform: none;
    background: #F6F7F8 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 14px #0E293773;
    border-radius: 8px;
    position: absolute;
    left: calc(50% - 164px);
    top: 100%;
    margin-top: 10px;
    letter-spacing: 0px;
    color: #0E2937;
    font-family: 'Azo sans Medium';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0 20px;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.coming_soon_center .schedulTourButton:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 22px 13px;
    border-color: transparent transparent #f6f7f8 transparent;
    position: absolute;
    top: 100%;
	  margin-top: -10px;
    left: calc(50% - 23px);
    z-index: 1;
    transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.coming_soon_center .header-action:hover 
 .schedulTourButton:after, .coming_soon_center .banner-schedule-tour:hover .schedulTourButton:after {
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
}

.coming_soon_center .header-action:hover 
 .schedulTourButton:before, .coming_soon_center .banner-schedule-tour:hover .schedulTourButton:before {
    visibility: visible;
    opacity: 1;
	  margin-top: 0px;
}

.soon_center_info {
    height: 45px;
    background: #187ABF;
    border-radius: 14px;
    letter-spacing: 0px;
    color: #F6F7F8;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 12px;
    display: none;
    align-items: center;
    padding: 2px 15px 0;
    font-family: 'Azo Sans Bold';
    margin: 8px 0 10px;
}

.coming_soon_center .soon_center_info {
    display: flex;
}

.coming_soon_center .testimonial-section, .coming_soon_center .page-location-section {
    display: none !important;
}

.button.disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed !important;
}

/* Desktop layout */

@media(min-width: 993px){
  .location-info-mob {
    align-items: center !important;
  }
  
  .desktopOnly {
    display: flex !important;
  }
  
  .mobileOnly {
    display: none !important;
  }

}

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

@media(max-width: 1400px){
  .program-image {
      width: 55%;
  }

  .program-details {
      width: 45%;
  }
  section.program-section.jr .program-row .program-details {
      padding: 0;
  }
	.program-points .container:before {
			left: 0;
	}

	.program-points .container:after {
			right: -68px;
	}
	.button-action .button {
			padding: 16px 13px 12px;
			margin-right: 0;
	}
}

@media(max-width: 1200px) {
	.program-info--grid .col-md-4.col-sm-6.col-xs-12, 	.program-info--grid .col-md-5.col-sm-6.col-xs-12 {
		width: 50%;
	}
	.program-points .container:before {
			left: -90px;
	}

	.program-points .container:after {
			right: -158px;
	}
}

@media(max-width: 993px){
  .code-ninja-video-section .why-code-ninja--video {
      width: 100%;
     height: 300px;
  }

  .code-ninja-video-section .why-code-ninja--video:before {
      background-size: 100px;
      background-repeat: no-repeat;
      width: 100px;
      left: -48px;
      top: -32px;
  }

  .code-ninja-video-section .why-code-ninja--video:after {
      background-size: 100px;
      background-repeat: no-repeat;
      height: 140px;
      width: 100px;
      right: -30px;
      bottom: -26px;
  }
  .code-ninja-popup {
      width: calc(100vw - 12px);
      height: calc(100vh - 120px);
      left: 6px;
      max-height: none;
  }

  .code-ninja-popup--close {
      right: 0;
      top: 0;
  }
  .footer-grid--item {
      width: 50%;
  }

  .footer-grid--item__panel {
      padding-bottom: 30px;
  }

  .footer-grid--item.fourty {
      flex-wrap: wrap;
      width: 50%;
      flex-direction: column;
      justify-content: flex-start;
  }

  .footer-grid--item.social-media {
      width: 100%;
      padding: 30px 0 0;
  }

  .footer-grid--item.social-media .footer-grid--item__panel {
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .footer-grid--item.social-media .footer-grid--item__panel h6 {
      position: relative;
      width: 100%;
      text-align: center;
  }

  .footer-grid--item.social-media .footer-grid--item__panel h6:before, .footer-grid--item.social-media .footer-grid--item__panel h6:after {
      content: "";
      position: absolute;
      width: calc(50% - 130px);
      height: 1px;
      background: #FFFFFF;
      opacity: 0.3;
      border-radius: 1px;
      top: calc(50% - 1.5px);
  }

  .footer-grid--item.social-media .footer-grid--item__panel h6:before {
      left: 0;
  }

  .footer-grid--item.social-media .footer-grid--item__panel h6:after {
      right: 0;
  }

  .footer-grid--item.social-media p {
      margin: 0 0 60px;
      width: 100%;
      max-width: none;
      text-align: center;
  }

  .footer {
      padding: 0 10px 20px
  }
  .home-program-head {
      max-width: 300px;
      text-align: center;
      margin: -100px auto 30px;
  }
  .program-image {
      order: 1 !important;
      width: 100%;
  }

  .program-image img {
      width: 368px !important;
  }

  .program-image:before {
      width: 368px !important;
      background-size: 368px !important;
      left: 50% !important;
      margin-left: -184px;
      top: -27px !important;
  }

  section.program-section.jr .program-image:before {
      top: -8px !important;
      margin-left: -186px !important;
  }
  .program-details {
      order: 2 !important;
      width: 100%;
      text-align: center;
      justify-content: center;
      align-items: center;
      padding: 0 !important;
  }

  .program-details p {
      max-width: 100%;
  }
  .program-details h6 {
      margin-top: -35px;
      letter-spacing: 0.8px !important;
      margin-bottom: 14px;
  }

  .program-details h4 {
      position: relative;
      font-size: 18px;
      line-height: 22px;
  }

  .program-details h2 {
      font-size: 48px;
      line-height: 55px;
      position: relative;
  }

  .program-details p {
      position: relative;
  }

  .program-section.create .program-title-bg {
      width: 278px;
      margin-left: -139px;
      background: #1376BD;
  }

  .program-section.create .program-title-bg:before {
      width: 136px;
      background: #1576be;
  }

  .program-section.jr .program-title-bg {
      width: 216px;
      margin-left: -108px;
      background: #5F207B;
  }

  .program-section.jr .program-title-bg:before {
      background: #5F207B;
      width: 126px;
  }

  .program-section.camps .program-title-bg {
      width: 266px;
      margin-left: -133px;
      background: #06637F;
  }

  .program-section.camps .program-title-bg:before {
      width: 138px;
      background: #06637F;
  }
      section.program-section.academies .pgm-gd {
        background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/mobile-bg.webp);
    }
    .program-section.academies .program-title-bg {
      width: 100%;
      left:auto;
      background: #0104AC;
  }

  .program-section.academies .program-title-bg:before {
      width: 138px;
      background: #0104AC;
  }
  .program-section {
      padding: 50px 5px;
  }
  .row.program-info--grid .col-sm-6.col-xs-12 {
      width: 100%;
      padding: 0;
  }

  .program-info--content {
      padding: 20px 20px 0;
      text-align: center;
      align-items: center;
  }
  
  .row.pto-pta-points {
      margin: 60px 0 -80px;
      padding: 0;
  }
  
  .row.program-info--grid.pto-pta-info h2 {
      font-size: 32px;
      line-height: 32px;
  }

  .program-points {
      height: 440px;
  }

  .program-proint--card {
      width: calc(100% - 30px) !important;
      margin-left: 15px !important;
      left: 0;
  }
  .program-problems-solving .row .row .col-md-4.col-sm-6.colxs-12 {
      width: 100%;
      padding: 0;
      margin: 0 0 34px;
  }

  .program-problems-solving .row .row {
      margin: 0;
  }
  
  .education-path--card__badge img {
      width: 42px !important;
  }

  .education-path--grid.mobileOnly .owl-stage-outer {
      padding-top: 35px;
  }
  
  .education-path--grid.mobileOnly .owl-dots {
      width: 98px;
      height: 46px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 8px 16px #187ABF40;
      border-radius: 24px;
      position: absolute;
      bottom: 0;
      left: 50%;
      display: flex;
      justify-content: space-between;
      margin: 0 0 -113px -49px;
      align-items: center;
      padding: 0 20px;
  }

  .education-path--grid.mobileOnly .owl-dots .owl-dot {
      display: flex;
      width: 10px;
      height: 10px;
      background: #0067BE !important;
      opacity: 0.5;
      border-radius: 5px;
  }

  .education-path--grid.mobileOnly .owl-dot.active {
      width: 14px;
      height: 14px;
      border-radius: 7px;
      opacity: 1;
  }
  .col-sm-3.pl-images {
      display: none;
  }

  .col-sm-6.pl-content {
      width: 100%;
  }

  .program-learning {
      padding: 80px 0;
      background-size: 390px;
  }
  .program-jr .inner-banner-caption:before {
      background-repeat: no-repeat !important;
      background-size: 290px !important;
      width: 290px;
  }
  .pgm-jr-info__image {
      width: 100%;
      text-align: center;
      order: 1 !important;
  }

  .pgm-jr-info__image img {
      max-width: 330px;
  }

  .pgm-jr-info__content {
      width: 100%;
      align-items: center;
      max-width: 330px;
      margin: auto;
      order: 2 !important;
  }

  .pgm-jr-info__content h2 {
      text-align: center;
  }

  .pgm-jr-info {
      padding-bottom: 30px;
  }
  .row.program-info--grid {margin: 0;padding: 0;}
  .session-title span {
      display: block;
  }

  .session-title {
      padding: 16px 0 0;
  }
  .button {padding: 16px 16px 12px;}
  
  .banner-thankyou--inner h1 {
      text-align: center;
      font-size: 48px;
      line-height: 48px;
      margin: 25px 0 0;
  }
  .banner-thankyou--inner h2 {
      font-size: 32px;
      max-width: 300px;
      text-align: center;
      margin: 20px 0;
  }
  .program-details--action button {
      padding: 16px 14px 12px !important;
      font-size: 16px !important;
  }
  .cn-play-button {
      width: 40px;
      left: calc(50% - 20px);
      height: 40px;
  }

  .cn-play-button:after {
      width: 12px;
      background-size: 12px;
  }
  .title-block h2 {
      font-size: 32px;
      line-height: 32px;
  }

  .program-proint--card {
      padding: 26px 18px;
  }

  .program-problems-solving {
      padding: 0px 0 50px;
  }
  .program-jr-info {
      padding: 0 0 50px;
  }
  .additional-camp-info-panel:before, .additional-camp-info-panel:after {
    display: none;
  }
  .camp-calendar-section .title-block h2 {
      font-size: 32px;
      line-height: 32px;
  }

  .camp-calendar-section .title-block {
      margin-bottom: 20px;
  }
  .camp-calendar-section .title-block h2 {
      font-size: 32px;
      line-height: 32px;
  }

  .camp-calendar-section .title-block {
      margin-bottom: 20px;
  }

  .code-ninja-video--title h5 {
      padding: 0;
      background: none;
      font-size: 16px;
      margin: 0;
      height: auto;
  }

  .code-ninja-video--title {
      background: none;
      margin: 0;
      padding: 30px 30px 0;
  }

  .code-ninja-video-section {
      padding: 0 0 40px;
  }
	.program-points .container:before, 	.program-points .container:after, .program-proint--card:before, .program-proint--card:after {
			content: none !important;
	}
	.program-proint--card .title-block h2, .program-proint--card .title-block h3 {
			font-size: 32px;
			line-height: 32px;
	}
	.program-problems-solving .title-block h2 {
			font-size: 36px;
			line-height: 38px;
	}
	.soon_center_info {
			max-width: 240px;
			text-align: center;
			line-height: 15px;
			font-size: 14px;
			height: 50px;
	}
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header {
    background: #fff !important;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    padding: 0 4px;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 0;
    position: relative;
}

.header-logo {
    display: flex;
}

.header-menu-desktop {
    display: flex;
    align-items: center;
}

.header-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-family: Azo Sans Black;
}

.header:before {
    background: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Gradients/header-gradient.svg);
    bottom: 0;
    content: "";
    height: 28px;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.header-menu--list {
    position: relative;
    margin-right: 32px;
}

.header-menu--link {
    color: #496B84;
    font-family: Azo Sans Black !important;
    font-size: 16px;
    line-height: 12px;
    opacity: 0.8;
	  text-transform: capitalize;
    transition: 0.3s ease;
}

.header-menu--list:hover .header-menu--link {
    color: #0067BE;
    cursor: pointer;
}

.header-submenu {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 24px #0E293773;
    border-radius: 8px;
    padding: 16px 24px;
    margin: 0;
    z-index: 2;
    list-style: none;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease;
}

.header-menu--list.has-submenu:hover .header-submenu, .header-menu--list.has-submenu:focus .header-submenu, .header-submenu:active, .header-menu--list.has-submenu:active .header-submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.header-submenu.program-menu {
    width: 250px;
    margin-left: -83px;
}

.header-submenu.about-menu {
    width: 215px;
    margin-left: -42px;
}

.header-submenu.franchising-menu {
    margin-left: -45px;
    width: 180px;
}

.header-submenu li a {
    color: #506690;
    font-family: Azo Sans Black!important;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: 0.2s ease;
    text-transform: uppercase;
}

.header-submenu li a span {
    margin-left: 5px;
}

.header-submenu li {
    margin: 8px 0;
}

.header-submenu li a:hover {
    color: #0067BE;
    cursor: pointer;
}

.header-submenu li a.pgm-jr:hover {
    color: #92288e;
}

.header-submenu li a.pgm-camps:hover {
    color: #07bc93;
}

.header-menu-mobile {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    max-height: calc(100vh - 14px);
    left: 7px;
    overflow: auto;
    position: fixed;
    top: 100%;
    transition: .2s ease;
    width: calc(100vw - 14px);
    z-index: 21;
    visibility: hidden;
    opacity: 0;
}

.header-menu-mobile.open {
    top: 7px;
    visibility: visible;
    opacity: 1;
}

.header-menu-close {
    width: 42px;
    height: 42px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header-menu-close img {
    width: 16px;
}

.header-menu-mobile__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.header-menu-mobile__list h6 {
    font-size: 12px;
    font-family: 'Azo Sans Bold';
    color: #424C51;
    opacity: 0.5;
    margin: 0;
    letter-spacing: 0.67px;
}

.header-menu-mobile__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.header-menu-mobile__list ul li {
    margin: 6px 0;
    display: flex;
    justify-content: center;
}

.header-menu-mobile__list ul li a {
    font-size: 18px;
    font-family: 'Azo Sans Black';
    color: #0E2937;
    text-transform: uppercase;
}

.header-menu-mobile__list.programs {
    background: #F6F7F8;
}

.header-menu-mobile__location {
    margin-top: 30px;
    background: #F6F7F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 50px;
}

.hmm-location-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hmm-location-card p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #424C51;
    font-size: 16px;
    line-height: 12px;
    font-family: 'Azo sans Medium';
    letter-spacing: 0px;
    margin: 16px;
}

.hmm-location-card p img {
    width: 12px;
    margin: 0 8px 2px 0;
}

.hmm-location-card label {
    font-size: 15px;
    line-height: 24px;
    color: #506690;
    margin-bottom: 16px;
    text-align: center;
}

.hmm-location-card .button-tertiary {
    background: none;
    margin-top: 20px;
    display: none;
}

.header.location-selected .hmm-location-card .button-tertiary {
    display: block;
}

.header.location-selected .find-location {
    display: none;
}

.header .schedule-tour {
    display: none;
}

.header.location-selected .schedule-tour {
    display: block;
}

.hamburger-menu {
    width: 42px;
    height: 42px;
    background: #ffffff;
    border: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.hamburger-menu img {
    width: 18px;
}

.location-button {
    display: none;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #ffffff;
}

.location-button img {
    width: 16px;
}

.header-selected-location {
    display: flex;
    align-items: center;
    margin-right: 48px;
    margin-left: 16px;
    letter-spacing: 0px;
    color: #0067BE;
    text-transform: capitalize;
    font-family: 'Azo sans Black' !important;
}

.header-selected-location img {
    margin-right: 5px;
    margin-bottom: 2px;
    display:none;
}

.header-selected-locagtion:hover {
    color: #007be2;
}

.header-action {
    height: 50px;
    display: flex;
}

.menu-section-title {
    letter-spacing: 0px;
    color: #2D8ABD;
    text-transform: capitalize;
    opacity: 0.9;
    font-size: 14px;
    line-height: 12px;
    font-family: 'Azo Sans Medium';
    margin: 20px 0 5px !important;
}

.header-submenu li a.pgm-additional span {
    margin-left: 0;
}

.header-menu--list.has-submenu.open .header-submenu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

@media(max-width: 993px) {
  .header-menu-desktop {
    display: none;
  }
  .location-button, .hamburger-menu {
    display: flex;
  }
  .header:before {
    content: none !important;
  }

  .header {
    padding-bottom: 8px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/************** Feedback styles ***************/

#feedbackDesc, #feedbNameTxtField, #feedbEmailTxtField, #captchaWord, .zsfbfsearchBox,body #advwebForm .feedbtxtfield {
    outline-style: none;
    appearance: none;
    background-color: rgba(203, 215, 222, .23) !important;
    border: 0 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #506690 !important;
    font-family: Azo sans Regular !important;
    font-size: 13px !important;
    height: 65px !important;
    letter-spacing: 0;
    outline: 0;
    width: 100%;
}
div#FeedbackformID form {
    background-color: #fff;
}
body #advwebForm .feedtxtarea{
appearance: none;
    background-color: rgba(203, 215, 222, .23) !important;
    border: 0 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #506690 !important;
    font-family: Azo sans Regular !important;
    font-size: 13px !important;
        height: 85px !important;
    resize: none;
    width: 100% !important;
    letter-spacing: 0;
    outline: 0;
}
body #previewPopup .FBWordVerify, body #advwebForm .FBWordVerify {
    margin-top: 20px !important;
}
body #previewPopup .zsfdwordveribdr, body #advwebForm .zsfdwordveribdr {
    border: 0px !important;
}
body #previewPopup #captchaDiv, body #advwebForm #captchaDiv {
    border-right: 0px !important;
}
body #zsfeedbackwidgetdiv .dt-blue-btn, body #zsfeedbackwidgetdiv .blue-btn {
    background: #0db88f;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 8px 24px #0e293740;
    color: #fff;
    font-family: Azo sans black;
    font-size: 18px;
    height: 50px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 25px auto;
    position: relative;
    width: 248px;
    text-transform: uppercase;
}
body #advwebForm .cpsearchicn, body #popupsetup .cpsearchicn,body #previewPopup .cpsearchicn{
    font-family: Azo sans Regular !important;
    font-size: 13px !important;
  background-image: url(https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/icons8-search-100.png) !important;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 13px 24px!important;
    background-color: rgba(203, 215, 222, .23) !important;
height: 65px;
    padding: 12px 0 0 50px;
    border-radius: 4px !important;
}
body .fbfsearchbox{
height: 65px;
}
body #zsfeedbackwidgetdiv .dt-blue-btn:hover,body #zsfeedbackwidgetdiv .blue-btn:hover {
    background: #00c898;
}
/************** About page styles ***************/
.about-page {
/*   border:2px solid red; */
}
.about-page .inner-banner-caption {
  max-width:600px;
}
.about-page .inner-banner-caption:before {
  background:  url("https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/About/blue-blob-svg.svg") no-repeat;
  background-size: contain;
}

/************** Our Vision page styles ***************/
.our-vision-page .inner-banner-caption:before {
  background:  url("https://39646145.fs1.hubspotusercontent-na1.net/hubfs/39646145/CodeNinjas%20-%20Marketting%20Website/Our%20Vision/our-vision-banner-blob.svg") no-repeat;
  margin-top:-120px;
}
.our-vision-page .button-action {
  position:relative;
}

.upperCase {
  text-transform: uppercase;
}

/* Media queries */
@media (max-width: 993px) {
  .about-page .inner-banner-caption:before {
    width:265px;
  }
  .about-page .inner-banner-caption p {
    width:70%;
    margin:0 auto 16px;
  } 
  .our-vision-page .inner-banner-caption:before {
    background-size:contain;
  }
}
@media (max-width: 520px) {
  .about-page .inner-banner-caption p {
    width:80%;
  } 
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.centerInfoMenu {
  display: none
}
.ptoMenu {
  display: none
}