/****** FILE: themes/adhb/css/responsive.css *****/
/*!
 * Bootstrap Responsive v2.0.3
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 34, ../scss/bootstrap_config/custom/_mixins.scss */
.clearfix {
  *zoom: 1;
}
/* line 24, ../scss/bootstrap_config/custom/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
/* line 29, ../scss/bootstrap_config/custom/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 135, ../scss/bootstrap_config/custom/_mixins.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 316, ../scss/bootstrap_config/custom/_mixins.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* CSS3 Two Tone borders - IE9+ */
/* Fix for responsive images - use on IMG tag */
/* Mobile icons for retina display */
/** 
 * Mixin divides width of parent between children. It requires the parent to 
 * have a size class representing the number of children (eg: class="size_3"). 
 * It will take this and divide the width by that number of elements.
 *
 * Note: In silverstripe templates you can use $Count on a set of items you 
 * are about to loop throught to get the total number. EG:
 * <ul class="size_{$Menu.Count}">
 */
/* line 9, ../../module_bootstrap/lib/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 17, ../../module_bootstrap/lib/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 18, ../../module_bootstrap/lib/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 22, ../../module_bootstrap/lib/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 27, ../../module_bootstrap/lib/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 29, ../../module_bootstrap/lib/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }

  /* line 31, ../../module_bootstrap/lib/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 32, ../../module_bootstrap/lib/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 38, ../../module_bootstrap/lib/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }

  /* line 40, ../../module_bootstrap/lib/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }

  /* line 42, ../../module_bootstrap/lib/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 43, ../../module_bootstrap/lib/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
}
@media (max-width: 480px) {
  /* line 11, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  /* line 16, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 28px;
  }

  /* line 22, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }

  /* line 28, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }

  /* line 35, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }

  /* line 39, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }

  /* line 43, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 49, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  /* line 56, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .modal.fade.in {
    top: auto;
  }

  /* line 58, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  /* line 64, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  /* line 78, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 83, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 89, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }

  /* line 97, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 103, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }

  /* line 111, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .container {
    width: auto;
  }

  /* line 115, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }

  /* line 119, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .row,
  .thumbnails {
    margin-left: 0;
  }

  /* line 124, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }

  /* line 135, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 145, ../../module_bootstrap/lib/_responsive-767px-max.scss */
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 574, ../scss/bootstrap_config/custom/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 24, ../scss/bootstrap_config/custom/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
  }
  /* line 29, ../scss/bootstrap_config/custom/_mixins.scss */
  .row:after {
    clear: both;
  }

  /* line 579, ../scss/bootstrap_config/custom/_mixins.scss */
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }

  /* line 585, ../scss/bootstrap_config/custom/_mixins.scss */
  .container {
    width: 724px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span12 {
    width: 724px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span11 {
    width: 662px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span10 {
    width: 600px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span9 {
    width: 538px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span8 {
    width: 476px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span7 {
    width: 414px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span6 {
    width: 352px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span5 {
    width: 290px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span4 {
    width: 228px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span3 {
    width: 166px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span2 {
    width: 104px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span1 {
    width: 42px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset12 {
    margin-left: 764px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset11 {
    margin-left: 702px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset10 {
    margin-left: 640px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset9 {
    margin-left: 578px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset8 {
    margin-left: 516px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset7 {
    margin-left: 454px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset6 {
    margin-left: 392px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset5 {
    margin-left: 330px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset4 {
    margin-left: 268px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset3 {
    margin-left: 206px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset2 {
    margin-left: 144px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset1 {
    margin-left: 82px;
  }

  /* line 609, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 24, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  /* line 29, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 612, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243%;
    *margin-left: 2.70924%;
  }
  /* line 618, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span11 {
    width: 91.43646%;
    *width: 91.38327%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span10 {
    width: 82.87293%;
    *width: 82.81974%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span9 {
    width: 74.30939%;
    *width: 74.2562%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span8 {
    width: 65.74586%;
    *width: 65.69266%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span7 {
    width: 57.18232%;
    *width: 57.12913%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span6 {
    width: 48.61878%;
    *width: 48.56559%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span5 {
    width: 40.05525%;
    *width: 40.00206%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span4 {
    width: 31.49171%;
    *width: 31.43852%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span3 {
    width: 22.92818%;
    *width: 22.87499%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span2 {
    width: 14.36464%;
    *width: 14.31145%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span1 {
    width: 5.8011%;
    *width: 5.74791%;
  }

  /* line 638, ../scss/bootstrap_config/custom/_mixins.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 714px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 652px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 590px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 528px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 466px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 404px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 342px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 280px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 218px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 156px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 94px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 32px;
  }
}
@media (min-width: 1200px) {
  /* line 574, ../scss/bootstrap_config/custom/_mixins.scss */
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  /* line 24, ../scss/bootstrap_config/custom/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
  }
  /* line 29, ../scss/bootstrap_config/custom/_mixins.scss */
  .row:after {
    clear: both;
  }

  /* line 579, ../scss/bootstrap_config/custom/_mixins.scss */
  [class*="span"] {
    float: left;
    margin-left: 30px;
  }

  /* line 585, ../scss/bootstrap_config/custom/_mixins.scss */
  .container {
    width: 1170px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span12 {
    width: 1170px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span11 {
    width: 1070px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span10 {
    width: 970px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span9 {
    width: 870px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span8 {
    width: 770px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span7 {
    width: 670px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span6 {
    width: 570px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span5 {
    width: 470px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span4 {
    width: 370px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span3 {
    width: 270px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span2 {
    width: 170px;
  }

  /* line 592, ../scss/bootstrap_config/custom/_mixins.scss */
  .span1 {
    width: 70px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset12 {
    margin-left: 1230px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset11 {
    margin-left: 1130px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset10 {
    margin-left: 1030px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset9 {
    margin-left: 930px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset8 {
    margin-left: 830px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset7 {
    margin-left: 730px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset6 {
    margin-left: 630px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset5 {
    margin-left: 530px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset4 {
    margin-left: 430px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset3 {
    margin-left: 330px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset2 {
    margin-left: 230px;
  }

  /* line 598, ../scss/bootstrap_config/custom/_mixins.scss */
  .offset1 {
    margin-left: 130px;
  }

  /* line 609, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 24, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  /* line 29, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 612, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.5641%;
    *margin-left: 2.51091%;
  }
  /* line 618, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span11 {
    width: 91.45299%;
    *width: 91.3998%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span10 {
    width: 82.90598%;
    *width: 82.85279%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span9 {
    width: 74.35897%;
    *width: 74.30578%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span8 {
    width: 65.81197%;
    *width: 65.75877%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span7 {
    width: 57.26496%;
    *width: 57.21177%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span6 {
    width: 48.71795%;
    *width: 48.66476%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span5 {
    width: 40.17094%;
    *width: 40.11775%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span4 {
    width: 31.62393%;
    *width: 31.57074%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span3 {
    width: 23.07692%;
    *width: 23.02373%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span2 {
    width: 14.52991%;
    *width: 14.47672%;
  }
  /* line 625, ../scss/bootstrap_config/custom/_mixins.scss */
  .row-fluid .span1 {
    width: 5.98291%;
    *width: 5.92971%;
  }

  /* line 638, ../scss/bootstrap_config/custom/_mixins.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1160px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1060px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 960px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 860px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 760px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 660px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 560px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 460px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 360px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 260px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 160px;
  }

  /* line 647, ../scss/bootstrap_config/custom/_mixins.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 60px;
  }

  /* line 19, ../../module_bootstrap/lib/_responsive-1200px-min.scss */
  .thumbnails {
    margin-left: -30px;
  }

  /* line 22, ../../module_bootstrap/lib/_responsive-1200px-min.scss */
  .thumbnails > li {
    margin-left: 30px;
  }

  /* line 25, ../../module_bootstrap/lib/_responsive-1200px-min.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  /* line 12, ../../module_bootstrap/lib/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }

  /* line 16, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .navbar-fixed-top {
    position: static;
    margin-bottom: 28px;
  }

  /* line 20, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }

  /* line 23, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }

  /* line 28, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }

  /* line 37, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }

  /* line 41, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 14px;
  }

  /* line 45, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }

  /* line 48, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }

  /* line 51, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }

  /* line 54, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #015eb4;
    text-shadow: none;
  }

  /* line 59, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #015eb4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  /* line 67, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  /* line 72, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }

  /* line 75, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: transparent;
  }

  /* line 80, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }

  /* line 85, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 99, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }

  /* line 103, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }

  /* line 107, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 14px 15px;
    margin: 14px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 118, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }

  /* line 123, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }

  /* line 129, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }

  /* line 135, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  /* line 147, ../../module_bootstrap/lib/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../scss/responsive.scss */
  #homeCarousel .container {
    width: 1170px;
    display: table;
  }
  /* line 13, ../scss/responsive.scss */
  #homeCarousel .item {
    width: auto;
    height: auto;
  }
  /* line 17, ../scss/responsive.scss */
  #homeCarousel .banner {
    height: auto;
  }

  /* line 23, ../scss/responsive.scss */
  .gridlinks .gridlink {
    width: 33.33%;
  }

  /* line 28, ../scss/responsive.scss */
  .visions {
    width: 42.3% !important;
  }
}
@media (max-width: 1199px) {
  /* line 37, ../scss/responsive.scss */
  .page-header-row {
    position: relative;
    top: -20px;
    padding-top: 20px;
  }

  /* line 46, ../scss/responsive.scss */
  .breadcrumb {
    width: 100%;
  }

  /* line 49, ../scss/responsive.scss */
  .print-share {
    left: calc(100% - 75px);
    top: -111px;
  }

  /* line 55, ../scss/responsive.scss */
  #homeCarousel .banner-content {
    height: auto;
    padding: 10px 0 20px 10px;
  }
  /* line 59, ../scss/responsive.scss */
  #homeCarousel .carousel-interface {
    padding-bottom: 20px;
  }
  /* line 61, ../scss/responsive.scss */
  #homeCarousel .carousel-interface .row.controls {
    width: calc(100% - 75px);
    padding: 0 0 0 15px;
  }
  /* line 65, ../scss/responsive.scss */
  #homeCarousel .carousel-interface .slider-captions {
    width: calc(90% - 100px);
    padding-left: 15px;
  }

  /* line 72, ../scss/responsive.scss */
  .banner {
    height: 160px;
  }
  /* line 73, ../scss/responsive.scss */
  .banner .container {
    width: 100%;
  }
  /* line 78, ../scss/responsive.scss */
  .banner .banner-image {
    right: 278px;
  }
  /* line 80, ../scss/responsive.scss */
  .banner .banner-image img {
    height: 160px;
  }
  /* line 84, ../scss/responsive.scss */
  .banner .banner-content {
    width: 278px;
    height: 160px;
    padding-left: 40px;
  }
}
@media (min-width: 980px) {
  /* line 98, ../scss/responsive.scss */
  #nav-primary .social-links {
    display: none;
  }

  /* line 103, ../scss/responsive.scss */
  .visions.span6 {
    width: 42.9%;
  }
}
@media (max-width: 979px) {
  /* line 114, ../scss/responsive.scss */
  #header {
    padding: 20px 0;
  }
  /* line 117, ../scss/responsive.scss */
  #header #lang,
  #header .font-resize,
  #header .container > .social-links {
    display: none;
  }
  /* line 123, ../scss/responsive.scss */
  #header .nav-tools {
    display: block;
  }
  /* line 127, ../scss/responsive.scss */
  #header #search {
    float: none;
    width: 100%;
    clear: both;
  }

  /* line 134, ../scss/responsive.scss */
  #nav-primary {
    position: fixed;
    height: 100%;
    width: 206px;
    left: -250px;
    top: 0;
    z-index: 1000;
    margin: 0;
    padding: 20px;
    border-right: 4px solid #00498d;
    background-color: #015eb4;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  /* line 148, ../scss/responsive.scss */
  #nav-primary.open {
    left: 0px;
    -webkit-box-shadow: 0px 0 10px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 10px 5px rgba(0, 0, 0, 0.2);
  }
  /* line 153, ../scss/responsive.scss */
  #nav-primary .nav {
    float: none;
  }
  /* line 156, ../scss/responsive.scss */
  #nav-primary .nav > li {
    float: none;
  }
  /* line 159, ../scss/responsive.scss */
  #nav-primary .nav > li > a {
    margin: 0;
    padding: 7px 10px;
    color: #fff;
    font-weight: bold;
  }
  /* line 165, ../scss/responsive.scss */
  #nav-primary .nav > li > a:hover {
    color: #bcbdc0;
  }

  /* line 173, ../scss/responsive.scss */
  #main {
    background: #fff;
    width: auto;
    padding: 0 15px 15px;
  }

  /* line 179, ../scss/responsive.scss */
  #sidebar {
    float: none;
    width: 100%;
    padding: 25px 35px 0;
    border: none;
    border-top: 1px solid #f7f7f7;
  }
  /* line 186, ../scss/responsive.scss */
  #sidebar .widget.m-news {
    margin-bottom: 0;
  }
  /* line 190, ../scss/responsive.scss */
  #sidebar .news-post-information {
    display: none;
  }

  /* line 197, ../scss/responsive.scss */
  #footer .footer-content {
    width: 80.32209%;
  }
  /* line 200, ../scss/responsive.scss */
  #footer .footer-social {
    float: none;
    width: auto;
    margin: 0 0 40px;
  }

  /* line 207, ../scss/responsive.scss */
  .breadcrumb {
    font-size: 0.85em;
  }

  /* line 212, ../scss/responsive.scss */
  #homeCarousel .banner-content {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 217, ../scss/responsive.scss */
  #homeCarousel .banner-content.show-on-small {
    display: block;
    padding: 30px 20px;
    width: 100%;
  }
  /* line 221, ../scss/responsive.scss */
  #homeCarousel .banner-content.show-on-small .content-col {
    margin-bottom: 0;
  }
  /* line 226, ../scss/responsive.scss */
  #homeCarousel .banner-content .content-col {
    float: left;
    width: 50%;
    padding-right: 20px;
    margin: 0;
  }
  /* line 231, ../scss/responsive.scss */
  #homeCarousel .banner-content .content-col i, #homeCarousel .banner-content .content-col .icon {
    position: static;
    float: left;
    top: 0;
    margin-right: 20px;
  }
  /* line 238, ../scss/responsive.scss */
  #homeCarousel .banner-content .content-col h4 {
    margin-left: 0;
    display: block;
  }
  /* line 242, ../scss/responsive.scss */
  #homeCarousel .banner-content .content-col p {
    margin-left: 0;
  }
  /* line 247, ../scss/responsive.scss */
  #homeCarousel .banner-content .single-item {
    width: 100%;
  }
  /* line 252, ../scss/responsive.scss */
  #homeCarousel .banner-image {
    width: 100%;
    max-width: unset;
    height: auto;
    margin: 0 0 -2px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 266, ../scss/responsive.scss */
  #homeCarousel .slider-captions {
    width: 57%;
    padding-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 285, ../scss/responsive.scss */
  .LandingPage #layout .container, .Page #layout .container, .IFramePage #layout .container {
    padding-left: 0% !important;
    width: 100%;
  }
  /* line 291, ../scss/responsive.scss */
  .LandingPage #layout .content #main, .Page #layout .content #main, .IFramePage #layout .content #main {
    margin-left: 14%;
    float: left;
    display: block;
    width: 72.4%;
  }
  /* line 297, ../scss/responsive.scss */
  .LandingPage #layout .content #main .breadcrumb, .Page #layout .content #main .breadcrumb, .IFramePage #layout .content #main .breadcrumb {
    width: auto;
  }

  /* line 306, ../scss/responsive.scss */
  .HomePage #header {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 311, ../scss/responsive.scss */
  .HomePage .container {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    width: 100% !important;
  }

  /* line 321, ../scss/responsive.scss */
  .gridlinks .gridlink .title {
    font-size: 1.25em;
  }

  /* line 327, ../scss/responsive.scss */
  .visions {
    width: 52.6% !important;
  }

  /* line 330, ../scss/responsive.scss */
  .values {
    width: 40.9% !important;
  }
}
@media (max-width: 767px) {
  /* line 340, ../scss/responsive.scss */
  #main {
    padding-bottom: 50px;
  }

  /* line 345, ../scss/responsive.scss */
  #header .logo {
    width: 150px;
  }
  /* line 348, ../scss/responsive.scss */
  #header .nav-tools {
    margin-top: 45px;
  }

  /* line 354, ../scss/responsive.scss */
  #footer .footer-links {
    clear: both;
  }
  /* line 358, ../scss/responsive.scss */
  #footer .footer-content {
    width: 100%;
  }
  /* line 360, ../scss/responsive.scss */
  #footer .footer-content > div {
    margin-bottom: 40px;
  }

  /* line 366, ../scss/responsive.scss */
  .pagination {
    height: auto;
  }

  /* line 372, ../scss/responsive.scss */
  #main .news-post-information {
    display: block;
  }

  /* line 381, ../scss/responsive.scss */
  .LandingPage #layout .content #main .breadcrumb, .Page #layout .content #main .breadcrumb, .IFramePage #layout .content #main .breadcrumb {
    width: auto;
  }

  /* line 388, ../scss/responsive.scss */
  .banner {
    height: auto;
  }
  /* line 391, ../scss/responsive.scss */
  .banner .banner-image {
    display: none;
  }
  /* line 394, ../scss/responsive.scss */
  .banner .banner-content {
    width: 100%;
    height: auto;
    padding-left: 5%;
  }

  /* line 403, ../scss/responsive.scss */
  #homeCarousel .carousel-interface .slider-captions {
    width: 80%;
  }
  /* line 405, ../scss/responsive.scss */
  #homeCarousel .carousel-interface .slider-captions .carousel-caption p.caption-extended-phone {
    height: auto;
    max-height: 9em;
  }
  /* line 413, ../scss/responsive.scss */
  #homeCarousel #carouselImageContainer {
    padding-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 426, ../scss/responsive.scss */
  #footer .footer-content > div {
    width: 33.33%;
    float: left;
    padding-right: 20px;
  }
  /* line 431, ../scss/responsive.scss */
  #footer .footer-content > div:last-child {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  /* line 444, ../scss/responsive.scss */
  #main {
    padding: 0;
  }

  /* line 449, ../scss/responsive.scss */
  #sidebar {
    padding: 25px 20px 0;
  }

  /* line 454, ../scss/responsive.scss */
  .gridlinks .gridlink {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 458, ../scss/responsive.scss */
  .gridlinks .gridlink .title {
    white-space: normal;
  }
  /* line 462, ../scss/responsive.scss */
  .gridlinks .gridlink .description {
    height: auto !important;
  }

  /* line 470, ../scss/responsive.scss */
  .m-news .news-image {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    max-height: 180px;
    margin: 0 0 1em;
  }

  /* line 482, ../scss/responsive.scss */
  .m-hero .hero-image {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    max-height: 360px;
    margin: 0 0 1em;
  }

  /* line 493, ../scss/responsive.scss */
  .resultsHeader h2,
  .resultsHeader p {
    font-size: 1em;
    display: block;
    float: none;
  }

  .resultsHeader h2 {
    color: #555;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  /* line 515, ../scss/responsive.scss */
  #header #search .search-query {
    padding: 10px 60px 10px 10px;
  }

  /* line 518, ../scss/responsive.scss */
  #header #search input.btn {
    width: 50px;
    overflow: hidden;
    text-indent: -1000em;
    background-color: transparent;
  }

  /* line 524, ../scss/responsive.scss */
  #header #search .icon {
    left: auto;
    right: 0;
    width: 50px;
    text-align: center;
    color: #fff;
    background-color: #015eb4;
  }

  /* line 537, ../scss/responsive.scss */
  #homeCarousel .banner-content .content-col {
    width: auto;
    float: none;
    padding: 0 30px 0 0;
  }
  
  /* line 542, ../scss/responsive.scss */
  #homeCarousel .banner-content .content-col.one {
    margin-bottom: 40px;
  }

  /* line 544, ../scss/responsive.scss */
  #homeCarousel .banner-content .content-col.one.single-item {
    margin-bottom: 0;
  }

  /* line 552, ../scss/responsive.scss */
  .typography p.last-edited {
    float: none;
    text-align: left;
  }
}


