/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/
/* Default */
@import url("http://fonts.googleapis.com/css?family=Open+Sans");
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

input[type="text"] {
  border: 0; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */
/* we like off-black for text */
body, select, input, textarea {
  color: #000; }

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none; }

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fcd700; }

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* GET CUSTOM FONT */
html {
  height: auto !important; }

p {
  margin-top: .8rem; }

ol > li {
  margin: .8rem 0; }

a {
  color: #333;
  text-decoration: none;
  font-weight: bold; }
  a.no-underline {
    text-decoration: none; }
    a.no-underline:hover {
      text-decoration: underline; }

p > a, li > a, p > strong > a, td > a, h1 > a, h2 > a, h3 > a, section > a, span > a {
  text-decoration: underline; }

ul.listing li > a, #sidebar li a, p a:hover, li a:hover, td a:hover, h1 a:hover, h2 a:hover, h3 a:hover, section > a:hover {
  text-decoration: none; }

h1, h2, h3 {
  line-height: 1; }

h1 {
  font-size: 1.6923rem;
  margin: 1rem 0;
  text-transform: uppercase; }

h2 {
  font-size: 1.3846rem;
  margin-top: .8rem; }

h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.25rem;
  margin-top: .8rem; }

h4 {
  font-style: bold;
  font-size: 1.1rem;
  margin-top: .8rem; }

h5 {
  font-style: bold;
  font-size: 1rem;
  margin-top: .8rem; }

#contentWrapper {
  clear: both;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(101, 101, 101, 0.5), inset 0px -3px 6px 0px rgba(101, 101, 101, 0.5);
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(101, 101, 101, 0.5), inset 0px -3px 6px 0px rgba(101, 101, 101, 0.5);
  box-shadow: inset 0px 3px 6px 0px rgba(101, 101, 101, 0.5), inset 0px -3px 6px 0px rgba(101, 101, 101, 0.5); }

#homepage_news p {
  padding: .5rem;
  border-top: 1px dotted #000;
  margin-top: 0; }
  #homepage_news p.first {
    border: 0; }

#homepage_news .date {
  font-style: italic;
  color: #0076c0;
  font-weight: bold; }

.library-cta h3, .facilities-cta h3 {
  text-align: right; }

#main section {
  background-color: #f6f6f6; }

#newsletter p, #spotlight p {
  padding: 0 .5rem; }

#newsletter .dform {
  margin: 1em .6rem; }

#newsletter .dfinput_names {
  width: 165%; }

#newsletter .dform_email .dform_container {
  width: 98%; }
  #newsletter .dform_email .dform_container input {
    width: 102.5%; }

#newsletter .dform .checkboxes, #newsletter .dform input[type="submit"] {
  margin-top: 1rem; }

#cf_box h3 {
  margin-bottom: 1rem; }

.boxOpaque {
  background-color: #f6f6f6;
  clear: both;
  overflow: auto;
  padding: 0.7692rem;
  margin-bottom: 1rem; }

.dachaigh h2, .dachaigh h2 a {
  color: #0076c0; }

.colaiste h2, .colaiste h2 a {
  color: #7f4198 !important; }

#nav-sub-colaiste a, nav.colaiste a {
  color: #7f4198; }

.cursaichean h2, .cursaichean h2 a {
  color: #e73e97 !important; }

#nav-sub-cursaichean a, nav.cursaichean a {
  color: #e73e97; }

.oileanaich h2, .oileanaich h2 a {
  color: #ee3224 !important; }

#nav-sub-oileanaich a, nav.oileanaich a {
  color: #ee3224; }

.rannsachadh h2, .rannsachadh h2 a {
  color: #e36f1e !important; }

#nav-sub-rannsachadh a, nav.rannsachadh a {
  color: #e36f1e; }

.ealain-is-cultar h2, .ealain-is-cultar h2 a {
  color: #7bc143 !important; }

#nav-sub-ealain-is-cultar a, nav.ealain-is-cultar a {
  color: #7bc143; }

.seirbheisean h2, .seirbheisean h2 a {
  color: #00af9e !important; }

#nav-sub-seirbheisean a, nav.seirbheisean a {
  color: #00af9e; }

.naidheachdan h2, .naidheachdan h2 a {
  color: #999 !important; }

#nav-sub-naidheachdan a, nav.naidheachdan a {
  color: #999; }

.home_bg {
  background-color: #0076c0; }

.colaiste_bg {
  background-color: #7f4198; }

.cursaichean_bg {
  background-color: #e73e97; }

.oileanaich_bg {
  background-color: #ee3224; }

.rannsachadh_bg {
  background-color: #e36f1e; }

.ealain-is-cultar_bg {
  background-color: #7bc143; }

.seirbheisean_bg {
  background-color: #00af9e; }

.naidheachdan_bg {
  background-color: #999; }

hr.dotted {
  border: 0;
  border-top: 1px dotted #999; }

.underline {
  text-decoration: underline; }

.gradient, #cf h3:hover {
  background: #fff;
  background: -moz-linear-gradient(top, white 0%, #dbdcdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dbdcdd));
  background: -webkit-linear-gradient(top, white 0%, #dbdcdd 100%);
  background: -o-linear-gradient(top, white 0%, #dbdcdd 100%);
  background: -ms-linear-gradient(top, white 0%, #dbdcdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dbdcdd, GradientType=0);
  background: linear-gradient(top, white 0%, #dbdcdd 100%); }

.gradientReversed {
  background: #dbdcdd;
  background: -moz-linear-gradient(top, #dbdcdd 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdcdd), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #dbdcdd 0%, white 100%);
  background: -o-linear-gradient(top, #dbdcdd 0%, white 100%);
  background: -ms-linear-gradient(top, #dbdcdd 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbdcdd, endColorstr=#ffffff, GradientType=0);
  background: linear-gradient(top, #dbdcdd 0%, white 100%); }

.shadow-bottom-right, #cf h3 {
  -webkit-box-shadow: 2px 4px 8px rgba(150, 150, 150, 0.5);
  -moz-box-shadow: 2px 4px 8px rgba(150, 150, 150, 0.5);
  box-shadow: 2px 4px 8px rgba(150, 150, 150, 0.5); }

#content a {
  word-wrap: break-word; }

.left {
  float: left; }

.right {
  float: right; }

nav.main {
  float: right; }
  nav.main a {
    font-weight: normal;
    text-decoration: none; }
    nav.main a:hover {
      text-decoration: none; }
  nav.main > ul {
    text-transform: uppercase;
    position: relative;
    float: right;
    z-index: 100; }
    nav.main > ul > li {
      display: inline-block;
      border-right: 1px dotted #656565;
      float: left;
      margin-right: -0.1em; }
      nav.main > ul > li > a {
        display: inline-block;
        padding: 5em 0.5em 1em 0.5em; }
      nav.main > ul > li:hover {
        position: relative;
        z-index: 105; }
  nav.main ul ul {
    visibility: hidden;
    position: absolute;
    background-color: #f6f6f6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 100%;
    left: -45%;
    width: 180%;
    z-index: 103;
    padding: 2%;
    border: 1px solid gainsboro; }

body.en #nav-sub-naidheachdan ul {
  left: -100%;
  width: 280%; }

body.en #nav-sub-ealain-is-cultar ul {
  left: -15%;
  width: 120%; }

nav.main ul ul:before {
  content: ' ';
  width: 0;
  height: 0;
  border: 1em solid;
  border-color: transparent transparent #f6f6f6;
  position: absolute;
  left: 45%;
  top: -1.8em; }

nav.main ul ul > li {
  padding: 0.5em 0;
  border-bottom: 1px dotted #000; }
  nav.main ul ul > li.last {
    border-bottom: 0; }
  nav.main ul ul > li a {
    display: block;
    text-align: center;
    width: 98%;
    margin: 0 auto;
    height: 150%;
    float: none; }

nav.main ul > li:hover > ul {
  visibility: visible; }

#nav-sub-home:hover {
  background-color: #0076c0; }

#nav-sub-colaiste:hover, #nav-sub-colaiste ul a:hover {
  background-color: #7f4198; }

#nav-sub-cursaichean:hover, #nav-sub-cursaichean ul a:hover {
  background-color: #e73e97; }

#nav-sub-oileanaich:hover, #nav-sub-oileanaich ul a:hover {
  background-color: #ee3224; }

#nav-sub-rannsachadh:hover, #nav-sub-rannsachadh ul a:hover {
  background-color: #e36f1e; }

#nav-sub-ealain-is-cultar:hover, #nav-sub-ealain-is-cultar ul a:hover {
  background-color: #7bc143; }

#nav-sub-seirbheisean:hover, #nav-sub-seirbheisean ul a:hover {
  background-color: #00af9e; }

#nav-sub-naidheachdan:hover, #nav-sub-naidheachdan ul a:hover {
  background-color: #999; }

#header_inner nav.main ul > li > a:hover, #header_inner nav.main ul > li:hover {
  color: #fff; }

#nav-sub li a.white {
  color: #fff; }

nav.language {
  background: transparent;
  width: 22%;
  float: right;
  clear: right;
  position: relative;
  top: 1rem;
  font-size: .8461rem; }
  nav.language .squareHandle {
    padding: 0.6em; }
  nav.language div {
    float: right; }
  nav.language a {
    font-weight: normal; }
  nav.language div#en {
    margin-right: 1em; }
  nav.language .squareHandle.current:after {
    z-index: 20;
    content: ' ';
    width: 0;
    height: 0;
    border: 1rem solid;
    border-color: #333 transparent transparent;
    position: absolute;
    left: 30%;
    bottom: -1.5rem; }

.squareHandle {
  background: #fff;
  color: #333;
  padding: 0.8em 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  text-align: center; }
  .squareHandle.current {
    background: #333;
    color: #fff; }

body > header {
  margin-bottom: -1rem;
  padding: 0 1rem 10rem 1rem;
  min-width: 1024px; }
  body > header img {
    float: left;
    padding: 1.6em 0 1em 0; }

body > footer {
  margin-top: -1.38rem;
  min-width: 1024px;
  padding: 0 1em; }
  body > footer h3 {
    margin-bottom: 0.8em; }

#footer_inner {
  clear: both;
  overflow: auto; }

#address {
  width: 24%; }

#follow_us {
  width: 12%; }

#smo {
  width: 20%; }

#gaelic {
  width: 18%; }

#search_gaelic, #search_english {
  font-weight: bold;
  margin-bottom: .5rem; }

#site_search {
  width: 26%; }

#copy {
  font-size: .8rem; }

#footer_inner section {
  float: left;
  padding: 1.6em 2% 0 2%;
  border-left: 1px dotted #656565; }
  #footer_inner section#address {
    border-left: 0; }

#footer_inner div#ps {
  clear: both;
  width: 100%;
  text-align: right;
  padding-top: 1.6em; }

#footer_borders {
  border-left: 1px dotted #656565;
  border-right: 1px dotted #656565;
  margin-bottom: 3.2em;
  padding-right: 2%;
  overflow: auto;
  clear: both; }

#other_contacts {
  width: auto;
  position: absolute;
  z-index: 10;
  padding: 1%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

footer input[type="text"] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 75%;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  margin-bottom: 0.8em;
  margin-top: 0.3em;
  margin-left: -0.3em;
  padding-left: 0.3em; }

input.round_button {
  background: url("/templates/smo-theme/arrow-search.png") center center no-repeat;
  vertical-align: top;
  border: 0;
  width: 25px;
  height: 25px;
  overflow: auto;
  margin-top: 0.2rem; }

#contentWrapper {
  background: url("/templates/smo-theme/bg-1440.jpg") bottom center no-repeat #d6edf7; }

.home #main {
  width: 75%;
  float: left;
  margin-top: 2rem; }

.has-form .empty-content-placeholder, .has-gallery .empty-content-placeholder {
  display: none; }

#content table.styled {
  width: 100%; }
  #content table.styled thead p {
    font-weight: bold; }
  #content table.styled tr {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-collapse: collapse; }
    #content table.styled tr:first-of-type {
      border-top: 0; }
  #content table.styled td {
    padding: .5rem 0; }
  #content table.styled p {
    margin: 0; }

.homepage-slider-wrapper {
  border: 0.6153rem solid #fff;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 1rem; }

#content {
  float: right;
  width: 77%;
  margin: 2rem 0;
  padding: 1rem;
  background: #fff; }

.far-a-bheil-sinn #content, .clar-na-laraich #content, .lorg #content, .priobhaideachd-is-criomagan #content {
  width: 97.7%; }

.far-a-bheil-sinn #sidebar, .clar-na-laraich #sidebar, .lorg #sidebar, .priobhaideachd-is-criomagan #sidebar {
  display: none; }

#content ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-top: .8rem; }

#content li {
  margin-left: 1rem; }

#banner {
  border: 1rem solid #fff;
  border-bottom-width: 1.5rem;
  position: relative;
  margin-top: 2rem; }
  #banner h2 {
    text-transform: uppercase;
    font-size: 1.6923rem;
    padding: .5rem 1rem 0 0;
    margin-bottom: -1rem;
    background: #fff;
    position: absolute;
    bottom: .1rem;
    left: 0; }
    #banner h2:after {
      background: #fff;
      color: transparent;
      content: " ";
      display: block;
      height: 0.7em;
      right: -0.8em;
      top: .8rem;
      position: absolute;
      width: 1.5em;
      -webkit-transform: rotate(60deg);
      -moz-transform: rotate(60deg);
      -o-transform: rotate(60deg);
      -ms-transform: rotate(60deg); }
  #banner > img {
    margin-bottom: -0.5rem;
    width: 100%; }

#homepage-feature-boxes section {
  overflow: hidden;
  padding-bottom: 1rem; }

#homepage-feature-boxes .row {
  padding-bottom: 1rem; }

#smo-tbh-wrapper {
  margin-bottom: 0;
  padding-bottom: 0 !important; }

.smo-tbh {
  margin: .5rem .5rem 0 .5rem; }

.smo-tbh-desc {
  padding-bottom: 1rem; }

.slider-nav-button {
  background-color: #dbdcdd;
  border: 1px solid #656565;
  opacity: .7;
  transition: opacity .5s; }
  .slider-nav-button:hover {
    transition: opacity .5s;
    opacity: 1; }

.slider-nav-button.is-current {
  background-color: #fff;
  border-color: #656565;
  opacity: 1; }

.slider-image {
  width: 100%; }

.slider-sequence-button {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: 1.5rem solid transparent;
  background-color: transparent;
  opacity: .7;
  transition: opacity .5s; }
  .slider-sequence-button:hover {
    transition: opacity .5s;
    opacity: 1; }

.Wallop-buttonPrevious {
  left: -1rem;
  border-right: 2.5rem solid #dbdcdd; }

.Wallop-buttonNext {
  right: -1rem;
  border-left: 2.5rem solid #dbdcdd; }

.slider-nav-buttons {
  position: absolute;
  bottom: 0;
  left: 30%;
  right: 30%;
  text-align: center; }

.slider-nav-button {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: .5rem; }

.spotlight-content {
  padding: 0 .5rem; }

.spotlight-image {
  width: 40%;
  margin-right: 1rem;
  float: left;
  display: block; }

#sidebar {
  clear: both; }
  #sidebar nav {
    margin-bottom: 1rem; }

.home #sidebar {
  width: 24.45454545%;
  float: right;
  margin-top: 2rem; }

.subpage #sidebar {
  float: left;
  width: 22%;
  margin: 2rem 0;
  padding: 0 .5rem 0 0; }

#side_nav > li.first, #nav_categories > li.first {
  margin-top: -0.5rem; }

#side_nav > li.here > a, #nav_categories > li.here > a {
  color: #656565; }

#side_nav > li > a, #nav_categories > li > a {
  display: inline-block;
  margin: .5rem auto 0 auto;
  width: 100%;
  padding: .5rem;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 1px #dbdcdd;
  -moz-box-shadow: 1px 1px 3px 1px #dbdcdd;
  box-shadow: 1px 1px 3px 1px #dbdcdd; }

#side_nav > li a:hover, #side_nav > li a:active, #nav_categories > li a:hover, #nav_categories > li a:active {
  color: #969696; }

#side_nav > li > ul, #nav_categories ul {
  background-color: #f6f6f6;
  background-color: rgba(246, 246, 246, 0.8);
  padding: .5rem;
  width: 100%;
  font-size: .923rem; }
  #side_nav > li > ul ul, #nav_categories ul ul {
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: .5rem 0 .5rem 1rem;
    margin: .5rem 0; }

.ui-effects-transfer {
  border: 1px solid #333; }

#shop_controls {
  text-align: right; }

.shop_item {
  border: 1px solid #333;
  padding: 1%;
  margin: 0.5em 0;
  width: 98%;
  height: auto; }

.product.shop_item {
  overflow: auto; }

.listing .item_image {
  width: 75px;
  height: 75px;
  margin: 0 .5rem 0 0;
  float: left; }

.listing.shop-item p a {
  font-weight: normal; }

.listing.shop-item .price {
  font-size: 2rem; }

.product .item_image {
  float: right;
  margin: 0 0 0 1em; }

.show_item {
  width: 20%;
  float: right; }

#shop_controls {
  text-align: left; }
  #shop_controls ul {
    display: inline; }
    #shop_controls ul li {
      display: inline;
      margin-left: 1.5em; }
  #shop_controls span.active {
    font-weight: bold;
    color: #7f4198; }

#book_controls {
  display: none; }

#cart_inner {
  margin-right: 4%;
  padding-bottom: 1em; }

#cart p {
  text-align: right;
  width: 95%;
  margin-left: 4%; }

#cart table {
  width: 95%;
  margin: -1% 4%; }

#product_form input[type="submit"] {
  float: right; }

.featured-product-content {
  margin: 0 .5rem; }

.featured-product-image-wrapper {
  width: 40%;
  height: auto;
  margin-right: 1rem;
  float: left; }

.featured-product-image-bg {
  width: 40%;
  height: 10rem;
  margin-right: 1rem;
  float: left;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover; }

.featured-product-info {
  margin-right: .5rem; }

.featured-product-desc {
  min-height: 0.5em;
  margin-right: .5rem; }

.center {
  text-align: center; }

#ppbutton {
  background: url("https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif");
  height: 42px;
  width: 145px;
  border: 0; }

#store-news-sub {
  position: relative;
  top: -14.25em; }
  #store-news-sub ul, #store-news-sub .dform {
    margin-left: 0; }
  #store-news-sub input[type="submit"] {
    display: none; }

#cf {
  display: none;
  background-color: #fff;
  z-index: 1000;
  width: 50%;
  padding: .5rem 1rem;
  min-width: 500px; }
  #cf .close img {
    padding-top: .4rem;
    width: 2%;
    cursor: pointer;
    float: right;
    clear: both; }
  #cf h3 {
    padding-top: 1rem;
    margin-left: 0;
    float: left;
    text-align: center;
    width: 225%;
    min-height: 2rem; }
    #cf h3.caption {
      width: 105%;
      height: 3rem; }
  #cf > ul > li {
    display: inline; }
  #cf .tabs {
    text-transform: uppercase; }

.cf_step section {
  width: 28%;
  float: left;
  margin: 2rem 3% 3rem 2%;
  cursor: pointer; }

.cf_step > section img {
  width: 100%;
  border: 0.625rem solid #fff; }

section#course_list {
  float: right;
  width: 61%;
  margin: 2rem 0; }

#exposeMask {
  background: #333; }

@media print {
  header, footer {
    display: none; } }

.quickLinks {
  margin-bottom: 2rem !important; }
  .quickLinks ul {
    padding: .8rem;
    margin-left: 2.5rem; }
    .quickLinks ul.dachaigh, .quickLinks ul.far-a-bheil-sinn {
      list-style: url("/templates/smo-theme/square-blue.gif");
      border-bottom-color: #0076c0; }
    .quickLinks ul.colaiste {
      list-style: url("/templates/smo-theme/square-purple.gif");
      border-bottom-color: #7f4198; }
    .quickLinks ul.cursaichean {
      list-style: url("/templates/smo-theme/square-pink.gif");
      border-bottom-color: #e73e97; }
    .quickLinks ul.oileanaich {
      list-style: url("/templates/smo-theme/square-red.gif");
      border-bottom-color: #ee3224; }
    .quickLinks ul.rannsachadh {
      list-style: url("/templates/smo-theme/square-orange.gif");
      border-bottom-color: #e36f1e; }
    .quickLinks ul.ealain-is-cultar {
      list-style: url("/templates/smo-theme/square-green.gif");
      border-bottom-color: #7bc143; }
    .quickLinks ul.seirbheisean {
      list-style: url("/templates/smo-theme/square-turquoise.gif");
      border-bottom-color: #00af9e; }
    .quickLinks ul.naidheachdan {
      list-style: url("/templates/smo-theme/square-grey.gif");
      border-bottom-color: #999; }
  .quickLinks li {
    padding-left: .5rem; }
    .quickLinks li:after {
      content: ' ';
      display: block;
      margin: 0.5em 0 0.7em -3.2em;
      border-bottom: 1px dotted;
      border-bottom-color: inherit; }
  .quickLinks a {
    font-weight: normal; }

.listing {
  margin: 1em 0; }
  .listing h2 {
    margin-top: 1em; }
  .listing .tell-me-more {
    padding-top: 0.5em;
    border-top: 1px dotted #333;
    text-align: right; }
  .listing li {
    clear: both; }

#content ul.listing {
  list-style-type: none;
  margin-left: 0; }
  #content ul.listing li {
    margin-left: 0; }

.listing .date {
  font-style: italic; }

#staff-listing img {
  margin-left: .5em; }

#news-listing img {
  padding-top: 1.5em; }

#news-listing li {
  padding: .8em;
  margin: 1em 0;
  clear: both;
  min-height: 10em;
  border: 1px solid #656565; }

#staff-listing li {
  padding: .8em;
  margin: 1em 0;
  clear: both;
  min-height: 10em;
  border: 1px solid #656565; }

#courses-listing li {
  border: 1px solid #e73e97;
  padding: 1em;
  margin: 1em 0; }

#courses-listing strong, #courses-listing .tell-me-more a {
  color: #e73e97; }

/* PAGE FORM STYLES */
input[type="text"] {
  border: 1px solid #ddd; }

input[type="checkbox"] {
  vertical-align: -10%;
  margin-right: .5em; }

.dform {
  margin: 0 1em; }

.dform_container {
  margin: 0; }
  .dform_container select {
    padding: 0; }

.dform .dform_element {
  margin-bottom: .3em; }

.dform .dfcolumns .column {
  min-height: 0; }

.dform input[type="submit"] {
  margin-top: 2rem;
  font-size: 1.3rem;
  float: right; }

form .dform_container .dfinput_left, form .dform_container .dfinput_right, form .dform_container .dfinput_full {
  min-height: 0;
  margin-bottom: 0; }

form .dform_container h4 {
  margin-bottom: -1.2rem; }

form .dform {
  padding-bottom: .25em; }

.row-label {
  padding-top: 30px;
  display: block;
  font-weight: bold; }

#page_form {
  margin: 1em auto;
  border: 1px dashed #ddd;
  padding: 1em; }
  #page_form select {
    padding: 0; }
  #page_form input, #page_form textarea {
    border: 1px solid #ddd; }
  #page_form ul.checkboxes, #page_form ul.radios {
    margin-left: 0;
    list-style-type: none; }
  #page_form fieldset {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd; }

/* special hacking styles for Facilities Booking form */
form[action$="/goireasan/gleidheadh/"] fieldset {
  border: 0 !important; }
  form[action$="/goireasan/gleidheadh/"] fieldset legend {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: -.8rem;
    padding-top: 1rem; }
  form[action$="/goireasan/gleidheadh/"] fieldset .dform_date, form[action$="/goireasan/gleidheadh/"] fieldset .dform_time {
    width: 23%;
    margin-right: 2%;
    float: left; }
    form[action$="/goireasan/gleidheadh/"] fieldset .dform_date input, form[action$="/goireasan/gleidheadh/"] fieldset .dform_time input {
      width: 90%; }
  form[action$="/goireasan/gleidheadh/"] fieldset .dform_element {
    float: left;
    margin: 0 1rem 0 0; }

form[action$="/goireasan/gleidheadh/"] h3 {
  padding-top: 2rem; }

/* jQuery UI Datepicker 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 5px; }

.ui-datepicker .ui-datepicker-next {
  right: 15px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* Component containers
----------------------------------*/
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #d6edf7; }

.ui-widget-header {
  background: #0077c0;
  color: #fff;
  font-weight: bold; }

.ui-widget-header a {
  color: #fff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #dddddd;
  font-weight: bold; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #ddd;
  background: #1c94c4;
  font-weight: bold;
  color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #1c94c4;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/*
 * IN-LINE VALIDATION STYLES
 */
.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  z-index: 5000;
  cursor: pointer; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5001;
  color: #333;
  width: auto;
  font-family: tahoma;
  font-size: 11px;
  border: 2px solid #999;
  box-shadow: 0 0 6px #333;
  -moz-box-shadow: 0 0 6px #333;
  -webkit-box-shadow: 0 0 6px #333;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #999;
  border-right: 2px solid #999;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #999;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff; }

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #999;
  border-right: 2px solid #999;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #999; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #999; }

.staff-profile-photo {
  float: right;
  max-width: 100px; }

.text-emphasis {
  font-size: 130%; }

.light-outline-box {
  border: 1px solid #999;
  padding: 1rem;
  margin: 1rem 0; }

.block-link img, .block-link-title, .social-icon-squares img, .icon-box {
  transition: opacity .2s linear; }

.block-links {
  margin: 1rem -.7rem -1.7rem; }

.block-link {
  background-color: #dbdcdd;
  display: block;
  text-decoration: none;
  height: 10rem;
  padding-top: 3rem;
  opacity: 1; }
  .block-link:hover .block-link-title, .block-link:hover img {
    opacity: .6; }
  .block-link img {
    display: block;
    width: 20%;
    margin: 0 auto; }

.block-link-title {
  color: #e73e97;
  display: block;
  text-align: center; }

.course-table-title {
  text-align: center;
  margin: 0 0 .5rem 0; }

.course-table {
  text-align: center;
  width: 100%;
  border-collapse: separate;
  border-spacing: .5rem; }
  .course-table p:first-of-type {
    margin: 0; }
  .course-table tbody td {
    background-color: #dbdcdd;
    width: 50%;
    font-weight: bold;
    height: 6rem;
    vertical-align: middle; }
  .course-table thead td {
    background-color: #e73e97;
    color: #fff;
    height: 3rem;
    vertical-align: middle; }
  .course-table tfoot {
    text-align: left;
    font-size: 90%; }

.back-to-top-link {
  display: block;
  width: 100%;
  text-align: right; }

.social-icon-squares img:hover {
  opacity: .6; }

.icon-box {
  border-width: 1px;
  border-style: solid;
  margin-right: 1rem; }
  .icon-box:hover {
    opacity: .6; }
  .icon-box img {
    display: block;
    width: 24%;
    float: left;
    margin-right: .5rem; }

.ib-text {
  text-transform: uppercase;
  font-size: 75%;
  font-weight: bold; }
  .ib-text a {
    text-decoration: none; }

#cookieWidget {
  text-align: center;
  background: #333;
  color: #f2f2f2;
  border: 1px solid #ee3224;
  padding-top: .5em;
  padding-bottom: 1em;
  display: none; }
  #cookieWidget .container {
    width: 60%;
    margin: 0 auto; }
  #cookieWidget a {
    color: #f2f2f2; }

#mobileSwitchWidget {
  background: #7bc143;
  color: #f2f2f2;
  border: 1px solid #999;
  padding-top: .5em;
  padding-bottom: 1em;
  text-align: center; }
  #mobileSwitchWidget.onDesktop {
    font-size: 2rem;
    line-height: 3rem; }
  #mobileSwitchWidget.onMobile {
    font-size: 1rem;
    line-height: 1.5em; }
  #mobileSwitchWidget a {
    color: #f2f2f2; }

.details h2 {
  font-size: 1.6em; }

.details hr {
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: dotted; }

.rannsachadh .details hr {
  border-bottom-color: #e36f1e; }

.cursaichean .details hr {
  border-bottom-color: #e73e97; }

.details #short-info {
  color: #e73e97; }

span.coma:before {
  margin-left: -0.3em;
  content: ", "; }

#sitemap ul {
  padding: 1em;
  width: auto;
  border: 1px dotted #656565;
  list-style-type: none; }
  #sitemap ul ul {
    margin-left: 3em; }
    #sitemap ul ul ul {
      margin-left: 6em; }

.pagination span {
  display: inline-block;
  margin-right: 2em; }

.group:after {
  display: table;
  content: "";
  clear: both; }

.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

meta.foundation-version {
  font-family: "/5.5.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.row {
  margin: 0 !important; }

.medium-block-grid-5 {
  margin: 0.5rem !important; }
  .medium-block-grid-5 li {
    margin: 0 !important; }

html {
  font-size: 81.25%; }

body {
  min-width: 1024px;
  max-width: 1920px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1.5;
  color: #333;
  cursor: default;
  background-color: #dbdcdd;
  overflow-x: hidden; }

#header_inner, #contentInner, #footer_inner {
  width: 80%;
  margin: 0 auto;
  min-width: 1024px;
  max-width: 1440px; }

#contentInner {
  width: 81.3%;
  overflow: auto;
  clear: both;
  padding: 0; }

#contentWrapper {
  background: url("/templates/smo-theme/bg-1440.jpg") bottom center no-repeat #d6edf7; }

@media screen and (min-width: 1440px) {
  #header_inner, #footer_inner {
    width: 73%; }
  #contentInner {
    width: 71.3%; }
  #contentWrapper {
    background: url("/templates/smo-theme/bg-2500.jpg") bottom center no-repeat #d6edf7; } }

@media screen and (min-width: 1680px) {
  #header_inner, #footer_inner {
    width: 50%; }
  #contentInner {
    width: 51.3%; } }

@media screen and (min-width: 1920px) {
  #header_inner, #footer_inner {
    width: 40%; }
  #contentInner {
    width: 41.3%; } }

#breadcrumb {
  padding-bottom: .5rem;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  color: #333; }
  #breadcrumb a:hover {
    color: #969696; }
  #breadcrumb.colaiste {
    border-bottom-color: #7f4198; }
  #breadcrumb.cursaichean {
    border-bottom-color: #e73e97; }
  #breadcrumb.oileanaich {
    border-bottom-color: #ee3224; }
  #breadcrumb.rannsachadh {
    border-bottom-color: #e36f1e; }
  #breadcrumb.ealain-is-cultar {
    border-bottom-color: #7bc143; }
  #breadcrumb.seirbheisean {
    border-bottom-color: #00af9e; }
  #breadcrumb.naidheachdan {
    border-bottom-color: #999; }

.trigger {
  font-weight: bold;
  cursor: pointer; }

.box-alpha, #cf h3 {
  background: #f1f1f1;
  background: rgba(246, 246, 246, 0.8);
  margin-bottom: 1rem;
  padding-top: .5rem; }
  .box-alpha h3, #cf h3 h3 {
    height: 2rem;
    margin: .5rem;
    font-size: 1.23rem;
    padding: .8rem 0 1.8rem .6rem;
    background-color: #f6f6f6;
    -webkit-box-shadow: 1px 1px 3px 1px #cccccc;
    -moz-box-shadow: 1px 1px 3px 1px #cccccc;
    box-shadow: 1px 1px 3px 1px #cccccc; }

table.mytablernag1 { border-collapse: collapse; border: 1px solid #A40404; 
background: #FFFFFF; }
.mytablernag1 td, th { padding: 3px 3px .75em 3px; line-height: 1.3em;  }

table.mytablernag2 { border-collapse: collapse; border: 1px solid #A40404; 
background: #FFFFFF; }
.mytablernag2 td, th { border: 1px solid #999; padding: 0.5rem; }

  
