/* General Colours */
/* Corporate settings */
/*#00736b*/
/*rgb(0,117,109)*/
/*#68003f*/
/*rgb(102,0,61)*/
/*#F7C100*/
/*rbg(245,192,0)*/
/*#B4B6B9*/
/*rbg(181,183,186)*/
/*#006ebe*/
/*rgb(0,110,189)*/
/*hsl(93, 100%, 51%);*/
/*#3A8200*/
/*rgb(58, 130, 0)*/
/*#430071*/
/*rbg(67,0,112)*/
/*#CC360B*/
/*rbg(204,54,11)*/
/*#00829d*/
/*rgba(0, 130, 157, 1)*/
/* Colours for research area actions added in Jan 2016*/
/* VoP Colours */
/* Blob and force colours (wash buttons as force blobs are actual images) */
/* Outline used to outline blobs and legend elements */
/* Overall vop control colour (buttons, date-slider, etc */
/* VoP ajax loader */
/*
.loadFont(@family; @local; @weight; @eot:'@{local}.eot?'; @woff:'@{local}.woff';@woff2:'@{local}.woff2';  @truetype:'@{local}.ttf'){
    font-family: @family;
    font-weight: @weight;
    src: url(@eot) format('eot'), url(@woff) format('woff'), url(@truetype) format('truetype');
}
*/
@font-face {
  font-family: DIN_BOLD;
  font-weight: 'normal';
  src: url('../fonts/din-bold.eot');
  src: url('../fonts/din-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/din-bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/din-bold.woff2') format('woff2'), /* Pretty Modern Browsers */ url('../fonts/din-bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/din-bold.svg') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: DIN_REG;
  font-weight: 'normal';
  src: url('../fonts/din-regular.eot');
  src: url('../fonts/din-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/din-regular.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/din-regular.woff2') format('woff2'), /* Pretty Modern Browsers */ url('../fonts/din-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/din-regular.svg') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: DIN_LIGHT;
  font-weight: 'normal';
  src: url('../fonts/din-light.eot');
  src: url('../fonts/din-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/din-light.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/din-light.woff2') format('woff2'), /* Pretty Modern Browsers */ url('../fonts/din-light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/din-light.svg') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.featurebox .orangeblock {
  background-color: #cb340b;
  color: white;
}
.featurebox .orangeblock a:hover {
  text-decoration: none;
}
.featurebox h2 {
  margin-top: 3px;
}
.featurebox ul.linklist {
  list-style: none;
  margin: 0;
  padding: 3px;
  margin-right: 30px;
}
.featurebox ul.linklist li {
  margin-bottom: 10px;
  padding: 7px 7px;
}
.featurebox ul.linklist li {
  font-family: DIN_REG, Arial, Helvetica, Verdana, sans-serif;
  padding-right: 6px;
  background-color: #ffffff;
}
.featurebox ul.linklist li:hover {
  background-color: #dadadc;
}
.featurebox ul.linklist > li > a {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-family: DIN_REG, Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.3em;
  line-height: 2em;
  display: block;
  width: 100%;
  height: 100%;
}
.featurebox ul.linklist > li > a:hover {
  color: #000000;
}
.featurebox ul.linklist > li > a:before {
  color: #cb340b;
  display: inline-block;
  content: " \f054";
  font-family: 'FontAwesome', sans-serif;
  font-size: 2em;
  margin: auto 0 0 15px;
  float: right;
  line-height: 1;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
nav#top ul.nav-pills {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  nav#top ul.nav-pills {
    height: 40px;
    overflow: hidden;
  }
  .navbar-header > .navbar-brand {
    display: none;
  }
}
nav#top ul.nav-pills > li {
  white-space: nowrap;
}
nav#top ul.nav-pills > li:focus {
  background-color: silver;
}
nav#top ul.nav-pills > li > a {
  border-radius: 0;
  border-left: 1px solid #dadadc;
  text-transform: uppercase;
  font-family: DIN, Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.15em;
}
nav#top ul.nav-pills > li > a:focus {
  background-color: #00756d;
  color: #ffffff;
}
@media (min-width: 992px) {
  nav#top ul.nav-pills > li > a {
    font-size: 1.3em;
  }
}
@media (max-width: 991px) and (min-width: 730px) {
  #navPrimary {
    overflow: hidden;
  }
  nav#top ul.nav-pills > li {
    float: none;
    display: block;
    width: 100%;
  }
}
li.homelink a {
  padding-top: 8px;
}
/*
 * Variant White
 */
nav#top {
  z-index: 622;
}
nav#top ul.nav-pills {
  background-color: white;
  border-top: 1px solid silver;
  border-bottom: 2px solid #00756d;
  border-right: 1px solid silver;
}
nav#top ul.nav-pills > li > a {
  color: #3a3a3a;
  border-left: 1px solid silver;
}
nav#top li > a.active {
  background-color: white;
  color: #00756d;
}
div#page .row {
  margin: 0;
  padding: 0;
}
nav#top .sub-nav {
  position: absolute;
  top: 38px;
  width: 100%;
  /* Next two rules added by TW (30/01/2013) - these centre the mega-dropdown in the viewport */
  margin: 0 auto;
  max-width: 2000px;
  /* was 100% - TW (30/01/2013) */
  z-index: 300;
  border: 0;
  box-shadow: 0px 5px 10px #999999;
  padding: 10px 15px 20px 0;
  -webkit-transition: opacity 80ms linear;
  -moz-transition: opacity 80ms linear;
  -o-transition: opacity 80ms linear;
  transition: opacity 80ms linear;
}
#top > ul.nav-pills > li.pre-hover > a {
  background-color: #f4f4f6;
  color: #ffffff;
}
nav#top .slidebehind {
  background-color: #00756d;
  z-index: 299;
  width: 100%;
  -webkit-transition: height 250ms ease-in-out;
  -moz-transition: height 250ms ease-in-out;
  -o-transition: height 250ms ease-in-out;
  transition: height 250ms ease-in-out;
  position: absolute;
  height: 0;
}
nav#top ul li.megahover > a {
  background-color: #00756d;
  color: #ffffff;
}
nav#top > ul {
  border-bottom: 1px solid #ffffff;
}
nav#top > ul > li {
  white-space: nowrap;
  margin: 0;
}
nav#top .sub-nav div section {
  margin-bottom: 5px;
}
nav#top .sub-nav div section a {
  color: #ffffff;
  display: block;
  width: 100%;
  font-size: 1.32em;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  padding: 2px 2px 2px 12px;
  border-radius: 5px;
  line-height: 1.32em;
}
nav#top .sub-nav div section a:hover {
  background-color: #002222;
}
nav#top .sub-nav div section a:active {
  background-color: #002222;
  color: silver;
}
nav#top .sub-nav div section ul {
  margin: 10px 0 10px 0;
  padding: 0;
}
nav#top .sub-nav div section h2 {
  margin-top: 5px;
  margin-bottom: 5px;
}
nav#top .sub-nav div section h2 a {
  /*font-size: 18px;*/
  font-size: 0.83em;
  text-transform: uppercase;
  font-family: DIN_REG, Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  margin: 3px 3px 5px 0;
  background-color: #005555;
  /* Added by TW (31/01/2013) */
  padding: .17em .3em 0 12px;
  border-radius: 0px;
}
nav#top .sub-nav div section h2 span {
  color: #ffffff;
  text-align: right;
}
nav#top .sub-nav div section li {
  font-size: 0.8125em;
  margin-bottom: 5px;
  list-style: none;
}
header #scrollerbar {
  padding: 10px 10px 10px 10px;
}
header.sticky {
  margin-left: 0;
  padding-left: 15px;
}
header.sticky #scrollerbar {
  position: fixed;
  z-index: 998;
  height: 60px;
  width: 100%;
  padding: 0 15px;
  background-color: #ffffff;
  left: 0;
  top: 0;
}
.pin-top {
  position: fixed;
  z-index: 997;
  width: 100%;
  left: 0;
}
header.sticky #search {
  margin-top: 30px;
}
nav#top.pin-top {
  top: 60px;
  padding: 0 15px 0 15px;
  background-color: #ffffff;
}
#content.sticky #sharebaroverlay {
  position: fixed;
  bottom: 0;
  width: 66.6666667%;
  margin-top: auto;
  z-index: 500;
  border-top: 0;
}
#sharebarplaceholder {
  display: none;
}
#content.sticky #sharebarplaceholder {
  display: block;
  height: 43px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
img.twocol990 {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  img.twocol990 {
    display: inline !important;
  }
}
img.threecol990 {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  img.threecol990 {
    display: inline !important;
  }
}
img.twocol1140 {
  display: none !important;
}
@media (min-width: 1200px) {
  img.twocol1140 {
    display: inline !important;
  }
}
img.threecol1140 {
  display: none !important;
}
@media (min-width: 1200px) {
  img.threecol1140 {
    display: inline !important;
  }
}
x-object-fit {
  position: relative !important;
  display: inline-block !important;
}
x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important;
}
.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important;
}
.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important;
}
.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important;
}
.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important;
}
.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important;
}
.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}
.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}
.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important;
}
.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important;
}
.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important;
}
.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important;
}
.equal-columns-holder .inforce-padding {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.equal-columns-holder {
  overflow: hidden;
}
.equal-columns {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.right-border-dash {
  border-right: 1px dashed #CCC;
}
.call2attention-image {
  position: relative;
  width: 30%;
  margin-right: -15px;
  background-position: calc(50%) calc(0%);
}
.call2attention-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.call2attention-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.fp-button {
  border: 1px solid ##000;
  color: #fff;
  font-weight: bold;
  margin: 5px;
}
.fp-button.orange {
  background-color: #cb340b;
}
.fp-button.teal {
  background-color: #00849e;
}
.fp-button.purple {
  background-color: #66003d;
}
.fp-button.green {
  background-color: #3a8200;
}
.fp-button.blue {
  background-color: #006ebd;
}
div#page #connect {
  padding-left: 15px;
}
div#page footer.row {
  padding-left: 15px;
}
.commstab .row {
  border-right: 1px dashed #CCC;
}
.box {
  background-position: calc(50%) calc(50%);
  background-size: cover;
  color: #FFF;
  overflow: hidden;
  height: 370px;
}
.box.box-narrow {
  height: 280px;
  min-height: 280px;
}
.box.box-narrow .box-dimmer {
  height: 280px;
  min-height: 280px;
}
.box .content {
  position: absolute;
  left: 50px;
  bottom: 50px;
  right: 50px;
  z-index: 2;
  overflow: hidden;
}
.box .content h2 {
  font-size: 22px;
  color: #fff;
}
.box .content .content-type {
  font-size: 16px;
}
.box .dark h2 {
  color: #fff !important;
}
.box .dark p {
  color: #fff;
}
.box .box-inner .content {
  position: relative;
  left: 15px;
  right: 15px;
  bottom: 0px;
  top: 10px;
  z-index: 2;
  /* Insert the pseudo element - replicating what FontAwesome does */
}
.box .box-inner .content p {
  font-size: 1em;
}
.box .box-inner .content h2 {
  color: #000;
  font-size: 1.8em;
}
.box .box-inner .content .tweet-list blockquote {
  border-left: none;
  font-size: 12px;
  padding: 0;
  margin: 25px 0;
}
.box .box-inner .content .tweet-list blockquote:first-child {
  margin-top: 0;
}
.box .box-inner .content .tweet-list blockquote:last-child {
  margin-top: 0;
}
.box .box-inner .content .tweet-list blockquote a {
  text-decoration: underline;
}
.box .box-inner .content .tweet-list blockquote p {
  font-size: 12px;
}
.box .box-inner .content .tweet-list h2 {
  margin-top: 3px;
  margin-left: -2px;
  margin-right: 0px;
  margin-bottom: -20px;
  font-size: 2em;
  font-family: DIN_REG, Arial, Helvetica, Verdana, sans-serif;
  color: #66003d;
}
.box .box-inner .content blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  float: left;
  margin-right: 10px;
  color: #00756d;
}
.box-small .box {
  color: #000;
}
.box-mega {
  padding: 10px;
  background-position: calc(50%) calc(50%);
  background-size: cover;
  background-color: #FFF;
  color: #FFF;
  overflow: hidden;
  height: 100vh;
}
.box-mega h2 {
  font-size: 45px;
  color: #fff;
}
.box-mega .box-dimmer {
  height: 100vh;
  min-height: 100vh;
  opacity: 0.25;
  filter: alpha(opacity=25);
  /* For IE8 and earlier */
}
.box-dimmer {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 0;
  z-index: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  background-color: #000;
  height: 350px;
  min-height: 370px;
}
.box-link:focus {
  -webkit-box-shadow: 0px 0px 3px 3px #0000ff;
  -moz-box-shadow: 0px 0px 3px 3px #0000ff;
  box-shadow: 0px 0px 3px 3px #0000ff;
}
.box-share {
  z-index: 4;
  position: absolute;
  bottom: 20px;
  left: 50px;
}
.box .content-type {
  font-size: 10px;
}
.box-border {
  border-bottom: 1px dashed #CCC;
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-small,
.box-med {
  color: #000;
}
.image-small {
  height: 100px;
  color: #000;
  background-position: calc(50%) calc(50%);
  background-size: cover;
}
.box-gallery {
  color: #FFF;
  background-color: #005555;
  overflow: hidden;
  height: 500px;
}
.box-gallery .content {
  Text-align: center;
  position: absolute;
  left: 15px;
  bottom: 30%;
  top: 30%;
  right: 50%;
  padding: 15px 0 15px 0;
  z-index: 2;
  overflow: hidden;
}
.box-gallery .content h2 {
  font-size: 36px;
  color: #fff;
}
.box-gallery .content .content-type {
  font-size: 16px;
}
.box-gallery .gallery-images {
  position: absolute;
  right: 15px;
  bottom: 15px;
  top: 15px;
  left: 50%;
  z-index: 2;
  overflow: hidden;
}
.box-gallery .gallery-images .gal-0 {
  position: absolute;
  left: 0px;
  bottom: 50%;
  top: 0px;
  right: 50%;
  z-index: 2;
  overflow: hidden;
  background-position: calc(50%) calc(50%);
  background-size: cover;
}
.box-gallery .gallery-images .gal-50 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 50%;
  right: 50%;
  z-index: 2;
  overflow: hidden;
  background-position: calc(50%) calc(50%);
  background-size: cover;
}
.box-gallery .gallery-images .gal-100 {
  position: absolute;
  left: 50%;
  bottom: 0px;
  top: 0px;
  right: 0%;
  z-index: 2;
  overflow: hidden;
  background-position: calc(50%) calc(50%);
  background-size: cover;
}
@media only screen and (min-width: 991px) and (max-width: 1350px) {
  .box .content,
  .box-mega .content {
    position: absolute;
    left: 25px;
    bottom: 15px;
    right: 25px;
    z-index: 2;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  [role=main] .commstab .row {
    border-right: 1px dashed #CCC;
  }
  .box-border {
    border-left: 1px dashed #CCC;
  }
  .box-link {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    z-index: 3;
  }
  .box-inner {
    height: 380px;
    color: #000;
    background-position: calc(50%) calc(50%);
    background-size: cover;
  }
  .box-mega .content {
    position: absolute;
    left: 50px;
    bottom: 10vh;
    right: 40vw;
    z-index: 2;
  }
  .col-md-3.box-med .box .box-inner .content h2,
  .col-md-4.box-med .box .box-inner .content h2 {
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .col-md-3.box-med .box .box-inner .content p,
  .col-md-4.box-med .box .box-inner .content p {
    font-size: .9em;
  }
  .col-md-6.box-med .box .box-inner .content h2 {
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .box-med .box {
    height: 500px;
  }
  .box-med .box .box-inner .image-small {
    height: 200px;
    color: #000;
    background-position: calc(50%) calc(50%);
    background-size: cover;
  }
  .col-md-3.box-small .box .box-inner {
    height: 230px;
  }
  .col-md-3.box-small .box .box-inner .content h2 {
    font-size: 1.8em;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .col-md-3.box-small .box .box-inner .content p {
    font-size: 1em;
  }
  .box-small .box {
    height: 250px;
  }
  .box-small .box .box-inner {
    height: 265px;
  }
  .box-small .box .box-inner .content {
    top: 0;
  }
  .box-small .box .box-inner .content h2 {
    font-size: 1.8em;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .box-small .box .box-inner .content p {
    font-size: 1em;
  }
  .box-small .box .box-inner .image-small {
    height: 190px;
    color: #000;
    background-position: calc(50%) calc(50%);
    background-size: cover;
  }
  .box .box-inner .content {
    left: 0px;
    right: 0px;
  }
  .box .box-inner h2 {
    font-size: 36px;
  }
  .box .box-inner.dark .content {
    left: 15px;
    right: 15px;
  }
  .box .content h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .box-link {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    bottom: 15px;
    z-index: 3;
  }
  .box-inner {
    height: 100px;
    color: #000;
    background-position: calc(50%) calc(50%);
    background-size: cover;
  }
  .box-inner .box-share {
    position: relative;
    top: 10px;
    left: 0;
  }
  .box-inner.dark .content {
    margin-right: 0px;
  }
  .box-inner .content {
    top: 0;
    margin-right: 25px;
  }
  .box-inner .content h2 {
    font-size: 1.8em;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .box-inner .content p {
    font-size: .9em;
  }
  .box-mega .content {
    position: absolute;
    left: 50px;
    bottom: 10vh;
    right: 50px;
    z-index: 2;
  }
  #page {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .box-dimmer {
    left: 0 !important;
    right: 0 !important;
  }
  .box-gallery .content {
    right: 30%;
  }
  .box-gallery .gallery-images {
    right: 0px !important;
    left: 75%;
  }
  .box-gallery .gallery-images .gal-0 {
    right: 0;
  }
  .box-gallery .gallery-images .gal-50 {
    right: 0;
  }
  .box-gallery .gallery-images .gal-100 {
    display: none;
  }
  .box-small .box {
    height: 200px;
  }
  .box-small .box .box-inner {
    height: 180px;
  }
  .box-small .box .box-inner .box-link {
    height: 200px;
  }
  .box-small .box .box-inner .content {
    top: 0;
    margin-right: 25px;
  }
  .box-small .box .box-inner .content h2 {
    font-size: 1.8em;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .box-small .box .box-inner .content p {
    font-size: .9em;
  }
  .box-small .box .box-inner .image-small {
    display: none;
  }
}
.bottom-container {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  margin-right: 15px;
  z-index: 2;
  padding-top: 10px;
  background-color: #ffffff;
  width: 90%;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 15px;
  padding-right: 15px;
}
