
/* ============================================================

320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0

============================================================ */
/* Reset =================================================== */
/* line 12, ../scss-compass/_reset.scss */
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;
}

/* line 15, ../scss-compass/_reset.scss */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* Variables =================================================== */
/* Fonts.com Avenir: "Avenir LT W01 45 Book", "Futura", Helvetica, Arial, sans-serif;
/* Local stack: "Avenir LT Std", "Avenir LT", "AvenirLT", "Avenir", "Futura", Helvetica, Arial, sans-serif;

/*font-family:'Avenir LT W01 35 Light';
font-family:'AvenirLTW01-35LightObli';
font-family:'Avenir LT W01 45 Book';
font-family:'AvenirLTW01-45BookObliq';
font-family:'AvenirLTW01-55Oblique';
font-family:'Avenir LT W01 55 Roman';
font-family:'Avenir LT W01 65 Medium';
font-family:'AvenirLTW01-65MediumObl';
font-family:'Avenir LT W01 85 Heavy';
font-family:'AvenirLTW01-85HeavyObli';
font-family:'Avenir LT W01 95 Black';
font-family:'AvenirLTW01-95BlackObli';*/
/* Mixins =================================================== */
/* line 123, ../scss-compass/_mixins.scss */
.clearfix {
  *zoom: 1;
}
/* line 117, ../scss-compass/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
/* line 120, ../scss-compass/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* Page =================================================== */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* line 29, ../scss-compass/_site.scss */
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 36, ../scss-compass/_site.scss */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: white;
}

/* line 47, ../scss-compass/_site.scss */
h1, h2, h3, h4, h5 {
  font-weight: 900;
}

/* line 51, ../scss-compass/_site.scss */
h2 {
  font-size: 52.04px;
  margin-bottom: 10px;
}

/* line 56, ../scss-compass/_site.scss */
h3 {
  font-size: 42.85px;
  border-bottom: 1px solid #fff;
}

/* line 67, ../scss-compass/_site.scss */
#header,
header {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
/* line 74, ../scss-compass/_site.scss */
#header #menu,
header #menu {
  float: left;
  width: 100%;
  list-style: none;
  display: block;
  height: 46px;
  padding: 0 0 15px 0;
  margin: 0;
  /*li.contact {
    display: none;
  }*/
}
/* line 86, ../scss-compass/_site.scss */
#header #menu li,
header #menu li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 33%;
  height: 46px;
}
/* line 94, ../scss-compass/_site.scss */
#header #menu li a,
header #menu li a {
  padding: 0;
  margin: 0;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 46px;
}

/* line 109, ../scss-compass/_site.scss */
#content {
  width: 100%;
  position: relative;
}

/* line 114, ../scss-compass/_site.scss */
#layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

/* line 122, ../scss-compass/_site.scss */
.page {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.18) ;
  -moz-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.18) ;
  box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.18) ;
  background-color: #656e15;
}
/* line 131, ../scss-compass/_site.scss */
.page .tab {
  display: none;
  width: 50px;
  height: 50px;
  background-color: inherit;
  position: absolute;
  left: -50px;
  top: 50%;
  z-index: 100;
  clip: rect(-10px 50px 100px -10px);
  -webkit-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.18) ;
  -moz-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.18) ;
  box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.18) ;
}
/* line 144, ../scss-compass/_site.scss */
.page .tab .next {
  background: url("../img/right_arrows.png") 10px 10px no-repeat;
  height: 60px;
  width: 60px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 153, ../scss-compass/_site.scss */
.page .content {
  overflow: hidden;
}

/* line 160, ../scss-compass/_site.scss */
#video {
  background-size: cover;
}
/* line 164, ../scss-compass/_site.scss */
#video .down_in_front {
  z-index: 11;
  display: block;
}
/* line 169, ../scss-compass/_site.scss */
#video h1 {
  /*line-height: 1.1em;
  font-size: 32px;*/
  background: url("../img/mobile_h1.png") 0 0 no-repeat;
  background-size: contain;
  width: 60%;
  height: 100%;
  margin-top: 33%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 184, ../scss-compass/_site.scss */
#video #playicon {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 60%;
  left: 48%;
  background: url("../img/play_icon.png") 0 0 no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
cursor: pointer;
}
/* line 195, ../scss-compass/_site.scss */
#video #signpost {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/signpost.png") bottom left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 30%;
  height: 669px;
}
/* line 207, ../scss-compass/_site.scss */
#video #player {
  min-height: 100%;
  min-width: 100%;
}
/* line 211, ../scss-compass/_site.scss */
#video #player video {
  min-height: 100%;
  min-width: 100%;
}
/* line 217, ../scss-compass/_site.scss */
#video #ipadvideo {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}

/* line 227, ../scss-compass/_site.scss */
.ipad #video {
  background: url("../video/DingFree-CowboyTeaser.jpg") 0 0 no-repeat;
}

/* line 231, ../scss-compass/_site.scss */
body.ipadvideo {
  background-color: #000;
}

/* line 235, ../scss-compass/_site.scss */
#what_it_means {
  background: #8d991d;
}
/* line 238, ../scss-compass/_site.scss */
#what_it_means .content {
  width: 475px;
  margin-top: 54px;
  padding-right: 40px;
}
/* line 243, ../scss-compass/_site.scss */
#what_it_means .content h2 {
  font-size: 46px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
/* line 248, ../scss-compass/_site.scss */
#what_it_means .content h2 .dingfree {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 550px;
  width: 20%;
  height: 327px;
  background: url("../img/ding_free_large.png") 0 0 no-repeat;
  background-size: contain;
  z-index: 2;
}
/* line 263, ../scss-compass/_site.scss */
#what_it_means h3 {
  margin-top: 30px;
  position: relative;
  padding: 0px 92px 5px 0px;
}
/* line 268, ../scss-compass/_site.scss */
#what_it_means h3 span {
  background: url("../img/read_more.png") bottom right no-repeat;
  width: 92px;
  height: 1em;
  position: absolute;
  bottom: -2px;
  right: 0px;
}
/* line 278, ../scss-compass/_site.scss */
#what_it_means .ui-accordion-content {
  margin-bottom: 1.5em;
  width: 475px;
  height: 90px;
}
/* line 284, ../scss-compass/_site.scss */
#what_it_means .hide_me {
  z-index: -10;
  position: absolute;
  top: -9999em;
}
/* line 290, ../scss-compass/_site.scss */
#what_it_means .scroll_area {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  width: 515px;
  height: 200px;
  /*ul,
  p {
    padding-bottom: 40px;
  }*/
}
/* line 303, ../scss-compass/_site.scss */
#what_it_means .scroll_area img {
  margin: 20px 0px 0px 0px;
}
/* line 309, ../scss-compass/_site.scss */
#what_it_means .scroll_area a,
#what_it_means .scroll_area a:link,
#what_it_means .scroll_area a:visited {
  color: #fff;
  /*font-weight: bold;*/
}

/* scrollbar */
/* line 317, ../scss-compass/_site.scss */
.jspVerticalBar {
  background: none;
}

/* line 321, ../scss-compass/_site.scss */
.jspHorizontalBar {
  display: none !important;
}

/* line 326, ../scss-compass/_site.scss */
.jspDrag {
  background: url("../img/scrollbar.png") 1px 0 no-repeat;
  width: 8px;
  height: 60px !important;
  margin-right: 0px;
  padding-right: 0px;
}

/* line 335, ../scss-compass/_site.scss */
.jspTrack {
  background: url("../img/scroll_bg.png") 4px 0 repeat-y;
}

/* line 339, ../scss-compass/_site.scss */
.jspContainer {
  height: 100%;
}

/* Maps page */
/* line 345, ../scss-compass/_site.scss */
#find_an_atm {

  background-color: #6f6f6e;
  margin: 0;
}
/* line 350, ../scss-compass/_site.scss */
#find_an_atm .content {
  margin: 0;
}
/* line 355, ../scss-compass/_site.scss */
#find_an_atm #atm_form {
  width: 100%;
  height: 55px;
  background: #6f6f6e !important;
  -webkit-box-shadow: 6px 2px 4px 0px rgba(0, 0, 0, 0.5) ;
  -moz-box-shadow: 6px 2px 4px 0px rgba(0, 0, 0, 0.5) ;
  box-shadow: 6px 2px 4px 0px rgba(0, 0, 0, 0.5) ;
  top: 45px;
  display: block;
  position: relative;
}
/* line 364, ../scss-compass/_site.scss */
#find_an_atm #atm_form h2 {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/find_an_atm_mobile.png") 0 0 no-repeat;
  background-size: contain;
  width: 175px;
  height: 69px;
  position: absolute;
  left: 5px;
  top: 12px;
}
/* line 377, ../scss-compass/_site.scss */
#find_an_atm #atm_form #branchs_atms_checkboxes {
  display: none;
}
/* line 381, ../scss-compass/_site.scss */
#find_an_atm #atm_form #search-field {
/*  margin-left: 35px; */
  height: 28px;
  width: 154px;
  border: 0px;
  position: absolute;
  right: 38px;
  top: 15px;
}


#find_an_atm #atm_form .creditunion {
 /*  position:relative;
  left:35px; */
  height: 28px;
  width: 190px;
  border: 0px;

}
/* line 392, ../scss-compass/_site.scss */
#find_an_atm #atm_form .orange-btn {
  text-indent: -9999px;
  background: url("../img/go_button.png") 0 0 no-repeat;
  width: 32px;
  height: 29px;
  border: 0px;
  position: absolute;
  top: 16px;
  right: 3px;
}

/* line 407, ../scss-compass/_site.scss */
#contact {
  background: #313131;
}
/* line 410, ../scss-compass/_site.scss */
#contact .content {
  overflow:visible;
  margin-top: 54px;
  width: 475px;
  padding-right: 20px;
}
/* line 415, ../scss-compass/_site.scss */
#contact .content h2 {
  text-transform: lowercase;
  font-size: 87.59px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
/* line 423, ../scss-compass/_site.scss */
#contact .content .intro {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
/* line 429, ../scss-compass/_site.scss */
#contact .scroll_area {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  width: 515px;
  height: auto;
}

/* line 439, ../scss-compass/_site.scss */
body.contact-us {
  background-color: #313131;
}
/* line 443, ../scss-compass/_site.scss */
body.contact-us form div {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
/* line 448, ../scss-compass/_site.scss */
body.contact-us form div label {
  text-transform: lowercase;
  font-weight: bold;
  display: inline;
  font-size: 23px;
  width: 77px;
  letter-spacing: -0.05em;
  float: left;
}
/* line 458, ../scss-compass/_site.scss */
body.contact-us form div input {
  display: inline;
}
/* line 463, ../scss-compass/_site.scss */
body.contact-us form div #name,
body.contact-us form div #email {
  width: 396px;
  float: right;
  color: #000;
}
/* line 470, ../scss-compass/_site.scss */
body.contact-us form div #message {
  width: 367px;
  color: #000;
  float: right;
}
/* line 478, ../scss-compass/_site.scss */
body.contact-us form div.submit label {
  display: block;
  float: right;
  z-index: -1;
  position: relative;
  right: -94px;
}
/* line 486, ../scss-compass/_site.scss */
body.contact-us form div.submit button {
  text-indent: -9999px;
  background: url("/img/go_button.png") top right no-repeat;
  width: 29px;
  height: 32px;
  float: right;
  display: block;
  border: 0px;
  position: relative;
  padding-left: 120px;
  cursor: pointer;
  cursor: hand;
}
/* line 503, ../scss-compass/_site.scss */
body.contact-us textarea#message {
  resize: vertical;
  height: 100px;
}
/* line 508, ../scss-compass/_site.scss */
body.contact-us .copyright {
  color: #838383;
  text-align: right;
  font-size: 0.5em;
}

/* line 515, ../scss-compass/_site.scss */
.thanks h3 {
  color: #838383;
  border-bottom: 0px;
}

/* line 526, ../scss-compass/_site.scss */
#header,
header {
  height: 45px;
  background-size: auto;
  background: none;
}
/* line 531, ../scss-compass/_site.scss */
#header #menu,
header #menu {
  background-color: #656e15;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #8d991d), color-stop(100%, #656e15));
  background-image: -webkit-linear-gradient(left, #8d991d, #656e15);
  background-image: -moz-linear-gradient(left, #8d991d, #656e15);
  background-image: -o-linear-gradient(left, #8d991d, #656e15);
  background-image: linear-gradient(left, #8d991d, #656e15);
  background-repeat: repeat-x;
  float: left;
  height: 45px;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 540, ../scss-compass/_site.scss */
#header #menu li,
header #menu li {
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 0 23px;
  width: auto;
  overflow: hidden;
}
/* line 548, ../scss-compass/_site.scss */
#header #menu li a,
header #menu li a {
  padding-left: 45px;
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-size: 0.876em;
  /* 12.27px */
  padding-top: 12px;
  padding-bottom: 20px;
  text-break: none;
  overflow: visible;
  text-indent: 0;
  cursor: pointer;
  cursor: hand;
}
/* line 576, ../scss-compass/_site.scss */
#header #menu li.video a,
#header #menu li.home a,
header #menu li.video a,
header #menu li.home a {
  background: url("../img/menu_icons.png") 0 0 no-repeat;
}
/* line 581, ../scss-compass/_site.scss */
#header #menu li.what_it_means a,
#header #menu li.what_is_ding_free a,
header #menu li.what_it_means a,
header #menu li.what_is_ding_free a {
  background: url("../img/menu_icons.png") 0 -50px no-repeat;
}
/* line 585, ../scss-compass/_site.scss */
#header #menu li.find_an_atm a,
header #menu li.find_an_atm a {
  background: url("../img/menu_icons.png") 0 -100px no-repeat;
}
/* line 589, ../scss-compass/_site.scss */
/*#header #menu li.contact a,
header #menu li.contact a {
  background: url("../img/menu_icons.png") 0 -150px no-repeat;
}*/
/* line 593, ../scss-compass/_site.scss */
#header #menu li.download_app a,
header #menu li.download_app a {
  background: url("../img/menu_download_app.png") 9px 9px no-repeat;
  background-size: 28px;
}

/* line 601, ../scss-compass/_site.scss */
#menu,
#secondary_menu {
  text-transform: uppercase;
  font-weight: 900;
}

/* line 609, ../scss-compass/_site.scss */
header,
#header {
  bottom: 0 !important;
  background: none;
  width: auto;
}
/* line 614, ../scss-compass/_site.scss */
header #menu,
#header #menu {
  background: none;
}

/* line 619, ../scss-compass/_site.scss */
footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  height: 45px;
  background-color: #656e15;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #8d991d), color-stop(100%, #656e15));
  background-image: -webkit-linear-gradient(left, #8d991d, #656e15);
  background-image: -moz-linear-gradient(left, #8d991d, #656e15);
  background-image: -o-linear-gradient(left, #8d991d, #656e15);
  background-image: linear-gradient(left, #8d991d, #656e15);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0px -5px 13px 0px rgba(0, 0, 0, 0.22) ;
  -moz-box-shadow: 0px -5px 13px 0px rgba(0, 0, 0, 0.22) ;
  box-shadow: 0px -5px 13px 0px rgba(0, 0, 0, 0.22) ;
  font-weight: 100;
  font-size: 14px;
}
/* line 632, ../scss-compass/_site.scss */
footer #footer_inner {
  display: block;
  width: 100%;
}
/* line 637, ../scss-compass/_site.scss */
footer #secondary_menu {
  display: none;
  float: left;
  margin-right: 23px;
}
/* line 641, ../scss-compass/_site.scss */
footer #secondary_menu ul {
  list-style: none;
  display: block;
  height: 45px;
  padding: 0;
  margin: 0;
}
/* line 647, ../scss-compass/_site.scss */
footer #secondary_menu ul li {
  padding-left: 45px;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.876em;
  /* 12.27px */
  padding-top: 12px;
  text-break: none;
  display: block;
}
/* line 655, ../scss-compass/_site.scss */
footer #secondary_menu ul li a {
  color: #fff;cursor: pointer;

}
/* line 660, ../scss-compass/_site.scss */
footer #secondary_menu ul li.contact {
  background: url("../img/menu_icons.png") 0 -150px no-repeat;cursor: pointer;

}
/* line 666, ../scss-compass/_site.scss */
footer .copyright {
  float: left;
  text-transform: uppercase;
  font-size: 0.876em;
  /* 12.27px */
  padding: 14px 0 0 0;
  margin-right: 23px;
}
/* line 673, ../scss-compass/_site.scss */
footer .copyright sup {
  font-size: 0.65em;
}
/* line 678, ../scss-compass/_site.scss */
footer .social_media {
  float: left;
  width: 120px;
  margin-right: 15px;
  display: block;
}
/* line 684, ../scss-compass/_site.scss */
footer .social_media ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
}
/* line 689, ../scss-compass/_site.scss */
footer .social_media ul li {
  display: inline;
  margin: 0;
}
/* line 693, ../scss-compass/_site.scss */
footer .social_media ul li a {
  display: block;
  float: left;
  width: 30px;
  height: 45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;cursor: pointer;

}
/* line 702, ../scss-compass/_site.scss */
footer .social_media ul li.facebook a {
  background: url("../img/social_media.png") 0 0 no-repeat;
  margin-right: 12px;
}
/* line 707, ../scss-compass/_site.scss */
footer .social_media ul li.twitter a {
  background: url("../img/social_media.png") -41px 0 no-repeat;
}

footer .social_media ul li.contact a {
  background: url("../img/menu_icons.png") -5px -158px  no-repeat;
   margin-right: 12px;cursor: pointer;


}
/* line 713, ../scss-compass/_site.scss */
footer .get_app {
  display: block;
  float: left;
  width: 177px;
}
/* line 718, ../scss-compass/_site.scss */
footer .get_app a {
  display: block;
  width: 177px;
  height: 166px;
  background: url("../img/download_mobile.png") bottom right no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 11;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 733, ../scss-compass/_site.scss */
#postcards1 {
  background: url("../img/nb_sk_al_on.gif") 0 0 no-repeat;
  display: block;
  position: absolute;
  left: 500px;
  top: 50px;
  height: 746px;
  width: 746px;
  background-size: cover;
  z-index: 1;
}

/* line 745, ../scss-compass/_site.scss */
#postcards2 {
  background: url("../img/sk_pei_ns_bc_mb_nb.gif") 0 0 no-repeat;
  display: block;
  position: absolute;
  left: 500px;
  top: 0px;
  width: 892px;
  height: 1004px;
  background-size: cover;
  z-index: 1;
}

/* line 758, ../scss-compass/_site.scss */
#lightbox {
  display: none;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.58);
  z-index: 20;
}
/* line 768, ../scss-compass/_site.scss */
#lightbox .box {
  display: block;
  background: url("../img/download_lightbox.png") 0 0 no-repeat;
  width: 622px;
  height: 386px;
  position: absolute;
  left: 50%;
  top: 50%;
}
/* line 777, ../scss-compass/_site.scss */
#lightbox .box ul {
  position: absolute;
  top: 70px;
  right: 100px;
  margin: 0px;
  padding: 0px;
}
/* line 783, ../scss-compass/_site.scss */
#lightbox .box ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* line 787, ../scss-compass/_site.scss */
#lightbox .box ul li a {
  display: block;
  height: 50px;
  width: 150px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}

/* Typography =================================================== */
/* line 14, ../scss-compass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* line 22, ../scss-compass/_typography.scss */
h1 small,
h2 small {
  font-weight: normal;
  color: #838383;
}

/* line 27, ../scss-compass/_typography.scss */
h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}

/* line 33, ../scss-compass/_typography.scss */
h2,
.h2 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

/* line 39, ../scss-compass/_typography.scss */
h3,
.h3 {
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}

/* line 45, ../scss-compass/_typography.scss */
h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}

/* line 51, ../scss-compass/_typography.scss */
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

/* line 56, ../scss-compass/_typography.scss */
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 67, ../scss-compass/_typography.scss */
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 24px;
}
/* line 71, ../scss-compass/_typography.scss */
.header h1 a,
.header h2 a,
.header h3 a {
  display: block;
  position: relative;
  top: 6px;
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f3f5f6;
}
/* line 80, ../scss-compass/_typography.scss */
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #f3f5f6;
}

/* line 85, ../scss-compass/_typography.scss */
.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url(../img/a-rss.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 99, ../scss-compass/_typography.scss */
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

/* line 104, ../scss-compass/_typography.scss */
small {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 108, ../scss-compass/_typography.scss */
ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}

/* line 113, ../scss-compass/_typography.scss */
li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 119, ../scss-compass/_typography.scss */
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 2px solid #c7ced6;
  font-family: Cambria, Georgia, Times, "Times New Roman";
  font-style: normal;
}

/* line 126, ../scss-compass/_typography.scss */
q {
  quotes: none;
}

/* line 132, ../scss-compass/_typography.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 136, ../scss-compass/_typography.scss */
cite {
  font-style: normal;
}

/* line 142, ../scss-compass/_typography.scss */
dl,
dd {
  margin-bottom: 1.5em;
}

/* line 145, ../scss-compass/_typography.scss */
dt {
  font-weight: bold;
}

/* line 150, ../scss-compass/_typography.scss */
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
/* line 156, ../scss-compass/_typography.scss */
.dl-horizontal dd {
  margin-left: 22.78%;
}

/* line 162, ../scss-compass/_typography.scss */
abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}

/* line 166, ../scss-compass/_typography.scss */
b, strong {
  font-weight: bold;
}

/* line 169, ../scss-compass/_typography.scss */
dfn {
  font-style: italic;
}

/* line 172, ../scss-compass/_typography.scss */
ins {
  background-color: #f3f5f6;
  color: white;
  text-decoration: none;
}

/* line 177, ../scss-compass/_typography.scss */
mark {
  background-color: #f3f5f6;
  color: white;
  font-style: italic;
  font-weight: bold;
}

/* line 186, ../scss-compass/_typography.scss */
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

/* line 191, ../scss-compass/_typography.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 197, ../scss-compass/_typography.scss */
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}

/* line 203, ../scss-compass/_typography.scss */
sup {
  top: -0.5em;
}

/* line 206, ../scss-compass/_typography.scss */
sub {
  bottom: -0.25em;
}

/* Colour =================================================== */
/* line 16, ../scss-compass/_colour.scss */
a {
  text-decoration: none;
  color: #013568;
}
/* line 20, ../scss-compass/_colour.scss */
a:visited {
  color: #000203;
}
/* line 23, ../scss-compass/_colour.scss */
a:hover {
  text-decoration: underline;
  color: #011b35;
}
/* line 27, ../scss-compass/_colour.scss */
a:focus {
  outline: thin dotted;
  color: black;
}
/* line 32, ../scss-compass/_colour.scss */
a:hover, a:active {
  outline: 0;
}

/* line 36, ../scss-compass/_colour.scss */
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}

/* line 41, ../scss-compass/_colour.scss */
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}

/* line 48, ../scss-compass/_colour.scss */
.swatch {
  margin: 0 0 1.5em 0;
  padding: 0;
}

/* line 52, ../scss-compass/_colour.scss */
.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}

/* line 58, ../scss-compass/_colour.scss */
.swatch-row-one {
  background-color: black;
}

/* line 61, ../scss-compass/_colour.scss */
.swatch-row-two {
  background-color: white;
}

/* line 64, ../scss-compass/_colour.scss */
.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}

/* line 72, ../scss-compass/_colour.scss */
.swatch-base span:nth-child(1) {
  background-color: rgba(45, 53, 62, 0.9);
}

/* line 75, ../scss-compass/_colour.scss */
.swatch-base span:nth-child(2) {
  background-color: rgba(45, 53, 62, 0.8);
}

/* line 78, ../scss-compass/_colour.scss */
.swatch-base span:nth-child(3) {
  background-color: rgba(45, 53, 62, 0.7);
}

/* line 81, ../scss-compass/_colour.scss */
.swatch-base span:nth-child(4) {
  background-color: rgba(45, 53, 62, 0.6);
}

/* line 86, ../scss-compass/_colour.scss */
.swatch-alert span:nth-child(1) {
  background-color: rgba(252, 248, 227, 0.9);
}

/* line 89, ../scss-compass/_colour.scss */
.swatch-alert span:nth-child(2) {
  background-color: rgba(252, 248, 227, 0.8);
}

/* line 92, ../scss-compass/_colour.scss */
.swatch-alert span:nth-child(3) {
  background-color: rgba(252, 248, 227, 0.7);
}

/* line 95, ../scss-compass/_colour.scss */
.swatch-alert span:nth-child(4) {
  background-color: rgba(252, 248, 227, 0.6);
}

/* line 100, ../scss-compass/_colour.scss */
.swatch-error span:nth-child(1) {
  background-color: rgba(218, 79, 73, 0.9);
}

/* line 103, ../scss-compass/_colour.scss */
.swatch-error span:nth-child(2) {
  background-color: rgba(218, 79, 73, 0.8);
}

/* line 106, ../scss-compass/_colour.scss */
.swatch-error span:nth-child(3) {
  background-color: rgba(218, 79, 73, 0.7);
}

/* line 109, ../scss-compass/_colour.scss */
.swatch-error span:nth-child(4) {
  background-color: rgba(218, 79, 73, 0.6);
}

/* line 114, ../scss-compass/_colour.scss */
.swatch-info span:nth-child(1) {
  background-color: rgba(217, 237, 247, 0.9);
}

/* line 117, ../scss-compass/_colour.scss */
.swatch-info span:nth-child(2) {
  background-color: rgba(217, 237, 247, 0.8);
}

/* line 120, ../scss-compass/_colour.scss */
.swatch-info span:nth-child(3) {
  background-color: rgba(217, 237, 247, 0.7);
}

/* line 123, ../scss-compass/_colour.scss */
.swatch-info span:nth-child(4) {
  background-color: rgba(217, 237, 247, 0.6);
}

/* line 128, ../scss-compass/_colour.scss */
.swatch-success span:nth-child(1) {
  background-color: rgba(91, 183, 91, 0.9);
}

/* line 131, ../scss-compass/_colour.scss */
.swatch-success span:nth-child(2) {
  background-color: rgba(91, 183, 91, 0.8);
}

/* line 134, ../scss-compass/_colour.scss */
.swatch-success span:nth-child(3) {
  background-color: rgba(91, 183, 91, 0.7);
}

/* line 137, ../scss-compass/_colour.scss */
.swatch-success span:nth-child(4) {
  background-color: rgba(91, 183, 91, 0.6);
}

/* line 142, ../scss-compass/_colour.scss */
.swatch-warning span:nth-child(1) {
  background-color: rgba(250, 167, 50, 0.9);
}

/* line 145, ../scss-compass/_colour.scss */
.swatch-warning span:nth-child(2) {
  background-color: rgba(250, 167, 50, 0.8);
}

/* line 148, ../scss-compass/_colour.scss */
.swatch-warning span:nth-child(3) {
  background-color: rgba(250, 167, 50, 0.7);
}

/* line 151, ../scss-compass/_colour.scss */
.swatch-warning span:nth-child(4) {
  background-color: rgba(250, 167, 50, 0.6);
}

/* Texture =================================================== */
/* line 18, ../scss-compass/_texture.scss */
.alert {
  margin-bottom: 1.5em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9c8611;
}
/* line 28, ../scss-compass/_texture.scss */
.alert .alert-heading {
  color: inherit;
}
/* line 30, ../scss-compass/_texture.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}

/* line 42, ../scss-compass/_texture.scss */
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}

/* line 48, ../scss-compass/_texture.scss */
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}

/* line 54, ../scss-compass/_texture.scss */
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}

/* line 60, ../scss-compass/_texture.scss */
.alert-inverse {
  background-color: #414141;
  border-color: black;
  color: white;
}

/* line 68, ../scss-compass/_texture.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
/* line 74, ../scss-compass/_texture.scss */
.alert-block .alert-heading {
  margin-bottom: 0.1875em;
  font-size: inherit;
  font-weight: bold;
}
/* line 83, ../scss-compass/_texture.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
/* line 85, ../scss-compass/_texture.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 90, ../scss-compass/_texture.scss */
.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  color: gray;
  background-color: #e6e6e6;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: background-color 0.25s 0;
  -webkit-transition-delay: linear;
  -moz-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
/* line 100, ../scss-compass/_texture.scss */
.badge:hover {
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

/* line 107, ../scss-compass/_texture.scss */
.badge-error {
  background-color: #da4f49;
  color: white;
}
/* line 111, ../scss-compass/_texture.scss */
.badge-error:hover {
  background-color: #9d2520;
  color: white;
}

/* line 117, ../scss-compass/_texture.scss */
.badge-warning {
  background-color: #faa732;
  color: white;
}
/* line 121, ../scss-compass/_texture.scss */
.badge-warning:hover {
  background-color: #c17305;
  color: white;
}

/* line 127, ../scss-compass/_texture.scss */
.badge-success {
  background-color: #5bb75b;
  color: white;
}
/* line 131, ../scss-compass/_texture.scss */
.badge-success:hover {
  background-color: #347834;
  color: white;
}

/* line 137, ../scss-compass/_texture.scss */
.badge-info {
  background-color: #d9edf7;
  color: #247fad;
}
/* line 141, ../scss-compass/_texture.scss */
.badge-info:hover {
  background-color: #85c5e5;
}

/* line 144, ../scss-compass/_texture.scss */
.badge-inverse {
  background-color: #414141;
  color: white;
}
/* line 148, ../scss-compass/_texture.scss */
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: white;
}

/* line 174, ../scss-compass/_texture.scss */
.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.5em;
  background-color: #f3f5f6;
  border: 1px solid #b8c1cb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #d6dbe1;
  -moz-box-shadow: inset 0 1px 10px #d6dbe1;
  box-shadow: inset 0 1px 10px #d6dbe1;
}
/* line 183, ../scss-compass/_texture.scss */
.well p:last-child {
  margin-bottom: 0;
}

/* line 186, ../scss-compass/_texture.scss */
.well-large {
  padding: 22px;
}

/* line 188, ../scss-compass/_texture.scss */
.well-small {
  padding: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* Font Awesome: http://fortawesome.github.com/Font-Awesome/

License
-------------------------------------------------------
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
http://creativecommons.org/licenses/by/3.0/ A mention of
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
source code is considered acceptable attribution (most common on the web).
If human readable source code is not available to the end user, a mention in
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
or mobile software). */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svgz#FontAwesomeRegular") format("svg"), url("../fonts/fontawesome-webfont.svg#FontAwesomeRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 29, ../scss-compass/_font-awesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

/* line 40, ../scss-compass/_font-awesome.scss */
li[class^="icon-"],
li[class*=" icon-"] {
  display: block;
}

/* line 44, ../scss-compass/_font-awesome.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

/* line 52, ../scss-compass/_font-awesome.scss */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
/* line 57, ../scss-compass/_font-awesome.scss */
.icon-large:before {
  vertical-align: top;
  font-size: 4/3em;
}

/* line 63, ../scss-compass/_font-awesome.scss */
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}

/* line 70, ../scss-compass/_font-awesome.scss */
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
/* line 76, ../scss-compass/_font-awesome.scss */
li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}

/* line 82, ../scss-compass/_font-awesome.scss */
li[class^="icon-"],
li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
/* line 86, ../scss-compass/_font-awesome.scss */
li[class^="icon-"]:before,
li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
/* line 90, ../scss-compass/_font-awesome.scss */
li[class^="icon-"].icon-large:before,
li[class*=" icon-"].icon-large:before {
  text-indent: -4/3em;
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
/* line 98, ../scss-compass/_font-awesome.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 99, ../scss-compass/_font-awesome.scss */
.icon-music:before {
  content: "\f001";
}

/* line 100, ../scss-compass/_font-awesome.scss */
.icon-search:before {
  content: "\f002";
}

/* line 101, ../scss-compass/_font-awesome.scss */
.icon-envelope:before {
  content: "\f003";
}

/* line 102, ../scss-compass/_font-awesome.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 103, ../scss-compass/_font-awesome.scss */
.icon-star:before {
  content: "\f005";
}

/* line 104, ../scss-compass/_font-awesome.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 105, ../scss-compass/_font-awesome.scss */
.icon-user:before {
  content: "\f007";
}

/* line 106, ../scss-compass/_font-awesome.scss */
.icon-film:before {
  content: "\f008";
}

/* line 107, ../scss-compass/_font-awesome.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 108, ../scss-compass/_font-awesome.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 109, ../scss-compass/_font-awesome.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 110, ../scss-compass/_font-awesome.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 111, ../scss-compass/_font-awesome.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 112, ../scss-compass/_font-awesome.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 113, ../scss-compass/_font-awesome.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 114, ../scss-compass/_font-awesome.scss */
.icon-off:before {
  content: "\f011";
}

/* line 115, ../scss-compass/_font-awesome.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 116, ../scss-compass/_font-awesome.scss */
.icon-cog:before {
  content: "\f013";
}

/* line 117, ../scss-compass/_font-awesome.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 118, ../scss-compass/_font-awesome.scss */
.icon-home:before {
  content: "\f015";
}

/* line 119, ../scss-compass/_font-awesome.scss */
.icon-file:before {
  content: "\f016";
}

/* line 120, ../scss-compass/_font-awesome.scss */
.icon-time:before {
  content: "\f017";
}

/* line 121, ../scss-compass/_font-awesome.scss */
.icon-road:before {
  content: "\f018";
}

/* line 122, ../scss-compass/_font-awesome.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 123, ../scss-compass/_font-awesome.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 124, ../scss-compass/_font-awesome.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 125, ../scss-compass/_font-awesome.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 126, ../scss-compass/_font-awesome.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 127, ../scss-compass/_font-awesome.scss */
.icon-repeat:before {
  content: "\f01e";
}

/* \f020 is not a valid unicode character. all shifted one down */
/* line 129, ../scss-compass/_font-awesome.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 130, ../scss-compass/_font-awesome.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 131, ../scss-compass/_font-awesome.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 132, ../scss-compass/_font-awesome.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 133, ../scss-compass/_font-awesome.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 134, ../scss-compass/_font-awesome.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 135, ../scss-compass/_font-awesome.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 136, ../scss-compass/_font-awesome.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 137, ../scss-compass/_font-awesome.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 138, ../scss-compass/_font-awesome.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 139, ../scss-compass/_font-awesome.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 140, ../scss-compass/_font-awesome.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 141, ../scss-compass/_font-awesome.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 142, ../scss-compass/_font-awesome.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 143, ../scss-compass/_font-awesome.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 144, ../scss-compass/_font-awesome.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 145, ../scss-compass/_font-awesome.scss */
.icon-font:before {
  content: "\f031";
}

/* line 146, ../scss-compass/_font-awesome.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 147, ../scss-compass/_font-awesome.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 148, ../scss-compass/_font-awesome.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 149, ../scss-compass/_font-awesome.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 150, ../scss-compass/_font-awesome.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 151, ../scss-compass/_font-awesome.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 152, ../scss-compass/_font-awesome.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 153, ../scss-compass/_font-awesome.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 154, ../scss-compass/_font-awesome.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 155, ../scss-compass/_font-awesome.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 156, ../scss-compass/_font-awesome.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 157, ../scss-compass/_font-awesome.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 158, ../scss-compass/_font-awesome.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 159, ../scss-compass/_font-awesome.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 160, ../scss-compass/_font-awesome.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 161, ../scss-compass/_font-awesome.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 162, ../scss-compass/_font-awesome.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 163, ../scss-compass/_font-awesome.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 164, ../scss-compass/_font-awesome.scss */
.icon-share:before {
  content: "\f045";
}

/* line 165, ../scss-compass/_font-awesome.scss */
.icon-check:before {
  content: "\f046";
}

/* line 166, ../scss-compass/_font-awesome.scss */
.icon-move:before {
  content: "\f047";
}

/* line 167, ../scss-compass/_font-awesome.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 168, ../scss-compass/_font-awesome.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 169, ../scss-compass/_font-awesome.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 170, ../scss-compass/_font-awesome.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 171, ../scss-compass/_font-awesome.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 172, ../scss-compass/_font-awesome.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 173, ../scss-compass/_font-awesome.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 175, ../scss-compass/_font-awesome.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 176, ../scss-compass/_font-awesome.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 177, ../scss-compass/_font-awesome.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 178, ../scss-compass/_font-awesome.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 179, ../scss-compass/_font-awesome.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 180, ../scss-compass/_font-awesome.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 181, ../scss-compass/_font-awesome.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 182, ../scss-compass/_font-awesome.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 183, ../scss-compass/_font-awesome.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 184, ../scss-compass/_font-awesome.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 185, ../scss-compass/_font-awesome.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 186, ../scss-compass/_font-awesome.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 187, ../scss-compass/_font-awesome.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 188, ../scss-compass/_font-awesome.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 189, ../scss-compass/_font-awesome.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 191, ../scss-compass/_font-awesome.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 192, ../scss-compass/_font-awesome.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 193, ../scss-compass/_font-awesome.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 194, ../scss-compass/_font-awesome.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 195, ../scss-compass/_font-awesome.scss */
.icon-share-alt:before {
  content: "\f064";
}

/* line 196, ../scss-compass/_font-awesome.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 197, ../scss-compass/_font-awesome.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 198, ../scss-compass/_font-awesome.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 199, ../scss-compass/_font-awesome.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 200, ../scss-compass/_font-awesome.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 201, ../scss-compass/_font-awesome.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 202, ../scss-compass/_font-awesome.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 203, ../scss-compass/_font-awesome.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 204, ../scss-compass/_font-awesome.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 205, ../scss-compass/_font-awesome.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 206, ../scss-compass/_font-awesome.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 207, ../scss-compass/_font-awesome.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 208, ../scss-compass/_font-awesome.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 209, ../scss-compass/_font-awesome.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 210, ../scss-compass/_font-awesome.scss */
.icon-random:before {
  content: "\f074";
}

/* line 211, ../scss-compass/_font-awesome.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 212, ../scss-compass/_font-awesome.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 213, ../scss-compass/_font-awesome.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 214, ../scss-compass/_font-awesome.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 215, ../scss-compass/_font-awesome.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 216, ../scss-compass/_font-awesome.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 217, ../scss-compass/_font-awesome.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 218, ../scss-compass/_font-awesome.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 219, ../scss-compass/_font-awesome.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 220, ../scss-compass/_font-awesome.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 221, ../scss-compass/_font-awesome.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 222, ../scss-compass/_font-awesome.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 223, ../scss-compass/_font-awesome.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 224, ../scss-compass/_font-awesome.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 225, ../scss-compass/_font-awesome.scss */
.icon-key:before {
  content: "\f084";
}

/* line 226, ../scss-compass/_font-awesome.scss */
.icon-cogs:before {
  content: "\f085";
}

/* line 227, ../scss-compass/_font-awesome.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 228, ../scss-compass/_font-awesome.scss */
.icon-thumbs-up:before {
  content: "\f087";
}

/* line 229, ../scss-compass/_font-awesome.scss */
.icon-thumbs-down:before {
  content: "\f088";
}

/* line 230, ../scss-compass/_font-awesome.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 231, ../scss-compass/_font-awesome.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 232, ../scss-compass/_font-awesome.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 233, ../scss-compass/_font-awesome.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 234, ../scss-compass/_font-awesome.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 235, ../scss-compass/_font-awesome.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 236, ../scss-compass/_font-awesome.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 237, ../scss-compass/_font-awesome.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 238, ../scss-compass/_font-awesome.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 239, ../scss-compass/_font-awesome.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 240, ../scss-compass/_font-awesome.scss */
.icon-lemon:before {
  content: "\f094";
}

/* Elements =================================================== */
/* line 14, ../scss-compass/_elements.scss */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid white;
}

/* line 25, ../scss-compass/_elements.scss */
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* line 31, ../scss-compass/_elements.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 36, ../scss-compass/_elements.scss */
figure {
  margin-bottom: 1.5em;
}
/* line 39, ../scss-compass/_elements.scss */
figure img {
  margin-bottom: 0.375em;
}
/* line 42, ../scss-compass/_elements.scss */
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: gray;
}

/* line 51, ../scss-compass/_elements.scss */
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
/* line 56, ../scss-compass/_elements.scss */
.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #c7ced6;
}
/* line 61, ../scss-compass/_elements.scss */
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}

/* Forms =================================================== */
/* line 12, ../scss-compass/_forms.scss */
form {
  margin: 0 0 1.5em 0;
}
/* line 15, ../scss-compass/_forms.scss */
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
/* line 20, ../scss-compass/_forms.scss */
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: white;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}
/* line 31, ../scss-compass/_forms.scss */
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #838383;
}
/* line 36, ../scss-compass/_forms.scss */
form p {
  margin-bottom: 0.75em;
}
/* line 39, ../scss-compass/_forms.scss */
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
/* line 44, ../scss-compass/_forms.scss */
form br {
  display: none;
}

/* line 52, ../scss-compass/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 60, ../scss-compass/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 64, ../scss-compass/_forms.scss */
label {
  display: block;
  margin-bottom: 0.1875em;
  font-weight: bold;
  color: #838383;
  cursor: pointer;
}
/* line 73, ../scss-compass/_forms.scss */
label input,
label textarea,
label select {
  display: block;
}

/* line 79, ../scss-compass/_forms.scss */
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.875em;
  background-color: white;
  border: 1px solid #8c9bab;
  color: white;
}
/* line 88, ../scss-compass/_forms.scss */
input:hover,
textarea:hover,
select:hover {
  border-color: #586879;
}

/* line 92, ../scss-compass/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 95, ../scss-compass/_forms.scss */
.input-small {
  width: 90px;
}

/* line 100, ../scss-compass/_forms.scss */
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
}

/* line 112, ../scss-compass/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 118, ../scss-compass/_forms.scss */
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 122, ../scss-compass/_forms.scss */
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 133, ../scss-compass/_forms.scss */
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}

/* line 140, ../scss-compass/_forms.scss */
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}

/* line 145, ../scss-compass/_forms.scss */
select {
  width: auto;
  background-color: white;
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 151, ../scss-compass/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 154, ../scss-compass/_forms.scss */
textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}

/* line 160, ../scss-compass/_forms.scss */
input[type="hidden"] {
  display: none;
}

/* line 164, ../scss-compass/_forms.scss */
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}

/* line 169, ../scss-compass/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

/* line 174, ../scss-compass/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 181, ../scss-compass/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 191, ../scss-compass/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 198, ../scss-compass/_forms.scss */
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}

/* line 206, ../scss-compass/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 209, ../scss-compass/_forms.scss */
::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 1rem;
}

/* line 212, ../scss-compass/_forms.scss */
input:-moz-placeholder {
  font-size: 12px;
  font-size: 1rem;
}

/* line 218, ../scss-compass/_forms.scss */
.help-block,
.help-inline {
  color: gray;
}

/* line 221, ../scss-compass/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 0.75em;
}

/* line 225, ../scss-compass/_forms.scss */
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 234, ../scss-compass/_forms.scss */
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}

/* line 238, ../scss-compass/_forms.scss */
.form-inline label {
  display: inline-block;
}

/* line 243, ../scss-compass/_forms.scss */
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 249, ../scss-compass/_forms.scss */
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

/* line 258, ../scss-compass/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}

/* line 262, ../scss-compass/_forms.scss */
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  -ms-border-radius: 14;
  -o-border-radius: 14;
  border-radius: 14;
}

/* line 268, ../scss-compass/_forms.scss */
.form-search label {
  display: inline-block;
}

/* line 273, ../scss-compass/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 279, ../scss-compass/_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

/* Buttons =================================================== */
/* line 12, ../scss-compass/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-color: #d9d9d9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(#ffffff, #d9d9d9);
  background-image: -moz-linear-gradient(#ffffff, #d9d9d9);
  background-image: -o-linear-gradient(#ffffff, #d9d9d9);
  background-image: linear-gradient(#ffffff, #d9d9d9);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em;
}
/* line 38, ../scss-compass/_buttons.scss */
.btn:visited, .btn:hover {
  color: #313131;
  text-decoration: none;
}

/* line 44, ../scss-compass/_buttons.scss */
input[type="submit"].btn:hover {
  border-color: #cccccc;
}

/* line 46, ../scss-compass/_buttons.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 50, ../scss-compass/_buttons.scss */
.btn-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

/* line 55, ../scss-compass/_buttons.scss */
.btn-error {
  background-color: #c72f29;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2d353e), color-stop(100%, #c72f29));
  background-image: -webkit-linear-gradient(#2d353e, #c72f29);
  background-image: -moz-linear-gradient(#2d353e, #c72f29);
  background-image: -o-linear-gradient(#2d353e, #c72f29);
  background-image: linear-gradient(#2d353e, #c72f29);
  background-repeat: repeat-x;
  border-color: #b22a24;
  border-bottom-color: #9d2520;
  color: white;
}
/* line 64, ../scss-compass/_buttons.scss */
.btn-error:visited, .btn-error:hover {
  color: white;
}

/* line 69, ../scss-compass/_buttons.scss */
.btn-info {
  background-color: #afd9ee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9edf7), color-stop(100%, #afd9ee));
  background-image: -webkit-linear-gradient(#d9edf7, #afd9ee);
  background-image: -moz-linear-gradient(#d9edf7, #afd9ee);
  background-image: -o-linear-gradient(#d9edf7, #afd9ee);
  background-image: linear-gradient(#d9edf7, #afd9ee);
  background-repeat: repeat-x;
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad;
}
/* line 78, ../scss-compass/_buttons.scss */
.btn-info:visited, .btn-info:hover {
  color: #247fad;
}

/* line 83, ../scss-compass/_buttons.scss */
.btn-inverse {
  background-color: #272727;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #414141), color-stop(100%, #272727));
  background-image: -webkit-linear-gradient(#414141, #272727);
  background-image: -moz-linear-gradient(#414141, #272727);
  background-image: -o-linear-gradient(#414141, #272727);
  background-image: linear-gradient(#414141, #272727);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: white;
}
/* line 92, ../scss-compass/_buttons.scss */
.btn-inverse:visited, .btn-inverse:hover {
  color: white;
}

/* line 97, ../scss-compass/_buttons.scss */
.btn-primary {
  background-color: #181c20;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2d353e), color-stop(100%, #181c20));
  background-image: -webkit-linear-gradient(#2d353e, #181c20);
  background-image: -moz-linear-gradient(#2d353e, #181c20);
  background-image: -o-linear-gradient(#2d353e, #181c20);
  background-image: linear-gradient(#2d353e, #181c20);
  background-repeat: repeat-x;
  border-color: #0d0f12;
  border-bottom-color: #020203;
  color: white;
}
/* line 106, ../scss-compass/_buttons.scss */
.btn-primary:visited, .btn-primary:hover {
  color: white;
}

/* line 111, ../scss-compass/_buttons.scss */
.btn-success {
  background-color: #449b44;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bb75b), color-stop(100%, #449b44));
  background-image: -webkit-linear-gradient(#5bb75b, #449b44);
  background-image: -moz-linear-gradient(#5bb75b, #449b44);
  background-image: -o-linear-gradient(#5bb75b, #449b44);
  background-image: linear-gradient(#5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834;
}

/* line 121, ../scss-compass/_buttons.scss */
.btn-warning {
  background-color: #f39106;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #faa732), color-stop(100%, #f39106));
  background-image: -webkit-linear-gradient(#faa732, #f39106);
  background-image: -moz-linear-gradient(#faa732, #f39106);
  background-image: -o-linear-gradient(#faa732, #f39106);
  background-image: linear-gradient(#faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305;
}

/* line 131, ../scss-compass/_buttons.scss */
.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 137, ../scss-compass/_buttons.scss */
.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 144, ../scss-compass/_buttons.scss */
.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 151, ../scss-compass/_buttons.scss */
.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}

/* line 157, ../scss-compass/_buttons.scss */
.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}

/* line 163, ../scss-compass/_buttons.scss */
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em;
}
/* line 169, ../scss-compass/_buttons.scss */
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 175, ../scss-compass/_buttons.scss */
.btn-group .btn:first-child {
  margin-left: 0;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
/* line 180, ../scss-compass/_buttons.scss */
.btn-group .btn:last-child {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* line 183, ../scss-compass/_buttons.scss */
.btn-group .btn.large:first-child {
  margin-left: 0;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 188, ../scss-compass/_buttons.scss */
.btn-group .btn.large:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 193, ../scss-compass/_buttons.scss */
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
/* line 200, ../scss-compass/_buttons.scss */
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Tables =================================================== */
/* line 12, ../scss-compass/_tables.scss */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
/* line 21, ../scss-compass/_tables.scss */
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #8c9bab;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
}
/* line 29, ../scss-compass/_tables.scss */
table th {
  font-weight: bold;
}
/* line 32, ../scss-compass/_tables.scss */
table thead th {
  vertical-align: bottom;
}
/* line 38, ../scss-compass/_tables.scss */
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
/* line 41, ../scss-compass/_tables.scss */
table tbody + tbody {
  border-top: 2px solid #8c9bab;
}
/* line 45, ../scss-compass/_tables.scss */
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0;
  -webkit-transition-delay: linear;
  -moz-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
/* line 49, ../scss-compass/_tables.scss */
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #a9b4c1;
}

/* line 58, ../scss-compass/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 64, ../scss-compass/_tables.scss */
.table-bordered {
  border: 1px solid #8c9bab;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
/* line 71, ../scss-compass/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #8c9bab;
}
/* line 76, ../scss-compass/_tables.scss */
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* line 85, ../scss-compass/_tables.scss */
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6;
}

@media print {
  /* Print =================================================== */
  /* line 14, ../scss-compass/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 27, ../scss-compass/_print.scss */
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  /* line 32, ../scss-compass/_print.scss */
  p {
    orphans: 3;
    widows: 3;
  }

  /* line 36, ../scss-compass/_print.scss */
  pre, blockquote {
    border: 1px solid gray;
    page-break-inside: avoid;
  }

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

  /* line 45, ../scss-compass/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 48, ../scss-compass/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

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

  /* line 57, ../scss-compass/_print.scss */
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  /* line 61, ../scss-compass/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 64, ../scss-compass/_print.scss */
  tr {
    page-break-inside: avoid;
  }
}
@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
  /* line 22, ../scss-compass/_480.scss */
  .page .content {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
  /* line 25, ../scss-compass/_600.scss */
  header #menu li.contact,
  header #menu li.contact a {
    display: block;
  }

  /* line 32, ../scss-compass/_600.scss */
  #video h1 {
    top: 40%;
    left: 33%;
    font-size: 73.36px;
    line-height: 96.9px;
    width: 60%;
    text-indent: 0;
    overflow: auto;
    background: none;
    white-space: normal;
    margin: 0px;
    position: absolute;
    left: 40%;
  }
  /* line 44, ../scss-compass/_600.scss */
  #video #signpost {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/signpost.png") bottom left no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    left: -130px;
    width: 40%;
    height: 669px;
  }

  /* line 60, ../scss-compass/_600.scss */
  .page .content {
    margin: 100px 0px 0px 60px;
  }
}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
  /* line 22, ../scss-compass/_768.scss */
  .page .tab {
    display: block;
  }

  /* line 28, ../scss-compass/_768.scss */
  #video #playicon {
    display: block;
    width: 144px !important;
    height: 144px !important;
    top: 28%;
    left: 48%;
cursor: pointer;
  }
  /* line 36, ../scss-compass/_768.scss */
  #video #signpost {
    left: -50px;
  }

  /* line 45, ../scss-compass/_768.scss */
  #find_an_atm #atm_form {
    width: 260px;
    height: 100%;
    box-shadow: none;
    top: 0px;
  }
  /* line 52, ../scss-compass/_768.scss */
  #find_an_atm #atm_form h2 {
    margin-top: 75px;
   /* margin-left: 35px; */
    background: url("../img/find_an_atm.png") 0 0 no-repeat;
    width: 193px;
    height: 253px;
    position: static;
  }
  /* line 61, ../scss-compass/_768.scss */
  #find_an_atm #atm_form #search-field {
    float: none;
    position: static;
    right: auto;
    top: auto;
  }
  /* line 68, ../scss-compass/_768.scss */
  #find_an_atm #atm_form .orange-btn {
    float: none;
    position: static;
    top: auto;
    right: auto;
  }

  /* line 78, ../scss-compass/_768.scss */
  footer #footer_inner {
    float: right;
    width: auto;
  }
  /* line 84, ../scss-compass/_768.scss */
  footer #secondary_menu li.contact a {
    display: none;
  }
  /* line 90, ../scss-compass/_768.scss */
  footer .get_app a {
    right: 13px;
    width: 177px;
    height: 166px;
    background: url("../img/download_button2.png") 0 0 no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
}
@media only screen and (min-width: 1382px) {
  /* 1382 =================================================== */
  /*body {
  max-width : 1440px; }*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
  /* line 19, ../scss-compass/_2x.scss */
  #menu {
    background: url("../img/mobile_menu_x2.png") 0 0 no-repeat;
  }
}
/* 320 and Up */
/* Modules upstart */
/* Version: 1.0 */
/* Author: Andy Clarke */
/* URL: http://stuffandnonsense.co.uk/projects/320andup */
/* line 12, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
.grid {
  margin-bottom: 1.5em;
  border-bottom: 1px dashed #c7ced6;
}

/* line 16, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
.grid:last-child {
  margin-bottom: 0;
  border-bottom-width: 0;
}

/* line 20, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
.furniture-letter {
  overflow: hidden;
}

/* line 23, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
.furniture-letter span {
  display: block;
  float: left;
  margin: 0 12px 0 0;
  height: 44px;
  width: 44px;
  background-color: #2d353e;
  color: white;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}

@media only screen and (min-width: 480px) {
  /* Styles */
}
@media only screen and (min-width: 600px) {
  /* Styles */
}
@media only screen and (min-width: 768px) {
  /* line 51, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
  .grids-two .grid {
    width: 43.03%;
    margin-bottom: 0;
    border-bottom-width: 0;
  }

  /* line 56, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
  .grids-two .grid-1 {
    float: left;
  }

  /* line 59, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
  .grids-two .grid-2 {
    float: right;
  }

  /* line 64, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
  .grids-three .grid-a {
    float: left;
    width: 31.64%;
    margin-right: 2.53%;
  }

  /* line 71, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
  .grids-four .grid-a {
    float: left;
    width: 31.64%;
    margin-right: 2.53%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 83, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
  .grids-three .grid {
    float: left;
    width: 31.64%;
    margin: 0 2.53% 0 0;
    border-bottom-width: 0;
  }

  /* line 89, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
  .grids-three .grid-3 {
    float: right;
    margin-right: 0;
  }

  /* line 93, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
  .grids-three .grid .grid-a {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.75em;
  }

  /* line 101, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
  .grids-four .grid {
    float: left;
    width: 20.25%;
    margin: 0 6.32% 0 0;
    border-bottom-width: 0;
  }

  /* line 107, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
  .grids-four .grid-4 {
    float: right;
    margin-right: 0;
  }

  /* line 111, ../scss-compass/upstarts/320andup-modules/_upstart.scss */
  .grids-four .grid .grid-a {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1382px) {
  /* Styles */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
/* 320 and Up */
/* Panels Upstart */
/* Version: 1.0 */
/* Author: Andy Clarke */
/* URL: http://stuffandnonsense.co.uk/projects/320andup */
/* line 19, ../scss-compass/upstarts/320andup-panels/_upstart.scss */
.full {
  margin-bottom: 1.5em;
  padding: 1.5em;
  background-color: #f3f5f6;
  border-top: 2px solid #c7ced6;
  border-bottom: 2px solid #c7ced6;
}

/* line 26, ../scss-compass/upstarts/320andup-panels/_upstart.scss */
.full .grids {
  width: 90%;
  margin: 0 auto;
  padding: 1.5em 0;
}

@media only screen and (min-width: 480px) {
  /* Styles */
}
@media only screen and (min-width: 600px) {
  /* Styles */
}
@media only screen and (min-width: 768px) {
  /* line 46, ../scss-compass/upstarts/320andup-panels/_upstart.scss */
  .special .grids-three .grid-a,
  .special .grids-four .grid-a {
    width: 43.03%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 56, ../scss-compass/upstarts/320andup-panels/_upstart.scss */
  .special .grids-three .grid-a,
  .special .grids-four .grid-a {
    width: 100%;
  }
}
@media only screen and (min-width: 1382px) {
  /* Styles */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}


.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	  background: url("../img/select.png") 0 0 no-repeat;
	overflow: hidden;
}
