@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,700");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'webtag';
  src: url("../typography/webtag/fonts/webtag.eot?52umie");
  src: url("../typography/webtag/fonts/webtag.eot?52umie#iefix") format("embedded-opentype"), url("../typography/webtag/fonts/webtag.ttf?52umie") format("truetype"), url("../typography/webtag/fonts/webtag.woff?52umie") format("woff"), url("../typography/webtag/fonts/webtag.svg?52umie#webtag") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="webtagicons-"], [class*=" webtagicons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webtag' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.webtagicons-th-menu:before {
  content: "";
}

.webtagicons-menu:before {
  content: "";
}

.webtagicons-Support-at-home .path1:before {
  content: "";
  color: #002e72;
}

.webtagicons-Support-at-home .path2:before {
  content: "";
  margin-left: -1em;
  color: #d92841;
}

.webtagicons-Support-to-connect .path1:before {
  content: "";
  color: #002e72;
}

.webtagicons-Support-to-connect .path2:before {
  content: "";
  margin-left: -1em;
  color: #d92841;
}

.webtagicons-Support-to-develop-skills-for-work .path1:before {
  content: "";
  color: #002e72;
}

.webtagicons-Support-to-develop-skills-for-work .path2:before {
  content: "";
  margin-left: -1em;
  color: #d92841;
}

.webtagicons-Support-to-find-and-keep-a-job .path1:before {
  content: "";
  color: #d92841;
}

.webtagicons-Support-to-find-and-keep-a-job .path2:before {
  content: "";
  margin-left: -1em;
  color: #002e72;
}

.webtagicons-check:before {
  content: "";
}

.webtagicons-chevron:before {
  content: "";
}

.webtagicons-close:before {
  content: "";
}

.webtagicons-drop-down:before {
  content: "";
}

.webtagicons-facebook2 .path1:before {
  content: "";
  color: black;
}

.webtagicons-facebook2 .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.webtagicons-linkedin .path1:before {
  content: "";
  color: black;
}

.webtagicons-linkedin .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.webtagicons-mail .path1:before {
  content: "";
  color: black;
}

.webtagicons-mail .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.webtagicons-phone2:before {
  content: "";
}

.webtagicons-search2:before {
  content: "";
}

.webtagicons-twitter2 .path1:before {
  content: "";
  color: black;
}

.webtagicons-twitter2 .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.webtagicons-chevron-down:before {
  content: "";
}

.webtagicons-chevron-up:before {
  content: "";
}

.webtagicons-chevron-right:before {
  content: "";
}

.webtagicons-chevron-left:before {
  content: "";
}

.webtagicons-twitter-with-circle:before {
  content: "";
}

.webtagicons-facebook-with-circle:before {
  content: "";
}

.webtagicons-quotes-left:before {
  content: "";
}

.webtagicons-twitter:before {
  content: "";
}

.webtagicons-brand:before {
  content: "";
}

.webtagicons-tweet:before {
  content: "";
}

.webtagicons-social:before {
  content: "";
}

.webtagicons-search:before {
  content: "";
}

.webtagicons-find:before {
  content: "";
}

.webtagicons-lookup:before {
  content: "";
}

.webtagicons-magnifier:before {
  content: "";
}

.webtagicons-checkmark:before {
  content: "";
}

.webtagicons-quotes-left:before {
  content: "";
}

.webtagicons-twitter:before {
  content: "";
}

.webtagicons-brand:before {
  content: "";
}

.webtagicons-tweet:before {
  content: "";
}

.webtagicons-social:before {
  content: "";
}

.webtagicons-facebook:before {
  content: "";
}

.webtagicons-brand2:before {
  content: "";
}

.webtagicons-social2:before {
  content: "";
}

.webtagicons-phone:before {
  content: "";
}

.webtagicons-telephone:before {
  content: "";
}

.webtagicons-contact:before {
  content: "";
}

.webtagicons-support:before {
  content: "";
}

.webtagicons-call:before {
  content: "";
}

.webtagicons-home:before {
  content: "";
}

body .website {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  text-rendering: optimizeLegibility;
  font-weight: 300;
}

body .website h1, body .website h2, body .website h3, body .website h4, body .website h5, body .website h6 {
  font-weight: bold;
  color: #002E72;
  line-height: 1.3em;
}

body .website .main_right_middle p + h2, body .website .main_right_middle p + h3, body .website .main_right_middle p + h4, body .website .main_right_middle p + h5, body .website .main_right_middle p + h6 {
  margin-top: 50px;
}

body .website .main_right_middle p a {
  color: #002E72;
  display: inline-block;
}

body .website .main_right_middle h2 {
  font-size: 36px;
}

body .website .main_right_middle h3 {
  font-size: 32px;
}

body .website .main_right_middle h4 {
  font-size: 28px;
}

body .website .main_right_middle h5 {
  font-size: 24px;
  font-weight: normal;
}

body .website .main_right_middle h6 {
  font-size: 20px;
  font-weight: normal;
}

body .website .main_right_middle blockquote {
  margin: 0px;
  padding: 40px 100px 40px 100px;
  position: relative;
  font-size: 1.8em;
  line-height: 1.1em;
}

@media (max-width: 900px) {
  body .website .main_right_middle blockquote {
    padding-left: 12%;
    font-size: 1.3em;
    padding-right: 10%;
  }
}

body .website .main_right_middle blockquote > p {
  margin: 0px;
}

body .website .main_right_middle blockquote:before {
  font-family: webtag;
  content: "";
  position: absolute;
  font-size: 1.2em;
  top: 30px;
  left: 40px;
}

@media (max-width: 900px) {
  body .website .main_right_middle blockquote:before {
    left: 2%;
  }
}

body .website .main_right_middle figure {
  margin: 2em 0;
}

body .website .main_right_middle figure figcaption {
  margin-top: 15px;
  font-size: 0.8em;
}

body .website .main_right_middle table {
  margin: 40px 0;
  width: 100%;
}

body .website .main_right_middle table td, body .website .main_right_middle table th {
  border: 1px solid #E0F0FC;
  padding: 10px;
  text-align: left;
}

body .website .main_right_middle table th {
  font-weight: bold;
}

.clear-float {
  display: block;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-border {
  border: 0 !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.website .section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.website .section .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
}

.website .section .container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 1470px) {
  .website .section .container {
    padding: 0 30px;
  }
}

@media (max-width: 450px) {
  .website .section .container {
    padding: 0 15px;
  }
}

.website .section.header {
  padding: 24px 0;
}

.website .section.header .header_left {
  float: left;
  /*width: 280px;*/
}

.website .section.header .header_right, .website .section.header .header_middle {
  float: right;
}

.website .section.header .header_search {
  clear: both;
}

.website .section.messages {
  border: 0px;
  padding: 0px;
}

.website .section.messages .messages {
  margin: 30px 0;
}

.website .section.services_tabs_content {
  background: #E0F0FC;
}

.website .section.vignette {
  padding: 60px 0;
  background: #F6F9FC;
  margin-bottom: 40px;
}

.website .section.vignette .vignette_left {
  float: left;
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}

@media (max-width: 990px) {
  .website .section.vignette .vignette_left {
    width: 100%;
    padding-bottom: 60px;
  }
}

.website .section.vignette .vignette_left:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  content: '';
  border-right: 1px solid #D8E0E8;
}

@media (max-width: 990px) {
  .website .section.vignette .vignette_left:after {
    border: 0px;
  }
}

.website .section.vignette .vignette_right {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}

@media (max-width: 990px) {
  .website .section.vignette .vignette_right {
    width: 100%;
    padding-left: 0px;
  }
}

.website .section.main .main_right {
  float: right;
  width: 70%;
}

@media (max-width: 900px) {
  .website .section.main .main_right {
    width: 100%;
  }
}

.website .section.main .main_right.full_width {
  width: 100%;
}

.website .section.main .main_right > .messages {
  border: 0px;
  margin: 0;
  padding: 0px;
}

.website .section.main .main_right > .messages .messages {
  margin: 30px 0;
}

.website .section.main .main_right_top {
  padding-bottom: 20px;
}

.website .section.main .main_right_top:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.website .section.main .main_right_top_right {
  float: right;
}

@media (max-width: 900px) {
  .website .section.main .main_right_top_right {
    clear: both;
    float: left;
    padding-left: 46px;
  }
}

.website .section.main .main_right_top_left {
  float: left;
}

.website .section.main .main_right_middle {
  line-height: 1.3em;
}

.website .section.main .main_left {
  float: left;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 45px;
}

@media (max-width: 900px) {
  .website .section.main .main_left {
    display: none;
  }
}

.website .section.pre_footer .pre_footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.website .section.pre_footer .pre_footer_left, .website .section.pre_footer .pre_footer_middle, .website .section.pre_footer .pre_footer_right {
  float: left;
  width: 33.3333333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.website .section.pre_footer .pre_footer_left {
  padding-right: 10px;
}

@media (max-width: 880px) {
  .website .section.pre_footer .pre_footer_left {
    width: 100%;
    padding-bottom: 40px;
  }
}

.website .section.pre_footer .pre_footer_middle {
  padding: 10px;
}

@media (max-width: 880px) {
  .website .section.pre_footer .pre_footer_middle {
    width: 50%;
  }
}

@media (max-width: 675px) {
  .website .section.pre_footer .pre_footer_middle {
    width: 100%;
    padding: 0px 0 40px;
  }
}

.website .section.pre_footer .pre_footer_right {
  padding: 10px 0 10px 10px;
}

@media (max-width: 880px) {
  .website .section.pre_footer .pre_footer_right {
    width: 50%;
  }
}

@media (max-width: 675px) {
  .website .section.pre_footer .pre_footer_right {
    width: 100%;
  }
}

.website .section.footer {
  margin-top: 80px;
  padding: 25px 0;
  background: #F6F9FC;
}

.website .section.footer .footer_left, .website .section.footer .footer_middle_left, .website .section.footer .footer_middle_right, .website .section.footer .footer_right {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.website .section.footer .footer_left {
  padding-right: 30px;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .website .section.footer .footer_left {
    width: 100%;
    padding: 0 0 80px;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .website .section.footer .footer_left {
    text-align: left;
    padding: 0 0 40px;
  }
}

.website .section.footer .footer_left .logo {
  text-indent: -99999px;
  background-image: url(../logo.svg);
  height: 50px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-bottom: 13px;
}

@media (max-width: 1200px) {
  .website .section.footer .footer_left .logo {
    background-position: center;
  }
}

@media (max-width: 540px) {
  .website .section.footer .footer_left .logo {
    background-position: left center;
  }
}

.website .section.footer .footer_middle_left {
  padding: 0 10px;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .website .section.footer .footer_middle_left {
    width: 33.3333333333%;
  }
}

@media (max-width: 830px) {
  .website .section.footer .footer_middle_left {
    width: 50%;
  }
}

@media (max-width: 540px) {
  .website .section.footer .footer_middle_left {
    width: 100%;
    padding: 0;
  }
}

.website .section.footer .footer_middle_left h4 {
  margin: 5px 0 20px;
}

.website .section.footer .footer_middle_left h4 a {
  color: #002E72;
  font-size: 20px;
  text-decoration: none;
}

.website .section.footer .footer_middle_left h5 {
  margin: 0 0 5px;
  font-size: 16px;
}

.website .section.footer .footer_middle_right {
  width: 15%;
}

@media (max-width: 1200px) {
  .website .section.footer .footer_middle_right {
    width: 33.3333333333%;
    padding: 0 10px;
  }
}

@media (max-width: 830px) {
  .website .section.footer .footer_middle_right {
    width: 50%;
  }
}

@media (max-width: 540px) {
  .website .section.footer .footer_middle_right {
    width: 100%;
    padding: 40px 0 0;
  }
}

.website .section.footer .footer_middle_right ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.website .section.footer .footer_middle_right a {
  font-size: 20px;
  color: #002E72;
  text-decoration: none;
  font-weight: bold;
}

.website .section.footer .footer_right {
  width: 35%;
  padding-left: 0px;
}

@media (max-width: 1200px) {
  .website .section.footer .footer_right {
    width: 33.3333333333%;
  }
}

@media (max-width: 830px) {
  .website .section.footer .footer_right {
    padding-top: 40px;
    clear: both;
    width: 50%;
  }
}

@media (max-width: 580px) {
  .website .section.footer .footer_right {
    width: 100%;
  }
}

.website .section.footer .footer_right_top .block-webform h2 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #002E72;
}

.website .section.footer .footer_right_top .block-webform .ajax-progress {
  position: absolute;
}

.website .section.footer .footer_right_top .block-webform .messages {
  margin: 15px 0 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid green;
  font-size: 0.8em;
}

.website .section.footer .footer_right_top .block-webform form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.website .section.footer .footer_right_top .block-webform form .js-form-item, .website .section.footer .footer_right_top .block-webform form .form-actions {
  float: left;
  margin: 0px;
}

.website .section.footer .footer_right_top .block-webform form .js-form-item {
  width: 60%;
}

.website .section.footer .footer_right_top .block-webform form .form-actions {
  width: 40%;
}

.website .section.footer .footer_right_top .block-webform form input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 40px;
}

.website .section.footer .footer_right_top .block-webform form input[type=email] {
  border: 1px solid #002E72;
  background: white;
  border-radius: 3px 0 0 3px;
}

.website .section.footer .footer_right_top .block-webform form input[type=submit] {
  border: 2px solid #002E72;
  background: #002E72;
  color: white;
  border-radius: 0 3px 3px 0;
  line-height: 38px;
}

.website .section.footer .footer_right_bottom {
  padding-top: 30px;
}

.website .section.footer .footer_right_bottom ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.website .section.footer .footer_right_bottom ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.website .section.footer .footer_right_bottom ul span {
  display: none;
}

.website .section.footer .footer_right_bottom ul li {
  float: left;
}

.website .section.footer .footer_right_bottom ul li.label {
  color: #002E72;
}

.website .section.footer .footer_right_bottom ul li.social a {
  display: block;
  color: #002E72;
  font-size: 30px;
  text-decoration: none;
  margin: -5px 0 0 10px;
}

.website .section.copyright {
  font-size: 12px;
  line-height: 60px;
  background: #002E72;
  color: white;
}

@media (max-width: 540px) {
  .website .section.copyright {
    line-height: 30px;
    padding: 40px 0;
  }
}

.website .section.copyright .copyright_left {
  float: left;
}

.website .section.copyright .copyright_left p {
  margin: 0px;
}

@media (max-width: 540px) {
  .website .section.copyright .copyright_left {
    width: 100%;
    text-align: center;
  }
}

.website .section.copyright .copyright_left .webtag {
  opacity: 0.6;
  padding-left: 10px;
}

.website .section.copyright .copyright_left .webtag a {
  color: white;
  text-decoration: none;
}

.website .section.copyright .copyright_right {
  float: right;
}

@media (max-width: 540px) {
  .website .section.copyright .copyright_right {
    width: 100%;
    text-align: center;
  }
}

.website .section.copyright .copyright_right ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: right;
}

@media (max-width: 540px) {
  .website .section.copyright .copyright_right ul {
    float: none;
    text-align: center;
  }
}

.website .section.copyright .copyright_right ul li {
  margin-left: 10px;
  float: left;
}

@media (max-width: 540px) {
  .website .section.copyright .copyright_right ul li {
    float: none;
    display: inline;
  }
}

.website .section.copyright .copyright_right ul li a {
  color: white;
  text-decoration: none;
}

nav.tabs ul {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}

nav.tabs li {
  margin-right: -4px;
}

nav.tabs a {
  border-color: #efefef #efefef currentcolor;
  -webkit-border-image: none;
          border-image: none;
  -webkit-transition: none;
  transition: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  color: black;
  padding: 10px 25px;
}

nav.tabs a.is-active {
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  background: white;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  /*font-weight: bold;*/
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1010;
  width: 100%;
  border: 1px solid #9B9B9B;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 15px;
  /*height: 25px;*/
  border: 1px solid #9B9B9B;
  background-color: #fff;
  background-clip: padding-box;
  /*color: #444;*/
  text-decoration: none;
  white-space: nowrap;
  line-height: 42px;
}

.chosen-container-single .chosen-default {
  /*color: #999;*/
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:after {
  font-size: 1em;
  font-family: webtag;
  content: "";
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-single div b:after {
  font-size: 1em;
  font-family: webtag;
  content: "";
}

.chosen-container-single .chosen-single div b:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  display: block;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 10px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search:after {
  font-size: 1em;
  font-family: webtag;
  content: "";
}

.chosen-container-single .chosen-search:after {
  margin-left: -27px;
  font-size: 1.3em;
  font-weight: normal;
  position: absolute;
  margin-top: 10px;
}

.chosen-container-single .chosen-search input[type="text"], .chosen-container-single .chosen-search .website .section.main form select[type="text"], .website .section.main form .chosen-container-single .chosen-search select[type="text"], .chosen-container-single .chosen-search .website .section.main form textarea[type="text"], .website .section.main form .chosen-container-single .chosen-search textarea[type="text"] {
  margin: 1px 0;
  padding: 10px 20px 10px 10px;
  width: 100%;
  height: auto;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #9B9B9B !important;
  font-size: 1em;
  /*font-family: sans-serif;*/
  line-height: normal;
}

.chosen-container-single .chosen-search input[type="text"]:after, .chosen-container-single .chosen-search .website .section.main form select[type="text"]:after, .website .section.main form .chosen-container-single .chosen-search select[type="text"]:after, .chosen-container-single .chosen-search .website .section.main form textarea[type="text"]:after, .website .section.main form .chosen-container-single .chosen-search textarea[type="text"]:after {
  font-size: 1em;
  font-family: webtag;
  content: "";
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  /*color: #444;*/
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 5px 10px 15px 0;
  padding: 0 0 0 10px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  /*padding: 10px 6px;*/
  padding: 10px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  /*background: #f4f4f4;*/
}

.chosen-container .chosen-results li.no-results span:before {
  content: ': ';
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  /*padding-left: 0px;*/
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  border: 1px solid #9B9B9B;
  background-color: #fff;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"], .chosen-container-multi .chosen-choices li.search-field .website .section.main form select[type="text"], .website .section.main form .chosen-container-multi .chosen-choices li.search-field select[type="text"], .chosen-container-multi .chosen-choices li.search-field .website .section.main form textarea[type="text"], .website .section.main form .chosen-container-multi .chosen-choices li.search-field textarea[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 43px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  /*color: #999;*/
  font-size: 100%;
  /*font-family: sans-serif;*/
  line-height: normal;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 10px 5px 0px 0;
  padding: 5px 25px 5px 10px;
  /*border: 1px solid $grey1;*/
  max-width: 100%;
  /*background-color: #eeeeee;*/
  /*background-size: 100% 19px;*/
  /*background-repeat: repeat-x;*/
  /*background-clip: padding-box;*/
  color: #fff;
  /*border-radius: 2px;*/
  background-color: #002E72;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 6px;
  right: 5px;
  display: block;
  width: 12px;
  font-size: 0.8em;
  height: 12px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  font-size: 1em;
  font-family: webtag;
  content: "";
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  font-weight: bold;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin-top: 15px;
}

.chosen-container-multi .chosen-drop li {
  padding: 10px 30px;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #9B9B9B;
  cursor: default;
}

.chosen-container-multi .chosen-drop .result-selected:before {
  font-size: 1em;
  font-family: webtag;
  content: "";
}

.chosen-container-multi .chosen-drop .result-selected:before {
  color: #002E72;
  margin-right: 10px;
  margin-left: -25px;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #002E72;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  /*box-shadow: 0 0 3px $blue1;*/
}

.chosen-container-active .chosen-single.chosen-with-drop {
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #9B9B9B;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"], .chosen-container-active .chosen-choices li.search-field .website .section.main form select[type="text"], .website .section.main form .chosen-container-active .chosen-choices li.search-field select[type="text"], .chosen-container-active .chosen-choices li.search-field .website .section.main form textarea[type="text"], .website .section.main form .chosen-container-active .chosen-choices li.search-field textarea[type="text"] {
  color: #222 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"], .chosen-rtl .chosen-choices li.search-field .website .section.main form select[type="text"], .website .section.main form .chosen-rtl .chosen-choices li.search-field select[type="text"], .chosen-rtl .chosen-choices li.search-field .website .section.main form textarea[type="text"], .website .section.main form .chosen-rtl .chosen-choices li.search-field textarea[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search:after {
  font-size: 1em;
  font-family: webtag;
  content: "";
}

.chosen-rtl .chosen-search input[type="text"], .chosen-rtl .chosen-search .website .section.main form select[type="text"], .website .section.main form .chosen-rtl .chosen-search select[type="text"], .chosen-rtl .chosen-search .website .section.main form textarea[type="text"], .website .section.main form .chosen-rtl .chosen-search textarea[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"], .chosen-rtl .chosen-search .website .section.main form select[type="text"], .website .section.main form .chosen-rtl .chosen-search select[type="text"], .chosen-rtl .chosen-search .website .section.main form textarea[type="text"], .website .section.main form .chosen-rtl .chosen-search textarea[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-single .chosen-search .website .section.main form select[type="text"], .website .section.main form
  .chosen-container-single .chosen-search select[type="text"],
  .chosen-container-single .chosen-search .website .section.main form textarea[type="text"], .website .section.main form
  .chosen-container-single .chosen-search textarea[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
.website .section.main form .form-radio, .website .section.main form label + input[type=checkbox], .website .section.main form label + input[type=radio], .website .section.main form .form-checkbox {
  position: absolute;
  opacity: 0;
}

.website .section.main form label {
  margin: 10px 0 5px;
  display: block;
}

.website .section.main form input[type=text], .website .section.main form select, .website .section.main form textarea, .website .section.main form input[type=email], .website .section.main form input[type=date], .website .section.main form input[type=datetime-local], .website .section.main form input[type=month], .website .section.main form input[type=number], .website .section.main form input[type=password], .website .section.main form input[type=time], .website .section.main form input[type=search], .website .section.main form input[type=tel], .website .section.main form input[type=url], .website .section.main form input[type=week] {
  outline: none;
  border: 1px solid #9B9B9B;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 15px;
  line-height: 42px;
  height: 42px;
  max-width: 100%;
}

.website .section.main form input[type=text]:focus, .website .section.main form select:focus, .website .section.main form textarea:focus, .website .section.main form input[type=text]:active, .website .section.main form select:active, .website .section.main form textarea:active, .website .section.main form input[type=email]:focus, .website .section.main form input[type=email]:active, .website .section.main form input[type=date]:focus, .website .section.main form input[type=date]:active, .website .section.main form input[type=datetime-local]:focus, .website .section.main form input[type=datetime-local]:active, .website .section.main form input[type=month]:focus, .website .section.main form input[type=month]:active, .website .section.main form input[type=number]:focus, .website .section.main form input[type=number]:active, .website .section.main form input[type=password]:focus, .website .section.main form input[type=password]:active, .website .section.main form input[type=time]:focus, .website .section.main form input[type=time]:active, .website .section.main form input[type=search]:focus, .website .section.main form input[type=search]:active, .website .section.main form input[type=tel]:focus, .website .section.main form input[type=tel]:active, .website .section.main form input[type=url]:focus, .website .section.main form input[type=url]:active, .website .section.main form input[type=week]:focus, .website .section.main form input[type=week]:active {
  border-color: #002E72;
  -webkit-box-shadow: 0 0 3px #002E72;
          box-shadow: 0 0 3px #002E72;
}

.website .section.main form input[type=radio], .website .section.main form input[type=checkbox] {
  /*position: absolute;*/
  /*opacity: 0;*/
}

.website .section.main form input[type=radio] + label, .website .section.main form input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  line-height: 22px;
}

.website .section.main form input[type=radio] + label:before, .website .section.main form input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  left: 0;
  border: 1px solid #9B9B9B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 100%;
  font-size: 0.7em;
  top: 0;
}

.website .section.main form input[type=radio] + label:after, .website .section.main form input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  left: 0;
  border: 4px solid white;
  margin: 1px;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  font-size: 0.7em;
  background: #002E72;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  top: 0;
}

.website .section.main form input[type=radio] + label:hover:after, .website .section.main form input[type=checkbox] + label:hover:after, .website .section.main form input[type=radio] + label:focus:after, .website .section.main form input[type=checkbox] + label:focus:after {
  opacity: 0.5;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.website .section.main form input[type=radio]:hover + label:after, .website .section.main form input[type=checkbox]:hover + label:after, .website .section.main form input[type=radio]:focus + label:after, .website .section.main form input[type=checkbox]:focus + label:after, .website .section.main form input[type=radio]:active + label:after, .website .section.main form input[type=checkbox]:active + label:after {
  opacity: 0.5;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.website .section.main form input[type=radio]:hover + label:before, .website .section.main form input[type=checkbox]:hover + label:before, .website .section.main form input[type=radio]:focus + label:before, .website .section.main form input[type=checkbox]:focus + label:before, .website .section.main form input[type=radio]:active + label:before, .website .section.main form input[type=checkbox]:active + label:before {
  border-color: #002E72;
}

.website .section.main form input[type=radio]:checked + label:after, .website .section.main form input[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.website .section.main form input[type=checkbox] + label:before {
  border-radius: 0px;
}

.website .section.main form input[type=checkbox] + label:after {
  font-size: 1em;
  font-family: webtag;
  content: "";
}

.website .section.main form input[type=checkbox] + label:after {
  border-radius: 0px;
  color: #002E72;
  line-height: 22px;
  margin-top: 0px;
  border: 0px;
  font-size: 0.9em;
  width: 22px;
  background: transparent;
}

.website .section.main form input[type=checkbox]:checked + label:after {
  color: white;
}

.website .section.main form input[type=checkbox]:checked + label:before {
  background: #002E72;
}

.website .section.main form input[type=submit], .website .section.main form input[type=reset], .website .section.main form input[type=button] {
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  color: #fff;
  border: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 9px 21px 0 rgba(0, 32, 91, 0.21);
          box-shadow: 0 9px 21px 0 rgba(0, 32, 91, 0.21);
  padding: 11px 27px 11px 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url("../images/icons/chevron-white.svg") #002E72 no-repeat right 10px center;
  background-size: auto 14px;
}

.website .section.main form input[type=submit]:after, .website .section.main form input[type=reset]:after, .website .section.main form input[type=button]:after {
  font-family: webtag;
  font-size: 0.5em;
  position: absolute;
  content: "";
  top: 50%;
  line-height: 20px;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1110px) {
  .website .section.main form input[type=submit], .website .section.main form input[type=reset], .website .section.main form input[type=button] {
    padding-right: 40px;
  }
}

.website .section.main form input[type=submit]:hover, .website .section.main form input[type=submit]:focus, .website .section.main form input[type=submit]:active, .website .section.main form input[type=reset]:hover, .website .section.main form input[type=reset]:focus, .website .section.main form input[type=reset]:active, .website .section.main form input[type=button]:hover, .website .section.main form input[type=button]:focus, .website .section.main form input[type=button]:active {
  padding-right: 40px;
}

@media (max-width: 1110px) {
  .website .section.main form input[type=submit]:hover, .website .section.main form input[type=submit]:focus, .website .section.main form input[type=submit]:active, .website .section.main form input[type=reset]:hover, .website .section.main form input[type=reset]:focus, .website .section.main form input[type=reset]:active, .website .section.main form input[type=button]:hover, .website .section.main form input[type=button]:focus, .website .section.main form input[type=button]:active {
    padding-right: 27px;
  }
}

.website .section.main form select {
  height: 42px;
}

.website .section.main form select[multiple] {
  height: 90px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.website .section.main form select[multiple]:focus, .website .section.main form select[multiple]:active {
  height: 100px;
}

.website .section.main form textarea {
  padding: 13px 15px;
  line-height: 1.5em;
  min-height: 100px;
}

.website .section.main form textarea:focus, .website .section.main form textarea:active {
  min-height: 130px;
  border-color: #002E72;
  -webkit-box-shadow: 0 0 3px #002E72;
          box-shadow: 0 0 3px #002E72;
}

.website .section.main form .form-required {
  position: relative;
}

.website .section.main form .form-required:after {
  position: absolute;
  top: 5px;
}

.website .section.main form .form-actions {
  padding: 50px 0 10px;
}

.website .section.main form .form-actions input {
  margin: 0 20px 20px 0;
}

.webform-confirmation .webform-confirmation__back a {
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #002E72;
  color: white;
  padding: 11px 14px 11px 27px;
}

.webform-confirmation .webform-confirmation__back a:after {
  font-family: webtag;
  font-size: 0.5em;
  position: absolute;
  content: "";
  top: 50%;
  line-height: 20px;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.webform-confirmation .webform-confirmation__back a:after {
  content: "";
  left: 15px;
}

.webform-confirmation .webform-confirmation__back a:hover:after, .webform-confirmation .webform-confirmation__back a:hover:after, .webform-confirmation .webform-confirmation__back a:focus:after {
  left: 10px;
}

nav.pager {
  padding-top: 40px;
}

nav.pager a {
  text-decoration: none;
  color: black;
  font-size: 0.8em;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

nav.pager a:hover, nav.pager a:focus {
  color: #D92841;
}

nav.pager .is-active a {
  color: #D92841;
}

#block-koomarri-branding .site-name {
  display: none;
}

#block-koomarri-branding img {
  width: auto;
  height: 82px;
}

@media (max-width: 670px) {
  #block-koomarri-branding img {
    height: 55px;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 1, 2017, 9:25:43 PM
    Author     : Vishal
*/
@media (max-width: 1260px) {
  #block-koomarri-main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    -webkit-transition: all 0.01s;
    transition: all 0.01s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
  }
  #block-koomarri-main-menu.active {
    right: 0%;
  }
  #block-koomarri-main-menu.active > ul {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}

#block-koomarri-main-menu > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: right;
  margin-top: 33px;
}

@media (max-width: 1260px) {
  #block-koomarri-main-menu > ul {
    float: none;
    margin: 0px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 60px 40px 40px 40px;
    background: white;
    z-index: 2100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    min-width: 35%;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(-150%, 0, 0);
            transform: translate3d(-150%, 0, 0);
  }
}

#block-koomarri-main-menu > ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

@media (max-width: 1260px) {
  #block-koomarri-main-menu > ul li {
    float: none;
  }
}

#block-koomarri-main-menu > ul li.close-menu {
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
}

@media (max-width: 1260px) {
  #block-koomarri-main-menu > ul li.close-menu {
    display: block;
  }
}

#block-koomarri-main-menu > ul li a {
  font-size: 0.8888888889em;
  display: block;
  color: #002E72;
  text-decoration: none;
  margin-right: 20px;
  line-height: 17px;
  padding-right: 20px;
  border-right: 0.5px solid #002E72;
}

@media (max-width: 1260px) {
  #block-koomarri-main-menu > ul li a {
    border: none;
    margin: 0px;
    font-size: 1.3333333333em;
    line-height: 1.3em;
    padding: 10px;
    font-weight: bold;
  }
}

#block-koomarri-main-menu > ul li.menu-item--active-trail > a {
  font-weight: bold;
}

@media (max-width: 1260px) {
  #block-koomarri-main-menu > ul li.menu-item--active-trail > a {
    color: #D92841;
  }
}

#block-koomarri-main-menu > ul li ul {
  display: none;
}

@media (max-width: 1260px) {
  #block-koomarri-main-menu > ul li ul {
    display: block;
  }
  #block-koomarri-main-menu > ul li ul a {
    font-size: 1.1111111111em;
    padding: 5px 10px;
    font-weight: normal;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 1, 2017, 10:49:53 PM
    Author     : Vishal
*/
#block-header-quick-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: right;
  margin-top: 33px;
}

@media (max-width: 670px) {
  #block-header-quick-links ul {
    margin-top: 19px;
  }
}

#block-header-quick-links ul li {
  float: left;
}

#block-header-quick-links ul li a {
  font-size: 0.8888888889em;
  display: block;
  color: #002E72;
  text-decoration: none;
  margin-right: 8px;
}

#block-header-quick-links ul li a span {
  display: none;
}

@media (max-width: 560px) {
  #block-header-quick-links ul li.social {
    display: none;
  }
}

#block-header-quick-links ul li.social a {
  margin-top: -4px;
  color: #9B9B9B;
}

#block-header-quick-links ul li.social a i {
  font-size: 1.5555555556em;
}

@media (max-width: 560px) {
  #block-header-quick-links ul li.contact {
    display: none;
  }
}

#block-header-quick-links ul li.contact a {
  background: #002E72;
  padding: 8px 10px;
  margin: -12px 15px 0 10px;
  border-radius: 3px;
  color: white;
}

#block-header-quick-links ul li.contact a i {
  font-size: 1em;
}

#block-header-quick-links ul li.contact a span {
  display: inline-block;
  font-weight: bold;
}

#block-header-quick-links ul li.search a {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  line-height: 39px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #F8C12B;
  margin: -12px 0 0;
}

#block-header-quick-links ul li.search a .webtagicons-close {
  display: none;
}

#block-header-quick-links ul li.search a .webtagicons-search {
  display: inline;
}

#block-header-quick-links ul li.search a.active {
  background: #D92841;
  color: white;
}

#block-header-quick-links ul li.search a.active .webtagicons-close {
  display: inline;
}

#block-header-quick-links ul li.search a.active .webtagicons-search {
  display: none;
}

#block-header-quick-links ul li.menu {
  display: none;
  margin-left: 10px;
}

@media (max-width: 1260px) {
  #block-header-quick-links ul li.menu {
    display: inline-block;
  }
}

#block-header-quick-links ul li.menu a {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  line-height: 39px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #F8C12B;
  margin: -12px 0 0;
}

#block-header-quick-links ul li.menu a .webtagicons-close {
  display: none;
}

#block-header-quick-links ul li.menu a .webtagicons-th-menu {
  display: inline;
}

#block-header-quick-links ul li.menu a.active {
  /*background: $red1;*/
  /*color:white;*/
}

#block-header-quick-links ul li.menu a.active .webtagicons-close {
  /*display: inline;*/
}

#block-header-quick-links ul li.menu a.active .webtagicons-th-menu {
  /*display: none;*/
}

#block-block-banner-home-slider {
  overflow: hidden;
  max-height: 500px;
}

#block-block-banner-home-slider .banner-slider {
  font-weight: normal;
  color: white;
  position: relative;
  min-height: 500px;
}

#block-block-banner-home-slider .banner-slider .text {
  position: absolute;
  z-index: 40;
  width: 100%;
  min-height: 500px;
  top: 0;
}

#block-block-banner-home-slider .banner-slider .text-inner {
  max-width: 600px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 20px 20px;
}

#block-block-banner-home-slider .banner-slider .text-inner h2 a {
  color: #F8C12B;
  text-decoration: none;
  font-size: 40px;
  line-height: 40px;
}

@media (max-width: 600px) {
  #block-block-banner-home-slider .banner-slider .text-inner h2 a {
    font-size: 34px;
    line-height: 34px;
  }
}

@media (max-width: 520px) {
  #block-block-banner-home-slider .banner-slider .text-inner h2 + div {
    display: none;
  }
}

#block-block-banner-home-slider .banner-slider .text-inner > a {
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  color: #002E72;
  -webkit-box-shadow: 0 9px 21px 0 rgba(0, 32, 91, 0.21);
          box-shadow: 0 9px 21px 0 rgba(0, 32, 91, 0.21);
  padding: 18px 55px 18px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 25px;
}

#block-block-banner-home-slider .banner-slider .text-inner > a:after {
  font-family: webtag;
  font-size: 0.5em;
  position: absolute;
  content: "";
  top: 50%;
  line-height: 20px;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#block-block-banner-home-slider .banner-slider .text-inner > a:after {
  right: 30px;
}

#block-block-banner-home-slider .banner-slider .text-inner > a:hover:after, #block-block-banner-home-slider .banner-slider .text-inner > a:hover:after, #block-block-banner-home-slider .banner-slider .text-inner > a:focus:after {
  right: 20px;
}

#block-block-banner-home-slider .banner-slider .banner-slider-image {
  position: relative;
  height: 500px;
  top: 0;
  overflow: hidden;
  z-index: 10;
}

#block-block-banner-home-slider .banner-slider .banner-slider-image img {
  height: auto;
  width: 110%;
  position: absolute;
  -webkit-filter: grayscale(0.95) saturate(3) contrast(1.7);
          filter: grayscale(0.95) saturate(3) contrast(1.7);
}

@media (max-width: 1470px) {
  #block-block-banner-home-slider .banner-slider .banner-slider-image img {
    width: auto;
    height: 100%;
  }
}

#block-block-banner-home-slider .banner-slider .banner-slider-image-filter-2 {
  top: 0;
  position: absolute;
  z-index: 30;
  height: 500px;
  width: 100%;
  background: #002E72;
  background: url("../images/banner-overlay.png") transparent repeat center center;
  background-size: auto;
  opacity: 0.75;
}

#block-block-banner-home-slider .banner-slider .banner-slider-image-filter-1 {
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
  height: 500px;
  background: url("../images/swirl.png") transparent no-repeat right 100px center;
  background-size: auto 120%;
  opacity: 0.2;
}

#block-block-banner-home-slider .slick-arrow {
  position: absolute;
  z-index: 50;
  border: none;
  background: transparent;
  color: transparent;
  height: 30px;
  width: 20px;
  margin-top: -15px;
  outline: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 30px;
  top: 50%;
}

#block-block-banner-home-slider .slick-arrow:before {
  font-family: webtag;
  font-size: 35px;
  color: white;
}

@media (max-width: 1470px) {
  #block-block-banner-home-slider .slick-arrow {
    display: none !important;
  }
}

#block-block-banner-home-slider .slick-arrow.slick-prev {
  left: 50px;
}

#block-block-banner-home-slider .slick-arrow.slick-prev:before {
  content: "";
}

#block-block-banner-home-slider .slick-arrow.slick-prev:hover {
  left: 45px;
}

#block-block-banner-home-slider .slick-arrow.slick-next {
  right: 50px;
}

#block-block-banner-home-slider .slick-arrow.slick-next:before {
  content: "";
}

#block-block-banner-home-slider .slick-arrow.slick-next:hover {
  right: 45px;
}

#block-block-banner-home-slider .slick-dots {
  text-align: center;
  bottom: 20px;
  position: absolute;
  padding-left: 0px;
  width: 100%;
  display: none !important;
}

@media (max-width: 1470px) {
  #block-block-banner-home-slider .slick-dots {
    display: block !important;
  }
}

#block-block-banner-home-slider .slick-dots li {
  opacity: 0.3;
  display: inline;
}

#block-block-banner-home-slider .slick-dots li.slick-active {
  opacity: 1;
}

#block-block-banner-home-slider .slick-dots li button {
  text-indent: -99999px;
  padding: 0px;
  width: 15px;
  height: 15px;
  border: 0px;
  background: white;
  border-radius: 100%;
  margin: 0 5px;
}

#block-views-block-list-of-services-block-services-tabs .view-header {
  padding-bottom: 20px;
  text-align: center;
}

#block-views-block-list-of-services-block-services-tabs .view-header h2 {
  color: #002E72;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: -1.5px;
}

#block-views-block-list-of-services-block-services-tabs .view-content-overflow-outer {
  overflow: hidden;
  max-height: 199px;
}

#block-views-block-list-of-services-block-services-tabs .view-content-overflow {
  overflow-y: hidden;
  overflow-x: auto;
}

@media (max-width: 890px) {
  #block-views-block-list-of-services-block-services-tabs .view-content-overflow {
    padding-bottom: 30px;
  }
}

#block-views-block-list-of-services-block-services-tabs .view-content {
  min-width: 854px;
}

#block-views-block-list-of-services-block-services-tabs .view-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#block-views-block-list-of-services-block-services-tabs .view-content .views-row {
  width: 20%;
  float: left;
}

#block-views-block-list-of-services-block-services-tabs .view-content .views-row .services-tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  position: relative;
  min-height: 200px;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  border: 1px solid white;
  border-bottom: 0px;
  text-align: center;
}

#block-views-block-list-of-services-block-services-tabs .view-content .views-row .services-tab:before {
  content: '';
  width: 86px;
  height: 86px;
  background: #E0F0FC;
  position: absolute;
  left: 50%;
  margin-left: -43px;
  top: 3px;
  border-radius: 100%;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#block-views-block-list-of-services-block-services-tabs .view-content .views-row .services-tab.active:before {
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  border-radius: 0px;
  margin-left: 0px;
}

#block-views-block-list-of-services-block-services-tabs .view-content .views-row .services-tab .icon {
  width: 50px;
  margin: auto;
  height: 50px;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

#block-views-block-list-of-services-block-services-tabs .view-content .views-row .services-tab .icon img {
  height: 50px;
  width: 50px;
}

#block-views-block-list-of-services-block-services-tabs .view-content .views-row .services-tab .title {
  font-weight: bold;
  color: #002E72;
  position: relative;
  z-index: 10;
}

.services_tabs_content .container {
  position: relative;
}

.services_tabs_content .container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.services_tabs_content .container .services-tab-content {
  padding: 0px;
  max-height: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.3em;
  overflow: hidden;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.services_tabs_content .container .services-tab-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.services_tabs_content .container .services-tab-content.show {
  padding: 85px 0px 35px;
  max-height: 600px;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.services_tabs_content .container .services-tab-content.show .view-header h3 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 1;
}

.services_tabs_content .container .services-tab-content .view-header, .services_tabs_content .container .services-tab-content .view-content, .services_tabs_content .container .services-tab-content .view-footer {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.services_tabs_content .container .services-tab-content .view-header {
  width: 25%;
}

@media (max-width: 925px) {
  .services_tabs_content .container .services-tab-content .view-header {
    width: 33.3333333333%;
  }
}

@media (max-width: 780px) {
  .services_tabs_content .container .services-tab-content .view-header {
    width: 100%;
    padding-bottom: 30px;
  }
}

.services_tabs_content .container .services-tab-content .view-header h3 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #002E72;
  margin: 0px;
  position: absolute;
  top: 35px;
}

@media (max-width: 780px) {
  .services_tabs_content .container .services-tab-content .view-header h3 {
    position: relative;
    top: -35px;
    margin-bottom: -20px;
  }
}

.services_tabs_content .container .services-tab-content .view-header p {
  margin: 0px;
}

.services_tabs_content .container .services-tab-content .view-content {
  width: 50%;
}

@media (max-width: 925px) {
  .services_tabs_content .container .services-tab-content .view-content {
    width: 33.3333333333%;
  }
}

@media (max-width: 780px) {
  .services_tabs_content .container .services-tab-content .view-content {
    width: 100%;
    padding-bottom: 30px;
  }
}

.services_tabs_content .container .services-tab-content .view-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.services_tabs_content .container .services-tab-content .view-content .views-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  float: left;
}

@media (max-width: 925px) {
  .services_tabs_content .container .services-tab-content .view-content .views-row {
    width: 100%;
  }
}

.services_tabs_content .container .services-tab-content .view-content .views-row a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
  color: black;
  padding-left: 20px;
}

.services_tabs_content .container .services-tab-content .view-content .views-row a:before {
  content: "";
  font-family: webtag;
  font-size: 0.8em;
  margin-right: 8px;
  color: #D92841;
}

.services_tabs_content .container .services-tab-content .view-footer {
  width: 25%;
  padding-left: 20px;
}

@media (max-width: 925px) {
  .services_tabs_content .container .services-tab-content .view-footer {
    width: 33.3333333333%;
  }
}

@media (max-width: 780px) {
  .services_tabs_content .container .services-tab-content .view-footer {
    width: 100%;
    padding-left: 10px;
  }
}

.services_tabs_content .container .services-tab-content .view-footer .field {
  border-radius: 3px;
  -webkit-box-shadow: 0 9px 21px 0 rgba(0, 32, 91, 0.21);
          box-shadow: 0 9px 21px 0 rgba(0, 32, 91, 0.21);
  background: #002E72;
  color: white;
  padding: 18px 20px;
}

.services_tabs_content .container .services-tab-content .view-footer .field h4 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #F8C12B;
}

.services_tabs_content .container .services-tab-content .view-footer p {
  margin: 15px 0 0 0;
}

.services_tabs_content .container .services-tab-content .view-footer .link {
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  color: white;
  padding: 11px 27px 11px 0px;
  margin-top: -10px;
}

.services_tabs_content .container .services-tab-content .view-footer .link:after {
  font-family: webtag;
  font-size: 0.5em;
  position: absolute;
  content: "";
  top: 50%;
  line-height: 20px;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.services_tabs_content .container .services-tab-content .view-footer .link:after {
  right: 15px;
}

.services_tabs_content .container .services-tab-content .view-footer .link:hover:after, .services_tabs_content .container .services-tab-content .view-footer .link:hover:after, .services_tabs_content .container .services-tab-content .view-footer .link:focus:after {
  right: 10px;
}

.services_tabs_content .container .close {
  max-width: 0px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 40px;
  opacity: 0;
  z-index: 100;
  right: 10px;
  color: black;
  text-decoration: none;
}

.services_tabs_content .container .close span {
  display: none;
}

.services_tabs_content.active .container .close {
  max-width: 50px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  max-height: 50px;
  opacity: 1;
}

/* Plugin styles */
.social-feed-element.hidden {
  background-color: red !important;
}

.social-feed-element .pull-left {
  float: left;
  margin-right: 10px;
}

.social-feed-element .pull-right {
  margin-left: 10px;
}

.social-feed-element img {
  width: 100%;
  width: auto\9;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.social-feed-element .attachment {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* Link styles */
.social-feed-element a {
  color: #D92841;
  text-decoration: none;
}

.social-feed-element a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.social-feed-element a:hover,
.social-feed-element a:active {
  outline: 0;
  color: #005580;
  text-decoration: underline;
}

/* Text styles */
.social-feed-element small {
  font-size: 85%;
}

.social-feed-element strong {
  font-weight: bold;
}

.social-feed-element em {
  font-style: italic;
}

.social-feed-element p {
  margin: 0 0 10px;
}

.social-feed-element .media-body {
  padding-bottom: 10px;
  border-bottom: 1px solid #D8E0E8;
}

.social-feed-element:last-child .media-body {
  border-bottom: none;
}

.social-feed-element .media-body > p {
  margin-bottom: 4px;
  min-height: 20px;
}

.social-feed-element p.social-feed-text {
  margin: 0;
  line-height: 1.3em;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* Message styles */
.social-feed-element,
.social-feed-element .media-body {
  overflow: hidden;
  zoom: 1;
  *overflow: visible;
}

.social-feed-element .media-body .social-network-icon {
  margin-top: -3px;
  margin-right: 5px;
  width: 16px;
}

.social-feed-element .media-body div {
  color: #666;
  line-height: 20px;
}

.social-feed-element:first-child {
  margin-top: 0;
}

.social-feed-element .media-object {
  display: block;
  width: 48px;
  border-radius: 50%;
}

.social-feed-element .media-heading {
  margin: 0 0 5px;
}

.social-feed-element .media-list {
  margin-left: 0;
  list-style: none;
}

.social-feed-element .muted {
  color: #999;
}

.social-feed-element a.muted:hover,
.social-feed-element a.muted:focus {
  color: #808080;
}

.social-feed-element {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  margin: -1px;
  margin-top: 25px;
  background-color: transparent;
  color: #000;
  text-align: left;
  font-size: 18px;
  font-family: inherit;
  line-height: 16px;
}

.social-feed-element:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.social-feed-element .content {
  padding: 0px;
}

.social-feed-element .social-network-icon {
  opacity: 0.7;
}

.social-feed-element .author-title {
  color: #002E72;
  font-weight: bold;
  line-height: 1.5em;
}

.social-feed-container h3 {
  padding: 30px 25px 0px 30px;
  margin: 0px;
  color: #002E72;
  min-height: 50px;
  position: relative;
}

.social-feed-container h3:after {
  position: absolute;
  font-family: webtag;
  font-size: 30px;
  top: 30px;
  right: 25px;
}

.social-feed-container.pre_footer_middle h3 {
  background: #F6F9FC;
  padding-right: 100px;
}

.social-feed-container.pre_footer_middle h3:after {
  content: "";
  color: #1A5AA5;
}

.social-feed-container.pre_footer_right {
  position: relative;
}

.social-feed-container.pre_footer_right h3:after {
  content: "";
  color: #37B3F8;
}

.social-feed-container-facebook {
  padding: 25px 30px;
  background: #F6F9FC;
}

.social-feed-container-twitter {
  padding: 25px;
}

.social-feed-container-twitter:before {
  content: '';
  top: 10px;
  bottom: 0;
  left: 13px;
  position: absolute;
  border-left: 1px solid #D8E0E8;
}

@media (max-width: 675px) {
  .social-feed-container-twitter:before {
    border: 0px;
  }
}

#block-views-block-promoted-content-promoted-large {
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}

#block-views-block-promoted-content-promoted-large:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#block-views-block-promoted-content-promoted-large .image {
  margin: -20px -20px 10px -20px;
}

#block-views-block-promoted-content-promoted-large .image img {
  width: 100%;
  height: auto;
}

#block-views-block-promoted-content-promoted-large h2 {
  font-size: 20px;
}

#block-views-block-promoted-content-promoted-large h2 a {
  color: #002E72;
  text-decoration: none;
  margin-bottom: 5px;
}

#block-views-block-promoted-content-promoted-large h2 + div {
  float: left;
  line-height: 1.3em;
  width: 70%;
}

@media (max-width: 590px) {
  #block-views-block-promoted-content-promoted-large h2 + div {
    width: 100%;
    padding-bottom: 20px;
  }
}

#block-views-block-promoted-content-promoted-large h2 + div + a {
  float: right;
  width: 25%;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #D92841;
  color: white;
  padding: 11px 27px 11px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#block-views-block-promoted-content-promoted-large h2 + div + a:after {
  font-family: webtag;
  font-size: 0.5em;
  position: absolute;
  content: "";
  top: 50%;
  line-height: 20px;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#block-views-block-promoted-content-promoted-large h2 + div + a:after {
  right: 15px;
}

#block-views-block-promoted-content-promoted-large h2 + div + a:hover:after, #block-views-block-promoted-content-promoted-large h2 + div + a:hover:after, #block-views-block-promoted-content-promoted-large h2 + div + a:focus:after {
  right: 10px;
}

@media (max-width: 590px) {
  #block-views-block-promoted-content-promoted-large h2 + div + a {
    clear: both;
    width: 50%;
  }
}

#block-views-block-promoted-content-promoted-medium:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#block-views-block-promoted-content-promoted-medium .image {
  float: left;
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}

#block-views-block-promoted-content-promoted-medium .image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

@media (max-width: 460px) {
  #block-views-block-promoted-content-promoted-medium .image {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0px;
  }
}

#block-views-block-promoted-content-promoted-medium .text {
  width: 55%;
  float: right;
}

#block-views-block-promoted-content-promoted-medium .text.full_width {
  width: 100%;
}

@media (max-width: 460px) {
  #block-views-block-promoted-content-promoted-medium .text {
    width: 100%;
  }
}

#block-views-block-promoted-content-promoted-medium .text .text-inner h2 {
  margin-top: 0px;
  font-size: 20px;
}

#block-views-block-promoted-content-promoted-medium .text .text-inner h2 a {
  color: #002E72;
  text-decoration: none;
  margin-bottom: 5px;
}

#block-views-block-promoted-content-promoted-medium .text .text-inner > div {
  line-height: 1.3em;
}

#block-views-block-promoted-content-promoted-medium .text .text-inner > a {
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  color: #D92841;
  padding: 11px 27px 11px 0px;
}

#block-views-block-promoted-content-promoted-medium .text .text-inner > a:after {
  font-family: webtag;
  font-size: 0.5em;
  position: absolute;
  content: "";
  top: 50%;
  line-height: 20px;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#block-views-block-promoted-content-promoted-medium .text .text-inner > a:after {
  right: 15px;
}

#block-views-block-promoted-content-promoted-medium .text .text-inner > a:hover:after, #block-views-block-promoted-content-promoted-medium .text .text-inner > a:hover:after, #block-views-block-promoted-content-promoted-medium .text .text-inner > a:focus:after {
  right: 10px;
}

#block-views-block-promoted-content-promoted-small {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #D8E0E8;
}

#block-views-block-promoted-content-promoted-small:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#block-views-block-promoted-content-promoted-small .image {
  float: left;
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}

#block-views-block-promoted-content-promoted-small .image img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

@media (max-width: 460px) {
  #block-views-block-promoted-content-promoted-small .image {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0px;
  }
}

#block-views-block-promoted-content-promoted-small .text {
  width: 55%;
  float: right;
}

#block-views-block-promoted-content-promoted-small .text.full_width {
  width: 100%;
}

@media (max-width: 460px) {
  #block-views-block-promoted-content-promoted-small .text {
    width: 100%;
  }
}

#block-views-block-promoted-content-promoted-small .text .text-inner h2 {
  margin-top: 0px;
  font-size: 20px;
}

#block-views-block-promoted-content-promoted-small .text .text-inner h2 a {
  color: #002E72;
  text-decoration: none;
  margin-bottom: 5px;
}

#block-views-block-promoted-content-promoted-small .text .text-inner > div {
  line-height: 1.3em;
}

#block-views-block-promoted-content-promoted-small .text .text-inner > a {
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  color: #D92841;
  padding: 11px 27px 11px 0px;
}

#block-views-block-promoted-content-promoted-small .text .text-inner > a:after {
  font-family: webtag;
  font-size: 0.5em;
  position: absolute;
  content: "";
  top: 50%;
  line-height: 20px;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#block-views-block-promoted-content-promoted-small .text .text-inner > a:after {
  right: 15px;
}

#block-views-block-promoted-content-promoted-small .text .text-inner > a:hover:after, #block-views-block-promoted-content-promoted-small .text .text-inner > a:hover:after, #block-views-block-promoted-content-promoted-small .text .text-inner > a:focus:after {
  right: 10px;
}

#block-views-block-events-events-list h2 {
  margin: 10px 0 20px 0;
  font-size: 36px;
  font-weight: 700;
  color: #002E72;
  letter-spacing: -1px;
}

#block-views-block-events-events-list .views-row, #block-views-block-events-events-list .view-empty {
  position: relative;
  margin-bottom: 25px;
  padding: 0 20px 25px 80px;
}

#block-views-block-events-events-list .views-row:after, #block-views-block-events-events-list .view-empty:after {
  content: '';
  position: absolute;
  left: 80px;
  right: 0px;
  bottom: 0px;
  border-bottom: 1px solid #D8E0E8;
}

#block-views-block-events-events-list .views-row .date-group, #block-views-block-events-events-list .view-empty .date-group {
  position: absolute;
  left: 0;
  background: #002E72;
  border-radius: 3px;
  padding: 8px 8px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  width: 60px;
  letter-spacing: -0.5px;
  text-align: center;
}

#block-views-block-events-events-list .views-row .date-group span, #block-views-block-events-events-list .view-empty .date-group span {
  text-transform: uppercase;
  display: block;
  color: white;
}

#block-views-block-events-events-list .views-row .date-group span:nth-child(2), #block-views-block-events-events-list .view-empty .date-group span:nth-child(2) {
  font-size: 36px;
  color: #F8C12B;
  font-weight: bold;
}

#block-views-block-events-events-list .views-row .views-field-title a, #block-views-block-events-events-list .view-empty .views-field-title a {
  font-weight: bold;
  color: #002E72;
  text-decoration: none;
  padding-bottom: 12px;
  display: block;
}

#block-views-block-events-events-list .views-row .views-label, #block-views-block-events-events-list .view-empty .views-label {
  display: inline;
  font-weight: bold;
  color: #002E72;
}

#block-views-block-events-events-list .views-row .views-label + .field-content, #block-views-block-events-events-list .view-empty .views-label + .field-content {
  display: inline;
}

#block-views-block-events-events-list .views-row .views-field-field-description, #block-views-block-events-events-list .view-empty .views-field-field-description {
  padding-top: 12px;
  line-height: 1.3em;
}

#block-views-block-events-events-list .view-empty {
  padding-left: 5px;
}

#block-views-block-events-events-list .view-empty:after {
  left: 5px;
}

#block-views-block-events-events-list .more-link {
  padding-left: 80px;
}

#block-views-block-events-events-list .more-link a {
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #D92841;
  color: white;
  padding: 11px 27px 11px 14px;
  float: left;
  margin-top: 10px;
}

#block-views-block-events-events-list .more-link a:after {
  font-family: webtag;
  font-size: 0.5em;
  position: absolute;
  content: "";
  top: 50%;
  line-height: 20px;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#block-views-block-events-events-list .more-link a:after {
  right: 15px;
}

#block-views-block-events-events-list .more-link a:hover:after, #block-views-block-events-events-list .more-link a:hover:after, #block-views-block-events-events-list .more-link a:focus:after {
  right: 10px;
}

@media (max-width: 880px) {
  #block-views-block-events-events-list .more-link {
    padding-left: 0;
    float: right;
  }
}

.header_search #block-koomarri-search {
  max-height: 0px;
  position: relative;
  overflow: hidden;
  padding: 0px;
  /*padding: 30px 0 10px;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header_search #block-koomarri-search.active {
  max-height: 200px;
  padding: 30px 0 10px;
}

.header_search #block-koomarri-search h2 {
  display: none;
}

.header_search #block-koomarri-search input[type=search] {
  border: none;
  font-size: 24px;
  line-height: 60px;
  height: 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 0px 20px;
  border-bottom: 1px solid #E0F0FC;
}

.header_search #block-koomarri-search input[type=submit] {
  right: 0;
  top: 35px;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #D92841;
  color: white;
  padding: 11px 27px 11px 14px;
  position: absolute;
  padding-right: 14px;
  border: 0px;
}

.header_search #block-koomarri-search input[type=submit]:after {
  font-family: webtag;
  font-size: 0.5em;
  position: absolute;
  content: "";
  top: 50%;
  line-height: 20px;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header_search #block-koomarri-search input[type=submit]:after {
  right: 15px;
}

.header_search #block-koomarri-search input[type=submit]:hover:after, .header_search #block-koomarri-search input[type=submit]:hover:after, .header_search #block-koomarri-search input[type=submit]:focus:after {
  right: 10px;
}

#block-sub-menu {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 500;
  border: 1px solid #D8E0E8;
  background: white;
  margin-top: -51px;
  border-radius: 3px;
}

#block-sub-menu.show {
  opacity: 1;
}

#block-sub-menu ul, #block-sub-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#block-sub-menu ul a, #block-sub-menu li a {
  display: block;
  text-decoration: none;
  color: #002E72;
  padding: 15px 13px;
  background: white;
}

#block-sub-menu a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: white;
  border-bottom: 1px solid #D8E0E8;
}

#block-sub-menu a:last-child {
  border-bottom: 0px;
}

#block-sub-menu a:first-child {
  border-bottom: 1px solid #D8E0E8;
}

#block-sub-menu > ul > li {
  display: none;
}

#block-sub-menu > ul > li.menu-item--active-trail {
  display: block;
}

#block-sub-menu > ul > li.menu-item--active-trail > a {
  font-weight: bold;
}

#block-sub-menu > ul > li li a:hover, #block-sub-menu > ul > li li a:focus, #block-sub-menu > ul > li li a:active {
  background: #D92841;
  color: white;
}

#block-sub-menu > ul > li li.menu-item--active-trail > a {
  background: #D92841;
  color: white;
}

#block-sub-menu > ul > li li li a {
  padding-left: 40px;
}

#block-sub-menu > ul > li li li a:hover, #block-sub-menu > ul > li li li a:focus, #block-sub-menu > ul > li li li a:active {
  background: #FBE7EA;
  color: #002E72;
}

#block-sub-menu > ul > li li li.menu-item--active-trail > a {
  background: #FBE7EA;
  color: #002E72;
}

#block-current-page-banner {
  position: relative;
  overflow: hidden;
}

#block-current-page-banner .banner-slider {
  font-weight: normal;
  color: white;
  position: relative;
}

#block-current-page-banner .banner-slider .text {
  position: relative;
  z-index: 40;
  width: 100%;
  top: 0;
}

#block-current-page-banner .banner-slider .text-inner {
  max-width: 600px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 110px;
}

#block-current-page-banner .banner-slider .text-inner h1 {
  margin-top: 0px;
  color: #F8C12B;
  font-size: 40px;
  line-height: 40px;
}

#block-current-page-banner .banner-slider .text-inner > a {
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  color: #002E72;
  -webkit-box-shadow: 0 9px 21px 0 rgba(0, 32, 91, 0.21);
          box-shadow: 0 9px 21px 0 rgba(0, 32, 91, 0.21);
  padding: 18px 55px 18px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 25px;
}

#block-current-page-banner .banner-slider .text-inner > a:after {
  font-family: webtag;
  font-size: 0.5em;
  position: absolute;
  content: "";
  top: 50%;
  line-height: 20px;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#block-current-page-banner .banner-slider .text-inner > a:after {
  right: 30px;
}

#block-current-page-banner .banner-slider .text-inner > a:hover:after, #block-current-page-banner .banner-slider .text-inner > a:hover:after, #block-current-page-banner .banner-slider .text-inner > a:focus:after {
  right: 20px;
}

#block-current-page-banner .banner-slider .banner-slider-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: 10;
}

#block-current-page-banner .banner-slider .banner-slider-image img {
  height: auto;
  width: 110%;
  top: 0;
  position: absolute;
  -webkit-filter: grayscale(0.95) saturate(3) contrast(1.7);
          filter: grayscale(0.95) saturate(3) contrast(1.7);
}

@media (max-width: 700px) {
  #block-current-page-banner .banner-slider .banner-slider-image img {
    height: 100%;
    width: auto;
  }
}

#block-current-page-banner .banner-slider .banner-slider-image-filter-2 {
  top: 0;
  position: absolute;
  z-index: 30;
  height: 100%;
  width: 100%;
  background: #002E72;
  background: url("../images/banner-overlay.png") transparent repeat center center;
  background-size: auto;
  opacity: 0.75;
}

#block-current-page-banner .banner-slider .banner-slider-image-filter-1 {
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
  height: 100%;
  background: url("../images/swirl.png") transparent no-repeat right 100px center;
  background-size: auto 150%;
  opacity: 0.2;
}

#block-koomarri-breadcrumbs {
  font-size: 0.8888888889em;
  padding-top: 29px;
}

#block-koomarri-breadcrumbs li {
  letter-spacing: -0.5px;
}

#block-koomarri-breadcrumbs li a {
  color: #002E72;
}

#block-koomarri-breadcrumbs li:last-child {
  color: #002E72;
  font-weight: bold;
}

#block-koomarri-breadcrumbs li:before {
  margin: 0 5px;
  font-weight: normal;
}

#block-socialsharingblock {
  padding-right: 10px;
  padding-top: 25px;
}

#block-socialsharingblock h2 {
  float: left;
  margin: 4px 10px 0 -46px;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  color: black;
  font-weight: bold;
}

#block-socialsharingblock .social-media-sharing {
  float: right;
}

#block-socialsharingblock .social-media-sharing ul {
  margin: 0px;
}

#block-socialsharingblock .social-media-sharing ul li {
  margin-right: 2px;
}

#block-socialsharingblock .social-media-sharing ul li img {
  width: 20px;
  height: 20px;
}

#block-views-block-albums .views-row {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  min-height: 400px;
}

#block-views-block-albums .views-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#block-views-block-albums .views-row .text {
  position: relative;
  float: right;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  min-height: 400px;
  background: #505050;
  padding: 30px;
}

@media (max-width: 980px) {
  #block-views-block-albums .views-row .text {
    width: 40%;
  }
}

@media (max-width: 680px) {
  #block-views-block-albums .views-row .text {
    margin-top: 70%;
    width: 100%;
  }
}

#block-views-block-albums .views-row .text .description {
  color: white;
  line-height: 1.3em;
}

#block-views-block-albums .views-row .text h5 {
  margin: 0px;
}

#block-views-block-albums .views-row .text h5 a {
  color: white;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  text-decoration: none;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}

#block-views-block-albums .views-row img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
}

@media (max-width: 680px) {
  #block-views-block-albums .views-row img {
    height: auto;
    width: 250%;
  }
}

#block-views-block-albums .views-row .link {
  padding-top: 30px;
}

#block-views-block-albums .views-row .link a {
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  color: #002E72;
  padding: 11px 27px 11px 14px;
}

#block-views-block-albums .views-row .link a:after {
  font-family: webtag;
  font-size: 0.5em;
  position: absolute;
  content: "";
  top: 50%;
  line-height: 20px;
  margin-top: -8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#block-views-block-albums .views-row .link a:after {
  right: 15px;
}

#block-views-block-albums .views-row .link a:hover:after, #block-views-block-albums .views-row .link a:hover:after, #block-views-block-albums .views-row .link a:focus:after {
  right: 10px;
}

#block-views-block-events-event-dates .dates {
  padding: 20px 25px;
  background: #efefef;
  border-radius: 3px;
}

#block-views-block-events-event-dates .dates .start, #block-views-block-events-event-dates .dates .end, #block-views-block-events-event-dates .dates .location {
  margin-right: 5px;
}

#block-views-block-events-event-dates .dates .start:before, #block-views-block-events-event-dates .dates .end:before, #block-views-block-events-event-dates .dates .location:before {
  font-weight: bold;
  margin-right: 5px;
}

#block-views-block-events-event-dates .dates .start:before {
  content: 'Starts on';
}

#block-views-block-events-event-dates .dates .end:before {
  content: 'Ends on';
}

#block-views-block-events-event-dates .dates .location:before {
  content: 'At';
}

#block-views-block-events-event-dates .views-row {
  padding: 0px;
}

.field--name-field-album-pictures {
  margin-left: -20px;
}

.field--name-field-album-pictures .field__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  width: 33%;
}

@media (max-width: 900px) {
  .field--name-field-album-pictures .field__item {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .field--name-field-album-pictures .field__item {
    width: 100%;
    padding-right: 0px;
  }
}

.field--name-field-album-pictures .field__item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.field--name-field-album-pictures .field__item img:hover {
  width: 105%;
  margin-left: -2.5%;
  cursor: pointer;
}

.big-image {
  position: relative;
  max-width: 90%;
}

.big-image img {
  max-width: 100%;
  max-height: 600px;
}

.big-image .text {
  font-family: 'Muli', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  width: 25%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 720px) {
  .big-image .text {
    position: relative;
    width: 100%;
    padding: 30px 0 0;
  }
}

.big-image .text h3 {
  font-size: 24px;
  color: #002E72;
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E0F0FC;
}

.big-image .text p {
  line-height: 1.3em;
}

.big-image .fancybox-close-small:after {
  font-size: 2em;
  color: black;
}

.view-id-events .views-row {
  padding: 30px 0;
  border-bottom: 1px solid #E0F0FC;
}

.view-id-events .views-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.view-id-events .views-row .views-field-field-image {
  float: left;
  margin: 0 20px 20px 0;
}

.view-id-events .views-row .views-field-title a {
  font-size: 22px;
  font-weight: bold;
  color: #002E72;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}

.view-id-events .views-row .date {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.view-id-events .views-row .date .location:before {
  content: ' @ ';
  font-weight: bold;
}

.path-search #block-header-quick-links .search {
  display: none;
}

.path-search .search-form {
  position: relative;
}

.path-search .search-form label {
  font-size: 1em;
  display: block !important;
  margin-bottom: 20px !important;
}

.path-search .search-form .form-search {
  width: 100%;
  border: 0px !important;
  border-bottom: 1px solid #E0F0FC !important;
  padding: 5px 0px !important;
  height: auto !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.8em;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.path-search .search-form .form-search:focus, .path-search .search-form .form-search:hover {
  border-bottom: 1px solid #D92841 !important;
}

.path-search .search-form .search-help-link {
  color: #002E72;
  font-size: 0.8em;
  padding-top: 10px;
  display: block;
}

.path-search .search-form #edit-submit {
  position: absolute;
  right: -13px;
  top: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #D92841;
}

.path-search h2 {
  margin: 10px 0;
  font-size: 28px !important;
  padding-top: 20px;
}

.path-search .item-list ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.path-search .item-list ol li {
  padding-bottom: 30px;
  margin: 0px;
}

.path-search .item-list ol li h3 {
  margin: 0px;
}

.path-search .item-list ol li h3 a {
  color: #002E72;
  font-size: 18px;
}

.path-search .item-list ol li p {
  margin: 0 0 10px;
}

.path-search .item-list ol li p strong {
  display: inline-block;
  padding: 0 3px;
  background: #D92841;
  color: white;
}

@media (max-width: 890px) {
  .responsive-table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
  }
  .responsive-table-container table {
    min-width: 700px;
  }
}

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