@font-face {
  font-family: Museo;
  src: url("../fonts/museo_slab/museoslab_300_macroman/Museo_Slab_300-webfont.eot");
  src: url("../fonts/museo_slab/museoslab_300_macroman/Museo_Slab_300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab/museoslab_300_macroman/Museo_Slab_300-webfont.woff") format("woff"), url("../fonts/museo_slab/museoslab_300_macroman/Museo_Slab_300-webfont.ttf") format("truetype"), url("../fonts/museo_slab/museoslab_300_macroman/Museo_Slab_300-webfont.svg#webfont") format("svg");
}
@font-face {
  font-family: Museo;
  font-weight: 500;
  src: url("../fonts/museo_slab/museoslab_500_macroman/Museo_Slab_500_2-webfont.eot");
  src: url("../fonts/museo_slab/museoslab_500_macroman/Museo_Slab_500_2-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab/museoslab_500_macroman/Museo_Slab_500_2-webfont.woff") format("woff"), url("../fonts/museo_slab/museoslab_500_macroman/Museo_Slab_500_2-webfont.ttf") format("truetype"), url("../fonts/museo_slab/museoslab_500_macroman/Museo_Slab_500_2-webfont.svg#webfont") format("svg");
}
@font-face {
  font-family: Museo;
  font-weight: 700;
  src: url("../fonts/museo_slab/museoslab_700_macroman/Museo_Slab_700-webfont.eot");
  src: url("../fonts/museo_slab/museoslab_700_macroman/Museo_Slab_700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab/museoslab_700_macroman/Museo_Slab_700-webfont.woff") format("woff"), url("../fonts/museo_slab/museoslab_700_macroman/Museo_Slab_700-webfont.ttf") format("truetype"), url("../fonts/museo_slab/museoslab_700_macroman/Museo_Slab_700-webfont.svg#webfont") format("svg");
}
@font-face {
  font-family: Museo;
  font-style: italic;
  src: url("../fonts/museo_slab/museoslab_300italic_macroman/Museo_Slab_300italic-webfont.eot");
  src: url("../fonts/museo_slab/museoslab_300italic_macroman/Museo_Slab_300italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab/museoslab_300italic_macroman/Museo_Slab_300italic-webfont.woff") format("woff"), url("../fonts/museo_slab/museoslab_300italic_macroman/Museo_Slab_300italic-webfont.ttf") format("truetype"), url("../fonts/museo_slab/museoslab_300italic_macroman/Museo_Slab_300italic-webfont.svg#webfont") format("svg");
}
@font-face {
  font-family: Museo;
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/museo_slab/museoslab_500italic_macroman/Museo_Slab_500italic-webfont.eot");
  src: url("../fonts/museo_slab/museoslab_500italic_macroman/Museo_Slab_500italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab/museoslab_500italic_macroman/Museo_Slab_500italic-webfont.woff") format("woff"), url("../fonts/museo_slab/museoslab_500italic_macroman/Museo_Slab_500italic-webfont.ttf") format("truetype"), url("../fonts/museo_slab/museoslab_500italic_macroman/Museo_Slab_500italic-webfont.svg#webfont") format("svg");
}
@font-face {
  font-family: Museo;
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/museo_slab/museoslab_700italic_macroman/Museo_Slab_700italic-webfont.eot");
  src: url("../fonts/museo_slab/museoslab_700italic_macroman/Museo_Slab_700italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo_slab/museoslab_700italic_macroman/Museo_Slab_700italic-webfont.woff") format("woff"), url("../fonts/museo_slab/museoslab_700italic_macroman/Museo_Slab_700italic-webfont.ttf") format("truetype"), url("../fonts/museo_slab/museoslab_700italic_macroman/Museo_Slab_700italic-webfont.svg#webfont") format("svg");
}
/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * To FORCE PRINT all selectors you can search and replace a single { (opening
 * curly brace) and insert an empty comment. This is very useful in conjuction
 * with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
/* line 41, ../sass/global.styles.scss */
html {
  background: #fff;
  height: 100%;
}

/* line 46, ../sass/global.styles.scss */
body {
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  height: 100%;
}

/* line 52, ../sass/global.styles.scss */
.invisible {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
/* line 65, ../sass/global.styles.scss */
h1 {
  color: #17323c;
  font-size: 2.4em;
  font-weight: 500;
}

/* line 72, ../sass/global.styles.scss */
h2 {
  color: #17323c;
  font-size: 1.75em;
  font-weight: 500;
}
/* line 76, ../sass/global.styles.scss */
h2.imageExists {
  color: #17323c;
  font-size: 1.75em;
  font-weight: 500;
}

/* line 84, ../sass/global.styles.scss */
h3 {
  color: #17323c;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

/* line 92, ../sass/global.styles.scss */
h4 {
  color: #17323c;
  font-size: 0.9em;
  font-weight: 500;
}

/* line 99, ../sass/global.styles.scss */
h5 {
  color: #6c6d6e;
}

/* line 104, ../sass/global.styles.scss */
h6 {
  color: #6c6d6e;
}

/* line 109, ../sass/global.styles.scss */
p {
  font-size: 1em;
  color: black;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

/* line 158, ../sass/global.styles.scss */
li {
  font-size: 0.978em;
}

/* line 180, ../sass/global.styles.scss */
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
/* line 224, ../sass/global.styles.scss */
.content-inner {
  padding-left: 10px;
}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
/* line 231, ../sass/global.styles.scss */
.front #main-content {
  margin-bottom: -1.5em;
  margin-top: -2em;
}
/* line 234, ../sass/global.styles.scss */
.front #main-content header h1 {
  display: none;
}

/* line 239, ../sass/global.styles.scss */
#main-content #main-content-header {
  margin-top: 5px;
}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
/*
 * Footer wrapper
 */
/* line 252, ../sass/global.styles.scss */
#footer {
  padding-top: 12px;
}
/* line 254, ../sass/global.styles.scss */
#footer .block-menu-block {
  width: 33.33%;
}
/* line 257, ../sass/global.styles.scss */
#footer .container {
  margin-left: auto;
  margin-right: auto;
}
/* line 261, ../sass/global.styles.scss */
#footer #navigation {
  background-color: #efede4;
}
/* line 264, ../sass/global.styles.scss */
#footer #gov-logo-text {
  background-color: #6c6e6c;
}
/* line 267, ../sass/global.styles.scss */
#footer #mobile-footer {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
/* line 280, ../sass/global.styles.scss */
.panel-top-area-wrapper {
  background-color: #efede4;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 290, ../sass/global.styles.scss */
.panel-center-area-wrapper {
  height: 100%;
  width: 100%;
  background-color: #6cbdb6;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 299, ../sass/global.styles.scss */
.panel-bottom-area-wrapper {
  background-color: white;
}

/* line 303, ../sass/global.styles.scss */
.panel-panel,
.center-wrapper {
  max-width: 960px !important;
  margin-right: auto;
  margin-left: auto;
}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
/*
 * Wraps the leaderboard
 */
/*
 * Wraps the header
 */
/* line 337, ../sass/global.styles.scss */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}

/*
 * Wraps the nav elements
 */
/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
/*
 * Wraps the tertiary content/postfix region
 */
/*
 * Footer wrapper
 */
/* line 394, ../sass/global.styles.scss */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
/*
 * Logo
 */
/* line 415, ../sass/global.styles.scss */
#logo {
  padding: 0;
  margin: 0;
  position: absolute;
}
/* line 419, ../sass/global.styles.scss */
#logo img {
  vertical-align: bottom;
  width: 141px;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
/*
 * Site name (h1)
 */
/* line 435, ../sass/global.styles.scss */
#site-name {
  margin: 0;
}
/* line 440, ../sass/global.styles.scss */
#site-name a:link, #site-name a:visited {
  text-decoration: none;
}
/* line 445, ../sass/global.styles.scss */
#site-name a:hover, #site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
/* line 456, ../sass/global.styles.scss */
#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
/* line 474, ../sass/global.styles.scss */
#page-title {
  margin: 21px 0 0;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
/* line 492, ../sass/global.styles.scss */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

/* line 499, ../sass/global.styles.scss */
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
/* line 515, ../sass/global.styles.scss */
ul.links {
  margin: 0;
  padding: 0;
}
/* line 519, ../sass/global.styles.scss */
ul.links.inline {
  display: block;
}
/* line 523, ../sass/global.styles.scss */
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
/* line 534, ../sass/global.styles.scss */
.search-results {
  margin: 0;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/* line 564, ../sass/global.styles.scss */
.region-header {
  height: 176px;
  width: 100%;
  clear: both;
}

/* line 570, ../sass/global.styles.scss */
.region-header .region-inner {
  height: 176px;
  width: 100%;
}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
/* line 635, ../sass/global.styles.scss */
a {
  color: #d46a4c;
  text-decoration: underline;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
}
/* line 647, ../sass/global.styles.scss */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 654, ../sass/global.styles.scss */
ul.links li.translation_fr,
ul.links li.translation_en {
  display: none;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
/* line 672, ../sass/global.styles.scss */
.nav {
  clear: both;
  margin: 10px 0;
}
/* line 676, ../sass/global.styles.scss */
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
/* line 682, ../sass/global.styles.scss */
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 691, ../sass/global.styles.scss */
.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
/* line 703, ../sass/global.styles.scss */
.nav .block {
  margin-bottom: 0;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */
/* line 713, ../sass/global.styles.scss */
ul.sf-menu {
  margin-bottom: 0;
}
/* line 716, ../sass/global.styles.scss */
ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}
/* line 729, ../sass/global.styles.scss */
ul.sf-menu li:hover, ul.sf-menu li.sfHover {
  outline: 0;
}
/* line 736, ../sass/global.styles.scss */
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
/* line 752, ../sass/global.styles.scss */
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 763, ../sass/global.styles.scss */
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
/* line 773, ../sass/global.styles.scss */
.sf-vertical {
  width: 100%;
}
/* line 776, ../sass/global.styles.scss */
.sf-vertical li {
  width: 100%;
}
/* line 781, ../sass/global.styles.scss */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
/* line 789, ../sass/global.styles.scss */
.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
/* line 799, ../sass/global.styles.scss */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
/* line 807, ../sass/global.styles.scss */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
/*
 * Custom CATSA Header Block
 */
/* line 819, ../sass/global.styles.scss */
#block-block-10, #block-block-11 {
  margin-top: 5px;
  float: right;
}
/* line 822, ../sass/global.styles.scss */
#block-block-10 .block-inner, #block-block-11 .block-inner {
  margin-right: 0;
}
/* line 825, ../sass/global.styles.scss */
#block-block-10 .block-content, #block-block-11 .block-content {
  width: 68px;
}
/* line 828, ../sass/global.styles.scss */
#block-block-10 p, #block-block-11 p {
  margin-top: 0.2em;
  margin-bottom: 1.3em;
}
/* line 832, ../sass/global.styles.scss */
#block-block-10 ul, #block-block-11 ul {
  margin: 0;
  padding: 0;
}
/* line 836, ../sass/global.styles.scss */
#block-block-10 li, #block-block-11 li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
/* line 842, ../sass/global.styles.scss */
#block-block-10 .social-media, #block-block-11 .social-media {
  width: 20px;
  height: 25px;
  overflow: hidden;
  display: table-cell;
  color: transparent;
  font-size: 0px;
  max-width: 20px;
}
/* line 851, ../sass/global.styles.scss */
#block-block-10 #social-media-youtube,
#block-block-10 #social-media-youtube-bottom, #block-block-11 #social-media-youtube,
#block-block-11 #social-media-youtube-bottom {
  background-image: url("../images/youtube-ie8.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
}
/* line 859, ../sass/global.styles.scss */
#block-block-10 #social-media-pinterest,
#block-block-10 #social-media-pinterest-bottom, #block-block-11 #social-media-pinterest,
#block-block-11 #social-media-pinterest-bottom {
  background-image: url("../images/pintrest-ie8.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
}
/* line 867, ../sass/global.styles.scss */
#block-block-10 #social-media-twitter,
#block-block-10 #social-media-twitter-bottom, #block-block-11 #social-media-twitter,
#block-block-11 #social-media-twitter-bottom {
  background-image: url("../images/twitter-ie8.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  float: left;
}

/* line 879, ../sass/global.styles.scss */
#block-locale-language-content {
  margin-top: 9px;
  float: right;
}
/* line 882, ../sass/global.styles.scss */
#block-locale-language-content .block-inner {
  margin-right: 3px;
}
/* line 885, ../sass/global.styles.scss */
#block-locale-language-content a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  text-decoration: none;
  color: #17323c;
}

/* line 893, ../sass/global.styles.scss */
ul.language-switcher-locale-url {
  font-size: .8em;
  list-style: none;
  margin-right: -11px;
  margin-top: -5px;
  margin-bottom: 0px;
}
/* line 899, ../sass/global.styles.scss */
ul.language-switcher-locale-url li {
  list-style: none;
  display: inline-block;
  padding: 0.75em 1em 0;
}
/* line 903, ../sass/global.styles.scss */
ul.language-switcher-locale-url li.active {
  display: none;
}

/* line 909, ../sass/global.styles.scss */
#block-text-resize-0 {
  float: right;
  margin-left: 87%;
  width: 65px;
  margin-top: -57px;
  margin-right: 39px;
  padding-top: 0;
}
/* line 916, ../sass/global.styles.scss */
#block-text-resize-0 .block-inner {
  margin-left: 3px;
  padding: 5px;
}
/* line 920, ../sass/global.styles.scss */
#block-text-resize-0 #text_resize_increase {
  background: url("../images/text_big.gif") 0 0 no-repeat;
  width: 22px;
  height: 22px;
  float: right;
  margin: 12px 0 0 3px;
}
/* line 927, ../sass/global.styles.scss */
#block-text-resize-0 #text_resize_decrease {
  background: url("../images/text_small.gif") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 18px 0 0;
}

/* line 936, ../sass/global.styles.scss */
#block-search-form {
  float: right;
  clear: right;
  margin-left: 1.69492%;
  min-width: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 943, ../sass/global.styles.scss */
#block-search-form .block-inner {
  margin-right: 5px;
}
/* line 945, ../sass/global.styles.scss */
#block-search-form .block-inner .form-actions.form-wrapper,
#block-search-form .block-inner .form-item.form-type-textfield {
  float: left;
  margin: 0px;
}
/* line 949, ../sass/global.styles.scss */
#block-search-form .block-inner .form-actions.form-wrapper input,
#block-search-form .block-inner .form-item.form-type-textfield input {
  vertical-align: top;
  height: 24px;
}
/* line 954, ../sass/global.styles.scss */
#block-search-form .block-inner .form-actions.form-wrapper {
  margin-left: -5px;
}

/* line 959, ../sass/global.styles.scss */
#search-block-form .form-actions.form-wrapper,
#search-block-form .form-item.form-type-textfield {
  display: inline-block;
}
/* line 962, ../sass/global.styles.scss */
#search-block-form .form-actions.form-wrapper input,
#search-block-form .form-item.form-type-textfield input {
  vertical-align: top;
  height: 24px;
}
/* line 967, ../sass/global.styles.scss */
#search-block-form .form-actions.form-wrapper {
  margin-left: -5px;
}

/*
 * Custom CATSA Main Menu
 */
/* line 973, ../sass/global.styles.scss */
#block-menu-block-1 {
  width: 100%;
  float: left;
  position: relative;
  display: block;
}
/* line 978, ../sass/global.styles.scss */
#block-menu-block-1.text-increase {
  margin-bottom: 20px;
}
/* line 981, ../sass/global.styles.scss */
#block-menu-block-1 .block-inner {
  margin: 0;
  height: 100%;
}
/* line 985, ../sass/global.styles.scss */
#block-menu-block-1 ul {
  text-align: right;
  margin: 0px;
  padding: 0px;
  vertical-align: right;
}
/* line 990, ../sass/global.styles.scss */
#block-menu-block-1 ul li {
  list-style: none;
  line-height: 3.8em;
  height: 3.9em;
  display: inline-block;
  padding: 0 0 0 1em;
}
/* line 996, ../sass/global.styles.scss */
#block-menu-block-1 ul li a {
  text-decoration: none;
  display: inline-block;
  height: 100%;
  color: #6c6e6c;
  font-weight: 500;
  padding: 0 0 0 1em;
  font-size: 1.316em;
}
/* line 1004, ../sass/global.styles.scss */
#block-menu-block-1 ul li a.active {
  color: #d46a4c;
  padding: 0 0 0 1em;
  font-size: 1.316em;
  font-weight: 500;
}

/*
 * Custom CATSA left sidebar block
 */
/* line 1018, ../sass/global.styles.scss */
.region-sidebar-first .block-menu-block {
  margin-top: 19px;
  background: #efede4;
}
/* line 1021, ../sass/global.styles.scss */
.region-sidebar-first .block-menu-block .block-inner {
  width: 100%;
  margin: 0;
  font-size: 1.5em;
}
/* line 1025, ../sass/global.styles.scss */
.region-sidebar-first .block-menu-block .block-inner h2 {
  color: #17323c;
  font-size: 1em;
  padding: 5px 5px 5px 10px;
}
/* line 1030, ../sass/global.styles.scss */
.region-sidebar-first .block-menu-block .block-inner ul.menu {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 1034, ../sass/global.styles.scss */
.region-sidebar-first .block-menu-block .block-inner ul.menu li {
  font-size: 0.83em;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
/* line 131, ../sass/_custom.scss */
.region-sidebar-first .block-menu-block .block-inner ul.menu li a {
  display: block;
  padding: 7px 10px;
  width: 93%;
  color: #17323c;
  line-height: 1.5em;
  text-decoration: none;
}
/* line 140, ../sass/_custom.scss */
.region-sidebar-first .block-menu-block .block-inner ul.menu li.active a.active {
  background-color: #17323c !important;
  color: #efede4;
}
/* line 144, ../sass/_custom.scss */
.region-sidebar-first .block-menu-block .block-inner ul.menu li.active li {
  background: #efede4;
}
/* line 148, ../sass/_custom.scss */
.region-sidebar-first .block-menu-block .block-inner ul.menu li a:focus {
  background-color: #17323c !important;
  color: #efede4;
}

/* line 1043, ../sass/global.styles.scss */
#block-menu-block-5,
#block-menu-block-9,
#block-menu-block-4,
#block-menu-block-11,
#block-menu-block-13,
#block-menu-block-10,
#block-menu-block-7,
#block-menu-block-8,
#block-menu-block-3,
#block-menu-block-14,
#block-menu-block-12,
#block-menu-block-6 {
  min-height: 18em;
}

/* line 1059, ../sass/global.styles.scss */
#block-menu-block-17 {
  background: #efede4;
}
/* line 1061, ../sass/global.styles.scss */
#block-menu-block-17 .block-inner {
  width: 100%;
  margin: 0;
  font-size: 0.85em;
}
/* line 1065, ../sass/global.styles.scss */
#block-menu-block-17 .block-inner ul.menu {
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #17323c;
  border-bottom: 1px solid #17323c;
}
/* line 1071, ../sass/global.styles.scss */
#block-menu-block-17 .block-inner ul.menu li {
  font-size: 0.85em;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
/* line 1076, ../sass/global.styles.scss */
#block-menu-block-17 .block-inner ul.menu li a {
  display: block;
  padding: 5px 10px;
  width: 93%;
  color: #17323c;
  line-height: 2em;
  text-decoration: none;
}
/* line 1085, ../sass/global.styles.scss */
#block-menu-block-17 .block-inner ul.menu li.active a.active {
  color: white !important;
  background-color: #17323c !important;
  border-top: 2px solid #17323c;
  border-bottom: 2px solid #17323c !important;
}
/* line 1092, ../sass/global.styles.scss */
#block-menu-block-17 .block-inner ul.menu li.has-children a, #block-menu-block-17 .block-inner ul.menu li.leaf a {
  font-weight: normal;
}
/* line 1097, ../sass/global.styles.scss */
#block-menu-block-17 .block-inner ul.menu ul li {
  background-color: #d6d4cb;
}
/* line 1100, ../sass/global.styles.scss */
#block-menu-block-17 .block-inner ul.menu ul ul li {
  background-color: #e2e2e2;
}
/* line 1103, ../sass/global.styles.scss */
#block-menu-block-17 .block-inner ul.menu ul ul ul li {
  background-color: #EDEAEA;
}

/**
 * Custom CATSA left sidebar block 2
 */
/* line 1114, ../sass/global.styles.scss */
#block-block-29,
#block-block-30 {
  margin-top: 15px;
}

/* line 1119, ../sass/global.styles.scss */
#block-menu-block-15,
#block-menu-block-16 {
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: url("../images/ContactBoxEng.png") transparent bottom center no-repeat;
  background-size: 200px;
  width: 200px;
  height: 118px;
}
/* line 1128, ../sass/global.styles.scss */
#block-menu-block-15 li.menu-depth-2,
#block-menu-block-16 li.menu-depth-2 {
  display: none;
}
/* line 1131, ../sass/global.styles.scss */
#block-menu-block-15 .menu-item-1142,
#block-menu-block-15 .menu-item-1143,
#block-menu-block-15 .menu-item-1176,
#block-menu-block-15 .menu-item-1177,
#block-menu-block-16 .menu-item-1142,
#block-menu-block-16 .menu-item-1143,
#block-menu-block-16 .menu-item-1176,
#block-menu-block-16 .menu-item-1177 {
  display: block !important;
}
/* line 1136, ../sass/global.styles.scss */
#block-menu-block-15 .menu-item-1142 a,
#block-menu-block-15 .menu-item-1143 a,
#block-menu-block-15 .menu-item-1176 a,
#block-menu-block-15 .menu-item-1177 a,
#block-menu-block-16 .menu-item-1142 a,
#block-menu-block-16 .menu-item-1143 a,
#block-menu-block-16 .menu-item-1176 a,
#block-menu-block-16 .menu-item-1177 a {
  display: block;
  width: 200px;
  height: 118px;
  margin-top: -17px;
  margin-left: -25px;
  color: transparent;
}

/* line 1148, ../sass/global.styles.scss */
#block-menu-block-22,
#block-menu-block-23 {
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: url("../images/ContactBoxEng.png") transparent bottom center no-repeat;
  background-size: 200px;
  width: 200px;
  height: 118px;
}
/* line 1157, ../sass/global.styles.scss */
#block-menu-block-22 .block-content,
#block-menu-block-23 .block-content {
  display: none;
}
/* line 1160, ../sass/global.styles.scss */
#block-menu-block-22 h2,
#block-menu-block-23 h2 {
  display: block !important;
}
/* line 1162, ../sass/global.styles.scss */
#block-menu-block-22 h2 a,
#block-menu-block-23 h2 a {
  display: block;
  width: 200px;
  height: 118px;
  color: transparent;
  margin-left: -10px;
}

/* line 1172, ../sass/global.styles.scss */
#block-menu-block-16,
#block-menu-block-23 {
  background: url("../images/ContactBoxFr.png") transparent bottom center no-repeat;
  background-size: 200px;
}

/* line 1178, ../sass/global.styles.scss */
#block-block-27 {
  margin-top: -62px;
  z-index: 1;
  width: 40px;
  float: right;
  margin-right: 0.9em;
}
/* line 1184, ../sass/global.styles.scss */
#block-block-27 .block-inner {
  float: right;
  background: url("../images/HamburgerMenu.png") transparent center center no-repeat;
  background-size: 28px;
  display: block;
  height: 28px;
  width: 28px;
  padding-left: 20px;
  margin-right: -10px;
  margin-top: -14px;
  padding-top: 24px;
  cursor: pointer;
}

/* line 1200, ../sass/global.styles.scss */
#block-menu-block-17 ul {
  margin: 0;
  padding: 0;
}

/**
 * Custom CATSA right sidebar block
 */
/* line 1209, ../sass/global.styles.scss */
#block-views-custom-blocks-block,
#block-views-custom-blocks-block-1,
#block-views-custom-blocks-block-2 {
  width: 235px;
  position: absolute;
  margin-left: 462px;
}
/* line 1215, ../sass/global.styles.scss */
#block-views-custom-blocks-block img,
#block-views-custom-blocks-block-1 img,
#block-views-custom-blocks-block-2 img {
  min-width: 100%;
}

/* line 1220, ../sass/global.styles.scss */
#block-block-15,
#block-block-16 {
  width: 235px;
  background: #6cbdb6;
  padding: 20px 0 10px;
  position: absolute;
  margin-left: 462px;
}
/* line 1227, ../sass/global.styles.scss */
#block-block-15 .block-title,
#block-block-16 .block-title {
  background-image: url("../images/waittimes-50x50-ie8.png");
  background-size: 50px auto;
  background-position: 93% center;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 1.715em;
  font-weight: bold;
  background-color: #6cbdb6;
  color: #17323c;
  margin-bottom: 5px;
  margin-top: -22px;
  padding: 10px 73px 5px 10px;
  line-height: 1.2;
}
/* line 1242, ../sass/global.styles.scss */
#block-block-15 ul,
#block-block-16 ul {
  margin: 0;
  padding: 0;
}
/* line 1246, ../sass/global.styles.scss */
#block-block-15 .wait-times-sidebar,
#block-block-16 .wait-times-sidebar {
  color: #17323c;
  font-size: 1.43em;
  text-decoration: none;
  display: block;
  width: 100%;
  border-top: white 1px solid;
  padding-left: 30px;
}
/* line 1255, ../sass/global.styles.scss */
#block-block-15 p,
#block-block-16 p {
  margin: 0;
}
/* line 1258, ../sass/global.styles.scss */
#block-block-15 .waittime-more-airports,
#block-block-16 .waittime-more-airports {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.92em;
  color: #17323c;
  text-decoration: none;
  font-weight: bold;
  float: left;
  padding-left: 30px;
  display: block;
  width: 100%;
  border-top: 1px white solid;
  padding-top: 5px;
  padding-left: 10px;
}
/* line 1272, ../sass/global.styles.scss */
#block-block-15.imageExists,
#block-block-16.imageExists {
  margin-top: 35.5em;
}
/* line 1275, ../sass/global.styles.scss */
#block-block-15.text-increase-4, #block-block-15.text-increase-5, #block-block-15.text-increase-6,
#block-block-16.text-increase-4,
#block-block-16.text-increase-5,
#block-block-16.text-increase-6 {
  width: 281px;
}

/*
 * Custom CATSA footer block
 */
/* line 1286, ../sass/global.styles.scss */
#block-block-2 a,
#block-block-20 a {
  font-size: 1.17em;
}

/* line 1291, ../sass/global.styles.scss */
footer .block-menu-block,
.block-block {
  float: left;
}

/* line 1298, ../sass/global.styles.scss */
#block-block-24,
#block-block-25,
#block-block-2,
#block-block-20 {
  background: url("../images/canada-ie8.png");
  background-color: transparent;
  background-position: right 56%;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 70px;
}
/* line 1308, ../sass/global.styles.scss */
#block-block-24 .gov-canada-logo-text p,
#block-block-25 .gov-canada-logo-text p,
#block-block-2 .gov-canada-logo-text p,
#block-block-20 .gov-canada-logo-text p {
  height: 0.1px;
  width: 0.1px;
  overflow: hidden;
}
/* line 1313, ../sass/global.styles.scss */
#block-block-24 li,
#block-block-25 li,
#block-block-2 li,
#block-block-20 li {
  list-style: none;
  float: left;
  padding-right: 3px;
}
/* line 1317, ../sass/global.styles.scss */
#block-block-24 li p,
#block-block-25 li p,
#block-block-2 li p,
#block-block-20 li p {
  margin-top: 20px;
}
/* line 1319, ../sass/global.styles.scss */
#block-block-24 li p a,
#block-block-25 li p a,
#block-block-2 li p a,
#block-block-20 li p a {
  padding-right: 3px;
  border-right: 1px solid white;
  font-size: 0.73em;
  text-decoration: none;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
}
/* line 1329, ../sass/global.styles.scss */
#block-block-24 li:last-child a,
#block-block-25 li:last-child a,
#block-block-2 li:last-child a,
#block-block-20 li:last-child a {
  border-right: none;
}

/* line 1333, ../sass/global.styles.scss */
#block-block-24 a, #block-block-25 a {
  font-size: 0.6em !important;
}

/* line 1337, ../sass/global.styles.scss */
.region-footer .block-menu-block {
  padding-top: 15px;
  width: 30.933%;
  min-height: 14em;
}
/* line 1341, ../sass/global.styles.scss */
.region-footer .block-menu-block .block-inner {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 1345, ../sass/global.styles.scss */
.region-footer .block-menu-block h2 {
  width: 91%;
  padding: 0.3em 25px;
  font-size: 1.29em;
  font-weight: 700;
}
/* line 1350, ../sass/global.styles.scss */
.region-footer .block-menu-block h2 a {
  color: #d46a4c;
  text-decoration: none;
}
/* line 1355, ../sass/global.styles.scss */
.region-footer .block-menu-block ul {
  padding: 0 0 0 25px;
  margin: 0;
}
/* line 1359, ../sass/global.styles.scss */
.region-footer .block-menu-block ul li {
  list-style: none;
}
/* line 1361, ../sass/global.styles.scss */
.region-footer .block-menu-block ul li a {
  color: black;
  text-decoration: none;
  font-size: 0.85em;
  font-family: Helvetica, Arial, sans-serif;
}
/* line 1366, ../sass/global.styles.scss */
.region-footer .block-menu-block ul li a.active {
  text-decoration: underline;
}

/* line 1373, ../sass/global.styles.scss */
.clearfix {
  *zoom: 1;
}
/* line 1375, ../sass/global.styles.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 1380, ../sass/global.styles.scss */
.clearfix:after {
  clear: both;
}

/* line 1385, ../sass/global.styles.scss */
ul.menu {
  padding-left: 15px;
}
/* line 1388, ../sass/global.styles.scss */
ul.menu ul {
  padding-left: 15px;
}
/* line 1396, ../sass/global.styles.scss */
ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
/* line 1425, ../sass/global.styles.scss */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
/* line 1442, ../sass/global.styles.scss */
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}
/* line 1448, ../sass/global.styles.scss */
.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
/* line 1458, ../sass/global.styles.scss */
#breadcrumb {
  margin: -10px 0 10px;
  /* If the label is set to show in theme settings the label class is added */
}
/* line 1461, ../sass/global.styles.scss */
#breadcrumb h2 {
  display: none;
}
/* line 1466, ../sass/global.styles.scss */
#breadcrumb .breadcrumb-label {
  font-size: 0.9em;
  display: inline;
  padding-right: 10px;
}
/* line 1471, ../sass/global.styles.scss */
#breadcrumb .breadcrumb-label:after {
  content: ":";
}
/* line 1476, ../sass/global.styles.scss */
#breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 1481, ../sass/global.styles.scss */
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}
/* line 1485, ../sass/global.styles.scss */
#breadcrumb li {
  font-size: 0.9em;
  list-style: none;
  display: inline;
}
/* line 1495, ../sass/global.styles.scss */
#breadcrumb a {
  color: #d46a4c;
  font-weight: 700;
  text-decoration: none;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
/* line 1515, ../sass/global.styles.scss */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

/* line 1522, ../sass/global.styles.scss */
.item-list ul.pager li {
  margin: 0;
  display: inline-block;
}
/* line 1525, ../sass/global.styles.scss */
.item-list ul.pager li a, .item-list ul.pager li.pager-current {
  word-wrap: normal;
}

/* line 1532, ../sass/global.styles.scss */
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}
/* line 1538, ../sass/global.styles.scss */
ul.pager li.pager-current {
  font-weight: 700;
}

/* line 1544, ../sass/global.styles.scss */
.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
/* line 1581, ../sass/global.styles.scss */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
/* line 1590, ../sass/global.styles.scss */
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
/* line 1600, ../sass/global.styles.scss */
#skip-link a:link, #skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
/* line 1611, ../sass/global.styles.scss */
#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
/* line 1624, ../sass/global.styles.scss */
#tasks {
  margin-bottom: 15px;
}

/* line 1629, ../sass/global.styles.scss */
ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}
/* line 1634, ../sass/global.styles.scss */
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}
/* line 1639, ../sass/global.styles.scss */
ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}
/* line 1649, ../sass/global.styles.scss */
ul.primary li a:hover, ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}
/* line 1658, ../sass/global.styles.scss */
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

/* line 1668, ../sass/global.styles.scss */
ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}
/* line 1673, ../sass/global.styles.scss */
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}
/* line 1679, ../sass/global.styles.scss */
ul.secondary li a:hover, ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
/* line 1693, ../sass/global.styles.scss */
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/**
 * Custom CATSA Content Image Field
 */
/* line 1708, ../sass/global.styles.scss */
.field-name-field-contact-us-image,
.field-name-field-content-image {
  display: block;
  width: 101.2%;
}
/* line 1712, ../sass/global.styles.scss */
.field-name-field-contact-us-image img,
.field-name-field-content-image img {
  width: 700px;
  height: auto;
}

/**
 * Custom CATSA Did You Know and Callout Box Theming
 * These can be accessed ANYWHERE! The user just needs to specify the below classes
 */
/* line 1723, ../sass/global.styles.scss */
.did-you-know {
  display: block;
  padding-left: 65px;
  background-image: url("../images/did-you-know-ie8.png");
  background-size: 50px auto;
  background-position: left 2em;
  background-repeat: no-repeat;
  font-size: 1.01em;
  min-height: 83px;
}
/* line 1724, ../sass/global.styles.scss */
.did-you-know h3 {
  margin: 0;
}

/* line 1737, ../sass/global.styles.scss */
.callout-box {
  font-size: 1.01em;
  border: #6c6e6c 2px solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  background-color: #efede4;
  margin-bottom: 20px;
}
/* line 1744, ../sass/global.styles.scss */
.callout-box p {
  margin-bottom: 10px;
}

/*
 * Wrapper for any field
 */
/*
 * Above and inline classes are on the field wrapper
 */
/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
/* line 1770, ../sass/global.styles.scss */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/*
 * Taxonomy
 */
/* line 1799, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}
/* line 1804, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
/* line 1809, ../sass/global.styles.scss */
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
/*
 * Long text
 */
/*
 * Text with summary
 */
/*
 * File
 */
/*
 * Number/Integer
 */
/*
 * Decimal
 */
/*
 * Number float
 */
/*
 * List
 */
/*
 * List boolean
 */
/*
 * List integer
 */
/*
 * List float
 */
/*
 * Field types (Contrib)
 */
/*
 * Named fields
 */
/* line 1897, ../sass/global.styles.scss */
.field-name-body .page-node {
  margin-bottom: 25px;
}

/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
/* line 1927, ../sass/global.styles.scss */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
/* line 1936, ../sass/global.styles.scss */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
/* line 1945, ../sass/global.styles.scss */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* line 1951, ../sass/global.styles.scss */
.field-name-title h2 {
  font-weight: 500;
  font-size: 2.362em;
  color: #17323c;
  line-height: 1.3;
  margin-top: 0;
}
/* line 1957, ../sass/global.styles.scss */
.field-name-title h2.imageExists {
  margin-top: 0.83em;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/**
 * CATSA What Can I Bring Main Page Block
 * Goal: To create a block with:
 *  1) On left side
 *    1) Light grey background
 *    2) Search bar identical to the sitewide searchbar
 *    3) Header with red text and text of type h1
 *    4) Links of sitewide styling
 *    5) Description field
 *  2) On right side
 *    1) Dark grey border on left side
 *    2) Four orange buttons and their corresponding images
 *      a) Liquids, Foods & Personal Goods
 *      b) Medical Needs
 *      c) Create a Packing To Do List
 *      d) Carry on or Checked?
 */
/* line 1985, ../sass/global.styles.scss */
#block-block-35,
#block-block-36,
#block-block-37,
#block-block-38 {
  clear: both;
  z-index: 1;
}
/* line 1991, ../sass/global.styles.scss */
#block-block-35 .wait-time-selectors-expand,
#block-block-35 .wait-time-selectors-collapse,
#block-block-36 .wait-time-selectors-expand,
#block-block-36 .wait-time-selectors-collapse,
#block-block-37 .wait-time-selectors-expand,
#block-block-37 .wait-time-selectors-collapse,
#block-block-38 .wait-time-selectors-expand,
#block-block-38 .wait-time-selectors-collapse {
  font-size: 1.15em;
  color: #d46a4c;
  cursor: pointer;
}
/* line 1996, ../sass/global.styles.scss */
#block-block-35 .wait-time-selectors-expand .selector-text,
#block-block-35 .wait-time-selectors-collapse .selector-text,
#block-block-36 .wait-time-selectors-expand .selector-text,
#block-block-36 .wait-time-selectors-collapse .selector-text,
#block-block-37 .wait-time-selectors-expand .selector-text,
#block-block-37 .wait-time-selectors-collapse .selector-text,
#block-block-38 .wait-time-selectors-expand .selector-text,
#block-block-38 .wait-time-selectors-collapse .selector-text {
  text-decoration: underline;
  background-color: transparent;
  color: #d46a4c;
  border: none;
  font-family: Museo, Helvetica, Arial, sans-serif;
}

/* line 2006, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page,
.not-front #block-views-exp-what-can-i-bring-page-2 {
  margin: 1em 0em;
}
/* line 2010, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page h2, .not-front #block-views-exp-what-can-i-bring-page label, .not-front #block-views-exp-what-can-i-bring-page .description .search-text, .not-front #block-views-exp-what-can-i-bring-page .wait-time-selectors-collapse,
.not-front #block-views-exp-what-can-i-bring-page-2 h2,
.not-front #block-views-exp-what-can-i-bring-page-2 label,
.not-front #block-views-exp-what-can-i-bring-page-2 .description .search-text,
.not-front #block-views-exp-what-can-i-bring-page-2 .wait-time-selectors-collapse {
  display: none;
}
/* line 2014, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page .description .wait-time-selectors-expand,
.not-front #block-views-exp-what-can-i-bring-page .description .wait-time-selectors-collapse,
.not-front #block-views-exp-what-can-i-bring-page-2 .description .wait-time-selectors-expand,
.not-front #block-views-exp-what-can-i-bring-page-2 .description .wait-time-selectors-collapse {
  font-size: 1.015em;
  color: #ba133e;
  cursor: pointer;
}
/* line 2019, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page .description .wait-time-selectors-expand .selector-text,
.not-front #block-views-exp-what-can-i-bring-page .description .wait-time-selectors-collapse .selector-text,
.not-front #block-views-exp-what-can-i-bring-page-2 .description .wait-time-selectors-expand .selector-text,
.not-front #block-views-exp-what-can-i-bring-page-2 .description .wait-time-selectors-collapse .selector-text {
  text-decoration: underline;
}
/* line 2024, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page #edit-nid-wrapper,
.not-front #block-views-exp-what-can-i-bring-page-2 #edit-nid-wrapper {
  display: none !important;
}
/* line 2028, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 {
  display: block;
  width: 100%;
  clear: left;
}
/* line 159, ../sass/_custom.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .form-submit,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .form-submit,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .form-submit,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .form-submit {
  background-color: #17323c;
  width: auto;
  position: relative;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}
/* line 166, ../sass/_custom.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .form-text,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .form-text,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .form-text,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .form-text {
  background-position: 100% 0.4em;
  background-size: 1em;
  padding: 0px 4px;
  border: none;
}
/* line 173, ../sass/_custom.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page input.form-text ::-webkit-input-placeholder,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 input.form-text ::-webkit-input-placeholder,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page input.form-text ::-webkit-input-placeholder,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 input.form-text ::-webkit-input-placeholder {
  color: #17323c;
}
/* line 176, ../sass/_custom.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page input.form-text:-moz-placeholder,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 input.form-text:-moz-placeholder,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page input.form-text:-moz-placeholder,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 input.form-text:-moz-placeholder {
  color: #17323c;
  opacity: 0.8;
}
/* line 180, ../sass/_custom.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page input.form-text::-moz-placeholder,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 input.form-text::-moz-placeholder,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page input.form-text::-moz-placeholder,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 input.form-text::-moz-placeholder {
  color: #17323c;
  opacity: 0.8;
}
/* line 184, ../sass/_custom.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page input.form-text:-ms-input-placeholder,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 input.form-text:-ms-input-placeholder,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page input.form-text:-ms-input-placeholder,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 input.form-text:-ms-input-placeholder {
  color: #17323c;
}
/* line 2036, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-exposed-form .views-exposed-widgets #searchTableWrapper,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .views-exposed-form .views-exposed-widgets #searchTableWrapper,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .views-exposed-form .views-exposed-widgets #searchTableWrapper,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .views-exposed-form .views-exposed-widgets #searchTableWrapper {
  display: table;
  width: 100%;
  overflow: hidden;
}
/* line 2040, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-exposed-form .views-exposed-widgets #searchTableWrapper .wcib-submit-box,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .views-exposed-form .views-exposed-widgets #searchTableWrapper .wcib-submit-box,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .views-exposed-form .views-exposed-widgets #searchTableWrapper .wcib-submit-box,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .views-exposed-form .views-exposed-widgets #searchTableWrapper .wcib-submit-box {
  display: table-cell;
  vertical-align: top;
}
/* line 2044, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-exposed-form .views-exposed-widgets #searchTableWrapper .views-exposed-widget,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .views-exposed-form .views-exposed-widgets #searchTableWrapper .views-exposed-widget,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .views-exposed-form .views-exposed-widgets #searchTableWrapper .views-exposed-widget,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .views-exposed-form .views-exposed-widgets #searchTableWrapper .views-exposed-widget {
  float: none;
  padding: 0px;
}
/* line 2048, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-exposed-form .views-exposed-widgets #searchTableWrapper .views-exposed-widget#edit-keys-wrapper,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .views-exposed-form .views-exposed-widgets #searchTableWrapper .views-exposed-widget#edit-keys-wrapper,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .views-exposed-form .views-exposed-widgets #searchTableWrapper .views-exposed-widget#edit-keys-wrapper,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .views-exposed-form .views-exposed-widgets #searchTableWrapper .views-exposed-widget#edit-keys-wrapper {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  padding: 0px 8px;
}
/* line 2053, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-exposed-form .views-exposed-widgets #searchTableWrapper .views-exposed-widget#edit-keys-wrapper .form-text,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .views-exposed-form .views-exposed-widgets #searchTableWrapper .views-exposed-widget#edit-keys-wrapper .form-text,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .views-exposed-form .views-exposed-widgets #searchTableWrapper .views-exposed-widget#edit-keys-wrapper .form-text,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .views-exposed-form .views-exposed-widgets #searchTableWrapper .views-exposed-widget#edit-keys-wrapper .form-text {
  width: 100%;
}
/* line 2058, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-widget-filter-field_wtp_category_tid,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .views-widget-filter-field_wtp_category_tid,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .views-widget-filter-field_wtp_category_tid,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .views-widget-filter-field_wtp_category_tid {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
}
/* line 2063, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-widget-filter-field_wtp_category_tid .form-type-bef-link,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .views-widget-filter-field_wtp_category_tid .form-type-bef-link,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .views-widget-filter-field_wtp_category_tid .form-type-bef-link,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .views-widget-filter-field_wtp_category_tid .form-type-bef-link {
  width: 30.437%;
  float: left;
  background-color: #6cbdb6;
  padding: 5px;
  margin: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  text-align: center;
}
/* line 2072, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-widget-filter-field_wtp_category_tid .form-type-bef-link a,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .views-widget-filter-field_wtp_category_tid .form-type-bef-link a,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .views-widget-filter-field_wtp_category_tid .form-type-bef-link a,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .views-widget-filter-field_wtp_category_tid .form-type-bef-link a {
  display: table-cell;
  text-decoration: none;
  height: 3em;
  padding: 3px;
  width: 204px;
  color: #17323c;
  font-weight: bold;
  vertical-align: middle;
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-size: 1.15em;
  text-align: center;
  word-wrap: break-word;
}
/* line 2087, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-widget-filter-field_wtp_category_tid .selected,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .views-widget-filter-field_wtp_category_tid .selected,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .views-widget-filter-field_wtp_category_tid .selected,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .views-widget-filter-field_wtp_category_tid .selected {
  background: #17323c;
}
/* line 2089, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-widget-filter-field_wtp_category_tid .selected a,
.not-front #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .views-widget-filter-field_wtp_category_tid .selected a,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .views-widget-filter-field_wtp_category_tid .selected a,
.not-front #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .views-widget-filter-field_wtp_category_tid .selected a {
  height: 3em;
  color: white;
}
/* line 2097, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page .form-text,
.not-front #block-views-exp-what-can-i-bring-page-2 .form-text {
  background-color: #efede4;
  height: 32px;
  vertical-align: top;
}
/* line 2102, ../sass/global.styles.scss */
.not-front #block-views-exp-what-can-i-bring-page .form-submit,
.not-front #block-views-exp-what-can-i-bring-page-2 .form-submit {
  margin-top: 0px;
  height: 32px;
  vertical-align: top;
}
/* line 2108, ../sass/global.styles.scss */
.page-node .not-front #block-views-exp-what-can-i-bring-page, .page-node
.not-front #block-views-exp-what-can-i-bring-page-2 {
  margin-bottom: 20px;
}
/* line 2110, ../sass/global.styles.scss */
.page-node .not-front #block-views-exp-what-can-i-bring-page #edit-field-wtp-category-tid-wrapper, .page-node
.not-front #block-views-exp-what-can-i-bring-page-2 #edit-field-wtp-category-tid-wrapper {
  display: none !important;
}
/* line 2113, ../sass/global.styles.scss */
.page-node .not-front #block-views-exp-what-can-i-bring-page .views-exposed-widgets, .page-node
.not-front #block-views-exp-what-can-i-bring-page-2 .views-exposed-widgets {
  clear: both;
}

/* line 2119, ../sass/global.styles.scss */
.pane-block-31 #block-block-31,
.pane-block-32 #block-block-32 {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
}
/* line 2125, ../sass/global.styles.scss */
.pane-block-31 #block-block-31 .description,
.pane-block-32 #block-block-32 .description {
  margin-left: 125px;
  font-size: 1.25em;
  position: relative;
  display: block;
}
/* line 2130, ../sass/global.styles.scss */
.pane-block-31 #block-block-31 .description .more,
.pane-block-32 #block-block-32 .description .more {
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/* line 2138, ../sass/global.styles.scss */
.pane-block-32 #block-block-32 .description {
  margin-left: 25px;
}

/* line 2142, ../sass/global.styles.scss */
.pane-block-33,
.pane-block-34 {
  text-align: center;
}
/* line 2145, ../sass/global.styles.scss */
.pane-block-33 #block-block-33,
.pane-block-33 #block-block-34,
.pane-block-34 #block-block-33,
.pane-block-34 #block-block-34 {
  display: block;
  width: 100%;
}
/* line 2150, ../sass/global.styles.scss */
.pane-block-33 h2,
.pane-block-34 h2 {
  color: #17323c;
  font-size: 2.361em;
  font-weight: 500;
}

/* line 159, ../sass/_custom.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .form-submit,
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .form-submit, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .form-submit,
.front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .form-submit {
  background-color: #17323c;
  width: auto;
  position: relative;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}
/* line 166, ../sass/_custom.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .form-text,
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 .form-text, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page .form-text,
.front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 .form-text {
  background-position: 100% 0.4em;
  background-size: 1em;
  padding: 0px 4px;
  border: none;
}
/* line 173, ../sass/_custom.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page input.form-text ::-webkit-input-placeholder,
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 input.form-text ::-webkit-input-placeholder, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page input.form-text ::-webkit-input-placeholder,
.front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 input.form-text ::-webkit-input-placeholder {
  color: #17323c;
}
/* line 176, ../sass/_custom.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page input.form-text:-moz-placeholder,
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 input.form-text:-moz-placeholder, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page input.form-text:-moz-placeholder,
.front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 input.form-text:-moz-placeholder {
  color: #17323c;
  opacity: 0.8;
}
/* line 180, ../sass/_custom.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page input.form-text::-moz-placeholder,
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 input.form-text::-moz-placeholder, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page input.form-text::-moz-placeholder,
.front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 input.form-text::-moz-placeholder {
  color: #17323c;
  opacity: 0.8;
}
/* line 184, ../sass/_custom.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page input.form-text:-ms-input-placeholder,
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page-2 input.form-text:-ms-input-placeholder, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page input.form-text:-ms-input-placeholder,
.front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 #views-exposed-form-what-can-i-bring--page-2 input.form-text:-ms-input-placeholder {
  color: #17323c;
}
/* line 2164, ../sass/global.styles.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page .views-exposed-widgets, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 .views-exposed-widgets {
  text-align: center;
  margin: 0 auto;
  width: 400px;
}
/* line 2168, ../sass/global.styles.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page .views-exposed-widgets #edit-keys-wrapper, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 .views-exposed-widgets #edit-keys-wrapper {
  padding: 0;
}
/* line 2171, ../sass/global.styles.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page .views-exposed-widgets #-wrapper, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 .views-exposed-widgets #-wrapper {
  display: none;
}
/* line 2175, ../sass/global.styles.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page .views-submit-button, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 .views-submit-button {
  padding: 0;
  height: 32px;
}
/* line 2178, ../sass/global.styles.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page .views-submit-button .form-submit, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 .views-submit-button .form-submit {
  vertical-align: top;
  margin-top: 0px !important;
  height: 32px;
}
/* line 2185, ../sass/global.styles.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page .views-widget-filter-keys .form-text, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 .views-widget-filter-keys .form-text {
  vertical-align: top;
  height: 32px;
  width: 360px;
}
/* line 2191, ../sass/global.styles.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page label, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* line 2199, ../sass/global.styles.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page h2, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 h2 {
  display: none;
}
/* line 2202, ../sass/global.styles.scss */
.front .pane-views-exp-what-can-i-bring-page #block-views-exp-what-can-i-bring-page .views-widget-filter-nid, .front
.pane-views-exp-what-can-i-bring-page-2 #block-views-exp-what-can-i-bring-page-2 .views-widget-filter-nid {
  display: none;
}

/**
 * Travel Checklist
 */
/* line 2211, ../sass/global.styles.scss */
.view-travel-checklist {
  margin-bottom: 2em;
  min-width: 300px;
}
/* line 2214, ../sass/global.styles.scss */
.view-travel-checklist .view-header {
  font-size: 1.2em;
}
/* line 2218, ../sass/global.styles.scss */
.view-travel-checklist .views-field-tid {
  display: none;
}
/* line 2221, ../sass/global.styles.scss */
.view-travel-checklist #title-box {
  background-color: #e2e2e2;
  margin-top: 10px;
  border: 1px solid #6cbdb6;
  font-weight: bold;
  font-size: 0.9em;
  padding-left: 5px;
  line-height: 2.6;
  color: #6c6d6e;
  height: 2.5em;
  margin-bottom: 10px;
}
/* line 2233, ../sass/global.styles.scss */
.view-travel-checklist #title-box #button-email,
.view-travel-checklist #title-box #button-print {
  float: right;
  line-height: 1.5;
  margin: 5px;
  font-size: 0.8em;
}
/* line 2242, ../sass/global.styles.scss */
.view-travel-checklist .views-row {
  margin-bottom: 20px;
}
/* line 2244, ../sass/global.styles.scss */
.view-travel-checklist .views-row .field-content a {
  text-decoration: none;
  font-size: 1.4em;
  color: #17323c;
  display: inline-block;
}
/* line 2249, ../sass/global.styles.scss */
.view-travel-checklist .views-row .field-content a.selected-option-button {
  color: white;
}
/* line 2254, ../sass/global.styles.scss */
.view-travel-checklist .views-row .add-items-button {
  background-color: white;
  color: #17323c;
  display: inline-block;
  width: 1em;
  text-align: center;
  line-height: 1;
  font-weight: 300;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 2264, ../sass/global.styles.scss */
.view-travel-checklist .views-row .travel-checklist-add-button {
  color: #17323c;
  text-decoration: none;
  border: none;
  display: block;
  background: #d3d366;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 26%;
  text-align: left;
  margin-top: 0.5em;
  padding: 7px;
  clear: both;
}
/* line 2279, ../sass/global.styles.scss */
.view-travel-checklist #dialog-overlay {
  width: 100%;
  height: 100%;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: none;
}
/* line 2292, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email,
.view-travel-checklist #dialog-box {
  background: white;
  width: 800px;
  position: absolute;
  z-index: 5000;
  display: none;
  left: 24%;
  top: 14%;
}
/* line 2302, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email .dialog-content,
.view-travel-checklist #dialog-box .dialog-content {
  text-align: left;
  background-color: #efede4;
}
/* line 2307, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email .dialog-header,
.view-travel-checklist #dialog-box .dialog-header {
  display: block;
  width: 100%;
  text-align: center;
  padding: 3px 0;
  background: #6cbdb6;
}
/* line 2315, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email #input-email,
.view-travel-checklist #dialog-box #input-email {
  margin-left: 10px;
  font-size: 14px;
  margin-top: 10px;
  max-width: 240px;
}
/* line 2322, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email #dialog-tree,
.view-travel-checklist #dialog-box #dialog-tree {
  display: none;
}
/* line 2326, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email #dialog-heading-email,
.view-travel-checklist #dialog-box-email #dialog-heading,
.view-travel-checklist #dialog-box #dialog-heading-email,
.view-travel-checklist #dialog-box #dialog-heading {
  margin: 0;
}
/* line 2329, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email #dialog-heading-email a,
.view-travel-checklist #dialog-box-email #dialog-heading a,
.view-travel-checklist #dialog-box #dialog-heading-email a,
.view-travel-checklist #dialog-box #dialog-heading a {
  color: #17323c;
  text-decoration: none;
  font-weight: bold;
}
/* line 2334, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email #dialog-heading-email a.restriction-exists-line, .view-travel-checklist #dialog-box-email #dialog-heading-email .item-line-button,
.view-travel-checklist #dialog-box-email #dialog-heading a.restriction-exists-line,
.view-travel-checklist #dialog-box-email #dialog-heading .item-line-button,
.view-travel-checklist #dialog-box #dialog-heading-email a.restriction-exists-line,
.view-travel-checklist #dialog-box #dialog-heading-email .item-line-button,
.view-travel-checklist #dialog-box #dialog-heading a.restriction-exists-line,
.view-travel-checklist #dialog-box #dialog-heading .item-line-button {
  display: none;
}
/* line 2339, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email #dialog-message,
.view-travel-checklist #dialog-box #dialog-message {
  display: block;
}
/* line 2343, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email #dialog-bottom,
.view-travel-checklist #dialog-box #dialog-bottom {
  display: block;
  clear: both;
  background-color: #d6d4cb;
}
/* line 2349, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email #dialog-count,
.view-travel-checklist #dialog-box-email #dialog-count-start,
.view-travel-checklist #dialog-box-email #dialog-count-number,
.view-travel-checklist #dialog-box-email #dialog-count-end,
.view-travel-checklist #dialog-box #dialog-count,
.view-travel-checklist #dialog-box #dialog-count-start,
.view-travel-checklist #dialog-box #dialog-count-number,
.view-travel-checklist #dialog-box #dialog-count-end {
  display: inline;
  font-size: 1.21em;
  font-family: Museo, Helvetica, Arial, sans-serif;
}
/* line 2357, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email .tc-select,
.view-travel-checklist #dialog-box .tc-select {
  font-size: 1.3em;
  margin: 10px;
  padding: 3px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6cbdb6;
}
/* line 2364, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email .item-line-button,
.view-travel-checklist #dialog-box .item-line-button {
  width: 1.2em;
  line-height: 0.5;
  font-size: 1.8em;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  vertical-align: middle;
}
/* line 2372, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email .item-line-value,
.view-travel-checklist #dialog-box .item-line-value {
  font-size: 1.1em;
  width: 84%;
  border: none;
  vertical-align: middle;
}
/* line 2377, ../sass/global.styles.scss */
.view-travel-checklist #dialog-box-email .item-line-value.selected-option,
.view-travel-checklist #dialog-box .item-line-value.selected-option {
  font-weight: bold;
}
/* line 2383, ../sass/global.styles.scss */
.view-travel-checklist .item-line-checkbox {
  margin-left: 10px;
}
/* line 2386, ../sass/global.styles.scss */
.view-travel-checklist .item-line-button {
  line-height: 0.3;
  display: inline-block;
  width: 1.2em;
  text-align: center;
  font-weight: normal;
  color: white;
  background-color: #6cbdb6;
  border: #d6d4cb 1px solid;
  text-decoration: none;
  font-size: 1.3em;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
/* line 2398, ../sass/global.styles.scss */
.view-travel-checklist .item-line-button.selected-option-button {
  background-color: #17323c;
  color: white;
}
/* line 2403, ../sass/global.styles.scss */
.view-travel-checklist .item-line-value {
  display: inline-block;
  font-size: 0.93em;
  padding-left: 5px;
  width: 91%;
  margin-left: 5px;
  border: #efede4 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 2413, ../sass/global.styles.scss */
.view-travel-checklist button.restriction-exists-line {
  padding-left: 28px;
  background-image: url("../images/down-yellow.png");
  background-size: 22px 13px;
  background-position: 2% center;
  background-color: transparent;
  background-repeat: no-repeat;
  margin-left: 48px;
  padding: 3px;
  font-size: 0.93em !important;
  text-align: center;
  background-color: #efede4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 92%;
  pointer: cursor;
  margin-bottom: 5px;
  color: #d46a4c !important;
  text-decoration: underline !important;
  border: 2px solid #d6d4cb;
}
/* line 2432, ../sass/global.styles.scss */
.view-travel-checklist button.restriction-exists-line.open {
  background-image: url("../images/up-yellow.png");
}
/* line 2436, ../sass/global.styles.scss */
.view-travel-checklist .restriction-group {
  margin-left: 48px;
  border: #B2B2B2 1px solid;
  width: 88.8%;
  padding: 10px;
  color: #17323c;
  background-color: #efede4;
  margin-top: -5px;
}
/* line 2445, ../sass/global.styles.scss */
.view-travel-checklist .restriction-group h3 {
  font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 2455, ../sass/global.styles.scss */
.view-travel-checklist .restriction-group .restriction-body {
  display: block;
}
/* line 2457, ../sass/global.styles.scss */
.view-travel-checklist .restriction-group .restriction-body p {
  font-family: Museo, Helvetica, Arial, sans-serif;
  color: #17323c;
}
/* line 2463, ../sass/global.styles.scss */
.view-travel-checklist .restriction-group .restriction-checked {
  padding-left: 25px;
}
/* line 2467, ../sass/global.styles.scss */
.view-travel-checklist .restriction-group .Yes100,
.view-travel-checklist .restriction-group .Yes {
  color: #009900;
  width: 3.5em;
  background-image: url("../images/Yes.png");
  background-size: 1.1em;
  background-repeat: no-repeat;
  background-position: right center;
  clear: right;
  padding-right: 25px;
}
/* line 2478, ../sass/global.styles.scss */
.view-travel-checklist .restriction-group .Yes100 {
  width: 7.5em;
}
/* line 2481, ../sass/global.styles.scss */
.view-travel-checklist .restriction-group .No {
  color: #ba133e;
  width: 3.2em;
  background-image: url("../images/No.png");
  background-size: 1.1em;
  background-repeat: no-repeat;
  background-position: right center;
  clear: right;
  padding-right: 25px;
}
/* line 2491, ../sass/global.styles.scss */
.view-travel-checklist .restriction-group .Check {
  width: 15.5em;
  background-image: url("../images/Maybe.png");
  background-size: 1.1em;
  background-repeat: no-repeat;
  background-position: right center;
  clear: right;
  color: #d28500;
  display: inline-block;
}
/* line 2503, ../sass/global.styles.scss */
.view-travel-checklist .item-list {
  padding-left: 10px;
}
/* line 2505, ../sass/global.styles.scss */
.view-travel-checklist .item-list.double .item-line {
  width: 50%;
}
/* line 2508, ../sass/global.styles.scss */
.view-travel-checklist .item-list.columnTwo {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
/* line 2515, ../sass/global.styles.scss */
.view-travel-checklist .item-line {
  list-style: none;
  display: inline;
  float: left;
  margin-top: 3px;
  width: 100%;
  margin-bottom: 6px;
  min-height: 2.3em;
}
/* line 2525, ../sass/global.styles.scss */
.view-travel-checklist button.button {
  margin: 10px;
  text-align: center;
  display: inline-block;
  width: 98px;
  padding: 5px 15px 5px;
  color: #17323c;
  text-decoration: none;
  font-weight: bold;
  background-color: #6cbdb6;
  position: relative;
  cursor: pointer;
  font-size: 1em;
  border: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
/* line 2541, ../sass/global.styles.scss */
.view-travel-checklist button.button:active {
  background-color: #6cbdb6;
}
/* line 2544, ../sass/global.styles.scss */
.view-travel-checklist button.button#button-cancel {
  background-color: #ba133e;
  color: white;
  margin-top: 20px;
}

/**
 * WCIB
 */
/* line 2558, ../sass/global.styles.scss */
.view-what-can-i-bring- .node {
  margin-bottom: 0;
}
/* line 2562, ../sass/global.styles.scss */
.view-what-can-i-bring- .field {
  clear: left;
}
/* line 2566, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-row {
  margin: 10px 0;
  clear: left;
  display: block;
  width: 702px;
}
/* line 2573, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-body {
  clear: left;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  background-color: #efede4;
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #efede4;
}
/* line 2584, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-body.no-image {
  width: 95.5%;
  padding-right: 11px;
}
/* line 2587, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-body.no-image .field-content {
  width: 100%;
}
/* line 2591, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-body p {
  font-size: 1em;
  font-family: Museo, Helvetica, Arial, sans-serif;
}
/* line 2595, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-body .field-content {
  display: inline;
  float: left;
  width: 72%;
}
/* line 2600, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-body .wcib-image {
  display: inline;
  float: right;
  width: 28%;
}
/* line 2604, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-body .wcib-image .field-content {
  width: 100%;
  float: none;
}
/* line 2611, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-field-item-image {
  display: inline;
  float: right;
  background-color: #efede4;
  padding-right: 30px;
  padding-left: 5px;
}
/* line 2617, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-field-item-image img {
  width: 100%;
  height: auto;
}
/* line 2623, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-title-1 {
  display: none;
}
/* line 2627, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-title {
  font-weight: 700;
  font-size: 1.9em;
  color: #17323c;
  padding: 10px 10px 0 10px;
  background-color: #efede4;
}
/* line 2635, ../sass/global.styles.scss */
.view-what-can-i-bring- ol {
  padding: 0;
  overflow: hidden;
}
/* line 2640, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-field-carry-on-baggage .field-content,
.view-what-can-i-bring- .views-field-field-carry-on-baggage span,
.view-what-can-i-bring- .views-field-field-checked-baggage .field-content,
.view-what-can-i-bring- .views-field-field-checked-baggage span {
  float: left;
  background-color: #fff;
  font-size: 1.25em;
}
/* line 2650, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-field-checked-baggage span {
  padding-left: 15px;
  clear: left;
}
/* line 2654, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-field-carry-on-baggage .field-content {
  width: 46.83%;
  min-width: 100px;
}
/* line 2659, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-field-checked-baggage.no-image .field-content .check,
.view-what-can-i-bring- .views-field-field-carry-on-baggage.no-image .field-content .check {
  width: 11em;
}
/* line 2664, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-field-field-checked-baggage .field-content {
  width: 45.476%;
  min-width: 100px;
}
/* line 2669, ../sass/global.styles.scss */
.view-what-can-i-bring- .views-label-field-checked-baggage,
.view-what-can-i-bring- .views-label-field-carry-on-baggage {
  padding-left: 15px;
}
/* line 2674, ../sass/global.styles.scss */
.view-what-can-i-bring- .yes100,
.view-what-can-i-bring- .yes {
  color: #009900;
  width: 4.5em;
  background-image: url("../images/Yes.png");
  background-size: 1.1em;
  background-repeat: no-repeat;
  background-position: right center;
  clear: right;
  padding-left: 5px;
  font-weight: 700;
}
/* line 2686, ../sass/global.styles.scss */
.view-what-can-i-bring- .yes100 {
  width: 9em;
}
/* line 2689, ../sass/global.styles.scss */
.view-what-can-i-bring- .greenText {
  color: #009900;
  font-weight: 700;
}
/* line 2693, ../sass/global.styles.scss */
.view-what-can-i-bring- .check {
  color: #d28500;
  width: 11em;
  background-image: url("../images/Maybe.png");
  background-size: 1.1em;
  background-repeat: no-repeat;
  background-position: right center;
  clear: right;
  padding-left: 5px;
  font-weight: 700;
}
/* line 2703, ../sass/global.styles.scss */
.i18n-fr .view-what-can-i-bring- .check {
  width: 24em;
}
/* line 2707, ../sass/global.styles.scss */
.view-what-can-i-bring- .yellowText {
  color: #d28500;
  font-weight: 700;
}
/* line 2711, ../sass/global.styles.scss */
.view-what-can-i-bring- .no {
  color: #ba133e;
  width: 4.2em;
  background-image: url("../images/No.png");
  background-size: 1.1em;
  background-repeat: no-repeat;
  background-position: right center;
  clear: right;
  padding-left: 5px;
  font-weight: 700;
}
/* line 2722, ../sass/global.styles.scss */
.view-what-can-i-bring- .redText {
  color: #ba133e;
  font-weight: 700;
}
/* line 2726, ../sass/global.styles.scss */
.view-what-can-i-bring- .field-item {
  margin-top: 0.8em;
}
/* line 2730, ../sass/global.styles.scss */
.view-what-can-i-bring- .field-type-text-with-summary .field-item {
  margin-top: 1em;
}
/* line 2734, ../sass/global.styles.scss */
.view-what-can-i-bring- h4 {
  margin: 0;
  font-size: 1.4em;
}

/* line 2740, ../sass/global.styles.scss */
.pane-block-6, .pane-block-7 {
  margin-right: 0;
  margin-bottom: 30px;
  text-align: center;
}
/* line 2744, ../sass/global.styles.scss */
.pane-block-6 #block-block-6,
.pane-block-6 #block-block-7, .pane-block-7 #block-block-6,
.pane-block-7 #block-block-7 {
  display: block;
  width: 100%;
}
/* line 2749, ../sass/global.styles.scss */
.pane-block-6 li, .pane-block-7 li {
  list-style: none;
  display: inline-block;
}
/* line 2753, ../sass/global.styles.scss */
.pane-block-6 .what-to-bring-title, .pane-block-7 .what-to-bring-title {
  font-size: 0px;
  color: transparent;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* line 2760, ../sass/global.styles.scss */
.pane-block-6 .what-to-bring-button, .pane-block-7 .what-to-bring-button {
  font-size: 1.17em;
  color: #17323c;
  font-weight: bold;
  text-decoration: none;
  padding-top: 160px;
  display: block;
  width: 150px;
  margin-left: 15px;
  margin-right: 15px;
}
/* line 2771, ../sass/global.styles.scss */
.pane-block-6 #what-to-bring-button-liquids, .pane-block-7 #what-to-bring-button-liquids {
  background-image: url("../images/liquids_circle-ie8.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center top;
}
/* line 2777, ../sass/global.styles.scss */
.pane-block-6 #what-to-bring-button-medical, .pane-block-7 #what-to-bring-button-medical {
  background-image: url("../images/medicalneeds_circle-ie8.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center top;
}
/* line 2783, ../sass/global.styles.scss */
.pane-block-6 #what-to-bring-button-packing, .pane-block-7 #what-to-bring-button-packing {
  background-image: url("../images/checklist_circle-ie8.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center top;
}
/* line 2789, ../sass/global.styles.scss */
.pane-block-6 #what-to-bring-button-checked, .pane-block-7 #what-to-bring-button-checked {
  background-image: url("../images/carryon_circle-ie8.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center top;
}

/* line 2796, ../sass/global.styles.scss */
.pane-block-7 .what-to-bring-button {
  width: 195px;
}

/* line 2801, ../sass/global.styles.scss */
.pager {
  min-width: 280px;
}

/**
 * CATSA Current Wait Times Main Page Block
 * Goal: To create a block with:
 *  1) Red title of size h2
 *  2) Buttons surrouned by an orange, 3px outline with slightly rounded edges
 *  3) Inside font of buttons to be grey ($grey), 31px (converted into ems - 1.7em), with padding around them
 *  4) A link on the bottom right taking the user to the wait times page
 */
/* line 2813, ../sass/global.styles.scss */
.pane-block-4, .pane-block-5 {
  margin-left: -50px;
  width: 95%;
  background-image: url("../images/waittimes-100x100-ie8.png");
  background-size: auto 100px;
  background-repeat: no-repeat;
  background-position: 5% 3%;
  margin-bottom: 35px;
  padding-top: 100px;
}
/* line 2822, ../sass/global.styles.scss */
.pane-block-4 .block-content, .pane-block-5 .block-content {
  margin-left: -20px;
}
/* line 2825, ../sass/global.styles.scss */
.pane-block-4 li, .pane-block-5 li {
  list-style: none;
  display: block;
  position: relative;
  width: 169px;
  background-color: white;
  margin: 3px 10px 10px -35px !important;
  height: 4.5em;
}
/* line 2834, ../sass/global.styles.scss */
.pane-block-4 h2, .pane-block-5 h2 {
  font-size: 2.361em;
  font-weight: 500;
  margin-bottom: -15px;
}
/* line 2839, ../sass/global.styles.scss */
.pane-block-4 .wait-time-block-wrapper, .pane-block-5 .wait-time-block-wrapper {
  width: 232px;
  background-image: url("../images/arrow_right.png");
  background-size: auto 4.5em;
  background-repeat: no-repeat;
  background-position: center right;
  height: 4.5em;
}
/* line 2847, ../sass/global.styles.scss */
.pane-block-4 .wait-time-block-code, .pane-block-5 .wait-time-block-code {
  font-size: 0.71em;
  display: inline-block;
  margin-top: -5px;
}
/* line 2851, ../sass/global.styles.scss */
.pane-block-4 .wait-time-block-code a, .pane-block-5 .wait-time-block-code a {
  text-decoration: none;
  font-weight: normal;
}
/* line 2856, ../sass/global.styles.scss */
.pane-block-4 .wait-time-block-button, .pane-block-5 .wait-time-block-button {
  display: inline-block;
  position: relative;
  font-size: 2.022em;
  color: #d46a4c;
  width: 227px;
  font-weight: 500;
  text-decoration: none;
  padding-left: 5px;
}
/* line 2867, ../sass/global.styles.scss */
.pane-block-4 .wait-time-more-airports, .pane-block-5 .wait-time-more-airports {
  float: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-decoration: none;
  color: #17323c;
  margin-left: 8px;
  font-weight: bold;
}
/* line 2876, ../sass/global.styles.scss */
.pane-block-4 #wait-time-block-button-toronto, .pane-block-4 #wait-time-block-button-vancouver, .pane-block-5 #wait-time-block-button-toronto, .pane-block-5 #wait-time-block-button-vancouver {
  float: left;
}
/* line 2879, ../sass/global.styles.scss */
.pane-block-4 #wait-time-block-button-montreal, .pane-block-4 #wait-time-block-button-calgary, .pane-block-5 #wait-time-block-button-montreal, .pane-block-5 #wait-time-block-button-calgary {
  float: right;
}

/**
 * CATSA Security Screening Main Page Block
 * Goal: To create a block with:
 *  1) Text
 *  2) A link
 *  3) An image of a security man on the left
 */
/* line 2892, ../sass/global.styles.scss */
.pane-block-8, .pane-block-9 {
  clear: both;
  padding: 100px 30px 16px;
  background-image: url("../images/securityscreening-ie8.png");
  background-size: auto 100px;
  background-position: 11% top;
  background-repeat: no-repeat;
  width: 78%;
  margin-left: -20px;
}
/* line 2901, ../sass/global.styles.scss */
.pane-block-8 h2, .pane-block-9 h2 {
  font-size: 2.361em;
  font-weight: 500;
}
/* line 2905, ../sass/global.styles.scss */
.pane-block-8 p, .pane-block-9 p {
  font-size: 1em;
  margin-top: 0.9em;
}
/* line 2909, ../sass/global.styles.scss */
.pane-block-8 a, .pane-block-9 a {
  text-decoration: none;
  font-weight: bold;
  color: #17323c;
  font-family: Helvetica, Arial, sans-serif;
}

/**
 * CATSA Alert Banner
 */
/* line 2920, ../sass/global.styles.scss */
.block-user-alert {
  margin-left: -1px;
  display: block;
  height: 100%;
  margin-bottom: 2em;
}
/* line 2925, ../sass/global.styles.scss */
.block-user-alert a {
  color: white;
  font-weight: bold;
}
/* line 2929, ../sass/global.styles.scss */
.block-user-alert .user-alert {
  padding: 5px 5px 0 79px;
  background-position: 2% center;
  background-size: 35px auto;
  background-color: #D11241;
  background-repeat: no-repeat;
  background-image: url("../images/alertIE8.png");
  line-height: 1.7em;
  width: 94%;
  min-height: 3em;
}
/* line 2939, ../sass/global.styles.scss */
.block-user-alert .user-alert .user-label {
  padding: 0;
  font-size: 1.12em;
  display: inline-table;
  background: none;
  vertical-align: middle;
}
/* line 2948, ../sass/global.styles.scss */
.block-user-alert .user-alert .user-alert-close a {
  color: white;
  font-weight: bold;
}
/* line 2953, ../sass/global.styles.scss */
.block-user-alert .user-alert p {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: white;
  font-size: 1.15em;
  vertical-align: middle;
}
/* line 2961, ../sass/global.styles.scss */
.not-front .block-user-alert .user-alert {
  background-position: 3% center;
  margin-bottom: 10px;
}
/* line 2965, ../sass/global.styles.scss */
.front .block-user-alert .user-alert {
  margin-top: 25px;
}
/* line 2970, ../sass/global.styles.scss */
.front .block-user-alert {
  width: 922px;
  margin-left: -0.55em;
}
/* line 2976, ../sass/global.styles.scss */
.front .block-user-alert.text-increase .user-label {
  padding-left: 35px;
}
/* line 2979, ../sass/global.styles.scss */
.front .block-user-alert.text-increase p {
  width: 65%;
}
/* line 2983, ../sass/global.styles.scss */
.block-user-alert.text-increase .user-label {
  padding-left: 35px !important;
}
/* line 2986, ../sass/global.styles.scss */
.block-user-alert.text-increase p {
  width: 57% !important;
}

/**
 * CATSA Wait Times Page
 */
/* line 2995, ../sass/global.styles.scss */
.view-waittimes {
  font-family: Helvetica, Arial, sans-serif;
}
/* line 2997, ../sass/global.styles.scss */
.view-waittimes .view-filters {
  float: right;
}
/* line 2999, ../sass/global.styles.scss */
.view-waittimes .view-filters .views-submit-button {
  margin-left: -10px;
  margin-top: -2px;
}
/* line 3004, ../sass/global.styles.scss */
.view-waittimes .view-content {
  width: 692px;
  clear: right;
  padding: 10px;
}
/* line 3009, ../sass/global.styles.scss */
.view-waittimes .views-row {
  clear: left;
  padding-bottom: 1em;
}
/* line 3012, ../sass/global.styles.scss */
.view-waittimes .views-row .views-field {
  float: left;
  width: 35%;
}
/* line 3016, ../sass/global.styles.scss */
.view-waittimes .views-row .views-field-nothing, .view-waittimes .views-row .views-field-nothing-1 {
  display: none;
}
/* line 3019, ../sass/global.styles.scss */
.view-waittimes .views-row .views-field-edit-node {
  width: 19%;
}
/* line 3022, ../sass/global.styles.scss */
.view-waittimes .views-row .views-field-php {
  width: 29%;
}
/* line 3025, ../sass/global.styles.scss */
.view-waittimes .views-row .views-field-nothing {
  width: 33%;
}
/* line 3028, ../sass/global.styles.scss */
.view-waittimes .views-row .views-field-nothing-1 {
  width: 64.85%;
}
/* line 3031, ../sass/global.styles.scss */
.view-waittimes .views-row .views-field-field-wt-checkpoint-name {
  width: 35%;
}
/* line 3034, ../sass/global.styles.scss */
.view-waittimes .views-row .views-field-publishcontent {
  padding-right: 14px;
}
/* line 3037, ../sass/global.styles.scss */
.view-waittimes .views-row .views-field-publishcontent {
  width: 14.65%;
}
/* line 3041, ../sass/global.styles.scss */
.view-waittimes .views-row .views-field-field-wt-checkpoint-name,
.view-waittimes .views-row .views-field-php,
.view-waittimes .views-row .views-field-edit-node,
.view-waittimes .views-row .views-field-publishcontent {
  padding-top: 10px;
}
/* line 3048, ../sass/global.styles.scss */
#breadcrumb .view-waittimes {
  display: none;
}
/* line 3052, ../sass/global.styles.scss */
.view-waittimes h3 {
  font-family: Museo, Helvetica, Arial, sans-serif;
  margin: 2px 1px 0 -10px;
  padding-left: 10px;
  padding-top: 3px;
  clear: both;
  font-size: 1.67em;
  color: black;
  padding-bottom: 20px;
  background-color: #6cbdb6;
}
/* line 3063, ../sass/global.styles.scss */
.view-waittimes .views-row {
  margin-top: -14px;
}
/* line 3065, ../sass/global.styles.scss */
.view-waittimes .views-row .views-field-nothing,
.view-waittimes .views-row .views-field-field-wt-checkpoint-name {
  padding-left: 10px;
  margin-left: -10px;
}
/* line 3070, ../sass/global.styles.scss */
.view-waittimes .views-row .views-field-publishcontent {
  padding-right: 14px;
}
/* line 3072, ../sass/global.styles.scss */
.not-logged-in .view-waittimes .views-row .views-field-publishcontent {
  height: 2.09em;
}
/* line 3077, ../sass/global.styles.scss */
.not-logged-in .view-waittimes .views-row .views-field-publishcontent,
.not-logged-in .view-waittimes .views-row .views-field-edit-node {
  width: 0%;
  height: 2.09em;
}
/* line 3081, ../sass/global.styles.scss */
.not-logged-in .view-waittimes .views-row .views-field-publishcontent .field-content,
.not-logged-in .view-waittimes .views-row .views-field-edit-node .field-content {
  border-left: none;
}
/* line 3085, ../sass/global.styles.scss */
.not-logged-in .view-waittimes .views-row .views-field-nothing-1,
.not-logged-in .view-waittimes .views-row .views-field-field-wt-checkpoint-name {
  width: 49.9%;
}
/* line 3089, ../sass/global.styles.scss */
.not-logged-in .view-waittimes .views-row .views-field-nothing,
.not-logged-in .view-waittimes .views-row .views-field-php {
  width: 48%;
}
/* line 3095, ../sass/global.styles.scss */
.view-waittimes .views-row-last {
  margin-bottom: 3.5em;
}
/* line 3098, ../sass/global.styles.scss */
.view-waittimes .field-content {
  font-size: 1.11em;
}
/* line 3101, ../sass/global.styles.scss */
.view-waittimes .views-field-field-wt-checkpoint-name .field-content,
.view-waittimes .views-field-php .field-content,
.view-waittimes .views-field-edit-node .field-content,
.view-waittimes .views-field-publishcontent .field-content {
  display: block;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  padding-top: 5px;
}
/* line 3111, ../sass/global.styles.scss */
.view-waittimes .views-row-first .field-content {
  border-top: none;
}
/* line 3115, ../sass/global.styles.scss */
.view-waittimes .views-row-first .views-field-nothing {
  display: inline;
  background: #efede4;
  padding: 3px 17px 3px 7px;
  font-weight: bold;
  margin-left: -10px;
}
/* line 3122, ../sass/global.styles.scss */
.view-waittimes .views-row-first .views-field-nothing-1 {
  display: inline;
  background: #efede4;
  padding: 3px 0px;
  font-weight: bold;
}

/* line 3133, ../sass/global.styles.scss */
#block-views-exp-waittimes-page .views-exposed-widgets .views-widget-filter-field_wt_airport_city_value label,
#block-views-exp-waittimes-page .views-exposed-widgets .views-widget-filter-field_wt_airport_city_value input.form-text,
#block-views-exp-waittimes-page .views-exposed-widgets input.form-submit {
  display: none;
}
/* line 3138, ../sass/global.styles.scss */
#block-views-exp-waittimes-page .views-exposed-widgets li {
  width: 31.8%;
  float: left;
  background: #6cbdb6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: table;
  text-align: center;
  color: black;
  height: 3.5em;
  margin: 5px;
  min-height: 50px;
  line-height: 3em;
}
/* line 3150, ../sass/global.styles.scss */
#block-views-exp-waittimes-page .views-exposed-widgets li a {
  text-decoration: none;
  font-size: 1.35em;
  font-family: Museo, Helvetica, Arial, sans-serif;
  display: table-cell;
  font-weight: bold;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* line 3159, ../sass/global.styles.scss */
#block-views-exp-waittimes-page .views-exposed-widgets li a.current-airport {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: black;
  color: white;
  font-weight: bold;
}
/* line 3168, ../sass/global.styles.scss */
#block-views-exp-waittimes-page .views-exposed-form .views-exposed-widgets {
  float: left;
  clear: both;
}
/* line 3172, ../sass/global.styles.scss */
#block-views-exp-waittimes-page .wait-time-selectors-collapse {
  display: none;
}
/* line 3175, ../sass/global.styles.scss */
#block-views-exp-waittimes-page .description {
  font-size: 1.115em;
  color: #ba133e;
  cursor: pointer;
}
/* line 3180, ../sass/global.styles.scss */
#block-views-exp-waittimes-page .selector-text {
  text-decoration: underline;
}
/* line 3183, ../sass/global.styles.scss */
#block-views-exp-waittimes-page .views-exposed-form .views-exposed-widgets {
  padding-bottom: 15px;
}

/**
 * CATSA Rotating Banner
 * Goal: To create a block with:
 *  1) A large picture with overlaid clickable right and left arrows
 *  2) Three titles lining the right hand side that are clickable
 *  3) A Description and Link section lining the bottom, full width
 */
/* line 3195, ../sass/global.styles.scss */
#block-block-12 {
  height: 394px;
  clear: both;
  display: block;
  margin-left: -0.65em;
  width: 101.8%;
  position: inherit;
}
/* line 3203, ../sass/global.styles.scss */
#block-block-12 #banner-title-box {
  display: block;
  z-index: 1;
  height: 100%;
  float: right;
}
/* line 3208, ../sass/global.styles.scss */
#block-block-12 #banner-title-box .bannerIconBox {
  height: 33%;
}
/* line 3213, ../sass/global.styles.scss */
#block-block-12 .banner-title {
  background: #5c6f76;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 500;
  margin-left: 0;
  width: 100%;
  float: right;
  display: table;
  height: 3.52em;
  padding: 25px 5px 20px 30px;
  position: relative;
  overflow: hidden;
  margin-top: 2px;
}
/* line 3229, ../sass/global.styles.scss */
#block-block-12 .banner-title a {
  display: table-cell;
  vertical-align: middle;
  color: white;
  text-decoration: none;
  width: 100%;
}
/* line 3238, ../sass/global.styles.scss */
#block-block-12 #banner-box {
  height: 392px;
  width: 100%;
}
/* line 3243, ../sass/global.styles.scss */
#block-block-12 .banner-icon {
  position: relative;
  display: table-cell;
  right: 10px;
  float: right;
  width: 70px;
  height: auto;
}
/* line 3252, ../sass/global.styles.scss */
#block-block-12 .banner-icon img {
  width: 70px;
  height: auto;
}
/* line 3257, ../sass/global.styles.scss */
#block-block-12 #banner-arrow-box {
  display: inline-block;
  position: relative;
  z-index: 1;
  bottom: 348px;
  left: 2px;
}
/* line 3266, ../sass/global.styles.scss */
#block-block-12 #banner-arrow-box .row-0 {
  top: 0px;
}
/* line 3266, ../sass/global.styles.scss */
#block-block-12 #banner-arrow-box .row-1 {
  top: 131px;
}
/* line 3266, ../sass/global.styles.scss */
#block-block-12 #banner-arrow-box .row-2 {
  top: 262px;
}
/* line 3271, ../sass/global.styles.scss */
#block-block-12 .banner-left-button {
  background-image: url("../images/arrowselect_bannericon.png");
  background-repeat: no-repeat;
  background-size: 18px 42px;
  height: 42px;
  width: 18px;
  position: relative;
  display: none;
}
/* line 3281, ../sass/global.styles.scss */
#block-block-12 #banner-link-box {
  position: relative;
  width: 586px;
  float: left;
  bottom: 60px;
}
/* line 3288, ../sass/global.styles.scss */
#block-block-12 .banner-link {
  font-family: Helvetica, Arial, sans-serif;
  display: none;
  position: relative;
  padding: 5px;
  height: 3.7em;
  width: 98%;
  text-decoration: none;
  font-size: 1em;
  color: #efede4;
  background-color: rgba(23, 50, 60, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC17323C,endColorstr=#CC17323C)";
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC17323C,endColorstr=#CC17323C);
  zoom: 1;
}
/* line 3303, ../sass/global.styles.scss */
#block-block-12 .banner-link .read {
  color: white;
  font-weight: bold;
}
/* line 3309, ../sass/global.styles.scss */
#block-block-12 #banner-image-box {
  position: relative;
  z-index: -1;
  top: 2px;
  max-height: 389.5px;
  overflow: hidden;
}
/* line 3317, ../sass/global.styles.scss */
#block-block-12 .banner-image img {
  width: 100%;
  display: none;
  max-height: 389px;
  max-width: 585.6px;
  position: relative;
  z-index: -1;
}
/* line 3326, ../sass/global.styles.scss */
#block-block-12 .bannerActive {
  background: #17323c !important;
}
/* line 3328, ../sass/global.styles.scss */
#block-block-12 .bannerActive a {
  color: #d3d366 !important;
}

/**
 * CATSA Sharethis Block
 */
/* line 3337, ../sass/global.styles.scss */
#block-views-sharethis-view-block,
.pane-sharethis-view #block-views-sharethis-view-block {
  clear: both;
  display: block;
  width: 100%;
  padding-left: 2em;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
}
/* line 3346, ../sass/global.styles.scss */
#block-views-sharethis-view-block .sharethis-icon,
.pane-sharethis-view #block-views-sharethis-view-block .sharethis-icon {
  background-image: url("../images/share_icon-ie8.png");
  background-repeat: no-repeat;
  background-position: left 30%;
  background-size: auto 38px;
  display: inline-block;
  height: 40px;
  width: 40px;
}
/* line 3355, ../sass/global.styles.scss */
#block-views-sharethis-view-block .sharethis-title,
.pane-sharethis-view #block-views-sharethis-view-block .sharethis-title {
  vertical-align: super;
  display: inline-block;
}
/* line 3359, ../sass/global.styles.scss */
#block-views-sharethis-view-block .sharethis-elements,
.pane-sharethis-view #block-views-sharethis-view-block .sharethis-elements {
  display: inline-block;
}
/* line 3362, ../sass/global.styles.scss */
#block-views-sharethis-view-block h2,
.pane-sharethis-view #block-views-sharethis-view-block h2 {
  font-size: 1.7em;
  color: #17323c !important;
  font-weight: 500;
  margin-right: 11px;
  display: inline;
}
/* line 3369, ../sass/global.styles.scss */
#block-views-sharethis-view-block .sharethis-wrapper,
.pane-sharethis-view #block-views-sharethis-view-block .sharethis-wrapper {
  display: inline;
}
/* line 3372, ../sass/global.styles.scss */
#block-views-sharethis-view-block .sharethis-alt,
.pane-sharethis-view #block-views-sharethis-view-block .sharethis-alt {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  width: 1px;
}

/* line 3382, ../sass/global.styles.scss */
.not-front #block-views-sharethis-view-block {
  border-top: 1px solid #6cbdb6;
  padding-left: 0;
  padding-top: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
  width: 101.5%;
}
/* line 3390, ../sass/global.styles.scss */
.not-front #block-views-sharethis-view-block h2 {
  font-size: 1.1em;
  color: black !important;
}

/**
 * CATSA Proactive Disclosure Theming
 */
/* line 3400, ../sass/global.styles.scss */
.node-pd-expense,
.page-pd-rages #block-system-main,
.view-pd-quarterly-sum {
  font-size: 1.144em;
}

/* line 3406, ../sass/global.styles.scss */
.view-pd-profile-list {
  font-size: 1.07em;
}
/* line 3408, ../sass/global.styles.scss */
.view-pd-profile-list .attachment-after {
  font-size: 0.934em;
}

/* line 3418, ../sass/global.styles.scss */
.node-type-pd-expense #block-menu-block-15,
.node-type-pd-expense #block-menu-block-16,
.page-pd-ranges #block-menu-block-15,
.page-pd-ranges #block-menu-block-16,
.page-pd-quarterly-sum #block-menu-block-15,
.page-pd-quarterly-sum #block-menu-block-16,
.page-pd-board-list #block-menu-block-15,
.page-pd-board-list #block-menu-block-16,
.page-pd-exec-list #block-menu-block-15,
.page-pd-exec-list #block-menu-block-16 {
  margin-top: 0;
}

/* line 3425, ../sass/global.styles.scss */
.page-pd-ranges .listlinks {
  font-size: 1.14em;
  margin-bottom: 20px;
}

/* line 3431, ../sass/global.styles.scss */
.node-pd-expense {
  font-size: 1.144em;
  width: 670px;
  margin-left: 0.7em;
}
/* line 3436, ../sass/global.styles.scss */
.not-logged-in .node-pd-expense .field-name-title {
  display: none;
}
/* line 3439, ../sass/global.styles.scss */
.node-pd-expense .field-name-title .field-label {
  font-size: 1em;
}

/* line 3445, ../sass/global.styles.scss */
.view-pd-quarterly-sum {
  width: 702px;
  font-size: 1.1em;
}
/* line 3448, ../sass/global.styles.scss */
.view-pd-quarterly-sum .view-header .type-header {
  width: 692px;
}
/* line 3451, ../sass/global.styles.scss */
.view-pd-quarterly-sum thead th {
  color: #17323c;
}
/* line 3454, ../sass/global.styles.scss */
.view-pd-quarterly-sum .view-footer {
  margin-left: 44.5%;
}
/* line 3457, ../sass/global.styles.scss */
.view-pd-quarterly-sum table {
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #6cbdb6 !important;
}
/* line 3462, ../sass/global.styles.scss */
.view-pd-quarterly-sum tbody tr.even {
  background: white;
}
/* line 3465, ../sass/global.styles.scss */
.view-pd-quarterly-sum .views-field-field-expense-date {
  text-align: left;
  width: 29%;
}
/* line 3469, ../sass/global.styles.scss */
.view-pd-quarterly-sum .views-field-view-node {
  text-align: left;
  width: 35%;
}
/* line 3473, ../sass/global.styles.scss */
.view-pd-quarterly-sum .view-header {
  display: block;
  font-weight: bold;
  margin-bottom: -10px;
  color: black;
}
/* line 3478, ../sass/global.styles.scss */
.view-pd-quarterly-sum .view-header h4 {
  color: black;
  font-size: 1em;
}
/* line 3483, ../sass/global.styles.scss */
.view-pd-quarterly-sum .view-footer {
  margin-left: 67.5%;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 3487, ../sass/global.styles.scss */
.not-logged-in .view-pd-quarterly-sum .view-footer {
  margin-left: 72.5%;
}
/* line 3491, ../sass/global.styles.scss */
.view-pd-quarterly-sum .views-field-php {
  text-align: left;
  width: 9%;
}
/* line 3494, ../sass/global.styles.scss */
.not-logged-in .view-pd-quarterly-sum .views-field-php {
  width: 30%;
}
/* line 3498, ../sass/global.styles.scss */
.view-pd-quarterly-sum .views-field-edit-node {
  text-align: left;
  width: 10%;
}
/* line 3501, ../sass/global.styles.scss */
.not-logged-in .view-pd-quarterly-sum .views-field-edit-node {
  width: 1%;
}
/* line 3505, ../sass/global.styles.scss */
.view-pd-quarterly-sum .type-header {
  background: #6cbdb6;
  padding: 5px;
  display: block;
  width: 692px;
  font-size: 1.2em;
}

/* line 3515, ../sass/global.styles.scss */
.node-pd-expense .field-name-field-expensse-type {
  margin-left: -20px;
  padding-left: 7px;
  font-weight: bold;
  background: #6cbdb6;
  margin-right: -10px;
  font-size: 1.2em;
}
/* line 3525, ../sass/global.styles.scss */
.node-pd-expense .field-name-field-expense-user-profile .field-items .field-items {
  width: 100%;
}
/* line 3528, ../sass/global.styles.scss */
.node-pd-expense .field-name-field-expense-user-profile .node-pd-person-profile .field-item {
  padding-left: 0;
}
/* line 3533, ../sass/global.styles.scss */
.node-pd-expense .field-label {
  width: 30%;
  padding: 10px;
  margin-top: 0;
  font-weight: bold !important;
  color: black;
}
/* line 3539, ../sass/global.styles.scss */
.node-pd-expense .field-label .field-item {
  color: white;
}
/* line 3543, ../sass/global.styles.scss */
.node-pd-expense .node-pd-person-profile {
  margin-bottom: 0;
}
/* line 3546, ../sass/global.styles.scss */
.node-pd-expense .field-item {
  padding-top: 13px;
  padding-left: 5px;
  padding-bottom: 10px;
}
/* line 3551, ../sass/global.styles.scss */
.node-pd-expense .field-name-profile-name-and-position {
  margin-top: -12px;
}
/* line 3554, ../sass/global.styles.scss */
.node-pd-expense section {
  border-top: 1px solid #e2e2e2;
  margin-left: -20px;
  margin-right: -10px;
}
/* line 3558, ../sass/global.styles.scss */
.node-pd-expense section.field-name-field-expensse-hosp-total, .node-pd-expense section.field-name-field-expense-travel-total {
  border-bottom: 1px solid #6cbdb6;
}
/* line 3561, ../sass/global.styles.scss */
.node-pd-expense section.field-name-field-expensse-hosp-total .field-label, .node-pd-expense section.field-name-field-expense-travel-total .field-label {
  background: #fff;
}

/* line 3568, ../sass/global.styles.scss */
#block-views-pd-quarterly-sum-block-1 h2.block-title {
  display: none;
}

/* line 3573, ../sass/global.styles.scss */
.page-pd-exec-list #block-block-15,
.page-pd-exec-list #block-block-16,
.page-pd-exec-list #block-block-17,
.page-pd-exec-list #block-block-18 {
  right: 1.5%;
}

/* line 3582, ../sass/global.styles.scss */
.page-pd-ranges .node-pd-person-profile .field-name-profile-name-and-position .field-item {
  font-size: 1.15em;
}
/* line 3585, ../sass/global.styles.scss */
.page-pd-ranges .node-pd-person-profile .listlinks a {
  font-size: 1em;
}
/* line 3588, ../sass/global.styles.scss */
.page-pd-ranges .node-pd-person-profile .heading {
  font-weight: bold;
}

/* line 3594, ../sass/global.styles.scss */
.view-pd-profile-list .view-header {
  font-weight: bold;
  font-size: 1.07em;
  padding: 5px;
  background-color: #6cbdb6;
}

/* line 3602, ../sass/global.styles.scss */
#view-pd-profile-list {
  width: 75%;
}

/**
 * CATSA Right Sidebar Faster Service Button
 */
/* line 3609, ../sass/global.styles.scss */
#block-block-17, #block-block-18 {
  width: 215px;
  position: absolute;
  margin-top: 311px;
  margin-left: 460px;
}
/* line 3614, ../sass/global.styles.scss */
#block-block-17 .faster-service-button, #block-block-18 .faster-service-button {
  background-image: url("../images/fasterservice-ie8.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 50px auto;
  color: #17323c;
  text-decoration: none;
  font-size: 1.415em;
  background-color: #d3d366;
  padding: 10px 13px 10px 10px;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
}
/* line 3630, ../sass/global.styles.scss */
#block-block-17 h3, #block-block-18 h3 {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 3634, ../sass/global.styles.scss */
#block-block-17.imageExists, #block-block-18.imageExists {
  margin-top: 55em;
}
/* line 3637, ../sass/global.styles.scss */
#block-block-17.text-increase-4, #block-block-17.text-increase-5, #block-block-17.text-increase-6, #block-block-18.text-increase-4, #block-block-18.text-increase-5, #block-block-18.text-increase-6 {
  width: 260px;
}

/* line 3645, ../sass/global.styles.scss */
#block-block-18.text-increase-4 {
  margin-top: 383px;
}
/* line 3648, ../sass/global.styles.scss */
#block-block-18.text-increase-5 {
  margin-top: 444px;
}
/* line 3651, ../sass/global.styles.scss */
#block-block-18.text-increase-6 {
  margin-top: 586px;
}

/* line 3656, ../sass/global.styles.scss */
.view-custom-blocks img {
  max-width: 235px;
  width: 100%;
}

/* line 3661, ../sass/global.styles.scss */
.ds-2col-stacked .group-left {
  width: 63%;
  padding-bottom: 15px;
  /**
   * Related Content
   */
}
/* line 3665, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-wtp-keywords {
  display: none;
}
/* line 3672, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-content,
.ds-2col-stacked .group-left .field-name-field-related-link-one {
  float: left;
  width: 48%;
  max-width: 208.65px;
  clear: left;
  display: block;
}
/* line 3683, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-content .field-items,
.ds-2col-stacked .group-left .field-name-field-related-content-two .field-items {
  margin-top: -25px;
}
/* line 3686, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-content h2,
.ds-2col-stacked .group-left .field-name-field-related-content-two h2 {
  color: black;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 5px;
}
/* line 3694, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-content h2 {
  margin-bottom: -45px;
}
/* line 3699, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-link-one a {
  font-family: Helvetica, Arial, sans-serif;
}
/* line 3703, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-link-two {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-left: 15px;
}
/* line 3709, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-link-two a {
  font-family: Helvetica, Arial, sans-serif;
}
/* line 3712, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-link-two.no-title {
  float: left;
  width: 46.1%;
  max-width: 209.083px;
}
/* line 3719, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-content-two {
  float: left;
  width: 100%;
  display: block;
  border-top: 1px solid #6cbdb6;
}
/* line 3724, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-content-two .image-style-related-content {
  padding-top: 30px;
}
/* line 3727, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-content-two.no-title {
  float: left;
  padding-top: 22px;
  padding-left: 15px;
  border-top: none;
  width: 48.1%;
  max-width: 209.083px;
}
/* line 3734, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-content-two.no-title .image-style-related-content {
  padding-top: 60px;
}
/* line 3740, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .field-name-field-related-content img {
  padding-top: 64px;
  padding-right: 226px;
  border-top: 1px solid #6cbdb6;
}

/* line 3748, ../sass/global.styles.scss */
.more:after {
  content: "\00BB";
}

/* line 3752, ../sass/global.styles.scss */
.front #block-system-main {
  display: inline-block;
  width: 100%;
}

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
/*
 * The first block in the region
 */
/*
 * The last block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Block title
 */
/* line 3796, ../sass/global.styles.scss */
.block-title {
  margin: 0;
}
/* line 3798, ../sass/global.styles.scss */
.front .block-title {
  color: #17323c;
}

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
/* line 3815, ../sass/global.styles.scss */
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}
/* line 3820, ../sass/global.styles.scss */
.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
/*
 * Block for the latest news items in the first feed
 */
/*
 * First block created with "Add block" link
 */
/*
 * "Recent blog posts" block
 */
/*
 * "Book navigation" block for the current book's table of contents
 */
/*
 * "Recent comments" block
 */
/*
 * "Active forum topics" block
 */
/*
 * "New forum topics" block
 */
/*
 * Language switcher block
 */
/*
 * Custom menu block
 */
/*
 * "Recent content" block
 */
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
/*
 * "Most recent poll" block
 */
/* line 3902, ../sass/global.styles.scss */
#block-poll-recent {
  border: 1px solid #d6d4cb;
  margin-top: 15px;
  padding-bottom: 10px;
}
/* line 3906, ../sass/global.styles.scss */
#block-poll-recent .links {
  padding-left: 0;
  padding-top: 10px;
}
/* line 3909, ../sass/global.styles.scss */
#block-poll-recent .links a[title='View the list of polls on this site.'],
#block-poll-recent .links a[title='Voir la liste des sondages de ce site.'] {
  display: none;
}
/* line 3914, ../sass/global.styles.scss */
#block-poll-recent .form-submit {
  margin-left: 0 !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 3920, ../sass/global.styles.scss */
#block-poll-recent .vote-form {
  text-align: left;
}

/*
 * "Author information" block for the profile of the page's author
 */
/*
 * "Search form" block
 */
/*
 * "Shortcuts" block
 */
/*
 * "Popular content" block
 */
/*
 * "Main menu" block
 */
/*
 * "Management" block for Drupal management menu
 */
/*
 * "Navigation" block for Drupal navigation menu
 */
/*
 * "User menu" block for Drupal user menu
 */
/*
 * "System help" block
 */
/*
 * "Main page content" block
 */
/* line 3984, ../sass/global.styles.scss */
.not-front #block-system-main {
  clear: both;
}

/*
 * "Powered by Drupal" block
 */
/*
 * "User login form" block
 */
/*
 * "Who's new" block for a list of the newest users
 */
/*
 * "Who's online" block for a list of the online users
 */
/* =============================================================================
 *   Node Styling
 * ========================================================================== */
/* line 4018, ../sass/global.styles.scss */
.node {
  margin-bottom: 20px;
}
/* line 4035, ../sass/global.styles.scss */
.node .node-title {
  margin: 0;
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
/* line 4093, ../sass/global.styles.scss */
#comments {
  margin: 275px 0 0;
  border-top: 1px solid #6cbdb6;
}
/* line 4096, ../sass/global.styles.scss */
#comments h2 {
  display: none;
}
/* line 4098, ../sass/global.styles.scss */
#comments h2.comment-title {
  margin: 0;
}
/* line 4102, ../sass/global.styles.scss */
#comments h2.comment-form {
  margin: 0;
}
/* line 4107, ../sass/global.styles.scss */
#comments #comment-form #edit-field-useful-rate-und div label {
  font-weight: normal;
}
/* line 4110, ../sass/global.styles.scss */
#comments #comment-form #edit-name,
#comments #comment-form label[for=edit-name],
#comments #comment-form #edit-author--2 {
  display: none;
}
/* line 4115, ../sass/global.styles.scss */
#comments #comment-form #edit-submit {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/*
 * Wrapper for a single comment
 */
/* line 4125, ../sass/global.styles.scss */
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
/* line 4156, ../sass/global.styles.scss */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
/*
 * Preview of the comment before submitting new or updated comment
 */
/*
 * "New" marker for comments that are new for the current user
 */
/* line 4188, ../sass/global.styles.scss */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
/* line 4196, ../sass/global.styles.scss */
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
/* line 4210, ../sass/global.styles.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid #c00;
}
/* line 4216, ../sass/global.styles.scss */
.form-item label {
  font-weight: 700;
}
/* line 4223, ../sass/global.styles.scss */
.form-item .description {
  font-size: 1.1em;
}

/* line 4232, ../sass/global.styles.scss */
.ui-autocomplete-input,
.form-autocomplete {
  background-image: none !important;
}

/** 
 * CATSA Custom Envoke Form
 */
/* line 4241, ../sass/global.styles.scss */
.envokeForm .radioLabel {
  display: inline;
  font-weight: normal;
}
/* line 4244, ../sass/global.styles.scss */
.envokeForm .radioLabel[for="english"] {
  padding-right: 15px;
}
/* line 4248, ../sass/global.styles.scss */
.envokeForm input[type="submit"] {
  color: #17323c;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 6px;
  background-color: #6cbdb6;
  border: 0;
  font-size: 1.2em;
  font-weight: 700;
}

/* line 4260, ../sass/global.styles.scss */
#search-form #edit-submit--3 {
  display: none;
}
/* line 4263, ../sass/global.styles.scss */
#search-form .form-item-language {
  display: none;
}

/**
 * Polls
 */
/* line 4273, ../sass/global.styles.scss */
#poll-view-voting #edit-choice,
#poll-cancel-form #edit-choice {
  padding-left: 5px;
}
/* line 4276, ../sass/global.styles.scss */
#poll-view-voting .form-submit,
#poll-cancel-form .form-submit {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-left: 10px;
}
/* line 4280, ../sass/global.styles.scss */
#poll-view-voting .vote-form,
#poll-cancel-form .vote-form {
  text-align: left;
}
/* line 4283, ../sass/global.styles.scss */
#poll-view-voting .choices,
#poll-cancel-form .choices {
  margin: 0;
}

/* line 4289, ../sass/global.styles.scss */
#user-login .form-submit {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/*
 * Highlight marks and form required mark
 */
/* line 4297, ../sass/global.styles.scss */
.marker,
.form-required {
  color: #c00;
}

/*
 * The submit button
 */
/* line 4306, ../sass/global.styles.scss */
.form-submit {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 6px;
  background-color: #6cbdb6;
  border: 0;
  font-weight: bold;
}

/*
 * The search form and button
 */
/* line 159, ../sass/_custom.scss */
#block-search-form .form-submit,
#search-block-form .form-submit {
  background-color: #17323c;
  width: auto;
  position: relative;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}
/* line 166, ../sass/_custom.scss */
#block-search-form .form-text,
#search-block-form .form-text {
  background-position: 100% 0.4em;
  background-size: 1em;
  padding: 0px 4px;
  border: none;
}
/* line 173, ../sass/_custom.scss */
#block-search-form input.form-text ::-webkit-input-placeholder,
#search-block-form input.form-text ::-webkit-input-placeholder {
  color: #17323c;
}
/* line 176, ../sass/_custom.scss */
#block-search-form input.form-text:-moz-placeholder,
#search-block-form input.form-text:-moz-placeholder {
  color: #17323c;
  opacity: 0.8;
}
/* line 180, ../sass/_custom.scss */
#block-search-form input.form-text::-moz-placeholder,
#search-block-form input.form-text::-moz-placeholder {
  color: #17323c;
  opacity: 0.8;
}
/* line 184, ../sass/_custom.scss */
#block-search-form input.form-text:-ms-input-placeholder,
#search-block-form input.form-text:-ms-input-placeholder {
  color: #17323c;
}
/* line 4320, ../sass/global.styles.scss */
#block-search-form .form-submit,
#search-block-form .form-submit {
  height: 24px;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(\asrc='../images/MagnifyingGlass.png',\asizingMethod='scale')";
}
/* line 4326, ../sass/global.styles.scss */
#block-search-form .form-text,
#search-block-form .form-text {
  background-color: #efede4;
}

/* line 4332, ../sass/global.styles.scss */
.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
/* line 4341, ../sass/global.styles.scss */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
/* line 4355, ../sass/global.styles.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/*
 * Password confirmation
 */
/* line 4363, ../sass/global.styles.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
/* line 4373, ../sass/global.styles.scss */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
/* line 4378, ../sass/global.styles.scss */
table.sticky-header {
  z-index: 10;
}

/* line 4384, ../sass/global.styles.scss */
table,
thead,
tr,
th,
td {
  border: none;
}

/* line 4393, ../sass/global.styles.scss */
table,
td,
th {
  vertical-align: middle;
}

/* line 4400, ../sass/global.styles.scss */
caption,
th,
td {
  text-align: left;
}

/* line 4407, ../sass/global.styles.scss */
thead tr {
  font-weight: 700;
  background-color: #efede4;
}

/* line 4413, ../sass/global.styles.scss */
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}
/* line 4418, ../sass/global.styles.scss */
td ul,
th ul {
  margin-top: 0.25em;
}

/* line 4424, ../sass/global.styles.scss */
tbody {
  border-top: 1px solid #efede4;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 4432, ../sass/global.styles.scss */
tbody tr {
  border-top: none;
}

/* line 4437, ../sass/global.styles.scss */
tr {
  /* Table row striping */
}
/* line 4439, ../sass/global.styles.scss */
tr.odd {
  border-bottom: 0;
  background: #fff;
}
/* line 4445, ../sass/global.styles.scss */
tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  background: #efede4;
}
/* line 4456, ../sass/global.styles.scss */
tr.odd td.active {
  background-color: #eee;
}
/* line 4460, ../sass/global.styles.scss */
tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
/* line 4483, ../sass/global.styles.scss */
#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */
/* line 4499, ../sass/global.styles.scss */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 4504, ../sass/global.styles.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */
/* line 4545, ../sass/global.styles.scss */
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}
/* line 322, ../sass/_custom.scss */
.ie6-7 .node-unpublished p.unpublished > *, .ie6-7
.comment-unpublished p.unpublished > * {
  position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
/* line 4556, ../sass/global.styles.scss */
.maintenance-page .container {
  padding: 40px 0;
}
/* line 4560, ../sass/global.styles.scss */
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

/* line 4568, ../sass/global.styles.scss */
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px !important;
}
/* line 4575, ../sass/global.styles.scss */
.db-offline div.messages {
  margin: 20px 0 0;
}
/* line 4579, ../sass/global.styles.scss */
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
/* line 4592, ../sass/global.styles.scss */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
/* line 4601, ../sass/global.styles.scss */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
/* line 4610, ../sass/global.styles.scss */
#styleguide-header {
  padding: 0 10px;
}
/* line 4613, ../sass/global.styles.scss */
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* WEBFORMS */
/**
 * Contact Us
 */
/* line 4626, ../sass/global.styles.scss */
.contact-us-heading,
.contact-us-body-text {
  font-size: 1em;
}

/* line 4631, ../sass/global.styles.scss */
.contact-us-heading {
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

/* line 4636, ../sass/global.styles.scss */
.contact-us-french-body {
  font-size: 1em;
}

/* line 4640, ../sass/global.styles.scss */
#webform-client-form-24 {
  background-color: #efede4;
  word-wrap: normal;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
/* line 4645, ../sass/global.styles.scss */
#webform-client-form-24 .form-submit {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 4652, ../sass/global.styles.scss */
#webform-client-form-24 input.form-radio {
  vertical-align: text-top;
}
/* line 4656, ../sass/global.styles.scss */
#webform-client-form-24 .form-type-checkbox label,
#webform-client-form-24 .form-radio label,
#webform-client-form-24 .form-type-radio label {
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

/* line 4664, ../sass/global.styles.scss */
.webform-component-fieldset {
  border: none;
}

/* line 4668, ../sass/global.styles.scss */
#webform-component-contact-information--email,
#webform-component-contact-information--telephone,
#webform-component-contact-information--suite,
#webform-component-contact-information--postal-zip-code,
#webform-component-contact-information--country {
  float: right;
  display: inline;
  width: 45%;
}
/* line 4676, ../sass/global.styles.scss */
#webform-component-contact-information--email .form-text,
#webform-component-contact-information--telephone .form-text,
#webform-component-contact-information--suite .form-text,
#webform-component-contact-information--postal-zip-code .form-text,
#webform-component-contact-information--country .form-text {
  width: 100%;
}

/* line 4681, ../sass/global.styles.scss */
#webform-component-contact-information--name,
#webform-component-contact-information--organization,
#webform-component-contact-information--street-address,
#webform-component-contact-information--province-or-state,
#webform-component-contact-information--city {
  float: left;
  display: inline;
  width: 45%;
}
/* line 4689, ../sass/global.styles.scss */
#webform-component-contact-information--name .form-select,
#webform-component-contact-information--name .form-text,
#webform-component-contact-information--organization .form-select,
#webform-component-contact-information--organization .form-text,
#webform-component-contact-information--street-address .form-select,
#webform-component-contact-information--street-address .form-text,
#webform-component-contact-information--province-or-state .form-select,
#webform-component-contact-information--province-or-state .form-text,
#webform-component-contact-information--city .form-select,
#webform-component-contact-information--city .form-text {
  width: 100%;
}

/* line 4695, ../sass/global.styles.scss */
#webform-component-contact-information--country select {
  width: 103%;
}

/* line 4699, ../sass/global.styles.scss */
#webform-component-contact-information--privacy-act {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  clear: both;
}
/* line 4703, ../sass/global.styles.scss */
#webform-component-contact-information--privacy-act p {
  font-size: 1em;
}

/* line 4708, ../sass/global.styles.scss */
#edit-submitted-please-select-the-topic-relevant-to-your-inquiry,
#webform-component-contact-information--province-or-state,
#webform-component-contact-information--country {
  max-width: 300px;
}

/* line 4714, ../sass/global.styles.scss */
.page-node-191 #block-system-main,
.page-node-192 #block-system-main {
  display: none;
}

/* line 4720, ../sass/global.styles.scss */
#webform-component-contact-information {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}
/* line 4724, ../sass/global.styles.scss */
#webform-component-contact-information legend {
  font-family: Helvetica, Arial, sans-serif;
  overflow: auto;
  max-width: 100%;
}

/* line 4732, ../sass/global.styles.scss */
#webform-component-enter-your-question-comment-or-complaint .description {
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
}

/* line 4738, ../sass/global.styles.scss */
.page-node-24 {
  font-family: Helvetica, Arial, sans-serif;
}
/* line 4740, ../sass/global.styles.scss */
.page-node-24 #breadcrumb,
.page-node-24 .links {
  display: none;
}

/* line 4746, ../sass/global.styles.scss */
.errorButton {
  color: #8C2E0B;
  background-color: transparent;
  border: none;
  text-decoration: underline;
}

/* line 4753, ../sass/global.styles.scss */
#block-block-13,
#block-block-14 {
  width: 65%;
}

/* line 4760, ../sass/global.styles.scss */
#block-block-28,
#block-block-27,
#block-block-26,
#block-block-25,
#block-block-24,
#block-block-23,
#block-block-22,
#block-block-21,
#block-menu-block-17 {
  display: none;
}

/* line 4772, ../sass/global.styles.scss */
#block-block-15,
#block-block-16,
#block-block-17,
#block-block-18 {
  display: block;
}
/* line 4777, ../sass/global.styles.scss */
#block-block-15 li,
#block-block-16 li,
#block-block-17 li,
#block-block-18 li {
  list-style: none;
}

/**
 * Content Width
 */
/* line 4785, ../sass/global.styles.scss */
.ds-2col-stacked .group-left {
  min-height: 29em;
  width: 63%;
}
/* line 4788, ../sass/global.styles.scss */
.ds-2col-stacked .group-left li {
  font-family: Helvetica, Arial, sans-serif;
}
/* line 4791, ../sass/global.styles.scss */
.ds-2col-stacked .group-left .group-left .field-name-field-related-content-two {
  padding-top: 30px;
  padding-left: 20px;
}

/* line 4797, ../sass/global.styles.scss */
.wcib-node-header {
  margin-top: -20px;
}

/* line 4801, ../sass/global.styles.scss */
.one-sidebar #content-column {
  width: 100%;
  clear: none;
  float: left;
}

/* line 4806, ../sass/global.styles.scss */
.one-sidebar .sidebar {
  margin-left: -100%;
  width: 25%;
  clear: none;
}

/* line 4813, ../sass/global.styles.scss */
.one-sidebar .block-user-alert {
  width: 94.95%;
}

/* line 4818, ../sass/global.styles.scss */
#block-block-29,
#block-block-30,
#block-menu-block-15,
#block-menu-block-16 {
  margin-left: -11px;
}

/* line 4825, ../sass/global.styles.scss */
.container {
  max-width: 960px !important;
}

/* line 4829, ../sass/global.styles.scss */
#header {
  width: 962px;
}

/* line 4832, ../sass/global.styles.scss */
.sidebar-first .content-inner {
  margin-left: 25%;
}

/* line 4836, ../sass/global.styles.scss */
#lightbox {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -250px;
  background: #fff;
  z-index: 1001;
  display: none;
  min-width: 400px;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* line 4845, ../sass/global.styles.scss */
#lightbox img {
  display: block;
  min-width: 100%;
}

/* line 4852, ../sass/global.styles.scss */
#lightbox-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  z-index: 1000;
  display: none;
}

/* line 4867, ../sass/global.styles.scss */
.lightbox-button {
  background-color: transparent;
  border: none;
  color: #d46a4c;
  text-decoration: underline;
}

/* line 4874, ../sass/global.styles.scss */
#lightbox-close-button {
  float: right;
}

/* line 4878, ../sass/global.styles.scss */
#lightbox-right-button {
  padding-left: 5px;
}

/* line 4882, ../sass/global.styles.scss */
.view-image-gallery .views-row {
  display: inline-block;
  max-width: 215px;
}
/* line 4885, ../sass/global.styles.scss */
.i18n-fr .view-image-gallery .views-row {
  width: 30%;
}

/* line 4890, ../sass/global.styles.scss */
.views-field.views-field-field-image-gallery-image-1 {
  margin-bottom: 15px;
  text-align: center;
}
/* line 4893, ../sass/global.styles.scss */
.views-field.views-field-field-image-gallery-image-1 a {
  font-size: 0.9em;
  width: 80%;
  display: inline-block;
  margin-left: -8px;
}
/* line 4899, ../sass/global.styles.scss */
.i18n-fr .views-field.views-field-field-image-gallery-image-1 .field-content {
  width: 86%;
  margin-left: 11px;
}

/* line 4906, ../sass/global.styles.scss */
#lightbox .lightbox-slideshow img {
  min-width: 100%;
  height: auto !important;
}
/* line 4910, ../sass/global.styles.scss */
p .lightbox-slideshow img, .lightbox-slideshow img {
  padding: 10px 10px 25px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6cbdb6;
  max-height: 150px;
  max-width: 150px;
  margin: 5px 15px 0;
  background-image: url("../images/expandImage.png");
  background-size: 15px auto;
  background-position: 95% 95%;
  background-repeat: no-repeat;
  background-color: transparent;
  height: auto !important;
  width: auto !important;
}

/**
 * iframe
 */
/* line 4932, ../sass/global.styles.scss */
#block-block-39 .widget-description,
#block-block-40 .widget-description {
  display: block;
  width: 70%;
  margin-bottom: 25px;
}
/* line 4937, ../sass/global.styles.scss */
#block-block-39 h2,
#block-block-40 h2 {
  color: #17323c;
  font-size: 1.9em;
}

/* line 4945, ../sass/global.styles.scss */
.page-node-7325 .field-name-title h2,
.page-node-7326 .field-name-title h2 {
  display: none;
}

/**
 * Full length blocks
 */
/* line 4955, ../sass/global.styles.scss */
#block-block-19 {
  background-color: #efede4;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  margin-top: 0px;
  z-index: -1000;
  min-height: 35em;
}

/* line 4966, ../sass/global.styles.scss */
#block-block-41 {
  background-color: #6cbdb6;
  height: 94%;
  width: 100%;
  left: 0;
  position: absolute;
  margin-top: 481px;
  z-index: -999;
  min-height: 35em;
}
/* line 4975, ../sass/global.styles.scss */
#block-block-41.text-increase {
  margin-top: 1380px;
}

/* line 4980, ../sass/global.styles.scss */
#block-block-42 {
  background-color: white;
  height: 55%;
  width: 100%;
  left: 0;
  position: absolute;
  margin-top: 836px;
  z-index: -998;
}
/* line 4988, ../sass/global.styles.scss */
#block-block-42.text-increase {
  margin-top: 2395px;
}

/* line 4993, ../sass/global.styles.scss */
#block-block-43 {
  background-color: #6cbdb6;
  display: block;
  height: 55%;
  width: 100%;
  left: 0;
  position: absolute;
  min-height: 33em;
  margin-top: 516px;
  z-index: -997;
}

/* line 5005, ../sass/global.styles.scss */
#block-block-44 {
  background-color: white;
  display: block;
  height: 8%;
  width: 100%;
  left: 0;
  position: absolute;
  margin-top: 881px;
  z-index: -996;
  min-height: 12em;
}
/* line 5015, ../sass/global.styles.scss */
#block-block-44 .block-inner {
  display: none;
}

/* line 5020, ../sass/global.styles.scss */
input, textarea {
  -webkit-border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
/* line 5025, ../sass/global.styles.scss */
input.form-radio, textarea.form-radio {
  -webkit-appearance: radio;
}
/* line 5028, ../sass/global.styles.scss */
input.form-checkbox, textarea.form-checkbox {
  -webkit-appearance: checkbox !important;
}

/**
 * Custom CATSA Splash Page
 */
/* line 5039, ../sass/global.styles.scss */
.splash-block .block-user-alert {
  display: none;
}
/* line 5042, ../sass/global.styles.scss */
.splash-block #block-views-sharethis-view-block {
  display: none;
}
/* line 5045, ../sass/global.styles.scss */
.splash-block #block-system-main {
  display: none;
}
/* line 5048, ../sass/global.styles.scss */
.splash-block #splash-header-banner {
  background-color: #6c6e6c;
  width: 100%;
  min-height: 50.23px;
  display: block;
  height: 8%;
}
/* line 5055, ../sass/global.styles.scss */
.splash-block #corporate-logo {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
/* line 5061, ../sass/global.styles.scss */
.splash-block .splash-logo-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 5066, ../sass/global.styles.scss */
.splash-block #corporate-logo-image {
  display: inline-block;
}
/* line 5069, ../sass/global.styles.scss */
.splash-block #canada-logo {
  max-width: 960px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  text-align: right;
}
/* line 5076, ../sass/global.styles.scss */
.splash-block #splash-logo-banner {
  min-height: 269.2px;
  text-align: center;
  background-color: white;
  background-size: 356px auto;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-image: url("../images/CATSA-Splash-Page-Logo.png");
  display: block;
  height: 40%;
}
/* line 5087, ../sass/global.styles.scss */
.splash-block #splash-page {
  width: 100%;
  position: absolute;
  height: 100%;
}
/* line 5091, ../sass/global.styles.scss */
.splash-block #splash-page #splash-banner {
  top: 0;
  left: 0;
  min-height: 154.78px;
  text-align: center;
  height: 23%;
  display: block;
  background-color: #6cbdb6;
  width: 100%;
}
/* line 5100, ../sass/global.styles.scss */
.splash-block #splash-page #splash-banner #splash-banner-left {
  display: inline-block;
}
/* line 5102, ../sass/global.styles.scss */
.splash-block #splash-page #splash-banner #splash-banner-left #splash-english-link {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  padding-top: 10%;
}
/* line 5107, ../sass/global.styles.scss */
.splash-block #splash-page #splash-banner #splash-banner-left h2 {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 5112, ../sass/global.styles.scss */
.splash-block #splash-page #splash-banner #splash-banner-right {
  display: inline-block;
  margin-left: 9.9%;
}
/* line 5115, ../sass/global.styles.scss */
.splash-block #splash-page #splash-banner #splash-banner-right #splash-french-link {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  padding-top: 10%;
}
/* line 5120, ../sass/global.styles.scss */
.splash-block #splash-page #splash-banner #splash-banner-right h2 {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 5126, ../sass/global.styles.scss */
.splash-block #splash-page #splash-english-button {
  background-color: #17323c;
  color: white;
  display: inline-block;
  margin-top: 40px;
  font-weight: 500;
  font-size: 30px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 20px;
}
/* line 5136, ../sass/global.styles.scss */
.splash-block #splash-page #splash-french-button {
  background-color: #17323c;
  color: white;
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 20px;
}
/* line 5145, ../sass/global.styles.scss */
.splash-block #splash-page a {
  text-decoration: none;
  font-size: 14px;
  color: #17323c;
}
/* line 5150, ../sass/global.styles.scss */
.splash-block #splash-page #splash-text {
  font-size: 2.58em;
  margin-left: 12%;
  position: relative;
}
/* line 5155, ../sass/global.styles.scss */
.splash-block #splash-page #splash-mid-band {
  display: block;
  background-color: #efede4;
  height: 21%;
  min-height: 141.3px;
  width: 100%;
}
/* line 5162, ../sass/global.styles.scss */
.splash-block #splash-page #splash-footer {
  clear: both;
  position: relative;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 8%;
  min-height: 53.83px;
  background-color: #6C6F6C;
}

/* line 5175, ../sass/global.styles.scss */
.media_embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 5183, ../sass/global.styles.scss */
.media_embed iframe,
.media_embed object,
.media_embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 5193, ../sass/global.styles.scss */
.st_facebook_custom,
.st_twitter_custom,
.st_linkedin_custom,
.st_pinterest_custom {
  margin-right: 10px;
}

/* line 5197, ../sass/global.styles.scss */
.st_facebook_custom:hover,
.st_twitter_custom:hover,
.st_linkedin_custom:hover,
.st_pinterest_custom:hover,
.st_email_custom:hover {
  cursor: pointer;
}

/* line 5203, ../sass/global.styles.scss */
.lt-ie9 .node-pd-expense .field-name-field-description .field-items,
.lt-ie9 .node-pd-expense .field-name-field-expense-user-profile .field-items {
  width: 60%;
}

/* line 5205, ../sass/global.styles.scss */
.lt-ie9 .i18n-fr .view-what-can-i-bring- .views-field-field-checked-baggage.no-image .field-content .check,
.lt-ie9 .i18n-fr .view-what-can-i-bring- .views-field-field-carry-on-baggage.no-image .field-content .check {
  width: 24em;
}

/* line 5208, ../sass/global.styles.scss */
#dialog-overlay-email {
  width: 100%;
  height: 100%;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  display: none;
}

/* line 5222, ../sass/global.styles.scss */
.lt-ie9 .page-complete-item-list #lightbox {
  min-width: auto;
}

/* line 5223, ../sass/global.styles.scss */
.lt-ie9 .page-complete-item-list #lightbox img {
  min-width: auto;
}

/* Jira ticket SUP-4 top align contact report table */
/* line 5226, ../sass/global.styles.scss */
.page-admin-reports-catsa #block-system-main td,
.page-admin-reports-catsa #block-system-main th,
.page-admin-reports-catsa #block-system-main table {
  vertical-align: top;
}
