.u-accordion__body{
  font-weight: 400 !important;
  font-size: 10px !important;
/*  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
  */
}

.d-flex {
  display: flex;
}
.justify-content-between {
  
  justify-content: space-between !important;
}

.d-flex {
  display: flex;
}

.footer-v1 .link-list li {
  border-top: solid 1px #eee;
}

/*
.recruitmentClass {
  color: #18ba9b !important;
}
.trainingClass {
  color: #ec7063 !important; 
}

.consultancyClass {
  color: #4B9CD1 !important;
}

.legalClass {
  color: #9E77C5 !important;
}

.evaluationClass {
  color: #7dbc45 !important;
}
*/





/*------------------------------------
  Accordions
------------------------------------*
 .u-accordion__header {
    padding: 0.71429rem 1.07143rem;
  }
  
   .u-accordion__body {
	padding: 1.07143rem;
  }
  
   .u-accordion__control-icon i:nth-child(1) {
	display: none;
  }
  
   .collapsed .u-accordion__control-icon i:nth-child(1) {
	display: inline;
  }
  
   .u-accordion__control-icon i:nth-child(2) {
	display: inline;
  }
  
   .collapsed .u-accordion__control-icon i:nth-child(2) {
	display: none;
  }
  
   [aria-expanded="false"] .u-accordion__control-icon i:nth-child(1) {
	display: inline;
  }
  
   [aria-expanded="false"] .u-accordion__control-icon i:nth-child(2) {
	display: none;
  }
  
   [aria-expanded="true"] .u-accordion__control-icon i:nth-child(1) {
	display: none;
  }
  
   [aria-expanded="true"] .u-accordion__control-icon i:nth-child(2) {
	display: inline;
  }
  
   .u-accordion [class*="et-icon-"], .u-accordion-line-icon-pro {
	position: relative;
	top: 3px;
  }
  
   .u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
	color: #72c02c !important;
  }
  
   .u-accordion-color-white .u-accordion__header [aria-expanded="true"] {
	color: #fff !important;
  }
  
   .u-accordion-bg-primary .u-accordion__header [aria-expanded="true"] {
	background-color: #72c02c !important;
	border-color: #72c02c !important;
  }
  
   .u-accordion-bg-white .u-accordion__header [aria-expanded="true"] {
	background-color: #fff !important;
	border-color: #fff !important;
  }
  
   .u-accordion-brd-primary .u-accordion__header [aria-expanded="true"] {
    border-color: #72c02c !important;
    
  }
  
   .u-accordion-brd-white .u-accordion__header [aria-expanded="true"] {
	border-color: #fff !important;
  }


  .g-color-main {
    color: #555 !important;
  }
  
*/

  




  /*------------------------------------
  Default Styles
------------------------------------*
html {
	font-size: 14px;
  }
  
  body {
	font-weight: 400;
	font-size: 1rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.6;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
	text-rendering: optimizelegibility;
	background-color: #fff;
  }
  
  a {
	color: #72c02c;
	outline: none;
  }
  
  a:focus,
  a:hover {
	color: #66ab27;
  }
  
  .nav-link {
	color: #555;
  }
  
  .nav-link:focus,
  .nav-link:hover {
	color: #555;
  }
  
  figure {
	margin-bottom: 0;
  }
  
  /*------------------------------------
	Headings
  ------------------------------------*
  .h1, .h2, .h3, .h4, .h5, .h6, .h7,
  h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
  }
  
  .h7 {
	font-size: .75rem;
  }
  
  /*------------------------------------
	Displays
  ------------------------------------*
  .display-5 {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.1;
  }
  
  /*------------------------------------
	Highlight Color
  ------------------------------------*
  ::-moz-selection {
	color: #fff;
	background-color: #72c02c;
  }
  
  ::selection {
	color: #fff;
	background-color: #72c02c;
  }
  
  .g-bg-primary ::-moz-selection {
	color: #72c02c;
	background-color: #fff;
  }
  
  .g-bg-primary ::selection {
	color: #72c02c;
	background-color: #fff;
  }

*/

/*

.u-accordion-brd-primary .u-accordion__header [aria-expanded="true"] {
    border-color: #72c02c !important;
}

.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
  color: #72c02c !important;
}

.g-pa-15-0 {
  padding: 1.07143rem 0 !important;
}

.g-color-main {
  color: #555 !important;
}

.g-brd-gray-light-v4 {
  border-color: #eee !important;
}

.g-brd-bottom {
  border-bottom: solid 1px transparent !important;
}

.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

a {
  color: #72c02c;
  outline: none;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

*, ::after, ::before {
  box-sizing: border-box;
}

a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

.g-font-weight-600 {
  font-weight: 600 !important;
}

.g-font-size-default {
  font-size: 1rem !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-size: 0.83em;
  font-weight: bold;
}


element.style {
}
.u-accordion-brd-primary .u-accordion__header [aria-expanded="true"] {
    border-color: #72c02c !important;
}
.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
    color: #72c02c !important;
}
.g-pa-15-0 {
    padding: 1.07143rem 0 !important;
}
.g-color-main {
    color: #555 !important;
}
.g-brd-gray-light-v4 {
    border-color: #eee !important;
}
.g-brd-bottom {
    border-bottom: solid 1px transparent !important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
a {
    color: #72c02c;
    outline: none;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.g-font-weight-600 {
    font-weight: 600 !important;
}
.g-font-size-default {
    font-size: 1rem !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
user agent stylesheet
h5 {
    font-size: 0.83em;
    font-weight: bold;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

html {
  font-size: 14px;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

*, ::after, ::before {
  box-sizing: border-box;
}

*, ::after, ::before {
  box-sizing: border-box;
}

::selection {
  color: #fff;
  background-color: #72c02c;
}
*/
