/**********************/
/*** Flexbox Mixins ***/
/**********************/
/****************************/
/*** Site Specific Mixins ***/
/****************************/
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation: Base */
/* Navigation: Top Level */
/* Navigation: Sub-Nav */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* For: 1024px */
/* For: 768px */
/* For: 480px */
/* For: 320px */
/* For: 480px */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/********************/
/*** CMS: Columns ***/
/********************/
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/* Advanced Search Form / Search Results */
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/******************/
/*** Shadow Box ***/
/******************/
/* Form Label Options */
/* Form Input Size Options */
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/********************/
/*** Large Button ***/
/********************/
/**********************/
/*** Call To Action ***/
/**********************/
/*********************/
/*** Course Module ***/
/*********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/******************************/
/*** Contentpanel Variables ***/
/******************************/
/* Content Panel Layout */
/* Content Panel Nav */
/* Content Panel: Vertical Nav */
/* Content Panel: Horizontal Nav */
/***********************************/
/*** Shared Contentpanel Styling ***/
/***********************************/
/*************************/
/*** Panel Backgrounds ***/
/*************************/
/****************************************************/
/*** Class Suffixes for Individual Panel Styling ****/
/****************************************************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/**********************/
/*** Shop Variables ***/
/**********************/
/*******************/
/*** Shop Mixins ***/
/*******************/
/****************************/
/*** Shared Shop Elements ***/
/****************************/
/*************************************/
/*** Category/Product List Styling ***/
/*************************************/
/* Category Listing */
/* Product Listing */
/***********************/
/*** Product Details ***/
/***********************/
/************************************/
/*** Shopping Cart: Checkout Page ***/
/************************************/
/* Shop Registration Form */
.right {
  float: right;
}
@media handheld,only screen and (max-width: 767px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 767px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #e6e6e6;
  box-shadow: 1px 1px 2px 2px #e6e6e6;
}
.text-shadow {
  text-shadow: 1px 1px 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.block-alt {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.block-alt > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .block-alt {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 0;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  background: none !important;
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0;
  line-height: 16px;
}
ul.breadcrumbs li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #050708;
  font-size: 0;
  line-height: 16px;
  padding: 6px 16px 0 10px;
  background-position: left center;
  margin: 0;
  background-size: 4px 7px;
}
ul.breadcrumbs li a {
  color: #050708;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  font-weight: 300;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
}
ul.breadcrumbs li a:hover {
  color: #2b72b9;
}
@media handheld,only screen and (max-width: 767px) {
  ul.breadcrumbs {
    display: none;
  }
}
.pagination {
  text-align: center;
  margin-top: 2.5em;
}
.pagination ul.pagination {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background: none;
  font-size: 0.9em;
  border-radius: 0;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #3a9afa;
  background-color: transparent;
  border-radius: 0;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #3a9afa;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #3a9afa;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: ;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: ;
  background-color: transparent;
}
.small-text {
  font-size: 60%;
}
.large-text {
  font-size: 150%;
}
.orange-text {
  color: #f89521;
}
.blue-text {
  color: #2b72b9;
}
.white-text {
  color: white;
}
.black-text {
  color: #050708;
}
.light-grey-text {
  color: #dbdbdb;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.body-font {
  font-family: 'Source Sans Pro', Verdana, sans-serif;
}
.display-block {
  display: block;
}
@media handheld,only screen and (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
}
.no-margin {
  margin: 0;
}
.all-caps {
  text-transform: uppercase;
}
.underline {
  position: relative;
  white-space: nowrap;
  font-weight: 700;
}
.underline:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -3px;
  bottom: 1px;
  height: 10px;
  background-color: rgba(255,255,255,0.3);
}
@media handheld,only screen and (max-width: 767px) {
  .underline:after {
    height: 8px;
    bottom: 0;
  }
}
p {
  margin: 0em 0em 1em 0em;
  font-weight: 300;
  line-height: 1.3em;
}
a {
  color: #3a9afa;
  text-decoration: none;
}
a:hover {
  color: #0881f9;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 767px) {
  a:hover {
    color: #3a9afa;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: ;
  font-weight: normal;
  font-family: 'Raleway', Verdana, sans-serif;
  line-height: 1.1em;
  margin: 2.5em 0em 0.5em 0em;
  font-weight: 700;
}
h1,
h2 {
  color: #2b72b9;
  font-size: 46px;
  line-height: 49px;
  margin-bottom: 0.75em;
}
@media handheld,only screen and (max-width: 1160px) {
  h1,
  h2 {
    font-size: 38px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 26px;
    line-height: 31px;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}
h3 {
  color: #2b72b9;
  font-size: 32px;
  line-height: 37px;
  font-weight: 300;
}
@media handheld,only screen and (max-width: 1160px) {
  h3 {
    font-size: 24px;
    line-height: 31px;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  h3 {
    font-size: 19px;
    line-height: 24px;
  }
}
h4 {
  color: #2b72b9;
  font-size: 27px;
}
@media handheld,only screen and (max-width: 1160px) {
  h4 {
    font-size: 22px;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  h4 {
    font-size: 20px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  h4 {
    font-size: 19px;
  }
}
h5 {
  color: #2b72b9;
  font-size: 22px;
}
@media handheld,only screen and (max-width: 1160px) {
  h5 {
    font-size: 19px;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  h5 {
    font-size: 18px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  h5 {
    font-size: 17px;
  }
}
h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
}
ol,
ul {
  margin: 1em 0 1em 0;
  list-style-type: none;
}
ol li,
ul li {
  margin-bottom: 0.25em;
  font-weight: 300;
  padding-left: 1.5em;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue-simple.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue-simple.svg'), none;
  background-repeat: no-repeat;
  background-position: top 8px left 11px;
  background-size: 5px 9px;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0;
}
ol.special-list,
ul.special-list {
  margin: 40px 0 0 0;
  list-style-type: none;
}
@media handheld,only screen and (max-width: 767px) {
  ol.special-list,
  ul.special-list {
    margin: 25px 0 0 0;
  }
}
ol.special-list li,
ul.special-list li {
  padding: 3px 0 3px 35px;
  margin-bottom: 18px;
  background-image: url('../../include/resources/gbrimc/images/i-tick-orange.png');
  background-image: url('../../include/resources/gbrimc/images/i-tick-orange.svg'), none;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 15px 15px;
  font-size: 22px;
  line-height: 25px;
  font-family: 'Raleway', Verdana, sans-serif;
}
@media handheld,only screen and (max-width: 1160px) {
  ol.special-list li,
  ul.special-list li {
    font-size: 19px;
    margin-bottom: 8px;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  ol.special-list li,
  ul.special-list li {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  ol.special-list li,
  ul.special-list li {
    font-size: 14px;
    background-size: 10px 10px;
    margin-bottom: 6px;
    padding-left: 22px;
  }
}
table {
  border: 1px solid #2b72b9;
  border-collapse: collapse;
  border-radius: 0;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 767px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #2b72b9;
}
@media handheld,only screen and (max-width: 767px) {
  table tr {
    display: block;
    background-color: transparent;
    border-bottom: 1px solid #2b72b9;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #050708;
  background-color: transparent;
  vertical-align: top;
  padding: 0.75em 1em;
}
@media handheld,only screen and (max-width: 767px) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    width: auto !important;
    height: auto !important;
    padding: 0.1em 0em;
  }
}
table tr td > *:first-child,
table tr th > *:first-child {
  margin-top: 0em;
}
table tr td .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 767px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 767px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 767px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 767px) {
  table thead tr {
    background-color: #2b72b9;
  }
}
table thead tr td,
table thead tr th {
  color: #ffffff;
  background-color: #2b72b9;
  font-weight: bold;
  font-family: 'Raleway', Verdana, sans-serif;
  text-align: left;
}
table tfoot {
  border-top: 1px solid #2b72b9;
}
@media handheld,only screen and (max-width: 767px) {
  table tfoot tr {
    background-color: transparent;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #050708;
  background-color: transparent;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 767px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #050708;
  background-color: transparent;
  border: none;
  padding: 0.5em 2em 0.5em 0em;
}
@media handheld,only screen and (max-width: 767px) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0em;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #050708;
  background-color: transparent;
}
table.table-modules {
  border-radius: 0;
  border: none;
  border-top: 1px solid #050708;
  margin: 60px 0;
}
@media handheld,only screen and (max-width: 767px) {
  table.table-modules {
    margin: 30px 0;
  }
}
table.table-modules tr {
  border: none;
  border-bottom: 1px solid #050708;
}
table.table-modules tr td,
table.table-modules tr th {
  padding: 14px 12px;
  vertical-align: middle;
}
table.table-modules tr td p,
table.table-modules tr th p {
  margin: 0;
}
table.table-modules tr td.module-code,
table.table-modules tr th.module-code {
  width: 190px;
}
table.table-modules tr td.module-code p,
table.table-modules tr th.module-code p {
  text-transform: uppercase;
  font-weight: 700;
}
table.table-modules tr td.module-component,
table.table-modules tr th.module-component {
  text-align: right;
}
@media handheld,only screen and (max-width: 767px) {
  table.table-modules tr td.module-component,
  table.table-modules tr th.module-component {
    text-align: left;
  }
}
@media handheld,only screen and (max-width: 767px) {
  table.table-modules tr td,
  table.table-modules tr th {
    padding: 0;
  }
}
hr {
  color: #cccccc;
  background: #cccccc;
  height: 2px;
  width: 50px;
  margin: 1.75em 0;
}
hr.white-hr {
  color: white;
  background: white;
}
hr.grey-hr {
  color: #f5f7f8;
  background: #f5f7f8;
}
hr.full-hr {
  width: 100%;
  margin: 3em 0;
}
blockquote {
  color: #2b72b9;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0.65em 0;
}
blockquote > * {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55em;
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
@media handheld,only screen and (max-width: 767px) {
  blockquote {
    font-size: 19px;
  }
  blockquote > * {
    font-size: 19px;
    line-height: 1.23em;
  }
}
.button,
.submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background: #2e3691;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1);
  color: #fff;
  background-color: #2b72b9;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Raleway', Verdana, sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 8px 0 8px;
  margin: 0.4em 0em;
  padding: 13px 47px 13px 16px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.button:after,
.submit:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  width: 14px;
  min-height: 10px;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.svg'), none;
  background-size: 14px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
.button:hover,
.submit:hover {
  color: #fff;
  text-decoration: none;
  background-color: #215990;
}
.button.grey-button,
.submit.grey-button {
  background-image: none;
  background-color: #f5f7f8;
  color: #2b72b9;
}
.button.grey-button:after,
.submit.grey-button:after {
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.svg'), none;
}
.button-small {
  padding:  / 2 ;
}
.button-alt {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background: #2e3691;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1);
  color: #fff;
  background-color: #2b72b9;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Raleway', Verdana, sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 8px 0 8px;
  margin: 0.4em 0em;
  padding: 13px 47px 13px 16px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.button-alt:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  width: 14px;
  min-height: 10px;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.svg'), none;
  background-size: 14px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
.button-alt:hover {
  color: #fff;
  text-decoration: none;
  background-color: #215990;
}
.button-alt.grey-button {
  background-image: none;
  background-color: #f5f7f8;
  color: #2b72b9;
}
.button-alt.grey-button:after {
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.svg'), none;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 767px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 767px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.columns-one-half.no-margin-block,
.columns-one-third.no-margin-block,
.columns-one-quarter.no-margin-block,
.columns-two-thirds.no-margin-block,
.columns-three-quarters.no-margin-block {
  margin-bottom: 28px;
}
.columns-one-half.no-margin-block > *:first-child,
.columns-one-third.no-margin-block > *:first-child,
.columns-one-quarter.no-margin-block > *:first-child,
.columns-two-thirds.no-margin-block > *:first-child,
.columns-three-quarters.no-margin-block > *:first-child {
  margin-top: 0;
}
.columns-one-half.no-margin-block > *:last-child,
.columns-one-third.no-margin-block > *:last-child,
.columns-one-quarter.no-margin-block > *:last-child,
.columns-two-thirds.no-margin-block > *:last-child,
.columns-three-quarters.no-margin-block > *:last-child {
  margin-bottom: 0;
}
@media handheld,only screen and (max-width: 767px) {
  .columns-one-half.no-margin-block,
  .columns-one-third.no-margin-block,
  .columns-one-quarter.no-margin-block,
  .columns-two-thirds.no-margin-block,
  .columns-three-quarters.no-margin-block {
    margin-bottom: 2px;
  }
}
.columns-one-half {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 44%;
}
@media handheld,only screen and (max-width: 767px) {
  .columns-one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-third {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 27.333333333333%;
}
@media handheld,only screen and (max-width: 767px) {
  .columns-one-third {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-quarter {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 19%;
}
@media handheld,only screen and (max-width: 767px) {
  .columns-one-quarter {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-two-thirds {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 60.666666666667%;
}
@media handheld,only screen and (max-width: 767px) {
  .columns-two-thirds {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-three-quarters {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 69%;
}
@media handheld,only screen and (max-width: 767px) {
  .columns-three-quarters {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.no-split {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 767px) {
  .no-split {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.advanced-search-wrapper {
  width: 100%;
}
.advanced-search-wrapper .advanced-search-constrain {
  font-size: 19px;
  width: 1230px;
  margin: 0 auto;
  padding: 85px 15px;
}
@media screen and (max-width: 1276px) {
  .advanced-search-wrapper .advanced-search-constrain {
    width: 96.4%;
  }
}
.advanced-search-wrapper .advanced-search-constrain .advanced-search-block {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.advanced-search-wrapper .advanced-search-constrain .advanced-search-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .advanced-search-wrapper .advanced-search-constrain .advanced-search-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.advanced-search-wrapper .advanced-search {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 94%;
}
@media handheld,only screen and (max-width: 767px) {
  .advanced-search-wrapper .advanced-search {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.advanced-search-wrapper .advanced-search h1 {
  margin-top: 0;
}
.advanced-search-wrapper .search-results {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 94%;
}
@media handheld,only screen and (max-width: 767px) {
  .advanced-search-wrapper .search-results {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.advanced-search-wrapper .search-results .search-results-heading,
.advanced-search-wrapper .search-results .search-results-text {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 94%;
}
@media handheld,only screen and (max-width: 767px) {
  .advanced-search-wrapper .search-results .search-results-heading,
  .advanced-search-wrapper .search-results .search-results-text {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.advanced-search-wrapper .search-results .search-results-heading h2,
.advanced-search-wrapper .search-results .search-results-text h2 {
  margin-top: 130px;
  margin-bottom: 0;
}
.advanced-search-wrapper .search-results .search-results-heading p,
.advanced-search-wrapper .search-results .search-results-text p {
  margin-top: 14px;
}
.advanced-search-wrapper .search-results .search-results-block {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.advanced-search-wrapper .search-results .search-results-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .advanced-search-wrapper .search-results .search-results-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.advanced-search-wrapper .search-results .search-results-block .search-result {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 27.333333333333%;
  border-top: 3px solid #f5f7f8;
  margin-top: 42px;
}
@media handheld,only screen and (max-width: 767px) {
  .advanced-search-wrapper .search-results .search-results-block .search-result {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.advanced-search-wrapper .search-results .search-results-block .search-result p.small-text {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
}
.advanced-search-wrapper .search-results .search-results-block .search-result h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 27px;
}
.select2-results ul li {
  margin: 0;
  padding-left: 8px;
  background: none;
}
.media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  max-width: 100%;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
@media handheld,only screen and (max-width: 767px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #d9d9d9;
  border-radius: 0;
  vertical-align: middle;
  padding: 0px;
}
@media handheld,only screen and (max-width: 767px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #050708;
  font-size: 0.85em;
  line-height: 1.4em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 767px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 767px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 767px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-thumbnail.icon {
  width: 50px;
  margin: 20px 0 30px 0;
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
  width: 101%;
  margin-left: -2%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.media-gallery > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .media-gallery {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .media-gallery {
    font-size: 0;
    display: block;
    margin-left: -2%;
    width: 102%;
    padding: 0;
  }
  .media-gallery > * {
    font-size: 19px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 767px),only screen and (max-width: 1023px) and handheld,only screen and (max-width: 1023px) and only screen and (max-width: 767px) {
  .media-gallery {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .media-gallery {
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 23%;
  border-radius: 0;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 767px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #d9d9d9;
  border-radius: 0;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
.media-gallery.logos-gallery {
  margin-top: 60px;
}
.media-gallery.logos-gallery .media-thumbnail {
  text-align: center;
  margin: 38px 0;
  vertical-align: middle;
  margin-left: 2%;
}
.media-gallery.logos-gallery .media-thumbnail img {
  width: auto;
  margin: 0 auto;
}
#sb-container #sb-wrapper-inner .prev-image-arrow,
#sb-container #sb-wrapper-inner .next-image-arrow {
  background-size: 20px 30px;
}
#sb-container #sb-wrapper-inner .prev-image-arrow {
  background-image: url('../../include/resources/gbrimc/images/shadowbox/i-shadowbox-prev.png');
  background-image: url('../../include/resources/gbrimc/images/shadowbox/i-shadowbox-prev.svg'), none;
  background-position: left 10px top 50%;
}
#sb-container #sb-wrapper-inner .next-image-arrow {
  background-image: url('../../include/resources/gbrimc/images/shadowbox/i-shadowbox-next.png');
  background-image: url('../../include/resources/gbrimc/images/shadowbox/i-shadowbox-next.svg'), none;
  background-position: right 10px top 50%;
}
.page-region form {
  /*Removes default chrome and safari style*/
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form textarea,
.page-region form input[type="text"],
.page-region form input[type="email"],
.page-region form input[type="button"],
.page-region form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: #050708;
  background: transparent;
  font-size: 1em;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  border: 0px solid #2b72b9;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 6em;
  border-bottom: none;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #050708;
  background: transparent;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  border-bottom: 0px solid #2b72b9;
  padding: 0.35em 0em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.page-region form .form-row label {
  float: left;
  color: #050708;
  background-color: transparent;
  width: 5em;
  margin: 0.4em 0em;
  font-weight: 900;
  font-family: 'Raleway', Verdana, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
    margin: 0;
    line-height: 14px;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 6em;
  position: relative;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .calendar {
  z-index: 1;
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  position: absolute;
  top: -1em;
  right: 0em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  color: #050708;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  width: 100%;
  max-width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 100%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 100%;
    overflow: hidden;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 20%;
  min-width: 12em;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 100%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 100%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background: #2e3691;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1);
  color: #fff;
  background-color: #2b72b9;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Raleway', Verdana, sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 8px 0 8px;
  margin: 0.4em 0em;
  padding: 13px 47px 13px 16px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.page-region form .form-row .submit:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  width: 14px;
  min-height: 10px;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.svg'), none;
  background-size: 14px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-region form .form-row .submit:hover {
  color: #fff;
  text-decoration: none;
  background-color: #215990;
}
.page-region form .form-row .submit.grey-button {
  background-image: none;
  background-color: #f5f7f8;
  color: #2b72b9;
}
.page-region form .form-row .submit.grey-button:after {
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.svg'), none;
}
.page-region form .form-row .submit:hover {
  color: #fff;
  background-color: #215990;
}
.page-region form.medium-label {
  width: auto;
}
.page-region form.medium-label .buttons {
  margin-top: 0em;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 16em;
  margin-right: 1em;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form.large-label label {
    width: 100%;
    margin: 0em;
  }
}
.page-region form.large-label .field {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form.large-label .field {
    margin-left: 0em;
  }
}
.page-region form.large-label .buttons {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
#user_pass_login_form {
  width: 40%;
}
@media handheld,only screen and (max-width: 767px) {
  #user_pass_login_form {
    max-width: 100%;
  }
}
#user_pass_login_form input {
  width: 100%;
}
#enquiry_form {
  max-width: 100%;
}
@media handheld,only screen and (max-width: 767px) {
  #enquiry_form {
    max-width: 100%;
  }
}
.large-button {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  font-size: 24px;
  border-right: 1px solid #e8e8e8;
  text-align: center;
  position: relative;
  padding: 13px 0 10px 0;
  margin: 0 0 00px 0;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    font-size: 0;
    padding: 4px 0;
    margin: 0;
  }
}
.large-button.internal {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button.internal {
    margin: 0;
  }
}
.large-button:first-of-type {
  margin-left: 6%;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button:first-of-type {
    margin-left: 0;
    margin-top: 12px;
  }
}
.large-button:nth-of-type(4n) {
  border-right: 0;
  border-bottom: 0;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button:last-of-type {
    margin-bottom: 20px;
  }
}
.large-button:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  content: '';
  position: absolute;
  right: 36px;
  bottom: 2px;
  width: 14px;
  height: 10px;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.svg'), none;
  background-size: 14px 10px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  opacity: 0;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button:before {
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.png');
    background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.svg'), none;
    background-position: right center;
    opacity: 1;
  }
}
.large-button:after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  content: '';
  background: #2e3691;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1);
  position: absolute;
  left: -1px;
  right: -1px;
  top: -20px;
  bottom: -20px;
  opacity: 0;
  z-index: 1;
  border-radius: 0 18px 0 18px;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button:after {
    display: none;
  }
}
.large-button .image-wrapper {
  display: block;
  position: relative;
  height: 68px;
  z-index: 3;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button .image-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 17%;
    max-width: 55px;
    text-align: left;
    height: auto;
    height: 56px;
  }
}
.large-button .image-wrapper img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.large-button .image-wrapper img.white-icon {
  opacity: 0;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button .image-wrapper img.white-icon {
    display: none;
  }
}
.large-button .image-wrapper img.black-icon {
  opacity: 1;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button .image-wrapper img {
    position: relative;
    margin: 0;
  }
  .large-button .image-wrapper img.calendar {
    max-width: 43px;
    margin-top: 7px;
  }
  .large-button .image-wrapper img.certificate {
    max-width: 36px;
    margin-left: 1px;
    margin-top: 5px;
  }
  .large-button .image-wrapper img.ship {
    max-width: 47px;
    margin-left: -3px;
    margin-top: 3px;
  }
  .large-button .image-wrapper img.book {
    max-width: 37px;
    margin-top: 6px;
  }
}
.large-button h4 {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  color: #050708;
  font-size: 22px;
  line-height: 27px;
  z-index: 3;
  margin-top: 20px;
  font-weight: 300;
}
@media handheld,only screen and (max-width: 1160px) {
  .large-button h4 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .large-button h4 {
    display: inline-block;
    vertical-align: middle;
    width: 79%;
    margin: 0;
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
  }
}
.large-button h4 span {
  position: relative;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button h4 span {
    display: inline;
    padding-right: 4px;
  }
}
.large-button h4 span:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  height: 10px;
  background-color: rgba(255,255,255,0.3);
  z-index: -1;
}
.large-button h4 span.break {
  display: block;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button h4 span.break {
    display: none;
  }
}
.large-button h4 span.break:after {
  display: none;
}
.large-button.current:after {
  background: #f5f7f8;
  opacity: 1;
}
.large-button.current:hover:after {
  background: #2e3691 !important;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%) !important;
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%) !important;
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1) !important;
}
.large-button:hover {
  text-decoration: none;
}
.large-button:hover:before {
  right: 21px;
  opacity: 1;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button:hover:before {
    right: 0;
  }
}
.large-button:hover:after {
  opacity: 1;
}
.large-button:hover .image-wrapper img.white-icon {
  opacity: 1;
}
.large-button:hover .image-wrapper img.black-icon {
  opacity: 0;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button:hover .image-wrapper img.black-icon {
    opacity: 1;
  }
}
.large-button:hover h4 {
  color: white;
  font-weight: 700;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button:hover h4 {
    color: #050708;
  }
}
.large-button.internal {
  padding: 0;
}
.large-button.internal .image-wrapper {
  height: 58px;
}
.large-button.internal .image-wrapper img.calendar {
  max-width: 35px;
  margin-top: 7px;
}
.large-button.internal .image-wrapper img.certificate {
  max-width: 30px;
  margin-top: 5px;
}
.large-button.internal .image-wrapper img.ship {
  max-width: 41px;
  margin-top: 3px;
}
.large-button.internal .image-wrapper img.book {
  max-width: 31px;
  margin-top: 6px;
}
@media handheld,only screen and (max-width: 767px) {
  .large-button.internal .image-wrapper {
    display: none;
  }
}
.large-button.internal h4 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 0;
}
.large-button.internal h4 span:first-of-type {
  margin-right: 4px;
}
.large-button.internal h4 .break {
  display: none;
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.cta-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .cta-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 27.333333333333%;
}
@media handheld,only screen and (max-width: 767px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .cta-block .cta {
    max-width: 300px;
    margin: 0.75em auto;
  }
}
.cta-block .cta .cta-inner {
  color: #050708;
  text-align: center;
  margin-bottom: 0.5em;
}
.cta-block .cta .cta-inner a {
  display: block;
  color: #ffffff;
  background-color: #3a9afa;
  text-decoration: none;
  border: 1px solid #3a9afa;
  border-radius: 0;
  padding: 0.25em;
  overflow: auto;
}
.cta-block .cta .cta-inner a .media-thumbnail {
  display: block;
  margin: 0em;
}
.cta-block .cta .cta-inner a .media-thumbnail img {
  border: none;
  border-radius: 0px;
  padding: 0em;
}
@media handheld,only screen and (max-width: 767px) {
  .cta-block .cta .cta-inner a .media-thumbnail img {
    margin-top: 0em;
  }
}
.cta-block .cta .cta-inner a .cta-title {
  display: block;
  padding: 0.75em;
}
.cta-block .cta .cta-inner a:hover {
  color: #ffffff;
  background-color: #0881f9;
  border-color: #0881f9;
}
.course-preview-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.course-preview-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .course-preview-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.course-preview-block .course-preview {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
  background-color: #f5f7f8;
  border-radius: 0 18px 0 18px;
  padding: 45px;
  position: relative;
  color: #050708;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media handheld,only screen and (max-width: 767px) {
  .course-preview-block .course-preview {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1160px) {
  .course-preview-block .course-preview {
    padding: 30px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .course-preview-block .course-preview {
    padding: 14px 36px 14px 14px;
    border-radius: 4px;
    height: auto;
  }
}
.course-preview-block .course-preview:after {
  content: '';
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.svg'), none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 10px;
  width: 14px;
  height: 10px;
  position: absolute;
  display: block;
  right: 25px;
  bottom: 25px;
}
@media handheld,only screen and (max-width: 767px) {
  .course-preview-block .course-preview:after {
    height: 100%;
    top: 0;
    bottom: 0;
    right: 18px;
  }
}
.course-preview-block .course-preview .course-preview-code {
  font-size: 13px;
  margin-bottom: 5px;
}
.course-preview-block .course-preview .course-preview-title {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  font-family: 'Raleway', Verdana, sans-serif;
  margin: 0 0 20px 0;
  color: #050708;
  min-height: 75px;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 767px) {
  .course-preview-block .course-preview .course-preview-title {
    font-size: 15px;
    line-height: 18px;
    overflow: visible;
    display: block;
    height: auto;
    margin: 0;
  }
}
.course-preview-block .course-preview .course-preview-text {
  display: block;
  margin: 0;
  line-height: 24px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  font-weight: 300 !important;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 72px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media handheld,only screen and (max-width: 767px) {
  .course-preview-block .course-preview .course-preview-text {
    display: none;
  }
}
.course-preview-block .course-preview .read-more-link {
  display: block;
  color: #3a9afa;
  white-space: nowrap;
  font-family: 'Raleway', Verdana, sans-serif;
  margin-top: 1px;
}
@media handheld,only screen and (max-width: 767px) {
  .course-preview-block .course-preview .read-more-link {
    display: none;
  }
}
.course-preview-block .course-preview:hover {
  text-decoration: none;
}
.course-preview-block .course-preview:hover .course-preview-title {
  color: #2b72b9;
}
.course-preview-block .course-preview.large {
  height: auto;
  min-height: 515px;
}
@media handheld,only screen and (max-width: 1160px) {
  .course-preview-block .course-preview.large {
    min-height: 473px;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .course-preview-block .course-preview.large {
    min-height: 444px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .course-preview-block .course-preview.large {
    min-height: 0;
  }
}
.course-preview-block .course-preview.has-photo {
  padding: 0;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 1160px) {
  .course-preview-block .course-preview.has-photo {
    padding: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .course-preview-block .course-preview.has-photo {
    padding: 14px 36px 14px 14px;
  }
}
.course-preview-block .course-preview.has-photo .media-thumbnail {
  display: block;
  margin: 0;
}
@media handheld,only screen and (max-width: 767px) {
  .course-preview-block .course-preview.has-photo .media-thumbnail {
    display: none;
  }
}
.course-preview-block .course-preview.has-photo .course-preview-inner {
  display: block;
  padding: 45px;
}
@media handheld,only screen and (max-width: 1160px) {
  .course-preview-block .course-preview.has-photo .course-preview-inner {
    padding: 30px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .course-preview-block .course-preview.has-photo .course-preview-inner {
    padding: 0;
  }
}
.print-download-links {
  text-align: right;
  padding-top: 1px;
}
@media handheld,only screen and (max-width: 767px) {
  .print-download-links {
    text-align: left;
  }
}
.print-download-links a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  color: #050708;
  padding-left: 18px;
}
@media handheld,only screen and (max-width: 767px) {
  .print-download-links a {
    padding-left: 0;
    padding-right: 18px;
  }
}
.print-download-links a:hover {
  color: #2b72b9;
  text-decoration: none;
}
.course-title {
  margin-top: 20px;
}
.course-skillset-code {
  font-weight: 300;
  margin-top: 34px;
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 30px;
}
.course-skillset-code.has-subtitle {
  margin-bottom: -38px;
}
@media handheld,only screen and (max-width: 767px) {
  .course-skillset-code {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .course-skillset-code.has-subtitle {
    margin-bottom: -16px;
  }
}
.course-subtitle {
  margin: -20px 0 17px 0;
  font-size: 32px;
}
@media handheld,only screen and (max-width: 767px) {
  .course-subtitle {
    margin: -11px 0 6px 0;
    font-size: 23px;
  }
}
.course-skillset {
  margin: 0;
  color: #a9a9a9;
  font-size: 17px;
}
@media handheld,only screen and (max-width: 767px) {
  .course-skillset {
    font-size: 13px;
    margin-bottom: 1px;
  }
}
.course-blurb {
  margin: 20px 0 56px 0;
}
@media handheld,only screen and (max-width: 767px) {
  .course-blurb {
    margin: 6px 0 31px 0;
  }
}
.has-photo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 51px;
}
@media handheld,only screen and (max-width: 767px) {
  .has-photo {
    display: block;
  }
}
.course-details,
.course-photo,
.course-note,
.course-disclaimer,
.course-text {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 48%;
}
@media handheld,only screen and (max-width: 767px) {
  .course-details,
  .course-photo,
  .course-note,
  .course-disclaimer,
  .course-text {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.course-details > *:first-of-type,
.course-photo > *:first-of-type,
.course-note > *:first-of-type,
.course-disclaimer > *:first-of-type,
.course-text > *:first-of-type {
  margin-top: 0;
}
.course-details > *:last-of-type,
.course-photo > *:last-of-type,
.course-note > *:last-of-type,
.course-disclaimer > *:last-of-type,
.course-text > *:last-of-type {
  margin-bottom: 0;
}
.course-note,
.course-disclaimer {
  font-size: 15px;
}
.course-details {
  background: #2e3691;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1);
  padding: 40px;
  color: white;
}
@media handheld,only screen and (max-width: 767px) {
  .course-details {
    padding: 26px;
  }
}
.course-details .details-heading {
  margin-bottom: 20px;
}
.course-details .course-location {
  border-top: 1px solid #4b75b8;
  padding-top: 13px;
}
.course-details .course-location:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.course-details p {
  margin-bottom: 0.75em;
  font-size: 20px;
}
.course-details .course-dates .course-date:after {
  content: ',';
}
.course-details .course-dates .course-date:last-of-type:after {
  display: none;
}
.course-details .course-price {
  font-size: 25px;
  font-weight: 400;
  border-top: 1px solid #4b75b8;
  margin-bottom: 0;
  margin-top: 13px;
  padding-top: 11px;
}
@media handheld,only screen and (max-width: 767px) {
  .course-details .course-price {
    font-size: 22px;
    margin-top: 8px;
    padding-top: 6px;
  }
}
.course-details .course-price-cta,
.course-details .course-price-disclaimer {
  display: block;
  margin-top: 11px;
  font-size: 15px;
}
.course-details .course-price-cta p,
.course-details .course-price-disclaimer p {
  font-size: 15px;
}
.course-details .course-price-cta a,
.course-details .course-price-disclaimer a {
  color: white;
  text-decoration: underline;
}
.course-photo {
  background-size: cover;
  background-position: center center;
}
@media handheld,only screen and (max-width: 767px) {
  .course-photo {
    height: 50vw;
    margin-top: 10px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .course-note {
    margin-bottom: 1em;
  }
}
.share-via-email {
  text-align: right;
}
@media handheld,only screen and (max-width: 767px) {
  .share-via-email {
    text-align: left;
  }
}
.page-region.pdf .panel-constrain.internal {
  padding: 30px 60px;
}
.page-region.pdf .course-title {
  margin-bottom: 10px;
}
.page-region.pdf .course-blurb {
  margin: 0 0 18px 0;
}
.page-region.pdf .block-alt {
  margin-bottom: 20px;
}
.page-region.pdf h3 {
  margin: 1.25em 0 0.5em 0;
}
.page-region.pdf hr.full-hr {
  margin: 2em 0;
}
html body .page-region.pdf .general-course-details .panel-constrain {
  padding-top: 0 !important;
}
html body .page-region.pdf .specific-course-details .panel-constrain {
  padding-bottom: 10px !important;
}
.news-wrapper {
  margin-top: 50px;
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper {
    margin-top: 20px;
  }
}
.news-wrapper .tools-wrapper {
  font-size: 0;
  margin-bottom: 10px;
}
.news-wrapper .tools-wrapper .just-posted,
.news-wrapper .tools-wrapper .more-news {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  text-transform: uppercase;
  font-family: 'Raleway', Verdana, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.news-wrapper .tools-wrapper .just-posted {
  padding-left: 1px;
  color: #cbcccd;
}
.news-wrapper .tools-wrapper .more-news {
  text-align: right;
}
.news-wrapper .tools-wrapper .more-news a {
  color: #2b72b9;
}
.news-wrapper .tools-wrapper .more-news a:hover {
  color: ;
  text-decoration: none;
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper .tools-wrapper {
    display: none;
  }
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 69%;
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 19%;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-content > *:nth-of-type(1) {
  margin-top: 0;
}
.news-wrapper .news-posts-list-brief,
.news-wrapper .news-posts-list {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.news-wrapper .news-posts-list-brief > *,
.news-wrapper .news-posts-list > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper .news-posts-list-brief,
  .news-wrapper .news-posts-list {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper .news-posts-list-brief,
  .news-wrapper .news-posts-list {
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list-brief .news-post,
.news-wrapper .news-posts-list .news-post {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
  overflow: hidden;
  font-size: 19px;
  font-weight: 300;
  border-radius: 0 18px 0 18px;
  background-color: #f5f7f8;
  color: #050708;
  position: relative;
  margin-bottom: 20px !important;
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper .news-posts-list-brief .news-post,
  .news-wrapper .news-posts-list .news-post {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .news-wrapper .news-posts-list-brief .news-post,
  .news-wrapper .news-posts-list .news-post {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 2%;
    vertical-align: top;
    width: 48%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 767px),only screen and (max-width: 1023px) and handheld,only screen and (max-width: 1023px) and only screen and (max-width: 767px) {
  .news-wrapper .news-posts-list-brief .news-post,
  .news-wrapper .news-posts-list .news-post {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper .news-posts-list-brief .news-post,
  .news-wrapper .news-posts-list .news-post {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list-brief .news-post:after,
.news-wrapper .news-posts-list .news-post:after {
  content: '';
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.svg'), none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 10px;
  width: 14px;
  height: 10px;
  position: absolute;
  display: block;
  right: 25px;
  bottom: 25px;
}
.news-wrapper .news-posts-list-brief .news-post:first-of-type,
.news-wrapper .news-posts-list .news-post:first-of-type {
  background: #2e3691;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1);
  color: white;
}
.news-wrapper .news-posts-list-brief .news-post:first-of-type:after,
.news-wrapper .news-posts-list .news-post:first-of-type:after {
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.svg'), none;
}
.news-wrapper .news-posts-list-brief .news-post .news-post-image .media-thumbnail,
.news-wrapper .news-posts-list .news-post .news-post-image .media-thumbnail {
  margin: 0;
  background: black;
  border-radius: 0 18px 0 0;
}
.news-wrapper .news-posts-list-brief .news-post .news-post-image .media-thumbnail img,
.news-wrapper .news-posts-list .news-post .news-post-image .media-thumbnail img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
  opacity: 1;
  border-radius: 0 18px 0 0;
}
.news-wrapper .news-posts-list-brief .news-post .news-post-inner,
.news-wrapper .news-posts-list .news-post .news-post-inner {
  display: block;
  padding: 45px;
  min-height: 325px;
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper .news-posts-list-brief .news-post .news-post-inner,
  .news-wrapper .news-posts-list .news-post .news-post-inner {
    min-height: 0;
  }
}
.news-wrapper .news-posts-list-brief .news-post .news-post-inner .news-post-date,
.news-wrapper .news-posts-list .news-post .news-post-inner .news-post-date {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}
.news-wrapper .news-posts-list-brief .news-post .news-post-inner .news-post-title,
.news-wrapper .news-posts-list .news-post .news-post-inner .news-post-title {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  font-family: 'Raleway', Verdana, sans-serif;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper .news-posts-list-brief .news-post .news-post-inner .news-post-title,
  .news-wrapper .news-posts-list .news-post .news-post-inner .news-post-title {
    font-size: 20px;
    line-height: 23px;
    max-height: 46px;
    height: auto;
  }
}
.news-wrapper .news-posts-list-brief .news-post .news-post-inner .news-post-preview,
.news-wrapper .news-posts-list .news-post .news-post-inner .news-post-preview {
  display: block;
}
.news-wrapper .news-posts-list-brief .news-post .news-post-inner .news-post-preview .read-more-link,
.news-wrapper .news-posts-list .news-post .news-post-inner .news-post-preview .read-more-link {
  color: #3a9afa;
  white-space: nowrap;
  font-family: 'Raleway', Verdana, sans-serif;
}
.news-wrapper .news-posts-list-brief .news-post:hover,
.news-wrapper .news-posts-list .news-post:hover {
  text-decoration: none;
}
.news-wrapper .news-posts-list-brief .news-post:hover .news-post-image .media-thumbnail img,
.news-wrapper .news-posts-list .news-post:hover .news-post-image .media-thumbnail img {
  opacity: 0.7;
}
.news-wrapper .news-posts-list-brief .news-post:hover .news-post-title,
.news-wrapper .news-posts-list .news-post:hover .news-post-title {
  color: #2b72b9;
}
.news-wrapper .news-posts-list-brief .news-post:hover:first-of-type .news-post-title,
.news-wrapper .news-posts-list .news-post:hover:first-of-type .news-post-title {
  color: white;
}
.news-wrapper .news-posts-list-brief {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper .news-posts-list-brief {
    display: block;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .news-wrapper .news-posts-list-brief .news-post:nth-of-type(3) {
    display: none;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper .news-posts-list-brief .news-post:nth-of-type(2) {
    display: none;
  }
}
.news-wrapper .news-posts-list .news-post {
  min-height: 532px;
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper .news-posts-list .news-post {
    min-height: 0;
  }
}
.news-wrapper .news-posts-single .news-post-information {
  margin-bottom: 40px;
}
@media handheld,only screen and (max-width: 767px) {
  .news-wrapper .news-posts-single .news-post-information .news-post-social,
  .news-wrapper .news-posts-single .news-post-information .news-date {
    display: block;
    float: none;
    text-align: left;
    margin: 0.25em 0em;
  }
}
.news-wrapper .news-posts-single .news-post-information .news-date {
  color: #364c56;
}
.news-wrapper .news-posts-single .news-post-information .news-post-social .facebook {
  margin-top: 0em;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'Raleway', Verdana, sans-serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #050708;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 100%;
}
.search-wrapper .search input.search-button {
  background-color: #2b72b9;
}
.search-wrapper .search input.search-button:hover {
  background-color: #215990;
}
@media handheld,only screen and (max-width: 767px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.taipan-contentpanel-panelset {
  position: relative;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal,
.taipan-contentpanel-panelset.no-js.transition-vertical {
  overflow: hidden;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal > .taipan-contentpanel-panelregion,
.taipan-contentpanel-panelset.no-js.transition-vertical > .taipan-contentpanel-panelregion {
  white-space: nowrap;
  overflow: hidden;
}
.taipan-contentpanel-panelset.no-js.transition-horizontal > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.no-js.transition-vertical > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel {
  padding-bottom: 28px;
  position: relative;
}
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel:after {
  content: '';
  background-image: url('../../include/resources/gbrimc/images/p-hero-shadow.png');
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media handheld,only screen and (max-width: 1160px) {
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel {
    padding: 0;
    background-position: left 25% center;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel {
    padding: 0;
    border-top: 1px solid #4b75b8;
  }
}
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain {
  font-size: 19px;
  width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1276px) {
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block {
  width: 50%;
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block {
    width: 100%;
  }
}
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
  background: #2e3691;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1);
  position: relative;
  margin-left: -70px;
  white-space: normal;
  padding: 230px 50px 46px 67px;
}
@media handheld,only screen and (max-width: 1160px) {
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
    padding: 260px 50px 50px 85px;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
    padding: 240px 35px 45px 75px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
    margin: 0;
    padding: 40px;
  }
}
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h3 {
  font-size: 26px;
  line-height: 31px;
}
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell ul {
  margin-top: 28px;
}
@media handheld,only screen and (max-width: 1160px) {
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell ul {
    margin-top: 40px;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell ul {
    margin-top: 30px;
  }
}
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell ul li {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
}
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell > *:first-child {
  margin-top: 0;
}
.taipan-contentpanel-panelset#hero-panels .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell > *:last-child {
  margin-bottom: 0;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel > *:first-child {
  margin-top: 0;
}
.taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel,
.taipan-contentpanel-panelset.transition-vertical > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  width: 100%;
}
.taipan-contentpanel-panelset.transition-horizontal > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  padding-bottom: 42px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion {
  padding: 0px;
  margin: 0px;
  z-index: 10;
  pointer-events: none;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul {
  min-width: 24px;
  min-height: 42px;
  margin: 0px;
  text-align: center;
  overflow: hidden;
  pointer-events: auto;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li {
  display: block;
  padding: 0px;
  margin: 0px;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: block;
  color: transparent;
  border: 1px solid white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a:hover {
  background-color: white;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.currentslide {
  background-color: white;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
    display: none;
  }
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global:hover {
  background-color: transparent;
  opacity: 0.7;
}
.taipan-contentpanel-panelset > .taipan-contentpanel-navregion > ul.taipan-contentpanel-nav {
  display: none;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion {
  display: block;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li {
  overflow: hidden;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause {
  display: none;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  border: 1px solid white;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover {
  opacity: 0.7;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%224%2C7%209%2C12%204%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%223%2C7%208%2C7%208%2C10%206%2C12%208%2C14%208%2C17%203%2C17%203%2C14%205%2C12%203%2C10%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a {
  margin: 8px auto;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  background-size: 24px 10px;
  width: 24px;
  height: 10px;
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%220%2C0%2012%2C10%2024%2C00%2012%2C7%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22white%22%20points%3D%220%2C10%2012%2C0%2024%2C10%2012%2C3%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-panelset.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  left: 0;
}
.taipan-contentpanel-panelset.nav-horizontal {
  width: 100%;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion {
  width: 1230px !important;
  max-width: 96.4%;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 57px !important;
}
@media handheld,only screen and (max-width: 1160px) {
  .taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion {
    bottom: 30px !important;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion {
    display: none;
  }
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul {
  text-align: right;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li {
  display: inline-block;
  vertical-align: middle;
  background-image: none;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a {
  margin: 8px 3px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  width: 10px;
  height: 24px;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next,
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  display: none;
}
.taipan-contentpanel-panelset.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  top: 0;
}
.taipan-contentpanel-panel {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*
  .transition(background-color, ease, 0.25s);
  background-color: darken(@contentBgColour, 4%);

  &.taipan-contentpanel-panel-current {
    background-color: @contentBgColour;
  }
  */
  background-size: cover;
}
.taipan-contentpanel-panel.level-1 {
  z-index: 1 !important;
}
.taipan-contentpanel-panel.level-2 {
  z-index: 2 !important;
}
.taipan-contentpanel-panel.level-3 {
  z-index: 3 !important;
}
.taipan-contentpanel-panel.pull-down {
  margin-bottom: -270px;
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panel.pull-down {
    margin-bottom: 0;
  }
}
.taipan-contentpanel-panel.pull-down .panel-constrain {
  padding: 0;
}
.taipan-contentpanel-panel.space-above .panel-constrain {
  padding-top: 340px;
  padding-top: 270px;
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panel.space-above .panel-constrain {
    padding-top: 40px;
  }
}
.taipan-contentpanel-panel.courses .panel-constrain {
  padding-bottom: 75px;
}
@media handheld,only screen and (max-width: 1160px) {
  .taipan-contentpanel-panel.courses .panel-constrain {
    padding-bottom: 45px;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .taipan-contentpanel-panel.courses .panel-constrain {
    padding-bottom: 32px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panel.courses .panel-constrain {
    padding-bottom: 30px;
  }
}
.taipan-contentpanel-panel.grey-background {
  background-color: #f5f7f8;
}
.taipan-contentpanel-panel.grey-background .grey-button {
  background-color: white;
}
.taipan-contentpanel-panel.grey-line {
  border-bottom: 4px solid #f5f7f8;
}
.taipan-contentpanel-panel.map-background {
  background: #2e3691;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1);
  height: 608px;
}
@media handheld,only screen and (max-width: 1160px) {
  .taipan-contentpanel-panel.map-background {
    height: 380px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panel.map-background {
    height: 420px;
  }
}
.taipan-contentpanel-panel.map-background:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('../../include/resources/gbrimc/images/g-map.png');
  background-repeat: no-repeat;
  background-position: center top;
}
@media handheld,only screen and (max-width: 1160px) {
  .taipan-contentpanel-panel.map-background:after {
    background-size: 960px 304px;
  }
}
.taipan-contentpanel-panel.map-background .panel-constrain {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 110px 15px;
}
@media handheld,only screen and (max-width: 1160px) {
  .taipan-contentpanel-panel.map-background .panel-constrain {
    padding-bottom: 70px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.taipan-contentpanel-panel.full-width .panel-constrain {
  width: 100%;
  padding: 0 !important;
}
.taipan-contentpanel-panel.full-width .panel-constrain .panel-cell {
  margin: 0 !important;
  width: 100% !important;
}
.taipan-contentpanel-panel.full-size-image .panel-cell .media-thumbnail {
  width: 100%;
}
.taipan-contentpanel-panel.full-size-image .panel-cell .media-thumbnail img {
  width: 100%;
}
.taipan-contentpanel-panel.photo-background,
.taipan-contentpanel-panel.narrow-photo-background {
  height: 40vw;
  max-height: 850px;
}
@media handheld,only screen and (max-width: 1160px) {
  .taipan-contentpanel-panel.photo-background,
  .taipan-contentpanel-panel.narrow-photo-background {
    max-height: auto;
    height: auto;
  }
}
.taipan-contentpanel-panel.photo-background:before,
.taipan-contentpanel-panel.narrow-photo-background:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 300px;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0.52) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0.52) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0.52) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#52000000',GradientType=0);
}
.taipan-contentpanel-panel.photo-background:after,
.taipan-contentpanel-panel.narrow-photo-background:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.1);
  z-index: -1;
}
@media handheld,only screen and (max-width: 1160px) {
  .taipan-contentpanel-panel.photo-background:after,
  .taipan-contentpanel-panel.narrow-photo-background:after {
    background-color: rgba(0,0,0,0.6);
  }
}
.taipan-contentpanel-panel.photo-background .panel-constrain,
.taipan-contentpanel-panel.photo-background .panel-constrain.internal,
.taipan-contentpanel-panel.narrow-photo-background .panel-constrain,
.taipan-contentpanel-panel.narrow-photo-background .panel-constrain.internal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: bottom;
}
@media handheld,only screen and (max-width: 1160px) {
  .taipan-contentpanel-panel.photo-background .panel-constrain,
  .taipan-contentpanel-panel.photo-background .panel-constrain.internal,
  .taipan-contentpanel-panel.narrow-photo-background .panel-constrain,
  .taipan-contentpanel-panel.narrow-photo-background .panel-constrain.internal {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.taipan-contentpanel-panel.photo-background.narrow-photo-background,
.taipan-contentpanel-panel.narrow-photo-background.narrow-photo-background {
  height: auto;
  background-position: bottom 30% center;
}
.taipan-contentpanel-panel.photo-background.narrow-photo-background:before,
.taipan-contentpanel-panel.narrow-photo-background.narrow-photo-background:before {
  display: none;
}
.taipan-contentpanel-panel.photo-background.narrow-photo-background:after,
.taipan-contentpanel-panel.narrow-photo-background.narrow-photo-background:after {
  background-color: rgba(0,0,0,0.15);
}
.taipan-contentpanel-panel.photo-background.narrow-photo-background .panel-constrain,
.taipan-contentpanel-panel.photo-background.narrow-photo-background .panel-constrain.internal,
.taipan-contentpanel-panel.narrow-photo-background.narrow-photo-background .panel-constrain,
.taipan-contentpanel-panel.narrow-photo-background.narrow-photo-background .panel-constrain.internal {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media handheld,only screen and (max-width: 1160px) {
  .taipan-contentpanel-panel.photo-background.narrow-photo-background .panel-constrain,
  .taipan-contentpanel-panel.photo-background.narrow-photo-background .panel-constrain.internal,
  .taipan-contentpanel-panel.narrow-photo-background.narrow-photo-background .panel-constrain,
  .taipan-contentpanel-panel.narrow-photo-background.narrow-photo-background .panel-constrain.internal {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.taipan-contentpanel-panel .background-top {
  background-position: top center;
}
.taipan-contentpanel-panel .background-bottom {
  background-position: bottom center;
}
.taipan-contentpanel-panel.side-by-side .panel-constrain {
  padding: 0 15px;
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panel.side-by-side .panel-constrain {
    padding: 0;
    width: 100%;
    margin: 0;
  }
}
.taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  width: 100%;
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block {
    display: block;
  }
}
.taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-one-half {
  width: 50%;
}
.taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-one-third {
  width: 33.3%;
}
.taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-two-thirds {
  width: 66.6%;
}
.taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-one-quarter {
  width: 25%;
}
.taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-three-quarters {
  width: 75%;
}
.taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-one-half,
.taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-one-third,
.taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-two-thirds,
.taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-one-quarter,
.taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-three-quarters {
  background: #2e3691;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1);
  margin: 0;
  padding: 80px;
}
@media handheld,only screen and (max-width: 1023px) {
  .taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-one-half,
  .taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-one-third,
  .taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-two-thirds,
  .taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-one-quarter,
  .taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-three-quarters {
    padding: 46px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-one-half,
  .taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-one-third,
  .taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-two-thirds,
  .taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-one-quarter,
  .taipan-contentpanel-panel.side-by-side .panel-constrain .cta-block .columns-three-quarters {
    width: 100%;
    padding: 30px;
  }
}
.taipan-contentpanel-panel.side-by-side.entrance-photo .panel-constrain .panel-block .columns-one-half:first-of-type,
.taipan-contentpanel-panel.side-by-side.entrance-photo .panel-constrain .panel-block .columns-one-third:first-of-type,
.taipan-contentpanel-panel.side-by-side.entrance-photo .panel-constrain .panel-block .columns-two-thirds:first-of-type,
.taipan-contentpanel-panel.side-by-side.entrance-photo .panel-constrain .panel-block .columns-one-quarter:first-of-type,
.taipan-contentpanel-panel.side-by-side.entrance-photo .panel-constrain .panel-block .columns-three-quarters:first-of-type {
  background-image: url('../../include/resources/gbrimc/images/p-entrance.jpg');
  background-size: cover;
  background-position: center;
}
@media handheld,only screen and (max-width: 767px) {
  .taipan-contentpanel-panel.side-by-side.entrance-photo .panel-constrain .panel-block .columns-one-half:first-of-type,
  .taipan-contentpanel-panel.side-by-side.entrance-photo .panel-constrain .panel-block .columns-one-third:first-of-type,
  .taipan-contentpanel-panel.side-by-side.entrance-photo .panel-constrain .panel-block .columns-two-thirds:first-of-type,
  .taipan-contentpanel-panel.side-by-side.entrance-photo .panel-constrain .panel-block .columns-one-quarter:first-of-type,
  .taipan-contentpanel-panel.side-by-side.entrance-photo .panel-constrain .panel-block .columns-three-quarters:first-of-type {
    min-height: 50vw;
  }
}
.taipan-contentpanel-panel.pdf-layout .panel-constrain {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ajax-loading {
  opacity: 0.5;
}
.warning-message {
  color: #ffffff;
  background-color: #a90000;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 0.5em;
  margin: 1em 0em;
}
.list-category-wrapper,
.list-product-wrapper {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.list-category-wrapper > *,
.list-product-wrapper > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .list-category-wrapper,
  .list-product-wrapper {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category,
.list-category-wrapper .list-product,
.list-product-wrapper .list-category,
.list-product-wrapper .list-product {
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}
.list-category-wrapper .list-category a,
.list-category-wrapper .list-product a,
.list-product-wrapper .list-category a,
.list-product-wrapper .list-product a {
  text-decoration: none;
}
.list-category-wrapper .list-category .list-category-inner,
.list-category-wrapper .list-category .list-product-inner,
.list-category-wrapper .list-product .list-category-inner,
.list-category-wrapper .list-product .list-product-inner,
.list-product-wrapper .list-category .list-category-inner,
.list-product-wrapper .list-category .list-product-inner,
.list-product-wrapper .list-product .list-category-inner,
.list-product-wrapper .list-product .list-product-inner {
  overflow: hidden;
}
.list-category-wrapper .list-category .list-category-inner .media-thumbnail,
.list-category-wrapper .list-category .list-product-inner .media-thumbnail,
.list-category-wrapper .list-product .list-category-inner .media-thumbnail,
.list-category-wrapper .list-product .list-product-inner .media-thumbnail,
.list-product-wrapper .list-category .list-category-inner .media-thumbnail,
.list-product-wrapper .list-category .list-product-inner .media-thumbnail,
.list-product-wrapper .list-product .list-category-inner .media-thumbnail,
.list-product-wrapper .list-product .list-product-inner .media-thumbnail {
  display: block;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title,
.list-category-wrapper .list-category .list-category-inner .product-card-title,
.list-category-wrapper .list-category .list-product-inner .category-card-title,
.list-category-wrapper .list-category .list-product-inner .product-card-title,
.list-category-wrapper .list-product .list-category-inner .category-card-title,
.list-category-wrapper .list-product .list-category-inner .product-card-title,
.list-category-wrapper .list-product .list-product-inner .category-card-title,
.list-category-wrapper .list-product .list-product-inner .product-card-title,
.list-product-wrapper .list-category .list-category-inner .category-card-title,
.list-product-wrapper .list-category .list-category-inner .product-card-title,
.list-product-wrapper .list-category .list-product-inner .category-card-title,
.list-product-wrapper .list-category .list-product-inner .product-card-title,
.list-product-wrapper .list-product .list-category-inner .category-card-title,
.list-product-wrapper .list-product .list-category-inner .product-card-title,
.list-product-wrapper .list-product .list-product-inner .category-card-title,
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  display: block;
  font-family: 'Raleway', Verdana, sans-serif;
}
.list-category-wrapper {
  padding: 1em 0em;
}
.list-category-wrapper .list-category {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 19%;
}
@media handheld,only screen and (max-width: 767px) {
  .list-category-wrapper .list-category {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category .list-category-inner {
  color: #050708;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title {
  color: #050708;
}
.list-product-wrapper .list-product {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 19%;
}
@media handheld,only screen and (max-width: 767px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .list-product-wrapper .list-product {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 6%;
    vertical-align: top;
    width: 94%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 767px),only screen and (max-width: 767px) and handheld,only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-product-wrapper .list-product .list-product-inner {
  color: #050708;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  color: #050708;
}
.list-product-wrapper .list-product .list-product-inner .product-card-price {
  display: block;
}
.list-product-wrapper .list-product.featured {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 19%;
}
@media handheld,only screen and (max-width: 767px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .list-product-wrapper .list-product.featured {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 6%;
    vertical-align: top;
    width: 94%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 767px),only screen and (max-width: 767px) and handheld,only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.product-details-wrapper > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-title {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 94%;
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper .product-title {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 60.666666666667%;
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper .product-info {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info.no-product-media {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 94%;
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper .product-info.no-product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info .product-stock-message .in-stock {
  color: #050708;
}
.product-details-wrapper .product-info .product-stock-message .out-of-stock {
  color: #c80c03;
}
.product-details-wrapper .product-info .product-price {
  font-size: 2em;
  font-family: 'Raleway', Verdana, sans-serif;
  margin: 1em 0em;
}
.product-details-wrapper .product-info .product-price .on-special {
  text-decoration: line-through;
}
.product-details-wrapper .product-info .add-to-cart .product-line-title {
  margin-bottom: 0.75em;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option {
  display: block;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    display: block;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
  font-family: 'Raleway', Verdana, sans-serif;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
    min-width: 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  margin: 0.25em 0em;
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    margin: 0.25em 0em 1em 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values select {
  color: #050708;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 0.3em 1em 0.3em 0.5em;
}
.product-details-wrapper .product-info .add-to-cart .add-to-cart-button {
  margin: 1em 0em;
}
.product-details-wrapper .product-media {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 27.333333333333%;
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper .product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-primary {
  padding: 1.1em 0em 0em 0em;
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper .product-media .product-image-primary {
    padding: 2em 0em 0em 0em;
  }
}
.product-details-wrapper .product-media .product-image-primary .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 94%;
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.product-details-wrapper .product-media .product-image-secondary > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 19%;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 0;
    display: block;
    margin-left: -6%;
    width: 106%;
    padding: 0;
  }
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 19px;
  }
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 19px;
    margin: 0;
    margin-left: 6%;
    vertical-align: top;
    width: 44%;
    margin-bottom: 0.5em;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 767px),only screen and (max-width: 767px) and handheld,only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 767px),only screen and (max-width: 767px) and handheld,only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row {
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.75em 0.1em;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  text-align: center;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
  width: 3%;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
  width: 20%;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail .media-thumbnail img {
  margin: 0em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.description {
  width: 44%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.price {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.quantity {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.total {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
  color: #2b72b9;
  font-family: 'Raleway', Verdana, sans-serif;
  padding: 0.5em 0em;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column {
  font-size: 1.25em;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.thumbnail,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.total {
    display: none;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item {
    text-align: left;
    padding: 1em 0em;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options {
    text-align: left;
    padding-bottom: 0.5em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
  display: block;
  margin: 0.1em auto;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
  width: 90%;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
    width: 20em;
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
  text-align: left;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options {
  color: #666666;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-value {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label {
  font-weight: bold;
  margin-right: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-nostock-message {
  color: #c80c03;
  font-size: 0.9em;
  margin-top: 0.5em;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price {
    text-align: left;
    width: 100%;
    margin: 0.5em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
  display: block;
  color: #666666;
  font-size: 0.8em;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    margin-bottom: 0.25em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .quantity-field {
  text-align: center;
  width: 4em;
  border: 1px solid #e6e6e6;
  padding: 0.25em;
  margin: 0em auto;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
  text-align: right;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
  text-align: right;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
  font-weight: bold;
  width: 89%;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
    width: auto;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
  width: 10%;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
    width: auto;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer:first-child {
    margin-top: 2em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
  text-align: center;
  padding: 1em 0em;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .weight,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options {
  margin: 0.5em 0em;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .label,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .amount {
    display: block;
    margin: 0.25em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .amount {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping select {
  color: #050708;
  background: #ffffff;
  font-size: 1em;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  width: auto;
  max-width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0.2em 0.3em;
  margin: 2px 0;
}
.cart-checkout-wrapper form.checkout-form .cart-logged-in .logged-in-username {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .address-details {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .address-details > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .address-details {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .billing-address {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 44%;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .address-details .billing-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 44%;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection {
  margin: 1em 0em;
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection .radio-label {
  padding-left: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
  opacity: 1.0;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
  opacity: 0.4;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .additional-information > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .additional-information {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 44%;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
  .cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
.cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
.cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 94%;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background: #2e3691;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1);
  color: #fff;
  background-color: #2b72b9;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Raleway', Verdana, sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 8px 0 8px;
  margin: 0.4em 0em;
  padding: 13px 47px 13px 16px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  width: 14px;
  min-height: 10px;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.svg'), none;
  background-size: 14px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:hover {
  color: #fff;
  text-decoration: none;
  background-color: #215990;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update.grey-button {
  background-image: none;
  background-color: #f5f7f8;
  color: #2b72b9;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update.grey-button:after {
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.svg'), none;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
  font-weight: bold;
  min-width: 15em;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
    min-width: 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
  width: 5em;
  text-align: right;
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
    width: auto;
    text-align: left;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .cart-checkout-wrapper form.checkout-form .payment-details .payment-gateway .company-details {
    margin-left: 0em;
  }
}
.shop-registration-form .invoice-details,
.shop-registration-form .shipping-details {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 44%;
}
@media handheld,only screen and (max-width: 767px) {
  .shop-registration-form .invoice-details,
  .shop-registration-form .shipping-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background: white;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  line-height: 1.45em;
}
.notice-wrapper {
  background-color: #fe5000;
  padding: 4px 0;
}
.notice-wrapper .notice-constrain {
  font-size: 19px;
  width: 1230px;
  margin: 0 auto;
}
@media screen and (max-width: 1276px) {
  .notice-wrapper .notice-constrain {
    width: 96.4%;
  }
}
.notice-wrapper .notice-constrain .notice-block {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.notice-wrapper .notice-constrain .notice-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .notice-wrapper .notice-constrain .notice-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.notice-wrapper .notice-constrain .notice-block .notice-text-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 60.666666666667%;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 767px) {
  .notice-wrapper .notice-constrain .notice-block .notice-text-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.notice-wrapper .notice-constrain .notice-block .notice-text-cell p {
  margin: 0;
  color: white;
  padding-bottom: 4px;
}
.notice-wrapper .notice-constrain .notice-block .notice-button-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 27.333333333333%;
  vertical-align: middle;
  text-align: right;
  padding-right: 14px;
}
@media handheld,only screen and (max-width: 767px) {
  .notice-wrapper .notice-constrain .notice-block .notice-button-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .notice-wrapper .notice-constrain .notice-block .notice-button-cell {
    text-align: left;
  }
}
.notice-wrapper .notice-constrain .notice-block .notice-button-cell .button {
  background: transparent;
  border: 2px solid white;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.page-region.internal {
  padding-top: 220px;
}
@media handheld,only screen and (max-width: 767px) {
  .page-region.internal {
    padding: 0;
  }
}
.page-region.pdf {
  padding-top: 0;
}
.page-region.show-search .search-wrapper {
  top: 0;
}
.print-header,
.print-footer {
  display: none;
}
.search-wrapper {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: fixed;
  left: 0;
  right: 0;
  top: -350px;
  background-color: rgba(0,0,0,0.9);
  padding: 0 15px;
  z-index: 2000;
}
.search-wrapper .search-constrain .search-block .search-cell {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0 16px 0;
  position: relative;
}
@media handheld,only screen and (max-width: 1160px) {
  .search-wrapper .search-constrain .search-block .search-cell {
    padding: 63px 40px 16px 40px;
    width: 820px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .search-wrapper .search-constrain .search-block .search-cell {
    padding: 0;
  }
}
.mobile-contact-wrapper {
  display: none;
  background-color: #f89521;
}
@media handheld,only screen and (max-width: 767px) {
  .mobile-contact-wrapper {
    display: block;
  }
}
.mobile-contact-wrapper .mobile-contact-constrain {
  padding: 0 15px;
  height: 46px;
}
.mobile-contact-wrapper .mobile-contact-constrain a {
  color: white;
}
.mobile-contact-wrapper .mobile-contact-constrain .phone,
.mobile-contact-wrapper .mobile-contact-constrain .search {
  font-size: 20px;
  color: white;
  height: 23px;
}
.mobile-contact-wrapper .mobile-contact-constrain .phone {
  padding: 9px 0 0 0;
  display: block;
}
.mobile-contact-wrapper .mobile-contact-constrain .phone .plus {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-right: 4px;
  margin-top: 3px;
  font-weight: 400;
}
.mobile-contact-wrapper .mobile-contact-constrain .phone .number {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.mobile-contact-wrapper .mobile-contact-constrain .search {
  font-size: 20px;
  line-height: 21px;
  font-weight: 300;
  margin-top: 2px;
  padding-right: 31px;
  background-image: url('../../include/resources/gbrimc/images/i-search-white.png');
  background-image: url('../../include/resources/gbrimc/images/i-search-white.svg'), none;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 9px;
}
.header-background {
  background: #2e3691;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 220px;
}
@media handheld,only screen and (max-width: 767px) {
  .header-background {
    display: none;
  }
}
.header-wrapper {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper {
    top: 0;
    position: relative;
    background-color: #2c65b0;
  }
}
.header-wrapper .header-constrain {
  font-size: 19px;
  width: 1230px;
  margin: 0 auto;
  color: #050708;
  border-radius: 0;
  padding: 0 15px;
}
@media screen and (max-width: 1276px) {
  .header-wrapper .header-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.header-wrapper .header-constrain .header-block {
  width: 100%;
  font-size: 0;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block {
    font-size: 0;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 1160px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    width: 25%;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin: 0;
    height: 82px;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell .logo {
  margin-top: 20px;
  margin-left: -6px;
}
@media handheld,only screen and (max-width: 1160px) {
  .header-wrapper .header-constrain .header-block .logo-cell .logo {
    margin-top: 30px;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .header-wrapper .header-constrain .header-block .logo-cell .logo {
    margin-top: 45px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .logo-cell .logo {
    margin-left: -3px;
    margin-top: 0;
    width: 196px;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell {
  display: inline-block;
  vertical-align: top;
  width: 67%;
  text-align: right;
  z-index: 20;
}
@media handheld,only screen and (max-width: 1160px) {
  .header-wrapper .header-constrain .header-block .nav-cell {
    width: 75%;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    margin: 0;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell .contact-info-section {
  height: 43px;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell .contact-info-section {
    display: none;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell .contact-info-section a {
  color: white !important;
}
.header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .phone,
.header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .email,
.header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .search {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  font-size: 20px;
  color: white;
  font-weight: 700;
  height: 23px;
}
@media handheld,only screen and (max-width: 1023px) {
  .header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .phone,
  .header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .email,
  .header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .search {
    margin-left: 30px;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .phone {
  margin-top: 0px;
}
.header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .phone .small-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 9px;
  margin-top: 2px;
}
.header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .phone .plus {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-right: 4px;
  margin-top: 3px;
  font-weight: 400;
}
.header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .phone .number {
  display: inline-block;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 1023px) {
  .header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .phone .small-text {
    display: none;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .email {
  padding-right: 28px;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.svg'), none;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 10px;
}
.header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .email:hover {
  text-decoration: none;
}
.header-wrapper .header-constrain .header-block .nav-cell .contact-info-section .search {
  margin-top: 2px;
  width: 19px;
  background-image: url('../../include/resources/gbrimc/images/i-search-white.png');
  background-image: url('../../include/resources/gbrimc/images/i-search-white.svg'), none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  cursor: pointer;
}
.header-wrapper .header-constrain .header-block .nav-cell .nav-toggle {
  display: none;
  color: #ffffff;
  background: transparent;
  padding: 31px 12px;
  position: relative;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell .nav-toggle {
    display: block;
    height: 86px;
    padding: 10px 0;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell .nav-toggle .toggle-icon {
  color: #ffffff;
  background-color: transparent;
  position: absolute;
  top: 36px;
  right: 0;
}
.header-wrapper .header-constrain .header-block .nav-cell .nav-toggle .toggle-icon .toggle-icon-line {
  display: block;
  background-color: #ffffff;
  border-radius: 2px;
  width: 26px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
}
.header-wrapper .header-constrain .header-block .nav-cell .nav-toggle .toggle-icon .toggle-icon-line:last-child {
  margin-bottom: 0;
}
.header-wrapper .header-constrain .header-block .nav-cell .nav-toggle:hover {
  color: #ffffff;
}
.header-wrapper .header-constrain .header-block .nav-cell .nav-toggle:hover .toggle-icon {
  background-color: transparent;
}
.header-wrapper .header-constrain .header-block .nav-cell .nav-toggle:hover .toggle-icon .toggle-icon-line {
  background-color: #ffffff;
}
.header-wrapper .header-constrain .header-block .nav-cell .nav-section {
  width: 100%;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell .nav-section {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 112px;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell.open .nav-toggle {
  border-radius: 0 0 0px 0px;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell.open .nav-section {
    display: block;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-radius: 0 0 0 10px;
  position: relative;
}
@media handheld,only screen and (max-width: 1023px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul {
    border-radius: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul {
    display: block;
    text-align: left;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    background-color: white;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  position: relative;
  border-right: 1px solid #e8e8e8;
  padding: 0;
  margin: 0;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li {
    display: block;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #e8e8e8;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li a {
  display: block;
  color: #050708;
  background: white;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
  padding: 33px 12px 30px 12px;
  height: 85px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'Raleway', Verdana, sans-serif;
  font-weight: 700;
}
.header-wrapper .header-constrain .header-block .nav-cell ul li a.contact-info-section {
  height: 85px;
}
@media handheld,only screen and (max-width: 1240px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li a {
    font-size: 13px;
  }
}
@media handheld,only screen and (max-width: 1160px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li a {
    font-size: 12px;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li a {
    font-size: 10px;
    padding: 32px 10px 30px 10px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li a {
    white-space: normal;
    padding: 10px 14px;
    height: auto;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li a.has_children {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234px%22%20height%3D%224px%22%3E%3Cpolygon%20fill%3D%22%232b72b9%22%20points%3D%227%2C0%2014%2C0%2010.5%2C4%22%2F%3E%3C%2Fsvg%3E');
  background-position: center right -8px;
  background-repeat: no-repeat;
  padding-right: 25px;
}
@media handheld,only screen and (max-width: 1240px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li a.has_children {
    background-image: none;
    padding-right: 13px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li a.has_children {
    padding-right: 0;
    padding-bottom: 2px;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li:first-child a {
  border-radius: 0 0 0 10px;
}
@media handheld,only screen and (max-width: 1023px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li:first-child {
    display: none;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li:first-child {
    border: 0;
    display: block;
  }
  .header-wrapper .header-constrain .header-block .nav-cell ul li:first-child a {
    border-radius: 0;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li:nth-of-type(2) {
    border-left: 1px solid #e8e8e8;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li:nth-of-type(2) a {
    border-radius: 0;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li:last-child {
  border: 0;
}
.header-wrapper .header-constrain .header-block .nav-cell ul li:last-child a {
  background-color: #f89521;
  color: white;
}
@media handheld,only screen and (max-width: 1023px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li:last-child a {
    background-image: none;
    padding-right: 10px;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li:last-child a:hover,
.header-wrapper .header-constrain .header-block .nav-cell ul li:last-child a.current {
  background-color: #f38608;
  color: white;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li:last-child {
    border: 0;
    border-top: 1px solid #e8e8e8;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li:hover > a {
  color: #2b72b9;
  background-color: #f5f7f8;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li:hover > a {
    background-color: white;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li.current > a {
  color: #2b72b9;
  background-color: #f5f7f8;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li.current > a {
    background-color: white;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li:hover ul {
    top: auto;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li ul {
  display: block;
  background-color: white;
  min-width: 103%;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  left: -1px;
  right: auto;
  visibility: hidden;
  z-index: 20;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-radius: 0;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul {
    background: white;
    border: none;
    border-radius: 0;
    min-width: 0;
    height: auto;
    position: static;
    top: auto;
    visibility: visible;
    overflow: hidden;
    padding-bottom: 11px;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li {
  display: block;
  text-align: left;
  border: none;
  border-top: 1px solid #e8e8e8;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li {
    background-color: none;
    border: 0;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li a,
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li a.has_children {
  color: #050708;
  background-color: white;
  padding: 15px 12px;
  padding-left: 30px;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue-simple.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue-simple.svg'), none;
  background-repeat: no-repeat;
  background-position: center left 14px;
  background-size: 5px 9px;
  height: auto;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li a,
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li a.has_children {
    padding: 1px 14px 1px 31px;
    background-position: center left 20px;
    text-transform: none;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li:first-child {
  display: block;
}
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li:first-child a {
  border-radius: 0;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li:last-child {
  border: none;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li:last-child a {
  background-color: white;
  color: #050708;
  padding-left: 30px;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue-simple.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue-simple.svg'), none;
  background-repeat: no-repeat;
  background-position: center left 14px;
  background-size: 5px 9px;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li:last-child a {
    padding: 1px 14px 1px 31px;
    background-position: center left 20px;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li:last-child a:hover,
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li:last-child a.current {
  color: #050708;
  background-color: #f5f7f8;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li:last-child a:hover,
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li:last-child a.current {
    color: #2b72b9;
    background-color: white;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li:nth-of-type(2) {
    border-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li:hover > a {
  color: #050708;
  background-color: #f5f7f8;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li:hover > a {
    color: #2b72b9;
    background-color: white;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li.current > a {
  color: #050708;
  background-color: #f5f7f8;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li.current > a {
    color: #2b72b9;
    background-color: white;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li > ul {
    display: block;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li > ul li a {
    padding-left: 36px;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li ul li:hover > ul {
    position: static;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown {
  position: static;
}
.header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown ul {
  width: auto;
  right: 0;
  min-width: 0;
  margin-left: 67px;
  background-color: transparent;
  border-right: 0;
}
@media handheld,only screen and (max-width: 1240px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown ul {
    margin-left: 63px;
  }
}
@media handheld,only screen and (max-width: 1160px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown ul {
    margin-left: 60px;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown ul {
    margin-left: 1px;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown ul li {
  width: 245px;
  border-right: 1px solid #e8e8e8;
  position: static;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown ul li {
    width: 100%;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown ul li a {
  white-space: normal;
}
.header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown ul li:nth-of-type(1) ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown ul li ul {
  margin: 0;
  left: 244px;
  border: 1px solid #e8e8e8;
  background-color: white;
  padding: 3px;
  min-height: 217px;
}
@media handheld,only screen and (max-width: 767px) {
  .header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown ul li ul {
    display: none;
  }
}
.header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown ul li ul li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 0;
}
.header-wrapper .header-constrain .header-block .nav-cell ul li.multilevel-dropdown ul li ul li a {
  width: auto;
  text-transform: none;
  font-size: 13px;
  line-height: 16px;
  font-family: 'Source Sans Pro', Verdana, sans-serif;
  font-weight: 400;
  padding: 8px 8px 8px 14px;
  background-image: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 3px;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue-simple.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue-simple.svg'), none;
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-size: 4px 6px;
}
.content-wrapper {
  background: #ffffff;
}
.content-wrapper .content-constrain {
  padding: 110px 15px;
}
.content-wrapper .panel-constrain {
  padding: 60px 15px;
}
.content-wrapper .content-constrain,
.content-wrapper .panel-constrain {
  font-size: 19px;
  width: 1230px;
  margin: 0 auto;
  color: #050708;
  border-radius: 0;
}
@media screen and (max-width: 1276px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    width: 96.4%;
  }
}
.content-wrapper .content-constrain.internal,
.content-wrapper .panel-constrain.internal {
  padding: 60px 60px;
}
@media handheld,only screen and (max-width: 1160px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    padding: 50px 30px;
  }
  .content-wrapper .content-constrain.internal,
  .content-wrapper .panel-constrain.internal {
    padding: 50px 30px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .content-wrapper .content-constrain,
  .content-wrapper .panel-constrain {
    padding: 40px 30px;
  }
  .content-wrapper .content-constrain.internal,
  .content-wrapper .panel-constrain.internal {
    padding: 40px 30px;
  }
}
.content-wrapper .content-constrain .content-block,
.content-wrapper .content-constrain .panel-block,
.content-wrapper .panel-constrain .content-block,
.content-wrapper .panel-constrain .panel-block {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > *,
.content-wrapper .content-constrain .panel-block > *,
.content-wrapper .panel-constrain .content-block > *,
.content-wrapper .panel-constrain .panel-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .content-wrapper .content-constrain .content-block,
  .content-wrapper .content-constrain .panel-block,
  .content-wrapper .panel-constrain .content-block,
  .content-wrapper .panel-constrain .panel-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell,
.content-wrapper .content-constrain .content-block .panel-cell,
.content-wrapper .content-constrain .panel-block .content-cell,
.content-wrapper .content-constrain .panel-block .panel-cell,
.content-wrapper .panel-constrain .content-block .content-cell,
.content-wrapper .panel-constrain .content-block .panel-cell,
.content-wrapper .panel-constrain .panel-block .content-cell,
.content-wrapper .panel-constrain .panel-block .panel-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 94%;
}
@media handheld,only screen and (max-width: 767px) {
  .content-wrapper .content-constrain .content-block .content-cell,
  .content-wrapper .content-constrain .content-block .panel-cell,
  .content-wrapper .content-constrain .panel-block .content-cell,
  .content-wrapper .content-constrain .panel-block .panel-cell,
  .content-wrapper .panel-constrain .content-block .content-cell,
  .content-wrapper .panel-constrain .content-block .panel-cell,
  .content-wrapper .panel-constrain .panel-block .content-cell,
  .content-wrapper .panel-constrain .panel-block .panel-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell > *:first-child,
.content-wrapper .content-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .content-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .content-constrain .panel-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .content-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .content-block .panel-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .content-cell > *:first-child,
.content-wrapper .panel-constrain .panel-block .panel-cell > *:first-child {
  margin-top: 0;
}
.content-wrapper .content-constrain .content-block .content-cell > *:last-child,
.content-wrapper .content-constrain .content-block .panel-cell > *:last-child,
.content-wrapper .content-constrain .panel-block .content-cell > *:last-child,
.content-wrapper .content-constrain .panel-block .panel-cell > *:last-child,
.content-wrapper .panel-constrain .content-block .content-cell > *:last-child,
.content-wrapper .panel-constrain .content-block .panel-cell > *:last-child,
.content-wrapper .panel-constrain .panel-block .content-cell > *:last-child,
.content-wrapper .panel-constrain .panel-block .panel-cell > *:last-child {
  margin-bottom: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .cta-block > .columns-one-half:first-child > *:first-child,
.content-wrapper .content-constrain .content-block .content-cell .cta-block > .columns-one-half:nth-child(2) > *:first-child,
.content-wrapper .content-constrain .content-block .panel-cell .cta-block > .columns-one-half:first-child > *:first-child,
.content-wrapper .content-constrain .content-block .panel-cell .cta-block > .columns-one-half:nth-child(2) > *:first-child,
.content-wrapper .content-constrain .panel-block .content-cell .cta-block > .columns-one-half:first-child > *:first-child,
.content-wrapper .content-constrain .panel-block .content-cell .cta-block > .columns-one-half:nth-child(2) > *:first-child,
.content-wrapper .content-constrain .panel-block .panel-cell .cta-block > .columns-one-half:first-child > *:first-child,
.content-wrapper .content-constrain .panel-block .panel-cell .cta-block > .columns-one-half:nth-child(2) > *:first-child,
.content-wrapper .panel-constrain .content-block .content-cell .cta-block > .columns-one-half:first-child > *:first-child,
.content-wrapper .panel-constrain .content-block .content-cell .cta-block > .columns-one-half:nth-child(2) > *:first-child,
.content-wrapper .panel-constrain .content-block .panel-cell .cta-block > .columns-one-half:first-child > *:first-child,
.content-wrapper .panel-constrain .content-block .panel-cell .cta-block > .columns-one-half:nth-child(2) > *:first-child,
.content-wrapper .panel-constrain .panel-block .content-cell .cta-block > .columns-one-half:first-child > *:first-child,
.content-wrapper .panel-constrain .panel-block .content-cell .cta-block > .columns-one-half:nth-child(2) > *:first-child,
.content-wrapper .panel-constrain .panel-block .panel-cell .cta-block > .columns-one-half:first-child > *:first-child,
.content-wrapper .panel-constrain .panel-block .panel-cell .cta-block > .columns-one-half:nth-child(2) > *:first-child {
  margin-top: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav,
.content-wrapper .content-constrain .content-block .panel-cell .subnav,
.content-wrapper .content-constrain .panel-block .content-cell .subnav,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav,
.content-wrapper .panel-constrain .content-block .content-cell .subnav,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > *,
.content-wrapper .content-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav > *,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 27.333333333333%;
}
@media handheld,only screen and (max-width: 767px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li,
  .content-wrapper .content-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .content-constrain .panel-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .content-block .panel-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .content-cell .subnav li,
  .content-wrapper .panel-constrain .panel-block .panel-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background: #2e3691;
  background: -moz-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: -webkit-linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  background: linear-gradient(45deg,#2e3691 0%,#2b72b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3691',endColorstr='#2b72b9',GradientType=1);
  color: #fff;
  background-color: #2b72b9;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Raleway', Verdana, sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 8px 0 8px;
  margin: 0.4em 0em;
  padding: 13px 47px 13px 16px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:after,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a:after,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a:after,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a:after,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a:after,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a:after,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a:after,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  width: 14px;
  min-height: 10px;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-white.svg'), none;
  background-size: 14px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a:hover,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a:hover,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a:hover,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a:hover,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #215990;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.grey-button,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.grey-button,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.grey-button,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.grey-button,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a.grey-button,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a.grey-button,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a.grey-button,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a.grey-button {
  background-image: none;
  background-color: #f5f7f8;
  color: #2b72b9;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a.grey-button:after,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li a.grey-button:after,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li a.grey-button:after,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li a.grey-button:after,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li a.grey-button:after,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li a.grey-button:after,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li a.grey-button:after,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li a.grey-button:after {
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue.svg'), none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .content-constrain .panel-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .content-block .panel-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .content-cell .subnav li ul,
.content-wrapper .panel-constrain .panel-block .panel-cell .subnav li ul {
  display: none;
}
.footer-wrapper {
  background: #f5f7f8;
}
.footer-wrapper.pdf {
  background: transparent;
  text-align: center;
}
.footer-wrapper.pdf .footer-constrain {
  padding-bottom: 0;
}
.footer-wrapper .footer-constrain {
  font-size: 19px;
  width: 1230px;
  margin: 0 auto;
  color: #050708;
  padding: 50px 30px;
}
@media screen and (max-width: 1276px) {
  .footer-wrapper .footer-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .footer-wrapper .footer-constrain {
    padding: 35px 30px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
  }
}
.footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -2%;
  width: 102%;
  padding: 0;
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1160px) {
  .footer-wrapper .footer-constrain .footer-block {
    width: 100%;
    margin: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 64.666666666667%;
  padding-right: 180px;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 767px) {
  .footer-wrapper .footer-constrain .footer-block .footer-nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1160px) {
  .footer-wrapper .footer-constrain .footer-block .footer-nav-cell {
    width: 60%;
    margin-left: 0;
    padding-right: 10px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .footer-wrapper .footer-constrain .footer-block .footer-nav-cell {
    display: none;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-nav-cell ul {
  list-style-type: none;
  margin: 0;
}
.footer-wrapper .footer-constrain .footer-block .footer-nav-cell ul li {
  font-family: 'Raleway', Verdana, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  margin: 2px 0;
  background-image: none;
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media handheld,only screen and (max-width: 1160px) {
  .footer-wrapper .footer-constrain .footer-block .footer-nav-cell ul li {
    font-size: 12px;
    width: 50%;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-nav-cell ul li a {
  padding-left: 17px;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-grey-simple.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-grey-simple.svg'), none;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 5px 9px;
  color: #050708;
}
.footer-wrapper .footer-constrain .footer-block .footer-nav-cell ul li.current a,
.footer-wrapper .footer-constrain .footer-block .footer-nav-cell ul li:hover a {
  color: #2b72b9;
  text-decoration: none;
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue-simple.png');
  background-image: url('../../include/resources/gbrimc/images/i-arrow-right-blue-simple.svg'), none;
}
.footer-wrapper .footer-constrain .footer-block .logos-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 2%;
  vertical-align: top;
  width: 31.333333333333%;
  text-align: right;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 767px) {
  .footer-wrapper .footer-constrain .footer-block .logos-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1160px) {
  .footer-wrapper .footer-constrain .footer-block .logos-cell {
    width: 40%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .footer-wrapper .footer-constrain .footer-block .logos-cell {
    width: 100%;
  }
}
.footer-wrapper .footer-constrain .footer-block .logos-cell a {
  display: inline-block;
  vertical-align: middle;
}
.footer-wrapper .footer-constrain .footer-block .logos-cell a:nth-of-type(1) {
  float: left;
}
@media handheld,only screen and (max-width: 1023px) {
  .footer-wrapper .footer-constrain .footer-block .logos-cell a:nth-of-type(1) {
    float: none;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .footer-wrapper .footer-constrain .footer-block .logos-cell a:nth-of-type(1) {
    float: left;
  }
}
@media handheld,only screen and (max-width: 1160px) {
  .footer-wrapper .footer-constrain .footer-block .logos-cell a:nth-of-type(1) img {
    width: 180px;
  }
}
@media handheld,only screen and (max-width: 1023px) {
  .footer-wrapper .footer-constrain .footer-block .logos-cell a:nth-of-type(1) img {
    width: 140px;
    margin-right: 20px;
    margin-top: 16px;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .footer-wrapper .footer-constrain .footer-block .logos-cell a:nth-of-type(1) img {
    margin-top: -4px;
  }
}
@media handheld,only screen and (max-width: 1160px) {
  .footer-wrapper .footer-constrain .footer-block .logos-cell a:nth-of-type(2) img {
    width: 100px;
  }
}
.logos-wrapper {
  background-color: white;
}
.logos-wrapper .logos-constrain {
  font-size: 19px;
  width: 1230px;
  margin: 0 auto;
  padding: 60px 15px;
}
@media screen and (max-width: 1276px) {
  .logos-wrapper .logos-constrain {
    width: 96.4%;
  }
}
.logos-wrapper .logos-constrain .logos-block {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.logos-wrapper .logos-constrain .logos-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .logos-wrapper .logos-constrain .logos-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.logos-wrapper .logos-constrain .logos-block .logos-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 94%;
}
@media handheld,only screen and (max-width: 767px) {
  .logos-wrapper .logos-constrain .logos-block .logos-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.footer-nav-wrapper {
  background: #f5f7f8;
  border-top: 3px solid white;
}
.footer-nav-wrapper .footer-nav-constrain {
  font-size: 19px;
  width: 1230px;
  margin: 0 auto;
  padding: 26px 15px;
}
@media screen and (max-width: 1276px) {
  .footer-nav-wrapper .footer-nav-constrain {
    width: 96.4%;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .social-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 19%;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 767px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block .social-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block .social-cell {
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .social-cell p,
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .social-cell a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  font-size: 14px;
  line-height: 14px;
}
@media handheld,only screen and (max-width: 1023px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block .social-cell p,
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block .social-cell a {
    font-size: 13px;
    line-height: 13px;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .social-cell p {
  margin: 0 12px 2px 0;
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .social-cell img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .social-cell a:hover img {
  opacity: 0.7;
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 69%;
  text-align: right;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 767px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell {
    text-align: center;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul {
  list-style-type: none;
  margin: 7px 0 0 0;
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul li {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #cbcccd;
  border-right: 1px solid #a7a9a9;
  margin: 0;
  background-image: none;
  padding-left: 0;
}
@media handheld,only screen and (max-width: 1160px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul li {
    border-left: 0;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul li a {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #454646;
  padding: 1px 15px;
}
@media handheld,only screen and (max-width: 1160px) {
  .footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul li a {
    padding: 1px 8px;
    font-size: 13px;
  }
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul li:first-of-type {
  border-left: 0;
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul li:first-of-type a {
  padding-left: 0;
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul li:last-of-type {
  border-right: 0;
}
.footer-nav-wrapper .footer-nav-constrain .footer-nav-block .footer-nav-cell ul li:last-of-type a {
  padding-right: 0;
}
@media handheld,only screen and (max-width: 767px) {
  .author-wrapper {
    background-color: #f5f7f8;
  }
}
.author-wrapper .author-constrain {
  font-size: 19px;
  width: 1230px;
  margin: 0 auto;
  color: #050708;
  padding: 38px 15px;
  text-align: center;
}
@media screen and (max-width: 1276px) {
  .author-wrapper .author-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 767px) {
  .author-wrapper .author-constrain {
    padding-top: 0;
  }
}
.author-wrapper .author-constrain .author-block {
  font-size: 0;
  display: block;
  margin-left: -6%;
  width: 106%;
  padding: 0;
}
.author-wrapper .author-constrain .author-block > * {
  font-size: 19px;
}
@media handheld,only screen and (max-width: 767px) {
  .author-wrapper .author-constrain .author-block {
    font-size: 19px;
    width: 100%;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block p {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.author-wrapper .author-constrain .author-block a {
  color: #050708;
  font-size: 14px;
  font-weight: 300;
}
.author-wrapper .author-constrain .author-block a:hover {
  color: #050708;
}
.author-wrapper .author-constrain .author-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 19px;
  margin: 0;
  margin-left: 6%;
  vertical-align: top;
  width: 94%;
}
@media handheld,only screen and (max-width: 767px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block .author-cell .certification {
  display: block;
  padding: 1.5em 0em 3em 0em;
}
.author-wrapper .author-constrain .author-block .author-cell .certification .certification-text {
  font-size: 18px;
  font-weight: 300;
}
@media handheld,only screen and (max-width: 767px) {
  .author-wrapper .author-constrain .author-block .author-cell .certification .certification-text {
    font-size: 16px;
  }
}
