/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 10, 2014 */
/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.com */

@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css";

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

@font-face {
  font-family: 'museo500';
  src: url("../fonts/3a1a59f5-1f68-4ebd-84ad-a9048fe78e39.eot?#iefix");
  src: url("../fonts/3a1a59f5-1f68-4ebd-84ad-a9048fe78e39.eot?#iefix") format("eot"), url("../fonts/dee84039-06ae-4a61-89c4-709e594804a3.woff") format("woff"), url("../fonts/9547becc-44c3-4b00-8568-8d3debb4d299.ttf") format("truetype"), url("../fonts/5d61f150-54fd-4fa1-98ff-155e222626e1.svg#5d61f150-54fd-4fa1-98ff-155e222626e1") format("svg");
}

@font-face {
  font-family: 'museo700';
  src: url("../fonts/3b3d99a2-6b36-4912-a93e-29277020a5cf.eot?#iefix");
  src: url("../fonts/3b3d99a2-6b36-4912-a93e-29277020a5cf.eot?#iefix") format("eot"), url("../fonts/28d74e9b-4ea9-4e3c-b265-c67a72c66856.woff") format("woff"), url("../fonts/b432b4e1-014a-4ed8-865c-249744f856b0.ttf") format("truetype"), url("../fonts/8e63fd1e-adc9-460e-9ef7-bbf98ee32a71.svg#8e63fd1e-adc9-460e-9ef7-bbf98ee32a71") format("svg");
}

@font-face {
  font-family: 'museo900';
  src: url("../fonts/6eae3489-a367-4dd0-8e8d-f04af6173895.eot?#iefix");
  src: url("../fonts/6eae3489-a367-4dd0-8e8d-f04af6173895.eot?#iefix") format("eot"), url("../fonts/6c2eb955-de0e-4fee-88d2-b7d4efd3b231.woff") format("woff"), url("../fonts/d7334e65-d173-4627-9343-888384cb4ba8.ttf") format("truetype"), url("../fonts/1974d8aa-f576-4359-ad9d-67a183f915c8.svg#1974d8aa-f576-4359-ad9d-67a183f915c8") format("svg");
}

@font-face {
  font-family: 'oswald';
  src: url("../fonts/Oswald.eot?") format("eot"), url("../fonts/Oswald.woff") format("woff"), url("../fonts/Oswald.ttf") format("truetype"), url("../fonts/Oswald.svg#Oswald") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* HTML element (SMACSS base) rules */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
/* line 106, ../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-core-1.0.1/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 90%;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}

body  { text-rendering: optimizeLegibility; }
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 22, ../sass/_normalize.scss */
html {
  font-family: museo300, Helvetica, Arial, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 34, ../sass/_normalize.scss */
body {
  margin: 0;
}

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
/* line 96, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 109, ../sass/_normalize.scss */
a {
  background: transparent;
  color:#6a6a6a;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 118, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
  color:#00bcdc;
}

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

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

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 148, ../sass/_normalize.scss */
blockquote {
  margin: 1.5em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 157, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 165, ../sass/_normalize.scss */
h1, h2, h3 {
  font-family: oswald, Helvetica, Arial, sans-serif;
}

/* line 166, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 181, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 187, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 193, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 199, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 205, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 217, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 228, ../sass/_normalize.scss */
p,
pre {
  margin: 0.5em 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 238, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 254, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 258, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 270, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

/* line 291, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 299, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 311, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 326, ../sass/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 339, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 351, ../sass/_normalize.scss */
figure {
  margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 360, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 369, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 401, ../sass/_normalize.scss */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
/* line 415, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: museo300, Helvetica, Arial, sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 433, ../sass/_normalize.scss */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 459, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 509, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 537, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}

/* line 547, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 557, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 0.45357em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 0.90357em;
  border-left-width: 0.07143em;
  border-left-style: solid;
  padding-left: 0.86607em;
  border-right-width: 0.07143em;
  border-right-style: solid;
  padding-right: 0.86607em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 573, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 587, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 607, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 612, ../sass/_normalize.scss */
td,
th {
  padding: 4px 4px;
}

/* line 617, ../sass/_normalize.scss */
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

#logo img{
  max-width: 285px;
}

.header #block-superfish-1{
  display: inline-block;
  float: right;
  margin-top: -15px;
}

.nav-fixed #block-superfish-1{
  margin-top: 0;
}
  *, *:before, *:after {
  /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */
-webkit-box-sizing: border-box;

  /* Firefox (desktop or Android) 28- */
  -moz-box-sizing: border-box;

  /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
  box-sizing: border-box;
}
}

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

/* line 631, ../sass/_normalize.scss */
#secondary-menu a {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 637, ../sass/_normalize.scss */
#secondary-menu a:before {
  /*font: normal normal normal 14px/1 FontAwesome;*/
}

/* Only include the Icons we want */
.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-youtube::before{
  content: "\f167";
}


.fa-lock {
  background: url("../images/lock.png") no-repeat 12px 10px #00BCDC;
  padding-left: 40px !important;
}

.fa-lock:before {
  content: "";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-user {
  background: url("../images/user.png") no-repeat 12px 11px #ff144f;
  padding-left: 45px !important;
}

.fa-user:before {
  content: "";
}

.fa-phone {
  background: url("../images/phone.png") no-repeat 12px 11px #000;
  padding-left: 45px !important;
}

.fa-phone:before {
  content: "";
}
.fa-envelope-o:before{
  content:"\f003";
}
.fa-envelope-o{
  padding-right: 10px;
  position:relative;
  top:-2px;
}

@media all and (max-width: 768px) {
  #secondary-menu li {
    text-align: center !important;
    width: 33.33% !important;
    height: 25px !important;
  }

  .fa-user {
    background: none no-repeat 0 0 #ff144f;
    padding: 0 10px !important;
    width: 88% !important;
  }

  .fa-lock {
    background: none no-repeat 0 0 #00BCDC;
    padding: 0 10px !important;
    width: 85% !important;
  }

  .fa-phone {
    background: none no-repeat 0 0 transparent;
    padding: 0 10px !important;
    width: 85% !important;
  }

    .md-object img{
    width: 110% !important;
    height: 110% !important;
  }

  .footer-mega-menu ul li.is-expanded > a{
    width: 200px;
    padding: 0 20px;
  }
}

/* Layout rules */
/* line 2, ../sass/layouts/_responsive.scss */
.region-bottom,
.container {
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 480px) {
  /* line 2, ../sass/layouts/_responsive.scss */
  .region-bottom,
  .container {
    max-width: 480px;
  }

  .not-front #main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all and (min-width: 768px) {
  /* line 2, ../sass/layouts/_responsive.scss */
  .region-bottom,
  .container {
    max-width: 768px;
  }

  .not-front #main {
    padding-left: 10px;
    padding-right: 10px;
  }


}

@media all and (min-width: 960px) {
  /* line 2, ../sass/layouts/_responsive.scss */
  .region-bottom,
  .container {
    max-width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all and (max-width: 480px) {
  /* line 2, ../sass/layouts/_responsive.scss */
  .region-bottom,
  .container {
    max-width: 480px;
  }

  .not-front #main {
    padding-left: 10px;
    padding-right: 10px;
  }

  #logo img{
    max-width: 180px;
  }

  #footer .page-top__business-slogan{
    display: block;
  }

  #boxes-box-footer_logo a{
    display: inline-block;
    text-align: center;
  }

  #boxes-box-footer_logo{
    text-align: center;
  }

}

/* Containers for grid items and flow items. */
/* line 21, ../sass/layouts/_responsive.scss */
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* line 31, ../sass/layouts/_responsive.scss */
.slider {
  text-align: center;
  margin-bottom: 20px;
}

/* line 36, ../sass/layouts/_responsive.scss */
.sidebar-second #main {
  *zoom: 1;
  /* Span 2 columns, starting in 1st column from left. */
  /* Span 1 column, starting in 3rd column from left. */
}

/* line 38, ../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
.sidebar-second #main:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/layouts/_responsive.scss */
.sidebar-second #main #content {
  width: 100%;
  float: left;
  margin-bottom:60px;
}

/* line 45, ../sass/layouts/_responsive.scss */
.sidebar-second #main .sidebars {
  width: 100%;
  float: left;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 54, ../sass/layouts/_responsive.scss */
  #header {
    position: relative;
  }

  /* line 57, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    /*height: 3em;*/
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  /* line 66, ../sass/layouts/_responsive.scss */
  .header .header__logo-wrap {
    width: 24%;
  }

  /* line 69, ../sass/layouts/_responsive.scss */
  .header #navigation {
    width: 75%;
    /*margin-left: 20%;*/
    position: absolute;
    bottom: 0;
    right: 10px;
    top: 20px;
  }

  /* line 77, ../sass/layouts/_responsive.scss */
  .page-top .container {
    display: block;
  }

  /* line 79, ../sass/layouts/_responsive.scss */
  .page-top .container .page-top__business-slogan {
    width: 45%;
    float: left;
  }

  /* line 83, ../sass/layouts/_responsive.scss */
  .page-top .container .page-top__secondary-menu {
    float: right;
    /*width: 50%;*/
  }
}

@media all and (max-width: 768px) and (min-width: 767px) {
  .page-top .container .page-top__secondary-menu {
    float: right;
    width: 50%;
  }
}

/**
* Use 5 grid columns for larger screens.
*/
@media all and (min-width: 960px) {
  /* line 97, ../sass/layouts/_responsive.scss */
  .sidebar-second #main {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }

  /* line 99, ../sass/layouts/_responsive.scss */
  .sidebar-second #main #content {
    width: 66.6667%;
    float: left;
  }

  /* line 105, ../sass/layouts/_responsive.scss */
  .sidebar-second #main .sidebars {
    width: 31.3333%;
    float: left;
    margin-left: 2%;
  }

  /* line 114, ../sass/layouts/_responsive.scss */
  .no-sidebars #main #content {
    width: 100%;
  }
}

/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}

/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Breadcrumb navigation.
 */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  font-size: 12px;
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumb li a {
  text-decoration: none;
  background: none;
  padding-left: 0px;
  color:#6a6a6a;
}
li.last-breadcrumb{
  color: #00bcdc;
}

/**
 * Titles.
 */
/* line 95, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 107, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 122, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 131, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 141, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 144, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 149, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 154, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 159, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 164, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 175, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 185, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 189, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 202, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ ie;
}

/* line 211, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 217, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 227, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 231, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 255, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 261, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 268, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 277, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 282, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 310, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}

/* line 314, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 322, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 329, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 332, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 335, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */

.pager {
  clear: both;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 480px){
  .pager {
    text-align: center;
  }
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 6px 13px;
  list-style-type: none;
  background-image: none;
  border: 1px solid #ccc;
}

.pager-item a,
.pager-first a,
.pager-previous a,
.pager-next a,
.pager-last a,
.pager-ellipsis a, .pager-current a{
  color: #cccccc;
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
.pager-current {
  color:#fff;
  background: #00bcdc;
  border: 1px solid #00bcdc;
}

/**
 * Blocks.
 */
/* Block wrapper. */
.block {
  margin-bottom: 1.5em;
}

.block {
  margin-bottom: 20px;
}

/**
 * Menus.
 */

.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 403, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 412, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 421, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 433, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 461, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 466, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 472, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}

/* line 475, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 482, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 40px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 492, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}

/* line 496, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}

/* line 503, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}

/* line 509, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

/* line 516, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 523, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 529, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 534, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 540, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 545, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 551, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 563, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 569, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 573, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 578, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 586, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}

/* line 591, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}

/* line 594, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 598, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 604, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 619, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 624, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 630, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 641, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 652, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}

/* line 661, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}

/* line 668, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 680, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 683, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 686, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 695, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 704, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}

/* line 707, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 713, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1406094646');
}

/**
 * Home page elements
 */
body.front #page-title {
  display: none;
}

body.front .node-page {
  display: none;
}

body.front #main {
  margin-top: -11px;
  margin-bottom: 12px;
}

/**
 * Home page banner blocks.
 */
/* line 5, ../sass/components/_block-tile.scss */
.block-tile, .block-icon {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0;
}

@media all and (min-width: 480px) {
  /* line 5, ../sass/components/_block-tile.scss */
  .block-tile, .block-icon {
    width: 360px;
  }
}

@media all and (min-width: 768px) {
  /* line 5, ../sass/components/_block-tile.scss */
  .block-tile, .block-icon {
    width: 50%;
    float: left;
    height: 336px;
  }
}

@media all and (min-width: 960px) {
  /* line 5, ../sass/components/_block-tile.scss */
  .block-tile, .block-icon {
    width: 33.33%;
    height: 274px;
    float: left;
  }
}

/* line 23, ../sass/components/_block-tile.scss */
.block-image-tile-hm {
  /*display: inline-block;*/
  position: relative;
  overflow: hidden;
}

/* line 27, ../sass/components/_block-tile.scss */
.block-image-tile-hm span {
  box-sizing: border-box;
}


/* line 36, ../sass/components/_block-tile.scss */
.block-image-tile-hm:hover span.text-content {
  opacity: 0.8;
}

/* line 39, ../sass/components/_block-tile.scss */
.block-image-tile-hm:hover span.button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 47, ../sass/components/_block-tile.scss */
span.text-content {
  padding: 20px;
  color: white;
  cursor: pointer;
  display: table;
  height: 315px;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

@media all and (max-width: 960px) {
  /* line 47, ../sass/components/_block-tile.scss */
  span.text-content {
    height: 477px;
  }
}

@media all and (max-width: 480px) {
  /* line 47, ../sass/components/_block-tile.scss */
  span.text-content {
    height: 338px;
  }
}

/* line 62, ../sass/components/_block-tile.scss */
span.text-content span {
  font-size: 15px;
  display: table-cell;
  text-align: center;
  padding: 25px 0 0 0;
}

/* line 69, ../sass/components/_block-tile.scss */
span.button {
  font-size: 1em;
  line-height: 1.5em;
  font-family: oswald, Helvetica, Arial, sans-serif;
  position: absolute;
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  bottom: 15px;
  text-align: center;
}

/* line 81, ../sass/components/_block-tile.scss */
.block-image-tile-hm.message span.text-content {
  background: #0a191e;
}

/* line 84, ../sass/components/_block-tile.scss */
.block-image-tile-hm.message span.button {
  width: 73%;
  left: 13.5%;
  background: #0a191e;
}

/* line 92, ../sass/components/_block-tile.scss */
.block-image-tile-hm.join-sda span.text-content {
  background: #ff144f;
}

/* line 95, ../sass/components/_block-tile.scss */
.block-image-tile-hm.join-sda span.button {
  left: 25.5%;
  background: #ff144f;
}

/* line 103, ../sass/components/_block-tile.scss */
.block-image-tile-hm.benefits span.text-content {
  background: #ff144f;
}

/* line 106, ../sass/components/_block-tile.scss */
.block-image-tile-hm.benefits span.button {
  left: 23%;
  background: #ff144f;
}

/* line 113, ../sass/components/_block-tile.scss */
.block-icon-tile-hm {
  display: block;
  height: 315px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding: 35px 20px 0;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@media all and (min-width: 768px) {
  /* line 113, ../sass/components/_block-tile.scss */
  .block-icon-tile-hm {
    height: 336px;
  }
}

@media all and (min-width: 960px) {
  /* line 113, ../sass/components/_block-tile.scss */
  .block-icon-tile-hm {
    height: 274px;
  }
}

/* line 126, ../sass/components/_block-tile.scss */
.block-icon-tile-hm a {
  text-decoration: none;
  color: #fff;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

/* line 136, ../sass/components/_block-tile.scss */
.block-icon-tile-hm h3 {
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
}

.block-icon-tile-hm img {
  width: auto;
  max-width: 80%;
}

/* line 139, ../sass/components/_block-tile.scss */
.block-icon-tile-hm:hover {
  cursor: pointer;
}

/* line 142, ../sass/components/_block-tile.scss */
.block-icon-tile-hm:hover img {
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}

/* line 151, ../sass/components/_block-tile.scss */
.block-icon-tile-hm span.button {
  left: 33%;
  margin: 0 auto;
}

/* line 156, ../sass/components/_block-tile.scss */
.block-icon-tile-hm.the-sda {
  background: #004a79;
}

/* line 158, ../sass/components/_block-tile.scss */
.block-icon-tile-hm.the-sda:hover {
  background: #003a5f;
}

/* line 160, ../sass/components/_block-tile.scss */
.block-icon-tile-hm.the-sda:hover span.button {
  border: 1px solid #fff;
}

/* line 164, ../sass/components/_block-tile.scss */
.block-icon-tile-hm.the-sda span.button {
  border: 1px solid #004a79;
}

/* line 169, ../sass/components/_block-tile.scss */
.block-icon-tile-hm.movie-tickets {
  background: #60baa1;
}

/* line 171, ../sass/components/_block-tile.scss */
.block-icon-tile-hm.movie-tickets:hover {
  background: #48937e;
}

/* line 173, ../sass/components/_block-tile.scss */
.block-icon-tile-hm.movie-tickets:hover span.button {
  border: 1px solid #fff;
}

/* line 177, ../sass/components/_block-tile.scss */
.block-icon-tile-hm.movie-tickets span.button {
  border: 1px solid #60baa1;
}

/* line 181, ../sass/components/_block-tile.scss */
.block-icon-tile-hm.your-industry {
  background: #00bcdc;
}

/* line 183, ../sass/components/_block-tile.scss */
.block-icon-tile-hm.your-industry:hover {
  background: #00a6c3;
}

/* line 185, ../sass/components/_block-tile.scss */
.block-icon-tile-hm.your-industry:hover span.button {
  border: 1px solid #fff;
}

/* line 189, ../sass/components/_block-tile.scss */
.block-icon-tile-hm.your-industry span.button {
  border: 1px solid #00bcdc;
  left: 30%;
}

/* line 194, ../sass/components/_block-tile.scss */
.banner-block {
  position: relative;
  clear: both;
  margin: 28px 0;
  float: left;
}

@media all and (min-width: 960px) {
  /* line 194, ../sass/components/_block-tile.scss */
  .banner-block {
    width: 940px;
    height: 275px;
  }
}

@media all and (max-width: 480px) {
  /* line 194, ../sass/components/_block-tile.scss */
  .banner-block {
    display: none;
  }
}

/* line 204, ../sass/components/_block-tile.scss */


/* line 208, ../sass/components/_block-tile.scss */
.banner-block img {
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/* line 212, ../sass/components/_block-tile.scss */
.banner-block a {
  display: block;
}

/* line 215, ../sass/components/_block-tile.scss */
.banner-block h2 {
  position: absolute;
  top: 0;
  font-weight: 400;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.02em;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.3em;
  margin-bottom: 0px;
}

@media all and (min-width: 600px) {
  /* line 215, ../sass/components/_block-tile.scss */
  .banner-block h2 {
    font-size: 48px;
    line-height:1.2;
  }
}

@media all and (min-width: 960px) {
  /* line 215, ../sass/components/_block-tile.scss */
  .banner-block h2 {
    font-size: 48px;

  }
}

@media all and (max-width: 480px) {
  /* line 231, ../sass/components/_block-tile.scss */
  .banner-block h2 {
    margin: 8px 0;
  }
}

/* line 231, ../sass/components/_block-tile.scss */
.banner-block span.button {
  position: absolute;
  font-size: 1.125em;
  left: 35%;
  padding: 15px 38px;
  background: #ff144f;
  bottom: 50px;
}

.banner-block span.button:hover{
  background: #dc1446;
}

@media all and (min-width: 600px) {
  /* line 231, ../sass/components/_block-tile.scss */
  .banner-block span.button {
    left: 40%;
    padding: 15px 38px;
  }
}

@media all and (min-width: 960px) {
  /* line 231, ../sass/components/_block-tile.scss */
  .banner-block span.button {
    left: 42%;
    padding: 15px 38px;
  }
}

@media all and (max-width: 768px) {
  /* line 231, ../sass/components/_block-tile.scss */
  .banner-block span.button {
    left: 24%;
    width: 25%;
    margin-bottom: -15px;
  }
}

.hp-latest-news, .hp-ad-block {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 0;
}

.whats-happening {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .whats-happening {
    width: 50%;
    height: 389px;
    float: left;
  }

  .hp-latest-news, .hp-ad-block {
    width: 50%;
    height: 389px;
    float: left;
  }

  .hp-ad-block {
    height: auto;
  }

  .hp-ad-block img {
    width: 384px;
  }
}

@media all and (min-width: 960px) {
  .whats-happening {
    width: 320px;
    height: 389px;
    float: left;
  }

  .hp-latest-news, .hp-ad-block {
    width: 310px;
    height: 389px;
    float: left;
  }

  .hp-ad-block img {
    width: auto;
  }
}

@media all and (max-width: 480px) {
  .whats-happening {
    width: 100%;
    height: auto;
  }

  .hp-latest-news, .hp-ad-block {
    width: 100%;
    height: auto;
  }

  .hp-ad-block {
    text-align: center;
  }

  .hp-ad-block img {
    width: auto;
  }
}

.hm-newsletter, .hp-competitions {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 0;
}

.hm-newsletter h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#block-randomblocks-home-page-tile-block {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .hm-newsletter, .hp-competitions {
    width: 50%;
    float: left;
  }

  .hm-newsletter {
    height: 482px;
  }

  .hp-competitions {
    height: 337px;
  }

  #block-randomblocks-home-page-tile-block {
    width: 50%;
    height: auto;
    float: left;
  }
}

@media all and (min-width: 960px) {
  .hm-newsletter, .hp-competitions {
    width: 310px;
    height: 274px;
    float: left;
  }

  #block-randomblocks-home-page-tile-block {
    width: 320px;
    height: 274px;
    float: left;
  }
}

@media all and (max-width: 480px) {
  .hm-newsletter, .hp-competitions {
    width: 100%;
    height: auto;
  }



  #block-randomblocks-home-page-tile-block {
    width: 100%;
    height: auto;
  }
}

/* line 267, ../sass/components/_block-tile.scss */
.hp-block-variation h2, .hp-latest-news h2, .whats-happening h2, .hp-ad-block h2 {
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
}


.hp-latest-news {
  clear: both;
  padding: 10px 15px;
  background: #dcdada;
  color: #004a79;
}

/* line 280, ../sass/components/_block-tile.scss */
.hp-competitions a,
.whats-happening a,
.hp-latest-news a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #004a79;
  font-size: 1.125em;
}

.hp-competitions a:hover,
.whats-happening a:hover,
.hp-latest-news a:hover {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #3f4345;
  font-size: 1.125em;
}


.hp-competitions a{
  border-bottom: #fff 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.hp-competitions .view-competitions-block .view-content div:last-child a{
  border-bottom: #fff 0px solid;
}


/* line 287, ../sass/components/_block-tile.scss */

.hp-latest-news .views-row {
  border-bottom: #d0cdcd 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #6a6a6a;
}

.whats-happening .views-row{
  border-bottom: #fff 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #fff;
}

/* line 294, ../sass/components/_block-tile.scss */
.whats-happening {
  padding: 10px 15px;
  background: #60baa1;
  color: white;
}

/* line 317, ../sass/components/_block-tile.scss */
.block-ad-tile-hm {
  /*display: inline-block;*/
  position: relative;
  overflow: hidden;
}

/* line 321, ../sass/components/_block-tile.scss */
.block-ad-tile-hm span {
  box-sizing: border-box;
}

/* line 324, ../sass/components/_block-tile.scss */
.block-ad-tile-hm span.button {

}

/* line 330, ../sass/components/_block-tile.scss */
.block-ad-tile-hm:hover span.text-content {
  opacity: 0.8;
}

/* line 333, ../sass/components/_block-tile.scss */
.block-ad-tile-hm:hover span.button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 339, ../sass/components/_block-tile.scss */
.block-ad-tile-hm span.text-content {
  background: #004a79;
}

/* line 351, ../sass/components/_block-tile.scss */
.block-ad-tile-hm span.button {
  left: 31%;
  bottom: 25px;
  background: #004a79;
}

.block-ad-tile-hm span.text-content {
    width:100%;
}

@media all and (max-width: 768px) {
  .block-ad-tile-hm {
    text-align: center;
  }

  .block-ad-tile-hm span.button {
    left: 15%;
    width: 70%;
  }

}

@media all and (max-width: 480px) {
  /* line 339, ../sass/components/_block-tile.scss */
  .block-ad-tile-hm span.text-content {
    height: 477px;
  }

  .block-ad-tile-hm span.button {
    left: 15%;
    width: 70%;
  }
}

@media all and (min-width: 960px) {
  /* line 339, ../sass/components/_block-tile.scss */
  .block-ad-tile-hm span.text-content {
    height: 389px;
  }
}

/* line 357, ../sass/components/_block-tile.scss */
.hm-newsletter {
  box-sizing: border-box;
  padding: 10px 15px;
  background: #004a79;
  color: white;
}

@media all and (min-width: 960px) {
  /* line 357, ../sass/components/_block-tile.scss */
  .hm-newsletter {
    clear: both;
  }
}

/* line 369, ../sass/components/_block-tile.scss */
.block-image-tile-hm.congradulations span.text-content {
  background: white;
  color: #004a79;
  width: 100%;
}

/* line 373, ../sass/components/_block-tile.scss */
.block-image-tile-hm.congradulations span.button {
  background: white;
  color: #004a79;
  text-align: center;
  display: block;
  left: 31%;
  bottom: 25px;
}

@media all and (max-width: 960px) {
  /* line 373, ../sass/components/_block-tile.scss */
  .block-image-tile-hm.congradulations span.button {
    left: 15%;
    width: 70%;
  }
}

@media all and (max-width: 480px) {
  /* line 373, ../sass/components/_block-tile.scss */
  .block-image-tile-hm.congradulations span.button {
    left: 15%;
    width: 70%;
  }
}

/* line 389, ../sass/components/_block-tile.scss */
.hp-competitions {
  box-sizing: border-box;
  padding: 10px 15px;
  background: #00bcdc;
  color: white;
}

/* line 395, ../sass/components/_block-tile.scss */
.hp-competitions h2 {
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 400, ../sass/components/_block-tile.scss */
.hp-competitions a {
  display: block;
  text-decoration: none;
  color: white;
}

/* line 405, ../sass/components/_block-tile.scss */
.hp-competitions .competition-name {
  border-bottom: white 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 15px;
}

/* Temp clear fix */
/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 7, ../sass/components/_header.scss */
.page-top {
  *zoom: 1;
  background: #0a191e;
  font-family: oswald, Helvetica, Arial, sans-serif;
  clear: both;
padding: 0px;
}

/* line 38, ../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
.page-top:after {
  content: "";
  display: table;
  clear: both;
}

/* line 12, ../sass/components/_header.scss */
.page-top .container {
  height: 3em;
}

/* line 15, ../sass/components/_header.scss */
.page-top__business-slogan {
  display: none;
}

@media all and (min-width: 768px) {
  /* line 19, ../sass/components/_header.scss */
  .page-top__business-slogan {
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 3em;
  }

  /* line 24, ../sass/components/_header.scss */
  .page-top__business-slogan span {
    color: #00bcdc;
  }
}

/* line 30, ../sass/components/_header.scss */
.header {
  *zoom: 1;
}

/* line 38, ../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
.header:after {
  content: "";
  display: table;
  clear: both;
}

/* line 33, ../sass/components/_header.scss */
.header__logo {
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* line 38, ../sass/components/_header.scss */
.header__logo-wrap {
  padding: 20px 0 13px 0;
}

/* Logo image. */
/* line 43, ../sass/components/_header.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 48, ../sass/components/_header.scss */
.header__name-and-slogan {
  font-size: 11.62px;
  line-height: 1;
  padding-left: 10px;
}

@media all and (max-width: 768px) {
  .header__name-and-slogan {
    display: none;
  }

  .header__logo-wrap {
    padding: 5px 0 5px 15px;
  }
  .page-top__business-slogan {
    display: none;
  }

  .page-top .container .page-top__secondary-menu {
    float: none;
    width: 100%;
  }

  iframe{
    height: auto;
  }

  body.section-benefits .ui-state-default{
    font-size: 16px !important;
  }

  #block-sda-title-block-benefit-category-title-block {
    background-color: #ff144f;
  }
}


@media only screen and (max-width: 960px) {

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




/* The name of the website. */
/* line 54, ../sass/components/_header.scss */
.header__site-name {
  margin: 0;
  color: #dc1446;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: -6px;
}

/* The link around the name of the website. */
/* line 62, ../sass/components/_header.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}

/* line 68, ../sass/components/_header.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 75, ../sass/components/_header.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 80, ../sass/components/_header.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 85, ../sass/components/_header.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
  background-color: #031217;
}

@media screen and (max-width: 480px) {
  .slider {
    margin-bottom: 10px;
  }

  .header__region {
    display: none;
  }
  .page-top {
  *zoom: 1;
  background: #0a191e;
  font-family: oswald, Helvetica, Arial, sans-serif;
  clear: both;
padding: 10px 0px;
}

}

/* line 91, ../sass/components/_header.scss */
#secondary-menu ul {
  margin: 0;
}

/* line 94, ../sass/components/_header.scss */
#secondary-menu li {
  display: inline-block;
  padding: 0;
  float: left;
}

/* line 99, ../sass/components/_header.scss */
#secondary-menu a {
  color: white;
  text-decoration: none;
  font-family: oswald, Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 3.1em;
  padding: 0 15px;
  margin: 0;
}

/* line 109, ../sass/components/_header.scss */
#secondary-menu a:before {
  padding-right: 5px;
}

/* line 113, ../sass/components/_header.scss */
#secondary-menu .fa-user {
  /*background: #ff144f;*/
}

/* line 116, ../sass/components/_header.scss */
#secondary-menu .fa-lock {
  /*background: #00bcdc;*/
}

#secondary-menu .fa-phone {
  /*background: #000;*/
}

/**
 * Navigation bar.
 */
@media all and (min-width: 320px) {
  /* line 6, ../sass/components/_menu.scss */
  #superfish-1-select {
    width: 100%;
  }
}

/* line 10, ../sass/components/_menu.scss */
#navigation {
  /* Main menu and secondary menu links and menu block links. */
}

/* line 11, ../sass/components/_menu.scss */
#navigation .block {
  margin-bottom: 0;
  clear: both;
  display: block;
}

/* line 21, ../sass/components/_menu.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}

/* line 27, ../sass/components/_menu.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: right;
  /* LTR */
  padding: 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/* line 36, ../sass/components/_menu.scss */
#navigation .sf-menu {
  height: 42px;
  margin: 0;
}

/* line 38, ../sass/components/_menu.scss */
#navigation .sf-menu a {
  text-decoration: none;
  color: #004a79;
}

#navigation .sf-menu ul li a.active {
  text-decoration: none;
  color: #00bcdc;
}

/* line 43, ../sass/components/_menu.scss */
#navigation .sf-menu .sf-depth-1 > a:after {
  /*font: normal normal normal 14px/1 FontAwesome;*/
  /*content: "\f105";*/
  /*color: #00bcdc;*/
  /*margin-left: 6px;*/
}

#navigation .sf-menu .sf-depth-1 > a {
  font-family: oswald, Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 12px 13px;
}

/* line 48, ../sass/components/_menu.scss */
#navigation .sf-menu .sf-depth-1 > a:hover:after {
  /*font: normal normal normal 14px/1 FontAwesome;*/
  /*content: "\f105";*/
  /*color: #00bcdc;*/
  /*margin-left: 6px;*/
  /*visibility: hidden;*/
}

#navigation .sf-menu .sf-depth-1 > a:hover:before {
  position: absolute;
  font: normal normal normal 20px/1 FontAwesome;
  content: "\f0d7";
  color: #dcdada;
  top: 34px;
  left: 45%;
  z-index: 9999999;
}

#navigation .sf-menu .sf-depth-1 > a:hover {
  background: #dcdada;
}

/* line 54, ../sass/components/_menu.scss */
#navigation .sf-menu a.sf-depth-2 {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

#navigation .sf-menu li ul li.last a.sf-depth-2,
#navigation .sf-menu li ul li.firstandlast a.sf-depth-2{
  border-bottom: none;
}

/* line 58, ../sass/components/_menu.scss */
#navigation .sf-menu a.sf-depth-2:hover {
  color: #00bcdc;
}

#navigation .sf-menu li ul {
  background: none repeat scroll 0% 0% #F7F6F4;
  border-radius: 0px;
}

/* line 62, ../sass/components/_menu.scss */
#navigation .sf-menu li > ul > li {
  background: white;
  padding: 5px 15px;
  float: left;
}

#navigation .sf-menu li > ul > li.first,
#navigation .sf-menu li > ul > li.firstandlast {
  background: white;
  padding: 15px 15px 5px 15px;
}

/* line 66, ../sass/components/_menu.scss */
#navigation .sf-menu li > ul {
  top: 42px;
}

/* line 70, ../sass/components/_menu.scss */
#navigation .sf-sub-indicator {
  display: none;
}

@media screen and (min-width: 769px) {
  #navigation #superfish-1 #menu-791-1 {
    background: url("../images/search.png") 0px 7px no-repeat;
    width: 22px;
    height: 30px;
    cursor: pointer;
  }

  #navigation #sda-search {
    display: none;
  }
}

/* line 1, ../sass/components/_footer.scss */
#footer {
  background: #0a191e;
  color: white;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}

/* line 5, ../sass/components/_footer.scss */
#footer .container {
  *zoom: 1;
  position: relative;
  background: url(../images/pw_logo.png) no-repeat bottom right;
}

/* line 38, ../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
#footer .container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 9, ../sass/components/_footer.scss */
#footer a {
  color: white;
  text-decoration: none;
}

/* line 14, ../sass/components/_footer.scss */
#footer ul {
  padding: 0;
  margin: 0;
}

/* line 18, ../sass/components/_footer.scss */
#footer li {
  list-style: none;
}

/* line 26, ../sass/components/_footer.scss */
.footer-mega-menu ul.menu li ul.menu li {
  font-family: museo300, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-top: 2px;
  text-transform: capitalize;
}

/* line 34, ../sass/components/_footer.scss */
.footer-mega-menu ul li.is-expanded {
  font-family: oswald, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-top: 25px;
  text-transform: uppercase;
}

/* line 39, ../sass/components/_footer.scss */
.footer-mega-menu ul li.is-expanded > a {
  color: #00bcdc !important;
  display: inline-block;
  margin-bottom: 10px;
}

@media all and (max-width: 400px) {
  
  #secondary-menu ul{
    float:left;
    width: 100%;
  }
  #secondary-menu li {
    width:100% !important;
    height:auto !important;
  }

  .fa-user,
  .fa-lock,
  .fa-phone {
    width:97% !important;
  }
}


@media all and (min-width: 768px) {
  /* line 48, ../sass/components/_footer.scss */
  .footer-mega-menu {
    float: left;
    width: 66.66%;
    text-align: left;
  }

  /* line 52, ../sass/components/_footer.scss */
  .footer-mega-menu ul li.is-expanded {
    float: left;
    margin-right: 10%;
  }

  .footer-mega-menu ul.menu li ul.menu li {
    border-bottom: rgba(208, 205, 205, 0.2) 1px solid;
  }

  /* line 57, ../sass/components/_footer.scss */
  .footer-social-icons {
    float: left;
    width: 30%;
    text-align: left;
    padding-top: 21px;
  }

  /* line 62, ../sass/components/_footer.scss */
  .footer-logo {
    clear: both;
    float: left;
    margin-top: 120px;
  }

  /* line 67, ../sass/components/_footer.scss */
  .footer-nav {
    float: left;
    margin: 150px 0 0 50px;
  }

  /* line 71, ../sass/components/_footer.scss */
  .to-the-top {
    clear: both;
    position: absolute;
    right: 10px;
    bottom: 40px;
    margin-bottom: 0px;
  }

  .to-the-top a {
    text-transform: uppercase;
  }

  .to-the-top a:after {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f106";
    color: #fff;
    margin-left: 10px;
  }
}

.footer-social-icons h2 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}

/* line 80, ../sass/components/_footer.scss */
.footer-social-icons ul.social li {
  display: inline-block;
  margin-right: 5px;
}

/* line 82, ../sass/components/_footer.scss */
.footer-social-icons ul.social li a {
  display: block;
  width: 40px;
  line-height: 40px;
  background: #3d484c;
  text-align: center;
}

.footer-social-icons ul.social li a:hover {
  display: block;
  width: 40px;
  line-height: 40px;
  background: #00bcdc;
  text-align: center;
}


.footer-social-icons .fa {
  font-size: 18px;
}

/* line 94, ../sass/components/_footer.scss */
.footer-nav {
  *zoom: 1;
}

/* line 38, ../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
.footer-nav:after {
  content: "";
  display: table;
  clear: both;
}

/* line 96, ../sass/components/_footer.scss */
.footer-nav li {
  display: inline-block;
  padding-right: 15px;
}

.footer-nav .menu li.leaf {
  background: url("../images/vertical_bar.png") right 1px no-repeat;
}

.footer-nav .menu li.leaf.last,
.footer-nav .menu li.leaf.firstandlast {
  background: none;
}

/* line 102, ../sass/components/_footer.scss */
.not-front .to-the-top p {
  display: inline-block;
  padding: 15px 10px;
  background: #00bcdc;
  margin: 0;
  width: 100%;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }

  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }

  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
  }

  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }

  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}

/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */

/*Responsive Menu*/
@media all and (max-width: 960px) {
  .header__logo-wrap {
    width: 30% !important;
    float: left !important;
  }

  #navigation {
    width: 59% !important;
    float: right !important;
    padding: 10px !important;
  }

  #block-superfish-1 {
  }

  .responsive-menus.responsified {

  }

  .responsive-menus.responsified span.toggler {
    box-shadow: none !important;
    background: none !important;
    color: #00bcdc !important;
    font-size: 30px !important;
    float: right !important;
    border-radius: 0 !important;
    padding: 12px 12px !important;
    margin-top: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -12px !important;
  }

  .responsive-menus.responsified.responsive-toggled span.toggler {
    background: #0a191e !important;
  }

  .responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple {
    font-family: oswald, Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    top: 34px !important;
    right: -10px !important;
    background: #0a191e !important;
    color: #fff !important;
    box-shadow: none;
  }

  .responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple li a.active {
    color: #00bcdc !important;
  }
}

#rm-removed-select {
  display: none;
}

/*Slideshow*/
#block-views-slideshow-block {
  font-family: oswald, Helvetica, Arial, sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}

#views_slideshow_cycle_teaser_section_slideshow-block {
  width: 100% !important;
}

div[id^="views_slideshow_cycle_div_slideshow-block_"] {
  width: 100% !important;
}

#block-views-slideshow-block .views-field-field-slideshow-background-image {
  max-width: 100%;
}

#block-views-slideshow-block .views-field-body {
  width: 960px;
  margin: 0 auto;
}

#block-views-slideshow-block .views-field-body .slide-text {
  position: absolute;
  text-align: left;
  margin-top: -265px;
  width: 345px;
  line-height: 45px;
  background: #fff;
  padding: 10px;
}

#block-views-slideshow-block .views-field-body .slide-text .slide-text-red {
  color: #FF144F;
}

#block-views-slideshow-block .views-field-body .slide-button {
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  text-align: left;
  margin-top: -115px;
  padding: 16px 36px;
  background: #FF144F;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  #block-views-slideshow-block .views-field-body .slide-text {
    margin-top: -190px;
  }

  #block-views-slideshow-block .views-field-body .slide-button {
    margin-top: -65px;
  }
}

@media screen and (max-width: 768px) {
  #block-views-slideshow-block {
    font-size: 20px;
    width: 100%;
  }

  #block-views-slideshow-block .views-field-field-slideshow-background-image {
    max-width: 100%;
  }

  #block-views-slideshow-block .views-field-body {
    width: 100%;
  }

  #block-views-slideshow-block .views-field-body .slide-text {
    margin-top: -115px;
    width: 156px;
    line-height: 25px;
    padding: 5px;
  }

  #block-views-slideshow-block .views-field-body .slide-button {
    font-size: 16px;
    margin-top: -39px;
    padding: 5px 20px;
  }
}

@media screen and (max-width: 480px) {
  #block-views-slideshow-block {
    font-size: 16px;
    width: 100%;
  }

  #block-views-slideshow-block .views-field-field-slideshow-background-image {
    max-width: 100%;
  }

  #block-views-slideshow-block .views-field-body {
    width: 100%;
  }

  #block-views-slideshow-block .views-field-body .slide-text {
    margin-top: -78px;
    width: 125px;
    line-height: 18px;
    padding: 5px;
  }

  #block-views-slideshow-block .views-field-body .slide-button {
    font-size: 11px;
    margin-top: -29px;
    padding: 2px 20px;
  }
}

/*
 *
 *New MD Slider slideshow styles
 *
 */
#block-md-slider-home-page-main-slider {
  max-width: 2000px;
  margin: 0 auto;
}

/*
 *
 *Inner Pages
 *
 */
.not-front {
  color: #6a6a6a;
}

.not-front #main h1 {
  color: #004a79;
  font-family: oswald, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 23px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 16px;
}

.not-front #main h2 {
  color: #004a79;
  font-size: 18px;
  font-family: museo500, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 300;
  color: #343232;
}

.not-front #main h3 {
  font-family: museo500, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #343232;
}

.not-front #main h4 {
  font-family: museo500, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #343232;
}

.not-front #main h5 {
  font-family: museo300, Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #343232;
}

.not-front #main h6 {
  color: #343232;
  font-family: museo300, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.not-front .field-name-body div {

}

.not-front p {
 width:95%;
}

/*.not-front .introduction {
  font-family: museo500, Helvetica, Arial, sans-serif;
  color: #004a79;
  font-size: 18px;
  line-height: 1.3em;
  width: 95%;
  margin-bottom: 30px;
}*/

.introduction_text{
  font-family: museo500, Helvetica, Arial, sans-serif;
  color: #004a79;
  font-size: 18px;
  line-height: 1.3em;
  width: 95%;
  margin-bottom: 30px;
}

.not-front blockquote {
  font: 20px/22px 'museo300';
  padding: 30px 30px 40px 30px;
  background: url("../images/blockquote-bg.png") #c1bfbc bottom left no-repeat;
  color: #fff;
}

.not-front blockquote p {
  margin: 0;
}



.not-front #main ul {
  /*padding: 0 0 0 16px;*/
  /*list-style: disc;*/
}

.not-front #main ul li a {
  text-decoration: none;
}

.not-front #main ul li ul {
  padding: 0 0 15px 15px;
  margin: 0;
  list-style: circle;
}

.not-front #main ul li ul li a {
  text-decoration: none;
  /*
  font: normal normal normal 8px/1 FontAwesome;
  content: "\f068";
  margin-right: 10px;
  */
}

.not-front #main ol {
  padding: 0 0 0 20px;
}

.not-front #main ol li a {
  text-decoration: none;
}

.not-front #main ol li ul {
  padding: 0 0 0 50px;
  margin: 0;
  list-style: circle;
}

.not-front #main ol li ul li a {
  text-decoration: none;
  /*
  font: normal normal normal 8px/1 FontAwesome;
  content: "\f068";
  margin-right: 10px;
  */
}

.not-front .field-name-body ul {
  padding: 0 0 0 16px;
  list-style: disc;
}

.not-front .field-name-body ul li {

}

.not-front .field-name-body ul li ul {
  padding: 0 !important;
  margin: 0;
  list-style: none !important;
}

.not-front .field-name-body ul li ul li:before {
  font: normal normal normal 8px/1 FontAwesome;
  content: "\f068";
  margin-right: 10px;
}

.not-front .field-name-body ol {
  padding: 0 0 0 20px;
}

.not-front .field-name-body ol li {

}

.not-front .field-name-body ol li ul {
  padding: 0 !important;
  margin: 0;
  list-style: none !important;
}

.not-front .field-name-body ol li ul li:before {
  font: normal normal normal 8px/1 FontAwesome;
  content: "\f068";
  margin-right: 10px;
}

.not-front #main ul.tabs-primary {
  padding: 0 2px !important;
  list-style: none !important;
}

.region-sidebar-second {
  display: none;
}

body.not-front #main {
  margin-bottom: 12px;
}

body > #main #content .content-header {
  max-height: 287px;
  min-height:287px;
  margin-bottom: 20px;
  padding: 0;
}
body > #main #content .content-header.text-bg{
  padding: 30px 50px 30px 22px;
  margin-bottom: 15px;
}

body > #main #content .content-header div {
  padding: 20px;
  margin: auto 0;
}

body > #main #content .content-header h1 {
  color: #fff;
  margin: 0;
  padding:0 0 15px 0;
}

body > #main #content .content-header p {
  color: #fff;
  font-size: 17px;
  padding:0;
  margin: 0;
}

@media screen and (max-width: 480px) {
  body > #main #content .content-header h3 {
    font-size: 18px;
    margin: 5px 0;
  }

  body > #main #content .content-header p {
    font-size: 12px;
    margin-top: 5px;
  }
}

#block-sda-title-block-main-title-block {
  position: relative;
}

#block-sda-title-block-main-title-block .title-block {
  min-height: 287px;
}

#block-sda-title-block-main-title-block .title-block h2 {
  color: #fff !important;
  bottom: 18px !important;
  left: 20px !important;
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 35px !important;
  font-weight: 300 !important;
  display: table-caption !important;
  width: 200px !important;
  text-transform: uppercase !important;
  font-size: 35px !important;
  font-family: oswald, Helvetica, Arial, sans-serif !important;
}

#block-sda-title-block-main-title-block .title-block img#page-banner-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#footer .footer-tagline {
  font-size: 12px;
  margin: 0px 0 0 -8px;
}

.not-front .sda-button,
.field-name-node-link a {
  display: inline-block;
  padding: 8px 20px;
  color: #004a79;
  border: 1px solid #24cbe7;
  text-transform: uppercase;
  font-family: oswald, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  background-color: #fff;
  margin-top: 22px;
}

.not-front .sda-button:hover,
.field-name-node-link a:hover {
  color: #24cbe7;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
}

.not-front .button-with-bg,
.not-front .form-submit {
  padding: 8px 40px;
  color: #fff;
  border: 1px solid #24cbe7;
  text-transform: uppercase;
  font-family: oswald, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  background-color: #24cbe7;
}

.not-front .button-with-bg:hover,
.not-front .form-submit:hover {
  color: #fff;
  text-decoration: none;
  background-color: #24cbe7;
  cursor: pointer;
}

.not-front .button-with-icon {
  padding: 8px 35px 8px 12px;
  color: #004a79;
  border: 1px solid #24cbe7;
  text-transform: uppercase;
  font-family: oswald, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  background-color: #fff;
}

.not-front .button-with-icon:before {
  font: normal normal normal 17px/1 FontAwesome;
  content: "\f003";
  margin-right: 10px;
  color: #24cbe7;
}

.not-front .button-with-icon:hover {
  color: #24cbe7;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
}

.pink-button{
  font-family: oswald, Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 3.1em;
  padding: 0 15px;
  margin: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  text-decoration: none;
}

.pink-button:hover{
  color: #ffffff;
  background-color: #004a79;
}

/*
 *
 *Styles for innner page menu block
 *
 */

/* 1st level */
#block-menu-block-2, #block-menu-block-3 {
  padding: 20px;
  background-color: #eae6e5;
}

#block-menu-block-2 ul, #block-menu-block-3 ul {
  list-style: none !important;
  list-style-image: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#block-menu-block-2 ul > li, #block-menu-block-3  ul > li {
  list-style: none !important;
  list-style-image: none !important;
  border-bottom: 1px solid #fff;
}

#block-menu-block-2 ul > li > a, #block-menu-block-3 ul > li > a {
  color: #004a79;
  font-family: museo500, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 38px;
}

#block-menu-block-2 ul > li.last, #block-menu-block-3 ul >li.last{
  border-bottom: none;
}

#block-menu-block-2 ul > li > a:hover, #block-menu-block-3 ul > li > a:hover {
  color: #00bcdc;
}

#block-menu-block-2 ul li a:hover, #block-menu-block-3 ul li a:hover  {
  color: #00bcdc;
}

#block-menu-block-2 ul li a.active, #block-menu-block-3 ul li a.active {
  color: #00bcdc;
}

/* 2nd level */
#block-menu-block-2 ul > li > ul, #block-menu-block-2 ul > li > ul {
  position:relative;
  top:-7px;
}
#block-menu-block-2 .is-collapsed a:after,
#block-menu-block-2 .is-expanded > a:after, #block-menu-block-3 .is-collapsed a:after,
#block-menu-block-3 .is-expanded > a:after{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  float: right;
  margin: 10px;
}

#block-menu-block-2 .is-collapsed a:after, #block-menu-block-3 .is-collapsed a:after{
  content: "\f105";
}


.section-benefits #block-menu-block-2 .is-expanded > a:after,
.section-benefit-category #block-menu-block-2 .is-expanded > a:after, .section-benefits #block-menu-block-3 .is-expanded > a:after,
.section-benefit-category #block-menu-block-3 .is-expanded > a:after{
  content: "";
}
.section-benefits .field-name-body div{
  margin-bottom: 10px;
}
.section-benefits ul{
  margin-top: 0;
}
#block-menu-block-2 ul > li > ul > li, #block-menu-block-3 ul > li > ul > li  {
  list-style: none !important;
  list-style-image: none !important;
  border-bottom: 0px solid #fff;
}

#block-menu-block-2 ul > li > ul > li > a, #block-menu-block-3 ul > li > ul > li > a {
  font-family: museo300, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #6a6a6a;
}

#block-menu-block-2 ul li ul li ul, #block-menu-block-3 ul li ul li ul{

}

#block-menu-block-2 ul > li > ul > li > ul > li, #block-menu-block-3 ul > li > ul > li > ul > li {
  list-style: none !important;
  list-style-image: none !important;
  border-bottom: 0px solid #fff;
  padding-left: 10px;
}

#block-menu-block-2 ul > li > ul > li > ul > li > a, #block-menu-block-3 ul > li > ul > li > ul > li > a {
  font-family: museo300, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #6a6a6a;
}

/* expand/collapse classes for child menu items */
.right-menu-expand-img {
  float: right;
  width: 20px;
  height: 20px;
  background: url("../images/arrow-down.png") 0 0 no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}

.right-menu-collapse-img {
  float: right;
  width: 20px;
  height: 20px;
  background: url("../images/arrow-up.png") 0 0 no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}


#block-views-our-team-block-1 .item-list, #block-views-our-team-block-2 .item-list{
  display: inline-block;
  float: left;
  min-height: 220px;
  width: 200px;
  border-bottom: 1px solid rgb( 180, 181, 181 );
  padding-top: 0px;
  padding-right: 20px;
}
#block-views-our-team-block-2 .item-list{
    border-bottom: 1px solid rgb( 106, 106, 106 );
     padding-top: 0px;
     min-height: 320px !important;

}

#block-views-our-team-block-2 .item-list:last-child{
    border-bottom: 0px solid rgb( 106, 106, 106 );
     padding-top: 25px;
     min-height: 130px !important

}
#block-views-our-team-block-1 .item-list h3, #block-views-our-team-block-2 .item-list h3{
  margin: 0px;
}
#block-views-our-team-block-1 .item-list h3 a, #block-views-our-team-block-2 .item-list h3 a {
  font-size: 18px;
  font-family: "museo500";
  color: rgb( 0, 74, 121 );
  line-height: 1;
  text-decoration: none;
}
#block-views-our-team-block-1 .item-list ul, #block-views-our-team-block-2 .item-list ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#block-views-our-team-block-1 .item-list ul li, #block-views-our-team-block-2 .item-list ul li {
  font-size: 16px;
  font-family: "museo300";
  color: rgb( 106, 106, 106 );
  line-height: 1.375;

}

.view-display-id-block_2 .item-list:nth-child(2) h3 a, .view-display-id-block_2 .item-list:nth-child(3) h3 a{
  display: none;
}

.view-display-id-block_2 .item-list:nth-child(1) h3,.view-display-id-block_2 .item-list:nth-child(2) h3, .view-display-id-block_2 .item-list:nth-child(3) h3{
  height: 36px;
}

.executive-officer-row{
  width: 170px;
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.executive-officer-row h2.team-member-title {
  font-size: 16px;
  font-family: "museo500" !important;
  color: rgb( 45, 187, 218 ) !important;
  line-height: 1.375;
  margin-top: 0.45em !important;
margin-bottom: 0em !important;

}

.executive-officer-row span {
  font-size: 15px;
  font-family: "museo500";
  color: rgb( 106, 106, 106 );
  line-height: 1;

}



.executive-officers-block{
  border-bottom: 1px solid rgb( 180, 181, 181 );
  border-top: 1px solid rgb( 180, 181, 181 );
  padding: 15px 0px 25px 0px;
  margin-top: 20px;
}

/*#block-views-our-team-block-1 {
  padding: 20px;
  background-color: #eae6e5;
}

#block-views-our-team-block-1 h2 {
  border-bottom: 1px solid #004a79;
}

#block-views-our-team-block-1 .view-content {
  list-style: none !important;
  list-style-image: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#block-views-our-team-block-1 .view-content .views-row {
  list-style: none !important;
  list-style-image: none !important;
  border-bottom: 1px solid #fff;
  margin: 5px 0;
}

#block-views-our-team-block-1 .view-content .views-row a {
  color: #004a79;
  font-family: museo500, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 38px;
  text-decoration: none;
}


#block-views-our-team-block-1 .view-content li.active {

}

#block-views-our-team-block-1 .view-content .views-row a:hover,
#block-views-our-team-block-1 .view-content li a.active{
  color: #00bcdc;
}*/

/*
 *
 *Styles for inner page views
 *
 */
.not-front .views-row {
  margin: 20px 0;
}

/*
 *
 *Styles for inner page blocks
 *
 */
.not-front .block h3 {

}

.not-front .movie-tickets h3 {
  color: #fff !important;
}

/*
 *
 *Styles for input (form) controls
 *
 */
html.js input.form-autocomplete {
  background-position: 100% 12px;
}

.form-item select {
  height: 34px;
  border: 1px solid #cecece;
  background-color: aliceblue;
  border-radius: 0;
}
.form-item label{
  display: block;
}

.form-item input[type=text] {
  width: 60%;
  border: 1px solid #cecece;
  background-color: #f5f5f5;
  height: 30px;
  padding-left: 10px;
}

.form-item input[type=email] {
  width: 60%;
  border: 1px solid #f5f5f5;
  background-color: aliceblue;
  height: 30px;
  padding-left: 10px;
}

.form-item input[type=password] {
  width: 60%;
  border: 1px solid #cecece;
  background-color: aliceblue;
  height: 30px;
  padding-left: 10px;
}

.form-item textarea {
  width: 100%;
  border: 1px solid #cecece;
  background-color: #f5f5f5;
  /*height: 30px;*/
  padding-left: 10px;
}
@media screen and (max-width: 768px){
  .form-item input[type=text],
  .form-item input[type=email],
  .form-item input[type=password]{
    width: 100%;
  }
}
/*
 *
 *Serch form styles
 *
 */

.search-form input[type=submit] {
  margin: 1.3em 0;
}

/*
 *
 *Styles for Views
 *
 */
.view-content h2, .node-teaser h2 {
  margin-top: 0px;
  line-height: 1em;
}


/*
 *
 *Styles for views expose form controls
 *
 */
.views-exposed-form .form-item select {
  width: 100%;
  height: 34px;
  border: 1px solid #cecece;
  background-color: aliceblue;
  border-radius: 0;
}

.views-exposed-form .form-item input[type=text] {
  width: 170px;
  border: 1px solid #cecece;
  background-color: aliceblue;
  height: 30px;
  padding-left: 10px;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.3em;
}

.view-content .field-name-node-link {
  /*height: 38px;*/
}

/*
 *
 * Display suit 2col - style redefine
 * Use by following sections: Our Team,
 *
 */

.ds-2col > .group-left {
  float: left; /* LTR */
  width: 26%;
  margin-bottom: 20px;
  text-align: center;
}

.ds-2col > .group-right {
  float: left; /* LTR */
  width: 70%;
  margin-left: 4%;
}

/*
 @col fluid
*/

.ds-2col-fluid > .group-left,
.competition_block .group-left, .group-left{
  float: left; /* LTR */
  width: 26%;
  margin-bottom: 20px;
  text-align: center;
  margin-right: 4%;
}

.ds-2col-fluid > .group-right,
.competition_block .group-right{
  float: left; /* LTR */
  width: 70%;
}

@media screen and (max-width: 480px) {
  .ds-2col > .group-left,
  .ds-2col > .group-right,
  .ds-2col-fluid > .group-left,
  .ds-2col-fluid > .group-right,
  .competition_block .group-left,
  .competition_block .group-right{
    width: 100%;
    float: none;
    text-align: center;
  }
}

.view-our-team h2 {
  font-size: 18px;
}
.competition_block h2{
  font-size: 18px;
  margin-top: 0px;
  line-height: 1em
}

.view-our-team p, .field-name-body div, .competition_block p {
  margin-top: 15px;
}
.view-our-team.view-display-id-block .views-row,
#block-views-news-block-3 .views-row, .view-id-news .views-row,
.competition_block{
  margin: 0;
  padding:40px 0;
  border-bottom: 1px solid #ccc;
}
.view-display-id-block_5 .views-row, .view-display-id-block_4 .views-row{
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;

}



.view-display-id-block_5 .views-row-last, .view-display-id-block_4 .views-row-last, .view-display-id-block_5 .views-row:last-child, .view-display-id-block_4 .views-row:last-child {
  border-bottom: 0px;
}

#block-views-news-block-3 .views-row-first{
  padding-top:15px;
}

.view-our-team .views-row.views-row-last{
  border-bottom: 0;
}
.view-our-team.view-display-id-block .sda-button{
 padding-left: 20px;
}
.field-name-field-tm-designation,
.field-name-post-date,
.competition-close-date{
  font-family: museo700, Helvetica, Arial, sans-serif;
  font-size: 13px;
}


/*
 *
 *News
 *
 */

.not-front #main #block-views-news-block-1 h2{
  font-family: oswald, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
#block-views-news-block-1 ul{
  margin: 0;
  padding: 0;
}
#block-views-news-block-1 li{
  list-style: none;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}
#block-views-news-block-1 li:before{
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  margin-right: 6px;
}
/*
 *
 *Gallery
 *
 */


#block-views-galleries-gallery .views-row,
#block-views-galleries-gallery-items .views-row{
  float:left;
  width:48%;
  border-bottom: 1px solid #ccc;
}
#block-views-galleries-gallery .views-row-even,
#block-views-galleries-gallery-items .views-row-even{
  margin-left: 4%;
  clear: right;
}
@media screen and (max-width: 480px) {
  #block-views-galleries-gallery .views-row,
  #block-views-galleries-gallery-items .views-row,
  #block-views-galleries-gallery .views-row-even,
  #block-views-galleries-gallery-items .views-row-even  {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
    border: none;
  }
}
#block-views-galleries-gallery-items,
#block-views-galleries-gallery-items h3{
  clear: both;
}
#block-views-galleries-gallery h3,
#block-views-galleries-gallery-items h3{
  margin: 0.5em 0;
}
#block-views-galleries-gallery h3 a{
  text-decoration: none;
  color: #004a79;
}
#block-views-galleries-gallery p,
#block-views-galleries-gallery-items p{
  margin-top: 1em;
  margin-bottom: 1.5em;
}

#block-views-galleries-gallery .views-field-field-gallery-date{
  margin-bottom: 30px;
}
.view-display-id-block_1 .views-row{
  float: left;
  margin: 0 0 20px 0;
}
.view-display-id-block_1 .views-row-odd{
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .view-display-id-block_1 .views-row{
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.node.node-gallery.view-mode-full{
  padding: 20px 20px 10px 20px;
  background: #e6e8e8;
}
.node.node-gallery.view-mode-full h2{
  margin: 0;
  line-height: 1;
}
.node-type-gallery .breadcrumb{
  display: none;
}
.view-display-id-block_1 .view-content:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#block-views-galleries-block-1 .view-content{
  padding: 10px 20px;
  background: #e6e8e8;
}

.enlarge{
  width: 280px;
  height: 215px;
  overflow: hidden;
}
.enlarge img {
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -o-transition: all 1s ease; /* IE 9 */
  -ms-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
  max-width: 100%;
}
.enlarge:hover img {
  -webkit-transform:scale(1.1); /* Safari and Chrome */
  -moz-transform:scale(1.1); /* Firefox */
  -ms-transform:scale(1.1); /* IE 9 */
  -o-transform:scale(1.1); /* Opera */
  transform:scale(1.1);
}

/*
 *
 *Breadcrumb styles
 *
 */
.breadcrumb ol {
  padding: 0 !important;
}

/*
 *
 *Benifits
 *
 */

#block-views-benefit-categories-block ul{
  padding: 0;
}
#block-views-benefit-categories-block ul li{
  list-style: none;
}
#block-views-benefit-categories-block ul li li{
  list-style: disc;
}
.section-benefit-category .view-mode-teaser{
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding:40px 0;
}
/*
 *
 *Testimonial styles
 *
 */
.view-testimonials .field-name-body div {
  margin-bottom: 0px;
  margin-top: 0px;
}

.view-testimonials .field-type-text {
  margin-right: 10px;
  float: left;
  font-size: 16px;
  color:#b2b1b1;
}
.view-testimonials .field-type-text.field-name-field-person-designation{
  margin-right: 2px;
}
.view-testimonials .field-type-text.field-name-field-person-designation .field-item:after{
  content: ',';
}
.view-testimonials .views-row{
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding:40px 0;
}

/*
 *
 *FAQ
 *
 */
.view-faq {
  margin-top: 30px;
}
.view-faq .views-row{
  margin: 0;
}

#main .view-faq .ui-accordion-header h3{
  margin: 0;
  padding:0.25em 0;
  color:#6a6a6a;
  font-family: museo300, Helvetica, Arial, sans-serif;
}
.view-faq .ui-state-active h3{
  color:#fff !important;
}
.view-faq .ui-widget-content{
  color:#6a6a6a;
}
.view-faq .ui-widget-content p{
  margin-bottom: 0 !important;
}
.view-faq .ui-helper-reset{
  font-size: 14px;
  line-height: 21px;
  font-family: museo300, Helvetica, Arial, sans-serif;
  background: #f6f4f4;
}
.view-faq .ui-accordion .ui-accordion-header .ui-accordion-header-icon{
  right: 0 !important;
}
.view-faq .ui-state-default .ui-icon{
  background: none !important;
}

.view-faq .ui-state-default h3:after{
  content: "\f068";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  padding: 5px 10px;
  font-size: 14px;
}
.view-faq .ui-state-active h3:after{
  content: "\f067";
}
.view-faq .ui-accordion .ui-accordion-header .ui-accordion-header-icon{
  display: none;
}
.view-faq .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
  background: #00bcdc !important;
  border: 0 !important;
}

.view-faq .ui-state-hover{
  border: 1px solid #d3d3d3 !important;
}

.view-faq .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background: #e1e1e1;
  border: 1px solid #d3d3d3 !important;
}
.view-faq .ui-corner-all, .ui-corner-right, .ui-corner-tr, .ui-corner-top, .ui-corner-left, .ui-corner-tl{
  border-radius:0 !important;
}
.view-faq .ui-widget-content{
  border: 0;
}
.ui-accordion .ui-accordion-content{
  overflow: visible;
  height: auto !important;
}
.submit-button{
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  background: #23cae7;
  text-transform: uppercase;
  font-family: oswald, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.submit-button:hover{
  background: #2dbbda;
  color:#fff;
}

.list-block ul{
  padding: 0px 0px 0px 17px;
  margin: 0px;
}
/*
 *
 *Sidebar styles
 *
 */
.sidebars .block-icon-tile-hm {
  padding: 10px 20px 0;
}

.share-page a{
  background: url("../images/sharing-sprit.png") no-repeat 0 0;
  display: inline-block;
  height: 25px;
  width: 67px;
  text-indent: -999999px;
}

a#text_resize_decrease,
a#text_resize_increase,
.print-page a,
.email-page a{
  background: url("../images/sharing-sprit.png") no-repeat;
  height: 25px;
  width: 25px;
  text-indent: -999999px;
  display: inline-block;
  float: none;
  margin: 0;
}
a#text_resize_increase{
  background-position:  0 -25px;
}
a#text_resize_decrease{
  background-position:  0 -50px;
}
.print-page a{
  background-position:  0 -75px;
}
.email-page a{
  background-position:  0 -100px;
}
.share-page, #block-text-resize-0, .print-page, .email-page{
  display: inline-block;
}
.breadcrumb{
  float: left;
  max-width: 60%;
}
.share-widget{
  float: right;
  width: 160px;
}
@media screen and (max-width: 480px){
  .breadcrumb, .share-widget{
    float: none;
    max-width: 100%;
  }
}
.form-item-employer-name .form-required{
  display: none;
}
html.js input.form-autocomplete{
  background-position:100% 8px;
}
::-webkit-input-placeholder {
  color: #6a6a6a;
}

:-moz-placeholder { /* Firefox 18- */
  color: #6a6a6a;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #6a6a6a;
}

:-ms-input-placeholder {
  color: #6a6a6a;
}

.wrapper-competition-form{
  border: 1px solid #cdc9c9;
  padding: 0px 25px 25px 25px;
}

.wrapper-form-right,
.wrapper-form-left{
  display: block;
  width: 47%;
  float: left;
  margin-right: 3%;
}

.wrapper-form-left{
  margin-left: 3%;
  margin-right: 0px;
}

.wrapper-competition-form .form-item input[type=text]{
  width:100% !important;
}

.wrapper-competition-form .form-item{
  margin : 8px 0px;
}

.wrapper-competition-form .form-item label{
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'museo500';
}

.wrapper-form-submit{
  width: 100%;
  display: block;
  clear: both;
  padding-top: 25px;
}

.wrapper-competition-form h2{
  color: #00bcdc !important;
  text-transform: uppercase;
}

table {
  width:100%;
  text-align: center;
  border: 1px solid #cdc9c9;
}
table thead{
 background-color: #2dbbda;
 color:#fff;
}

/* Slider Override */

.loading-bar-top {top: 2px;}
.loading-bar-hoz .br-timer-bar { background-color: white; opacity: 0.2; height: 2px; position: absolute; z-index: 1;}
.loading-bar-hoz .br-timer-glow {background: none; height: 7px; width: 104px; position:absolute; top:-4px; z-index: 2;}

/* Subscribe Form Custom Styles */

    .input-group{
      position: relative;
      width: 230px;
    height: 47px;
    color: rgb( 0, 74, 121 );
    }
.input-group span img{
  height: 37px;
}


   #webform-client-form-295 #webform-component-your-name input, #webform-client-form-295 #webform-component-member-number input, #webform-client-form-295 #webform-component-email-address input{
      background-color: rgb( 18, 106, 160 );
      height: 37px;
      width: 100%;
      z-index: 113;
      font-size: 17px;
      font-family: "Museo";
      color: rgb( 0, 74, 121 );
      left: 36px;
      padding: 0px 0px 0px 20px;
      border-width: 0px;
      border-style: none;

    }

   #webform-client-form-295 #webform-component-your-name input::-webkit-input-placeholder, #webform-client-form-295 #webform-component-member-number input::-webkit-input-placeholder, #webform-client-form-295 #webform-component-email-address input::-webkit-input-placeholder { /* WebKit browsers */
    color: rgb( 0, 74, 121 );
}
 #webform-client-form-295 #webform-component-your-name input:-moz-placeholder, #webform-client-form-295 #webform-component-member-number input:-moz-placeholder, #webform-client-form-295 #webform-component-email-address input:-moz-placeholder  { /* Mozilla Firefox 4 to 18 */
   color: rgb( 0, 74, 121 );
   opacity:  1;
}
 #webform-client-form-295 #webform-component-your-name input::-moz-placeholder,  #webform-client-form-295 #webform-component-member-number input::-moz-placeholder,  #webform-client-form-295 #webform-component-email-address input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgb( 0, 74, 121 );
   opacity:  1;
}
 #webform-client-form-295 #webform-component-your-name input:-ms-input-placeholder,  #webform-client-form-295 #webform-component-member-number input:-ms-input-placeholder,  #webform-client-form-295 #webform-component-email-address input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: rgb( 0, 74, 121 );
}


   #webform-client-form-295 input.form-submit {
    background: none repeat scroll 0 0 #23c9e6;
    border: medium none;
    color: #fff;
    font-family: oswald,Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0px;
}


    #block-webform-client-block-295 h2{
      font-size: 16.85px;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 21.6px;
      margin: 10px 0px 25px;
    }


   #webform-client-form-295 #webform-component-your-name{
    background: url(https://www.sdansw.org.au/sites/all/themes/custom/sdavic/images/name-label-icon.png) no-repeat left;
    padding-left: 47px;
    }
    #webform-client-form-295 #webform-component-member-number{
       background: url(../images/member_no_icon.jpg) no-repeat left;
    padding-left: 47px;
    }

    #webform-client-form-295 #webform-component-email-address{
    background: url(https://www.sdansw.org.au/sites/all/themes/custom/sdavic/images/email-label-icon.png) no-repeat left;
    padding-left: 47px;
    }

    #webform-client-form-295 .form-item{
      margin: 0.5em 0;
    }


.e-news-input::-webkit-input-placeholder{
  color: rgb( 0, 74, 121 );
}

.e-news-input:-moz-placeholder{
  color: rgb( 0, 74, 121 );
}
.e-news-input::-moz-placeholder{
  color: rgb( 0, 74, 121 );
}

.e-news-input:-ms-input-placeholder{
  color: rgb( 0, 74, 121 );
}





    .input-group > span{
      position: absolute;
      left: 0;
    }

    button.button{
      font-size: 1em;
line-height: 1.5em;
font-family: oswald, Helvetica, Arial, sans-serif;
padding: 10px 30px;
color: #fff;
text-transform: uppercase;
text-align: center;
background: #23c9e6;
border: none;
    }
/* Parallax Menu Styles */

  .nav-fixed {
position: fixed !important;
width: 100%;
height: 43px;
background: rgba(24,39,43,0.9) !important;
z-index: 9999;
}



.nav-fixed #navigation{
  width: 100%;
/*margin-left: 20%;*/
position: absolute;
top: 0;
right: 30%;
}

.nav-fixed #navigation .sf-menu a{
  color: #ffffff;
}

.nav-fixed #navigation .sf-menu li li a{
  color: #004a79;
}

.nav-fixed #navigation #superfish-1 #menu-791-1{
  background: url("../images/search-parallax.png") 0px 15px no-repeat;
}

.nav-fixed  #navigation .sf-menu .sf-depth-1 > a:hover{
color: #004a79;
}

/* Member Dashboard Styles */


.profile{
  margin: 0px !important;
}
.user-profile-main{
width: 66.6667%;
float: left;
  margin: 0px;
  padding: 0px;

}

.sidebars{
  width: 31.3333%;
float: left;
margin-left: 2%;
}


div.profile h1{
  background: url(../images/member-lock.png) right no-repeat #00bcdc;
  color: #ffffff !important;
  padding: 15px 20px;
  margin: 0px !important;
}

.profile{
   background: #f6f4f4;
   padding-bottom: 20px;
}
.profile h2{
  margin: 0px 20px;
  font-family: museo700, Helvetica, Arial, sans-serif;
  color: #004a79;
  font-weight: normal;
      padding-left: 10px;
    line-height: 22px;
}

.mydetails_block, .myemployers_block, .myorganiser_block{
  background-color: rgb( 255, 255, 255 );
  margin: 0px 20px 20px 20px;
  padding: 20px;

}

.mydetails_block p, .myemployers_block p, .myorganiser_block p{
  color: #6a6a6a;
  line-height: 1.1;
font-family: museo500, Helvetica, Arial, sans-serif;

}

.mydetails_block p span, .myemployers_block p span, .myorganiser_block p span{
font-family: museo700, Helvetica, Arial, sans-serif;
 font-weight: normal;

  }



  .member-details-title{
    background: url(../images/user-member.png) no-repeat left;
    height: 22px;
    margin: 20px;
  }

  .employer-details-title{
        background: url(../images/employer-member.png) no-repeat left;
         height: 22px;
    margin: 20px;

  }

  .organiser-details-title{
      background: url(../images/organiser-member.png) no-repeat left;
         height: 22px;
    margin: 20px;
  }
.member-navigate{
  background-color: #f6f4f4;
  margin: 0px;
  padding: 0px;

}

.member-navigate h2{
 background:  #014979;
  color: #ffffff !important;
  padding: 15px 20px;
  margin: 0px;
}

.member-navigate ul{
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  padding: 0px 20px;

}

.member-navigate ul li{
    border-bottom: 1px solid white;

}

.member-navigate ul li a{

  font-size: 16px;
font-family: museo700, Helvetica, Arial, sans-serif;
  color: rgb( 1, 73, 121 );
  line-height: 2.188;



}

.member-navigate ul li a:hover, .member-navigate ul li a:active{

  font-size: 16px;
font-family: museo700, Helvetica, Arial, sans-serif;
  color: rgb( 1, 73, 121 );
  line-height: 2.188;
  }
.page-taxonomy .node-teaser{
  margin: 0;
padding: 40px 0;
border-bottom: 1px solid #ccc;
}

.login-more, .login-more:hover, .login-more:active, .login-more:visited{
  color: white;
text-decoration: none;
font-family: oswald, Helvetica, Arial, sans-serif;
font-size: 14px;
text-transform: uppercase;
display: inline-block;
line-height: 3.1em;
padding: 0 15px;
margin: 0;
background: url("../images/lock.png") no-repeat 12px 10px #00BCDC;
padding-left: 40px !important;
}

.view-news a.views-more-link{
  font-size: 12px !important;
  font-weight: normal !important;
}
span.plus-icon{
  float: right;
}
span.minus-icon{
  float: right;
}
.plus-icon:after {
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f0fe";
  color: #fff;
  margin-left: 10px;
}
.minus-icon:after {
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f146";
  color: #fff;
  margin-left: 10px;
}
.logged-in.page-user .tabs-primary{
  display: none;
}
.logged-in.page-user-1 .tabs-primary{
  display: block;
}

.page-taxonomy-term .feed-icon{
  display: none;
}

.md-object .md-layer-2-0-0{
  font-family: oswald, Helvetica, Arial, sans-serif !important;
}

body.section-external-links table{
      width: 100%;
    border: 1px solid #CDC9C9;
    text-align: left;
padding: 0px;}

td, th{
  border-color: #CDC9C9 !important;
}

body.section-external-links td {
    padding: 10px 20px !important;
}

body.section-external-links table tr:first-child{
  background: #004a79;
  color: white;
}

body.section-external-links table tr:first-child  p{
  color: white !important;
}

.location-details{
  padding: 3ß0px 0px;
  border-bottom: 1px solid #CDC9C9;
  min-height: 170px;
  margin-bottom: 20px;
}

.site-contact-name{
  width: 48%;
  float: left;
  margin-right: 2%;

}

.site-contact-name span{
  font-family: museo500,Helvetica,Arial,sans-serif;
color: #004A79;
font-size: 15px;
line-height: 1.1em;
}

.site-contact-name p{
  margin: 0px;
  padding: 0px;
}

.site-contact-details{
  float: left;
  width: 40%;
}
.site-contact-details span, .site-contact-name span{
  display: block;
}

.location-details h3{
   color: #004a79 !important;
    font-family: oswald,Helvetica,Arial,sans-serif !important;
    font-size: 20px !important;
    font-weight: bold;
    text-transform: uppercase;
margin: 0px;}

.contact-phone:before{
content: "\f095 ";
font-family: 'FontAwesome';
font-size: 15px;
color: #00bcdc;
}

.contact-fax:before{
content: "\f1ac ";
font-family: 'FontAwesome';
font-size: 15px;
color: #00bcdc;
}

.contact-email:before{
content: "\f003 ";
font-family: 'FontAwesome';
font-size: 15px;
color: #00bcdc;
}
.contact-webssite:before{
content: "\f08e ";
font-family: 'FontAwesome';
font-size: 15px;
color: #00bcdc;
}



.contact-name{
  font-size: 18px;
  font-weight: bold;
}
.contact-address{
color: #6a6a6a !important;
margin: 10px 0px;
}
.contact-address:before{
  content: "\f041";
font-family: 'FontAwesome';
font-size: 15px;
color: #00bcdc;
}

.password-strength {
      background: #fafafa;
    float: none;
    margin-top: 1.4em;
    padding: 10px;
    width: 17em;
}

body.node-type-competition div.field-name-field-form h2{
  display: none;
}

body.node-type-page div.field-name-field-form h2 {
  display: none;
}


.tab-content > .tab-pane{
  padding: 10px;
}

.frequent-values-block{
  display: none;
}

@media all and (max-width: 480px) {
.frequent-values-block{
  display: block;
  width: 100%;
}

}

.not-front .field-name-body p:first-of-type a{
  color: #004a79;
font-size: 18px;
}

body.page-node-53 div.introduction{
  font-family: museo500,Helvetica,Arial,sans-serif;
color: #004a79;
font-size: 18px;
line-height: 1.3em;
width: 95%;
margin-bottom: 0px;
}

.competition-row .group-left{
  min-height: 150px;
}

.competition-row{
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

form#sdansw-member-password-change input, form#sdansw-member-password-change div.form-item div.password-suggestions{
  width: 320px !important;
}
div.password-confirm{
  width: auto;
}

div.store-product-list ul{
  padding-left: 0px;
  list-style-type: none;
  clear: both;
}


div.store-product-list ul li.store-product{
    display: inline-block;
    margin-bottom: 60px;
    margin-right: 10px;
    width: 303px;
}

div.store-product-list ul li.views-row-even{
     display: inline-block;
    margin-bottom: 60px;
    margin-right: 0px !important;
    width: 303px;
}


h2.product-title a{
font-family: oswald,Helvetica,Arial,sans-serif;
font-size: 18px;
  color: rgb( 0, 74, 121 );
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.222;
  text-align: center;
  display: inline-block;
  width: 100%;
}


li.store-product .views-field-commerce-price {
  font-size: 16px;
  font-family: museo500,Helvetica,Arial,sans-serif;
  color: rgb( 106, 106, 106 );
  text-transform: uppercase;
  line-height: 1.375;
  text-align: center;
  width: 100%;
  margin: 20px 0px 40px;
}

li.store-product .views-field-path{
  text-align: center;
}
li.store-product img{
  width: 100% !important;
}
.more-ticket-button{
  font-size: 15px;
  line-height: 1.375;
  font-family: oswald,Helvetica,Arial,sans-serif;
  padding: 10px 25px;
  text-transform: uppercase;
  text-align: center;
  background: white !important;
  color: #004a79;
  border: 1px solid #00bcdc !important;
}

h2.product-title{
  margin: 30px 0px;
}

/* Store Styles */


.commerce-product-title-label{
  display: none;
}

.commerce-product-title{
font-size: 21px;
  font-family: museo700,Helvetica,Arial,sans-serif;
  color: rgb( 0, 74, 121 );
}
.product-details .group-right h1{
  font-size: 21px !important;
  font-family: museo500,Helvetica,Arial,sans-serif !important;
  color: rgb( 0, 74, 121 ) !important;
  text-transform: none !important;
}



body.node-type-product-display div.field-label{
  display: none;
}

.product-details{
  margin-bottom: : 50px;
}

.product-details .group-left{
  min-height: 210px;
}

.product-details .group-right .form-item input[type=text]{
  width: 40px;
}

.form-item-quantity label{
  display: block;
}


body.node-type-product-display .field-name-body p {
    color: rgb( 106, 106, 106 ) !important;
    font-family: museo500,Helvetica,Arial,sans-serif !important;
    font-size: 15px !important;

}



.field-type-commerce-price{
  font-size: 21px;
     font-family: museo500,Helvetica,Arial,sans-serif;
  color: rgb( 18, 183, 224 );
  text-transform: uppercase;
  line-height: 1.048;
  text-align: left;

}

.ticket-information {
  font-size: 18px;
     font-family: museo700,Helvetica,Arial,sans-serif;
  color: rgb( 106, 106, 106 );
  line-height: 1;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb( 205, 201, 201 );
}

#block-commerce-cart-cart{
  background: #f7f7f7;
}

#block-commerce-cart-cart h2{
  background: url(../images/shopping-cart-icon.png) right no-repeat #b7b7b7;
  font-size: 18px;
  font-family: museo500,Helvetica,Arial,sans-serif;
  color: rgb( 106, 106, 106 ) !important;
  padding: 5px 10px !important;
  width: 100%;
  font-weight: normal;
}


#block-commerce-cart-cart table{
  border: 0px solid #cdc9c9 !important;
    text-align: left !important;
    width: 100% !important;
    padding: 5px 10px !important;
}




#block-commerce-cart-cart table tr.even, #block-commerce-cart-cart table tr.odd{

background-color: #f7f7f7 !important;
padding: 1em 0.6em;
font-size: 16px !important;
  font-family: museo500,Helvetica,Arial,sans-serif;
  color: rgb( 106, 106, 106 ) !important;
  text-align: left;
  border-bottom: 1px solid rgb( 106, 106, 106 );
}

#block-commerce-cart-cart table tr.even {
  background-color: #f7f7f7 !important;
padding: 0.1em 0.6em;
font-size: 16px !important;
  font-family: museo500,Helvetica,Arial,sans-serif;
  color: rgb( 106, 106, 106 ) !important;
  text-align: left;
}

#block-commerce-cart-cart table td {
    padding: 4px 0px !important;
}

#block-commerce-cart-cart table a,#block-commerce-cart-cart table a:hover{
  color: rgb( 106, 106, 106 ) !important;
  text-decoration: none !important;
}

#block-commerce-cart-cart .view-footer ul li.line-item-summary-view-cart a, #block-commerce-cart-cart .view-footer ul li.line-item-summary-view-cart a:hover, #block-commerce-cart-cart .view-footer ul li.line-item-summary-view-cart a:active{
background-color: transparent;
    border: 0px solid #ff144f;
    color: rgb( 145, 145, 145 );
    font-family: oswald,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px 0px;
    text-decoration: underline;
    text-transform: uppercase;
    float: right;

}

#block-commerce-cart-cart .view-footer ul li.line-item-summary-checkout a, #block-commerce-cart-cart .view-footer ul li.line-item-summary-checkout a:hover, #block-commerce-cart-cart .view-footer ul li.line-item-summary-checkout a:active{
background-color: #00bbdc;
    border: 0px solid #ff144f;
    color: #fff;
    font-family: oswald,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    text-decoration: underline;
    text-transform: uppercase;
    float: left;

}



#block-commerce-cart-cart .view-footer{
  margin-top: 10px;
}

.line-item-total{
  margin-bottom: 20px !important;
}

.cart-contents{
  padding: 10px;
}


/* Status Messages */

.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlE…wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid #be7;
}


.messages-error{
  border: 1px solid #eee !important;
    color: rgb(106, 106, 106) !important;
    background: url(../images/warning.png) 8px 8px no-repeat #ffffff !important;

}

.messages--status{
    background-color: #fff;
  border: 1px solid #eee !important;
    color: rgb(106, 106, 106) !important;
    background: url(../images/tick.png) 8px 8px no-repeat #ffffff !important;
}


body.not-front .field-name-body ul li a{
  text-decoration: underline;
}

div.field-name-field-info-sheets div.field-items div.field-item{
  margin-bottom: 10px;
}

body.page-checkout- .field-type-commerce-price {
    color: rgb(18, 183, 224);
    font-family: museo700,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.048;
    text-align: left;
    text-transform: none;
}

body.page-checkout- table td{
  text-align: left !important;
}

.filler-block{
  width: 100%;
  height: 287px;
  text-align: center;
  background-size: cover;
  padding-top: 23%;
}

.filler-block h2{
  color: #ffffff !important;
    font-family: oswald,Helvetica,Arial,sans-serif !important;
    font-size: 30px !important;
    font-weight: bold !important;
    line-height: 1.222 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.filler-block .separator-line{
  width: 100%;
  height: 20px;
  background: url(../images/line.png) no-repeat center;
  margin: 20px 0px 35px;
}

.filler-block a{
  background: none repeat scroll 0 0 #ff144f;
    font-size: 1.125em;
    left: 35%;
    padding: 10px 38px;
    color: #fff;
    font-family: oswald,Helvetica,Arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.filler-block a:hover{
  background: none repeat scroll 0 0 #dc1446;
}

.introduction{
  font-size: 18px !important;
font-family: museo500,Helvetica,Arial,sans-serif !important;
color: #004A79 !important;
text-transform: none !important;
}

body.section-contact-us #main{
  background-color: #213035 !important;
  color: white !important;
  padding-top: 50px;

}

.contact-div{
  background-color: #213035 !important;
}

.contact-title{
  font-size: 23px !important;
  font-family: "oswald" !important;
  color: rgb( 0, 187, 223 ) !important;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.957;

}

#webform-client-form-26 input[type=text], #webform-client-form-26 input[type=email], #webform-client-form-26 textarea{
  background-color: rgb( 41, 57, 62 );
  width: 553px;
  height: 35px;
  border-color: rgb( 41, 57, 62 );
}

#webform-client-form-26 textarea{
  height: 200px;
}

#webform-client-form-26 select{
  color: #ffffff;
  background-color: rgb( 41, 57, 62 );
  border-color: rgb( 41, 57, 62 );
}

#block-block-2 h3, #block-locationmap-image h2{
   font-size: 18px !important;
  font-family: "museo500" !important;
  color: rgb( 0, 188, 220 ) !important;
  margin: 20px 0 0 0 !important;
}

#block-block-2 p, body.section-contact-us .field-name-body {
  font-size: 15px;
  font-family: "museo300";
  color: rgb( 255, 255, 255 );
  line-height: 1.2;

}

/* Benefits Page Styles */

.section-benefits .ui-corner-all, .section-benefits .ui-corner-bottom, .section-benefits .ui-corner-right, .section-benefits .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.section-benefits .ui-corner-all, .section-benefits .ui-corner-bottom, .section-benefits .ui-corner-left, .section-benefits .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.section-benefits .ui-corner-all, .section-benefits .ui-corner-top, .section-benefits .ui-corner-right, .section-benefits .ui-corner-tr {
    border-top-right-radius: 0px;
}
.section-benefits .ui-corner-all, .section-benefits .ui-corner-top, .section-benefits .ui-corner-left, .section-benefits .ui-corner-tl {
    border-top-left-radius: 0px;
}
.section-benefits .ui-state-default, .section-benefits .ui-widget-content .ui-state-default, .section-benefits .ui-widget-header .ui-state-default {
    background-image: none;
    background-color: #dcdada;
    border: 0px solid #dcdada;
   font-size: 20px !important;
  font-family: "museo300" !important;
  color: rgb( 106, 106, 106 ) !important;
    height: 50px;
}


.ui-widget-content a {
  font-size: 18px;
  font-family: "Museo300";
  color: rgb( 106, 106, 106 );
  line-height: 1.444;
  text-decoration: none;

}

.ui-widget-content .views-row{
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}


.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: inherit !important;
    right: 0.5em !important;


}

.ui-state-default a:before{
width: 60px;
height: 50px;
background: red;
}

.ui-state-default .ui-icon {
    background-image: url("../images/plus-default.png");
    background-position: inherit !important;
}
.ui-state-active .ui-icon {
    background-image: url("../images/plus-active.png");
    background-position: inherit !important;
}

.ui-widget-content {
    background-image: none;
    border: 1px solid #efeeee;
    background-color: #efeeee;
    color: #222;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 60px;
}

h3#ui-accordion-1-header-0{
  background-image: url(../images/benefits/leisure-icon.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
h3#ui-accordion-1-header-1{
  background-image: url(../images/benefits/motoring-icon.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

h3#ui-accordion-1-header-2{
  background-image: url(../images/benefits/education-icon.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

h3#ui-accordion-1-header-3{
  background-image: url(../images/benefits/health-icon.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

h3#ui-accordion-1-header-4{
  background-image: url(../images/benefits/publications-icon.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

h3#ui-accordion-1-header-5{
  background-image: url(../images/benefits/legal-icon.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

h3#ui-accordion-1-header-6{
  background-image: url(../images/benefits/workplace-icon.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
.view-benefit-categories ul{
  padding: 0 !important;
}

.view-benefit-categories {
  background-color: #eae6e5;
    padding: 20px;
}
.view-benefit-categories ul ul li{
  list-style-type: none !important;
  border-bottom: 1px solid #FFF;
}

.view-benefit-categories li a{
  color: #004a79;
    font-family: museo500,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
    height: 30px;
}

.view-benefit-categories ul li{
  padding-bottom: 10px !important;

}

.view-benefit-categories > div.view-content > div.item-list > ul > li.first > a, .view-benefit-categories > div.view-content > div.item-list > ul > li.last > a{
  display: none;
}

body.page-node-1 #main p:last-child{
  margin-top: 25px !important;
}

p > span.introduction{
margin-bottom: 25px;
}

#block-views-competitions-block-block{
  margin-top: 25px;
}

.competition-name h2 a{
  color: #004A79;
  text-decoration: none;
}

.field-name-field-tm-designation, .field-name-post-date, .competition-close-date {
    font-family: museo500,Helvetica,Arial,sans-serif;
    font-size: 13px;
}

.executive-officers-block h2{
  margin-bottom: 20px !important;
}




/* Special Block Styles - 9/07/2015 */

#block-randomblocks-industry-news-home-page, #block-randomblocks-industry-news-home-page-public{
  color: white;
  background-color: #2b4793;
  /*background: url(/sites/all/themes/custom/sdavic/images/news-special-bg.png) center no-repeat #2b4793;*/

}




#block-randomblocks-industry-news-home-page a, #block-randomblocks-industry-news-home-page-public a{
  color: white;
}

#block-randomblocks-industry-news-home-page .view-display-id-block_5 .views-row, #block-randomblocks-industry-news-home-page-public .view-display-id-block_5 .views-row{
  border-bottom: 1px solid #f5f5f5;
}

#block-randomblocks-industry-news-home-page .views-row, #block-randomblocks-industry-news-home-page-public .views-row{
  color: #999999;
  line-height: 1.2;

}

.view-commerce-cart-block .line-item-summary-checkout{
  display: none;
}
.form-item-commerce-payment-payment-method{
  margin-bottom: 10px !important;
}
#edit-commerce-payment-payment-method label.option{
  display: inline !important;
}
label.option[for="edit-commerce-payment-payment-method-paypal-wpscommerce-payment-paypal-wps"]{
  display: inline !important;
}
label.option[for="edit-commerce-payment-payment-method-commerce-payment-ewaycommerce-payment-commerce-payment-eway"]{
  display: inline !important;
}
.commerce-paypal-icon{
  top: 0 !important;
}
.webform-client-form .form-actions{
  margin-top: 10px;
}
label[for="edit-submitted-i-agree-1"]{
  display: inline !important;
}

/* FACEBOOK FEED BLOCK AND FEED FULL PAGE STYLES */


.tb_facebook_feed {
  overflow:hidden;
  background-color: #ff144f;
  padding: 10px 13px 10px 15px;
  margin: 0 auto;
}
.tb_facebook_feed.news .views-row .views-field-created {
  font-size: .8em;
  font-weight:bold;
  color:#4d4d4d;
  text-align: left;
  margin-top: 10px;
}
.tb_facebook_feed.news .views-row .created span {
  font-size: .8em;
}
.tb_facebook_feed.news .social-meta .field-content {
  display: inline;
}
.tb_facebook_feed.news .post_title {
  width: 52%;
  display: inline-block;
  margin-bottom:10px;
}
.tb_facebook_feed.news .created {
  display: block;
  font-size: .8em;
}
.tb_facebook_feed.news .views-row .header_container {
  padding-bottom: 10px;
}
.tb_facebook_feed.news .views-row .content_container {
  padding-bottom: 10px;
}
.tb_facebook_feed.news .views-row .content_container p {
  font-size:.9em;
  margin-bottom:0;
  line-height: 18px;
}
.tb_facebook_feed.news .views-row  a {
  font-size:1em;
  margin-bottom:0;
  line-height: 18px;
  color:#0a191e;
}
.tb_facebook_feed.news .views-row .header_container .social-meta {
  font-size: 0.8em;
}
.tb_facebook_feed .view .view-content::-webkit-scrollbar { width: 3px; height: 3px;}
.tb_facebook_feed .view .view-content::-webkit-scrollbar-button {  background-color: #666; }
.tb_facebook_feed .view .view-content::-webkit-scrollbar-track {  background-color: #999;}
.tb_facebook_feed .view .view-content::-webkit-scrollbar-track-piece { background-color: #ff144f;}
.tb_facebook_feed .view .view-content::-webkit-scrollbar-thumb { height: 50px; background-color: #0a191e; border-radius: 3px;}
.tb_facebook_feed .view .view-content::-webkit-scrollbar-corner { background-color: #999;}
.tb_facebook_feed .view .view-content::-webkit-resizer { background-color: #666;}
.tb_facebook_feed .view .view-content {
  overflow-y: scroll;
  height: 296px;
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
}


.view-facebook-feed.view-id-facebook_feed .views-row  {
  float:none;
  background: #ffffff;
  width: 100%;
  padding: 20px;
  margin-bottom:15px;
  overflow: auto;
}
.tb_facebook_feed h2 {
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
  color:white;
}
.tb_facebook_feed .views-row {
  padding: 15px 0;

}
.tb_facebook_feed .views-row:last-child {
  margin-bottom: 0
}
.tb_facebook_feed .views-row a.colorbox {
  text-align: left;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;

}
.tb_facebook_feed .views-row a.colorbox img {
  border:1px solid #ffffff;
  box-shadow: 0 0 0 1px #ccc;
}
.tb_facebook_feed .views-row small {
  display: none;
}
.tb_facebook_feed .views-row p {
  display: block;
  clear: both;
}

#content .block.tb_facebook_feed {
  /*padding: 0;
  margin: 0;*/
}


/*
scrollbar-base-color: #C0C0C0;
scrollbar-base-color: #C0C0C0;
scrollbar-3dlight-color: #C0C0C0;
scrollbar-highlight-color: #C0C0C0;
scrollbar-track-color: #EBEBEB;
scrollbar-arrow-color: black;
scrollbar-shadow-color: #C0C0C0;
scrollbar-dark-shadow-color: #C0C0C0;
::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}
*/

/* Homepage Blocks - Globak Settings */
@media all and (min-width: 960px) {
  #content .block.tb_facebook_feed {
    width: 310px;
    height: 389px;
    float:  left;
  }
}
@media all and (min-width: 768px) {
  #content .block.tb_facebook_feed {

  }
}
@media all and (min-width: 600px) {
  #content .block.tb_facebook_feed {

  }
}
@media all and (max-width: 480px) {
  #content .block.tb_facebook_feed {

  }
}
.view-display-id-block_2 .views-row {
  padding: 30px 0 0;
  margin: 0;
  background: none;
  overflow: auto;
}
.view-display-id-block_2 .views-row .img_cont {
  float: left;
  max-width: 150px;
  margin-right:20px;
  margin-bottom: 0px;
}
.view-display-id-block_2 .views-row .post_cont {
  float: left;
  width: 60%;
  margin-bottom: 0px;
}
.view-display-id-block_2 .views-row .post_cont a {
  font-size: .9em;
}
.view-display-id-block_2 .views-row .header_container > div {
  margin-bottom: 10px;
}
.view-display-id-block_2 .views-row .header_container .post_title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3em;
}
.view-display-id-block_2 .views-row .post_cont .content_container {
  margin-bottom: 10px;
  font-size: .9em;
  line-height: 1.4em;
}
.view-display-id-block_2 .views-row .post_cont .header_container .social-meta {
  margin-bottom: 0;
  font-size: .8em;
  margin-bottom:2px;
}
.view-display-id-block_2 .views-row .post_cont .header_container .created {
  font-size: .9em;
}
.not-front .view-facebook-feed.view-id-facebook_feed .view-content {
  /*margin: 30px 30px;*/
  padding: 30px 30px 10px;
  background-color: #f5f5f5;
  display: inline-block;
  margin-bottom: 30px;
}
.view-facebook-feed.view-id-facebook_feed .introduction {
  margin-bottom: 10px;
}
/*

.view-display-id-block_2 .views-row article {
  padding: 30px;
  background: white;
  text-align: left;
}
.view-display-id-block_2 .views-row article header {
  display: inline-block;
  max-width: 65%;
}
.view-display-id-block_2 .article header h2 {
  margin-bottom: 20px;
}
.not-front .view-facebook-feed .views-row article header p {
  font-size:.9em;
}
.not-front .view-facebook-feed.view-id-facebook_feed .view-content .views-row article .field-name-field-image  {
  float: left;
  margin-right: 30px;
  max-width: 29%;
}
.not-front .view-facebook-feed.view-id-facebook_feed .view-content .views-row article .field-name-field-image img {
  border:1px solid #ffffff;
  box-shadow: 0 0 0 1px #eee;
  min-width: 100px;
}
.not-front .view-facebook-feed.view-id-facebook_feed .view-content .views-row article .field-name-body p {
  margin-bottom: 20px;
}
body.node-type-tb-social-feed {

}*/

@media all and (max-width: 768px) {
  .view-display-id-block_2 .views-row .img_cont {
    float: none;
    max-width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }

  .view-display-id-block_2 .views-row .post_cont {
    float: none;
    width: 100%;
    text-align: center;
  }

  body > #main #content .content-header{
    min-height: auto;
    max-height: auto;
  }


/*  .not-front .view-facebook-feed.view-id-facebook_feed .view-content {
    margin: 20px 0px;
    padding: 0 20px 20px;
  }
  .not-front .view-facebook-feed.view-id-facebook_feed .view-content .views-row {
    padding: 20px 0 0;
  }
  .not-front .view-facebook-feed.view-id-facebook_feed .view-content .views-row article {
    text-align: center;
  }
  .not-front .view-facebook-feed.view-id-facebook_feed .view-content .views-row article header {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .not-front #main .view-facebook-feed.view-id-facebook_feed .view-content .views-row article header h2 {
    margin-bottom: 10px;
  }
  .not-front .view-facebook-feed.view-id-facebook_feed .view-content .views-row article .field-name-field-image {
    float:none;
    display: block;
    width:100%;
  }
  .not-front .view-facebook-feed.view-id-facebook_feed .view-content .views-row article .field-name-field-image  {
    max-width:100%;
  }
  .not-front .view-facebook-feed.view-id-facebook_feed .view-content .views-row article .field-name-field-image a {
    text-align: center;
  }*/
}

li.store-product img.lazyloader-icon{
  max-width: 32px;
  max-height: 32px;
  margin: 0 auto;
}


