*, *: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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 50%;
    *width: 50%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 33.33333333%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 50%;
        *width: 50%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
    width: 33.33333333%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }
    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 50%;
        *width: 50%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
    width: 33.33333333%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.banner-section .span12 {
  min-height: 0;
}
.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.dnd-section > .row-fluid,
.content-wrapper {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section .dnd-column {
  padding: 0 15px;
}
body {
  line-height: 1.5em;
}

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

/* Paragraphs */

p {

}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

h1 {
  line-height: 1.5em;
  margin-top: 1.33em;
  margin-bottom: 0;
}

h2 {
  line-height: 1.2em;
  margin: 0;
}
/* Lists */

ul,
ol {

}

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {

}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Form fields */


/* Labels */

form label {
  display: inline-block;
}

/* Help text - legends */

form legend {

}

/* Inputs */

form input[type=text],
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;
  width: 100%;
  margin: 0 0 12px;
  border: 2px solid #c2ccd6;
  text-indent: 15px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  padding: 8px 0;
  line-height: normal;
}

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;
}

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 - datepicker */

.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: 2px solid #F58E9D;
}

form .hs-error-msgs label {
    font: 300 15px/1.5em "Helvetica Neue", Helvetica, sans-serif;
    background-color: #ffffd5;
    border: 2px solid #f7e700;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    margin: 10px 0;
}

/* Submit button */

.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  text-indent: 0px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  width: 255px;
  border: 1px solid #60bfd7;
  transition: all 0.2s ease-in-out 0s;
  line-height: normal;
  margin: 20px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  padding-bottom: 40px;
  max-width: 100%;
  width: 100%;
  position: absolute;
  z-index: 9999;
  padding-top: 29px;
}
.header__container {
  position: relative;
}
.header-logo img {
  width: 240px !important;
}
.header-logo {
  display: inline-block;
  float: left;
}
.digied-home-nav-container {
  margin: -2px 0 0 10px ;
  float: right;
}
.digied-home-nav-container a {
  color: #fff;
}
.digied-home-nav-container a p {
  font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;

  font-family: Roboto,sans-serif;
  font-size: 20px;
  font-weight: 200;
  margin: 0;
}
.digied-home-nav-container a p img {
  width: 52px;
  height: 31px;
  margin: 0px 0px -10px 10px;
}
.header-social-container {
  float: right;
  display: inline-block;
  margin: -5px 0px 5px 0px;
}
.header-social-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
}
.header-social-container ul li {
  float: left;
  list-style-type: none;
  margin: 0 4px;
}
.header-social-container ul li a img {
  width: 36px;
  height: 36px;
}
.digied-phone-container {
  float: right;
  margin-top: 2px;
}
.digied-phone-container a {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.digied-phone-container a img {
  margin: 0 6px -5px 0;
}
.custom-menu-primary {
  position: absolute;
  right: 15px;
  top: 57px;
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  list-style: none;
  float: left;
  margin: 0px;
  padding: 10px 12px 10px 0px;
  width: 219px;
  -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 30%);
  border-radius: 5px;
  text-align: right;
}
.custom-menu-primary .hs-menu-wrapper>ul li {
  position: relative;
  text-align: right;
  float: left;
  width: 100%;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li a {
  text-decoration: none;
  width: 100%;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 200;
  margin: 7px 0px;
  padding: 0px 12px 0px 0;
  text-align: right;
  border-right: 4px solid transparent;
}
.clear:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover{
  border-right: 4px solid #364554;
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
  display: none;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li {
  float: none;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  float: none;
  display: block;
}
.child-trigger{
  cursor: pointer;
  display: block;
  height: 35px;
  min-width: 35px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 35px;
}
.child-trigger:hover{
  text-decoration: none;
}
.child-trigger i{
  position: relative;
  top: 50%; 
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.child-trigger i:after{
  position: absolute;
  content: '';
}
.child-trigger i, .child-trigger i:after{
  height: 2px;
  width: 12px;
  background-color: #fff; 
  display: block;
}
.child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}  
.child-trigger.child-open i{}
.child-trigger.child-open i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

body.no-banner header.header {
    background: #515c68 none repeat scroll 0 0;
    padding-bottom: 9px;
    padding-top: 16px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px solid;
}

body.no-banner .header-wrapper {
    min-height: auto;
}

body.no-banner .header__container:after {
    content: "";
    clear: both;
    display: table;
}

body.no-banner .header-logo img {
    width: 158px !important;
    height: 58px;
    object-fit: contain;
}

body.no-banner .digied-home-nav-container {
    margin: 12px 0 0 10px;
}

body.no-banner .header-social-container {
    margin: 10px 0 5px;
}

body.no-banner .digied-phone-container {
    margin-top: 16px;
}


@media screen and (min-width: 768px){
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(6) {
    display: none;
  }
  .header-mobile, .mobile-menu {
    display: none !important;
  }
  .no-banner .header-wrapper {
    min-height: 162px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) {
    display: none;
  }
}


@media screen and (max-width: 767px){
  header.header,
  .header-wrapper {
    display: none;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(5) {
    display: none;
  }
  .header-mobile {
    background: #5e6e7e;
    font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  }
  .header-mobile .logo {
    height: 52px;
    float: left;
  }
  .header-mobile .logo a {
    display: inline-block;
    height: 52px;
  }
  .header-mobile .logo a img {
    width: 130px !important;
    padding: 8px 15px 8px;
  }
  .header-mobile a.nav-toggle {
    float: right;
    padding: 12px 15px 10px;
    background: #4e5c6b;
  }
  .header-mobile a.nav-toggle img {
    width: 30px;
    height: 25px;
  }
  .header-mobile .phone {
    float: right;
    margin-top: 0px;
  }
  .header-mobile p {
    margin: 0px 0px;
  }
  .header-mobile .phone a {
    display: inline-block;
    padding: 15px 16px 6px 0px;
  }
  .header-mobile .phone a img {
    width: auto;
    height: 24px;
  }
  .mobile-child-trigger{
    display: block; 
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px; 
    min-width: 55px;
    height: 52px;
    padding: 0 ;
  }
  .mobile-child-trigger:hover{
    text-decoration: none;
  }
  .mobile-child-trigger i{
    position: relative;
    top: 50%; 
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .mobile-child-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-child-trigger i, .mobile-child-trigger i:after{
    width: 10px; 
    height: 1px; 
    background-color: #fff; 
    display: block;
  }
  .mobile-child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .mobile-child-trigger.child-open i{}
  .mobile-child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .header-mobile .location {
    float: right;
    margin-top: 0px;
  }
  .header-mobile .location a {
    display: inline-block;
    padding: 15px 16px 6px 0px;
  }
  .header-mobile .location a img {
    width: auto;
    height: 24px;
  }
  .header-mobile .events {
    float: right;
    margin-top: 0px;
  }
  .header-mobile .events a {
    display: inline-block;
    padding: 15px 16px 6px 0px;
  }
  .header-mobile .events a img {
    width: auto;
    height: 24px;
  }
  .mobile-menu {
    font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
    background: #4e5c6b;
    display: none;
  }
  .mobile-menu .hs-menu-wrapper ul {
    border-top: 1px solid rgba(255,255,255, .15);
  }
  .mobile-menu .hs-menu-wrapper ul li {
    background: #44505d;
    font-family: 'Roboto', sans-serif;
    position: relative;
  }
  .mobile-menu .hs-menu-wrapper ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 15px 15px;
    border-bottom: 1px solid rgba(255,255,255, .15);
  }
  .mobile-menu .hs-menu-wrapper ul ul {
    display: none;
  }

}
.footer-top {
  font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  padding: 40px 0px 25px;
}
.footer-container {
  max-width: 1110px;
  margin: 0 auto;
}
.footer-top .footer-container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
}
.ft-left-col {
  float: left;
  width: 255px;
  margin: 0px 15px 0px 0px;
}
.footer-menu .hs-menu-wrapper>ul>li {
  float: left;
  width: 255px;
  margin: 0px 15px;
}
.footer-menu .hs-menu-wrapper>ul::before,.footer-menu .hs-menu-wrapper>ul::after {
  display: block;
  content: "";
  clear: both;
}
.footer-menu .hs-menu-wrapper>ul>li>a {
  font: bold 24px/1.2em "Helvetica Neue", Helvetica, sans-serif;
  font-family: 'Pacifico', cursive;
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  pointer-events: none;
  margin-bottom: 0.83em;
  display: block;
}
.footer-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a,.footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li>a {
  font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  font-size: 13px;
  line-height: 1.6em;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
.footer-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a {
  font-family: 'Pacifico', cursive;
  font-size: 20px;
  font-weight: normal;
  display: block;
  line-height: 1.2em;
  margin: 10px 0px;
}
.footer-menu .hs-menu-wrapper>ul>li:nth-child(3)>a {
  display: none;
}
.footer-menu .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}
.footer-bottom {
  font: 300 13px/1.4em "Helvetica Neue", Helvetica, sans-serif;
  max-width: 100%;
  width: 100%;
}
.footer-menu .hs-menu-wrapper>ul::before,.footer-menu .hs-menu-wrapper>ul::after {
  clear: both;
}
.footer-logo img {
  width: 148px !important;
  height: 52px;
}
.footer-phone p {
  font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}
.footer-phone p img {
  width: 13px;
  height: 16px;
  margin: 0px 11px -2px 3px;
}
.footer-email p {
  font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  font-family: Roboto,sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 15px 0;
}
.footer-email p img {
  width: 16px;
  height: 12px;
  margin: 0px 11px -1px 0px;
}
.footer-address p {
  font: 300 14px/1.5em Helvetica Neue,Helvetica,sans-serif;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  margin: 15px 0;
}
.footer-address p img {
  width: 13px;
  height: 16px;
  margin: 0px 11px -2px 1px;
}
.footer-address p span {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  padding-left: 25px;
  margin-top: -22px;
  line-height: 1.3em;
}
.footer-bottom .footer-container {
  background: transparent url(https://8301014.fs1.hubspotusercontent-na1.net/hubfs/8301014/raw_assets/public/Digi_Ed_September2022/images/digi-ed-footer-line.png) repeat-x center top;
  padding: 14px 15px;
  max-width: 1140px;
}
.footer-copyright p {
  font: 300 13px/1.4em "Helvetica Neue", Helvetica, sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
}

@media screen and (min-width: 768px){
  .footer-copyright p {
    margin-bottom: 15px;
  }
}

@media (max-width: 1157px) {
  .footer-menu .hs-menu-wrapper>ul>li, .ft-left-col {
    width: 20%;
  }
}

@media screen and (max-width: 767px){
  .footer-copyright p {
    font-size: 10px;
  }
  .footer-phone p, .footer-email p, .footer-address p {
    font-weight: normal;
}
  .footer-menu .hs-menu-wrapper>ul>li, .ft-left-col {
    float: none;
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
  .footer-menu .hs-menu-wrapper>ul>li:last-child {
    margin: 0px 0px 0px 0px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-section .dnd-section {
  padding: 0px 0px;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0px 0px;
}

.cm-home-pages .hs-wc-dg-ed {
  padding-left: 15px;
  padding-right: 15px;
  background: #ffffff url('https://8301014.fs1.hubspotusercontent-na1.net/hubfs/8301014/Digi_Ed_September2022/image/section3-bg.jpg') repeat-x bottom center;
  text-align: center;
  margin: 0px;
}

.cm-home-pages .hs-wc-dg-ed h2 {
  text-align: center;
  font-family: 'Pacifico', cursive;
  font-size: 40px;
  font-weight: normal;
  color: #5e6e7e;
  margin: 0px;
}

.cm-home-pages .hs-wc-dg-ed hr {
  color: #5e6e7e;
  background-color: #5e6e7e;
  width: 92px;
  border: none;
  height: 1px;
  text-align: center;
  margin: 30px auto;
}

.cm-home-pages .hs-wc-dg-ed p {
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
  text-align: center;
}

.cm-home-pages .hs-wc-dg-ed p>strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
}
.cm-home-pages .hs-wc-dg-ed .hs-button {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 30px;
  display: inline-block;
  margin: 15px 0px;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 0;
  width:auto;
}
.hs-camp-dg-ed .dnd-section>.row-fluid {
  padding: 0px 0px;
}

.hs-btm-panes .dnd-section>.row-fluid {
  padding: 0px 0px;
}

.cm-home-pages .hs-workshow {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cm-home-pages .hs-workshow .dnd-section>.row-fluid {
  padding: 0px 0px;
}

.cm-employment-pages .hs-workshow h2 {
  text-align: center;
  font-family: 'Pacifico', cursive;
  font-size: 35px;
  font-weight: normal;
  color: #5e6e7e;
  margin: 0px;
}

.cm-employment-pages .hs-workshow hr {
  color: #5e6e7e;
  background-color: #5e6e7e;
  width: 92px;
  border: none;
  height: 1px;
  text-align: center;
  margin: 30px auto;
}

.cm-employment-pages .hs-workshow p {
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: center;
}

.cm-employment-pages .hs-workshow p strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
}

.cm-contact-pages .hs-contact-wp {
  padding: 55px 0 43px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cm-contact-pages .hs-contact-wp .dnd-section .dnd-column {
  margin: 0px 0px;
  width: 50%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.cm-contact-pages .hs-contact-wp .dnd-section>.row-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.cm-contact-pages .hs-contact-wp hr {
  color: #5e6e7e;
  background-color: #5e6e7e;
  width: 92px;
  border: none;
  height: 1px;
  text-align: left;
  margin: 30px 0px;
}

.cm-contact-pages .hs-contact-wp p {
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
}

.cm-contact-pages .hs-contact-wp p strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.5em;
}

.cm-contact-pages .hs-contact-wp form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.cm-contact-pages .hs-contact-wp form>div {
  grid-column: 1/1;
}

.cm-contact-pages .hs-contact-wp form>.hs-form-field>label {
  display: none;
}

.cm-contact-pages .hs-contact-wp form>.hs-form-field {
  margin-bottom: 12px;
}

.cm-contact-pages .hs-contact-wp form .hs-message {
  padding: 0;
  grid-column: 2/2;
  grid-row: 1/5;
  margin-bottom: 16px;
}
.cm-contact-pages .hs-contact-wp form .legal-consent-container {
  display: none;
}

.cm-contact-pages .hs-contact-wp form .hs-message textarea {
  height: 100%;
  min-height: 184px;
  margin-bottom: 0px;
  border-radius: 0px;
  text-indent: 0px;
  color: #ADADAC;
  font-family: 'Roboto', sans-serif;
  padding: 8px 15px;
}

.cm-contact-pages .hs-contact-wp form .hs-message .input {
  height: 100%;
}

.cm-contact-pages .hs-contact-wp form .hs-input {
  border: 2px solid #c2ccd6 !important;
  border-radius: 0px;
  text-indent: 15px;
  color: #666666;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  padding: 8px 0;
  opacity: 1 !important;
  margin-bottom: 0px;
}

.cm-contact-pages .hs-contact-wp form {
  margin-top: 19px;
}

.cm-contact-pages .hs-contact-wp form .hs-button {
  margin-top: 0;
}

.cm-contact-pages .hs-contact-wp form .hs-message textarea::placeholder {
  color: #ADADAC;
}

.cm-contact-pages .hs-contact-wp form .hs-input.error {
  border: 2px solid #F58E9D !important;
}

.cm-policies-pages .hs-policies-wp .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.cm-policies-pages .hs-policies-wp .row-fluid .span6 {
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 50% !important;
  margin: 0px;
}

.accordion-wp .vc_tta-panel .vc_tta-panel-heading h4>a {
  background: transparent url('https://8301014.fs1.hubspotusercontent-na1.net/hubfs/8301014/Digi_Ed_September2022/image/digi-ed-acc-close.png') no-repeat right center;
}

.accordion-wp .vc_tta-panel.content-open .vc_tta-panel-heading h4>a {
  padding: 20px 20px;
  background: transparent url('https://8301014.fs1.hubspotusercontent-na1.net/hubfs/8301014/Digi_Ed_September2022/image/digi-ed-acc-open@2x.png') no-repeat right center;
  background-size: 63px 61px;
  ; }

.cm-policies-pages .hs-enquire-sec {
  padding-left: 0px;
  padding-right: 0px;
}

.cm-policies-pages .hs-enquire-sec .dnd-section>.row-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.cm-policies-pages .hs-enquire-sec .row-fluid > .span6 {
  margin: 0px 0px;
  min-height: 1px;
}

.cm-policies-pages .hs-enquire-sec .row-fluid > .span6:first-child {
  width: 365px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.cm-policies-pages .hs-enquire-sec .row-fluid > .span6:last-child {
  width: 66.66666667%;
}

.cm-policies-pages .hs-enquire-sec img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

.cm-policies-pages .hs-enquire-sec h2 {
  font-family: 'Pacifico', cursive;
  font-size: 40px;
  font-weight: normal;
  color: #5e6e7e;
  margin: 15px 0px 0px;
}

.cm-policies-pages .hs-enquire-sec h2 img {
  margin: 0px 15px 0px 0px;
  margin-bottom: 0;
  aspect-ratio: auto 45 / 36;
  vertical-align: initial;
}

.cm-policies-pages .hs-enquire-sec hr {
  color: #5e6e7e;
  background-color: #5e6e7e;
  width: 92px;
  border: none;
  height: 1px;
  margin: 25px 0px 20px;
}

.cm-policies-pages .hs-enquire-sec p {
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 15px;
  width: 100%;
  line-height: 1.5em;
}

.cm-policies-pages .hs-enquire-sec p strong {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
  display: inline-block;
}

.cm-workshops-pages .hs-workshopstl-wp h2 {
  font-family: 'Pacifico', cursive;
  font-size: 35px;
  font-weight: normal;
  color: #5e6e7e;
  margin: 0px;
  text-align: center;
}

.cm-workshops-pages .hs-workshopstl-wp hr {
  color: #5e6e7e;
  background-color: #5e6e7e;
  width: 92px;
  border: none;
  height: 1px;
  text-align: center;
  margin: 30px auto;
}

.cm-workshops-pages .hs-workshopstl-wp p {
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 100%;
  line-height: 1.5em;
  text-align: center;
}

.cm-workshops-pages .hs-workshopstl-wp p strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
}

.cm-workshops-pages .hs-workshopstl-wp p:last-child {
  margin-bottom: 0;
}

.cm-workshops-pages .hs-table-sec h2 {
  color: #5e6e7e;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
  margin-block-start: 0.83em; 
  margin-block-end: 0.83em; 
  margin-inline-start: 0px; 
  margin-inline-end: 0px;
}

.cm-workshops-pages .hs-table-sec table {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  display: table;
  margin-bottom: 0;
}

.cm-workshops-pages .hs-table-sec table tr th {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff;
  background-color: #44505d;
  padding: 10px 20px;
  border: 1px solid #ffffff;
}

.cm-workshops-pages .hs-table-sec table tr td {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px;
  background-color: #5e6e7e;
  line-height: 1.5em;
  padding: 10px 20px;
  border: 1px solid #ffffff;
}

.hs-bookform .dnd-section>.row-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.cm-workshops-pages .hs-table-sec p:last-child {
  margin-bottom: 0;
}

.cm-workshops-pages .hs-table-sec p strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.5em;
}

.hs-schools-2-pages .hs-ed-schooltl-wp h2 {
  font-family: 'Pacifico', cursive;
  font-size: 35px;
  font-weight: normal;
  color: #5e6e7e;
  margin: 0px;
  text-align: center;
}

.hs-schools-2-pages .hs-ed-schooltl-wp hr {
  color: #5e6e7e;
  background-color: #5e6e7e;
  width: 92px;
  border: none;
  height: 1px;
  text-align: center;
  margin: 30px auto;
}

.hs-schools-2-pages .hs-ed-schooltl-wp p {
  text-align: center;
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 100%;
  line-height: 1.5em;
}

.hs-schools-2-pages .hs-ed-schooltl-wp p strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
}

.hs-schools-2-pages .hs-ed-schooltl-wp p:last-child {
  margin-bottom: 0;
}


.hs-schools-2-pages .hs-policies-wp .wpb_wrapper:after {
  content: "";
  clear: both;
  display: table;
}

.hs-schools-2-pages .hs-policies-wp .wpb_wrapper>ul {
  float: left;
  width: 50%;
  margin: 0px !important;
  padding-left: 0px !important;
  list-style-type: none;
}

.hs-schools-2-pages .hs-policies-wp .wpb_wrapper>ul>li {
  font-weight: 200;
  font-size: 15px;
  list-style-type: none;
  margin: 5px 0;
  content: "â€¢";
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5em;
  margin-right: 0;
}

.hs-schools-2-pages .hs-policies-wp .wpb_wrapper>ul>li:before {
  content: "•";
  margin-right: 6px;

}
.hs-schools-2-pages .hs-policies-wp .wpb_wrapper>ul>li:last-child {
  margin-bottom: 0;
}


.cm-professional-pages .hs-professionaltl-wp h2 {
  text-align: center;
  font-family: 'Pacifico', cursive;
  font-size: 35px;
  font-weight: normal;
  color: #5e6e7e;
  margin: 0px;
}

.cm-professional-pages .hs-professionaltl-wp hr {
  color: #5e6e7e;
  background-color: #5e6e7e;
  width: 92px;
  border: none;
  height: 1px;
  text-align: center;
  margin: 30px auto;
}

.cm-professional-pages .hs-professionaltl-wp p {
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 100%;
  line-height: 1.5em;
  text-align: center;
}

.cm-professional-pages .hs-professionaltl-wp p strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
}

.cm-professional-pages .hs-professionaltl-wp p:last-child {
  margin-bottom: 0;
}

.cm-professional-pages .hs-staffwill-wp h2 {
  text-align: left;
  color: #5e6e7e;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
  margin-block-start: 0.83em; 
  margin-block-end: 0.83em;
}

.cm-professional-pages .hs-staffwill-wp p {
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 100%;
  line-height: 1.5em;
}

.cm-professional-pages .hs-staffwill-wp p strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.5em;
}

.cm-professional-pages .hs-staffwill-wp p:last-child {
  margin-bottom: 0;
}

.cm-professional-pages .hs-staffwill-wp table {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  margin-top: 40px;
  margin-bottom: 0;
}

.cm-professional-pages .hs-staffwill-wp table tr td:first-child {
  background-color: #44505d;
  font-weight: 500;
}

.cm-professional-pages .hs-staffwill-wp table tr td {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  background-color: #5e6e7e;
}

.cm-professional-pages .hs-staffwill-wp .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid>.span6:last-child {
  margin-top: 40px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cm-policies-pages .hs-policies-wp .accordion-wp .vc_tta-panel .vc_tta-panel-body ul>li>ul {
    margin-bottom: 0;
    margin-top: 0;
}

@media(max-width:1111px){
  .cm-policies-pages .hs-enquire-sec .row-fluid>.span6:last-child {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}

@media(max-width:960px){
  .cm-contact-pages .hs-contact-wp form .hs-message {
    grid-column: 1/1;
    grid-row: auto;
}
}

@media screen and (max-width: 767px){
  .cm-home-pages .hs-workshow .dnd_sectionworkshow_1-row-0-padding {
    padding-bottom: 10px !important;
  }

  .cm-home-pages .hs-wc-dg-ed {
    background: none;
    background-color: #fafafa;
    border-top: 1px solid #eeeeee;
    padding: 40px 0px;
  }

  .cm-home-pages .hs-wc-dg-ed {
    background: none;
    background-color: #fafafa;
    border-top: 1px solid #eeeeee;
    padding: 40px 15px;
  }

  .cm-home-pages .hs-wc-dg-ed h2 {
    font-size: 25px;
  }

  .cm-home-pages .hs-wc-dg-ed p {
    font-size: 14px;
    width: 100%;
  }

  .cm-home-pages .hs-wc-dg-ed .hs-button {
    font-size: 16px;
    padding: 13px 30px;
    width: fit-content;
  }
  .cm-home-pages .hs-wc-dg-ed .dnd_sectionwcdg_2-row-0-padding {
    padding: 0px 0px !important;
  }
  .cm-home-pages .hs-wc-dg-ed p>strong {
    font-size: 16px;
  }

  .cm-home-pages .hs-wc-dg-ed p {
    font-weight: 400;
  }
  .cm-employment-pages .hs-workshow h2 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .cm-employment-pages .hs-workshow .dnd_sectionemployment_1-row-0-padding {
    padding: 40px 15px 40px !important;
  }

  .cm-employment-pages .hs-workshow p strong {
    font-size: 16px;
  }

  .cm-employment-pages .hs-workshow p {
    font-size: 14px;
    width: 100%;
    font-weight: 400;
  }

  .cm-employment-pages .hs-workshow .dnd-section .dnd-column {
    padding: 0px 0px;
  }

  .cm-employment-pages .hs-workshow .dnd-section>.row-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .cm-contact-pages .hs-contact-wp {
    padding: 40px 15px 40px;
  }

  .cm-contact-pages .hs-contact-wp h2 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .cm-contact-pages .hs-contact-wp .dnd-section .dnd-column {
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 100%;
  }

  .cm-contact-pages .hs-contact-wp p {
    font-size: 14px;
    width: 100%;
    font-weight: normal;
  }

  .cm-contact-pages .hs-contact-wp p strong {
    font-size: 16px;
  }

  .cm-contact-pages .hs-contact-wp form {
    margin-top: 21px;
    display: block;
  }

  .cm-contact-pages .hs-contact-wp form .hs-message textarea {
    min-height: 120px;
    padding-left: 15px;
    text-indent: 0px;
    padding-right: 15px;
  }

  .cm-contact-pages .hs-contact-wp form .hs-button {
    width: 100%;
  }

  .cm-contact-pages .hs-contact-wp form .hs-message {
    margin-bottom: 11px;
  }

  .cm-policies-pages .hs-policies-wp .dnd_sectionpolicies_1-row-0-padding {
    padding: 50px 0px 31px !important;
  }

  .cm-policies-pages .hs-policies-wp .row-fluid>.span6:last-child {
    margin-top: 1px;
  }

  .cm-policies-pages .hs-policies-wp .row-fluid .span6 {
    width: 100% !important;
  }

  .cm-policies-pages .hs-enquire-sec {
    padding-left: 0px;
    padding-right: 0px;
  }

  .cm-policies-pages .hs-enquire-sec .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }  

  .cm-policies-pages .hs-enquire-sec .dnd-section>.row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .cm-policies-pages .hs-enquire-sec .row-fluid>.span6:first-child {
    margin: 0px auto !important;
    width: 50%;
    padding-left: 0px!important;
    padding-right: 0px!important;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .cm-policies-pages .hs-enquire-sec .row-fluid>.span6:last-child {
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .cm-policies-pages .hs-enquire-sec h2 {
    font-size: 25px;
  }

  .cm-policies-pages .hs-enquire-sec h2 img {
    margin: 0px 15px 0px 0px;
    width: 30px;
    height: auto;
  }

  .cm-policies-pages .hs-enquire-sec p {
    font-size: 14px;
    font-weight: normal;
  }

  .cm-policies-pages .hs-enquire-sec p strong {
    font-size: 14px;
  }

  .cm-workshops-pages .hs-workshopstl-wp .dnd_sectionworkshopstl_1-row-0-padding {
    padding: 40px 0px 40px !important;
  }

  .cm-workshops-pages .hs-workshopstl-wp h2 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .cm-workshops-pages .hs-workshopstl-wp p {
    font-size: 14px;
    width: 100%;
    font-weight: normal;
  }

  .cm-workshops-pages .hs-workshopstl-wp p strong {
    font-size: 16px;
  }

  .cm-workshops-pages .hs-table-sec .dnd_sectiontable_2-row-0-padding {
    padding: 20px 15px 40px !important;
  }

  .cm-workshops-pages .hs-table-sec h2 {
    color: #5e6e7e;
    font-size: 16px !important;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.5em;
  }

  .cm-workshops-pages .hs-table-sec table {
    border-collapse: collapse;
    border: 1px solid #ffffff;
  }

  .cm-workshops-pages .hs-table-sec table tr th {
    font-size: 14px;
    padding: 10px;
  }

  .cm-workshops-pages .hs-table-sec table tr td {
    font-size: 14px;
    padding: 10px;
  }

  .cm-workshops-pages .hs-table-sec p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
  }

  .hs-claymation-workshop-pages .hs-table-sec .dnd_sectiontable_2-row-0-padding {
    padding-top: 30px !important;
  }

  .hs-claymation-workshop-pages .school-booking-form-wp {
    padding-top: 40px;
    padding-bottom: 20px;
  }


  .hs-schools-2-pages .hs-ed-schooltl-wp .dnd_sectionschooltl_1-row-0-padding {
    padding: 40px 0px 40px !important;
  }

  .hs-schools-2-pages .hs-ed-schooltl-wp h2 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .hs-schools-2-pages .hs-ed-schooltl-wp p {
    font-size: 14px;
    width: 100%;
  }

  .hs-schools-2-pages .hs-ed-schooltl-wp p strong {
    font-size: 16px;
  }

  .hs-schools-2-pages .hs-policies-wp .dnd_sectionpolicies_1-row-0-padding {
    padding: 0px 0px !important;
  }

  .hs-schools-2-pages .hs-bookform .school-booking-form-wp {
    padding: 40px 0px 20px !important;
  }

  .hs-schools-2-pages .hs-policies-wp .wpb_wrapper>ul {
    float: none;
    width: 100%;
  }
  .accordion-wp .vc_tta-panel.content-open .vc_tta-panel-heading h4>a {
    padding: 15px;
    background-size: auto 100%;
  }

  .hs-schools-2-pages .hs-policies-wp .wpb_wrapper>ul>li {
    font-size: 14px !important;
    font-weight: normal;
    font-family: Arial;
    line-height: 22.5px;
    color: #555555;
  }

  .hs-schools-2-pages .hs-policies-wp .wpb_wrapper>ul {
    float: none;
    width: 100%;
  }

  .cm-professional-pages .hs-professionaltl-wp h2 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .cm-professional-pages .hs-professionaltl-wp p strong {
    font-size: 16px;
  }

  .cm-professional-pages .hs-professionaltl-wp p {
    font-weight: normal;
    font-size: 14px;
    width: 100%;
  }

  .cm-professional-pages .hs-staffwill-wp h2 {
    font-size: 16px;
  }

  .cm-professional-pages .hs-staffwill-wp p {
    font-size: 14px;
    font-weight: normal;
  }

  .cm-professional-pages .hs-staffwill-wp table tr td {
    font-size: 14px;
  }

  .cm-professional-pages .hs-staffwill-wp .row-fluid-wrapper.row-depth-1.row-number-3 .row-fluid>.span6:last-child {
    padding-left: 0px;
    padding-right: 0px;
  }

  .cm-professional-pages .hs-bookform .school-booking-form-wp {
    padding-top: 40px;
    padding-bottom: 20px;
    background: none !important;
    background-color: #e7edee !important;
  }
  
 .cm-policies-pages .hs-enquire-sec .row-fluid>.span6:last-child {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
 
.cm-home-pages .hs-workshow .workshops-box-wp .workshops-box-list .workshops-list-item:last-child {
    margin: 0 0 30px;
}

}


@media(max-width:358px){
  .cm-workshops-pages .hs-table-sec .dnd_sectiontable_2-row-0-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  
.banner-section.home-banners {
    overflow: hidden;
}
  
}

/*----------*/

.about-page-row3 .dnd-section>.row-fluid {
  padding: 0;
}
.clear {
  clear: both;
}
.online-shop-page-row1 .dnd-section {
  padding: 35px 0 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.team-building-row1 {
}

.team-building-row1 .dnd-section {
  text-align: center;
  padding: 55px 15px 40px;
}

.team-building-row1 .dnd-section>.row-fluid {
  padding: 0 15px;
}

.team-building-row1 h2 {
  font: bold 24px/1.2em "Helvetica Neue", Helvetica, sans-serif;
  font-family: 'Pacifico', cursive;
  font-size: 35px;
  font-weight: normal;
  color: #5e6e7e;
  margin: 0px;
}

.team-building-row1 hr {
  color: #5e6e7e;
  background-color: #5e6e7e;
  width: 92px;
  border: none;
  height: 1px;
  text-align: center;
  margin: 30px auto;
}

.team-building-row1 p {
  font: 300 15px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
  margin-bottom: 0;
}

.team-building-row1 p strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
}

.schools-page-row1 .dnd-section {
  font: 300 15px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  color: #555555;
  text-align: center;
  padding: 40px 15px;
}

.schools-page-row1 h2 {
  font: bold 24px/1.2em "Helvetica Neue", Helvetica, sans-serif;
  font-family: 'Pacifico', cursive;
  font-size: 35px;
  font-weight: normal;
  color: #5e6e7e;
  margin: 0px;
}

.schools-page-row1 hr {
  color: #5e6e7e;
  background-color: #5e6e7e;
  width: 92px;
  border: none;
  height: 1px;
  text-align: center;
  margin: 30px auto;
}

.schools-page-row1 p {
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 100%;
  line-height: 1.5em;
}

.schools-page-row1 p strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
}

.schools-page-row1 p:last-child {
  margin-bottom: 0;
}

.schools-page-row1 p img {
  margin-top: 15px;
}

.online-shop-page-row1 .dnd-section>.row-fluid {
  padding: 0;
}
.online-shop-page-row2 .dnd-section>.row-fluid,
.online-shop-page-row2 .dnd-section .dnd-column{
  padding: 0;
}
.online-shop-page-row1 .dnd-section .dnd-column {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.order-form .order-form-inner select {
  background: #ffffff url(https://8301014.fs1.hubspotusercontent-na1.net/hubfs/8301014/raw_assets/public/Digi_Ed_September2022/images/digi-ed-acc-close.png) no-repeat right center;
}
.schools-page-row2 .dnd-section {
  padding: 0 15px;
}
.schools-page-row2 .dnd-section .dnd-column {
  padding: 0;
}
.schools-page-row2 .dnd-section>.row-fluid {
  padding: 0;
}
.about-page h2 {
  line-height: 1.2em;
  font-size: 35px;  
  font-weight: normal;
  color: #5e6e7e;
  margin: 0px;
  text-align: center;
}
.about-page hr {
  color: #5e6e7e;
  background-color: #5e6e7e;
  width: 92px;
  border: none;
  height: 1px;
  text-align: center;
  margin: 30px auto;
}
.schools-page-row2 .workshops-box-wp .workshops-box-list .workshops-list-item {
  height: 315px;
  margin-bottom: 30px;
}
.schools-page-row2 .workshops-box-wp .workshops-box-list .wpb-text-column h2 {
  margin: 18px 25px 10px;
}
.schools-page-row2 .workshops-box-wp .workshops-box-list .wpb-text-column p {
  margin: 0px 25px 0px;
}
.schools-page-row2 .workshops-box-wp .workshops-box-list .wpb-text-column p strong {
  display: none;
}
.about-page-row1 p {
  color: #5e6e7e;
  font-weight: 200;
  font-size: 16px;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
  text-align: center;
}
.about-page-row1 p strong {
  display: block;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
}
.about-page-row2 {
  background-color: #f0f4f7;
  padding-top: 55px;
  padding-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.about-page-row2 .dnd-section>.row-fluid {
  padding: 0;
}
.about-page-row2 .dnd-section .dnd-column {
  margin: 0 !important;
}
.about-page-row2 h3 {
  color: #5e6e7e;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
  margin: 0 0 35px;
  text-align: center;
}
.about-page-row2 p {
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 15px;
  width: 100%;
  line-height: 1.5em;
  margin: 15px 0 0;
}
.about-page-row2 p strong {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
}
.schools-page-row3 .dnd-section .dnd-column {
  padding: 0;
}
.schools-page-row3 .dnd-section>.row-fluid {
  padding: 0;
}
.schools-page-row4 .dnd-section {
  padding: 0;
}
.schools-page-row4 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.schools-page-row2 {
  padding-bottom: 30px;
}
.hs-feature-vedo .dnd-section>.row-fluid {
  max-width: 1170px;
}
.holiday-programs-page-row1 h2 {
  font: bold 24px/1.2em "Helvetica Neue", Helvetica, sans-serif;
  font-family: 'Pacifico', cursive;
  font-size: 35px;
  font-weight: normal;
  color: #5e6e7e;
  margin: 0px;
}
.team-building-row5 .dnd-section>.row-fluid {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.team-building-row5 .dnd-section .dnd-column {
  padding: 0;
}
.holiday-programs-page-row1 .dnd-section {
  text-align: center;
  padding: 40px 15px;
}

.holiday-programs-page-row1 hr {
  color: #5e6e7e;
  background-color: #5e6e7e;
  width: 92px;
  border: none;
  height: 1px;
  text-align: center;
  margin: 30px auto;
}

.holiday-programs-page-row1 p {
  font: 300 15px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 100%;
  line-height: 1.5em;
  margin-bottom: 0;
}
.holiday-programs-page-row1 p strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
}
.holiday-programs-page-row4 .dnd-section>.row-fluid {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.holiday-programs-page-row4 .dnd-section .dnd-column {
  padding: 0;
}
.holiday-programs-page-row2 .dnd-section {
  font: 300 15px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  color: #555555;
  padding: 20px 15px 80px;
}
.holiday-programs-page-row3 .dnd-section {
  padding: 0;
}
.holiday-programs-page-row3 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  margin: 0;
  width: 100%;
}
.holiday-programs-page-row3 .dnd-section .dnd-column {
  padding: 0;
}
.holiday-programs-page-row3 .school-booking-form-wp .ym-left p {
  margin-left: 660px;
}
.holiday-programs-page-row2 .dnd-section>.row-fluid {
  padding: 0;
}
.holiday-programs-page-row2 h2 {
  font: bold 24px/1.2em "Helvetica Neue", Helvetica, sans-serif;
  color: #5e6e7e;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
  margin: 0.83em 0;
}
.holiday-programs-page-row2 p {
  font: 300 15px/1.5em "Helvetica Neue", Helvetica, sans-serif;
  color: #5e6e7e;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 16px;
  width: 100%;
  line-height: 1.5em;
}
.holiday-programs-page-row2 p strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.5em;
}
.holiday-programs-page-row2 p:last-child {
  margin-bottom: 0;
}
.holiday-programs-page-row2 h3 {
  font: bold 20px/1.2em "Helvetica Neue", Helvetica, sans-serif;
  color: #5e6e7e;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.holiday-programs-page-row2 ul {
  padding: 0px;
  margin: 0px;
  border: 1px solid #ffffff;
}
.holiday-programs-page-row2 ul li {
  color: #ffffff;
  background-color: #5e6e7e;
  border-bottom: 1px solid #ffffff;
  list-style-type: none;
}
.holiday-programs-page-row2 ul li strong {
  background-color: #44505d;
  font-weight: 500;
  padding: 10px 20px;
  border-right: 1px solid #ffffff;
  display: inline-block;
  width: 171px;
  margin-right: 20px;
}
.holiday-programs-page-row2 h1 {
  font: bold 28px/1.2em "Helvetica Neue", Helvetica, sans-serif;
  color: #222222;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  height: 0;
}
.holiday-programs-page-row3 .school-booking-form-wp .ym-left form .hs-richtext h3 {
  font: bold 20px/1.2em "Helvetica Neue", Helvetica, sans-serif;
  color: #5e6e7e;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 9px;
}
.holiday-programs-page-row3 .school-booking-form-wp .ym-left form textarea {
  height: 94px;
  margin: 0 0 12px !important;
}
.holiday-programs-page-row3 form .hs-richtext, .holiday-programs-page-row3 form .hs-richtext p {
  margin: 0;
}
.holiday-programs-page-row3 form .hs-richtext hr {
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #c2ccd6;
  background-color: transparent;
  color: transparent;
  height: 0;
}
.holiday-programs-page-row3 .school-booking-form-wp .ym-left form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 6px;
  color: #ADADAD;
  width: 100% !important;
  background: #ffffff url(https://8301014.fs1.hubspotusercontent-na1.net/hubfs/8301014/raw_assets/public/Digi_Ed_September2022/images/digi-ed-acc-close.png) no-repeat right center;
  background-size: auto 36px;
  cursor: pointer;
  height: 35px;
}

.team-building-row4 .school-booking-form-wp .ym-left p {
  margin-left: 590px;
}

.team-building-row4 .dnd-section>.row-fluid {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.team-building-row4 .dnd-section .dnd-column {
  padding: 0;
}
.team-building-row6 .dnd-section {
  padding: 0;
}

.team-building-row6 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}
.team-building-row6 .dnd-section .dnd-column {
  padding: 0;
}
.holiday-programs-page-row3 .school-booking-form-wp .ym-left form .hs-button {
  margin-top: 0;
}
.team-building-row2 .dnd-section {
  padding: 0;
}
.team-building-row2 .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.team-building-row3 .dnd-section>.row-fluid {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.team-building-row3 .dnd-section .dnd-column {
  padding: 0;
  margin: 0;
}

.holiday-programs-page-row2 p>a:visited {
    color: #666666;
}

@media(max-width:1011px){
.holiday-programs-page-row3 .school-booking-form-wp .ym-left p {
    padding-right: 13px;
}
  
.holiday-programs-page-row3 .school-booking-form-wp .ym-left p {
    margin-left: 657px;
}
  
}

@media(max-width:813px){
  .holiday-programs-page-row2 ul li {
    font-size: 12px;
}
 
  
}

@media screen and (max-width: 767px){
  .cm-home-pages .hs-feature-vedo .dnd-section{
    padding: 40px 15px 30px !important;
  }
  .team-building-row1 .dnd-section {
    padding: 40px 15px 40px;
  }
  .hs-feature-vedo .dnd-section>.row-fluid {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .team-building-row4 .school-booking-form-wp .ym-left p {
    margin-left: 0px;
  }
  .team-building-row1 .dnd-section>.row-fluid {
    padding: 0;
  }

  .team-building-row1 h2 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .team-building-row1 p {
    font-size: 14px;
    width: 100%;
    font-weight: normal;
  }

  .team-building-row1 p strong {
    font-size: 16px;
  }

  .holiday-programs-page-row3 .school-booking-form-wp .ym-left form .hs-input {
    width: 100% !important;
  }
  .holiday-programs-page-row3 .school-booking-form-wp .ym-left form .actions {
    margin-right: 0;
  }
  .holiday-programs-page-row3 .school-booking-form-wp .ym-left form .input {
    margin: 0 !important;
  }
  .holiday-programs-page-row1 h2 {
    font-size: 20px;
    line-height: 1.5em;
  }
  .school-booking-form-wp .ym-left form .input {
    margin: 0 !important;
  }

  .holiday-programs-page-row3 .school-booking-form-wp {
    background: none !important;
    background-color: #e7edee !important;
    padding: 40px 15px 20px;
  }
  .holiday-programs-page-row3 .school-booking-form-wp .ym-left form .hs-richtext h3 {
    margin: 0 0 12px;
  }
  .holiday-programs-page-row3 .school-booking-form-wp .content-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .holiday-programs-page-row3 .school-booking-form-wp .ym-left h2 {
    float: none;
    font-size: 24px;
    display: inline-block;
    line-height: 2em;
  }
  .holiday-programs-page-row3 .school-booking-form-wp .ym-left p {
    font: 300 14px/1.5em "Helvetica Neue", Helvetica, sans-serif;
    float: none;
    font-size: 14px;
    margin-left: 0px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    font-weight: normal;
  }
  .holiday-programs-page-row1 p {
    font-size: 14px;
    width: 100%;
    font-weight: normal;
  }
  .holiday-programs-page-row1 p strong {
    font-size: 16px;
  }
  .holiday-programs-page-row1 .dnd-section>.row-fluid {
    padding: 0;
  }
  .holiday-programs-page-row2 .dnd-section {
    padding: 30px 15px 60px;
  }
  .holiday-programs-page-row2 h2 {
    font-size: 16px;
  }
  .holiday-programs-page-row2 p {
    font-size: 14px;
    font-weight: normal;
  }
  .holiday-programs-page-row2 ul li {
    font-size: 10px;
  }
  .holiday-programs-page-row2 ul li strong {
    width: 91px;
    padding: 10px 0px 10px 10px;
    margin-right: 10px;
  }
  .schools-page-row2 .workshops-box-wp .workshops-box-list .workshops-list-item {
    margin: 0px 0px 30px;
    height: auto;
    padding: 0px 0px 30px;
  }
  .schools-page-row2 .workshops-box-wp .workshops-box-list .wpb-text-column h2 {
    margin: 25px 15px 15px;
  }
  .schools-page-row2 .workshops-box-wp .workshops-box-list .wpb-text-column p {
    margin: 0 15px;
  }
  .schools-page-row2 {
    padding: 0;
  }
  .about-page-row2 {
    text-align: center;
    margin: 0px;
    padding: 40px 15px;
    border-top: 1px solid #eeeeee;
  }
  .about-page-row1 .dnd-section>.row-fluid {
    padding: 0;
  }
  .about-page-row1 p strong {
    font-size: 16px;
  }
  .about-page-row1 h2 {
    font-size: 20px;
    line-height: 1.5em;
  }
  .about-page-row2 h2 {
    font-size: 20px;
  }
  .about-page-row1 p {
    font-size: 14px;
    width: 100%;
    font-weight: normal;
  }
  .about-page-row2 .dnd-section .dnd-column {
    padding: 0 !important;
  }
  .about-page-row2 h3 {
    width: 100%;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 35px;
  }
  .about-page-row1 .dnd-section {
    padding: 40px 15px !important;
  }
  .about-page-row2 p {
    font-size: 14px;
    font-weight: normal;
    color: #5e6e7e;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    line-height: 1.5em;
  }
  .about-page-row2 p strong {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
  }
  .about-page-row2 p em {
    color: #5e6e7e;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    width: 100%;
    line-height: 1.5em;
    font-style: italic;
  }
  .about-page-row2 .dnd-section .dnd-column {
    margin-bottom: 15px !important;
  }
  .about-page-row2 .dnd-section .dnd-column:last-child {
    margin-bottom: 10px !important;
  }
  .schools-page-row1 h2 {
    font-size: 20px;
    line-height: 1.5em;
  }
  .schools-page-row1 .dnd-section>.row-fluid {
    padding: 0;
  }
  .schools-page-row1 p {
    font-size: 14px;
    width: 100%;
    font-weight: normal;
  }
  .schools-page-row1 p strong {
    font-size: 16px;
  }
  
 .holiday-programs-page .holiday-programs-page-row2 h3:first-child {
    margin-top: 20px;
}

.holiday-programs-page .holiday-programs-page-row2 h1 {
    margin-bottom: 1px;
}
  
.team-building-page .team-building-row4 .school-booking-form-wp {
    padding-top: 40px;
    padding-bottom: 20px;
}

.team-building-page .team-building-row4 .school-booking-form-wp .ym-left h2 {
    font-size: 20px;
}

.team-building-page .team-building-row4 .school-booking-form-wp .ym-left h2 img {
    margin: 0px 10px -5px 0px;
    width: 30px;
    height: auto;
}
  
.holiday-programs-page-row3 .school-booking-form-wp .ym-left p {
    padding-right: 0px;
}

}