*, *: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 {
  -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;
  *margin-left: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .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;
    margin-left: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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-area .dnd-section {
  padding: 0;
}

.dnd-section[class*="force-full-width-section"] > .row-fluid,
.dnd-section[class*="force-full-width-section"] > .row-fluid > .dnd-column{
  padding: 0;
  width: 100%;
}



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

.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

.dnd-section .dnd-column {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family:'Open Sans';
  font-style:normal;
  font-weight:300;
  src:local('Open Sans Light'),
    local('OpenSans-Light'),
    url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTb3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff')
}
@font-face {
  font-family:'Open Sans';
  font-style:normal;
  font-weight:400;
  src:local('Open Sans'),
    local('OpenSans'),
    url(https://fonts.gstatic.com/s/opensans/v13/wMws1cEtxWZc6AZZIpiqWALUuEpTyoUstqEm5AMlJo4.woff) format('woff')
}
@font-face {
  font-family:'Open Sans';
  font-style:normal;
  font-weight:600;
  src:local('Open Sans Semibold'),
    local('OpenSans-Semibold'),
    url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSr3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff')
}
@font-face {
  font-family:'Open Sans';
  font-style:normal;
  font-weight:700;
  src:local('Open Sans Bold'),
    local('OpenSans-Bold'),
    url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff')
}
@font-face {
  font-family:'Open Sans';
  font-style:normal;
  font-weight:800;
  src:local('Open Sans Extrabold'),
    local('OpenSans-Extrabold'),
    url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hr3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff')
}
@font-face {
  font-family:'Open Sans';
  font-style:italic;
  font-weight:300;
  src:local('Open Sans Light Italic'),
    local('OpenSansLight-Italic'),
    url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxtws6VUGd0SOnU-R_teOl7k.woff) format('woff')
}
@font-face {
  font-family:'Open Sans';
  font-style:italic;
  font-weight:400;
  src:local('Open Sans Italic'),
    local('OpenSans-Italic'),
    url(https://fonts.gstatic.com/s/opensans/v13/O4NhV7_qs9r9seTo7fnsVLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff')
}
@font-face {
  font-family:'Open Sans';
  font-style:italic;
  font-weight:600;
  src:local('Open Sans Semibold Italic'),
    local('OpenSans-SemiboldItalic'),
    url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxrMceF-wWi3rV7g1_WXZh1k.woff) format('woff')
}
@font-face {
  font-family:'Open Sans';
  font-style:italic;
  font-weight:700;
  src:local('Open Sans Bold Italic'),
    local('OpenSans-BoldItalic'),
    url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxiXIwCIIu6QKBvrtc7ntuuI.woff) format('woff')
}
@font-face {
  font-family:'Open Sans';
  font-style:italic;
  font-weight:800;
  src:local('Open Sans Extrabold Italic'),
    local('OpenSans-ExtraboldItalic'),
    url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxuBlR7hVfVEIC9TwMGFq8_Q.woff) format('woff')
}

@font-face {
  font-family: 'FontAwesome';
  src: url('//21021662.fs1.hubspotusercontent-na1.net/hubfs/21021662/AtSunrice_March2022/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url("//21021662.fs1.hubspotusercontent-na2.net/hubfs/21021662/raw_assets/public/AtSunrice_May%202025%20Indonesia/fonts/fontawesome-webfont.woff2") format("woff2"),
      url("//21021662.fs1.hubspotusercontent-na2.net/hubfs/21021662/raw_assets/public/AtSunrice_May%202025%20Indonesia/fonts/fontawesome-webfont.woff") format("woff"),
        url("//21021662.fs1.hubspotusercontent-na2.net/hubfs/21021662/raw_assets/public/AtSunrice_May%202025%20Indonesia/fonts/fontawesome-webfont.ttf") format("truetype"),
          url("//21021662.fs1.hubspotusercontent-na2.net/hubfs/21021662/raw_assets/public/AtSunrice_May%202025%20Indonesia/fonts/fontawesome-webfont.svg") format('svg');
            font-weight: normal;
            font-style: normal;
            }


@font-face { 
  font-family: "Glyphicons Halflings"; 
  src:url(//21021662.fs1.hubspotusercontent-na2.net/hubfs/21021662/raw_assets/public/AtSunrice_May%202025%20Indonesia/fonts/glyphicons-halflings-regular.woff2.txt) format("woff2");
  font-weight: normal;
  font-style: normal;
}



html{
  font-size: 10px;
}
body {
  word-break: break-word;
  line-height: 1.42857143;
}

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

img {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
}

/* Paragraphs */

p {
  margin: 0 0 10px;
  line-height: 150%;
}
li{
  line-height: 150%; 
}
/* Anchors */

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

a:hover {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px){
  h2 {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px){
  h2 {
    margin-bottom: 20px;
  }
}

h2,h4 {
  line-height: 150%; 
}
/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
/* Horizontal rules */

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 15px;
}

/* Labels */

form label {
  font-weight: bold;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* 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: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

form textarea {
  height: auto;
  overflow: auto;
}

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 - 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: #a94442;
  font-size: 85%;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}
.hs-input.invalid.error:focus{
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(239 107 81 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(239 107 81 / 60%);
}

.hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0.35rem;
}
form textarea {
  height: 74px;
  overflow: auto;
}
/* Submit button */

form input[type=submit],
form .hs-button {
  font-size: .75em;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-weight: 600;
  line-height: 100%;
  margin-top: 15px;
}


@media (min-width: 768px){
  form input[type=submit],
  form .hs-button {
    width: auto;
    font-size: .8em;
    display: inline-block;
    margin-right: 10px;
  }
}

@media (min-width: 1200px){
  form input[type=submit],
  form .hs-button {
    font-size: .85em;
  }
}

@media (min-width: 1359px){
  form input[type=submit],
  form .hs-button  {
    font-size: .9em;
  }
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 10px;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
header.header .row {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.top-header .row-height {
  height: 100%;
  width: 100%;
  display: flex;
}

.logo-col {
  width: 41.66666667%;
}

.top-header .row-height > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.right-content {
  width: 58.33333333%;
}

.logo-col img {
  max-width: 100%;
  width: 156.5px !important;
}

.search-container {
  text-align: right;
  width: 100%;
  margin-top: -6px;
}

.apply-btn {
  margin: 0 5px 0 0;
}

.login-btn a.cta_button,
.enquiry-btn .hs-button,
.apply-btn a.cta_button {
  font-size: .65625em;
  line-height: 150%;
  background-color: #fdc70d;
  color: #5a621c;
  display: inline-block;
  padding: 0 5px;
  font-family: "Open Sans",Arial;
  font-weight: 600;
  min-height: 35px;
  text-decoration: none;
}

.login-btn a.cta_button {
  color: #fff !important;
  background-color: #5a621c;
  margin: 0 20px 0 0;
}
.mobile-menu {
  display: none;
}

.site-search input[type="text"] {
  color: inherit;
  font: inherit;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #c2c2c2;
  outline: none;
  height: 35px;
  padding: 6px 30px 6px 10px;
  border-right: none;
  display: inline-block;
  box-shadow: none !important;
  -webkit-appearance: none;
  float: left;
  width: 150px;
  border-radius: 0;
}

.site-search button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  cursor: pointer;
  background-image: url(//21021662.fs1.hubspotusercontent-na2.net/hubfs/21021662/raw_assets/public/AtSunrice_May%202025%20Indonesia/images/ico_search.png); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border: 1px solid #c2c2c2;
  min-height: 35px;
  display: inline-block;
  float: left;
  border-left: none;
  background-color: #fff;
  width: 30px;
  padding:0;
}

.site-search button svg {
  display: none;
}

.site-search form {
  display: inline-block;
  box-sizing: border-box;
  height: 35px;
  width: auto;
  color: black;
  font-size: .65625em;
  line-height: 150%;
}

.search-container > div {
  display: inline-block;
  vertical-align: bottom;
}

.site-search {
  height: 35px;
}
.search-container > div {
  display: inline-block;
  vertical-align: top;
}

.site-search {
  height: 35px;
}

header.header {
  padding-top: 23px;
}

.apply-btn a.cta_button {
  padding: 8px 13px 8px 12px;
  box-sizing: border-box !important;
}

.right-content {
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.mobile-trigger {
  display: none;
}

.enquiry-btn .hs-button {
  padding: 8px 13px 8px 13px;
  margin: 0 5px 0 0;
}

.login-btn a.cta_button {
  padding: 8px 13px 8px 14px;
  box-sizing: border-box !important;
}

.navbar-header {
  display: none;
}

.site-search button:before {
  content: "";
  padding-left: 3px;
}

.search-container > div.enquiry-btn {
  line-height: 0;
}

.navigation-container {
  display: inherit;
}

nav.navbar {
  position: relative;
  min-height: 50px;
}

.custom-menu-wrapper .hs-menu-wrapper > ul:before,
.custom-menu-wrapper .hs-menu-wrapper > ul:after,
nav.navbar:after, 
nav.navbar:before, 
.navbar-collapse:after,
.navbar-collapse:before {
  content: " ";
  display: table;
}

.custom-menu-wrapper .hs-menu-wrapper > ul:after,
nav.navbar:after, 
.navbar-collapse:after {
  clear: both;
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
  -webkit-overflow-scrolling: touch;
}

.custom-menu-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.custom-menu-wrapper .hs-menu-wrapper > ul {
  font-size: 1em;
  width: 100%;
  text-transform: uppercase;
  margin: 0;
}

.custom-menu-wrapper .hs-menu-wrapper > ul > li {
  position: relative;
  display: block;
  font-size: 1em;
}

.custom-menu-wrapper .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #4e5700;
  font-family: 'Open Sans',Arial;
  font-size: .75em;
  line-height: 150%;
}

.custom-menu-wrapper .hs-menu-wrapper > ul > li:hover > a {
  border-bottom: 5px solid #ffc600;
}

.custom-menu-wrapper .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  background-clip: padding-box;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul li {
  position: relative;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  color: #4e5700;
  font-family: 'Open Sans',Arial;
  font-size: .75em;
  line-height: 150%;
  text-decoration:none;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul li ul {
  border: 2px solid #fdc70d;
  font-size: 1em;
  left: 100% !important;
  list-style: none;
  margin-top: 0;
  padding: 0;
  position: absolute;
  top: -2px !important;
  visibility: hidden;
  width: 100%;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul li:hover ul {
  visibility: visible;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul li ul li {
  background-color: #fff;
  text-align: left;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul li ul li a {
  clear: both;
  display: block;
  padding: 3px 10px;
  white-space: normal !important;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul li ul li a:hover{
  text-decoration:underline;
}

.top-header .hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  background: #fff;
  z-index: 9;
}

.top-header .hs-search-field--open ul.hs-search-field__suggestions li#results-for {
  padding: 5px;
}

.top-header .hs-search-field--open ul.hs-search-field__suggestions li a {
  padding: 5px;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul li ul ul {
  display: none;
}

.mobile-menu .hs-menu-wrapper ul li.diploma-programmes-teach-outde-coupled,
.custom-menu-wrapper .hs-menu-wrapper>ul>li ul li.diploma-programmes-teach-outde-coupled {
  display: none;
}


@media (min-width: 768px){

  .top-header{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-content{
    vertical-align: middle;
  }

  .login-btn a.cta_button,
  .enquiry-btn .hs-button,
  .apply-btn a.cta_button {
    font-size: .7em;
  }

  .site-search form{
    font-size: .7em;
    margin-left: 0;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul{
    float: left;
    margin: 0;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    text-transform: uppercase;
    align-items: stretch;
    -js-display: flex;
    flex-wrap: nowrap !important;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul > li{
    flex: 1 0 auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul > li > a{
    border-bottom: 5px solid transparent;
    display: table;
    padding: 0;
    height: 63px;
    max-width: 220px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    font-size: .8em;
    text-decoration:none;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul > li > a > span {
    display: table-row;
    vertical-align: middle;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul > li > a > span span {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: middle;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul > li > ul{
    border: 2px solid #fdc70d;
    box-shadow: none;
    font-size: 1em;
    padding: 0;
    margin-top: 0;
    position: absolute;
    left: 50% !important;
    transform: translate(-50%, 0);
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul > li:hover > ul{
    display: block;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul li {
    border-bottom: 1px solid #fdc70d;
    padding: 10px;
    text-align: center;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul li a {
    font-size: .8em;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>a.active,
  .custom-menu-wrapper .hs-menu-wrapper>ul>li.active>a,
  .custom-menu-wrapper .hs-menu-wrapper>ul>li.active-branch>a{
    font-weight: 700;
    border-bottom: 5px solid #ffc600;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a.active,
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>li.active>a,
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>li.active-branch>a {
    font-weight: 700;
  }

}

@media (min-width: 992px){

  nav.navbar{
    border-radius: 4px;
  }

  .navbar-collapse{
    width: auto;
    border-top: 0;
    box-shadow: none;
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul > li{
    float: left;
  }

  .mobile-search{
    display:none;
  }

}

@media (min-width: 1200px){

  .top-header{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .login-btn a.cta_button,
  .enquiry-btn .hs-button,
  .apply-btn a.cta_button {
    font-size: .74375em;
  }

  .site-search input[type="text"]{
    width: auto;
  }

  .site-search button{
    width: auto;
    padding: 6px 30px 6px 10px;
  }

  .site-search form{
    font-size: .74375em;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul li a,
  .custom-menu-wrapper .hs-menu-wrapper > ul > li > a{
    font-size: .85em;
  }

}

@media (min-width: 1359px){

  .login-btn a.cta_button,
  .enquiry-btn .hs-button,
  .apply-btn a.cta_button {
    font-size: .7875em;
  }

  .site-search form{
    font-size: .7875em;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul li a,
  .custom-menu-wrapper .hs-menu-wrapper > ul > li > a{
    font-size: .9em;
  }

}

@media (max-width:1650px) and (min-width:1365px) {

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul {
    min-width: 160px;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li:first-child>ul {
    min-width: 160px;
    left: 0 !important;
    transform: translate(0, 0) !important;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-last-child(2)>ul li ul{
    left: auto !important;
    right: 0;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-last-child(2)>ul li ul {
    left: -100% !important;
    right: auto;
  }

}

@media (max-width:1500px) and (min-width:1365px) {

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul {
    min-width: 160px;
  }

}

@media (max-width:1450px) and (min-width:1365px) {

  .custom-menu-wrapper .hs-menu-wrapper>ul>li:last-child > ul {
    left: auto !important;
    transform: none;
    right: 0;
  }

}

@media (max-width:1365px) and (min-width:992px) {

  .site-search form {
    font-size: .7em;
    margin-left: 0;
  }

  .site-search input[type="text"] {
    width: 150px;
  }

  .site-search button {
    width: 30px;
    padding: 0;
  }

  .login-btn a.cta_button, 
  .enquiry-btn .hs-button,
  .apply-btn a.cta_button {
    font-size: .7em;
  }


}


@media (max-width:1300px) and (min-width:992px) {

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul {
    min-width: 160px;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li:first-child>ul {
    min-width: 160px;
    left: 0 !important;
    transform: translate(0, 0) !important;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-last-child(2)>ul li ul{
    left: auto !important;
    right: 0;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-last-child(2)>ul li ul {
    left: -100% !important;
    right: auto;
  }


}

@media (max-width:1100px) and (min-width:992px) {

  .custom-menu-wrapper .hs-menu-wrapper>ul>li:last-child > ul {
    left: auto !important;
    transform: none;
    right: 0;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    left: 0 !important;
    transform: translate(0, 0) !important;
  }


}

@media (max-width: 991px){

  .desktop-navigation {
    display: none;
  }

  .mobile-menu {
    display: block;
    background-color: #f8f8f8;
    color: #333;
    border-right: 1px solid #dfdfdf;
    min-height: 1px;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1035;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    font-size: 1em;
    width: 50%;
    margin-left: -50%;
    -webkit-transition-property: margin-left;
    transition-property: margin-left;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  .mobile-open .mobile-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .drawer-contents {
    display: inherit;
    margin: 0;
    position: relative;
    background-color: #f8f8f8;
    height: 100%;
    width: 100%;
    overflow: auto;
  }

  .drawer-heading {
    display: inherit;
    margin: 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 15px;
    color: inherit;
  }

  .drawer-heading img.hs-image-widget {
    max-width: 100%;
    width: 156.5px !important;
  }

  .mobile-menu .hs-menu-wrapper ul {
    color: #fff;
    padding: 0;
    display: inherit;
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 1em;
  }

  .mobile-menu .hs-menu-wrapper ul li {
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper ul li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #777;
    text-decoration: none;
    outline: 0;
    line-height: 1.42857143;
    white-space: normal !important;
  }

  .mobile-menu .hs-menu-wrapper ul li a br {
    display: none;
  }

  .mobile-menu .hs-menu-wrapper ul li ul {
    display: inherit;
    margin: 0;
    width: 100%;
    position: static !important;
    opacity: 1 !important;
    padding-left: 40px;
  }

  .mobile-menu .hs-menu-wrapper ul > li.student_login > a,
  .mobile-menu .hs-menu-wrapper > ul > li.send_enquiry a {
    line-height: 150%;
    background-color: #fdc70d;
    color: #5a621c;
    display: block;
    padding: 0 15px;
    font-family: "Open Sans",Arial;
    font-weight: 600;
    height: 40px;
    margin: 0;
    text-decoration: none;
    font-size: .9em;
  }

  .mobile-menu .hs-menu-wrapper ul li.student_login > a span,
  .mobile-menu .hs-menu-wrapper > ul > li.send_enquiry a span {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: table;
  }

  .mobile-menu .hs-menu-wrapper ul li.student_login > a span span,
  .mobile-menu .hs-menu-wrapper > ul > li.send_enquiry a span span {
    display: table-cell;
    vertical-align: middle;
  }

  .mobile-menu .hs-menu-wrapper ul li.student_login > a {
    color: #fff !important;
    background-color: #5a621c;
  }

  .mobile-menu .hs-menu-wrapper ul li.search > a {
    display: none;
  }

  .mobile-menu .hs-menu-wrapper ul li.search input[type="text"] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #c2c2c2;
    outline: 0;
    height: 38px;
    padding: 6px 30px 6px 15px;
    border-right: 0;
    display: inline-block;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-appearance: none;
    float: left;
    width: calc(100% - 40px);
  }

  .mobile-menu .hs-menu-wrapper ul li.search input[type="text"]::placeholder {
    color: #000;
    opacity: .54;
  }

  .mobile-menu .hs-menu-wrapper ul li.search button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    background-image: url(https://at-sunrice.com/images/ico_search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #c2c2c2;
    height: 38px;
    display: inline-block;
    float: left;
    border-left: none;
    background-color: #fff;
    width: 40px;
    padding: 0;
  }

  .mobile-menu .hs-menu-wrapper ul li.search button svg {
    display: none;
  }

  .mobile-menu .hs-menu-wrapper ul li.search form {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    color: black;
    font-size: .9em;
    line-height: 150%;
  }

  .mobile-menu .hs-menu-wrapper ul li.search {
    height: 40px;
  }

  .mobile-menu .hs-menu-wrapper ul li a:hover {
    color: #515151;
  }

  .search-container {
    display: none;
  }

  .mobile-trigger {
    display: block;
    float: right;
    z-index: 1035;
    position: relative;
  }

  .mobile-trigger a.btn-navigation-toggle {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #4e5700;
    border-radius: 0;
  }

  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .fa-align-justify:before {
    content: "\f039";
  }

  .right-content {
    align-items: center;
    flex-direction: row-reverse;
  }

  .mobile-menu .hs-menu-wrapper ul.hs-search-field__suggestions {
    z-index: 999;
    background: #fff;
    position: relative !important;
    padding: 0;
  }

  .mobile-menu .hs-menu-wrapper ul.hs-search-field__suggestions li#results-for {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #777;
    text-decoration: none;
    outline: 0;
    line-height: 1.42857143;
    white-space: normal !important;
  }

  .mobile-open .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1034;
    background: transparent;
  }

  .mobile-menu .hs-menu-wrapper ul li.active > a,
  .mobile-menu .hs-menu-wrapper ul li.active-branch > a {
    font-weight: 700;
    color: #515151;
  }

  .mobile-menu .hs-menu-wrapper ul li.active-branch > ul li a {
    color: #515151;
  }

  .mobile-menu .hs-menu-wrapper ul li ul ul {
    display: none !important;
  }

}

@media (max-width:767px) {

  .mobile-menu {
    width: 83.33333333%;
  }

  .mobile-menu .hs-menu-wrapper ul>li.student_login>a, 
  .mobile-menu .hs-menu-wrapper>ul>li.send_enquiry a {
    font-size: .84375em;
  }

  .mobile-menu .hs-menu-wrapper ul li.search form {
    font-size: .84375em;
  }

  .mobile-menu {
    margin-left: -83.33333333%;
  }

  .top-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

}
.copyright-container {
  background-color: #fff;
  overflow: hidden;
  padding: 10px 0;
}

.copyright-container .copyright-inner {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.copyright-container p {
  margin: 0;
  font-size: .5859375em;
  line-height: 150%;
  display: inline;
}

.copyright-container p br {
  display: none;
}

.copyright-container p span a {
  color: #4e5700;
  text-decoration: none;
  outline: 0;
}

.copyright-container p span a:hover {
  color: #4e5700;
  text-decoration: underline;
}

.footer-navigation {
  background-color: #f6f6f6;
  overflow: hidden;
  font-size: 1em;
}

.footer-navigation .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.menu-col{
  width: 100%;
}
.contact-col {
  width: 100%;
}

.menu-col .name {
  font-size: .65625em;
  line-height: 150%;
  font-weight: 700;
  height: 46px;
  display: block;
  padding-top: 22px;
}

.footer-navigation .row {
  margin-left: -15px;
  margin-right: -15px;
}

.menu-col .hs-menu-wrapper ul {
  display: block;
}

.menu-col .hs-menu-wrapper > ul > li {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.menu-col .hs-menu-wrapper ul.hs-menu-children-wrapper {
  position: static;
  opacity: 1;
}

.menu-col .hs-menu-wrapper ul.hs-menu-children-wrapper > li > a {
  font-size: .65625em;
  line-height: 150%;
  color: #231f20;
  font-family: 'Open Sans',Arial;
  font-weight: 600;
}

.menu-col .hs-menu-wrapper ul.hs-menu-children-wrapper > li > a br {
  display: none;
}

.menu-col .hs-menu-wrapper ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a {
  font-size: .65625em;
  line-height: 150%;
  color: #231f20;
  font-family: 'Open Sans',Arial;
  font-weight: normal;
  white-space: normal;
}

.menu-col .hs-menu-wrapper ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li:before {
  content: "-";
  text-indent: -10px;
  position: absolute;
}

.menu-col .hs-menu-wrapper ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper{
  font-weight: 500;
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
}

.menu-col .hs-menu-wrapper ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper > li {
  text-indent: -5px;
}

.menu-col .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:not(:last-child) {
  padding-bottom: 23px;
}

.widEXC {
  margin: 0 0 15px 0 !important;
}

.table.mobile-table {
  display: none;
}

.table ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  font-size: .65625em;
  line-height: 150%;
  margin-bottom: 0;
  max-width: 100%;
}

.table ul li {
  vertical-align: top;
  display: flex;
}

.table ul li span:first-child {
  width: 58.3%;
}


.table ul li span:last-child {
  width: calc(100% - 58.3%);
}

.event-content {
  font-size: .65625em;
  line-height: 150%;
  line-height: 180%;
  text-align: left;
  margin: 0 0 10px;
}


.event-container img.hs-image-widget {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
  width: auto !important;
}

.event-container .hs_cos_wrapper_type_logo a {
  height: 65px;
  margin-bottom: 6px;
  display: block;
  line-height: 180%;
  text-align: left;
}

.contact-col .name {
  font-size: .65625em;
  line-height: 150%;
  font-weight: 700;
  height: 46px;
  display: block;
  padding-top: 22px;
}

.contact-col .address{
  margin: 0 0 10px;
  display: block;
}

.contact-col .address .hs_cos_wrapper_type_text {
  font-size: .65625em;
  line-height: 150%;
}


footer .subscribe-container {
  background-color: #fdc70d;
  padding: 20px;
  overflow: hidden;
}

footer .subscribe-container .content-wrapper {
  max-width: 100%;
  position: relative;
  width: 100%;
  float: left;
}

footer .subscribe-container .table-wrapper {
  margin: auto;
  display: table;
}

footer .subscribe-container .table-cell {
  /*   vertical-align: middle; */
  display: table-cell;
}

footer .subscribe-container .table-cell .subscribe {
  overflow: hidden;
  /*   margin-bottom: -6px; */
}

footer .subscribe-container .hs-input::placeholder {color: #fff;}

footer .subscribe-container .table-cell .name {
  font-size: .75em;
  line-height: 150%;
  display: inline-block;
  font-weight: 700;
  float: none;
  padding-bottom: 10px;
}

footer .subscribe-container form {
  display: flex;
  flex-wrap: wrap;
}

footer .subscribe-container .hs-input {
  max-width: 100%;
  outline: none;
  border: 0;
  height: 39px;
  display: block;
  width: 100%;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

footer .subscribe-container form .hs_email>label {
  display: none;
}


footer .subscribe-container form .hs-form-field {
  margin: 0;
}

footer .subscribe-container form input.hs-button {
  font-size: .84375em;
  line-height: 150%;
  background-color: #4e5700;
  color: #fff;
  display: block;
  padding: 11px 20px;
  height: 39px;
  max-width: 100%;
  outline: none;
  border: 0;font-weight: 600;
  margin-right: auto;
  line-height: 0;
  text-decoration: none;
  width: 100%;
  -webkit-appearance: none;
  margin-top:0;
}


footer .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a{
  display: inline;
}

footer .hs-menu-wrapper ul li{
  line-height: 1.42857143;
}

footer .subscribe-container form .hs_error_rollup {
  order: 3;
  display: block;
  width: 100%;
}

footer .subscribe-container form ul.hs-error-msgs > li > label {
  white-space: nowrap;
  font-size: .8em;
  list-style: none;
  color: #a94442;
  margin: 0;
  font-weight: normal;
  font-family: 'Open Sans',Arial;
  line-height: 1.42857143;
}

footer .subscribe-container form ul.hs-error-msgs > li {
  margin: 0;
  text-align: center;
}

footer .subscribe-container form .hs_error_rollup ul.hs-error-msgs > li {
  text-align: left;
}

footer .subscribe-container form .hs_error_rollup {
  display: none;
}

footer .contact-col .table ul li code {
  font-family: Open Sans,sans-serif;
  display: inline-block;
  width: calc(100% - 7px);
  vertical-align: top;
}

@media (min-width: 768px){
  footer .subscribe-container .table-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .subscribe-container .table-cell .subscribe {
    padding-top: 9px;
  }
  .table ul li:first-child, .table ul li:nth-child(2) {margin-bottom: 16.79px;}
  footer .subscribe-container form input.hs-button {
    width: 150px;
    font-size: .9em;
  }

  .copyright-container p {
    font-size: .625em;
  }

  .footer-navigation{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-col .name{
    font-size: .7em;
  }

  .menu-col .hs-menu-wrapper ul.hs-menu-children-wrapper > li > a{
    font-size: .7em;
  }

  .menu-col .hs-menu-wrapper ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a {
    font-size: .7em;
  }

  .table ul {
    font-size: .7em;
  }

  .contact-col .address .hs_cos_wrapper_type_text,
  .contact-col .name,
  .event-content {
    font-size: .7em;
  }
  footer .subscribe-container .table-cell .name {
    float: left;
    padding-bottom: 0;
    padding-right: 20px;
    font-size: .8em;
  }

  footer .subscribe-container form ul.hs-error-msgs {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -4px;
  }

  footer .subscribe-container .hs-input.error {
    margin-bottom: 18.8px;
  }

}

@media (min-width: 992px){

  .menu-col {
    width: 41.66666667%;
  }

  .about-col {
    width: 25%;
  }

  .contact-col {
    width: 33.33333333%;
  }

}

@media (min-width: 1200px){
  footer .subscribe-container form input.hs-button {
    font-size: .95625em;
  }

  .copyright-container p {
    font-size: .6640625em;
  }

  .footer-navigation{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-col .name{
    font-size: .74375em;
  }

  .menu-col .hs-menu-wrapper ul.hs-menu-children-wrapper > li > a{
    font-size: .74375em;
  }

  .menu-col .hs-menu-wrapper ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a {
    font-size: .74375em;
  }

  .table ul {
    font-size: .74375em;
  }

  .contact-col .address .hs_cos_wrapper_type_text,
  .contact-col .name,
  .event-content {
    font-size: .74375em;
  }
  footer .subscribe-container .table-cell .name {
    font-size: .85em;
  }
  footer .subscribe-container .hs-input {
    width: 300px;
  }
  .table ul li:first-child, .table ul li:nth-child(2) {margin-bottom: 18px;}
}

@media (min-width: 1359px){
  footer .subscribe-container form input.hs-button {
    font-size: 1.0125em;
  }
  .copyright-container p {
    font-size: .703125em;
  }

  .menu-col .name{
    font-size: .7875em;
  }

  .menu-col .hs-menu-wrapper ul.hs-menu-children-wrapper > li > a{
    font-size: .7875em;
  }

  .menu-col .hs-menu-wrapper ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a {
    font-size: .7875em;
  }

  .table ul {
    font-size: .7875em;
  }

  .contact-col .address .hs_cos_wrapper_type_text,
  .contact-col .name,
  .event-content {
    font-size: .7875em;
  }

  footer .subscribe-container .table-cell .name {
    font-size: .9em;
  }

  .table ul li:first-child, .table ul li:nth-child(2) {
    margin-bottom: 19px;
  }
}

@media (max-width: 991px){
  .copyright-container p br {
    display: block;
  }
}


@media (max-width: 767px){
  .footer-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .table ul li:first-child, .table ul li:nth-child(2) {
    margin-bottom: 0px;
  }
  .table ul li:nth-child(2) {
    margin-bottom: 15.75px;
  }
  footer .subscribe-container .table-wrapper {
    display: block;
  }

  footer .subscribe-container .table-wrapper {
    display: block;
  }

  footer .subscribe-container .table-cell {
    display: block;
  }

  footer .subscribe-container .table-cell .subscribe {
    text-align: center;
    margin-bottom: 0;
  }
  .menu-col .hs-menu-wrapper>ul>li {
    width: 100%;
  }
  footer .subscribe-container form {
    display: block;
  }
  .menu-col .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li:not(:last-child) {
    padding-bottom: 0;
  }

  .table.mobile-table {
    display: block;
  }

  .table.desktop-table {
    display: none;
  }

  .table ul li span:first-child {
    width: 57.8%;
  }

}















/* @-moz-document url-prefix() { 
  footer .subscribe-container .table-cell{
    vertical-align: middle;
  }
  footer .subscribe-container .table-cell .subscribe{
    margin-bottom: 0;
  }
} */
/* 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;
  }
}
.program_inner_page a.cta_button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  margin-bottom: 0;
  -webkit-appearance: none;
  padding: 15px 16px;
  margin-top: 15px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  background-color: #4e5700;
  color: #fff;
  font-size: .75em;
  box-sizing: border-box !important;
  width: 100%;
  display: block;
}

.body-container-wrapper a:focus {
  text-decoration: underline;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.cont_with_img .btn-wrap a:active,
button:not(.uiButton):active,
.cta_button:active,
.hs-button:active {
  background-color: #738000 !important;
}

b, strong {
  font-weight: bold;
}

/*  professional-programmes */

.program_prog_page .caption {
  text-align: center !important;
}

.program_prog_page .caption h4 {
  font-size: 18px;
  line-height: 1.1;
}

.program_prog_page .caption p {
  font-size: .84375em;
  line-height: 150%;
}

.program_prog_page .hs_cos_wrapper_type_header h2 {
  margin-bottom: 10px;
}

.program_prog_page .hs_cos_gallery_main {
  padding: 0;
  margin-bottom: 0;
}

.program_prog_page .hs_cos_gallery .hs_cos_gallery_main button.slick-arrow {
  display: none !important;
}

.program_prog_page .hs_cos_gallery .slick-dots {
  z-index: 15;
  padding-left: 0;
  list-style: none;
  text-align: center;
  background-color: #f6f6f6;
  bottom: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding-top: 17px !important;
  position: relative !important;
  width: 100% !important;
  display: block !important;
}

.program_prog_page .hs_cos_gallery .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  background-color: #939598;
  margin: 0 6.2px;
  line-height: 1.42857143;
  vertical-align: middle;
  float: none;
  font-size: 16px;
}

.program_prog_page .hs_cos_gallery .slick-dots li.slick-active {
  background-color: #fdc70d;
  border: 0;
  width: 12px;
  height: 12px;
}

.program_prog_page .hs_cos_gallery .slick-dots li button {
  display: none;
}

sup {
  font-family: Arial !important;
}

.hs_cos_gallery{
  text-align:center;
}

.hs_cos_gallery ul.slick-dots {
  list-style: none;
  padding: 0;
  overflow: hidden;
  text-align: center;
  margin: auto;
  display: inline-block !IMPORTANT;
  font-size: 1em;
  width:auto;
}

.hs_cos_gallery ul.slick-dots li {
  margin: auto;
  font-size: .84375em;
  line-height: 150%;
  float: left;
  color: transparent;
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  overflow: hidden;
}

.hs_cos_gallery ul.slick-dots li button {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #939598;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.hs_cos_gallery ul.slick-dots li.slick-active {
  background-color: #fdc70d;
  border: 0;
  width: 10px;
  height: 10px;
}

.hs_cos_gallery ul.slick-dots li.slick-active button {
  background-color: #fdc70d;
}


@media (min-width: 768px){

  .program_inner_page a.cta_button {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    font-size: .8em;
  }

  .program_prog_page .caption p{
    font-size: .9em;
  }

}

@media (min-width: 1200px){

  .program_inner_page a.cta_button {
    font-size: .85em
  }

  .program_prog_page .caption p{
    font-size: .95625em;
  }

}

@media (min-width: 1359px){

  .program_inner_page a.cta_button {
    font-size: .9em;
  }

  .program_prog_page .caption p{
    font-size: 1.0125em;
  }

}

@media (max-width: 767px){

  .program_inner_page .widget-type-cta {
    width: 100%;
  }

}


/* =========  SAGAR CSS  ===================== */


.body-container--home .widget-type-rich_text h2 {
  font-size: 1.6875em;
  line-height: 150%;
  color: #5a621c;
  font-family: 'Open Sans',Arial;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.body-container--home .widget-type-rich_text p {
  margin: auto;
  font-size: .84375em;
  line-height: 150%;
}

.body-container--home .widget-type-rich_text ul {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 10px;
}

.body-container--home .widget-type-rich_text h6 {
  margin: 0 0 10px;
  font-family: 'Open Sans',Arial;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 1.42857143;
}

.body-container--home .widget-type-rich_text ul>li {
  margin: auto;
  font-size: .84375em;
  line-height: 150%;
}

.body-container--home .hs_cos_wrapper_type_linked_image img {
  width: 100%;
}

.body-container--home .company-section .img_wrap {
  padding: 0;
  max-width: 100%;
  padding-right: 20px;
  width: 314.41px;
  vertical-align: middle;
  min-width: 200px;
}

.body-container--home .company-section .img_wrap img {
  max-width: 100%;
  width: 100%;
}

.body-container--home .company-section .content_wrap {
  padding: 0;
  vertical-align: middle;
}

.body-container--home .company-section .outer-box {
  margin: 0;
}

/* .body-container--home .dnd-section>.row-fluid>.span12 .hs-horizontal-spacer{
display: block;
} */

.body-container--home .widget-type-rich_text a p {
  margin: 0;
  padding-top: 10px;
  display: block;
}

.body-container--home .widget-type-rich_text a img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.body-container--home .widget-type-rich_text h2 sup {
  font-family: Arial;
}

.body-container--home .dnd-section nav>ul {
  list-style: none;
  padding: 0;
  margin: 0;font-size: 1em;
}

.body-container--home .dnd-section nav>ul>li {
  padding: 10px 0;
}

.body-container--home .dnd-section nav>ul>li>a {
  font-weight: bold;
}

.body-container--home .dnd-section nav>ul>li>ul {
  font-size: 1em;
  list-style-image: url(//21021662.fs1.hubspotusercontent-na2.net/hubfs/21021662/raw_assets/public/AtSunrice_May%202025%20Indonesia/images/circle_bullet.png);
  margin-bottom: 0;
}

.body-container--home .dnd-section nav>ul>li>ul ul {
  font-size: 1em;
  list-style-image: url(//21021662.fs1.hubspotusercontent-na2.net/hubfs/21021662/raw_assets/public/AtSunrice_May%202025%20Indonesia/images/square_bullet.png);
}

.body-container--home .dnd-section nav>ul li {
  margin: auto;
  font-size: .84375em;
  line-height: 150%;
  position: relative;
}

.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}

/* ------------  alumni_inner_page ----------------- */

.alumni_inner_page .widget-type-rich_text h2 {
  font-size: 1.6875em;
  line-height: 150%;
  color: #5a621c;
  font-family: 'Open Sans',Arial;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.alumni_inner_page .widget-type-rich_text p {
  margin: auto;
  font-size: .84375em;
  line-height: 150%;
}


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


.program_inner_page .widget-type-rich_text h2{
  font-size: 1.6875em;
  line-height: 150%;
  color: #5a621c;
  font-family: 'Open Sans',Arial;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.program_inner_page .widget-type-rich_text address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.program_inner_page .widget-type-rich_text p {
  margin: auto;
  font-size: .84375em;
  line-height: 150%;
}

.program_inner_page .widget-type-rich_text h4 {
  margin-left: auto;
  margin-right: auto;
  font-size: .84375em;
  line-height: 150%;
}

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

.alumni_page .widget-type-rich_text h2 {
  font-size: 1.6875em;
  line-height: 150%;
  color: #5a621c;
  font-family: 'Open Sans',Arial;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.alumni_page .widget-type-rich_text p {
  margin: auto;
  font-size: .84375em;
  line-height: 150%;
}

.alumni_page .widget-type-rich_text table tr:nth-child(odd) td {
  background-color: #f5f5f5;
}

.alumni_page .widget-type-rich_text table {
  overflow-x: auto;
  min-height: .01%;
  border: 1px solid #acacac;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.alumni_page .widget-type-rich_text table tr:first-child td {
  background-color: #4e5700;
  color: #fff;
  border-right: 0;
}

.alumni_page .widget-type-rich_text table tr td {
  padding: 10px;
  border: 0;
}

.alumni_page .widget-type-rich_text table td:first-child {
  border-right: 1px solid #acacac;
}

.alumni_page .bottom_sec .widget-type-rich_text table td:first-child {
  border: 0;
}

.alumni_page .widget-type-rich_text table tr td img {
  padding: 5px;
  width: 27px;
}

.alumni_page .accordion_wrap .panel-body p {
  margin: auto;
  font-size: .84375em;
  line-height: 150%;
}

.alumni_page .accordion_wrap .panel-body table tr td img {
  width: 27px;
}

.alumni_page .accordion_wrap .panel-group .panel:nth-child(6) .panel-body {
  padding: 0;
}

.alumni_page .service_card .item .content h4 {
  min-height: 52px;
  margin-bottom: 20px;
}

.alumni_page .service_card .item .content p {
  min-height: auto;
}

.alumni_page .service_card .item .content .btn,
.alumni_page .service_card .item .content a.cta_button {
  margin-top: 40px;
}

.alumni_page .service_card .column:nth-child(3n+1) {
  clear: left;
}

.alumni_page .service_card .item img {
  border: 0;
}

.alumni_page .service_card .item {
  border-top: none;
}

.alumni_page .accordion_wrap .panel-group .panel:nth-child(6) table tr td:last-child  {
  width: 50px;
}

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

.easychef_lab_page .widget-type-rich_text a.cta_button {
  font-size: .75em;
  line-height: 150%;
  margin-top: 0 !important;
  background-color: #4e5700;
  color: #fff;
  display: block;
  padding: 15px 16px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px !important;
  text-decoration: none;
  width: 100%;
  -webkit-appearance: none;
  box-sizing: border-box !important;
}

.easychef_lab_page .widget-type-rich_text {
  font-size: .84375em;
  line-height: 150%;
}

.easychef_lab_page .widget-type-rich_text .hs-cta-wrapper {
  display: block;
}

.easychef_lab_page .widget-type-rich_text img {
  display: block;
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.easychef_lab_page .main_sec  a.hs-button,
.easychef_lab_page .main_sec .widget-type-cta a {
  border-radius: 0;
  font-size: .75em;
  line-height: 150%;
  background-color: #4e5700;
  color: #fff;
  display: block;
  padding: 15px 16px;
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
  text-decoration: none;
  width: 100%;
  -webkit-appearance: none;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  box-sizing: border-box !important;
  margin-bottom: 0;
}

.easychef_lab_page .widget-type-rich_text h2 {
  margin-bottom: 20px;
}

.widget-type-cta .hs-cta-wrapper {
  display: block;
  text-align: center;
}

.easychef_lab_page .widget-type-rich_text table {
  width: 100%;
}

.easychef_lab_page .widget-type-rich_text table tr:nth-child(odd) td {
  background-color: #f5f5f5;
}

.easychef_lab_page .widget-type-rich_text table tr:first-child td {
  background-color: #4e5700;
  color: #fff;
}

.easychef_lab_page .widget-type-rich_text table tr td {
  padding: 10px;
  border: 0;
}

.easychef_lab_page .widget-type-rich_text table {
  word-break: keep-all;
  padding-left: 0;
  margin: auto;
  min-height: .01%;
  overflow: hidden;
  overflow-x: auto;
}

.easychef_lab_page .widget-type-rich_text div{
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  overflow-y: hidden;
  overflow-x: auto;
  min-height: .01%;
}

.body-container--home .widget-type-rich_text figure img {
  width: auto;
}

.body-container--home .widget-type-rich_text a figure {
  margin: 0;
}

.body-container--home .widget-type-rich_text a figure {
  display: none;
}

.contact_page form input[type=submit]:focus,
.contact_page form .hs-button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.contact_page form input[type=submit]:active,
.contact_page form .hs-button:active {
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}



@media (min-width: 768px){  
  .body-container--home .widget-type-rich_text a figure {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .body-container--home .dnd-section nav>ul li {
    font-size: .9em;
  }
  .easychef_lab_page .widget-type-rich_text {
    font-size: .9em;
  }
  .alumni_page .service_card .item .content p {
    min-height: 100px;
  }
  .alumni_page .widget-type-rich_text p {
    font-size: .9em;
  }
  .alumni_page .widget-type-rich_text h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  /*   .body-container--home .dnd-section>.row-fluid>.span12 .hs-horizontal-spacer {
  padding-bottom: 9px;
} */
  .body-container--home .widget-type-rich_text h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .body-container--home .widget-type-rich_text p {
    font-size: .9em;
  }
  .body-container--home .widget-type-rich_text ul>li {
    font-size: .9em;
  }
  .alumni_inner_page .widget-type-rich_text h2 {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .alumni_inner_page .widget-type-rich_text p {
    font-size: .9em;
  }
  .program_inner_page .widget-type-rich_text h2{
    font-size: 1.8em;
    margin-bottom: 15px;
  }  
  .program_inner_page .widget-type-rich_text p {
    font-size: .9em;
  }
  .program_inner_page .widget-type-rich_text h4 {
    font-size: .9em;
  }
  .alumni_page .accordion_wrap .panel-body p {
    font-size: .9em;
  }
  .easychef_lab_page .widget-type-rich_text a.cta_button {
    width: auto;
    display: inline-block;
    margin-right: 10px !important;
    font-size: .8em;
  }  
  .easychef_lab_page .widget-type-rich_text .hs-cta-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .easychef_lab_page .main_sec  a.hs-button,
  .easychef_lab_page .main_sec .widget-type-cta a {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    font-size: .8em;
  }
  .alumni_page  .accordion_wrap .panel-group .panel:nth-child(6) table tr td:last-child {
    width: 70px;
  } 
}


@media (min-width: 991px){
  /*   .body-container--home .dnd-section>.row-fluid>.span12 .hs-horizontal-spacer {
  padding-bottom: 21.58px;
} */
}


@media (min-width: 1200px){
  .body-container--home .dnd-section nav>ul li {
    font-size: .95625em;
  }
  .easychef_lab_page .widget-type-rich_text {
    font-size: .95625em;
  }
  /*   .body-container--home .dnd-section>.row-fluid>.span12 .hs-horizontal-spacer {
  padding-bottom: 22.95px;
} */
  .body-container--home .widget-type-rich_text h2 {
    margin-bottom: 20px;
  }
  .body-container--home .widget-type-rich_text h2 {
    font-size: 1.9125em;
  }
  .body-container--home .widget-type-rich_text p {
    font-size: .95625em;
  }
  .body-container--home .widget-type-rich_text ul>li {
    font-size: .95625em;
  }
  .alumni_inner_page .widget-type-rich_text h2 {
    margin-bottom: 20px;
    font-size: 1.9125em;
  }
  .alumni_inner_page .widget-type-rich_text p {
    font-size: .95625em;
  }
  .alumni_page .widget-type-rich_text h2 {
    margin-bottom: 20px;
    font-size: 1.9125em;
  }
  .alumni_page .widget-type-rich_text p {
    font-size: .95625em;
  }
  .program_inner_page .widget-type-rich_text h2{
    margin-bottom: 20px;
    font-size: 1.9125em;
  }
  .program_inner_page .widget-type-rich_text p {
    font-size: .95625em;
  }
  .program_inner_page .widget-type-rich_text h4 {
    font-size: .95625em;
  }
  .alumni_page .accordion_wrap .panel-body p {
    font-size: .95625em;
  }
  .easychef_lab_page .widget-type-rich_text a.cta_button {
    font-size: .85em;
  }
  .easychef_lab_page .widget-type-rich_text .hs-cta-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .easychef_lab_page .main_sec  a.hs-button,
  .easychef_lab_page .main_sec .widget-type-cta a {
    font-size: .85em;
  }
  .alumni_page .accordion_wrap .panel-group .panel:nth-child(6) table tr td:last-child {
    width: 100px;
  } 
}

@media (min-width: 768px) and (max-width: 992px){
  .body-container--home .company-section .img_wrap {
    width: 253.16px;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
  .body-container--home .company-section .img_wrap {
    width: 281.85px;
  }
}

@media (min-width: 1200px) and (max-width: 1359px){
  .body-container--home .company-section .img_wrap {
    width: 275.89px;
    min-width: 200px;
  }
}


@media (min-width: 1359px){
  .body-container--home .dnd-section nav>ul li {
    font-size: 1.0125em;
  }
  .easychef_lab_page .widget-type-rich_text {
    font-size: 1.0125em;
  }
  /*   .body-container--home .dnd-section>.row-fluid>.span12 .hs-horizontal-spacer{
  padding-bottom: 24.6px;
} */
  .body-container--home .widget-type-rich_text h2 {
    font-size: 2.025em;
  }
  .body-container--home .widget-type-rich_text p {
    font-size: 1.0125em;
  }
  .body-container--home .widget-type-rich_text ul>li {
    font-size: 1.0125em;
  }
  .alumni_inner_page .widget-type-rich_text h2 {
    font-size: 2.025em;
  }  
  .alumni_inner_page .widget-type-rich_text p {
    font-size: 1.0125em;
  }
  .alumni_page .widget-type-rich_text h2 {
    font-size: 2.025em;
  }
  .alumni_page .widget-type-rich_text p {
    font-size: 1.0125em;
  }
  .program_inner_page .widget-type-rich_text h2{
    font-size: 2.025em;
  }
  .program_inner_page .widget-type-rich_text p {
    font-size: 1.0125em;
  }
  .program_inner_page .widget-type-rich_text h4 {
    font-size: 1.0125em;
  }
  .alumni_page .accordion_wrap .panel-body p {
    font-size: 1.0125em;
  }
  .easychef_lab_page .widget-type-rich_text a.cta_button {
    font-size: .9em;
  }
  .easychef_lab_page .main_sec  a.hs-button,
  .easychef_lab_page .main_sec .widget-type-cta a {
    font-size: .9em;
  }
}


@media (max-width: 991px){
  .body-container--home .widget-type-rich_text a figure {
    display: block;
  }
}

@media (max-width: 767px){
  .body-container--home .widget-type-rich_text a figure {
    padding-top: 18px;
    padding-bottom: 15px;
  }
  .body-container--home .widget-type-rich_text h2 {
    margin-bottom: 10px;
  }
  .body-container--home .widget-type-rich_text h2 {
    margin-bottom: 10px;
  }
  .alumni_inner_page .widget-type-rich_text h2 {
    margin-bottom: 10px;
  }
  .program_inner_page .widget-type-rich_text h2{
    margin-bottom: 10px;
  }
  .body-container--home .company-section .content_wrap {
    margin-top: 0;
  }
  .alumni_page .widget-type-rich_text h2 {
    margin-bottom: 10px;
  }
  .alumni_page .widget-type-rich_text table {
    width: calc(100% - 30px);
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    overflow-y: hidden;
  }
  .alumni_page .service_card .item .content h4 {
    min-height: auto;
  }
  .alumni_page .service_card .item .content .btn,
  .alumni_page .service_card .item .content a.cta_button {
    margin-top: 20px;
  }
  .easychef_lab_page .widget-type-rich_text .hs-cta-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .alumni_page .accordion_wrap .panel-body table tr td img {
    width: 20px;
  }
  .body-container--home .widget-type-rich_text  figure img {
    width: 20px;
  }
}

/* ================== alumni inner page col breakpoints ================ */


.alumni_inner_page .row-fluid .span12{
  width: 100%;
}
.alumni_inner_page .row-fluid .span11{
  width: 100%;
}
.alumni_inner_page .row-fluid .span10{
  width: 100%;
}
.alumni_inner_page  .row-fluid .span9 {
  width: 100%;
}
.alumni_inner_page .row-fluid .span8 {
  width: 100%;
}
.alumni_inner_page .row-fluid .span7 {
  width: 100%;
}
.alumni_inner_page .row-fluid .span6{
  width: 100%;
}
.alumni_inner_page .row-fluid .span5 {
  width: 100%;
}
.alumni_inner_page .row-fluid .span4{
  width: 100%;
}
.alumni_inner_page .row-fluid .span3 {
  width: 100%;
}
.alumni_inner_page .row-fluid .span2 {
  width: 100%;
}
.alumni_inner_page .row-fluid .span1 {
  width: 100%;
}


@media (min-width: 992px) {
  .alumni_inner_page .row-fluid .span12 {
    width: 100%;
  }
  .alumni_inner_page .row-fluid .span11 {
    width: 91.66%;
  }
  .alumni_inner_page .row-fluid .span10 {
    width: 83.33%;
  }
  .alumni_inner_page .row-fluid .span9{
    width: 75%;
  }
  .alumni_inner_page .row-fluid .span8 {
    width: 66.66%;
  }
  .alumni_inner_page .row-fluid .span7{
    width: 58.33%;
  }
  .alumni_inner_page .row-fluid .span6 {
    width: 50%;
  }
  .alumni_inner_page .row-fluid .span5 {
    width: 41.66%;
  }
  .alumni_inner_page .row-fluid .span4{
    width: 33.33%;
  }
  .alumni_inner_page .row-fluid .span3 {
    width: 25%;
  }
  .alumni_inner_page .row-fluid .span2 {
    width: 16.66%;
  }
  .alumni_inner_page .row-fluid .span1 {
    width: 8.33%;
  }
}


/* ================== alumni inner page col breakpoints end ================ */



/* ================== SAGaR CSS END ================ */




/* ================== NEHA CSS ================ */


.dnd-section[class*="force-full-width-section"],
.dnd-section[class*="force-full-width-section"] > .row-fluid,
.dnd-section[class*="force-full-width-section"] > .row-fluid > div{
  padding:0;
}


.green_table table tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.contact_page .widget-type-rich_text strong {
  color: #6d6e71;
}

.contact_page .contact-form-section .widget-type-rich_text td {
  padding: 0;
  border:0;
}

.contact_page .widget-type-rich_text h2 {
  margin-bottom: 10px;
}
.contact_page .widget-type-rich_text p {
  line-height: 1.42857143;
}
.contact_page .widget-type-rich_text li {
  line-height: 1.42857143;
}
.contact_page .contact-form-section .widget-type-rich_text table tr:nth-child(even) td {
  background: transparent;
}
.office-section .widget-type-rich_text p{
  margin: auto;
}
.green_table table {
  width: 100%;
}

.green_table table td,
.green_table table th {
  border: 0;
}
.contact_page form input[type=submit], form .hs-button {
  padding: 15px 16px;
}

.contact_page .widget-type-rich_text h4 {
  font-size: 1.03125em;
  line-height: 150%;
  color: #5a621c;
  font-family: 'Open Sans','Arial';
  font-weight: 500;
}
.contact_page .widget-type-rich_text strong{
  font-size: 16px;
}

.contact-form-section .social-container a {
  display: unset;
  margin: 0;
}

.contact-form-section .social-container a img {
  width: unset;
}

.contact-form-section .social-container {
  padding: 0;
}

.contact_page .widget-type-rich_text h4 {
  font-size: 1.03125em;
  line-height: 150%;
  color: #5a621c;
  font-family: 'Open Sans','Arial';
  font-weight: 500;
}
.contact_page .widget-type-rich_text strong{
  font-size: 16px;
}

.contact-form-section .social-container a {
  display: unset;
  margin: 0;
}

.contact-form-section .social-container a img {
  width: unset;
}

.contact-form-section .social-container {
  padding: 0;
}
.office-section .widget-type-rich_text p{
  font-size: .84375em;
  line-height: 150%;
}
.contact_page .office-section .widget-type-rich_text h2 {
  margin-bottom: 20px;
  margin-top:0;
}
.contact-form-section .grecaptcha-badge {
  margin: 0;
}
.contact_page select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* careers page */

.career_page .dnd-section form input[type=text]:focus,.career_page .dnd-section form input[type=email]:focus,.career_page .dnd-section form input[type=tel]:focus {
  border-radius: 0;
  box-shadow: none;
}

.career_page .dnd-section form input[type=text],.career_page .dnd-section form input[type=email],.career_page .dnd-section form input[type=tel] {
  border-radius: 0;
  box-shadow: none;
}

.green_table table tr:first-child td {
  background-color: #4e5700;
  color: #fff;
}

.accordion_wrap .panel-body table {
  word-break: keep-all;
}

.green_table table {
  width: 100%;
  word-break: keep-all;
  border-collapse: separate;
}

.green_table,
.green_table .table_responsive_wrap,
.contact_page .green_table .hs_cos_wrapper_type_rich_text{
  overflow-x: auto;
  min-height: .01%;
}
.contact_page .green_table .hs_cos_wrapper_type_rich_text{
  display: inline-block;
}
.contact_page table{
  word-break: keep-all;
}

.about_inner_page .top_section .widget-type-rich_text h2 {
  margin-top: 0;
}

.about_inner_page .top_section .widget-type-rich_text p,
.about_inner_page .top_section .widget-type-rich_text li,
.contact_page .office-section .widget-type-rich_text li{
  margin: auto;
  font-size: .84375em;
  line-height: 150%;
}

.about_inner_page .accordion_wrap .titled-line {
  margin: 0;
}
.page-center{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.about_inner_page .hs_cos_gallery .caption {
  padding: 10px;
  width: 100%;
  text-align: center !important;
}

.about_inner_page .hs_cos_gallery .caption h4 {
  font-size: 18px;
  line-height: 1.1;
}
.about_inner_page .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  display: block;
}
.about_inner_page .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide{
  margin:0 auto !important;
}

.about_inner_page .hs_cos_gallery_main .slick-slide img {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  display: inline-block;
}

.about_inner_page .hs_cos_gallery_main {
  padding: 0;
  margin:0;
}
.about_inner_page .hs_cos_gallery .caption p{
  margin: auto;
  font-size: .75em;
  line-height: 150%;
}
.about_inner_page button.slick-arrow {
  display: none !important;
}
.office-section .widget-type-rich_text li{
  line-height: 150%;
}
.about_inner_page .span1 .hs-horizontal-spacer{
  padding:0;  
}

@media (min-width: 768px){
  .contact_page .widget-type-rich_text h4 {
    font-size: 1.1em;
  }
  .office-section .widget-type-rich_text p,
  .about_inner_page .top_section .widget-type-rich_text p,
  .about_inner_page .top_section .widget-type-rich_text li,
  .contact_page .office-section .widget-type-rich_text li{
    font-size: .9em;
  }
  .about_inner_page .hs_cos_gallery .caption p{
    font-size: .8em;
  }
}
@media (min-width: 1200px){
  .contact_page .widget-type-rich_text h4 {
    font-size: 1.16875em;
  }
  .office-section .widget-type-rich_text p,
  .about_inner_page .top_section .widget-type-rich_text p,
  .about_inner_page .top_section .widget-type-rich_text li
  .contact_page .office-section .widget-type-rich_text li{
    font-size: .95625em;
  }
  .about_inner_page .hs_cos_gallery .caption p{
    font-size: .85em;
  } 
}
@media (min-width: 1359px){
  .contact_page .widget-type-rich_text h4 {
    font-size: 1.2375em;
  }  
  .office-section .widget-type-rich_text p,
  .about_inner_page .top_section .widget-type-rich_text p,
  .about_inner_page .top_section .widget-type-rich_text li,
  .contact_page .office-section .widget-type-rich_text li{
    font-size: 1.0125em;
  }
  .about_inner_page .hs_cos_gallery .caption p{
    font-size: .9em;
  }
}

@media(max-width:991px){
  .about_inner_page .hs-horizontal-spacer {
    padding-bottom: 30px;
    display: inline-block;
  } 
}

@media(max-width:767px){
  .contact_page form input[type=submit],
  form .hs-button {
    padding: 15px 16px;
    width: 100%;
    display: block;
  }
  .accordion_wrap .panel-body.green_table ,
  .about_inner_page .green_table .table_responsive_wrap,
  .contact_page .green_table .table_responsive_wrap{
    width: calc(100% - 30px);
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .contact_page .green_table .hs_cos_wrapper_type_rich_text {
    width: 100%;
    margin-bottom: 10px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .about_inner_page .hs-horizontal-spacer {
    padding-bottom: 15px;
  } 
  .contact_page .office-section .widget-type-rich_text h2{
    margin-bottom:10px; 
  }
}
.program_inner_page .accordion_wrap .panel-body >div {
  line-height: 150%;
}
.program_inner_page .accordion_wrap .panel-body p {
  line-height: inherit;
}

.accordion_wrap .panel-body table[value=no_header_green_table] {
  border-collapse: separate;
  border: 1px solid #bcbec0;
}

.accordion_wrap .panel-body table[value=no_header_green_table] tr:nth-child(even) td {
  background-color: #f5f5f5;
}

.accordion_wrap .panel-body table[value=no_header_green_table] tr:first-child td {
  background: transparent;
  color: #000;
}

.accordion_wrap .panel-body table[value=no_header_green_table] tr:nth-child(odd) td {
  background: transparent;
}

.accordion_wrap .panel-body table[value=no_header_green_table] td {
  padding: 15px;
}
.green_table table[value=green_table_with_line] td {
  border-right: 1px solid #acacac;
}

.green_table table[value=green_table_with_line] tr:first-child td {
  border: none;
}

.about_inner_page .slick-dots {
  list-style: none;
  padding: 0;
  overflow: hidden;
  text-align: center;
  margin: auto;
  display: inline-block;
}
.about_inner_page .slick-dots li {
  float: left;
  color: transparent;
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  overflow: hidden;
}
.about_inner_page .slick-dots li button {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #939598;
  border: 0;
  outline: 0;
}



/* ================== NEHA CSS END ================ */