@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.
 */
html {
  background: white;
  height: 100%;
}

body {
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  height: 100%;
}

.invisible {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
h1 {
  color: #17323c;
  font-size: 2.4em;
  font-weight: 500;
}

h2 {
  color: #17323c;
  font-size: 2.362em;
  font-weight: 500;
}
h2.imageExists {
  color: #17323c;
  font-size: 2.44em;
  font-weight: normal;
}

h3 {
  color: black;
  font-size: 1.1em;
  font-weight: 500;
}

h4 {
  color: black;
  font-size: 0.9em;
  font-weight: 500;
}

h5 {
  color: #6c6d6e;
}

h6 {
  color: #6c6d6e;
}

p {
  font-size: 1em;
  color: black;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

li {
  font-size: 1.1em;
}

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!
 */
#page {
  min-height: 100%;
}

/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
.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
 */
.front #main-content {
  margin-bottom: -1.5em;
  margin-top: -2em;
}
.front #main-content header h1 {
  display: none;
}

/*
 * 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
 */
#footer {
  margin-left: 0.7em;
  padding-top: 12px;
  width: 952px;
}
#footer .block-menu-block {
  width: 31.44%;
}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * 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
 */
#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
 */
#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
 */
#logo {
  padding: 0;
  margin: -15px 0 0;
  position: absolute;
}
#logo img {
  vertical-align: bottom;
  width: 141px;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}
#site-name a:link, #site-name a:visited {
  text-decoration: none;
}
#site-name a:hover, #site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
}

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

.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
 */
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: block;
}
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.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
 */
.region-header {
  height: 176px;
  width: 100%;
  clear: both;
}

.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
 */
.region-sidebar-first {
  margin-left: -100%;
  width: 25%;
  clear: none;
  float: left;
}

/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
/*
 * Footer region
 */
/* =============================================================================
 *   Links
 * ========================================================================== */
a {
  color: #d46a4c;
  text-decoration: underline;
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
a:hover, a:focus {
  text-decoration: underline;
}

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"]
 */
.nav {
  clear: both;
  margin: 10px 0;
}
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
.nav .block {
  margin-bottom: 0;
}

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

/*
 * Superfish blocks
 */
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}
.sf-vertical li {
  width: 100%;
}
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
/*
 * Custom CATSA Header Block
 */
#block-block-10, #block-block-11 {
  display: none;
}

#block-locale-language-content {
  display: none;
}

ul.language-switcher-locale-url {
  font-size: .8em;
  list-style: none;
  margin-bottom: 0px;
}
ul.language-switcher-locale-url li {
  list-style: none;
  display: inline-block;
  padding: 0.75em 1em 0;
}
ul.language-switcher-locale-url li.active {
  display: none;
}

#block-search-form {
  display: none;
}

/*
 * Custom CATSA Main Menu
 */
#block-menu-block-1 {
  margin-top: 90px;
  width: 100%;
  float: left;
  position: relative;
  display: block;
}
#block-menu-block-1 .block-inner {
  margin: 0;
  height: 100%;
}
#block-menu-block-1 ul {
  text-align: right;
  margin: 0px;
  padding: 0px;
}
#block-menu-block-1 ul li {
  list-style: none;
  line-height: 3.8em;
  height: 3.9em;
  display: inline-block;
  padding: 0 0 0 1em;
}
#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: 1em;
}
#block-menu-block-1 ul li a.active {
  color: #d46a4c;
  padding: 0 0 0 1em;
  font-size: 1em;
  font-weight: 500;
}

/*
 * Custom CATSA left sidebar block
 */
#block-menu-block-18,
#block-menu-block-19,
#block-menu-block-20,
#block-menu-block-21,
#block-menu-block-2 {
  background: #efede4;
}
#block-menu-block-18 .block-inner,
#block-menu-block-19 .block-inner,
#block-menu-block-20 .block-inner,
#block-menu-block-21 .block-inner,
#block-menu-block-2 .block-inner {
  width: 100%;
  margin: 0;
  font-size: 1.5em;
}
#block-menu-block-18 .block-inner h2,
#block-menu-block-19 .block-inner h2,
#block-menu-block-20 .block-inner h2,
#block-menu-block-21 .block-inner h2,
#block-menu-block-2 .block-inner h2 {
  color: #17323c;
  font-size: 1em;
  padding: 5px 5px 5px 10px;
}
#block-menu-block-18 .block-inner ul.menu,
#block-menu-block-19 .block-inner ul.menu,
#block-menu-block-20 .block-inner ul.menu,
#block-menu-block-21 .block-inner ul.menu,
#block-menu-block-2 .block-inner ul.menu {
  padding: 0;
  margin: 0;
  width: 100%;
}
#block-menu-block-18 .block-inner ul.menu li,
#block-menu-block-19 .block-inner ul.menu li,
#block-menu-block-20 .block-inner ul.menu li,
#block-menu-block-21 .block-inner ul.menu li,
#block-menu-block-2 .block-inner ul.menu li {
  font-size: 0.83em;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
#block-menu-block-18 .block-inner ul.menu li a,
#block-menu-block-19 .block-inner ul.menu li a,
#block-menu-block-20 .block-inner ul.menu li a,
#block-menu-block-21 .block-inner ul.menu li a,
#block-menu-block-2 .block-inner ul.menu li a {
  display: block;
  padding: 7px 10px;
  width: 93%;
  color: #17323c;
  line-height: 1.5em;
  text-decoration: none;
}
#block-menu-block-18 .block-inner ul.menu li.active a.active,
#block-menu-block-19 .block-inner ul.menu li.active a.active,
#block-menu-block-20 .block-inner ul.menu li.active a.active,
#block-menu-block-21 .block-inner ul.menu li.active a.active,
#block-menu-block-2 .block-inner ul.menu li.active a.active {
  background-color: #17323c !important;
  color: #efede4;
}
#block-menu-block-18 .block-inner ul.menu li.active li,
#block-menu-block-19 .block-inner ul.menu li.active li,
#block-menu-block-20 .block-inner ul.menu li.active li,
#block-menu-block-21 .block-inner ul.menu li.active li,
#block-menu-block-2 .block-inner ul.menu li.active li {
  background: #efede4;
}
#block-menu-block-18 .block-inner ul.menu li a:focus,
#block-menu-block-19 .block-inner ul.menu li a:focus,
#block-menu-block-20 .block-inner ul.menu li a:focus,
#block-menu-block-21 .block-inner ul.menu li a:focus,
#block-menu-block-2 .block-inner ul.menu li a:focus {
  background-color: #17323c !important;
  color: #efede4;
}

#block-menu-block-5,
#block-menu-block-9,
#block-menu-block-4,
#block-menu-block-11,
#block-menu-block-13,
#block-menu-block-10 {
  min-height: 16em;
}

#block-menu-block-17 {
  background: #efede4;
}
#block-menu-block-17 .block-inner {
  width: 100%;
  margin: 0;
  font-size: 0.85em;
}
#block-menu-block-17 .block-inner ul.menu {
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #17323c;
  border-bottom: 1px solid #17323c;
}
#block-menu-block-17 .block-inner ul.menu li {
  font-size: 0.85em;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
#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;
}
#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;
}
#block-menu-block-17 .block-inner ul.menu li.active-trail li.has-children a {
  border-bottom: none !important;
  background-color: #e2e2e2;
}
#block-menu-block-17 .block-inner ul.menu li.active-trail li.has-children li {
  background-color: #d6d4cb;
}
#block-menu-block-17 .block-inner ul.menu li.active-trail li {
  background-color: #d6d4cb;
}
#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;
}

/**
 * Custom CATSA left sidebar block 2
 */
#block-block-29,
#block-block-30 {
  margin-top: 40px;
}

#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;
}
#block-menu-block-15 li.menu-depth-2,
#block-menu-block-16 li.menu-depth-2 {
  display: none;
}
#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;
}
#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;
}

#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;
}
#block-menu-block-22 .block-content,
#block-menu-block-23 .block-content {
  display: none;
}
#block-menu-block-22 h2,
#block-menu-block-23 h2 {
  display: block !important;
}
#block-menu-block-22 h2 a,
#block-menu-block-23 h2 a {
  display: block;
  width: 200px;
  height: 118px;
  color: transparent;
  margin-left: -10px;
}

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

#block-block-27 {
  margin-top: -62px;
  z-index: 1;
  width: 40px;
  float: right;
  margin-right: 0.9em;
}
#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;
}

#block-menu-block-17 ul {
  margin: 0;
  padding: 0;
}

/**
 * Custom CATSA right sidebar block
 */
#block-block-15,
#block-block-16 {
  width: 219px;
  background: #6cbdb6;
  padding: 20px 0 10px;
  position: absolute;
  margin-left: 479px;
}
#block-block-15 .block-title,
#block-block-16 .block-title {
  background-image: url("../images/waittimes_icon.png");
  background-size: 50px auto;
  background-position: 90% 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 72px 0 10px;
}
#block-block-15 ul,
#block-block-16 ul {
  margin: 0;
  padding: 0;
}
#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;
}
#block-block-15 p,
#block-block-16 p {
  margin: 0;
}
#block-block-15 .waittime-more-airports,
#block-block-16 .waittime-more-airports {
  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;
}
#block-block-15.imageExists,
#block-block-16.imageExists {
  margin-top: 35.5em;
}

/*
 * Custom CATSA footer block
 */
#block-block-2 a,
#block-block-20 a {
  font-size: 1.17em;
}

footer .block-menu-block,
.block-block {
  float: left;
}

#block-block-24,
#block-block-25,
#block-block-2,
#block-block-20 {
  background: url("../images/catsa-canada.png") transparent center right no-repeat;
  width: 100%;
  background-size: 70px;
}
#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;
}
#block-block-24 li,
#block-block-25 li,
#block-block-2 li,
#block-block-20 li {
  list-style: none;
  float: left;
  padding-right: 3px;
}
#block-block-24 li p,
#block-block-25 li p,
#block-block-2 li p,
#block-block-20 li p {
  margin-top: 20px;
}
#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.77em;
  text-decoration: none;
  color: #17323c;
}
#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;
}

.region-footer .block-menu-block {
  padding-top: 15px;
  width: 30.933%;
  min-height: 11em;
}
.region-footer .block-menu-block .block-inner {
  margin-left: 0px;
  margin-right: 0px;
}
.region-footer .block-menu-block h2 {
  width: 91%;
  padding: 0.3em 41px;
  font-size: 1.29em;
  font-weight: 700;
}
.region-footer .block-menu-block h2 a {
  color: #d46a4c;
  text-decoration: none;
}
.region-footer .block-menu-block ul {
  padding: 0 0 0 41px;
  margin: 0;
}
.region-footer .block-menu-block ul li {
  list-style: none;
}
.region-footer .block-menu-block ul li a {
  color: black;
  text-decoration: none;
  font-size: 0.85em;
  font-family: Helvetica, Arial, sans-serif;
}
.region-footer .block-menu-block ul li a.active {
  text-decoration: underline;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

ul.menu {
  padding-left: 15px;
}
ul.menu ul {
  padding-left: 15px;
}
ul.menu li {
  margin: 0;
}

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

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

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
#breadcrumb {
  margin: -10px 0 10px;
  /* If the label is set to show in theme settings the label class is added */
}
#breadcrumb h2 {
  display: none;
}
#breadcrumb .breadcrumb-label {
  font-size: 0.9em;
  display: inline;
  padding-right: 10px;
}
#breadcrumb .breadcrumb-label:after {
  content: ":";
}
#breadcrumb ol {
  margin: 0;
  padding: 0;
}
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}
#breadcrumb li {
  font-size: 0.9em;
  list-style: none;
  display: inline;
}
#breadcrumb a {
  color: #d46a4c;
  font-weight: 700;
  text-decoration: none;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}
ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

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

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #cccccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}
ul.primary li a {
  background-color: whitesmoke;
  border-color: #cccccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}
ul.primary li a:hover, ul.primary li a:focus {
  background-color: #eeeeee;
  border-color: #cccccc;
}
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: white;
  border-bottom-color: white;
}

ul.secondary {
  border-bottom: 1px solid #cccccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}
ul.secondary li a:hover, ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/**
 * Custom CATSA Content Image Field
 */
.field-name-field-contact-us-image,
.field-name-field-content-image {
  display: block;
  width: 101.2%;
}
.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
 */
.did-you-know {
  display: block;
  padding-left: 65px;
  background-image: url("../images/clock_Icon.png");
  background-size: 50px auto;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 1.01em;
}

.callout-box {
  font-size: 1.01em;
  border: #6c6e6c 2px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  background-color: #efede4;
}

/*
 * 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
 */
.field-label {
  font-size: 0.8em;
  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
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
.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
 */
/*
 * 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
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

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

.field-name-title h2 {
  font-weight: 500;
  font-size: 2.362em;
  color: #17323c;
}

/* =============================================================================
 *   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?
 */
#block-block-35,
#block-block-36,
#block-block-37,
#block-block-38 {
  clear: both;
  z-index: 1;
}
#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;
}
#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;
}

#block-views-exp-what-can-i-bring-page {
  margin: 1em 0em;
}
#block-views-exp-what-can-i-bring-page h2, #block-views-exp-what-can-i-bring-page label, #block-views-exp-what-can-i-bring-page .description .search-text, #block-views-exp-what-can-i-bring-page .wait-time-selectors-collapse {
  display: none;
}
#block-views-exp-what-can-i-bring-page .description .wait-time-selectors-expand,
#block-views-exp-what-can-i-bring-page .description .wait-time-selectors-collapse {
  font-size: 1.015em;
  color: #ba133e;
  cursor: pointer;
}
#block-views-exp-what-can-i-bring-page .description .wait-time-selectors-expand .selector-text,
#block-views-exp-what-can-i-bring-page .description .wait-time-selectors-collapse .selector-text {
  text-decoration: underline;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page {
  display: block;
  width: 100%;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .form-submit {
  background-color: #17323c;
  width: auto;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .form-text {
  background-position: 100% 0.4em;
  background-size: 1em;
  padding: 0px 4px;
  border: none;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page input.form-text ::-webkit-input-placeholder {
  color: #17323c;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page input.form-text:-moz-placeholder {
  color: #17323c;
  opacity: 0.8;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page input.form-text::-moz-placeholder {
  color: #17323c;
  opacity: 0.8;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page input.form-text:-ms-input-placeholder {
  color: #17323c;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-exposed-form .views-exposed-widget {
  display: block;
  width: 100%;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-exposed-form .views-exposed-widget.views-submit-button {
  width: 1%;
  position: absolute;
  margin-left: 809px;
  margin-top: 57px;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-widget-filter-field_wtp_category_tid {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
}
#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 {
  width: 30.437%;
  float: left;
  background-color: #6cbdb6;
  padding: 5px;
  margin: 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: block;
  text-align: center;
}
#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 {
  display: table-cell;
  text-decoration: none;
  height: 3em;
  padding: 3px;
  width: 204px;
  color: black;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .views-widget-filter-field_wtp_category_tid .selected {
  background: black;
}
#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 {
  height: 3em;
  color: white;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .form-text {
  float: right;
  background-color: #efede4;
}
#block-views-exp-what-can-i-bring-page #views-exposed-form-what-can-i-bring--page .form-submit {
  margin-right: 113px;
  position: relative;
  top: -55.15px;
  height: 1.75em;
  float: right;
}

.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%;
}
.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;
}
.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;
}

.pane-block-33,
.pane-block-34 {
  text-align: center;
}
.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%;
}
.pane-block-33 h2,
.pane-block-34 h2 {
  color: #17323c;
  font-size: 2.361em;
  font-weight: 500;
}

.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;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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
 */
.view-travel-checklist {
  margin-bottom: 2em;
}
.view-travel-checklist .view-header {
  font-size: 1.2em;
}
.view-travel-checklist .view-footer {
  clear: both;
  margin-top: 15px;
}
.view-travel-checklist .view-content {
  width: 100%;
  clear: both;
}
.view-travel-checklist .views-field-tid {
  display: none;
}
.view-travel-checklist .views-field-name {
  margin-top: 30px;
}
.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;
}
.view-travel-checklist #title-box #button-email,
.view-travel-checklist #title-box #button-print {
  display: none;
}
.view-travel-checklist .views-row {
  margin-bottom: 20px;
  padding-top: 10px;
}
.view-travel-checklist .views-row .field-content a {
  text-decoration: none;
  font-size: 1.67em;
  color: #17323c;
  display: inline-block;
}
.view-travel-checklist .views-row .field-content a.selected-option-button {
  color: white;
}
.view-travel-checklist .views-row .travel-checklist-add-button {
  display: none;
}
.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;
}
.view-travel-checklist #dialog-box-email,
.view-travel-checklist #dialog-box {
  background: white;
  width: 600px;
  position: absolute;
  z-index: 5000;
  display: none;
  left: -6%;
  top: 15%;
}
.view-travel-checklist #dialog-box-email .dialog-content,
.view-travel-checklist #dialog-box .dialog-content {
  text-align: left;
  background-color: #efede4;
}
.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;
}
.view-travel-checklist #dialog-box-email #input-email,
.view-travel-checklist #dialog-box #input-email {
  margin-left: 10px;
  font-size: 14px;
}
.view-travel-checklist #dialog-box-email #dialog-tree,
.view-travel-checklist #dialog-box #dialog-tree {
  display: none;
}
.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;
}
.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;
}
.view-travel-checklist #dialog-box-email #dialog-message,
.view-travel-checklist #dialog-box #dialog-message {
  display: block;
}
.view-travel-checklist #dialog-box-email #dialog-bottom,
.view-travel-checklist #dialog-box #dialog-bottom {
  display: block;
  clear: both;
}
.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;
}
.view-travel-checklist #dialog-box-email .tc-select,
.view-travel-checklist #dialog-box .tc-select {
  font-size: 1.3em;
  margin: 10px;
  padding: 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6cbdb6;
}
.view-travel-checklist #dialog-box-email .item-line-button,
.view-travel-checklist #dialog-box .item-line-button {
  width: 1em;
  line-height: 1;
  font-size: 1.7em;
}
.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;
}
.view-travel-checklist #dialog-box-email .item-line-value.selected-option,
.view-travel-checklist #dialog-box .item-line-value.selected-option {
  font-weight: bold;
}
.view-travel-checklist .item-line-checkbox {
  margin-left: 10px;
  display: inline;
}
.view-travel-checklist .item-line-button {
  line-height: 0.5;
  display: none;
  width: 15px;
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: #6cbdb6;
  border: #d6d4cb 1px solid;
  text-decoration: none;
  font-size: 1.3em;
  margin-bottom: -15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.view-travel-checklist .item-line-button.selected-option-button {
  background-color: #17323c;
  color: white;
}
.view-travel-checklist .item-line-value {
  display: inline-block;
  font-size: 0.93em;
  padding-left: 5px;
  width: 88%;
  margin-left: 5px;
  border: #efede4 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.view-travel-checklist .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: 31px;
  padding: 3px;
  font-size: 0.93em !important;
  text-align: center;
  background-color: #efede4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 89%;
  pointer: cursor;
  margin-bottom: 5px;
  color: #d46a4c !important;
  text-decoration: underline !important;
  border: 2px solid #d6d4cb;
}
.view-travel-checklist .restriction-exists-line.open {
  background-image: url("../images/up-yellow.png");
}
.view-travel-checklist .restriction-group {
  page-break-inside: avoid;
  margin-left: 31px;
  border: #B2B2B2 1px solid;
  width: 85.8%;
  padding: 10px;
  color: #17323c;
  background-color: #efede4;
  margin-top: -5px;
}
.view-travel-checklist .restriction-group h3 {
  font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 5px;
}
.view-travel-checklist .restriction-group .restriction-body {
  display: block;
}
.view-travel-checklist .restriction-group .restriction-body p {
  font-family: Museo, Helvetica, Arial, sans-serif;
  color: #17323c;
}
.view-travel-checklist .restriction-group .restriction-checked {
  padding-left: 25px;
  padding-right: 27px;
}
.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: 35px;
}
.view-travel-checklist .restriction-group .Yes100 {
  width: 7.5em;
}
.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: 35px;
}
.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;
}
.view-travel-checklist .item-list {
  padding-left: 10px;
}
.view-travel-checklist .item-list.double .item-line {
  width: 50%;
}
.view-travel-checklist .item-line {
  list-style: none;
  display: inline-block;
  float: none;
  margin-top: 3px;
  width: 100%;
  margin-bottom: 6px;
  min-height: 2.3em;
}
.view-travel-checklist button.button {
  margin: 10px;
  text-align: center;
  display: inline-block;
  width: 70px;
  padding: 5px 15px 5px;
  color: #17323c;
  text-decoration: none;
  font-weight: bold;
  background-color: #6cbdb6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  font-size: 1em;
}
.view-travel-checklist button.button:active {
  background-color: #6cbdb6;
}
.view-travel-checklist button.button#button-cancel {
  background-color: #ba133e;
  color: white;
}

/**
 * WCIB
 */
.view-what-can-i-bring- {
  font-family: Helvetica, Arial, sans-serif;
}
.view-what-can-i-bring- .node {
  margin-bottom: 0;
}
.view-what-can-i-bring- .field {
  clear: left;
}
.view-what-can-i-bring- .views-row {
  margin: 10px 0;
  clear: left;
  display: block;
  width: 702px;
}
.view-what-can-i-bring- .views-field-body {
  clear: left;
  display: block;
  float: left;
  width: 56.67%;
  height: 100%;
  padding-left: 11px;
  margin-left: -11px;
  border-left: 1px solid #6cbdb6;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #6cbdb6;
}
.view-what-can-i-bring- .views-field-body.no-image {
  width: 98.5%;
  border-right: 1px solid #6cbdb6;
  padding-right: 9px;
}
.view-what-can-i-bring- .views-field-body p {
  font-size: 0.885em;
}
.view-what-can-i-bring- .views-field-field-item-image {
  display: block;
  float: right;
  margin-top: -51px;
  width: 40%;
  padding-right: 9px;
  border-right: 1px solid #6cbdb6;
  border-bottom: 1px solid #6cbdb6;
  max-width: 330px;
  padding-left: 12.3px;
  padding-top: 10px;
}
.view-what-can-i-bring- .views-field-field-item-image img {
  width: 100%;
  height: auto;
}
.view-what-can-i-bring- .views-field-title-1 {
  display: none;
}
.view-what-can-i-bring- .views-field-title {
  font-weight: bold;
  padding: 10px 10px 0 10px;
  border-top: 1px solid #6cbdb6;
  border-right: 1px solid #6cbdb6;
  border-left: 1px solid #6cbdb6;
  margin-left: -11px;
}
.view-what-can-i-bring- ol {
  padding: 0;
}
.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;
  font-size: 0.82em;
}
.view-what-can-i-bring- .views-field-field-checked-baggage span {
  padding-left: 15px;
}
.view-what-can-i-bring- .views-field-field-carry-on-baggage .field-content {
  width: 82.57%;
  min-width: 585px;
  border-right: 1px solid #6cbdb6;
}
.view-what-can-i-bring- .views-field-field-checked-baggage .field-content {
  width: 83.476%;
  min-width: 585.97px;
  border-right: 1px solid #6cbdb6;
}
.view-what-can-i-bring- .views-field-field-checked-baggage .field-content.safari {
  width: 56.8%;
}
.view-what-can-i-bring- .views-field-field-checked-baggage .field-content.ie {
  width: 57.275%;
  padding-right: 0.03px;
}
.view-what-can-i-bring- .views-label-field-checked-baggage,
.view-what-can-i-bring- .views-label-field-carry-on-baggage {
  padding-left: 15px;
  margin-left: -11px;
  border-left: 1px solid #6cbdb6;
}
.view-what-can-i-bring- .yes100,
.view-what-can-i-bring- .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-left: 5px;
}
.view-what-can-i-bring- .yes100 {
  width: 7.5em;
}
.view-what-can-i-bring- .greenText {
  color: #009900;
}
.view-what-can-i-bring- .check {
  color: #d28500;
  width: 10.2em;
  background-image: url("../images/Maybe.png");
  background-size: 1.1em;
  background-repeat: no-repeat;
  background-position: right center;
  clear: right;
  padding-left: 5px;
}
.view-what-can-i-bring- .yellowText {
  color: #d28500;
}
.view-what-can-i-bring- .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-left: 5px;
}
.view-what-can-i-bring- .redText {
  color: #ba133e;
}
.view-what-can-i-bring- .field-item {
  margin-top: 0.8em;
}
.view-what-can-i-bring- .field-type-text-with-summary .field-item {
  margin-top: 1em;
}
.view-what-can-i-bring- h4 {
  margin: 0;
  font-size: 1.4em;
}

#edit-nid-wrapper {
  display: none !important;
}

.pane-block-6, .pane-block-7 {
  margin-right: 0;
  margin-bottom: 30px;
  text-align: center;
}
.pane-block-6 li, .pane-block-7 li {
  list-style: none;
  display: inline-block;
}
.pane-block-6 .what-to-bring-title, .pane-block-7 .what-to-bring-title {
  font-size: 0px;
}
.pane-block-6 .what-to-bring-button, .pane-block-7 .what-to-bring-button {
  font-size: 1.14em;
  color: black;
  font-weight: bold;
  text-decoration: none;
  padding-top: 160px;
  display: block;
  width: 150px;
  margin-left: 15px;
  margin-right: 15px;
}
.pane-block-6 #what-to-bring-button-liquids, .pane-block-7 #what-to-bring-button-liquids {
  background-image: url("../images/liquids_circle.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center top;
}
.pane-block-6 #what-to-bring-button-medical, .pane-block-7 #what-to-bring-button-medical {
  background-image: url("../images/medicalneeds_circle.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center top;
}
.pane-block-6 #what-to-bring-button-packing, .pane-block-7 #what-to-bring-button-packing {
  background-image: url("../images/checklist_circle.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center top;
}
.pane-block-6 #what-to-bring-button-checked, .pane-block-7 #what-to-bring-button-checked {
  background-image: url("../images/carryon_circle.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center top;
}

.pane-block-7 .what-to-bring-button {
  width: 195px;
}

/**
 * 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
 */
.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;
}
.pane-block-4 .block-content, .pane-block-5 .block-content {
  margin-left: -20px;
}
.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;
}
.pane-block-4 h2, .pane-block-5 h2 {
  font-size: 2.361em;
  font-weight: 500;
  margin-bottom: -15px;
}
.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;
}
.pane-block-4 .wait-time-block-code, .pane-block-5 .wait-time-block-code {
  font-size: 0.71em;
  display: inline-block;
  margin-top: -5px;
}
.pane-block-4 .wait-time-block-code a, .pane-block-5 .wait-time-block-code a {
  text-decoration: none;
  font-weight: normal;
}
.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;
}
.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;
}
.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;
}
.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
 */
.pane-block-8, .pane-block-9 {
  clear: both;
  padding: 100px 30px 16px;
  background-image: url("../images/screening_icon.png");
  background-size: auto 100px;
  background-position: 11% top;
  background-repeat: no-repeat;
  width: 78%;
  margin-left: 0;
}
.pane-block-8 h2, .pane-block-9 h2 {
  font-size: 2.361em;
  font-weight: 500;
}
.pane-block-8 p, .pane-block-9 p {
  font-size: 1em;
  margin-top: 0.9em;
}
.pane-block-8 a, .pane-block-9 a {
  text-decoration: none;
  color: #17323c;
  font-family: Helvetica, Arial, sans-serif;
}

/**
 * CATSA Alert Banner
 */
.block-user-alert {
  margin-left: -1px;
  display: block;
  height: 100%;
  margin-bottom: 1em;
}
.block-user-alert .user-alert {
  padding: 5px 5px 0 79px;
  background-position: 2% center;
  background-size: 2.3em auto;
  background-color: #D11241;
  background-repeat: no-repeat;
  background-image: url("../images/alertIE8.png");
  line-height: 1.7em;
  width: 94%;
  min-height: 3em;
}
.block-user-alert .user-alert .user-label {
  padding: 0;
  font-size: 1.12em;
  display: inline-table;
  background: none;
  vertical-align: middle;
}
.block-user-alert .user-alert .user-alert-close a {
  color: white;
  font-weight: bold;
}
.block-user-alert .user-alert p {
  display: inline-table;
  color: white;
  font-size: 1.15em;
  vertical-align: middle;
}
.front .block-user-alert .user-alert p {
  width: 85%;
}
.not-front .block-user-alert .user-alert p {
  width: 79%;
}
.not-front .block-user-alert .user-alert {
  background-position: 3% center;
}
.front .block-user-alert .user-alert {
  margin-top: 25px;
}
.front .block-user-alert {
  width: 922px;
  margin-left: -0.55em;
}

/**
 * CATSA Wait Times Page
 */
.view-waittimes .view-filters {
  float: right;
}
.view-waittimes .view-filters .views-submit-button {
  margin-left: -10px;
  margin-top: -2px;
}
.view-waittimes .view-content {
  width: 692px;
  clear: right;
  padding: 10px;
}
.view-waittimes .views-row {
  clear: left;
  padding-bottom: 1em;
}
.view-waittimes .views-row .views-field {
  float: left;
  width: 35%;
}
.view-waittimes .views-row .views-field-nothing, .view-waittimes .views-row .views-field-nothing-1 {
  display: none;
}
.view-waittimes .views-row .views-field-edit-node {
  width: 19%;
}
.view-waittimes .views-row .views-field-php {
  width: 29%;
}
.view-waittimes .views-row .views-field-nothing {
  width: 33%;
}
.view-waittimes .views-row .views-field-nothing-1 {
  width: 64.85%;
}
.view-waittimes .views-row .views-field-field-wt-checkpoint-name {
  width: 35%;
}
.view-waittimes .views-row .views-field-publishcontent {
  padding-right: 14px;
}
.view-waittimes .views-row .views-field-publishcontent {
  width: 14.65%;
}
.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;
}
#breadcrumb .view-waittimes {
  display: none;
}
.view-waittimes h3 {
  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;
}
.view-waittimes .views-row {
  margin-top: -14px;
}
.view-waittimes .views-row .views-field-nothing,
.view-waittimes .views-row .views-field-field-wt-checkpoint-name {
  padding-left: 10px;
  margin-left: -10px;
}
.view-waittimes .views-row .views-field-publishcontent {
  padding-right: 14px;
}
.not-logged-in .view-waittimes .views-row .views-field-publishcontent {
  height: 2.09em;
}
.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;
}
.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;
}
.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.55%;
}
.not-logged-in .view-waittimes .views-row .views-field-nothing,
.not-logged-in .view-waittimes .views-row .views-field-php {
  width: 48%;
}
.view-waittimes .views-row-last {
  margin-bottom: 3.5em;
}
.view-waittimes .field-content {
  font-size: 1.11em;
}
.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;
}
.view-waittimes .views-row-first .field-content {
  border-top: none;
}
.view-waittimes .views-row-first .views-field-nothing {
  display: inline;
  background: #efede4;
  padding: 2px 17px 2px 7px;
  font-weight: bold;
  margin-left: -10px;
}
.view-waittimes .views-row-first .views-field-nothing-1 {
  display: inline;
  background: #efede4;
  padding: 2px 0px;
  font-weight: bold;
}

#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;
}
#block-views-exp-waittimes-page .views-exposed-widgets li {
  width: 31.8%;
  float: left;
  background: #6cbdb6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: block;
  text-align: center;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  height: 3.5em;
  margin: 5px;
  min-height: 50px;
  line-height: 3em;
}
#block-views-exp-waittimes-page .views-exposed-widgets li a {
  text-decoration: none;
  font-size: 1.05em;
  display: block;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
#block-views-exp-waittimes-page .views-exposed-widgets li a.current-airport {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: black;
  color: white;
  font-weight: bold;
}
#block-views-exp-waittimes-page .views-exposed-form .views-exposed-widgets {
  float: left;
  clear: both;
}
#block-views-exp-waittimes-page .wait-time-selectors-collapse {
  display: none;
}
#block-views-exp-waittimes-page .description {
  font-size: 1.115em;
  color: #ba133e;
  cursor: pointer;
}
#block-views-exp-waittimes-page .selector-text {
  text-decoration: underline;
}
#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
 */
#block-block-12 {
  height: 394px;
  clear: both;
  display: block;
  margin-left: -0.65em;
  width: 101.8%;
  position: inherit;
}
#block-block-12 #banner-title-box {
  display: block;
  z-index: 1;
  height: 100%;
  float: right;
}
#block-block-12 #banner-title-box .bannerIconBox {
  height: 33%;
}
#block-block-12 .banner-title {
  background: #5c6f76;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 500;
  margin-left: 0;
  width: 100%;
  float: right;
  display: table;
  height: 3.52em;
  padding: 25px 0 20px 100px;
  position: relative;
  overflow: hidden;
  margin-top: 2px;
}
#block-block-12 .banner-title a {
  display: table-cell;
  vertical-align: middle;
  color: white;
  text-decoration: none;
}
#block-block-12 #banner-box {
  height: 392px;
}
#block-block-12 .banner-icon {
  position: relative;
  display: table-cell;
  right: 264px;
  float: right;
}
#block-block-12 .banner-icon img {
  width: 70px;
  height: auto;
}
#block-block-12 #banner-arrow-box {
  display: inline-block;
  position: relative;
  z-index: 1;
  bottom: 348px;
  left: 2px;
}
#block-block-12 #banner-arrow-box .row-0 {
  top: 0px;
}
#block-block-12 #banner-arrow-box .row-1 {
  top: 131px;
}
#block-block-12 #banner-arrow-box .row-2 {
  top: 262px;
}
#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;
}
#block-block-12 #banner-link-box {
  position: relative;
  width: 586px;
  float: left;
  bottom: 60px;
}
#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;
}
#block-block-12 .banner-link .read {
  color: white;
  font-weight: bold;
}
#block-block-12 #banner-image-box {
  position: relative;
  z-index: -1;
  top: 2px;
  max-height: 389.5px;
  overflow: hidden;
}
#block-block-12 .banner-image img {
  width: 100%;
  display: none;
  max-height: 443.3px;
  max-width: 585.6px;
  position: relative;
  z-index: -1;
}
#block-block-12 .bannerActive {
  background: #17323c !important;
}
#block-block-12 .bannerActive a {
  color: #d3d366 !important;
}

/**
 * CATSA Sharethis Block
 */
#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;
}
#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;
}
#block-views-sharethis-view-block .sharethis-title,
.pane-sharethis-view #block-views-sharethis-view-block .sharethis-title {
  vertical-align: super;
  display: inline-block;
}
#block-views-sharethis-view-block .sharethis-elements,
.pane-sharethis-view #block-views-sharethis-view-block .sharethis-elements {
  display: inline-block;
}
#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;
}
#block-views-sharethis-view-block .sharethis-wrapper,
.pane-sharethis-view #block-views-sharethis-view-block .sharethis-wrapper {
  display: inline;
}
#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;
}

.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%;
}
.not-front #block-views-sharethis-view-block h2 {
  font-size: 1.1em;
  color: black !important;
}

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

.view-pd-profile-list {
  font-size: 1.07em;
}

.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;
}

.page-pd-ranges .listlinks {
  font-size: 1.14em;
  margin-bottom: 20px;
}

.node-pd-expense {
  font-size: 1.144em;
  width: 670px;
  margin-left: 0.7em;
}

.view-pd-quarterly-sum {
  width: 702px;
  font-size: 1.1em;
}
.view-pd-quarterly-sum .view-header .type-header {
  width: 692px;
}
.view-pd-quarterly-sum .view-footer {
  margin-left: 77.5%;
}
.view-pd-quarterly-sum table {
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #6cbdb6 !important;
}
.view-pd-quarterly-sum tbody tr.even {
  background: white;
}
.view-pd-quarterly-sum .views-field-field-expense-date {
  text-align: left;
  width: 29%;
}
.view-pd-quarterly-sum .views-field-view-node {
  text-align: left;
  width: 35%;
}
.view-pd-quarterly-sum .view-header {
  display: block;
  font-weight: bold;
  margin-bottom: -10px;
  color: black;
}
.view-pd-quarterly-sum .view-header h4 {
  color: black;
  font-size: 1em;
}
.view-pd-quarterly-sum .view-footer {
  margin-left: 67.5%;
  margin-bottom: 10px;
}
.view-pd-quarterly-sum .views-field-php {
  text-align: left;
  width: 8%;
}
.view-pd-quarterly-sum .views-field-edit-node {
  text-align: left;
  width: 10%;
}
.view-pd-quarterly-sum .type-header {
  background: #6cbdb6;
  padding: 5px;
  display: block;
  width: 692px;
  font-size: 1.2em;
}

.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;
}
.node-pd-expense .field-label {
  width: 20%;
  padding: 10px;
  margin-top: 0;
  font-weight: bold !important;
  color: black;
}
.node-pd-expense .field-label .field-item {
  color: white;
}
.node-pd-expense .node-pd-person-profile {
  margin-bottom: 0;
}
.node-pd-expense .field-item {
  padding-top: 13px;
  padding-left: 5px;
}
.node-pd-expense .field-name-profile-name-and-position {
  margin-top: -12px;
}
.node-pd-expense section {
  border-top: 1px solid #e2e2e2;
  margin-left: -20px;
  margin-right: -10px;
}
.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;
}
.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: white;
}

#block-views-pd-quarterly-sum-block-1 h2.block-title {
  display: none;
}

.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%;
}

.page-pd-ranges .node-pd-person-profile .field-name-profile-name-and-position .field-item {
  font-size: 1.15em;
}
.page-pd-ranges .node-pd-person-profile .listlinks a {
  font-size: 1em;
}
.page-pd-ranges .node-pd-person-profile .heading {
  font-weight: bold;
}

.view-pd-profile-list .view-header {
  font-weight: bold;
  font-size: 1.07em;
  padding: 5px;
  background-color: #6cbdb6;
}

#view-pd-profile-list {
  width: 75%;
}

/**
 * CATSA Right Sidebar Faster Service Button
 */
#block-block-17, #block-block-18 {
  width: 198px;
  position: absolute;
  margin-top: 311px;
  margin-left: 478px;
}
#block-block-17 .faster-service-button, #block-block-18 .faster-service-button {
  background-image: url("../images/fasterservice.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 50px auto;
  color: #17323c;
  text-decoration: none;
  font-size: 1.715em;
  background-color: #d3d366;
  padding: 10px 13px 10px 10px;
  display: block;
  width: 100%;
  margin-top: 1.8em;
  text-align: left;
  font-weight: bold;
}
#block-block-17.imageExists, #block-block-18.imageExists {
  margin-top: 55em;
}

.ds-2col-stacked .group-left {
  width: 63%;
  padding-bottom: 15px;
  border-bottom: 1px solid #6cbdb6;
  /**
   * Related Content
   */
}
.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%;
  clear: left;
  display: block;
}
.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;
}
.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.7em;
  font-weight: bold;
  margin-top: 5px;
  font-family: Helvetica, Arial, sans-serif;
}
.ds-2col-stacked .group-left .field-name-field-related-content h2 {
  margin-bottom: -45px;
}
.ds-2col-stacked .group-left .field-name-field-related-link-one a {
  font-family: Helvetica, Arial, sans-serif;
}
.ds-2col-stacked .group-left .field-name-field-related-link-two {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.ds-2col-stacked .group-left .field-name-field-related-link-two a {
  font-family: Helvetica, Arial, sans-serif;
}
.ds-2col-stacked .group-left .field-name-field-related-link-two.no-title {
  float: right;
  width: 48.1%;
}
.ds-2col-stacked .group-left .field-name-field-related-content-two {
  float: left;
  width: 100%;
  display: block;
  border-top: 1px solid #6cbdb6;
}
.ds-2col-stacked .group-left .field-name-field-related-content-two .image-style-related-content {
  padding-top: 30px;
}
.ds-2col-stacked .group-left .field-name-field-related-content-two.no-title {
  float: right;
  padding-top: 22px;
  padding-left: 15px;
  border-top: none;
  width: 48.1%;
}
.ds-2col-stacked .group-left .field-name-field-related-content-two.no-title .image-style-related-content {
  padding-top: 60px;
}
.ds-2col-stacked .group-left .field-name-field-related-content img {
  padding-top: 60px;
  padding-right: 226px;
  border-top: 1px solid #6cbdb6;
}

.more:after {
  content: "\00BB";
}

.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
 */
.block-title {
  margin: 0;
}
.front .block-title {
  color: #17323c;
}

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}
.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
 */
#block-poll-recent {
  margin-top: 15px;
}
#block-poll-recent .form-submit {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-left: 10px;
}
#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
 */
/*
 * "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
 * ========================================================================== */
.node {
  margin-bottom: 20px;
}
.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
 */
#comments {
  margin: 275px 0 0;
  border-top: 1px solid #6cbdb6;
}
#comments h2 {
  display: none;
}
#comments h2.comment-title {
  margin: 0;
}
#comments h2.comment-form {
  margin: 0;
}
#comments #comment-form #edit-field-useful-rate-und div label {
  font-weight: normal;
}
#comments #comment-form #edit-author--2 {
  display: none;
}
#comments #comment-form #edit-submit {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
.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
 */
.new {
  color: #cc0000;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #cc0000;
}
.form-item label {
  font-weight: 700;
}
.form-item .description {
  font-size: 1.1em;
}

.ui-autocomplete-input,
.form-autocomplete {
  background-image: none !important;
}

/** 
 * CATSA Custom Envoke Form
 */
.envokeForm .radioLabel {
  display: inline;
  font-weight: normal;
}
.envokeForm .radioLabel[for="english"] {
  padding-right: 15px;
}
.envokeForm input[type="submit"] {
  color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 6px;
  background-color: #6c6d6e;
  border: 0;
}

/**
 * Polls
 */
#poll-view-voting .form-submit,
#poll-cancel-form .form-submit {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-left: 10px;
}
#poll-view-voting .vote-form,
#poll-cancel-form .vote-form {
  text-align: left;
}
#poll-view-voting .choices,
#poll-cancel-form .choices {
  margin: 0;
}

#user-login .form-submit {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #cc0000;
}

/*
 * The submit button
 */
.form-submit {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 6px;
  background-color: #6cbdb6;
  border: 0;
  font-weight: bold;
}

/*
 * The search form and button
 */
#block-search-form .form-submit,
#search-block-form .form-submit {
  background-color: #17323c;
  width: auto;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}
#block-search-form .form-text,
#search-block-form .form-text {
  background-position: 100% 0.4em;
  background-size: 1em;
  padding: 0px 4px;
  border: none;
}
#block-search-form input.form-text ::-webkit-input-placeholder,
#search-block-form input.form-text ::-webkit-input-placeholder {
  color: #17323c;
}
#block-search-form input.form-text:-moz-placeholder,
#search-block-form input.form-text:-moz-placeholder {
  color: #17323c;
  opacity: 0.8;
}
#block-search-form input.form-text::-moz-placeholder,
#search-block-form input.form-text::-moz-placeholder {
  color: #17323c;
  opacity: 0.8;
}
#block-search-form input.form-text:-ms-input-placeholder,
#search-block-form input.form-text:-ms-input-placeholder {
  color: #17323c;
}
#block-search-form .form-submit,
#search-block-form .form-submit {
  top: 0.72em;
  right: 0.5em;
  height: 1.65em;
  border: 1px solid #6c6d6e;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='../images/MagnifyingGlass.png',
sizingMethod='scale')";
}
#block-search-form .form-text,
#search-block-form .form-text {
  background-color: #efede4;
}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #cccccc;
}

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #cccccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody tr {
  border-top: 1px solid #cccccc;
}

tr {
  /* Table row striping */
}
tr.odd {
  background: white;
}
tr.odd td.active {
  background-color: #eeeeee;
}
tr.even td.active {
  background-color: #ebebeb;
}

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

/* =============================================================================
 *   Messages
 * ========================================================================== */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */
.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;
}
.ie6-7 .node-unpublished p.unpublished > *, .ie6-7
.comment-unpublished p.unpublished > * {
  position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
.maintenance-page .container {
  padding: 40px 0;
}
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}
.db-offline div.messages {
  margin: 20px 0 0;
}
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eeeeee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* WEBFORMS */
/**
 * Contact Us
 */
.contact-us-heading,
.contact-us-body-text {
  font-size: 1em;
}

.contact-us-french-body {
  font-size: 1em;
}

#webform-client-form-24 {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #e2e2e2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
#webform-client-form-24 .form-submit {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: none;
}
#webform-client-form-24 input.form-radio {
  vertical-align: text-top;
}
#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;
}

.webform-component-fieldset {
  border: none;
}

#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%;
}
#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%;
}

#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%;
}
#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%;
}

#webform-component-contact-information--country select {
  width: 103%;
}

#webform-component-contact-information--privacy-act {
  display: block;
  clear: both;
}
#webform-component-contact-information--privacy-act p {
  font-size: 1em;
}

.page-node-191 #block-system-main,
.page-node-192 #block-system-main {
  display: none;
}

#webform-component-contact-information {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

#webform-component-enter-your-question-comment-or-complaint .description {
  font-size: 1em;
}

.page-node-24 #breadcrumb {
  display: none;
}

#block-block-13,
#block-block-14 {
  width: 65%;
}

#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;
}

#block-block-15,
#block-block-16,
#block-block-17,
#block-block-18 {
  display: block;
}
#block-block-15 li,
#block-block-16 li,
#block-block-17 li,
#block-block-18 li {
  list-style: none;
}

/**
 * Content Width
 */
.ds-2col-stacked .group-left {
  width: 63%;
}
.ds-2col-stacked .group-left .group-left .field-name-field-related-content-two {
  padding-top: 30px;
  padding-left: 20px;
}

.one-sidebar #content-column {
  width: 100%;
  clear: none;
  float: left;
}

.one-sidebar .sidebar {
  margin-left: -100%;
  width: 25%;
  clear: none;
}

.one-sidebar .block-user-alert {
  width: 94.95%;
}

#block-block-29,
#block-block-30,
#block-menu-block-15,
#block-menu-block-16 {
  margin-left: -11px;
}

.container {
  max-width: 960px;
}

#header {
  width: 962px;
}

.sidebar-first .content-inner {
  margin-left: 25%;
}

#lightbox {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -250px;
  background: #fff;
  z-index: 1001;
  display: none;
  min-width: 400px;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#lightbox img {
  display: block;
  min-width: 100%;
}

#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;
}

#lightbox-close-button {
  float: right;
}

#lightbox-right-button {
  padding-left: 5px;
}

#lightbox .lightbox-slideshow {
  min-width: 100%;
  height: auto !important;
}
p .lightbox-slideshow {
  padding: 10px 10px 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #6cbdb6;
  max-height: 150px;
  max-width: 150px;
  margin: 5px 5px -15px;
  background: url("../images/expandImage.png") no-repeat scroll 95% 95% 15px auto transparent;
  background-image: url("../images/expandImage.png");
  height: auto !important;
  width: auto !important;
}

/**
 * iframe
 */
#block-block-39 .widget-description,
#block-block-40 .widget-description {
  display: block;
  width: 70%;
  margin-bottom: 25px;
}
#block-block-39 h2,
#block-block-40 h2 {
  color: #ba133e;
  font-size: 1.9em;
}

.page-node-186 .field-name-title h2,
.page-node-187 .field-name-title h2 {
  display: none;
}

/**
 * Full length blocks
 */
#block-block-19 {
  display: none;
}

#block-block-41 {
  display: none;
}

#block-block-42 {
  display: none;
}

#block-block-43 {
  display: none;
}

#block-block-44 {
  display: none;
}

h2.field-label {
  font-size: 0.8em;
}

.field-name-title h2 {
  font-size: 0.8em;
}

.field-item {
  font-size: 0.8em;
  clear: both;
}
