/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*$c_marker: #f6e000;*/
/*$c_marker: #8bc1bc;*/
/*@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);*/
@font-face {
  font-family: 'PFDinTextArabicLight';
  src: url("../fonts/PFDinTextArabic-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/PFDinTextArabic-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinTextArabic-Light.woff") format("woff"), url("../fonts/PFDinTextArabic-Light.svg#PFDinTextArabic-Light") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'PFDinTextArabic';
  src: url("../fonts/PFDinTextArabic-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/PFDinTextArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinTextArabic-Regular.woff") format("woff"), url("../fonts/PFDinTextArabic-Regular.svg#PFDinTextArabic-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'PFDinTextArabicMedium';
  src: url("../fonts/PFDinTextArabic-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/PFDinTextArabic-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinTextArabic-Medium.woff") format("woff"), url("../fonts/PFDinTextArabic-Medium.svg#PFDinTextArabic-Medium") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'KaputaUnicode';
  src: url("../fonts/kaputaunicode.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/kaputaunicode.eot?#iefix") format("embedded-opentype"), url("../fonts/kaputaunicode.woff") format("woff"), url("../fonts/kaputaunicode.ttf") format("truetype"), url("../fonts/kaputaunicode.svg#0b2d73887674144f3aaf66b7f729c518") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'BhashitaComplexSans';
  src: url("../fonts/BhashitaComplexSans.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/BhashitaComplexSans.eot?#iefix") format("embedded-opentype"), url("../fonts/BhashitaComplexSans.woff") format("woff"), url("../fonts/BhashitaComplexSans.ttf") format("truetype"), url("../fonts/BhashitaComplexSans.svg#665fb1a2d41a10b270f7e943f120bd7f") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Sri Tamil Sans';
  src: url("../fonts/SriTamSans.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SriTamSans.eot?#iefix") format("embedded-opentype"), url("../fonts/SriTamSans.woff") format("woff"), url("../fonts/SriTamSans.ttf") format("truetype"), url("../fonts/SriTamSans.svg#fe4d1b0cd6e1af4d9400e4615efa7a87") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
body {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-feature-settings: "liga" on;
  -moz-font-feature-settings: "liga" on;
  -webkit-font-feature-settings: "liga" on;
  -ms-font-feature-settings: "liga" on;
  -o-font-feature-settings: "liga" on;
}

@font-face {
  font-family: 'gbgd icons';
  src: url("../fonts/gbgdicons-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/gbgdicons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gbgdicons-Regular.woff") format("woff"), url("../fonts/gbgdicons-Regular.ttf") format("truetype"), url("../fonts/gbgdicons-Regular.svg#e291646382390ed99f2bf1a1c89c74c7") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'tc icons';
  src: url("../fonts/tcicons-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/tcicons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/tcicons-Regular.woff") format("woff"), url("../fonts/tcicons-Regular.ttf") format("truetype"), url("../fonts/tcicons-Regular.svg#08fe0a321d61e86893cd278cf783b04a") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
.gbi {
  display: inline-block;
  font-family: 'tc icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gbi_twitter:before {
  content: "\E000";
}

.gbi_fb:before {
  content: "\E001";
}

.gbi_share:before {
  content: "\E002";
}

.gbi_nl:before {
  content: "\E003";
}

.gbi_rss:before {
  content: "\E004";
}

.gbi_search:before {
  content: "\E007";
}

.gbi_pulldown:before {
  content: "\E00A";
}

.gbi_playvideo:before {
  content: "\E00E";
}

.gbi_quote:before {
  content: "\E010";
}

.gbi_send:before {
  content: "\E013";
}

.gbi_print:before {
  content: "\E014";
}

.gbi_close:before {
  content: "\E01D";
}
.gbi_link_ltr:before {
  content: "\E015";
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap_all {
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 320px) {
  .wrap_all {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap_all:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 640px) {
  .wrap_all {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap_all:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 995px) {
  .wrap_all {
    max-width: 995px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap_all:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 320px) {
  .wrap_box {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.125%;
    /*    margin-bottom: gutter(1);*/
  }
  .wrap_box:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 640px) {
  .wrap_box {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5625%;
    /*    margin-bottom: gutter(2);*/
  }
  .wrap_box:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 995px) {
  .wrap_box {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.04167%;
    /*    margin-bottom: gutter(3);*/
  }
  .wrap_box:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.wrap_content {
  padding-left: 10px;
}

header {
  height: 210px;
}
@media (min-width: 320px) {
  header {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    /*		margin-bottom: gutter(1);*/
    /*		margin-left: gutter(1);*/
  }
}
@media (min-width: 640px) {
  header {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    /*		margin-bottom: gutter(2);*/
    /*		margin-left: gutter(2);*/
  }
}
@media (min-width: 995px) {
  header {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    /*		margin-bottom: gutter(3);*/
    /*		margin-left: gutter(3);*/
  }
}

@media (min-width: 320px) {
  .header_3_1, .header_3_2, .header_3_3 {
    display: none;
  }
}
@media (min-width: 640px) {
  .header_3_1, .header_3_2, .header_3_3 {
    width: 25%;
    display: initial;
  }
}
@media (min-width: 995px) {
  .header_3_1, .header_3_2, .header_3_3 {
    width: 33.333%;
    display: initial;
  }
}

@media (min-width: 320px) {
  .mict_bar_open, #en .header_3_1, #si .header_3_2, #ta .header_3_3 {
    width: 100%;
    display: initial;
  }
}
@media (min-width: 640px) {
  .mict_bar_open, #en .header_3_1, #si .header_3_2, #ta .header_3_3 {
    width: 50%;
    display: initial;
  }
}
@media (min-width: 995px) {
  .mict_bar_open, #en .header_3_1, #si .header_3_2, #ta .header_3_3 {
    width: 33.333%;
    display: initial;
  }
}

@media (min-width: 320px) {
  .main_bg {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3.22581%;
  }
}
@media (min-width: 640px) {
  .main_bg {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5873%;
  }
}
@media (min-width: 995px) {
  .main_bg {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.05263%;
  }
}

@media (min-width: 320px) {
  .hp_box_content, .footer_content, .a_box_content {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
  }
}
@media (min-width: 640px) {
  .hp_box_content, .footer_content, .a_box_content {
    width: 98.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
  }
}
@media (min-width: 995px) {
  .hp_box_content, .footer_content, .a_box_content {
    width: 98.95833%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
  }
}
.a_box_full {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}
@media (min-width: 320px) {
  .a_box_full {
		padding: 0 5px;
  }
}
@media (min-width: 640px) {
  .a_box_full {
		padding: 0 0px;
  }
}
@media (min-width: 995px) {
  .a_box_full {
		padding: 0 3px;
  }
}

.hp_box_1c {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .hp_box_1c {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
    height: 300px;
  }
}
@media (min-width: 640px) {
  .hp_box_1c {
    width: 48.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
    margin-bottom: 1.5625%;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .hp_box_1c {
    width: 32.29167%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    margin-bottom: 1.04167%;
    height: 300px;
  }
}

.hp_box_list {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .hp_box_list {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
    padding-bottom: 3.125%;
  }
}
@media (min-width: 640px) {
  .hp_box_list {
    width: 48.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
    margin-bottom: 1.5625%;
    padding-bottom: 1.5625%;
  }
}
@media (min-width: 995px) {
  .hp_box_list {
    width: 32.29167%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    margin-bottom: 1.04167%;
    padding-bottom: 1.04167%;
  }
}

.a_box_list {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .a_box_list {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
    padding-bottom: 3.125%;
  }
}
@media (min-width: 640px) {
  .a_box_list {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
    padding-bottom: 3.125%;
  }
}
@media (min-width: 995px) {
  .a_box_list {
    width: 48.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
    margin-bottom: 1.5625%;
    padding-bottom: 1.5625%;
  }
}

.hp_box_2c {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .hp_box_2c {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
    height: 600px;
  }
}
@media (min-width: 640px) {
  .hp_box_2c {
    width: 98.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
    margin-bottom: 1.5625%;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .hp_box_2c {
    width: 65.625%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    margin-bottom: 1.04167%;
    height: 300px;
  }
}

.hp_box_3c {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .hp_box_3c {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
    height: 600px;
  }
}
@media (min-width: 640px) {
  .hp_box_3c {
    width: 98.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
    margin-bottom: 1.5625%;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .hp_box_3c {
    width: 98.95833%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
    margin-bottom: 1.04167%;
    height: 300px;
  }
}

.hp_image_1c_frame {
  overflow: hidden;
  height: 300px;
}
@media (min-width: 320px) {
  .hp_image_1c_frame {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .hp_image_1c_frame {
    width: 49.20635%;
    float: left;
    margin-right: 1.5873%;
  }
}
@media (min-width: 995px) {
  .hp_image_1c_frame {
    width: 49.20635%;
    float: left;
    margin-right: 1.5873%;
  }
}

.a_image_1c_frame {
  overflow: hidden;
  /*	height: $boxheight;*/
}
@media (min-width: 320px) {
  .a_image_1c_frame {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .a_image_1c_frame {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 995px) {
  .a_image_1c_frame {
    width: 49.20635%;
    float: left;
    margin-right: 1.5873%;
  }
}

@media (min-width: 320px) {
  .hp_image_1c {
    width: 305px;
  }
}
@media (min-width: 640px) {
  .hp_image_1c {
    width: 305px;
  }
}
@media (min-width: 995px) {
  .hp_image_1c {
    width: 305px;
  }
}

.hp_image_2c_frame {
  overflow: hidden;
  height: 300px;
}
@media (min-width: 320px) {
  .hp_image_2c_frame {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .hp_image_2c_frame {
    width: 49.20635%;
    float: left;
    margin-right: 1.5873%;
  }
}
@media (min-width: 995px) {
  .hp_image_2c_frame {
    width: 66.31579%;
    float: left;
    margin-right: 1.05263%;
  }
}

@media (min-width: 320px) {
  .hp_image_2c {
    width: 625px;
    left: -50%;
    position: relative;
  }
}
@media (min-width: 640px) {
  .hp_image_2c {
    width: 625px;
    left: -50%;
    position: relative;
  }
}
@media (min-width: 995px) {
  .hp_image_2c {
    width: 625px;
    left: 0;
    position: relative;
  }
}

.hp_box_2c .hp_image_2c {
  left: -50%;
}

.hp_image_3c_frame {
  overflow: hidden;
}
@media (min-width: 320px) {
  .hp_image_3c_frame {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .hp_image_3c_frame {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 995px) {
  .hp_image_3c_frame {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 320px) {
  .hp_image_3c {
    width: 945px;
  }
}
@media (min-width: 640px) {
  .hp_image_3c {
    width: 945px;
  }
}
@media (min-width: 995px) {
  .hp_image_3c {
    width: 945px;
  }
}

@media (min-width: 320px) {
  .hp_image_video {
    width: 305px;
  }
}
@media (min-width: 640px) {
  .hp_image_video {
    width: 625px;
  }
}
@media (min-width: 995px) {
  .hp_image_video {
    width: 625px;
  }
}

.hp_box_2c_inside {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .hp_box_2c_inside {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 300px;
  }
}
@media (min-width: 640px) {
  .hp_box_2c_inside {
    width: 49.20635%;
    float: right;
    margin-right: 0;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .hp_box_2c_inside {
    width: 49.20635%;
    float: right;
    margin-right: 0;
    height: 300px;
  }
}

.hp_video .hp_box_2c_inside {
  height: 300px;
}
@media (min-width: 320px) {
  .hp_video .hp_box_2c_inside {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .hp_video .hp_box_2c_inside {
    width: 50.79365%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 995px) {
  .hp_video .hp_box_2c_inside {
    width: 50.79365%;
    float: right;
    margin-right: 0;
  }
}

.hp_video_content {
  position: relative;
}
@media (min-width: 320px) {
  .hp_video_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 300px;
  }
}
@media (min-width: 640px) {
  .hp_video_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 3.22581%;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .hp_video_content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 3.22581%;
    height: 300px;
  }
}

.a_box_2c_inside {
  overflow: hidden;
  min-height: 300px;
  position: relative;
}
@media (min-width: 320px) {
  .a_box_2c_inside {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .a_box_2c_inside {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 995px) {
  .a_box_2c_inside {
    width: 49.20635%;
    float: right;
    margin-right: 0;
  }
}

.hp_box_3c_inside {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .hp_box_3c_inside {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    /*		height: $boxheight_half;*/
    height: 300px;
  }
}
@media (min-width: 640px) {
  .hp_box_3c_inside {
    width: 49.20635%;
    float: right;
    margin-right: 0;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .hp_box_3c_inside {
    width: 32.63158%;
    float: right;
    margin-right: 0;
    height: 300px;
  }
}

.a_box_maincolumn {
  position: relative;
  float: left;
  position: relative;
  min-height: 300px;
}
@media (min-width: 320px) {
  .a_box_maincolumn {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .a_box_maincolumn {
    width: 50%;
  }
}
@media (min-width: 995px) {
  .a_box_maincolumn {
    width: 66.667%;
  }
}
@media (min-width: 320px) {
  .a_box_full .a_box_maincolumn {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .a_box_full .a_box_maincolumn {
    width: 100%;
  }
}
@media (min-width: 995px) {
  .a_box_full .a_box_maincolumn {
    width: 100%;
  }
}


.a_row {
	width: 100%;
	padding: 6px 0;
	float: left;
	border-bottom: 1px solid #888;
	font-family: "PFDinTextArabicLight";
	font-size: 1.6rem;
	line-height: 1.2;
/*	box-sizing: border-box;*/
}
.a_row:last-child {
	border-bottom: none;
}

.a_row ul {
/*	margin-left: -10px;*/
}

.a_row li:before {
    content: "-";
    width: 10px;
    float: left;
    margin-left: -10px;
}
.a_row li {
	float: left;
	clear: both;
	padding-left: 10px;
}
.a_row_content {
	width: 100%;
	padding: 0 5px;
	float: left;
/*	box-sizing: border-box;*/
}

.row_head {
	font-family: "PFDinTextArabicMedium";
	font-size: 1.2rem;
	line-height: 1;
	color: #00AAD9;
	border-bottom: 1px solid #00AAD9;
	text-transform: uppercase;
}
.a_column {
	padding: 0 5px 10px 5px;
	box-sizing: border-box;
	float: left;
/*	border-bottom: 1px solid #333;*/
}
.columnwrap {
	float: left;
	box-sizing: border-box;
}
@media (min-width: 320px) {
  .cw_1,
  .cw_2 {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .cw_1,
  .cw_2 {
    width: 50%;
  }
}
@media (min-width: 995px) {
  .cw_1,
  .cw_2 {
    width: 40%;
  }
}
@media (min-width: 320px) {
  .cw_3 {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .cw_3 {
    width: 100%;
  }
}
@media (min-width: 995px) {
  .cw_3 {
    width: 20%;
  }
}

.cw_1 {
	font-family: "PFDinTextArabicMedium";
}

@media (min-width: 320px) {
  .column_1 {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .column_1 {
    width: 100%;
  }
}
@media (min-width: 995px) {
  .column_1 {
    width: 50%;
  }
}
@media (min-width: 320px) {
  .column_2 {
    width: 100%;
    border-top: 1px solid #E5E5E5;
    margin-top: -6px;
    padding-top: 6px;
  }
}
@media (min-width: 640px) {
  .column_2 {
    width: 100%;
  }
}
@media (min-width: 995px) {
  .column_2 {
    width: 50%;
    border-top: none;
  }
}
@media (min-width: 320px) {
  .column_3 {
    width: 100%;
    border-top: 1px solid #E5E5E5;
    margin-top: -6px;
    padding-top: 6px;
  }
}
@media (min-width: 640px) {
  .column_3 {
    width: 100%;
    border-top: none;
  }
}
@media (min-width: 995px) {
  .column_3 {
    width: 33.333%;
  }
}
@media (min-width: 320px) {
  .column_4 {
    width: 100%;
    border-top: 1px solid #E5E5E5;
    margin-top: -6px;
    padding-top: 6px;
  }
}
@media (min-width: 640px) {
  .column_4 {
    width: 100%;
  }
}
@media (min-width: 995px) {
  .column_4 {
    width: 66.666%;
    border-top: none;
  }
}
@media (min-width: 320px) {
  .column_5 {
    width: 100%;
    border-top: 1px solid #E5E5E5;
    margin-top: -6px;
    padding-top: 6px;
  }
}
@media (min-width: 640px) {
  .column_5 {
    width: 100%;
  }
}
@media (min-width: 995px) {
  .column_5 {
    width: 100%;
    border-top: none;
  }
}

/*.column_10 {
	width: 10%;
}
.column_25 {
	width: 25%;
}*/



.a_box_sidebar {
  position: relative;
  float: left;
  position: relative;
  min-height: 300px;
}
@media (min-width: 320px) {
  .a_box_sidebar {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .a_box_sidebar {
    width: 50%;
  }
}
@media (min-width: 995px) {
  .a_box_sidebar {
    width: 33.333%;
  }
}

.a_box_1c {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .a_box_1c {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
  }
}
@media (min-width: 640px) {
  .a_box_1c {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
  }
}
@media (min-width: 995px) {
  .a_box_1c {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
  }
}

.a_box_2c {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .a_box_2c {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
  }
}
@media (min-width: 640px) {
  .a_box_2c {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
  }
}
@media (min-width: 995px) {
  .a_box_2c {
    width: 98.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
    margin-bottom: 1.5625%;
  }
}

.dossier_header_box {
  overflow: hidden;
  position: absolute;
}
@media (min-width: 320px) {
  .dossier_header_box {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 300px;
  }
}
@media (min-width: 640px) {
  .dossier_header_box {
    width: 49.20635%;
    float: left;
    margin-right: 1.5873%;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .dossier_header_box {
    width: 32.63158%;
    float: left;
    margin-right: 1.05263%;
    height: 300px;
  }
}

.archive_box {
  /*	overflow: hidden;*/
}
@media (min-width: 320px) {
  .archive_box {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
  }
}
@media (min-width: 640px) {
  .archive_box {
    width: 98.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
  }
}
@media (min-width: 995px) {
  .archive_box {
    width: 98.95833%;
    float: left;
    margin-left: 0.52083%;
    margin-right: 0.52083%;
  }
}

@media (min-width: 320px) {
  .archive_3_1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .archive_3_1 {
    width: 50.79365%;
    float: left;
  }
}
@media (min-width: 995px) {
  .archive_3_1 {
    width: 33.68421%;
    float: left;
  }
}

@media (min-width: 320px) {
  .archive_3_2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .archive_3_2 {
    width: 50.79365%;
    float: left;
  }
}
@media (min-width: 995px) {
  .archive_3_2 {
    width: 33.68421%;
    float: left;
  }
}

@media (min-width: 320px) {
  .archive_3_3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .archive_3_3 {
    width: 49.20635%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 995px) {
  .archive_3_3 {
    width: 32.63158%;
    float: right;
    margin-right: 0;
  }
}

.article_wrapper {
  overflow: hidden;
}
@media (min-width: 320px) {
  .article_wrapper {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
  }
}
@media (min-width: 640px) {
  .article_wrapper {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
  }
}
@media (min-width: 995px) {
  .article_wrapper {
    width: 98.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
  }
}

@media (min-width: 320px) {
  .author_header_box {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
  }
}
@media (min-width: 640px) {
  .author_header_box {
    width: 96.875%;
    float: left;
    margin-left: 1.5625%;
    margin-right: 1.5625%;
    margin-bottom: 3.125%;
  }
}
@media (min-width: 995px) {
  .author_header_box {
    width: 98.4375%;
    float: left;
    margin-left: 0.78125%;
    margin-right: 0.78125%;
    margin-bottom: 1.5625%;
  }
}

footer {
  width: 100%;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}

.footer_content {
  width: 100%;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}

.footer_2c {
  float: left;
}
@media (min-width: 320px) {
  .footer_2c {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .footer_2c {
    width: 50%;
  }
}
@media (min-width: 995px) {
  .footer_2c {
    width: 33.333%;
  }
}

.footer_1c_wrap {
  float: left;
}
@media (min-width: 320px) {
  .footer_1c_wrap {
    width: 100%;
    padding: 0 0 0 10px;
  }
}
@media (min-width: 640px) {
  .footer_1c_wrap {
    width: 50%;
  }
}
@media (min-width: 995px) {
  .footer_1c_wrap {
    width: 66.666%;
  }
}

.footer_1c {
  float: left;
}
@media (min-width: 320px) {
  .footer_1c {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .footer_1c {
    width: 50%;
  }
}
@media (min-width: 995px) {
  .footer_1c {
    width: 25%;
  }
}

/*footer {
	@include layout ($box_outside);
}
	
.footer_1c {
	@include layout ($nogutter);
	@include breakpoint ($small) {
		@include span(1 of 2);
	}
	@include breakpoint ($medium) {
		@include span(1 of 4);
	}
	@include breakpoint ($large) {
		@include span(1 of 6 no-gutter);
	}
}
.footer_2c {
	@include layout ($defaultgutter);
	@include breakpoint ($small) {
		@include span(2 of 2);
	}
	@include breakpoint ($medium) {
		@include span(2 of 4);
	}
	@include breakpoint ($large) {
		@include span(2 of 6);
	}
}*/
html {
  font-size: 62.5%;
}

body {
  color: #3f3f3f;
}

body#en {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.2;
}

body#si {
  font-family: "BhashitaComplexSans";
  font-size: 1.4rem;
  line-height: 1.3;
}

body#ta {
  font-family: "Sri Tamil Sans";
  font-size: 1.8rem;
  line-height: 1.1;
}

img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

img.color {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  display: inline;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input:focus {
  outline: none;
}

.wrap_all {
  overflow: visible;
  position: relative;
}

.mict_bar {
  position: absolute;
  width: 10px;
  height: 100%;
  background: #c6411c;
}

.mict_bar_open {
  /*	display: initial;*/
  display: none;
  position: absolute;
  height: 100%;
  background: #c6411c;
  z-index: 15;
  box-sizing: content-box;
}
@media (min-width: 320px) {
  .mict_bar_open {
    padding: 0 0px 0 0;
  }
}
@media (min-width: 640px) {
  .mict_bar_open {
    padding: 0 7px 0 0;
  }
}
@media (min-width: 995px) {
  .mict_bar_open {
    padding: 0 12px 0 0;
  }
}

.mict_bar_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 2.4rem;
}
.mict_bar_close a {
  color: #fff;
}

.mict_bar_open .gbi:hover {
  color: #fff;
}

.mict_bar_head {
  background: url("../images/mict_head_ltr.svg") no-repeat;
  width: 160px;
  height: 160px;
}

.mict_bar_text {
  padding: 0 19px 20px 19px;
  margin: -10px 0 0 0;
  font-family: "PFDinTextArabicLight";
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
}
.mict_bar_text a {
  color: #fff;
}

/*#si .mict_bar_text {
	font-family: $f_feature_si;
	line-height: 1.2;
}
#ta .mict_bar_text {
	font-family: $f_feature_ta;
	line-height: 1.2;
}*/
.mict_top, .mict_bottom {
  position: absolute;
  width: 25px;
  height: 50px;
  background: url("../images/mict_vert.svg") no-repeat;
  left: -22px;
}

.mict_top {
  top: 10px;
}

.mict_bottom {
  bottom: 10px;
}

.wrap_box {
  position: relative;
  float: right;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0 0 6px 3px rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 6px 3px rgba(100, 100, 100, 0.2);
}

header {
  font-family: "PFDinTextArabicLight";
  line-height: 1;
}

#si header {
  font-family: "BhashitaComplexSans";
  line-height: 1;
}

#ta header {
  font-family: "Sri Tamil Sans";
  line-height: 1;
}

.header_3_1, .header_3_2, .header_3_3 {
  height: 105px;
  position: relative;
  float: left;
  background: #FFFFFF url("../images/bg_header.png") repeat left top;
}

.header_3_1:hover,
.header_3_2:hover,
.header_3_3:hover {
  background: none;
}

/*#en .header_3_2:hover {
	border-left: 1px solid $c_black_10;
}*/
.header_3_1 {
  padding: 0 10px;
}

.header_3_2,
.header_3_3 {
  padding: 0 10px;
}
@media (min-width: 320px) {
  .header_3_2,
  .header_3_3 {
    border-left: none;
  }
}
@media (min-width: 640px) {
  .header_3_2,
  .header_3_3 {
    border-left: 1px solid #FFFFFF;
  }
}
@media (min-width: 995px) {
  .header_3_2,
  .header_3_3 {
    border-left: 1px solid #FFFFFF;
  }
}

.header_content {
  border-top: 1px solid #666666;
  width: 100%;
  height: 105px;
  padding: 0.5em 0 0 0;
  margin-top: 10px;
  color: #666666;
}

.active_header .header_content {
  border-top-color: #00AAD9;
  color: #00AAD9;
}
.active_header .header_content a {
  color: #00AAD9;
}

.active_header {
  background-image: none;
}

.h_logo, .footer_logo {
  font-family: "PFDinTextArabicLight";
  /*	width: 92px;*/
  /*	height: 40px;*/
  position: absolute;
}

.h_logo {
  top: 19px;
  line-height: 1;
  /*	background: url('../images/niqash_green.svg') no-repeat;*/
}
@media (min-width: 320px) {
  .h_logo {
    font-size: 3rem;
  }
}
@media (min-width: 640px) {
  .h_logo {
    font-size: 2.2rem;
  }
}
@media (min-width: 995px) {
  .h_logo {
    font-size: 3rem;
  }
}

#en .header_3_1 .h_logo, #si .header_3_2 .h_logo, #ta .header_3_3 .h_logo {
  font-size: 3rem;
}

.footer_logo {
  font-size: 3rem;
  top: 19px;
  line-height: 1;
}

.h_strapline {
  /*	color: $c_brand_light;*/
  width: 66%;
  position: absolute;
  top: 63px;
}

/*#en .header_3_2 .h_projectslogan,
#ku .header_3_2 .h_projectslogan, 
#ar .header_3_1 .h_projectslogan,
.header_3_3 .h_projectslogan {
	@include breakpoint ($medium) {
		display: none;
	}
	@include breakpoint ($large) {
		display: inline;
	}
}*/
.h_language {
  position: absolute;
  bottom: 6px;
  left: 10px;
  /*	font-size: 1.6rem;*/
  line-height: 1;
}

.header_3_1 .h_language {
  font-family: "PFDinTextArabicLight";
  font-size: 1.6rem;
}

.header_3_2 .h_language {
  font-family: "BhashitaComplexSans";
  font-size: 1.5rem;
}

.header_3_3 .h_language {
  font-family: "Sri Tamil Sans";
  font-size: 1.8rem;
}

.header_content .gbi_pulldown {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 3.3rem;
}

.nav_wrap {
  padding-left: 10px;
}

.h_nav_box {
  position: relative;
  z-index: 5;
}

.h_social_box, .h_spacer, .h_nav_box {
  float: left;
  height: 35px;
  width: 100%;
}

.h_social, .footer_social .gbi {
  float: left;
  position: relative;
  color: #ABABAB;
  font-size: 3.3rem;
  /*a {
  	color: #ABABAB;
  }*/
  padding: 7px 10px 0 0;
}

.h_social_box a {
  color: #ABABAB;
}

.footer_social .gbi {
  color: #fff;
  padding: 5px 0 0 10px;
}

.h_search .gbi:hover, .h_social_box .gbi:hover, .footer_social .gbi:hover {
  color: #ea6cac;
}
.h_search .gbi:hover a, .h_social_box .gbi:hover a, .footer_social .gbi:hover a {
  color: #ea6cac;
}

.share_box_open {
  display: none;
  font-family: "PFDinTextArabicLight";
  line-height: 1.2;
  position: absolute;
  z-index: 10;
  background: #fff;
}
.share_box_open .gbi_close_list {
  position: absolute;
  top: 7px;
  right: 10px;
  /*		width: 10px;*/
  /*		height: 10px;*/
  font-size: 2rem;
}
.share_box_open a {
  color: #ABABAB;
}

#en .share_box_open {
  font-family: "PFDinTextArabicLight";
  line-height: 1.2;
}

#si .share_box_open {
  font-family: "BhashitaComplexSans";
  line-height: 1.2;
}

#ta .share_box_open {
  font-family: "Sri Tamil Sans";
  line-height: 1.1;
}

.h_share_box {
  /*	margin: 0 -1px;*/
  border-right: 1px solid #E5E5E5;
}

.a_share_box {
  border-left: 1px solid #E5E5E5;
  right: 0;
}
.a_share_box .share_box_list {
  padding: 0 0 0.5em 10px;
}

.a_share_bottom {
  bottom: 0;
  border-top: 1px solid #E5E5E5;
}

.share_box_list {
  width: 220px;
  padding: 0 0 0.5em 10px;
  border-bottom: 1px solid #E5E5E5;
}

.share_box_list:last-of-type {
  border-bottom: none;
}

.share_list_header {
  width: 100%;
  padding: 0.5em 0 0 0;
  /*	font-weight: bold;*/
}

.share_list_item {
  width: 100%;
}

.share_list_item:hover {
  color: #ea6cac;
  text-decoration: none;
}

.share_entry {
  height: 20px;
  width: 200px;
  background: #E5E5E5;
  border: 0;
  margin: 5px 0px;
  padding: 1px 5px;
}

.h_newsletter_box {
  float: left;
  position: relative;
  margin: 12px 0 0 0;
}

.h_newsletter_closed {
  position: absolute;
  border-left: 1px solid #ABABAB;
  height: 25px;
  width: 120px;
}

.h_newsletter_closed:hover, .h_newsletter_closed:hover .gbi_pulldown {
  color: #ea6cac;
}
.h_newsletter_closed:hover a, .h_newsletter_closed:hover .gbi_pulldown a {
  color: #ea6cac;
}

.h_newsletter_type {
  float: left;
  margin: 9px 8px 0 10px;
}

#en .h_newsletter_type {
  font-size: 1.3rem;
  text-transform: uppercase;
}

#si .h_newsletter_type {
  font-size: 1.3rem;
}

#ta .h_newsletter_type {
  font-size: 1.6rem;
}

.h_newsletter_pulldown {
  float: left;
  /*	color: $c_brand_light;*/
  font-size: 3.2rem;
  margin: -4px 0 0 0;
}

.h_newsletter_open {
  display: none;
  position: absolute;
  border-left: 1px solid #9ba28c;
  height: 45px;
  background: #fff;
  width: 200px;
  /*	color: $c_brand;*/
  /*	font-family: $f_nl;*/
  /*	font-size: $f_nl_size;*/
  /*	line-height: $f_nl_lh;*/
}

.h_newsletter_entry {
  height: 20px;
  width: 170px;
  background: #eaeaea;
  border: 0;
  margin: 2px 10px 7px 10px;
  padding: 0 5px;
}

.h_newsletter_subscribe {
  float: left;
  padding: 0 15px;
  font-weight: bold;
}

.h_newsletter_cancel {
  float: left;
  margin: 0 -10px;
}

.h_newsletter_confirm {
  display: none;
  position: absolute;
  border-left: 1px solid #9ba28c;
  height: 45px;
  background: #fff;
  width: 200px;
  /*	color: $c_brand;*/
  /*	font-family: $f_nl;*/
  /*	font-size: $f_nl_size;*/
  /*	line-height: $f_nl_lh;*/
  padding: 5px 12px;
}

.h_nl_confirm_close {
  position: absolute;
  right: 20px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  /*	color: $c_brand;*/
  font-size: 1.7rem;
}
.h_nl_confirm_close a {
  /*		color: $c_brand;*/
}

.h_newsletter_confirm .gbi:hover, .h_newsletter_open .gbi:hover {
  color: #00AAD9;
}

.h_nav_main, .h_nav_side {
  float: left;
  /*	height: 20px;*/
  padding: 10px 0 0 0;
}
.h_nav_main a, .h_nav_side a {
  font-size: 1.8rem;
  color: #808080;
  float: left;
  padding: 0 10px 0 0;
}
.h_nav_main .active a, .h_nav_side .active a {
  color: #ea6cac;
}

#en .h_nav_main, #en .h_nav_side {
  text-transform: uppercase;
}
#en .h_nav_main a, #en .h_nav_side a {
  font-size: 1.8rem;
}

#si .h_nav_main a, #si .h_nav_side a {
  font-size: 1.9rem;
  line-height: 0.7;
}

#ta .h_nav_main a, #ta .h_nav_side a {
  font-size: 2.3rem;
  line-height: 0.7;
}

.h_nav_side {
  float: right;
  border-bottom: none;
}
.h_nav_side a {
  color: #ABABAB;
  padding: 0 10px 0 0;
}
.h_nav_side a:hover {
  color: #ea6cac;
  text-decoration: none;
}

@media (min-width: 320px) {
  .h_nav_side {
    display: none;
  }
}
@media (min-width: 640px) {
  .h_nav_side {
    display: inline;
  }
}
@media (min-width: 995px) {
  .h_nav_side {
    display: inline;
  }
}

h_nav_side_item {
  float: right;
}

.h_search {
  height: 35px;
  position: relative;
  float: left;
  /*  color: #FFFFFF;*/
}
@media (min-width: 320px) {
  .h_search {
    width: 148px;
  }
}
@media (min-width: 640px) {
  .h_search {
    width: 188px;
  }
}
@media (min-width: 995px) {
  .h_search {
    width: 188px;
  }
}

.h_search_line {
  /*	 border-bottom: 1px solid $c_brand;*/
  /*	 width: 120px;*/
  /*	 height: 40px;*/
  /*	 bottom: 0;*/
}

.searchfield {
  border: 0;
  /*  background-color: #575757;*/
  position: absolute;
  bottom: 1px;
  height: 32px;
  padding: 3px 0 2px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  transition: border-color ease-in-out .15s;
  transition: color ease-in-out .15s;
}
@media (min-width: 320px) {
  .searchfield {
    width: 120px;
  }
}
@media (min-width: 640px) {
  .searchfield {
    width: 160px;
  }
}
@media (min-width: 995px) {
  .searchfield {
    width: 160px;
  }
}

.searchfield:focus {
  border-color: #ea6cac;
  color: #ea6cac;
}

.gbi:hover {
  /*	color: $c_marker;*/
}

.gbi_search {
  position: absolute;
  right: 0;
  bottom: 3px;
  color: #808080;
  font-size: 3.3rem;
}

.main_bg {
  float: left;
  background: url("../images/bg_main.png") left top repeat #FFFFFF;
}

footer {
  position: relative;
  font-family: "PFDinTextArabicLight";
  font-size: 1.3rem;
  line-height: 1.1;
  color: #fff;
  width: 100%;
  /*	background-color: #404040;*/
  background-color: #00AAD9;
  min-height: 105px;
  float: left;
}
footer a {
  color: #fff;
}

.footer_2c {
  position: relative;
  height: 105px;
}
@media (min-width: 320px) {
  .footer_2c {
    padding: 10px 10px 0 10px;
  }
}
@media (min-width: 640px) {
  .footer_2c {
    padding: 10px 0 0 10px;
  }
}
@media (min-width: 995px) {
  .footer_2c {
    padding: 10px 0 0 10px;
  }
}

.footer_1c {
  text-transform: uppercase;
  /*	position: relative;*/
  height: 105px;
  padding: 10px 10px 0 0;
  margin: 0 0 5px 0;
}

#si .footer_1c {
  font-family: "BhashitaComplexSans";
}

#ta .footer_1c {
  font-family: "Sri Tamil Sans";
  font-size: 1.6rem;
  line-height: 1;
}

.f_lang_en {
  font-family: "PFDinTextArabicLight";
  font-size: 1.3rem;
  line-height: 1.1;
}

.f_lang_si {
  font-family: "BhashitaComplexSans";
  font-size: 1.3rem;
  line-height: 1.1;
}

.f_lang_ta {
  font-family: "Sri Tamil Sans";
  font-size: 1.6rem;
  line-height: 1;
}

.footer_line {
  border-top: 1px solid #FFFFFF;
  padding-bottom: 8px;
}

.footer_logo {
  left: 10px;
}

.copyright,
.eu {
  font-family: "PFDinTextArabicLight";
  font-size: 1.2rem;
  line-height: 1;
  color: #404040;
}

.copyright {
  float: right;
  padding: 10px;
}

.eu {
  float: left;
  padding: 10px 0 8px 45px;
}

.eu_logo {
  float: left;
  margin: -2px 8px 0 0;
  background: url("../images/logo_eu_s.png");
  width: 38px;
  height: 25px;
}

.eu_text {
  float: left;
  white-space: nowrap;
}

.hp_box_color_a {
  background: #FFFFFF;
  color: #3f3f3f;
}

.hp_box_color_b {
  background: #404040;
  color: #FFFFFF;
}

.hp_box_color_c {
  background: #00AAD9;
  color: #FFFFFF;
}

.hp_box_2c.hp_box_color_b {
  background: #00AAD9;
  color: #FFFFFF;
}

/*.hp_box_color_d {
	background: $c_d_bg;
	color: $c_d;
}*/
.hp_feature h2 {
  /*		height: 4em;*/
  /*		margin-bottom: 1em;*/
  overflow: hidden;
  color: #00AAD9;
}
.hp_feature h2 a {
  color: #00AAD9;
}

.hp_feature {
  padding: 10px;
}
.hp_feature h2 {
  margin-bottom: 10px;
}
.hp_feature .author {
  padding: 0 0 1em 0;
}
.hp_feature .hp_feature_text {
  height: 86px;
  overflow: hidden;
}

#en .hp_feature {
  font-family: "PFDinTextArabicLight";
  line-height: 1.2;
}
#en .hp_feature h2 {
  font-size: 2.1rem;
}

#si .hp_feature {
  font-family: "BhashitaComplexSans";
  line-height: 1.3;
}
#si .hp_feature h2 {
  font-size: 2rem;
}

#ta .hp_feature {
  font-family: "Sri Tamil Sans";
  line-height: 1.1;
}
#ta .hp_feature h2 {
  font-size: 2.5rem;
}
#ta .hp_feature .hp_feature_text {
  margin: -14px 0 0 0;
  height: 96px;
}

.hp_box_color_b .hp_feature h2,
.hp_box_color_c .hp_feature h2 {
  color: #FFFFFF;
}
.hp_box_color_b .hp_feature h2 a,
.hp_box_color_c .hp_feature h2 a {
  color: #FFFFFF;
}

.hp_line {
  border-top: 1px solid #333;
}

.hp_header {
  border-top: 1px solid #00AAD9;
  padding-top: 7px;
  height: 130px;
  overflow: hidden;
}

.hp_box_color_b .hp_header,
.hp_box_color_c .hp_header {
  border-top-color: #FFFFFF;
}

.overline {
  color: #00AAD9;
}

.author {
  text-transform: uppercase;
  /*	letter-spacing: 0.4em;*/
}
.author a {
  color: #3f3f3f;
}

.hp_box_date, .hp_box_category {
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  bottom: 9px;
  color: #00AAD9;
}
.hp_box_date a, .hp_box_category a {
  color: #00AAD9;
}

.hp_box_date {
  font-family: "PFDinTextArabicLight";
  left: 10px;
}

.hp_box_category {
  font-family: "PFDinTextArabicLight";
  right: 10px;
  text-transform: uppercase;
}

#si .hp_box_category {
  font-family: "BhashitaComplexSans";
  font-size: 1.3rem;
}

#ta .hp_box_category {
  font-family: "Sri Tamil Sans";
  font-size: 1.5rem;
}

.hp_box_color_b .hp_box_date, .hp_box_color_b .hp_box_category,
.hp_box_color_b .author a, .hp_box_color_b .overline,
.hp_box_color_c .hp_box_date, .hp_box_color_c .hp_box_category,
.hp_box_color_c .author a, .hp_box_color_c .overline {
  color: #FFFFFF;
}
.hp_box_color_b .hp_box_date a, .hp_box_color_b .hp_box_category a,
.hp_box_color_b .author a a, .hp_box_color_b .overline a,
.hp_box_color_c .hp_box_date a, .hp_box_color_c .hp_box_category a,
.hp_box_color_c .author a a, .hp_box_color_c .overline a {
  color: #FFFFFF;
}

.hp_syndication {
  background: url("../images/syndication.jpg") no-repeat;
  padding: 6px 100px 0 10px;
  color: #000;
}
.hp_syndication a {
  color: #000;
}
.hp_syndication a:hover {
  text-decoration: none;
  color: #ea6cac;
}

.hp_syndication:hover .hp_syndication_label_text {
  color: #ea6cac;
}

.hp_syndication_text {
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.hp_syndication_label {
  position: absolute;
  bottom: 12px;
  width: 200px;
}

.hp_syndication_label_text {
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 2.6rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 0;
  display: inline;
}

.hp_meet {
  background: #00AAD9;
  padding: 8px 100px 0 10px;
  color: #fff;
}
.hp_meet a {
  color: #fff;
}
.hp_meet a:hover {
  text-decoration: none;
}

#rtl .hp_meet {
  padding: 8px 10px 0 100px;
}

.hp_meet:hover {
  background: #ea6cac;
}

.hp_meet_text {
  position: relative;
  z-index: +1;
  font-family: Georgia, serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.hp_meet_image_frame {
  position: absolute;
  top: 0;
}

.hp_meet_label {
  position: absolute;
  bottom: 8px;
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.hp_resources {
  background: url("../images/resources.jpg") no-repeat;
}

.hp_resources_box {
  background: #3f3f3f;
  width: 50%;
  height: 100%;
  padding: 8px 10px;
  color: #fff;
}
.hp_resources_box a {
  color: #fff;
}

.hp_resources:hover .hp_resources_box {
  background: #ea6cac;
}

.hp_resources_text {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.hp_resources_label {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  line-height: 2.3rem;
  padding: 0 0 2em 0;
}

.hp_focus {
  color: #fff;
}
.hp_focus a {
  color: #fff;
}
.hp_focus a:hover {
  text-decoration: none;
}

.hp_focus_image_frame {
  position: absolute;
  top: 0;
}

.hp_focus_box {
  background: #00AAD9;
  width: 100%;
  height: 50%;
  padding: 7px 10px;
  color: #fff;
  position: relative;
  z-index: +1;
}
.hp_focus_box a {
  color: #fff;
}

.hp_focus:hover .hp_focus_box {
  background: #ea6cac;
}

.hp_focus_text {
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 3.4rem;
  line-height: 3.4rem;
  position: absolute;
  bottom: 8px;
}

.hp_focus_label {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 0 0 2em 0;
}

.hp_video .hp_box_2c_inside {
  /*z-index: +1;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;*/
}

.hp_video_image_frame {
  position: absolute;
}

.hp_video_content {
  z-index: +1;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  color: #fff;
}
.hp_video_content a {
  color: #fff;
}
.hp_video_content a:hover {
  text-decoration: none;
  color: #ea6cac;
}

.hp_video_content:hover {
  color: #ea6cac;
}
.hp_video_content:hover a {
  color: #ea6cac;
}

.hp_video_title {
  font-family: Georgia, serif;
  font-size: 2.1rem;
  line-height: 2.5rem;
  position: absolute;
  top: 8px;
  width: 90%;
}

.hp_video_caption {
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  position: absolute;
  bottom: 8px;
  width: 90%;
}

.hp_video_play {
  background: url("../images/play.svg") no-repeat;
  width: 62px;
  height: 62px;
  /*	font-size: 62px;*/
  margin: 119px auto;
}

.hp_slideshow {
  color: #3f3f3f;
}
.hp_slideshow a {
  color: #3f3f3f;
}
.hp_slideshow a:hover {
  text-decoration: none;
}

.hp_slideshow_content {
  /*	height: 100%;*/
  padding: 8px 10px;
  color: #3f3f3f;
}
.hp_slideshow_content a {
  color: #3f3f3f;
}
.hp_slideshow_content a:hover {
  text-decoration: none;
}

.hp_slideshow_content:hover {
  /*	background: $c_marker;*/
  color: #ea6cac;
}
.hp_slideshow_content:hover a {
  color: #ea6cac;
}

.hp_slideshow_title {
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin: 0 0 1.3em 0;
}

.hp_slideshow_caption {
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.hp_map {
  /*	border-top: 1px solid $c_a_border;*/
  /*	border-bottom: 1px solid $c_a_border;*/
  height: 300px;
}

.hp_map_image_frame {
  position: absolute;
  top: 0;
}

.hp_map_title {
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  color: #00AAD9;
  position: absolute;
  bottom: 8px;
}

.hp_twitter {
  background: #3f3f3f;
  color: #fff;
  padding: 8px 10px;
}

.hp_linkbox {
	height: 145px;
	width: 100%;
	font-family: "PFDinTextArabicLight";
	font-size: 2rem;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
	float: left;
}
.hp_link_contacts {
	padding: 51px 10px;
	background: url('../images/box_bg_contacts.svg') no-repeat left top;
	background-size: 307px 145px;
	color: #e5c300;
}
.hp_link_shortcuts {
	padding: 27px 10px;
	background: url('../images/box_bg_report.png') no-repeat left top;
	background-size: 307px 145px;
	color: #fff;
}
#si .hp_link_shortcuts {
	padding: 24px 50px 0 10px;
	font-family: "BhashitaComplexSans";
	font-size: 1.8rem;
}
#ta .hp_link_shortcuts {
	padding: 23px 50px 0 10px;
	font-family: "Sri Tamil Sans";
	font-size: 1.9rem;
}
.linkboxicon {
	position: absolute;
	bottom: 4px;
	right: 10px;
	font-size: 5rem;
}
.bold {
	font-family: "PFDinTextArabicMedium";
}

.hp_seemore {
  height: 20px;
  clear: both;
  /*	border-top: 1px solid $c_black_33;*/
  /*	color: $c_black_50;*/
}
.hp_seemore a {
  color: #808080;
}
.hp_seemore a:hover {
  text-decoration: none;
}

.hp_seemore_text {
  float: right;
  font-family: "PFDinTextArabicLight";
  font-size: 1.5rem;
  line-height: 1;
  /*	font-weight: bold;*/
  padding: 0 8px;
}

.hp_seemore .gbi_pulldown {
  float: right;
  font-size: 3.2rem;
  margin: -10px 0 0 0;
}

.hp_seemore a:hover {
  color: #ea6cac;
}
.hp_seemore a:hover a {
  color: #ea6cac;
}

.hp_box_list_border {
  border-top: 1px solid #ABABAB;
  height: 1px;
}

.list_seemore {
  border-top: none;
  margin-top: -10px;
}

.hp_box_list {
  background: #FFFFFF;
  height: 110px;
  /*	border-bottom: 1px solid $c_a_border;*/
}

.hp_list_image_frame {
  float: left;
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.hp_list_image {
  height: 110px;
  width: 110px;
}

.hp_list_text {
  padding: 8px 10px 0 10px !important;
  position: relative;
  height: 102px;
  color: #3f3f3f;
}
.hp_list_text a {
  color: #3f3f3f;
}

#en .hp_list_text {
  font-family: "PFDinTextArabicLight";
  font-size: 1.3rem;
  line-height: 1.2;
}

#si .hp_list_text {
  font-family: "BhashitaComplexSans";
  font-size: 1.3rem;
  line-height: 1.2;
}

#ta .hp_list_text {
  font-family: "Sri Tamil Sans";
  font-size: 1.6rem;
  line-height: 1.1;
}

.hp_list_date {
  /*	right: 0;*/
  bottom: -2px;
  font-family: "PFDinTextArabicLight";
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  color: #00AAD9;
}
.hp_list_date a {
  color: #00AAD9;
}

#en .hp_list_category {
  font-family: "PFDinTextArabicLight";
  font-size: 1.2rem;
  text-transform: uppercase;
}

#si .hp_list_category {
  font-family: "BhashitaComplexSans";
  font-size: 1.2rem;
}

#ta .hp_list_category {
  font-family: "Sri Tamil Sans";
  font-size: 1.5rem;
}

.hp_list_overline {
  color: #999999;
  margin: -1px 0 0 0;
}
.hp_list_overline a {
  color: #999999;
}

#en .hp_list_overline {
  font-size: 1.3rem;
  line-height: 1.1;
}

#si .hp_list_overline {
  font-size: 1.3rem;
  line-height: 1;
}

#ta .hp_list_overline {
  font-size: 1.6rem;
  line-height: 1;
}

.list_image .hp_list_date {
  left: 120px;
}

.hp_list_author {
  background: #FFFFFF;
  padding: 8px 100px 0 10px;
  height: 150px;
  color: #3f3f3f;
  border: none;
}
.hp_list_author a {
  color: #3f3f3f;
}
.hp_list_author a:hover {
  text-decoration: none;
}

.list_author_name {
  position: absolute;
  font-family: "PFDinTextArabicLight";
  font-size: 1.5rem;
  line-height: 1.1;
  width: 45%;
  text-transform: uppercase;
}

.list_author_number {
  position: absolute;
  bottom: 8px;
  font-family: "PFDinTextArabicLight";
  font-size: 1.2rem;
}

.hp_list_author:hover {
  background: #ea6cac;
}

.hp_list_author:hover .list_author_name,
.hp_list_author:hover .list_author_number {
  color: #FFFFFF;
}

#acf-map {
  height: 300px;
}
@media (min-width: 320px) {
  #acf-map {
    width: 280px;
  }
}
@media (min-width: 640px) {
  #acf-map {
    width: 295px;
  }
}
@media (min-width: 995px) {
  #acf-map {
    width: 310px;
  }
}

/* fixes potential theme css conflict */
#acf-map img {
  max-width: inherit !important;
}

.gm-style a {
  color: #000;
}

#en .gm-style {
  font-family: "PFDinTextArabicLight";
  font-size: 1.3rem;
  line-height: 1.1;
}

#si .gm-style {
  font-family: "BhashitaComplexSans";
  font-size: 1.2rem;
  line-height: 1.1;
}

#ta .gm-style {
  font-family: "Sri Tamil Sans";
  font-size: 1.5rem;
  line-height: 1;
}

.showColor, .showColor img {
  filter: url() !important;
  filter: grayscale(0) !important;
  -webkit-filter: grayscale(0%) !important;
}

.a_colorwheel_box.active {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.article_wrapper {
  background-color: #FFFFFF;
  margin-bottom: 10px;
}

.a_header_box {
  position: relative;
  float: left;
  width: 100%;
  background: #00AAD9;
  min-height: 300px;
  padding: 0 0 80px 0;
}

#en .a_header_box {
  font-family: "PFDinTextArabicLight";
}

#si .a_header_box {
  font-family: "BhashitaComplexSans";
}

#ta .a_header_box {
  font-family: "Sri Tamil Sans";
}

#en .a_header {
  line-height: 1.1;
  color: #fff;
}
#en .a_header a {
  color: #fff;
}
@media (min-width: 320px) {
  #en .a_header {
    padding: 8px 10px 0 10px;
    font-size: 1.5rem;
  }
  #en .a_header h1 {
    font-size: 2.4rem;
    padding: 0 0 1em 0;
  }
  #en .a_header .author {
    padding: 0 0 1em 0;
  }
}
@media (min-width: 640px) {
  #en .a_header {
    padding: 8px 10px 0 10px;
    font-size: 1.5rem;
  }
  #en .a_header h1 {
    font-size: 2.4rem;
    padding: 0 0 1em 0;
  }
  #en .a_header .author {
    padding: 0 0 1em 0;
  }
}
@media (min-width: 995px) {
  #en .a_header {
    padding: 8px 10px 0 10px;
    font-size: 1.5rem;
  }
  #en .a_header h1 {
    font-size: 2.8rem;
    padding: 0 0 1em 0;
    min-height: 120px;
  }
  #en .a_header .author {
    padding: 0 0 1em 0;
  }
}

#si .a_header {
  line-height: 1.2;
  color: #fff;
}
#si .a_header a {
  color: #fff;
}
@media (min-width: 320px) {
  #si .a_header {
    padding: 8px 10px 0 10px;
    font-size: 1.4rem;
  }
  #si .a_header h1 {
    font-size: 2.2rem;
    padding: 0 0 1em 0;
  }
  #si .a_header .author {
    padding: 0 0 1em 0;
  }
}
@media (min-width: 640px) {
  #si .a_header {
    padding: 8px 10px 0 10px;
    font-size: 1.4rem;
  }
  #si .a_header h1 {
    font-size: 2.2rem;
    padding: 0 0 1em 0;
  }
  #si .a_header .author {
    padding: 0 0 1em 0;
  }
}
@media (min-width: 995px) {
  #si .a_header {
    padding: 8px 10px 0 10px;
    font-size: 1.4rem;
  }
  #si .a_header h1 {
    font-size: 2.5rem;
    padding: 0 0 1em 0;
    min-height: 120px;
  }
  #si .a_header .author {
    padding: 0 0 1em 0;
  }
}

#ta .a_header {
  line-height: 1;
  color: #fff;
}
#ta .a_header a {
  color: #fff;
}
@media (min-width: 320px) {
  #ta .a_header {
    padding: 8px 10px 0 10px;
    font-size: 1.8rem;
  }
  #ta .a_header h1 {
    font-size: 2.8rem;
    padding: 0 0 1em 0;
  }
  #ta .a_header .author {
    padding: 0 0 1em 0;
  }
}
@media (min-width: 640px) {
  #ta .a_header {
    padding: 8px 10px 0 10px;
    font-size: 1.8rem;
  }
  #ta .a_header h1 {
    font-size: 2.8rem;
    padding: 0 0 1em 0;
  }
  #ta .a_header .author {
    padding: 0 0 1em 0;
  }
}
@media (min-width: 995px) {
  #ta .a_header {
    padding: 8px 10px 0 10px;
    font-size: 1.8rem;
  }
  #ta .a_header h1 {
    font-size: 3.5rem;
    padding: 0 0 1em 0;
    min-height: 120px;
  }
  #ta .a_header .author {
    padding: 0 0 1em 0;
  }
}

#en .a_intro_text {
  padding: 0 0 1em 0;
  font-size: 1.6rem;
  line-height: 1.2;
}

#si .a_intro_text {
  padding: 0 0 1em 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

#ta .a_intro_text {
  padding: 0 0 1em 0;
  font-size: 1.8rem;
  line-height: 1.1;
}

.a_overline {
  color: #CCEEF7;
}

.a_date {
  float: left;
}

.a_category {
  float: right;
  text-align: right;
}

#en .a_category .hp_list_category {
  font-size: 1.5rem;
  line-height: 1;
}

#si .a_category .hp_list_category {
  font-size: 1.4rem;
  line-height: 1;
}

#ta .a_category .hp_list_category {
  font-size: 1.7rem;
  line-height: 1;
}

.a_date {
  font-family: "PFDinTextArabicLight";
  font-size: 1.5rem;
  line-height: 1;
}

.a_place {
  display: inline;
  /*	float: left;*/
}

#en .a_place {
  font-family: "PFDinTextArabicLight";
  font-size: 1.5rem;
  line-height: 1;
}

#si .a_place {
  font-family: "BhashitaComplexSans";
  font-size: 1.4rem;
  line-height: 1;
}

#ta .a_place {
  font-family: "Sri Tamil Sans";
  font-size: 1.7rem;
  line-height: 1;
}

.author_header_box {
  background: #FFFFFF;
  color: #3f3f3f;
}
.author_header_box a {
  color: #ea6cac;
}
.author_header_box h1 {
  width: 100%;
  float: left;
  padding-bottom: 2em;
  font-family: "PFDinTextArabicLight";
  font-size: 2rem;
  text-transform: uppercase;
}
.author_header_box .a_body {
  width: 100%;
}
@media (min-width: 320px) {
  .author_header_box .a_body {
    padding: 10px;
  }
}
@media (min-width: 640px) {
  .author_header_box .a_body {
    padding: 10px;
  }
}
@media (min-width: 995px) {
  .author_header_box .a_body {
    padding: 10px 10px 10px 0;
  }
}
.author_header_box .author_details {
  font-family: "PFDinTextArabicLight";
}

#en .author_header_box h1 {
  font-family: "PFDinTextArabicLight";
  font-size: 2rem;
  text-transform: uppercase;
}
#en .author_header_box .author_details {
  font-family: "PFDinTextArabicLight";
}

#si .author_header_box h1 {
  font-family: "BhashitaComplexSans";
  font-size: 1.8rem;
}
#si .author_header_box .author_details {
  font-family: "BhashitaComplexSans";
}

#ta .author_header_box h1 {
  font-family: "Sri Tamil Sans";
  font-size: 2.4rem;
}
#ta .author_header_box .author_details {
  font-family: "Sri Tamil Sans";
}

.a_body a {
  color: #3f3f3f;
  border-bottom: 1px dotted #00AAD9;
}

.a_body a:hover {
  color: #00AAD9;
  text-decoration: none;
}

.a_details_box {
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 40px;
  padding: 0 10px;
}

.a_tool_box {
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.tool_header {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #33BBE0;
}

.tool_bottom {
  position: relative;
  float: left;
  border-top: 1px solid #E5E5E5;
  margin: 10px 0 0 0;
}

.tool_bottom .gbi {
  color: #ABABAB;
}
.tool_bottom .gbi a {
  color: #ABABAB;
}

.tool_bottom .gbi:hover, .tool_header .gbi:hover {
  color: #ea6cac;
}
.tool_bottom .gbi:hover a, .tool_header .gbi:hover a {
  color: #ea6cac;
}

.a_tool_email {
  float: left;
  width: 21px;
  height: 40px;
  background: url("../images/email.svg");
  margin: 0 10px 0 0;
}

.a_tool_print {
  float: left;
  width: 26px;
  height: 40px;
  background: url("../images/print.svg") 0 0;
  margin: 0 10px 0 0;
}

.a_tool {
  float: left;
  margin: -5px 10px 0 0;
  font-size: 3.8rem;
  color: #fff;
}
.a_tool a {
  color: #fff;
}

.a_tool_social {
  float: right;
  margin: 1px 0 0 10px;
  font-size: 3.5rem;
  color: #fff;
}
.a_tool_social a {
  color: #fff;
}

.a_details {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #BFEAF5;
  padding: 12px 0;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
.a_details a {
  color: #fff;
}

.a_image_2c_frame {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 320px) {
  .a_image_2c_frame {
    height: 145px;
  }
}
@media (min-width: 640px) {
  .a_image_2c_frame {
    height: 145px;
  }
}
@media (min-width: 995px) {
  .a_image_2c_frame {
    height: 300px;
  }
}

@media (min-width: 320px) {
  .a_image_2c {
    width: 305px;
  }
}
@media (min-width: 640px) {
  .a_image_2c {
    width: 305px;
  }
}
@media (min-width: 995px) {
  .a_image_2c {
    width: 625px;
  }
}

.a_image_inline {
  width: 100%;
  height: auto;
  /*	border-right: 10px solid #FFF;*/
}

.a_colorwheel_box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5) url("../images/colorwheel.svg");
}

.a_caption {
  float: left;
  width: 100%;
  min-height: 40px;
  /*	border-bottom: 1px solid $c_a_caption_border;*/
  font-family: "PFDinTextArabicLight";
  font-size: 1.5rem;
  line-height: 1.2;
  color: #00AAD9;
  padding: 10px 10px 10px 10px;
}

.a_caption_inline {
  font-family: "PFDinTextArabicLight";
  font-size: 1.5rem;
  line-height: 1.2;
  color: #00AAD9;
  /*	padding: 10px 0;*/
  font-style: normal !important;
}

#en .a_caption,
#en .a_caption_inline {
  font-family: "PFDinTextArabicLight";
  font-size: 1.5rem;
  line-height: 1.2;
}

#si .a_caption,
#si .a_caption_inline {
  font-family: "BhashitaComplexSans";
  font-size: 1.4rem;
  line-height: 1.2;
}

#ta .a_caption,
#ta .a_caption_inline {
  font-family: "Sri Tamil Sans";
  font-size: 1.8rem;
  line-height: 1.1;
}

.a_body {
  float: left;
  width: 100%;
  padding: 10px 10px 0 10px;
}
.a_box_full.a_list .a_body {
  padding: 0;
}

#en .a_body h1,
#en .a_body h2,
#en .a_body h3,
#en .a_body h4,
#en .a_body h5,
#en .a_subhead {
  font-size: 1.9rem;
  border-bottom: 1px solid #333;
  padding: 0 0 0.3em 0 !important;
  margin: 0 0 0.9em 0 !important;
}

#si .a_body h1,
#si .a_body h2,
#si .a_body h3,
#si .a_body h4,
#si .a_body h5,
#si .a_subhead {
  font-size: 1.7rem;
  border-bottom: 1px solid #333;
  padding: 0 0 0.3em 0 !important;
  margin: 0 0 0.9em 0 !important;
}

#ta .a_body h1,
#ta .a_body h2,
#ta .a_body h3,
#ta .a_body h4,
#ta .a_body h5,
#ta .a_subhead {
  font-size: 2.3rem;
  border-bottom: 1px solid #333;
  padding: 0 0 0.3em 0 !important;
  margin: 0 0 0.9em 0 !important;
}

.a_pullquote {
  float: left;
  font-family: "PFDinTextArabicLight";
  font-size: 2.5rem;
  line-height: 1.2;
  color: #00AAD9;
  width: 50%;
  padding: 0 1em 1em 0;
}

#en .a_pullquote {
  font-family: "PFDinTextArabicLight";
  font-size: 2.5rem;
  line-height: 1.2;
}

#si .a_pullquote {
  font-family: "BhashitaComplexSans";
  font-size: 2.3rem;
  line-height: 1.2;
}

#ta .a_pullquote {
  font-family: "Sri Tamil Sans";
  font-size: 3rem;
  line-height: 1.1;
}

.a_pullquote .gbi_quote {
  font-size: 3.5rem;
  color: #00AAD9;
}

.a_box_list {
  background: #FFFFFF;
  height: 110px;
}

.a_related_box {
  padding: 8px 10px 0 10px;
  background: #FFFFFF;
  color: #3f3f3f;
}
.a_related_box a {
  color: #3f3f3f;
}
.a_related_box a:hover {
  color: #ea6cac;
  text-decoration: none;
}
.a_related_box a:hover .hp_list_overline {
  color: #ea6cac;
}

#en .a_related_box {
  font-family: "PFDinTextArabicLight";
}

#si .a_related_box {
  font-family: "BhashitaComplexSans";
}

#ta .a_related_box {
  font-family: "Sri Tamil Sans";
}

.a_list_header {
  float: left;
  width: 100%;
  padding: 0 0 1em 0;
  /*	color: $c_brand;*/
  font-size: 1.8rem;
}

.a_list_item {
  float: left;
  min-height: 60px;
  border-top: 1px solid #E5E5E5;
  padding: 10px 0;
  width: 100%;
  display: inline;
  margin: 0;
}

.a_list_image_frame {
  float: left;
  width: 75px;
  height: 75px;
  overflow: hidden;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

.a_list_image {
  height: 75px;
}

#en .a_list_text {
  font-size: 1.3rem;
  line-height: 1.1;
}

#si .a_list_text {
  font-size: 1.3rem;
  line-height: 1.1;
}

#ta .a_list_text {
  font-size: 1.6rem;
  line-height: 1;
}

.a_author_box {
  height: 150px;
  background: #00AAD9;
  padding: 8px 0 0 10px;
  color: #fff;
}
.a_author_box a {
  color: #fff;
}
.a_author_box a:hover {
  /*		text-decoration: none;*/
}

.a_author_name {
  position: absolute;
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.a_author_twitter {
  position: absolute;
  bottom: 8px;
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.a_image_05c_frame {
  position: absolute;
  top: 0;
  right: 0;
  height: 150px;
  overflow: hidden;
  width: 50%;
}

.a_image_05c {
  width: 155px;
}

.a_author_related_box {
  background-color: #FFFFFF;
  padding: 8px 10px 0 10px;
  color: #3f3f3f;
}
.a_author_related_box a {
  color: #3f3f3f;
}
.a_author_related_box a:hover {
  color: #ea6cac;
  text-decoration: none;
}
.a_author_related_box a:hover .hp_list_overline {
  color: #ea6cac;
}

#en .a_author_related_box {
  font-family: "PFDinTextArabicLight";
}

#is .a_author_related_box {
  font-family: "BhashitaComplexSans";
}

/*.a_author_related_box .a_list_item {
	border-top: 1px solid $c_a_author_list_border;
}*/
.a_syndication_box {
  background: url("../images/syndication.jpg") 0 -60px no-repeat;
  height: 150px;
  color: #fff;
}
.a_syndication_box a {
  color: #fff;
}

.a_syndication_text {
  padding: 8px 10px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  width: 50%;
  height: 100%;
}

.hp_syndication_sidebar, .hp_meet_sidebar {
  height: 300px;
}

.dotline_top, .dotline_bottom {
  position: absolute;
  background: url("../images/dotline.svg");
  height: 8px;
  width: 326px;
  top: -4px;
}

.dotline_bottom {
  top: auto;
  bottom: -4px;
}

.archive_box {
  min-height: 105px;
  background: #3f3f3f;
  color: #fff;
}
.archive_box a {
  color: #fff;
}

.search_box {
  background: #ebebeb;
  color: #3f3f3f;
}
.search_box a {
  color: #3f3f3f;
}

.archive_3_1 {
  padding: 15px 15px 0 15px;
}

@media (min-width: 320px) {
  .archive_3_2 {
    padding: 15px 15px 0 15px;
  }
}
@media (min-width: 640px) {
  .archive_3_2 {
    padding: 15px 15px 0 15px;
  }
}
@media (min-width: 995px) {
  .archive_3_2 {
    padding: 15px 15px 0 0;
  }
}

@media (min-width: 320px) {
  .archive_3_3 {
    padding: 0 15px 0 15px;
  }
}
@media (min-width: 640px) {
  .archive_3_3 {
    padding: 15px 15px 0 0;
  }
}
@media (min-width: 995px) {
  .archive_3_3 {
    padding: 15px 15px 0 0;
  }
}

@media (min-width: 995px) {
  #rtl .archive_3_2 {
    padding: 15px 0 0 15px;
  }
}

@media (min-width: 640px) {
  #rtl .archive_3_3 {
    padding: 15px 0 0 15px;
  }
}
@media (min-width: 995px) {
  #rtl .archive_3_3 {
    padding: 15px 0 0 15px;
  }
}

.archive_head {
  font-family: "PFDinTextArabicLight";
  font-size: 2rem;
  line-height: 1;
  margin: -10px -3px 0 -3px;
}

#en .archive_head {
  font-family: "PFDinTextArabicLight";
  font-size: 2.2rem;
}

#si .archive_head {
  font-family: "BhashitaComplexSans";
  font-size: 2.2rem;
}

#ta .archive_head {
  font-family: "Sri Tamil Sans";
  font-size: 2.6rem;
}

.static_head {
  padding: 10px;
  float: left;
  width: 100%;
  font-family: "PFDinTextArabicLight";
  font-size: 3rem;
  line-height: 1;
  height: 105px;
  border-bottom: 1px solid #E5E5E5;
  color: #00AAD9;
}

#en .static_head {
  font-family: "PFDinTextArabicLight";
  font-size: 3rem;
  line-height: 1;
}

#si .static_head {
  font-family: "BhashitaComplexSans";
  font-size: 3rem;
  line-height: 1;
}

#ta .static_head {
  font-family: "Sri Tamil Sans";
  font-size: 3.6rem;
  line-height: 1;
}

.archive_pulldown_box {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  font-family: "PFDinTextArabicLight";
  font-size: 1.5rem;
  line-height: 1;
}

#en .archive_pulldown_box {
  font-family: "PFDinTextArabicLight";
  font-size: 1.5rem;
  line-height: 1.5;
}

#si .archive_pulldown_box {
  font-family: "BhashitaComplexSans";
  font-size: 1.5rem;
  line-height: 1.5;
}

#ta .archive_pulldown_box {
  font-family: "Sri Tamil Sans";
  font-size: 1.8rem;
  line-height: 1,5;
}

.archive_pulldown_closed {
  position: absolute;
  height: 30px;
  width: 100%;
  border-left: 1px solid #fff;
}

.archive_pulldown_closed a:hover {
  color: #ea6cac;
}
.archive_pulldown_closed a:hover a {
  color: #ea6cac;
}

.archive_pulldown_open {
  display: none;
  position: absolute;
  min-height: 30px;
  width: 100%;
  border-left: 1px solid #fff;
  background: #3f3f3f;
  padding: 0 0 12px 0;
  z-index: 5;
}

#rtl .archive_pulldown_open {
  border-left: none;
  border-right: 1px solid #fff;
}

.search_box .archive_pulldown_open {
  background: #ebebeb;
}

.pulldown_item {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.search_box .pulldown_item {
  border-color: #3f3f3f;
}

.search_box .archive_pulldown_closed, #rtl .search_box .archive_pulldown_closed, .search_box .archive_pulldown_open, #rtl .search_box .archive_pulldown_open {
  border-color: #3f3f3f;
}

.archive_pulldown_text {
  float: left;
  padding: 0 10px;
}

.archive_pulldown_open_text {
  float: left;
  padding: 0 10px;
  width: 100%;
}

.archive_pulldown_open_text a {
  text-decoration: none;
}

.archive_pulldown_open_text a:hover {
  background: #fff;
  color: #3f3f3f;
}

.search_box .archive_pulldown_open_text a:hover {
  background: #3f3f3f;
  color: #fff;
}

.archive_pulldown {
  float: left;
  font-size: 2.5rem;
  margin: -6px 0 0 0;
}

.sortby_box {
  position: relative;
  float: left;
  padding: 0 20px 15px 20px;
  font-family: "PFDinTextArabicLight";
  font-size: 1.4rem;
  line-height: 1;
  color: #3f3f3f;
}
.sortby_box a {
  color: #3f3f3f;
}

#en .sortby_box {
  font-family: "PFDinTextArabicLight";
  font-size: 1.3rem;
}

#si .sortby_box {
  font-family: "BhashitaComplexSans";
  font-size: 1.3rem;
}

#ta .sortby_box {
  font-family: "Sri Tamil Sans";
  font-size: 1.6rem;
}

.sortby_text {
  float: left;
  padding: 8px 0 0 0;
}

.sortby_select {
  border-top: 4px solid #fff;
  margin: -4px 0 0 0;
}

.dossier_box {
  height: 300px;
  overflow: hidden;
}

.dossier_header_box {
  position: absolute;
  padding: 15px 0;
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #3f3f3f;
}

.dossier_box_sidebar .dossier_header_box {
  width: 100%;
}

.dossier_head {
  font-family: Georgia, serif;
  font-size: 3.1rem;
  line-height: 3.9rem;
  margin: -7px 10px;
  color: #fff;
}

.dossier_header_line {
  background: red;
  position: relative;
  float: right;
  height: 100%;
}
@media (min-width: 320px) {
  .dossier_header_line {
    border: none;
  }
}
@media (min-width: 640px) {
  .dossier_header_line {
    border-right: 1px solid #fff;
  }
}
@media (min-width: 995px) {
  .dossier_header_line {
    border-right: 1px solid #fff;
  }
}

#rtl .dossier_header_line {
  float: left;
}

.dossier_label {
  position: absolute;
  bottom: 6px;
  left: 10px;
}

#rtl .dossier_label {
  right: 10px;
  left: auto;
}

.dossier_label_text {
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 0;
  display: inline;
}
.dossier_label_text a {
  color: #fff;
}

/*
 * Navigataur: A pure CSS responsive navigation menu
 * Author: Mike King (@micjamking)
 */
/*
 	Notes:
 
 	- Media queries should be edited in both style sections if you require 
	  a different breakpoint for your navigation.
	  
	- Toggle class & menu anchor tags in list items have box-sizing: border-box 
	  style property to allow padding inside the container without conflicting with layout.	

*/
/*--------------------------------
 Functional Styles (Required)
---------------------------------*/
.h_nav_main {
  position: relative;
}

#toggle, .toggle {
  display: none;
}

.menu > li {
  list-style: none;
  float: left;
}

#rtl .menu > li {
  float: right;
}

/* Nicolas Gallagher micro clearfix */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

@media only screen and (max-width: 995px) {
  .menu {
    display: none;
    opacity: 0;
    width: 100%;
    position: absolute;
    right: 0;
  }

  #rtl .menu {
    right: auto;
    left: 0;
  }

  .menu > li {
    display: block;
    width: 100%;
    margin: 0;
  }

  .menu > li > a {
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .toggle {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  #toggle:checked + div .menu {
    display: block;
    opacity: 1;
  }
}
/*--------------------------------
 Presentation Styles (Editable)
---------------------------------*/
.h_nav_main {
  /*	position: absolute;
    height: 4rem;
    padding: 0.9rem 0 0 0;
    bottom: 0;*/
}

#rtl .h_nav_main {
  /*  padding: 0.8rem 0 0 0;*/
}

/*.h_box_sticky .h_nav_main {
	padding: 1.1rem 0 0 0;
	margin: 0 0 0 155px;
}
#rtl .h_box_sticky .h_nav_main {
	padding: 1.1rem 0 0 0;
	margin: 0 155px 0 0;
}*/
.h_nav_main > h1 {
  /*float: left;
  padding: 30px 0 0;		
  font-style: italic;
  font-family: Georgia;
  font-size: 28px;
  color: #DFDFDF;*/
}

.menu > li > a {
  /*display: block;
  padding: 42px 20px;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;*/
  /*	font-size: $font_h_nav_size;*/
  /*  color: $h_nav_color;*/
  /*  padding:0 1.5rem 0.4rem 0;*/
  /*  border-bottom: 2px solid $h_nav_border_color;*/
}

#rtl .menu > li > a {
  /*  padding: 0 0 0 1.5rem;*/
}

.menu > li > a:hover, .menu > li > a:focus {
  /*background: #F2F2F2;
  box-shadow: inset 0px 5px #51C1F1;
  color: #51C1F1;
  padding: 50px 20px 34px;*/
  text-decoration: none;
  color: #ea6cac;
}

.h_nav_item {
  /*  float: left;
    margin: 0 0 0 1rem;
    padding: 0 0 0.6rem 0;*/
}

#rtl .h_nav_item {
  /*	float: right;
  	margin: 0 1rem 0 0;
  	padding: 0 0 0 0;*/
}

.toggle {
  color: #808080;
  z-index: 5000;
}

@media only screen and (max-width: 995px) {
  #rtl .h_nav_item {
    /*float: right;
    margin: 0 0 0 0;
    padding: 0 0 1rem 0;*/
  }

  .menu {
    background: #FFFFFF;
  }

  .menu > li > a {
    /*		padding: 0.25em 0;*/
    /*		font-size: $font_feature_size;*/
    /*		border-bottom: 1px solid $c_black_10;*/
    padding: 5px 10px 2px 0;
    margin-left: -1px;
    border-left: 1px solid #FFFFFF;
  }

  .toggle:after {
    content: attr(data-open);
    display: block;
    font-family: "PFDinTextArabicLight";
    font-size: 1.8rem;
    line-height: 1;
    color: c_black_40;
    /*		@include breakpoint ($small) {
    		  width: 305px;
    		}
    		@include breakpoint ($medium) {
    		  width: 308px;
    		}*/
    /*		height:4rem;*/
    padding: 0 10px 2px 10px;
    margin-left: -10px;
    background: #fff;
    text-align: left;
    /*-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .toggle:hover {
    color: #ea6cac;
  }

  .toggle:checked {
    color: #ABABAB !important;
  }

  #toggle:checked + div .toggle:after {
    content: attr(data-close);
  }
}
