@charset "UTF-8";
/* ==========================================================================
   #nds
   ========================================================================== */
/**
 * #SETTINGS
 */
/* ==========================================================================
   #COLORS
   ========================================================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.floatleft {
  float: left;
}

/**
 * #TOOLS
 */
/**
 * #GENERIC
 */
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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;
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../fonts/Roboto-Regular-webfont.eot") format("eot"), url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto-Regular-webfont.svg") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url("../fonts/Roboto-Medium-webfont.eot") format("eot"), url("../fonts/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/Roboto-Medium-webfont.svg") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url("../fonts/Roboto-Bold-webfont.eot") format("eot"), url("../fonts/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto-Bold-webfont.svg") format("svg");
}
@font-face {
  font-family: 'font-icon';
  src: url("../fonts/fontello/font/font-icon.eot?68106701");
  src: url("../fonts/fontello/font/font-icon.eot?68106701#iefix") format("embedded-opentype"), url("../fonts/fontello/font/font-icon.woff?68106701") format("woff"), url("../fonts/fontello/font/font-icon.ttf?68106701") format("truetype"), url("../fonts/fontello/font/font-icon.svg?68106701#font-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'font-icon';
    src: url('../font/font-icon.svg?68106701#font-icon') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "font-icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-complaint:before {
  content: '\e800';
}

/* '' */
.icon-left:before {
  content: '\e806';
}

/* '' */
.icon-fb:before {
  content: '\e807';
}

/* '' */
.icon-hand:before {
  content: '\e808';
}

/* '' */
.icon-magglass:before {
  content: '\e809';
}

/* '' */
.icon-needadvice:before {
  content: '\e80a';
}

/* '' */
.icon-phone:before {
  content: '\e80b';
}

/* '' */
.icon-student:before {
  content: '\e80c';
}

/* '' */
.icon-yt:before {
  content: '\e80d';
}

/* '' */
.icon-arrow:before {
  content: '\e80e';
}

/* '' */
/**
 * #BASE
 */
/* ==========================================================================
   #HEADINGS
   ========================================================================== */
h1, h2, h3, h4, h5,
h6 {
  margin: 0 0 12px 0;
}

h1 {
  font-size: 30px !important;
  font-weight: bold !important;
  font-family: 'Roboto', 'Arial', 'san-serif' !important;
  color: #184161 !important;
}
h1 span {
  font-size: 30px !important;
  font-weight: bold !important;
  font-family: 'Roboto', 'Arial', 'san-serif' !important;
}

h2 {
  font-size: 24px !important;
  color: #f26a4b !important;
  font-weight: 500;
}
h2 span {
  font-size: 24px !important;
}

h3 {
  font-size: 20px !important;
  color: #184161 !important;
}

h4 {
  font-size: 18px !important;
  color: #184161 !important;
}

h5 {
  font-size: 15px !important;
  color: #002745 !important;
}

h6 {
  font-size: 15px !important;
  color: #002745 !important;
}
h6 span {
  font-size: 15px !important;
  color: #002745 !important;
}

.heading-1 {
  font-size: 30px !important;
  line-height: 80px;
}

.heading-2 {
  font-size: 28px !important;
  line-height: 80px;
}

.heading-3 {
  font-size: 24px !important;
  line-height: 30px;
}

.heading-4 {
  font-size: 22px !important;
  line-height: 24px;
}

.heading-5 {
  font-size: 21px !important;
  line-height: 24px;
}

.heading-6 {
  font-size: 16px !important;
  line-height: 24px;
}

p span, li, li h2, li span {
  font-family: 'Roboto', 'Arial', 'san-serif' !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 21px !important;
  color: #403f3f !important;
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  text-decoration: underline;
  color: #184161 !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 15px !important;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
}
a:focus, a:hover {
  color: #f26a4b !important;
  text-decoration: underline;
}
a:focus {
  outline: inherit dotted 1px;
  outline: currentColor dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

/* ==========================================================================
   #TABLE
   ========================================================================== */
table {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 0 1em 0;
}
table td {
  vertical-align: top;
}

th, td {
  padding: 5px 5px;
  word-break: break-all;
}
th p, td p {
  margin-bottom: 10px;
  margin-top: 0;
}

th {
  background: #f26a4b;
}

/* ==========================================================================
   #FORM-ELEMENTS
   ========================================================================== */
/**
 * Placeholder
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.6;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.6;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.6;
}

/**
 * Label
 */
label {
  color: #403f3f;
}

/*
 * Text input
 */
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="search"],
textarea,
select {
  display: inline-block;
  box-sizing: border-box;
  color: #403f3f;
  border: 1px solid #d6dee2;
  -webkkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 15px;
  height: 35px;
  max-width: 100%;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  -webkit-appearance: none;
  /* Remove ios text input inner shadow */
}
input[type="email"]:focus, .no-touch
input[type="email"]:hover,
input[type="number"]:focus, .no-touch
input[type="number"]:hover,
input[type="password"]:focus, .no-touch
input[type="password"]:hover,
input[type="tel"]:focus, .no-touch
input[type="tel"]:hover,
input[type="url"]:focus, .no-touch
input[type="url"]:hover,
input[type="text"]:focus, .no-touch
input[type="text"]:hover,
input[type="search"]:focus, .no-touch
input[type="search"]:hover,
textarea:focus, .no-touch
textarea:hover,
select:focus, .no-touch
select:hover {
  background-color: #F2F5F6;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #66afe9;
}

textarea {
  padding: 10px 15px;
  height: auto;
  resize: vertical;
}

/**
 * Select
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 50px;
  background: url(../images/select-line.png) repeat-y right 35px top, url(../images/select-arrow.png) no-repeat right 11px center;
  background-color: #fff;
}
.lt-ie10 select {
  background: #fff;
  padding-right: 15px;
}

select::-ms-expand {
  display: none;
}

/**
 * Checkbox & Radio
 */
input[type=checkbox],
input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.lt-ie9 input[type=checkbox], .lt-ie9
input[type=radio] {
  position: static;
  opacity: 1;
  display: inline;
}

input[type=checkbox] + label:before {
  width: 33px;
  height: 33px;
  border: 1px solid #d6dee2;
  border-radius: 2px;
  background-image: url(../images/checkbox-tick.png);
}

input[type=radio] + label:before {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-image: url(../images/radio-circle.gif);
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  content: '';
  margin-right: 0.9em;
  border: 1px solid #d6dee2;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% -200%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.lt-ie9 input[type=checkbox] + label:before, .lt-ie9
input[type=radio] + label:before {
  display: none;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background-position: 50% 50%;
}

input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before,
.no-touch input[type=checkbox] + label:hover:before,
.no-touch input[type=radio] + label:hover:before {
  background-color: #F2F5F6;
}

input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
  outline: 0;
  box-shadow: 0 0 0 2px #66afe9;
}

/**
 * Buttons
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  border-radius: 2px;
  background-color: #df5736;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  padding: 9px 40px;
  max-width: 100%;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
}
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
html {
  font-size: 17px;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 400;
  font-style: normal;
  color: #403f3f;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 15px;
  line-height: 24px;
}

.item-page {
  position: relative;
}

.home .item-page {
  margin-top: -17px;
}

.page-content {
  background-color: #f2eee9;
  background-color: -webkit-linear-gradient(#efebe6, #f2eee9);
  background-color: -o-linear-gradient(#efebe6, #f2eee9);
  background-color: -moz-linear-gradient(#efebe6, #f2eee9);
  background-color: linear-gradient(#efebe6, #f2eee9);
  background-size: cover;
  padding-top: 155px;
}

.page-content-main {
  min-height: 450px;
  padding: 40px;
}

.page-content-main {
  background: white;
}

.bannerbuttons .page-content-main {
  background: transparent;
  padding: 0px;
}
.bannerbuttons .page-content {
  padding-top: 0;
}

.internalpage .page-content {
  background-color: #f2eee9;
  background-color: -webkit-linear-gradient(#efebe6, #f2eee9);
  background-color: -o-linear-gradient(#efebe6, #f2eee9);
  background-color: -moz-linear-gradient(#efebe6, #f2eee9);
  background-color: linear-gradient(#efebe6, #f2eee9);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 155px;
}
.internalpage .page-content-main {
  background: white;
}

.landingpage .page-content {
  background-color: #f2eee9;
  background-color: -webkit-linear-gradient(#efebe6, #f2eee9);
  background-color: -o-linear-gradient(#efebe6, #f2eee9);
  background-color: -moz-linear-gradient(#efebe6, #f2eee9);
  background-color: linear-gradient(#efebe6, #f2eee9);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 155px;
}
.landingpage .page-content-main {
  background: white;
  padding: 40px;
}

.search-result .page-content {
  background-size: cover;
}

/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

.home__about {
  background: #fff;
  background: -webkit-linear-gradient(#f0eef0, #fff);
  background: -o-linear-gradient(#f0eef0, #fff);
  background: -moz-linear-gradient(#f0eef0, #fff);
  background: linear-gradient(#f0eef0, #fff);
  padding: 50px 35px 64px;
}
.home__about h1 {
  color: #184161 !important;
}
.home__about p {
  font-size: 17px !important;
}
.home__about .item__button {
  box-sizing: border-box;
  display: block;
  background-color: #df5736;
  width: 252px;
  color: #fff;
  padding: 13px 5px;
  text-align: center;
  float: right;
  color: #fff !important;
  text-decoration: none !important;
}
.home__about .item__button:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #fff !important;
  text-decoration: none !important;
}
.home__about .item__description {
  float: left;
}

.our-complaint-process .item-page h5.heading {
  position: absolute;
  margin-top: 110px;
  margin-left: 30px;
  color: #022e4f;
}

.our-complaint-process #handle-complaints-page {
  background: url(../images/site/complaint/complaints-flowchart.jpg) no-repeat;
  height: 1089px;
}

.our-complaint-process .item-page a div#chart-select-one:hover {
  background-image: url(../images/site/complaint/request-information-hover.png);
}

.our-complaint-process .item-page a div {
  width: 116px;
  height: 116px;
  position: absolute;
  margin-left: 543px;
}

.our-complaint-process .item-page a div#chart-select-one {
  margin-top: 87px;
}

.our-complaint-process .item-page a div#chart-select-two {
  margin-top: 215px;
}

.our-complaint-process .item-page a div#chart-select-two:hover {
  background-image: url(../images/site/complaint/referral-to-operator-hover-1.png);
}

.our-complaint-process .item-page a div#chart-select-three {
  margin-top: 344px;
}

.our-complaint-process .item-page a div#chart-select-three:hover {
  background-image: url(../images/site/complaint/referral-to-organisation-hover-1.png);
}

.our-complaint-process .item-page a div#chart-select-four {
  margin-top: 518px;
}

.our-complaint-process .item-page a div#chart-select-four:hover {
  background-image: url(../images/site/complaint/referral-to-organisation-hover-2.png);
}

.our-complaint-process .item-page a div#chart-select-five {
  margin-top: 659px;
}

.our-complaint-process .item-page a div#chart-select-five:hover {
  background-image: url(../images/site/complaint/referral-to-operator-hover-2.png);
}

.our-complaint-process .item-page a div#chart-select-six {
  margin-top: 799px;
}

.our-complaint-process .item-page a div#chart-select-six:hover {
  background-image: url(../images/site/complaint/referral-to-senior-hover.png);
}

.our-complaint-process .item-page a div#chart-select-seven {
  margin-top: 938px;
}

.our-complaint-process .item-page a div#chart-select-seven:hover {
  background-image: url(../images/site/complaint/pto-investigations-hover.png);
}

.search-results {
  border-top: 2px solid #e5ebf1;
  margin-top: 30px;
  padding-top: 30px;
}
.search-results .result-block {
  border-bottom: 2px solid #e5ebf1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.search-results .result-block .result-title {
  color: #184161;
}

#searchForm .phrases-box, #searchForm .ordering-box {
  margin-bottom: 15px;
}
#searchForm label {
  color: #403f3f;
  margin-bottom: 10px;
  display: inline-block;
}

.search_default .pagination ul {
  padding: 0;
  display: table;
  margin: 0 auto;
}
.search_default .pagination li {
  list-style: none none;
  display: table-cell;
  text-align: center;
  padding: 0 5px;
}

.strategic-plan__img img {
  width: 100%;
  height: auto;
}

.newsletter-issue-info h2 {
  font-size: 15px !important;
}

/**
 * #OBJECTS
 */
.wrapper {
  display: block;
  max-width: 1584px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.container {
  display: block;
  width: 1202px;
  padding: 0 10px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.btn {
  box-sizing: border-box;
  display: block;
  background-color: #df5736;
  width: 252px;
  color: #fff !important;
  padding: 13px 5px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 17px;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 700;
  font-style: normal;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #fff !important;
}

.btn--blue {
  background-color: #1a4667;
}

.btn--beige {
  background-color: #af987c;
}

/* ==========================================================================
   #TABLE-SCROLLER
   ========================================================================== */
.shadow-scroller {
  position: relative;
}

.shadow-scroller__scroll-view {
  overflow: auto;
}

.shadow-scroller__shadow-top,
.shadow-scroller__shadow-right,
.shadow-scroller__shadow-bottom,
.shadow-scroller__shadow-left {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.shadow-scroller__shadow-right {
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  background: linear-gradient(to right, rgba(3, 37, 58, 0.01) 0%, rgba(3, 37, 58, 0.38) 100%);
  transition: all 0.5s ease-in-out;
}

.shadow-scroller__shadow-left {
  top: 0;
  left: 0;
  width: 17px;
  height: 100%;
  background: linear-gradient(to left, rgba(3, 37, 58, 0.01) 0%, rgba(3, 37, 58, 0.38) 100%);
  transition: all 0.5s ease-in-out;
}

.shadow-scroller table {
  margin: 0;
}

.complaint {
  position: relative;
  float: right;
  width: 362px;
  height: 74px;
  background-color: #bea98f;
  padding: 25px 50px 25px 108px;
  box-sizing: border-box;
}
.complaint a {
  display: block;
  text-decoration: none;
}
.complaint .heading {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #fff !important;
}
.complaint .icon-font {
  position: absolute;
  left: 40px;
  color: #fff;
  font-size: 26px;
}
.complaint .arrow {
  background-color: #af987c;
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  width: 50px;
  text-decoration: none;
}
.complaint .arrow-left {
  background: url("../images/site/icons/icon-left.png") no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.complaint:hover {
  background-color: #af987c;
}
.complaint:hover .arrow {
  background-color: #bea98f;
}

/**
 * #COMPONENTS
 */
.two_column_l .page-content .container:first-of-type {
  background-color: #fff;
  padding-bottom: 70px;
}
.two_column_l .page-content-main {
  width: 745px;
  float: left;
  padding-top: 40px;
}

.page__header {
  background-color: #225378;
  min-height: 47px;
}
.page__header #logo {
  position: absolute;
  width: 429px;
  height: 227px;
  background: url("../images/logo-bg.png") no-repeat;
  z-index: 5;
  top: 0;
  left: -130px;
}
.page__header #logo .logo {
  width: 218px;
  height: 66px;
  position: absolute;
  top: 72px;
  left: 93px;
}

.page-header-top {
  float: right;
  color: #fff;
  padding-top: 10px;
  font-size: 16px;
}

.breadcrumbs .breadcrumb {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  color: #184161;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
}
.breadcrumbs .breadcrumb li {
  list-style-type: none;
  float: left;
}
.breadcrumbs .breadcrumb li span, .breadcrumbs .breadcrumb li a {
  font-size: 13px !important;
}
.breadcrumbs .breadcrumb .divider {
  display: inline-block;
  width: 5px;
  height: 7px;
  margin: 0 10px;
  background: url("../images/site/icons/arrow-right-orange.png") no-repeat center/5px 7px;
}

.banner {
  position: absolute;
  height: 696px;
  top: 117px;
  left: 0px;
  right: 0px;
}
.banner .bannergroup {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
}
.banner .banneritem {
  width: 100%;
  height: 100%;
}
.banner .image {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
}
.banner .banner__controller {
  position: absolute;
  width: 100%;
}
.banner .banner__controller #prev, .banner .banner__controller #next {
  position: absolute;
  top: 168px;
  width: 50px;
  height: 180px;
  display: block;
}
.banner .banner__controller #prev:hover, .banner .banner__controller #next:hover {
  opacity: 0.8;
}
.banner .banner__controller #prev {
  left: 0;
  background: #e35b3d url(../images/site/icons/icon-left.png) center center/8px 13px no-repeat;
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.banner .banner__controller #next {
  right: 0;
  background: #e35b3d url(../images/site/icons/icon-left.png) center center/8px 13px no-repeat;
}

.internalpage .banner {
  height: 0;
}

.page-navigation ul {
  list-style-type: none;
}
.page-navigation ul a {
  font-weight: 500 !important;
  color: #0a2235 !important;
  text-decoration: none !important;
}
.page-navigation ul a:hover {
  color: #0a2235 !important;
}

.page-navigation ul.menu {
  padding: 0;
  margin: 0;
  float: right;
}

.page-navigation li.level1 {
  display: inline-block;
  list-style: none none;
  position: relative;
  padding-right: 40px;
  line-height: 110px !important;
  box-sizing: border-box;
}
.page-navigation li.level1:last-of-type {
  padding-right: 34px;
}

.page-navigation li.level1 > a {
  text-align: center;
  display: block;
  font-size: 19px !important;
  border-bottom: 5px solid #fff;
  box-sizing: border-box;
}

.page-navigation li.level1 > a:hover,
.page-navigation li.level1.sfHover > a,
.page-navigation li.level1:hover > a {
  border-bottom: 5px solid #225378;
}

.page-navigation li ul {
  z-index: 99999;
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 0;
  min-width: 250px;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

.page-navigation li.level1:hover > ul {
  opacity: 1;
  visibility: visible;
}

.page-navigation li.level1 > ul > li {
  background: #e3e9f5;
  padding: 0;
}

.page-navigation li.level1 > ul > li a {
  display: block;
  padding: 15px;
  width: 220px;
  background: #e3e9f5;
  line-height: 20px;
  font-size: 16px !important;
  color: #184161 !important;
}
.page-navigation li.level1 > ul > li a:hover {
  background: #d3dcee;
}

.page-navigation li:nth-last-child(-n+2) > ul {
  left: inherit;
  right: 0;
}

.page-navigation li:nth-last-child(-n+2) > ul > li a {
  padding-left: 30px;
}
.page-navigation li:nth-last-child(-n+2) > ul > li > ul {
  left: inherit;
  right: 100%;
}

.page-navigation li li.deeper .icon-indicator:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("../images/site/icons/arrow-gray.png") no-repeat center;
  float: right;
  margin-top: 5px;
}

.page-navigation li:nth-last-child(-n+2) li.deeper .icon-indicator:after {
  float: left;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
}

.page-navigation li.level1 > ul > li a:hover {
  background: #c0cce5;
  text-decoration: none;
}

.page-navigation li.level1 li.active > a {
  background: #d3dcee;
}

.page-navigation li {
  border: 1px solid #fff;
}

.page-navigation li.level2 > ul {
  opacity: 0;
  display: block;
  position: absolute;
  left: 250px;
  margin-top: -50px;
  padding: 0;
}

.page-navigation li.level2:hover > ul {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
   #ACCORDION
   ========================================================================== */
.jwts_accordionItem {
  margin: 18px 0;
}

div.jwts_toggleControlContainer a.jwts_toggleControl {
  position: relative;
  display: block;
  background: none;
  background-color: #e3e9f5;
  border: none;
  border-radius: 0;
  text-decoration: none;
  color: #184161;
  padding: 14px 30px;
  margin-top: 10px;
  transition: background-color 0.2s;
  font-size: 18px !important;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 700;
  font-style: normal;
}
div.jwts_toggleControlContainer a.jwts_toggleControl:visited, div.jwts_toggleControlContainer a.jwts_toggleControl:hover, div.jwts_toggleControlContainer a.jwts_toggleControl:focus {
  background-color: #d3dcee;
}
div.jwts_toggleControlContainer a.jwts_toggleControl:hover, div.jwts_toggleControlContainer a.jwts_toggleControl:focus {
  text-decoration: none !important;
  outline: 0;
  color: #184161 !important;
}
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
  background: none;
  padding: 0;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle {
  background: none;
  padding: 0;
}

.jwts_toggleControlArrow:before {
  position: absolute;
  content: " ";
  background-size: 100%;
  width: 54px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  display: block;
}

.jwts_toggleOff:hover .jwts_toggleControlArrow:before, .jwts_toggleOff:visited .jwts_toggleControlArrow:before, .jwts_toggleOff:focus .jwts_toggleControlArrow:before {
  background-color: #485c7f;
}
.jwts_toggleOff .jwts_toggleControlArrow:before {
  background: #5c6e8e url("../images/site/icons/arrow-down.png") no-repeat center/14px 9px;
}

.jwts_toggleOn .jwts_toggleControlArrow:before {
  background: #485c7f url("../images/site/icons/icon-cross.png") no-repeat center/14px 14px;
}

div.jwts_content {
  border: 1px solid #d6dee2;
  border-radius: 0;
  padding: 15px 30px;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}

div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlNotice {
  display: none;
}

.ui-accordion-header {
  position: relative;
  display: block;
  background: none;
  background-color: #e3e9f5;
  border: none;
  border-radius: 0;
  text-decoration: none;
  color: #184161;
  padding: 14px 30px;
  margin-top: 10px;
  margin-bottom: 0;
  transition: background-color 0.2s;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
}
.ui-accordion-header:visited, .ui-accordion-header:hover, .ui-accordion-header:focus {
  background-color: #d3dcee;
}
.ui-accordion-header:hover, .ui-accordion-header:focus {
  text-decoration: none;
  outline: 0;
}
.ui-accordion-header a {
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
.ui-accordion-header a:hover, .ui-accordion-header a:focus, .ui-accordion-header a:visited {
  color: #184161 !important;
}
.ui-accordion-header .ui-icon {
  position: absolute;
  content: " ";
  background-size: 100%;
  width: 54px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  display: block;
  background: #5c6e8e url("../images/site/icons/arrow-down.png") no-repeat center/14px 9px;
}
.ui-accordion-header.ui-state-active .ui-icon {
  background: #485c7f url("../images/site/icons/icon-cross.png") no-repeat center/14px 14px;
}
.ui-accordion-header:visited .ui-icon, .ui-accordion-header:hover .ui-icon, .ui-accordion-header:focus .ui-icon {
  background-color: #485c7f;
}
.ui-accordion-header:visited.ui-state-active .ui-icon, .ui-accordion-header:hover.ui-state-active .ui-icon, .ui-accordion-header:focus.ui-state-active .ui-icon {
  background-color: #485c7f;
}

.ui-accordion-content {
  border: 1px solid #d6dee2;
  border-radius: 0;
  padding: 30px 30px;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 15px !important;
}
.ui-accordion-content span {
  font-size: 15px !important;
  font-family: 'Roboto', 'Arial', 'san-serif' !important;
  font-weight: 400 !important;
}
.ui-accordion-content h2 span {
  font-size: 24px !important;
  font-weight: bold !important;
}

.newsletter-section .head {
  position: relative;
  display: block;
  background: none;
  background-color: #e3e9f5;
  border: none;
  border-radius: 0;
  text-decoration: none;
  color: #184161;
  padding: 14px 30px;
  margin-top: 10px;
  margin-bottom: 0;
  transition: background-color 0.2s;
}
.newsletter-section .head:visited, .newsletter-section .head:hover, .newsletter-section .head:focus {
  background-color: #d3dcee !important;
}
.newsletter-section .head:hover, .newsletter-section .head:focus {
  text-decoration: none;
  outline: 0;
}
.newsletter-section .head a {
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
.newsletter-section .head a:visited,
.newsletter-section .head a:hover,
.newsletter-section .head a:focus {
  color: #184161 !important;
  background-color: #d3dcee;
}
.newsletter-section .head a:hover:after {
  background-color: #485c7f;
}
.newsletter-section .head a:after {
  position: absolute;
  content: " ";
  background: #5c6e8e;
  background-size: 100%;
  width: 54px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  display: block;
  background: #5c6e8e url("../images/site/icons/arrow-down.png") no-repeat center/14px 9px;
}
.newsletter-section.down .head a:after {
  background: #5c6e8e url("../images/site/icons/icon-cross.png") no-repeat center/14px 14px;
}
.newsletter-section.down .head a:hover:after {
  background-color: #485c7f;
}
.newsletter-section .content {
  border: 1px solid #d6dee2;
  border-radius: 0;
  padding: 30px 30px;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}

.page-footer {
  background: #225378;
  z-index: 100;
  position: relative;
}

.page-footer a {
  font-weight: normal;
}

.page-footer-top {
  border-bottom: 2px solid #4e7593;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer__main-menu {
  padding-left: 0;
  padding-top: 60px;
  margin-top: 0;
}
.footer__main-menu ul {
  padding-left: 0;
}
.footer__main-menu li {
  list-style-type: none;
  color: #82b1d4 !important;
  line-height: 24px;
}
.footer__main-menu li a {
  margin-bottom: 18px;
  display: block;
  color: #82b1d4 !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 500;
}
.footer__main-menu li a:hover {
  text-decoration: underline !important;
}
.footer__main-menu > li {
  float: left;
  width: 220px;
  padding-right: 20px;
  color: #fff;
  box-sizing: border-box;
  line-height: 28px;
}
.footer__main-menu > li > a {
  margin-bottom: 30px;
  color: #fff !important;
  font-size: 20px !important;
}

.footer__logos {
  position: absolute;
  bottom: 55px;
  right: 0;
}
.footer__logos a:first-of-type {
  margin-right: 12px;
}

.footer__social {
  float: left;
}
.footer__social .social__heading {
  display: inline-block;
  color: #82b1d4 !important;
  margin-right: 40px;
  margin-bottom: 0;
  font-size: 22px !important;
}
.footer__social .social__icons {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
.footer__social .social__icons .social__icon {
  margin-right: 20px;
  margin-top: 0;
  display: inline-block;
}
.footer__social .social__icons .social__icon:hover {
  opacity: 0.8;
}
.footer__social .social__icons .icon--facebook {
  width: 20px;
  height: 20px;
  background: url(../images/site/icons/fb.svg) center center/20px 20px no-repeat;
  margin-right: 20px;
}
.footer__social .social__icons .icon--youtube {
  width: 20px;
  height: 16px;
  background: url(../images/site/icons/yt.svg) center center/20px 20px no-repeat;
}
.footer__social .social__icons .icon--email {
  width: 20px;
  height: 20px;
  background: url(../images/site/icons/email.png) center center/20px 20px no-repeat;
}

.footer__call {
  float: right;
  color: #82b1d4;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
}
.footer__call .call__number {
  color: #fff;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 400;
  font-style: normal;
  margin-left: 6px;
  display: inline-block;
}

.page-footer-bottom {
  border-top: 2px solid #4e7593;
  padding-bottom: 50px;
  padding-top: 30px;
}
.page-footer-bottom a {
  text-decoration: none !important;
  color: #fff !important;
  font-size: 16px !important;
}
.page-footer-bottom a:hover {
  text-decoration: underline !important;
}
.page-footer-bottom img {
  margin-top: -5px;
  width: 77px;
  height: 17px;
}

.footer__bottom-menu {
  padding-right: 0;
  color: #fff;
  font-size: 16px;
  padding: 0;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
}
.footer__bottom-menu li {
  list-style-type: none;
  float: left;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #82b1d4;
}
.footer__bottom-menu li:first-of-type {
  padding-left: 0px;
}
.footer__bottom-menu li:last-of-type {
  padding-right: 0;
  border-right: none;
}
.footer__bottom-menu li span {
  color: #fff !important;
  font-size: 16px !important;
}
.footer__bottom-menu a {
  color: #fff !important;
}

.moduletable.languages h3 {
  float: left;
  margin-bottom: 40px;
  margin-top: 50px;
  line-height: 60px;
  font-size: 22px;
  color: #0a2235;
}
.moduletable.languages .custom.languages {
  float: right;
  width: 86%;
  margin-bottom: 40px;
  margin-top: 50px;
}
.moduletable.languages .custom.languages p {
  margin: 0;
}
.moduletable.languages .language_btn {
  display: block;
  float: left;
}
.moduletable.languages .language_btn:hover {
  opacity: 0.8;
}

.home_left{
  width: 50%;
  float: left;
}

.home_right{
  width: 50%;
  float: right;
}

.featured__video .featured_video{
  background: #fff;
}

.featured__video .featured_video iframe{
  width: 100%;
}

.featured__video .heading{
  padding: 0 0px;
  background: #df5736;
}

.featured__video h3{
  color: #fff !important;
  font-size: 22px !important;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
  padding: 26px 50px;
  margin: 0;
  box-sizing: border-box;
}

.featured__video .icon-font {
  position: absolute;
  font-size: 40px;
  text-align: center;
  left: 40px;
  top: 20px;
  color: #fff !important;
}

.featured__video .icon-video{
  background: url("../images/site/icons/video.png") no-repeat;
  width: 56px;
  height: 47px;
  display: block;
  position: absolute;
  left: 53px;
  margin-top: 12px;
}
.left img {
  margin-top: -3px;
}

.news h3 {
  color: #fff !important;
  font-size: 22px !important;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
  background: #bea98f;
  padding: 26px 50px;
  margin: 0;
  box-sizing: border-box;
}
.news .newsflash {
  margin: 0;
  padding: 0;
}
.news .newsflash-item {
  float: left;
  background: #fff;
  box-sizing: border-box;
  list-style-type: none;
  height: 290px !important;
}
.news .newsflash-item:first-of-type {
}
.news .newsflash-item:first-of-type .news-wrapper {
  padding: 45px 50px;
}
.news .newsflash-item:nth-of-type(2), .news .newsflash-item:nth-of-type(3) {
  width: 25%;
  padding: 121px 40px 45px;
}
.news .newsflash-item:nth-of-type(2) {
  background: #f3f6fa;
}
.news .newsflash-item p {
  margin-bottom: 25px;
  font-size: 17px !important;
}
.news .newsflash-item a {
  text-decoration: none !important;
}
.news .newsflash-item .image_thumb {
  max-height: 233px;
  overflow: hidden;
}
.news .newsflash-item img {
  width: 100%;
  display: none;
}
.news .item-date {
  color: #225378;
  font-size: 17px !important;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 700;
  font-style: normal;
  margin-bottom: 8px;
}
.news .news-wrapper a:hover {
  text-decoration: underline !important;
}
.news .news-wrapper .readmore:hover {
  text-decoration: none !important;
}
.news .newsflash-title {
  color: #0a2235 !important;
  font-size: 21px !important;
}
.news .readmore {
  color: #1a76cd !important;
  font-weight: normal !important;
  font-size: 17px !important;
  text-decoration: none !important;
}
.news .readmore:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("../images/site/icons/arrow-right-blue.png") no-repeat center;
  margin-top: 5px;
  margin-left: 30px;
}
.news .readmore:hover {
  border-bottom: 1px solid #1a76cd;
  text-decoration: none !important;
}
.advice__bottons .advice__button {
  box-sizing: border-box;
  display: block;
  padding: 26px 120px;
  position: relative;
  text-decoration: none !important;
}
.advice__bottons .advice__button:hover {
  text-decoration: none;
}
.advice__bottons .heading-4 {
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0;
  color: #fff !important;
}
.advice__bottons .advice__button:first-of-type {
  background-color: #225378;
}
.advice__bottons .advice__button:first-of-type .arrow {
  background-color: #1a4667;
}
.advice__bottons .advice__button:first-of-type:hover {
  background-color: #1a4667;
}
.advice__bottons .advice__button:first-of-type:hover .arrow {
  background-color: #225378;
}
.advice__bottons .advice__button:nth-of-type(2) {
  background-color: #74839f;
}
.advice__bottons .advice__button:nth-of-type(2) .arrow {
  background-color: #5c6e8e;
}
.advice__bottons .advice__button:nth-of-type(2):hover {
  background-color: #5c6e8e;
}
.advice__bottons .advice__button:nth-of-type(2):hover .arrow {
  background-color: #74839f;
}
.advice__bottons .arrow {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  width: 50px;
  text-decoration: none;
}
.advice__bottons .arrow-left {
  background: url("../images/site/icons/icon-left.png") no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.advice__bottons .icon-font {
  position: absolute;
  font-size: 40px;
  text-align: center;
  left: 40px;
  top: 20px;
  color: #fff !important;
}
.advice__bottons .icon-student {
  top: 40px;
}
.advice__bottons .icon-student:before {
  margin: 0;
}
.access__bottons .access__button {
  box-sizing: border-box;
  display: block;
  padding: 26px 120px;
  position: relative;
  text-decoration: none !important;
}
.access__bottons .access__button:hover {
  text-decoration: none;
}
.access__bottons .heading-4 {
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0;
  color: #fff !important;
}
.access__bottons .access__button:first-of-type {
  background-color: #1795a3;
}
.access__bottons .access__button:first-of-type .arrow {
  background-color: #008da3;
}
.access__bottons .access__button:first-of-type:hover {
  background-color: #008da3;
}
.access__bottons .access__button:first-of-type:hover .arrow {
  background-color: #1795a3;
}
.access__bottons .access__button:nth-of-type(2) {
  background-color: #74839f;
}
.access__bottons .access__button:nth-of-type(2) .arrow {
  background-color: #5c6e8e;
}
.access__bottons .access__button:nth-of-type(2):hover {
  background-color: #5c6e8e;
}
.access__bottons .access__button:nth-of-type(2):hover .arrow {
  background-color: #74839f;
}
.access__bottons .arrow {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  width: 50px;
  text-decoration: none;
}

.access__bottons .arrow-left {
  background: url("../images/site/icons/icon-left.png") no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.access__bottons .icon-font {
  position: absolute;
  font-size: 40px;
  text-align: center;
  left: 40px;
  top: 20px;
  color: #fff !important;
}
.access__bottons .icon-student {
  top: 40px;
}
.access__bottons .icon-student:before {
  margin: 0;
}

.banner__buttons {
  z-index: 1;
  color: #fff;
  padding-top: 515px;
  margin-left: -9px;
}
.banner__buttons .banner__button {
  text-decoration: none;
  position: relative;
  padding: 50px 55px 23px 50px;
  width: 31%;
  margin-right: -4px;
  box-sizing: border-box;
  display: inline-block;
  z-index: 4;
  color: #fff !important;
  text-decoration: none;
}
.banner__buttons .banner__button:hover {
  text-decoration: none;
  color: #fff !important;
}
.banner__buttons .banner__button p {
  font-size: 17px;
}
.banner__buttons .banner__button .shape {
  position: absolute;
  top: -60px;
  left: 45px;
}
.banner__buttons .banner__button .icon-font {
  font-size: 45px;
  position: absolute;
  top: -16px;
  left: 80px;
  color: #fff !important;
}
.banner__buttons .banner__button .icon-font.icon-complaint {
  font-size: 36px;
  left: 76px;
}
.banner__buttons .banner__button .arrow-left {
  background: url("../images/site/icons/icon-left.png") no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner__buttons .banner__button .item__heading {
  font-size: 28px !important;
  color: #fff !important;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
}
.banner__buttons .banner__button .arrow {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  width: 50px;
  text-decoration: none;
}
.banner__buttons .banner__button:first-of-type {
  background-color: #225378;
}
.banner__buttons .banner__button:first-of-type .shape {
  background: url("../images/site/home/shapes.png") no-repeat 0 0;
  width: 132px;
  height: 60px;
}
.banner__buttons .banner__button:first-of-type .arrow {
  background-color: #1a4667;
}
.banner__buttons .banner__button:first-of-type:hover {
  background-color: #1a4667;
}
.banner__buttons .banner__button:first-of-type:hover .shape {
  background: url("../images/site/home/shapes.png") no-repeat 0 -60px;
}
.banner__buttons .banner__button:first-of-type:hover .arrow {
  background-color: #225378;
}
.banner__buttons .banner__button:first-of-type .icon-font {
  left: 63px;
}
.banner__buttons .banner__button:first-of-type:before, .banner__buttons #second .banner__button:before {
  content: '';
  display: block;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: -8px;
  background-color: rgba(0, 0, 0, 0.2);
}
.banner__buttons .banner__button:first-of-type:hover:before, .banner__buttons #second .banner__button:hover:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.banner__buttons #second .banner__button {
  background-color: #f26a4b;
  width: 38%;
  padding-top: 84px;
  padding-right: 86px;
  padding-bottom: 40px;
  margin-top: -40px;
  z-index: 3;
}
.banner__buttons #second .banner__button:before {
  content: '';
  display: block;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: -8px;
  background-color: rgba(0, 0, 0, 0.2);
}
.banner__buttons #second .banner__button .shape {
  background: url("../images/site/home/shapes.png") no-repeat 0 -120px;
  width: 154px;
  height: 67px;
}
.banner__buttons #second .banner__button .arrow {
  background-color: #df5736;
}
.banner__buttons #second .banner__button:hover {
  background-color: #df5736;
}
.banner__buttons #second .banner__button:hover .shape {
  background: url("../images/site/home/shapes.png") no-repeat 0 -185px;
}
.banner__buttons #second .banner__button:hover .arrow {
  background-color: #f26a4b;
}
.banner__buttons #third .banner__button {
  background-color: #bea98f;
}
.banner__buttons #third .banner__button .shape {
  background: url("../images/site/home/shapes.png") no-repeat 0 -250px;
  width: 125px;
  height: 60px;
}
.banner__buttons #third .banner__button .arrow {
  background-color: #af987c;
}
.banner__buttons #third .banner__button:hover {
  background-color: #af987c;
}
.banner__buttons #third .banner__button:hover .shape {
  background: url("../images/site/home/shapes.png") no-repeat 0 -310px;
}
.banner__buttons #third .banner__button:hover .arrow {
  background-color: #bea98f;
}

.Top__call {
  display: inline-block;
  margin-right: 50px;
}
.Top__call .call__text {
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
}
.Top__call .call__text .call__number {
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 400;
  font-style: normal;
}

.top__social {
  display: inline-block;
  margin-right: 50px;
}
.top__social a:hover {
  opacity: 0.8;
}
.top__social .icon-facebook, .top__social .icon-youtube, .top__social .icon-email {
  display: inline-block;
}
.top__social .icon-facebook {
  width: 20px;
  height: 20px;
  background: url(../images/site/icons/fb.svg) center center/20px 20px no-repeat;
  margin-right: 20px;
}
.top__social .icon-youtube {
  width: 20px;
  height: 16px;
  background: url(../images/site/icons/yt.svg) center center/20px 20px no-repeat;
}
.top__social .icon-email {
  width: 20px;
  height: 20px;
  background: url(../images/site/icons/email.png) center center/20px 20px no-repeat;
  margin-right: 20px;
}

.top__menu {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.top__menu li {
  list-style-type: none;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
}
.top__menu li a {
  text-decoration: none !important;
  color: #fff !important;
}
.top__menu li a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("../images/site/icons/icon-left.png") no-repeat center;
  margin-top: 5px;
  margin-left: 25px;
}
.top__menu li a:hover {
  border-bottom: 1px solid #fff;
}

.menu__search {
  float: right;
  margin-top: 52px;
  padding-right: 5px;
}
.menu__search .icon-font {
  line-height: 18px;
  font-size: 26px;
  cursor: pointer;
}
.menu__search .icon-font:before {
  margin: 0;
  color: #225378;
  line-height: 18px;
}
.menu__search .icon-font:hover:before {
  color: #4e7593;
}

.search {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 117px;
  z-index: 5;
  padding: 26px 50px;
  background: #ececec;
}
.search input[type=text] {
  background: #ececec;
  color: #0a2235;
  border: 0 none;
  font-size: 19px;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  width: 95%;
  outline: none;
  box-shadow: none;
}
.search input[type="text"]::-webkit-input-placeholder {
  color: #0a2235;
}
.search input[type="text"]:-moz-placeholder {
  color: #0a2235;
}
.search input[type="text"]::-moz-placeholder {
  color: #0a2235;
}
.search input[type="text"]:-ms-input-placeholder {
  color: #0a2235;
}
.search input[type=submit] {
  display: inline-block;
  color: transparent;
  text-indent: -9999px;
  line-height: 0;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 70px;
  height: 64px;
  border: 0 none;
  background: #225378 url(../images/site/icons/magglass.svg) center center/26px 26px no-repeat;
}
.search input[type=submit]:hover {
  opacity: 0.8;
}

.internal-menu {
  width: 268px;
  float: left;
  padding-left: 30px;
  padding-top: 40px;
  margin-right: 40px;
}
.internal-menu a {
  text-decoration: none;
}
.internal-menu h4 {
  background-color: #5c6e8e;
  margin-bottom: 0;
  padding: 15px;
}
.internal-menu h4 a {
  display: block;
  color: #fff !important;
  font-size: 20px !important;
}
.internal-menu .leftmenu {
  margin: 0;
  padding-left: 0;
}
.internal-menu .leftmenu ul {
  padding-left: 0;
  margin: 0;
}
.internal-menu .leftmenu li {
  list-style-type: none;
}
.internal-menu .leftmenu li a {
  padding: 14px 30px 20px 14px;
  display: block;
  position: relative;
}
.internal-menu .leftmenu li a:hover {
  background-color: #d3dcee;
  color: inherit !important;
}
.internal-menu .leftmenu li.level2 {
  background-color: #e3e9f5;
  border-bottom: 1px solid #fff;
}
.internal-menu .leftmenu li.level2 > a {
  color: #184161 !important;
  font-size: 16px !important;
}
.internal-menu .leftmenu li.level2.active {
  background-color: #d9e2f3;
  border-bottom: 0px;
}
.internal-menu .leftmenu li.level2.active a {
  color: #2d2d2d !important;
}
.internal-menu .leftmenu li.level3 {
  background-color: #fff;
  border-bottom: 1px solid #eeeae6;
}
.internal-menu .leftmenu li.level3:last-of-type {
  border: none;
}
.internal-menu .leftmenu li.level3 a {
  color: #403f3f !important;
}
.internal-menu .leftmenu li.level3.active {
  background-color: #fce9e5;
}
.internal-menu .leftmenu li.level3.active a {
  color: #403f3f !important;
}
.internal-menu .leftmenu li.level4 {
  background-color: #fff;
}
.internal-menu .leftmenu li.level4 a {
  color: #403f3f;
}
.internal-menu .leftmenu li.level4 a:hover {
  color: #403f3f !important;
}
.internal-menu .leftmenu li.level2 ul {
  display: none;
}
.internal-menu .leftmenu li.level2.active ul {
  display: block;
}
.internal-menu .leftmenu li.parent > a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/site/icons/arrow-gray.png") no-repeat center/6px 10px;
}
.internal-menu .leftmenu li.parent > a:after:hover {
  background-color: #d3dcee;
}
.internal-menu .leftmenu li.parent.active {
  color: #2d2d2d;
}
.internal-menu .leftmenu li.parent.active > a:after {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -5px;
}
/*
.blog .category-desc {
  margin-bottom: 48px;
}
.blog .category-desc h1 {
  font-size: 30px;
}
.blog .category-desc h2 {
  font-size: 24px;
  color: #f26a4b;
}
.blog .category-desc p {
  font-size: 15px;
}
.blog .item {
  width: 48%;
  float: left;
  margin-bottom: 50px;
}
.blog .item:nth-of-type(odd) {
  margin-left: 4%;
}
.blog .item-image .item-title {
  background-color: #225378;
  box-sizing: border-box;
  display: block;
  position: relative;
  color: #fff;
  padding: 15px 40px;
}
.blog .item-image .item-title a {
  display: block;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 20px !important;
}
.blog .item-image .item-title:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  width: 52px;
  text-decoration: none;
  background: #1a4667 url("../images/site/icons/icon-left.png") no-repeat center/9px 14px;
}
.blog .item-image .item-title h3 {
  margin-bottom: 0;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
}
.blog .item-image:hover .item-title {
  background-color: #1a4667;
}
.blog .item-image:hover .item-title:after {
  background-color: #225378;
}
.blog .item-image img {
  width: 100%;
  max-height: 216px;
  overflow: hidden;
}
*/
.blog .item {
  width: 25%;
  float: left;
  margin-bottom: 50px;
  text-align: center;
}
.blog .item:nth-of-type(odd) {
  margin-left: 0;
}
.blog .item-image .item-title {
  background-color: #fff;
  box-sizing: inherit;
  display: block;
  position: relative;
  color: #184161;
  padding: 15px 40px;
}
.blog .item-image .item-title a {
  display: block;
  text-decoration: none !important;
  color: #184161 !important;
  font-size: 20px !important;
}

.blog .item-image .item-title:after {
  content: inherit;
  display: none;
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  width: 0;
  text-decoration: none;
  background: none;
}

.blog .item-image .item-title h3 {
  margin-bottom: 0;
}
.blog .item-image:hover .item-title a{
  color: #4B7494 !important;
}

.blog .item-image img {
  width: 239px;
  height: 216px;
  overflow: hidden;
}
.accordion table td:first-child {
  padding-right: 20px;
}

.newsletter-issue-info h1 {
  color: #184161;
}
.newsletter-issue-info h2 {
  color: #403f3f;
  font-size: 15px;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 500;
  font-style: normal;
}

#ff_formdiv15, #ff_formdiv16 {
  width: 480px;
}

#bfElemWrap220, #bfElemWrap221, #bfElemWrap222, #bfElemWrap223, #bfElemWrap224, #bfElemWrap225, #bfElemWrap226, #bfElemWrap227, #bfElemWrap313, #bfElemWrap312, #bfElemWrap311, #bfElemWrap310, #bfElemWrap441 {
  width: 450px;
  padding: 0;
  margin-bottom: 10px;
  font-family: "Roboto", "Arial", "san-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
#bfElemWrap220 input, #bfElemWrap220 textarea, #bfElemWrap220 select, #bfElemWrap221 input, #bfElemWrap221 textarea, #bfElemWrap221 select, #bfElemWrap222 input, #bfElemWrap222 textarea, #bfElemWrap222 select, #bfElemWrap223 input, #bfElemWrap223 textarea, #bfElemWrap223 select, #bfElemWrap224 input, #bfElemWrap224 textarea, #bfElemWrap224 select, #bfElemWrap225 input, #bfElemWrap225 textarea, #bfElemWrap225 select, #bfElemWrap226 input, #bfElemWrap226 textarea, #bfElemWrap226 select, #bfElemWrap227 input, #bfElemWrap227 textarea, #bfElemWrap227 select, #bfElemWrap313 input, #bfElemWrap313 textarea, #bfElemWrap313 select, #bfElemWrap312 input, #bfElemWrap312 textarea, #bfElemWrap312 select, #bfElemWrap311 input, #bfElemWrap311 textarea, #bfElemWrap311 select, #bfElemWrap310 input, #bfElemWrap310 textarea, #bfElemWrap310 select, #bfElemWrap441 input, #bfElemWrap441 textarea, #bfElemWrap441 select {
  display: inline-block;
  box-sizing: border-box;
  color: #4c5357;
  border: 1px solid #b5b1bb;
  -webkkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 15px;
  height: 35px;
  width: 450px !important;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  -webkit-appearance: none;
  /* Remove ios text input inner shadow */
}
#bfElemWrap220 input:focus, .no-touch #bfElemWrap220 input:hover, #bfElemWrap220 textarea:focus, .no-touch #bfElemWrap220 textarea:hover, #bfElemWrap220 select:focus, .no-touch #bfElemWrap220 select:hover, #bfElemWrap221 input:focus, .no-touch #bfElemWrap221 input:hover, #bfElemWrap221 textarea:focus, .no-touch #bfElemWrap221 textarea:hover, #bfElemWrap221 select:focus, .no-touch #bfElemWrap221 select:hover, #bfElemWrap222 input:focus, .no-touch #bfElemWrap222 input:hover, #bfElemWrap222 textarea:focus, .no-touch #bfElemWrap222 textarea:hover, #bfElemWrap222 select:focus, .no-touch #bfElemWrap222 select:hover, #bfElemWrap223 input:focus, .no-touch #bfElemWrap223 input:hover, #bfElemWrap223 textarea:focus, .no-touch #bfElemWrap223 textarea:hover, #bfElemWrap223 select:focus, .no-touch #bfElemWrap223 select:hover, #bfElemWrap224 input:focus, .no-touch #bfElemWrap224 input:hover, #bfElemWrap224 textarea:focus, .no-touch #bfElemWrap224 textarea:hover, #bfElemWrap224 select:focus, .no-touch #bfElemWrap224 select:hover, #bfElemWrap225 input:focus, .no-touch #bfElemWrap225 input:hover, #bfElemWrap225 textarea:focus, .no-touch #bfElemWrap225 textarea:hover, #bfElemWrap225 select:focus, .no-touch #bfElemWrap225 select:hover, #bfElemWrap226 input:focus, .no-touch #bfElemWrap226 input:hover, #bfElemWrap226 textarea:focus, .no-touch #bfElemWrap226 textarea:hover, #bfElemWrap226 select:focus, .no-touch #bfElemWrap226 select:hover, #bfElemWrap227 input:focus, .no-touch #bfElemWrap227 input:hover, #bfElemWrap227 textarea:focus, .no-touch #bfElemWrap227 textarea:hover, #bfElemWrap227 select:focus, .no-touch #bfElemWrap227 select:hover, #bfElemWrap313 input:focus, .no-touch #bfElemWrap313 input:hover, #bfElemWrap313 textarea:focus, .no-touch #bfElemWrap313 textarea:hover, #bfElemWrap313 select:focus, .no-touch #bfElemWrap313 select:hover, #bfElemWrap312 input:focus, .no-touch #bfElemWrap312 input:hover, #bfElemWrap312 textarea:focus, .no-touch #bfElemWrap312 textarea:hover, #bfElemWrap312 select:focus, .no-touch #bfElemWrap312 select:hover, #bfElemWrap311 input:focus, .no-touch #bfElemWrap311 input:hover, #bfElemWrap311 textarea:focus, .no-touch #bfElemWrap311 textarea:hover, #bfElemWrap311 select:focus, .no-touch #bfElemWrap311 select:hover, #bfElemWrap310 input:focus, .no-touch #bfElemWrap310 input:hover, #bfElemWrap310 textarea:focus, .no-touch #bfElemWrap310 textarea:hover, #bfElemWrap310 select:focus, .no-touch #bfElemWrap310 select:hover, #bfElemWrap441 input:focus, .no-touch #bfElemWrap441 input:hover, #bfElemWrap441 textarea:focus, .no-touch #bfElemWrap441 textarea:hover, #bfElemWrap441 select:focus, .no-touch #bfElemWrap441 select:hover {
  background-color: #F2F5F6;
}
#bfElemWrap220 input:focus, #bfElemWrap220 textarea:focus, #bfElemWrap220 select:focus, #bfElemWrap221 input:focus, #bfElemWrap221 textarea:focus, #bfElemWrap221 select:focus, #bfElemWrap222 input:focus, #bfElemWrap222 textarea:focus, #bfElemWrap222 select:focus, #bfElemWrap223 input:focus, #bfElemWrap223 textarea:focus, #bfElemWrap223 select:focus, #bfElemWrap224 input:focus, #bfElemWrap224 textarea:focus, #bfElemWrap224 select:focus, #bfElemWrap225 input:focus, #bfElemWrap225 textarea:focus, #bfElemWrap225 select:focus, #bfElemWrap226 input:focus, #bfElemWrap226 textarea:focus, #bfElemWrap226 select:focus, #bfElemWrap227 input:focus, #bfElemWrap227 textarea:focus, #bfElemWrap227 select:focus, #bfElemWrap313 input:focus, #bfElemWrap313 textarea:focus, #bfElemWrap313 select:focus, #bfElemWrap312 input:focus, #bfElemWrap312 textarea:focus, #bfElemWrap312 select:focus, #bfElemWrap311 input:focus, #bfElemWrap311 textarea:focus, #bfElemWrap311 select:focus, #bfElemWrap310 input:focus, #bfElemWrap310 textarea:focus, #bfElemWrap310 select:focus, #bfElemWrap441 input:focus, #bfElemWrap441 textarea:focus, #bfElemWrap441 select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #66afe9;
}
#bfElemWrap220 label, #bfElemWrap221 label, #bfElemWrap222 label, #bfElemWrap223 label, #bfElemWrap224 label, #bfElemWrap225 label, #bfElemWrap226 label, #bfElemWrap227 label, #bfElemWrap313 label, #bfElemWrap312 label, #bfElemWrap311 label, #bfElemWrap310 label, #bfElemWrap441 label {
  width: 100%;
}

#bfElemWrap226 textarea, #bfElemWrap227 textarea {
  height: 75px;
}

#bfElemWrap220:after, #bfElemWrap221:after, #bfElemWrap222:after, #bfElemWrap223:after, #bfElemWrap224:after, #bfElemWrap313:after, #bfElemWrap312:after, #bfElemWrap311:after, #bfElemWrap310:after {
  content: '*';
  position: absolute;
  right: 10px;
  color: red;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#ff_elem233 {
  display: block;
  float: right;
  width: 115px;
  height: 36px;
  background: url(../images/site/complaint/form_submit_btn.png) no-repeat;
  border: none;
  cursor: pointer;
}
#ff_elem233:hover {
  background: url(../images/site/complaint/form_submit_btn.png) 0 -36px no-repeat;
}

#ff_elem232, #contact_reset {
  display: block;
  float: right;
  width: 115px;
  height: 36px;
  background: url(../images/site/complaint/form_reset_btn.png) no-repeat;
  border: none;
  cursor: pointer;
  margin-right: 20px;
}
#ff_elem232:hover, #contact_reset:hover {
  background: url(../images/site/complaint/form_reset_btn.png) 0 -36px no-repeat;
}

div.language_content {
  width: 450px;
  height: 300px;
  padding: 20px;
  background: url("../images/site/languages/language_popup_bg.png") no-repeat;
}

div.language_content h3 {
  color: #095D7E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

div.language_content h3 span {
  font-weight: normal;
}

div.language_content .text {
  padding: 25px 0;
  *padding: 25px 0 19px 0;
}

div.language_content .text p {
  font-size: 14px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #707070;
  margin-bottom: 15px;
  line-height: 18px;
  margin-top: 0;
}

div.language_content .text p span {
  font-weight: bold;
  color: #022e4f;
}

div.language_content img {
  margin-bottom: 10px;
  *margin-bottom: 0;
}

#fancybox-close.innerclose {
  background: url("../images/site/languages/language_popup_close_btn.png") repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  width: 156px;
  height: 33px;
  position: static;
  right: 0;
  top: 0;
}

#fancybox-close.innerclose:hover {
  background: url("../images/site/languages/language_popup_close_btn.png") repeat scroll 0 -33px transparent;
}
.banner__buttons .banner__button .icon-font.icon-hand {
  font-size: 66px;
  left: 63px;
  top: 13px;
}
div#home_bottom {
  margin-top: -17px;
}
.icon-font img {
  width: 60px;
}
h3.featurenews {
  background:#bea98f url("../images/site/home/News_Icon.png") no-repeat ;
  padding-left: 120px;
  background-size: 60px;
  background-position: 37px;
}
h3.videoicn {
  background: #df5736 url("../images/site/home/video.png") no-repeat ;
  padding-left: 120px;
  background-size: 60px;
  background-position: 37px;
}
.icon-font.access img {
  margin-top: -8px;
  width: 42px;
  margin-left: 4px;
}
.sticon img {
  width: 65px;
}
#second .banner__buttons .banner__button:nth-of-type(2) {
  background-color: #f26a4b;
  width: 38%;
  padding-top: 84px;
  padding-right: 86px;
  padding-bottom: 40px;
  margin-top: -40px;
  z-index: 3;
}
#first,#second,#third{
  display:inline;
}
h3#second {
  position: relative;
  z-index: 9;
}
.banner__buttons #third .banner__button:first-of-type .icon-font {
  left: 70px;
}
  /**
   * #TRUMPS
   */
/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:before, .footer__bottom-menu:before, .clearfix:after, .footer__bottom-menu:after {
  content: " ";
  display: table;
}
.clearfix:after, .footer__bottom-menu:after {
  clear: both;
}

/*# sourceMappingURL=style.css.map */
