/* line 4, ../sass/style.scss */
html {
  -webkit-text-size-adjust: 100%;
}

/* Font, Body & Page styles. */
/* line 9, ../sass/style.scss */
body {
  background-color: #f1f4f8;
  color: #333333;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography
   * font: 13px / 1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
   */
  font: 12px/1.6em Helvetica, Arial, sans-serif;
  margin: 0;
}

/* line 20, ../sass/style.scss */
#page {
  background-color: white;
}

/* line 23, ../sass/style.scss */
#top-menu {
  background-color: #f1f4f8;
}

/* Links */
/* line 29, ../sass/style.scss */
a:link, a:visited {
  color: #1a73b9;
  text-decoration: none;
}

/* line 35, ../sass/style.scss */
a:hover, a:active {
  color: #1a73b9;
  text-decoration: underline;
}

/* Titles. */
/* line 42, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: "OpenSansRegular", sans-serif;
  font-weight: normal;
  line-height: 1.3em;
}

/* line 48, ../sass/style.scss */
h1 {
  font-size: 2.5em;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 53, ../sass/style.scss */
h2 {
  font-size: 1.5em;
  margin-bottom: 0.4em;
}

/* line 57, ../sass/style.scss */
h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

/* line 61, ../sass/style.scss */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 65, ../sass/style.scss */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 70, ../sass/style.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 76, ../sass/style.scss */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 81, ../sass/style.scss */
ul, ol {
  margin-left: 0;
  padding-left: 0;
}

/* line 85, ../sass/style.scss */
.content ul {
  margin-bottom: 1em;
}

/* line 88, ../sass/style.scss */
ul.menu {
  margin-bottom: 0;
}

/* Table styles. */
/* line 93, ../sass/style.scss */
table {
  width: 99%;
  margin-bottom: 2em;
}

/* line 97, ../sass/style.scss */
tbody {
  border-top: 0;
}

/* line 100, ../sass/style.scss */
tr {
  background-color: #FBFBFB;
  border-bottom: 0;
}
/* line 103, ../sass/style.scss */
tr.odd {
  background-color: #F5F5F5;
  border-bottom: 0;
}
/* line 107, ../sass/style.scss */
tr td {
  padding: 10px 5px;
  vertical-align: top;
}

/* Code. */
/* line 114, ../sass/style.scss */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 118, ../sass/style.scss */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaa;
}

/* List styles. */
/* line 127, ../sass/style.scss */
ul {
  list-style-type: disc;
  list-style-position: inside;
}
/* line 130, ../sass/style.scss */
ul ul {
  list-style-type: circle;
}
/* line 132, ../sass/style.scss */
ul ul ul {
  list-style-type: square;
}
/* line 134, ../sass/style.scss */
ul ul ul ul {
  list-style-type: circle;
}

/* line 141, ../sass/style.scss */
ol {
  list-style-type: decimal;
}
/* line 143, ../sass/style.scss */
ol ol {
  list-style-type: lower-alpha;
}
/* line 145, ../sass/style.scss */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 152, ../sass/style.scss */
abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 159, ../sass/style.scss */
#edit-title {
  font-size: 24px;
  width: 99%;
}

/* line 163, ../sass/style.scss */
#system-themes-form img {
  width: 100px;
}

/* line 166, ../sass/style.scss */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777;
}

/* line 173, ../sass/style.scss */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 178, ../sass/style.scss */
div.messages {
  padding: 9px;
  margin: 1em 5px;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 185, ../sass/style.scss */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 190, ../sass/style.scss */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 195, ../sass/style.scss */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

/* Import custom styles. */
/* Top menu */
/* line 12, ../sass/_custom.scss */
#top-menu {
  line-height: 29px;
  padding: 5px 0;
}
/* line 15, ../sass/_custom.scss */
#top-menu .region {
  float: right;
}
/* line 18, ../sass/_custom.scss */
#top-menu .block {
  float: left;
}
/* line 22, ../sass/_custom.scss */
#top-menu .content ul {
  margin-bottom: 0;
}
/* line 25, ../sass/_custom.scss */
#top-menu .content li {
  font-size: 11px;
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
}
/* line 31, ../sass/_custom.scss */
#top-menu .content li a {
  color: #5A5B5F;
}
/* line 35, ../sass/_custom.scss */
#top-menu .content .language-switcher-locale-url .active {
  display: none;
}

/* Search */
/* line 42, ../sass/_custom.scss */
#search-block-form {
  background-color: #fff;
  border: 1px solid #DADDCF;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 48, ../sass/_custom.scss */
#search-block-form .form-item,
#search-block-form .form-actions {
  float: left;
  margin: 0;
}
/* line 52, ../sass/_custom.scss */
#search-block-form .form-text {
  background-color: transparent;
  border: 0;
  color: #666666;
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  line-height: 19px;
  padding: 5px 0;
  text-indent: 6px;
  width: 200px;
}
/* line 64, ../sass/_custom.scss */
#search-block-form .form-submit {
  background: url("../images/search.png") no-repeat;
  border: medium none;
  cursor: pointer;
  display: block;
  height: 29px;
  overflow: hidden;
  margin-top: 0;
  padding: 29px 0 0;
  width: 29px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 77, ../sass/_custom.scss */
#navigation #search-block-form {
  float: none;
  margin: 10px;
  overflow: hidden;
}
/* line 81, ../sass/_custom.scss */
#navigation #search-block-form .form-item {
  width: 93%;
}
/* line 84, ../sass/_custom.scss */
#navigation #search-block-form .form-text {
  width: 100%;
}
/* line 87, ../sass/_custom.scss */
#navigation #search-block-form .form-actions {
  width: 7%;
}

/* Main Elements */
/* line 93, ../sass/_custom.scss */
#page {
  margin-bottom: 50px;
}

/* line 96, ../sass/_custom.scss */
#header {
  background: url("../images/header.jpg") no-repeat left top;
  margin: 10px;
}

/* line 100, ../sass/_custom.scss */
#site-name {
  margin: 0;
  padding: 0;
}
/* line 103, ../sass/_custom.scss */
#site-name a {
  direction: ltr;
  display: block;
  height: 144px;
  overflow: hidden;
  text-indent: -9999px;
  width: 300px;
}

/* line 112, ../sass/_custom.scss */
#part-nsm {
  background: url("../images/part-nsm.png") no-repeat center;
  direction: ltr;
  height: 16px;
  margin: 0 10px 10px;
  overflow: hidden;
  text-indent: -9999px;
}

/* line 120, ../sass/_custom.scss */
.i18n-fr #part-nsm {
  background: url("../images/part-nsm-french.png") no-repeat center;
}

/* Navigation */
/* line 127, ../sass/_custom.scss */
#block-system-main-menu,
#block-menu-menu-french-main-menu {
  padding: 0 10px 12px;
}
/* line 129, ../sass/_custom.scss */
#block-system-main-menu .menu,
#block-menu-menu-french-main-menu .menu {
  font-family: "OpenSansRegular";
  font-size: 18px;
}
/* line 132, ../sass/_custom.scss */
#block-system-main-menu .menu li,
#block-menu-menu-french-main-menu .menu li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  /* Hide subnavs to begin */
}
/* line 137, ../sass/_custom.scss */
#block-system-main-menu .menu li a,
#block-menu-menu-french-main-menu .menu li a {
  color: black;
  display: block;
  padding: 7px 8px;
}
/* line 144, ../sass/_custom.scss */
#block-system-main-menu .menu li a:hover,
#block-system-main-menu .menu li a:active,
#block-system-main-menu .menu li a.active-trail,
#block-menu-menu-french-main-menu .menu li a:hover,
#block-menu-menu-french-main-menu .menu li a:active,
#block-menu-menu-french-main-menu .menu li a.active-trail {
  background-color: darkgrey;
  color: white;
  text-decoration: none;
}
/* line 150, ../sass/_custom.scss */
#block-system-main-menu .menu li ul,
#block-menu-menu-french-main-menu .menu li ul {
  display: none;
}
/* line 154, ../sass/_custom.scss */
#block-system-main-menu .menu li.home,
#block-menu-menu-french-main-menu .menu li.home {
  display: none;
}

/* line 161, ../sass/_custom.scss */
#block-system-main-menu.moved .menu li ul,
#block-menu-menu-french-main-menu.moved .menu li ul {
  display: block;
}

/* line 167, ../sass/_custom.scss */
#navigation #block-system-main-menu .block-inner,
#navigation #block-menu-menu-french-main-menu .block-inner {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding-bottom: 12px;
}

/* line 174, ../sass/_custom.scss */
.front #navigation #block-system-main-menu,
.front #navigation #block-menu-menu-french-main-menu {
  padding-bottom: 0;
}
/* line 176, ../sass/_custom.scss */
.front #navigation #block-system-main-menu .block-inner,
.front #navigation #block-menu-menu-french-main-menu .block-inner {
  border: 0;
}

/* Sidebar Navigation */
/* line 183, ../sass/_custom.scss */
#sidebar-first .block-menu-block .menu {
  font-family: "OpenSansRegular";
}
/* line 185, ../sass/_custom.scss */
#sidebar-first .block-menu-block .menu li {
  border-bottom: 1px solid #cccccc;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 191, ../sass/_custom.scss */
#sidebar-first .block-menu-block .menu a {
  background-color: white;
  color: #0052a3;
  display: block;
  font-size: 16px;
  line-height: 1em;
  padding: 5px 10px;
}
/* line 199, ../sass/_custom.scss */
#sidebar-first .block-menu-block .menu a.active-trail {
  background-color: #f7f7f7;
}
/* line 203, ../sass/_custom.scss */
#sidebar-first .block-menu-block .menu li ul li {
  border: none;
}
/* line 209, ../sass/_custom.scss */
#sidebar-first .block-menu-block .menu li ul a,
#sidebar-first .block-menu-block .menu li ul a:hover,
#sidebar-first .block-menu-block .menu li ul a:active,
#sidebar-first .block-menu-block .menu li ul a.active-trail {
  background-color: white;
  color: black;
  font-size: 12px;
}
/* line 214, ../sass/_custom.scss */
#sidebar-first .block-menu-block .menu li ul a.active-trail {
  font-weight: bold;
}

/* Mobile Navigation */
/* line 222, ../sass/_custom.scss */
#block-menu-menu-mobile-menu {
  display: none;
  height: 50px;
  margin: 0 10px;
}
/* line 227, ../sass/_custom.scss */
#block-menu-menu-mobile-menu .menu li {
  float: left;
  list-style: none;
  margin: 0 1%;
  padding: 0;
  width: 49%;
}
/* line 233, ../sass/_custom.scss */
#block-menu-menu-mobile-menu .menu li.first {
  margin: 0 1% 0 0;
}
/* line 236, ../sass/_custom.scss */
#block-menu-menu-mobile-menu .menu li.last {
  margin: 0 0 0 1%;
}
/* line 239, ../sass/_custom.scss */
#block-menu-menu-mobile-menu .menu li a {
  background: #4d4d4d url("../images/sprite-mobile.png") no-repeat center -100px;
  direction: ltr;
  display: block;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 250, ../sass/_custom.scss */
#block-menu-menu-mobile-menu .menu li.map a {
  background-position: center 0;
}

/* line 255, ../sass/_custom.scss */
.i18n-fr #block-menu-menu-mobile-menu .menu li a {
  background-image: url("../images/sprite-mobile_fr.png");
}

/* Front Page */
/* line 261, ../sass/_custom.scss */
.front #content-top {
  border: 1px solid #ccc;
  margin: 0 5px 10px;
  padding: 5px;
}
/* line 265, ../sass/_custom.scss */
.front #content-top .block {
  padding: 5px;
}
/* line 269, ../sass/_custom.scss */
.front #content-area {
  border: 1px solid #ccc;
  margin: 0 5px;
  padding: 5px;
}
/* line 273, ../sass/_custom.scss */
.front #content-area .block {
  padding: 5px;
}

/* Blocks */
/* line 280, ../sass/_custom.scss */
.not-front #sidebar-first .block {
  margin-bottom: 35px;
}
/* line 282, ../sass/_custom.scss */
.not-front #sidebar-first .block .content {
  padding: 10px;
}

/* line 286, ../sass/_custom.scss */
.not-front #sidebar-first .block-menu-block {
  margin-top: 0;
}
/* line 288, ../sass/_custom.scss */
.not-front #sidebar-first .block-menu-block .content {
  padding: 0;
}

/* line 292, ../sass/_custom.scss */
.border .block-inner {
  border: 1px solid #ccc;
}

/* line 295, ../sass/_custom.scss */
.blue .block-inner {
  background-color: #F4F7FB;
}
/* line 297, ../sass/_custom.scss */
.blue .block-inner .content {
  padding: 10px;
}

/* line 301, ../sass/_custom.scss */
.green .block-inner {
  background-color: #F6FCE4;
  border: 1px solid #EAEAE9;
}
/* line 304, ../sass/_custom.scss */
.green .block-inner .content {
  padding: 10px;
}

/* Events */
/* line 310, ../sass/_custom.scss */
.field-name-field-date {
  margin-bottom: 10px;
  font-size: 1.1em;
}
/* line 313, ../sass/_custom.scss */
.field-name-field-date span {
  font-weight: bold;
}

/* line 317, ../sass/_custom.scss */
.view-id-events {
  margin: 10px 0;
}
/* line 319, ../sass/_custom.scss */
.view-id-events .view-header {
  float: right;
  margin-top: -55px;
}
/* line 322, ../sass/_custom.scss */
.view-id-events .view-header select {
  cursor: pointer;
}
/* line 324, ../sass/_custom.scss */
.view-id-events .view-header select option {
  padding: 2px;
}
/* line 328, ../sass/_custom.scss */
.view-id-events .view-header .customSelect {
  background: #4d4d4d url("../images/customselect-arrow.png") no-repeat right center;
  color: #fff;
  cursor: pointer;
  font-family: Georgia;
  font-size: 13px;
  font-style: italic;
  height: 29px;
  line-height: 29px;
  width: 170px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
/* line 341, ../sass/_custom.scss */
.view-id-events .view-header .customSelectInner {
  text-indent: 12px;
}
/* line 345, ../sass/_custom.scss */
.view-id-events .views-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* line 349, ../sass/_custom.scss */
.view-id-events .views-row span {
  font-weight: bold;
}
/* line 352, ../sass/_custom.scss */
.view-id-events .views-row a {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin: 5px 0;
}

/* line 360, ../sass/_custom.scss */
.front .view-id-events {
  margin-top: 0;
}
/* line 362, ../sass/_custom.scss */
.front .view-id-events .view-header {
  float: none;
  margin-top: 0;
}

/* Footer */
/* line 369, ../sass/_custom.scss */
#footer {
  overflow: hidden;
  margin: 10px;
  padding: 15px;
}
/* line 373, ../sass/_custom.scss */
#footer a {
  color: #333;
}
/* line 376, ../sass/_custom.scss */
#footer p {
  margin: 0;
}

/* line 380, ../sass/_custom.scss */
.not-front #footer {
  border-top: 1px solid #B2B2B2;
}

/* line 383, ../sass/_custom.scss */
#footer-top {
  font-size: 11px;
}
/* line 385, ../sass/_custom.scss */
#footer-top .menu li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}

/* line 392, ../sass/_custom.scss */
#footer-middle {
  background-color: #fff;
  margin: 10px 0 0;
  padding: 15px 10px;
}
/* line 396, ../sass/_custom.scss */
#footer-middle P {
  margin: 0;
}
/* line 399, ../sass/_custom.scss */
#footer-middle span {
  display: inline-block;
  padding: 0 10px 5px;
}
/* line 402, ../sass/_custom.scss */
#footer-middle span.first {
  padding-left: 0;
}
/* line 405, ../sass/_custom.scss */
#footer-middle span.last {
  padding-right: 0;
}
/* line 409, ../sass/_custom.scss */
#footer-middle a {
  white-space: nowrap;
}

/* line 413, ../sass/_custom.scss */
a.social-media {
  background: url("../images/social-media.jpg") no-repeat;
  display: inline-block;
  line-height: 18px;
  text-indent: -9999px;
  width: 107px;
}

/* line 421, ../sass/_custom.scss */
#footer-bottom img {
  margin: 25px 12px 0;
}

/* Forms & Contact Us */
/* line 427, ../sass/_custom.scss */
.webform-component {
  max-width: 385px;
}

/* line 430, ../sass/_custom.scss */
textarea {
  border: 1px solid #DADDCF;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 435, ../sass/_custom.scss */
input.form-text {
  border: 1px solid #DADDCF;
  width: 100%;
  padding: 5px 0;
  text-indent: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 442, ../sass/_custom.scss */
#edit-submit {
  border: 1px solid #DADDCF;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* Admin Menu */
/* line 452, ../sass/_custom.scss */
#admin-menu {
  margin: 0;
}

/* Gallery */
/* line 457, ../sass/_custom.scss */
.flexslider {
  border: 0;
  border-radius: 0;
  position: relative;
}

/* Caption style */
/* IE rgba() hack */
/* line 464, ../sass/_custom.scss */
.no-rgba .flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
}

/* line 468, ../sass/_custom.scss */
.flex-caption {
  background: rgba(0, 0, 0, 0.75);
}

/* line 471, ../sass/_custom.scss */
.field-name-field-flexslider-nav {
  clear: both;
  float: left;
  margin-top: 25px;
  position: relative;
  width: 100%;
}

/* line 478, ../sass/_custom.scss */
.flex-direction-nav {
  position: absolute;
  top: -30px;
  width: 100%;
}

/* line 483, ../sass/_custom.scss */
.flex-direction-nav li {
  padding: 0 25px;
}

/* line 486, ../sass/_custom.scss */
.flex-direction-nav li .prev {
  float: left;
}

/* line 489, ../sass/_custom.scss */
.flex-direction-nav li .next {
  float: right;
}

/* line 492, ../sass/_custom.scss */
.flex-direction-nav li a {
  background: none;
  display: inline;
  font-family: "OpenSansRegular";
  font-size: 24px;
  height: auto;
  margin: 0;
  position: relative;
  text-indent: 0;
  width: auto;
}

/* line 503, ../sass/_custom.scss */
.flex-custom-control-nav .item-list ul li {
  background-color: #fff;
  display: block;
  float: left;
  margin: 0 1% 1% 0;
  position: relative;
  width: 19%;
}

/* line 511, ../sass/_custom.scss */
.flex-custom-control-nav .item-list ul li img {
  background-color: #fff;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  /* Prevent webkit transition flicker */
}

/* line 518, ../sass/_custom.scss */
.no-opacity .flex-custom-control-nav .item-list ul li img {
  filter: alpha(opacity=50);
}

/* line 522, ../sass/_custom.scss */
.flex-custom-control-nav .item-list ul li.active img,
.flex-custom-control-nav .item-list ul li:hover img {
  opacity: 1;
}

/* line 526, ../sass/_custom.scss */
.no-opacity .flex-custom-control-nav .item-list ul li.active img,
.no-opacity .flex-custom-control-nav .item-list ul li:hover img {
  filter: alpha(opacity=100);
}

/* Responsive Tables */
/* line 532, ../sass/_custom.scss */
table.responsive tr {
  background-color: transparent;
  padding: 0;
}
/* line 535, ../sass/_custom.scss */
table.responsive tr td {
  padding: 10px 2% 10px 0;
  vertical-align: top;
}
/* line 538, ../sass/_custom.scss */
table.responsive tr td img {
  width: 100% !important;
}

/* Curatros */
/* line 548, ../sass/_custom.scss */
.page-curators h1,
.page-collections-curators h1 {
  padding: 0;
}
/* line 551, ../sass/_custom.scss */
.page-curators .views-row,
.page-collections-curators .views-row {
  float: left;
  font-family: "OpenSansRegular", sans-serif;
  margin: 0 1% 25px 0;
  text-align: center;
  width: 32.25%;
}
/* line 557, ../sass/_custom.scss */
.page-curators .views-row:nth-child(3n+1),
.page-collections-curators .views-row:nth-child(3n+1) {
  clear: left;
}
/* line 560, ../sass/_custom.scss */
.page-curators .views-row h2,
.page-collections-curators .views-row h2 {
  margin-bottom: 0;
}

/* line 565, ../sass/_custom.scss */
.node-curator h1 {
  padding: 0;
}

/* Collections Listing */
/* line 571, ../sass/_custom.scss */
.page-collections h1 {
  background-color: #BED95E;
  color: #fff;
  font-family: "DroidSerifRegular";
  font-size: 20px;
  font-weight: bold;
  margin: 0 1% 20px 0;
  padding: 9px 0 6px;
  text-indent: 10px;
}

/* line 583, ../sass/_custom.scss */
.view-id-collections .views-row {
  float: left;
  font-family: "OpenSansRegular", sans-serif;
  margin: 0 1% 25px 0;
  text-align: center;
  width: 32.25%;
}
/* line 589, ../sass/_custom.scss */
.view-id-collections .views-row h2 {
  margin-bottom: 0;
}

/* Collections Page */
/* line 597, ../sass/_custom.scss */
.page-collections #content-header h1 {
  display: none;
}

/* line 601, ../sass/_custom.scss */
.view-id-collection_curator .field-content {
  position: relative;
}
/* line 603, ../sass/_custom.scss */
.view-id-collection_curator .field-content .collection-header {
  background: url("../images/collection-header-bg.png") repeat-y;
  bottom: 0;
  height: 168px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
/* line 612, ../sass/_custom.scss */
.view-id-collection_curator .field-content .collection-header h1,
.view-id-collection_curator .field-content .collection-header h2,
.view-id-collection_curator .field-content .collection-header h3 {
  color: #fff;
  font-family: "DroidSerifRegular";
  margin-left: 22px;
}
/* line 617, ../sass/_custom.scss */
.view-id-collection_curator .field-content .collection-header h1 {
  font-size: 48px;
  margin-top: 20px;
  padding-bottom: 0;
}
/* line 622, ../sass/_custom.scss */
.view-id-collection_curator .field-content .collection-header h2 {
  font-size: 27px;
  margin-bottom: 0;
}

/* line 628, ../sass/_custom.scss */
.field-name-field-quote {
  color: #0052A3;
  font-weight: bold;
  line-height: 1.8em;
}
/* line 632, ../sass/_custom.scss */
.field-name-field-quote em {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
}

/* line 639, ../sass/_custom.scss */
.float-quote .field-name-body {
  float: left;
  width: 70%;
}
/* line 643, ../sass/_custom.scss */
.float-quote .field-name-field-quote {
  float: right;
  width: 27%;
}

/* line 649, ../sass/_custom.scss */
.node-type-collection .views-field-title-2 a {
  background-color: #0053A3;
  color: #fff;
  display: block;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 18px;
  line-height: 46px;
  margin: 1px 0 30px;
  text-indent: 32px;
}

/* Collections Slideshow */
/* line 664, ../sass/_custom.scss */
#flexslider_views_slideshow_main_collections_slideshow-block,
#flexslider_views_slideshow_main_research_slideshow-block {
  position: relative;
}
/* line 666, ../sass/_custom.scss */
#flexslider_views_slideshow_main_collections_slideshow-block .flex-direction-nav,
#flexslider_views_slideshow_main_research_slideshow-block .flex-direction-nav {
  top: 30%;
}
/* line 668, ../sass/_custom.scss */
#flexslider_views_slideshow_main_collections_slideshow-block .flex-direction-nav a,
#flexslider_views_slideshow_main_research_slideshow-block .flex-direction-nav a {
  background: url("../images/slideshow-arrows.png") no-repeat;
  display: block;
  height: 66px;
  overflow: hidden;
  text-indent: -9999px;
  width: 49px;
}
/* line 675, ../sass/_custom.scss */
#flexslider_views_slideshow_main_collections_slideshow-block .flex-direction-nav a.next,
#flexslider_views_slideshow_main_research_slideshow-block .flex-direction-nav a.next {
  background-position: -49px 0;
}
/* line 681, ../sass/_custom.scss */
#flexslider_views_slideshow_main_collections_slideshow-block .slides li,
#flexslider_views_slideshow_main_research_slideshow-block .slides li {
  background-color: #E5E5E5;
}
/* line 683, ../sass/_custom.scss */
#flexslider_views_slideshow_main_collections_slideshow-block .slides li .flex-nav-container,
#flexslider_views_slideshow_main_research_slideshow-block .slides li .flex-nav-container {
  margin-bottom: 0;
}
/* line 686, ../sass/_custom.scss */
#flexslider_views_slideshow_main_collections_slideshow-block .slides li .views-field-body,
#flexslider_views_slideshow_main_research_slideshow-block .slides li .views-field-body {
  clear: both;
  min-height: 102px;
  padding: 15px 12px 5px;
}
/* line 690, ../sass/_custom.scss */
#flexslider_views_slideshow_main_collections_slideshow-block .slides li .views-field-body h2,
#flexslider_views_slideshow_main_research_slideshow-block .slides li .views-field-body h2 {
  font-size: 20px;
  font-family: "DroidSerifRegular", serif;
}
/* line 694, ../sass/_custom.scss */
#flexslider_views_slideshow_main_collections_slideshow-block .slides li .views-field-body h3, #flexslider_views_slideshow_main_collections_slideshow-block .slides li .views-field-body h4,
#flexslider_views_slideshow_main_research_slideshow-block .slides li .views-field-body h3,
#flexslider_views_slideshow_main_research_slideshow-block .slides li .views-field-body h4 {
  margin-bottom: 0.25em;
}

/* Collections Callout */
/* line 705, ../sass/_custom.scss */
#block-views-collections_callouts-block {
  clear: both;
}
/* line 707, ../sass/_custom.scss */
#block-views-collections_callouts-block .view-content {
  overflow: hidden;
  margin: -5px;
}
/* line 710, ../sass/_custom.scss */
#block-views-collections_callouts-block .view-content .views-row {
  margin-bottom: 20px;
}
/* line 713, ../sass/_custom.scss */
#block-views-collections_callouts-block .view-content .views-row-1 {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 716, ../sass/_custom.scss */
#block-views-collections_callouts-block .view-content .views-row-2 {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 719, ../sass/_custom.scss */
#block-views-collections_callouts-block .view-content .views-row-3 {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
  padding-left: 5px;
  padding-right: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
/* line 722, ../sass/_custom.scss */
#block-views-collections_callouts-block .view-content .views-field-title {
  background-color: #B7D2DD;
  border-top: 10px solid #83969D;
  min-height: 68px;
  overflow: hidden;
}
/* line 727, ../sass/_custom.scss */
#block-views-collections_callouts-block .view-content .views-field-title h2 {
  font-family: "DroidSerifRegular", serif;
  font-size: 20px;
  line-height: 1.1em;
  margin: 10px 8px;
}
/* line 734, ../sass/_custom.scss */
#block-views-collections_callouts-block .view-content .views-field-field-collection-callout-image {
  margin-bottom: 8px;
}

/* Collections Objects */
/* line 742, ../sass/_custom.scss */
.node-type-collection-object h1 {
  background-color: #bde6f8;
  color: #00094e;
  font-family: "DroidSerifRegular";
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 9px 0 6px 10px;
}
/* line 750, ../sass/_custom.scss */
.node-type-collection-object h1 a {
  color: #00094e;
}
/* line 756, ../sass/_custom.scss */
.node-type-collection-object .field-name-body h2,
.node-type-collection-object .field-name-field-french-body h2 {
  background-color: #bde6f8;
  color: #00094e;
  font-family: "DroidSerifBold";
  font-size: 20px;
  padding: 9px 0 6px;
  text-indent: 10px;
}
/* line 765, ../sass/_custom.scss */
.node-type-collection-object .field-name-field-collection-image {
  margin-bottom: 10px;
}

/* line 769, ../sass/_custom.scss */
.group-details-french {
  display: none;
}

/* line 774, ../sass/_custom.scss */
.group-details .field,
.group-details-french .field {
  margin-bottom: 14px;
}
/* line 779, ../sass/_custom.scss */
.group-details .field-label-inline .field-label,
.group-details .field-label-inline .field-items,
.group-details .field-label-inline .field-item,
.group-details-french .field-label-inline .field-label,
.group-details-french .field-label-inline .field-items,
.group-details-french .field-label-inline .field-item {
  display: inline;
  float: none;
}
/* line 784, ../sass/_custom.scss */
.group-details .field-name-field-curator-ref .field-label,
.group-details-french .field-name-field-curator-ref .field-label {
  display: block;
  margin-bottom: -19px;
}
/* line 788, ../sass/_custom.scss */
.group-details .field-name-field-curator-ref .field-item,
.group-details-french .field-name-field-curator-ref .field-item {
  display: block;
  margin-left: 50px;
}

/* line 796, ../sass/_custom.scss */
.float-details .field-name-body,
.float-details .field-name-field-french-body {
  float: left;
  width: 70%;
}
/* line 801, ../sass/_custom.scss */
.float-details .group-details,
.float-details .group-details-french {
  float: right;
  width: 27%;
}

/* line 806, ../sass/_custom.scss */
.node-collection-object {
  /* Prev/Next Links */
  /* Social Media Links */
}
/* line 808, ../sass/_custom.scss */
.node-collection-object div.links {
  background: #e7e7e7 url("../images/collection-object-nav-bg.png") !important;
  border: 1px solid #CBCBC9 !important;
  height: 46px;
  margin: 0 0 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
/* line 816, ../sass/_custom.scss */
.node-collection-object div.links li {
  float: left;
  list-style: none none;
  margin: 0;
  padding: 0;
  width: 20%;
}
/* line 822, ../sass/_custom.scss */
.node-collection-object div.links li a {
  display: block;
  line-height: 44px;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 829, ../sass/_custom.scss */
.node-collection-object div.links li.previous a {
  background: url("../images/collection-object-nav-prev.png") no-repeat center center;
  border-right: 1px solid #CBCBC9;
}
/* line 834, ../sass/_custom.scss */
.node-collection-object div.links li.next {
  float: right;
  position: relative;
}
/* line 837, ../sass/_custom.scss */
.node-collection-object div.links li.next a {
  background: url("../images/collection-object-nav-next.png") no-repeat center center;
  border-left: 1px solid #CBCBC9;
}
/* line 845, ../sass/_custom.scss */
.node-collection-object .social-media-links {
  float: left;
  height: 46px;
  margin: -50px 20% 5px;
  width: 100%;
}
/* line 850, ../sass/_custom.scss */
.node-collection-object .social-media-links li {
  float: left;
  list-style: none none;
  margin: 0;
  padding: 0;
  width: 20%;
}
/* line 856, ../sass/_custom.scss */
.node-collection-object .social-media-links li a {
  border-left: 1px solid #CBCBC9;
  display: block;
  line-height: 44px;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 863, ../sass/_custom.scss */
.node-collection-object .social-media-links li.last {
  border-right: 1px solid #CBCBC9;
}
/* line 867, ../sass/_custom.scss */
.node-collection-object .social-media-links li.twitter a {
  background: url("../images/social-twitter.png") no-repeat center center;
}
/* line 872, ../sass/_custom.scss */
.node-collection-object .social-media-links li.facebook a {
  background: url("../images/social-facebook.png") no-repeat center center;
}
/* line 877, ../sass/_custom.scss */
.node-collection-object .social-media-links li.pinterest a {
  background: url("../images/social-pinterest.png") no-repeat center center;
}
/* line 883, ../sass/_custom.scss */
.node-collection-object .field-name-field-collection-image {
  margin-bottom: 65px;
}
/* line 885, ../sass/_custom.scss */
.node-collection-object .field-name-field-collection-image #ViewerDisplay {
  padding-bottom: 55px !important;
}
/* line 888, ../sass/_custom.scss */
.node-collection-object .field-name-field-collection-image #ToolbarDisplay {
  background-color: #fff !important;
  bottom: 0;
}
/* line 891, ../sass/_custom.scss */
.not-fullpage .node-collection-object .field-name-field-collection-image #ToolbarDisplay {
  top: auto !important;
}
/* line 894, ../sass/_custom.scss */
.node-collection-object .field-name-field-collection-image #ToolbarDisplay #background {
  background: #e7e7e7 url("../images/collection-object-nav-bg.png") !important;
  border: 1px solid #CBCBC9 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
/* line 899, ../sass/_custom.scss */
.node-collection-object .field-name-field-collection-image #ToolbarDisplay #background img {
  display: none !important;
}
/* line 904, ../sass/_custom.scss */
.node-collection-object .field-name-field-collection-image #buttonBackground img {
  display: none !important;
}

/* Collections Gallery */
/* line 912, ../sass/_custom.scss */
#block-menu-menu-collections-gallery-sort .content {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  margin: 35px 1% 20px 0;
  overflow: hidden;
}
/* line 919, ../sass/_custom.scss */
#block-menu-menu-collections-gallery-sort .menu {
  float: right;
}
/* line 921, ../sass/_custom.scss */
#block-menu-menu-collections-gallery-sort .menu li {
  border-right: 1px solid #1B74BA;
  float: left;
  list-style: none outside none;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
/* line 927, ../sass/_custom.scss */
#block-menu-menu-collections-gallery-sort .menu li.last {
  border-right: none;
  margin: 0;
  padding: 0;
}
/* line 932, ../sass/_custom.scss */
#block-menu-menu-collections-gallery-sort .menu li a.active {
  color: #666;
}

/* line 939, ../sass/_custom.scss */
.view-id-collections_gallery .views-row, .view-id-joe_howe_gallery .views-row {
  float: left;
  font-family: "OpenSansRegular", sans-serif;
  margin: 0 1% 7px 0;
  text-align: center;
  width: 19%;
}
/* line 945, ../sass/_custom.scss */
.view-id-collections_gallery .views-row h2, .view-id-joe_howe_gallery .views-row h2 {
  margin-bottom: 0;
}
/* line 949, ../sass/_custom.scss */
.view-id-collections_gallery h3, .view-id-joe_howe_gallery h3 {
  color: #333;
  float: left;
  font-size: 12px;
  margin-top: 50px;
  width: 100%;
}
/* line 955, ../sass/_custom.scss */
.view-id-collections_gallery h3 a, .view-id-joe_howe_gallery h3 a {
 {
  font-size: 18px;
}

/* French Toggle */
/* line 963, ../sass/_custom.scss */
.en-fr {
  color: #1A73B9;
  cursor: pointer;
  margin-bottom: 10px;
}

/* line 968, ../sass/_custom.scss */
.node-collection-object .field-name-field-french-body {
  display: none;
}

/* Share Buttons */
/* line 975, ../sass/_custom.scss */
.service-links .service-label {
  color: #333333;
  font-family: "OpenSansRegular",sans-serif;
  font-size: 2.5em;
  height: 40px;
  margin-top: 10px;
}
/* line 982, ../sass/_custom.scss */
.service-links ul li {
  display: inline-block;
  padding-right: 10px;
}

/* 360 Button */
/* line 989, ../sass/_custom.scss */
a.three-sixty-button {
  background: url("../images/viewobject360-269x46.png") no-repeat center center;
  display: block;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
}

/* Popup */
/* line 998, ../sass/_custom.scss */
html body.popup {
  margin-top: 0 !important;
}
/* line 1000, ../sass/_custom.scss */
html body.popup #content-area {
  padding: 20px !important;
}
/* line 1004, ../sass/_custom.scss */
html body.popup #admin-menu,
html body.popup .service-links {
  display: none !important;
}

/* Blog */
/* line 1010, ../sass/_custom.scss */
.view-id-blog {
  margin: 10px 0;
}
/* line 1012, ../sass/_custom.scss */
.view-id-blog .view-filters {
  float: right;
  margin-top: -55px;
}
/* line 1015, ../sass/_custom.scss */
.view-id-blog .view-filters label {
  float: left;
  font-weight: normal;
  line-height: 29px;
  padding-right: 10px;
}
/* line 1021, ../sass/_custom.scss */
.view-id-blog .view-filters .views-widget {
  float: left;
}
/* line 1024, ../sass/_custom.scss */
.view-id-blog .view-filters #edit-curator-wrapper {
  float: none;
  padding: 0;
}
/* line 1028, ../sass/_custom.scss */
.view-id-blog .view-filters select {
  cursor: pointer;
}
/* line 1030, ../sass/_custom.scss */
.view-id-blog .view-filters select option {
  padding: 2px;
}
/* line 1034, ../sass/_custom.scss */
.view-id-blog .view-filters .customSelect {
  background: url("../images/customselect-arrow.png") no-repeat scroll right center #4d4d4d;
  border-radius: 7px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Georgia;
  font-size: 13px;
  font-style: italic;
  height: 29px;
  line-height: 29px;
  width: 170px;
}
/* line 1046, ../sass/_custom.scss */
.view-id-blog .view-filters .customSelectInner {
  text-indent: 12px;
}
@media screen and (max-width: 767px) {
  /* line 1012, ../sass/_custom.scss */
  .view-id-blog .view-filters {
    float: none;
    margin-bottom: 30px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 620px) {
  /* line 1012, ../sass/_custom.scss */
  .view-id-blog .view-filters {
    float: right;
    margin-bottom: 0;
    margin-top: -55px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1012, ../sass/_custom.scss */
  .view-id-blog .view-filters {
    float: none;
    margin-bottom: 30px;
    margin-top: -10px;
  }
}
/* line 1065, ../sass/_custom.scss */
.view-id-blog .views-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
/* line 1069, ../sass/_custom.scss */
.view-id-blog .views-row span {
  font-weight: bold;
}
/* line 1072, ../sass/_custom.scss */
.view-id-blog .views-row a {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin: 5px 0;
}

/* line 1080, ../sass/_custom.scss */
#block-prev_next-0 {
  display: block;
  font-family: "OpenSansRegular";
  font-size: 24px;
  margin-bottom: 2em;
}
/* line 1086, ../sass/_custom.scss */
#block-prev_next-0 .prev-next-links li {
  display: block;
}
/* line 1088, ../sass/_custom.scss */
#block-prev_next-0 .prev-next-links li.prev-next-link-prev {
  float: left;
}
/* line 1092, ../sass/_custom.scss */
#block-prev_next-0 .prev-next-links li.prev-next-link-next {
  float: right;
}
/* line 1097, ../sass/_custom.scss */
#block-prev_next-0:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 1106, ../sass/_custom.scss */
.node-type-blog-entry .submitted {
  font-weight: bold;
}
/* line 1109, ../sass/_custom.scss */
.node-type-blog-entry .field-name-field-curator-term {
  font-size: 1.2em;
}
/* line 1112, ../sass/_custom.scss */
.node-type-blog-entry .field-type-image {
  margin: 1em 0;
}

/* Responsive */
@media screen and (max-width: 992px) {
  /* line 1122, ../sass/_custom.scss */
  #block-system-main-menu .menu,
  #block-menu-menu-french-main-menu .menu {
    font-size: 15px;
  }

  /* line 1127, ../sass/_custom.scss */
  #footer {
    border-top: 1px solid #B2B2B2;
    margin-top: 20px;
  }

  /* line 1132, ../sass/_custom.scss */
  #footer-middle {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* Gallery */
  /* line 1138, ../sass/_custom.scss */
  .flex-custom-control-nav .item-list ul li {
    width: 24%;
  }

  /* Collections */
  /* line 1144, ../sass/_custom.scss */
  .view-id-collection_curator .field-content .collection-header {
    background-color: #000;
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  /* line 1156, ../sass/_custom.scss */
  #block-system-main-menu,
  #block-menu-menu-french-main-menu {
    margin-left: 0;
  }
  /* line 1158, ../sass/_custom.scss */
  #block-system-main-menu .menu,
  #block-menu-menu-french-main-menu .menu {
    text-align: center;
  }
  /* line 1160, ../sass/_custom.scss */
  #block-system-main-menu .menu li,
  #block-menu-menu-french-main-menu .menu li {
    display: inline-block;
    float: none;
  }

  /* line 1167, ../sass/_custom.scss */
  #part-nsm {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
  }

  /* line 1173, ../sass/_custom.scss */
  .front #content-top {
    border: 0;
    margin: 0;
    padding: 0;
  }

  /* Events Filter */
  /* line 1180, ../sass/_custom.scss */
  .view-id-events .view-header {
    float: none;
    margin-bottom: 30px;
    margin-top: -10px;
  }

  /* Gallery */
  /* line 1187, ../sass/_custom.scss */
  .flex-caption {
    background: #333;
    position: relative;
    text-shadow: none;
  }

  /* Header Menu
   *
   * Hide home link to allow room for language toggle.
   */
  /* line 1197, ../sass/_custom.scss */
  #top-menu .block-1 .content .first {
    display: none;
  }

  /* Curators */
  /* line 1202, ../sass/_custom.scss */
  .page-curators .views-row {
    margin: 0 2% 25px 0;
    width: 48%;
  }
  /* line 1205, ../sass/_custom.scss */
  .page-curators .views-row:nth-child(3n+1) {
    clear: none;
  }
  /* line 1208, ../sass/_custom.scss */
  .page-curators .views-row:nth-child(2n+1) {
    clear: left;
  }

  /* Collections Listing */
  /* line 1214, ../sass/_custom.scss */
  .page-collections .views-row {
    margin: 0 2% 25px 0;
    width: 48%;
  }

  /* Collections Gallery */
  /* line 1220, ../sass/_custom.scss */
  .view-id-collections_gallery .views-row {
    margin: 0 1% 5px 0;
    width: 24%;
  }
}
@media screen and (max-width: 620px) {
  /* line 1229, ../sass/_custom.scss */
  #top-menu {
    text-align: center;
  }
  /* line 1233, ../sass/_custom.scss */
  #top-menu .region,
  #top-menu .block,
  #top-menu .block-inner {
    display: inline;
    float: none;
  }
  /* line 1237, ../sass/_custom.scss */
  #top-menu .content {
    display: inline;
  }
  /* line 1239, ../sass/_custom.scss */
  #top-menu .content ul {
    display: inline;
    text-align: center;
  }
  /* line 1242, ../sass/_custom.scss */
  #top-menu .content ul li {
    display: inline;
    float: none;
    margin: 0 1%;
  }

  /* line 1251, ../sass/_custom.scss */
  #block-menu-menu-mobile-menu {
    display: block;
  }

  /* line 1257, ../sass/_custom.scss */
  #block-system-main-menu .menu,
  #block-menu-menu-french-main-menu .menu {
    font-size: 12px;
    padding: 0 20px;
    text-align: left;
  }
  /* line 1261, ../sass/_custom.scss */
  #block-system-main-menu .menu li,
  #block-menu-menu-french-main-menu .menu li {
    background: url("../images/menu-arrow.png") no-repeat 0 17px;
    display: block;
    float: none;
    margin: 0;
    padding: 0 10px;
  }
  /* line 1267, ../sass/_custom.scss */
  #block-system-main-menu .menu li a,
  #block-menu-menu-french-main-menu .menu li a {
    border-top: 3px solid #CCCBC4;
    background-color: transparent !important;
    color: #515151 !important;
    display: block;
    font-weight: bold;
    padding: 11px;
  }
  /* line 1275, ../sass/_custom.scss */
  #block-system-main-menu .menu li a.active,
  #block-menu-menu-french-main-menu .menu li a.active {
    text-decoration: underline;
  }
  /* line 1279, ../sass/_custom.scss */
  #block-system-main-menu .menu li.home,
  #block-menu-menu-french-main-menu .menu li.home {
    display: block;
  }
  /* line 1282, ../sass/_custom.scss */
  #block-system-main-menu .menu li.first a,
  #block-menu-menu-french-main-menu .menu li.first a {
    border-top-color: #fff;
  }
  /* line 1285, ../sass/_custom.scss */
  #block-system-main-menu .menu li.expanded,
  #block-menu-menu-french-main-menu .menu li.expanded {
    padding-bottom: 5px;
  }
  /* line 1288, ../sass/_custom.scss */
  #block-system-main-menu .menu li.expanded > a,
  #block-menu-menu-french-main-menu .menu li.expanded > a {
    padding-bottom: 5px;
  }
  /* line 1291, ../sass/_custom.scss */
  #block-system-main-menu .menu li ul,
  #block-menu-menu-french-main-menu .menu li ul {
    display: block;
    padding: 0;
  }
  /* line 1294, ../sass/_custom.scss */
  #block-system-main-menu .menu li ul li,
  #block-menu-menu-french-main-menu .menu li ul li {
    background: none;
    padding: 0;
  }
  /* line 1297, ../sass/_custom.scss */
  #block-system-main-menu .menu li ul li a,
  #block-menu-menu-french-main-menu .menu li ul li a {
    border-top: 0;
    color: #134579 !important;
    padding: 5px 11px;
  }

  /* line 1307, ../sass/_custom.scss */
  .front #content-area .block-4 {
    padding: 0;
  }

  /* line 1312, ../sass/_custom.scss */
  #footer,
  .not-front #footer {
    border-top: 0;
    margin-top: 20px;
    padding: 0;
  }

  /* line 1318, ../sass/_custom.scss */
  #footer-top {
    text-align: center;
  }
  /* line 1320, ../sass/_custom.scss */
  #footer-top .block {
    clear: both;
    float: none;
    margin-bottom: 5px;
    overflow: hidden;
  }
  /* line 1325, ../sass/_custom.scss */
  #footer-top .block ul {
    display: inline;
    text-align: center;
  }
  /* line 1328, ../sass/_custom.scss */
  #footer-top .block ul li {
    display: inline;
    float: none;
  }

  /* line 1336, ../sass/_custom.scss */
  #footer-middle {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1339, ../sass/_custom.scss */
  #footer-middle a {
    display: inline-block;
    white-space: normal;
  }

  /* line 1345, ../sass/_custom.scss */
  #page > .block {
    margin: 10px;
  }

  /* line 1350, ../sass/_custom.scss */
  .buy1get27 .content {
    font-size: 14px;
    overflow: hidden;
    padding: 30px !important;
  }
  /* line 1370, ../sass/_custom.scss */
  .not-front #sidebar-first {
    display: none;
  }

  /* Events Filter */
  /* line 1375, ../sass/_custom.scss */
  .view-id-events .view-header {
    float: right;
    margin-bottom: 0;
    margin-top: -55px;
  }
}
@media screen and (max-width: 620px) and (min-width: 480px) {
  /* line 1355, ../sass/_custom.scss */
  .buy1get27 .content img {
    float: left;
    margin-right: 15px;
  }
  /* line 1359, ../sass/_custom.scss */
  .buy1get27 .content p {
    margin: 0;
  }
  /* line 1361, ../sass/_custom.scss */
  .buy1get27 .content p strong {
    display: block;
    padding: 5px 0;
  }
}

@media screen and (max-width: 480px) {
  /* line 1386, ../sass/_custom.scss */
  #navigation #search-block-form .form-item {
    width: 90%;
  }
  /* line 1389, ../sass/_custom.scss */
  #navigation #search-block-form .form-actions {
    width: 10%;
  }

  /* line 1394, ../sass/_custom.scss */
  #footer-bottom .content a {
    display: block;
  }

  /* Events Filter */
  /* line 1399, ../sass/_custom.scss */
  .view-id-events .view-header {
    float: none;
    margin-bottom: 30px;
    margin-top: -10px;
  }

  /* Gallery */
  /* line 1406, ../sass/_custom.scss */
  .flex-custom-control-nav .item-list ul li {
    width: 32%;
  }

  /* line 1411, ../sass/_custom.scss */
  table.responsive tr {
    display: inline;
  }
  /* line 1413, ../sass/_custom.scss */
  table.responsive tr td {
    display: inline-block;
    width: 47% !important;
  }

  /* Curatros */
  /* line 1421, ../sass/_custom.scss */
  .page-curators .views-row {
    float: none;
    margin: 0 0 25px 0;
    width: 100%;
  }

  /* Collections Listing */
  /* line 1428, ../sass/_custom.scss */
  .page-ccollections .views-row {
    float: none;
    margin: 0 0 25px 0;
    width: 100%;
  }

  /* Collections Callouts */
  /* line 1437, ../sass/_custom.scss */
  #block-views-collections_callouts-block .view-content {
    margin: 0;
  }
  /* line 1439, ../sass/_custom.scss */
  #block-views-collections_callouts-block .view-content .views-row {
    background-color: #E5E5E5;
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 1444, ../sass/_custom.scss */
  #block-views-collections_callouts-block .view-content .views-field-title {
    min-height: auto;
  }
  /* line 1447, ../sass/_custom.scss */
  #block-views-collections_callouts-block .view-content .views-field-field-collection-callout-image {
    float: left;
    margin: 0;
    width: 35%;
  }
  /* line 1452, ../sass/_custom.scss */
  #block-views-collections_callouts-block .view-content .views-field-body {
    float: left;
    width: 65%;
  }
  /* line 1455, ../sass/_custom.scss */
  #block-views-collections_callouts-block .view-content .views-field-body .field-content {
    padding: 7px 10px;
  }
}
