@import "/assets/fonts/Titillium-Web/css/fonts.css";

/* *****************************************************************************
 * FILE: 
 *
 * bwt-site.less
 * 
 *
 * DESCRIPTION:
 *
 * No CSS/Less code or includes should be placed in this file.
 *
 */
/* *****************************************************************************
 * File: 
 *
 * bwt-imported.less
 * 
 *
 * DESCRIPTION:
 *
 * No CSS/Less code should be placed directly in this file. Additional includes 
 * may be added. JB
 *
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* START: Split bundles into two to accomidate for IE9 selector limit of 4095.
    These were added to fix YSOD's
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 54px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 19px;
}
h6,
.h6 {
  font-size: 19px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #4ba7c8;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #348cac;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #4ba7c8;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #348cac;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
/* END:  */
/* *****************************************************************************
 * FILE: 
 * 
 * bwt-mixins.less
 * 
 *
 *
 * DESCRIPTION:
 *
 * Standard BWT mixins should be placed at the top this file. Site specific 
 * mixins should be places at the bottom of this file
 *
 */
.bwt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*
 * SECTION: Standard BWT mixins
 */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
 * SECTION: Site specific mixins
 */
/* *****************************************************************************
 * FILE: 
 *
 * bwt-build-helpers.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 * Don't delete these styles on go live, just remove this file from bwt-imported.less
 */
/* 
 * SECTION: Package built correctly helpers
 */
.build-test-good {
  color: green;
}
.build-test-bad {
  color: red;
}
.no-js .test-modernizr span {
  display: block;
  width: 10px;
  height: 10px;
  background: red;
}
.js .test-modernizr span {
  display: block;
  width: 10px;
  height: 10px;
  background: green;
}
/* 
 * SECTION: Indicate screen size to visitor to aid bug descriptions
 */
body #sizeHelper {
  display: block;
  position: fixed;
  z-index: 1000;
  bottom: 5px;
  right: 5px;
  width: 15px;
  height: 20px;
  border: 1px solid grey;
}
body #sizeHelper::before {
  position: absolute;
  top: -1px;
  left: -81px;
  display: block;
  width: 80px;
  padding-left: 3px;
  background: grey;
}
.size-helper-text {
  position: absolute;
  top: -1px;
  left: -81px;
  display: block;
  width: 80px;
  padding-left: 3px;
  background: grey;
}
@media (max-width: 767px) {
  body #sizeHelper {
    /* RED */
    background-color: #FF6961;
    bottom: 55px;
  }
  body #sizeHelper::before {
    color: #FF6961;
    content: 'screen-xs';
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #sizeHelper {
    /* YELLOW */
    background-color: #FDFD96;
    bottom: 55px;
  }
  body #sizeHelper::before {
    color: #FDFD96;
    content: 'screen-sm';
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body #sizeHelper {
    /* PINK */
    background-color: #FFD1DC;
  }
  body #sizeHelper::before {
    color: #FFD1DC;
    content: 'screen-md';
  }
}
@media (min-width: 1200px) {
  body #sizeHelper {
    /* GREEN */
    background-color: #77DD77;
  }
  body #sizeHelper::before {
    color: #77DD77;
    content: 'screen-lg';
  }
}
/*
 * SECTION: Temporary style that may be useful whilst building the Twitter Bootstrap grid.
 */
/*
.container {
    background: #eaeaea;
}

.row {
    background: #5fb8eb;
}

.col-sm-1 span {
    display: block;
    background: #127ec5;
}
*/
/* *****************************************************************************
 * File: 
 *
 * bwt-layout.less
 * 
 *
 * DESCRIPTION:
 * Only Layout styles 
 * 
 *
 */
/* *****************************************************************************
 * SECTION: General layout
 */
/*#mainArea.container,
#mainAreaLower.container {
    padding-left: 0;
    padding-right: 0;
}*/
/* *****************************************************************************
 * SECTION: Layout 5
 */
#layout5 {
  padding-top: 25px;
}
/* *****************************************************************************
 * PRESS RELEASE PAGE
 */
#pressReleaseListingTemplate .pressReleaseListingWrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#pressReleaseListingTemplate .pressReleaseListingWrapper ul li {
  padding: 18px 0 18px;
  border-top: 1px dotted #cccccc;
}
#pressReleaseListingTemplate .pressReleaseListingWrapper ul li:first-child {
  padding-top: 0;
  border-top-style: none;
}
#pressReleaseListingTemplate .pressReleaseListingWrapper ul li img {
  float: left;
  padding: 0 10px 10px 0;
}
#pressReleaseListingTemplate .pressReleaseListingWrapper .press-release-listing-text {
  padding-left: 130px;
}
#pressReleaseListingTemplate .pressReleaseListingWrapper ul li a:link,
#pressReleaseListingTemplate .pressReleaseListingWrapper ul li a:visited,
#pressReleaseListingTemplate .pressReleaseListingWrapper ul li a:active,
#pressReleaseListingTemplate .pressReleaseListingWrapper ul li a:hover {
  color: #39485f;
}
/* *****************************************************************************
 * SEARCH PAGE
 */
#searchFormSearchPage {
  margin: 12px 0 27px;
}
#searchFormSearchPage .form-control,
#searchFormSearchPage .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #6a6c71;
}
#searchFormSearchPage .btn-default {
  border-style: none;
}
#searchFormSearchPage .btn-default:hover {
  background-color: transparent;
}
#searchFormSearchPage .btn-default .glyphicon-search {
  font-size: 23px;
}
#searchFormSearchPage .form-control,
#searchFormSearchPage .form-control:focus {
  border-style: none;
  box-shadow: none;
  padding: 30px 13px;
  font-size: 23px;
}
/* IE 8 */
.ie8 #searchFormSearchPage .form-control {
  padding: 5px;
}
/* IE 9 */
.ie9 #searchFormSearchPage .form-control {
  padding: 5px;
}
/* IE 10 (NOTE THE CORRECT CLASS IS .IE1) */
.ie1 #searchFormSearchPage .form-control {
  padding: 5px;
}
/* IE 11 */
.ie11 #searchFormSearchPage .form-control {
  padding: 5px;
}
#searchFormSearchPage .input-group {
  border: 1px solid #ccc;
}
ul#searchResultsList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul#searchResultsList li {
  padding: 24px 0;
  margin: 0;
  border-top: 1px dotted #cccccc;
  clear: both;
}
ul#searchResultsList li:first-child {
  padding-top: 0;
  border-top-style: none;
}
ul#searchResultsList li img {
  float: left;
  padding: 0 26px 10px 0;
  margin-bottom: 19px;
}
h4.searchHeading,
ul#searchResultsList li p {
  line-height: 1.2em;
  padding: 0;
  margin: 0;
}
#searchResultsList a:link,
#searchResultsList a:visited,
#searchResultsList a:active,
#searchResultsList a:hover {
  color: #6a6c71;
}
#searchResultsList a:link h4,
#searchResultsList a:visited h4,
#searchResultsList a:active h4,
#searchResultsList a:hover h4,
#searchResultsList a:link strong,
#searchResultsList a:visited strong,
#searchResultsList a:active strong,
#searchResultsList a:hover strong {
  color: #39485f;
}
#searchResultsList a strong {
  font-size: 14px;
}
#search .twitterWrapper,
#search .twitterWrapper h2 {
  margin-top: 0;
  padding-top: 0;
}
#search .twitterWrapper {
  margin-top: 2px;
}
/* *****************************************************************************
 * SITEMAP
 */
#sitemapWrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#sitemapWrapper > ul {
  padding: 0;
  margin: 0 -15px;
}
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > a:link,
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > a:visited,
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > a:active,
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > a:hover {
  /* TOP LEVEL PAGES ONLY */
  color: #6a6c71;
  padding: 10px 21px 10px 8px;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cbcbcb), color-stop(1, #dddddd));
  background: -ms-linear-gradient(bottom, #cbcbcb, #dddddd);
  background: -moz-linear-gradient(center bottom, #cbcbcb 0%, #dddddd 100%);
  background: -o-linear-gradient(#dddddd, #cbcbcb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#cbcbcb', GradientType=0);
  min-height: 11px;
  position: relative;
  display: block;
  line-height: 1em;
  border: 1px solid #ccc;
}
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > a:link span,
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > a:visited span,
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > a:active span,
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > a:hover span {
  width: 7px;
  height: 11px;
  background: url('/css/assets/images/arrowButtonSpr.png') no-repeat scroll 0 0;
  display: block;
  position: absolute;
  right: 8px;
  top: 12px;
}
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > a:hover {
  color: white;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e3949), color-stop(1, #3a495f));
  background: -ms-linear-gradient(bottom, #2e3949, #3a495f);
  background: -moz-linear-gradient(center bottom, #2e3949 0%, #3a495f 100%);
  background: -o-linear-gradient(#3a495f, #2e3949);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a495f', endColorstr='#2e3949', GradientType=0);
  text-decoration: none;
}
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > a:hover span {
  background-position: 0 -100px;
}
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > .sitemapPageWrapperInner {
  border: 1px solid #ccc;
  margin-bottom: 55px;
}
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper .sitemapPageWrapperInner ul li.sitemapPageWrapperInnerReset {
  width: 100%;
  padding: 0;
}
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper .sitemapPageWrapperInner ul li.sitemapPageWrapperInnerReset a:link,
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper .sitemapPageWrapperInner ul li.sitemapPageWrapperInnerReset a:visited,
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper .sitemapPageWrapperInner ul li.sitemapPageWrapperInnerReset a:active,
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper .sitemapPageWrapperInner ul li.sitemapPageWrapperInnerReset a:hover {
  color: #6a6c71;
  display: block;
  padding: 5px 8px;
}
#sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper .sitemapPageWrapperInner ul li.sitemapPageWrapperInnerReset .sitemapPageWrapper .sitemapPageWrapperInner ul li.sitemapPageWrapperInnerReset .sitemapPageWrapper a::before {
  content: "- ";
}
/* *****************************************************************************
 * RESPONSIVE CHANGES
 */
@media (min-width: 768px) {
  /* GREEN, YELLOW & ORANGE */
  #swipeme.pull-left,
  #swipeme.pull-right {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* GREEN */
  #sitemapWrapper > ul > li:nth-child(4n+1) {
    clear: both;
  }
  .ie8 #sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper {
    /* SET TEMP HIGHT */
    min-height: 520px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* YELLOW */
  #sitemapWrapper > ul > li:nth-child(4n+1) {
    clear: both;
  }
  .ie8 #sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper {
    /* SET TEMP HIGHT */
    min-height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* ORANGE */
  #sitemapWrapper > ul > li.sitemapPageWrapperInnerReset {
    margin-bottom: 20px;
  }
  #sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > .sitemapPageWrapperInner {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  /* RED */
  .newsArea {
    border-right-style: none;
    border-left-style: none;
  }
  .newsArea,
  .careersArea {
    padding: 0;
    border-bottom: 1px dotted #cccccc;
  }
  /*.row{
		margin-right:0;
	}*/
  #layout1,
  #layout2,
  #layout3 {
    padding: 0 10px;
  }
  #sitemapWrapper > ul > li.sitemapPageWrapperInnerReset {
    margin-bottom: 20px;
  }
  #sitemapWrapper > ul > li.sitemapPageWrapperInnerReset > .sitemapPageWrapper > .sitemapPageWrapperInner {
    margin-bottom: 0px;
  }
  .ie8.no-svg #ameyMapWrapperNoSVG {
    display: none;
  }
}
/*.svg #ameyMapWrapperNoSVG {
    display: none;
}

.no-svg #ameyMapWrapper {
    display: none;
}

.svg #ameyMapWrapperNoSVG,
.no-svg #ameyMapWrapperNoSVG {
    display: block;
}

.svg #ameyMapWrapper,
.no-svg #ameyMapWrapper {
    display: none;
}*/
/* *****************************************************************************
 * File: 
 *
 * bwt-layout.less
 * 
 *
 * DESCRIPTION:
 * Only button styles 
 * 
 *
 */
/* *****************************************************************************
 * Default button
 */
.btn {
  white-space: inherit;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn.btn-default:hover {
  border-color: #4ba7c8;
  background-color: #4ba7c8;
  color: white;
}
.btn.btn-primary:hover {
  border-color: #6a6c71;
  background-color: #6a6c71;
}
.btn.btn-lg {
  border-width: 2px;
  padding: 10px 40px;
  font-size: 24px;
}
/* *****************************************************************************
 * In page buttons
 */
.inPageImageButton:link,
.inPageImageButton:visited,
.inPageImageButton:active,
.inPageImageButton:hover {
  outline: 8px solid #f7f7f7;
  display: block;
  position: relative;
  margin: 8px 8px 50px;
  -webkit-box-shadow: 0px 8px 13px #cccccc;
  -moz-box-shadow: 0px 8px 13px #cccccc;
  box-shadow: 0px 8px 13px #cccccc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#generalSubPage .inPageImageButton {
  margin-bottom: 75px;
}
#mainAreaLowerWrapper .inPageImageButton:link,
#mainAreaLowerWrapper .inPageImageButton:visited,
#mainAreaLowerWrapper .inPageImageButton:active,
#mainAreaLowerWrapper .inPageImageButton:hover {
  outline-color: white;
}
.inPageImageButton:hover,
#mainAreaLowerWrapper .inPageImageButton:hover {
  outline-color: #4ba7c8;
  text-decoration: none;
}
.inPageImageButton img {
  width: 100%;
}
.inPageImageButton p {
  margin: 0;
  background: transparent url('/assets/images/blueCheckPatternBg.png') repeat 0 0;
  color: white;
  position: absolute;
  bottom: 0;
  padding: 5px 8px;
  width: 100%;
}
/* *****************************************************************************
 * SECTION: ameyButton
 */
.ameyButton,
.ameyButton:link,
.ameyButton:visited,
.ameyButton:active,
.ameyButton:hover {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 21px 10px 21px;
  display: inline-block;
  min-width: 150px;
  min-height: 11px;
  position: relative;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #4ba7c8;
  color: white;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ameyButton:hover {
  background-color: #6a6c71;
  text-decoration: none;
}
.quickLinksArea .ameyButton {
  margin-top: 20px;
  margin-bottom: 0;
}
.ameyButton.previous,
.ameyButton.previous:link,
.ameyButton.previous:visited,
.ameyButton.previous:active,
.ameyButton.previous:hover,
.ameyButton.next,
.ameyButton.next:link,
.ameyButton.next:visited,
.ameyButton.next:active,
.ameyButton.next:hover {
  width: 80px;
}
.ameyButton.next {
  float: right;
}
.ameyButton.previous:link,
.ameyButton.previous:visited,
.ameyButton.previous:active,
.ameyButton.previous:hover {
  text-align: right;
  padding: 10px 8px 10px 21px;
}
.ameyButton.previous:link span,
.ameyButton.previous:visited span,
.ameyButton.previous:active span,
.ameyButton.previous:hover span {
  background: url('/css/assets/images/arrowButtonLeftSpr.png') no-repeat scroll 0 0;
  right: auto;
  left: 8px;
}
/* *****************************************************************************
 * RESPONSIVE CHANGES
 */
@media (max-width: 767px) {
  .ameyButton,
  .ameyButton:link,
  .ameyButton:visited,
  .ameyButton:active,
  .ameyButton:hover {
    width: auto;
  }
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-banner.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 * 
 */
/* *****************************************************************************
 * SECTION: Genric image banner styles. Used in actual banners CA
 */
.img-banner {
  padding-bottom: 0;
  margin-bottom: 0;
}
.img-banner .text {
  padding-top: 100px;
  background-position: center;
  text-align: center;
}
.img-banner .text h1 {
  margin: 0;
  line-height: 1.7em;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
}
.img-banner .text h1 > span {
  padding: 7px 6px 5px 6px;
  background: #4ba7c8;
}
.img-banner .text h2 {
  color: white;
  margin: 0;
  line-height: 1.62em;
  font-size: 90px;
  font-size: 9.0rem;
}
.img-banner .text h2 > span {
  padding: 1px 8px 8px 8px;
  background: transparent url('/assets/images/blueCheckPatternBg.png') repeat 0 0;
}
.img-banner .text p {
  width: 50%;
  margin: 23px 0 0 25%;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .img-banner .img-wrapper {
    width: 1170px;
    height: 410px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .img-banner .img-wrapper {
    width: 970px;
    height: 340px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-banner .img-wrapper {
    width: 750px;
    height: 263px;
  }
}
@media (max-width: 991px) {
  .img-banner .text h1 {
    line-height: 2.2em;
  }
  .img-banner .text h2 {
    line-height: 1.55em;
    font-size: 38px;
    font-size: 3.8rem;
  }
  .img-banner .text h2 > span {
    padding: 1px 8px 3px 8px;
  }
}
@media (max-width: 767px) {
  .img-banner .text p {
    display: none;
  }
}
/* *****************************************************************************
 * SECTION: Full window banner
 */
.full-window-banner {
  margin-bottom: 50px;
  position: relative;
  opacity: 1;
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  min-height: 420px;
}
.full-window-banner .banner-breadcrumbs.with-bg #breadcrumbs {
  border-bottom: none;
}
.full-window-banner #breadcrumbs {
  border-color: white;
}
.full-window-banner .scroll-down {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  background: url(/assets//images/pointer-mouse.png) no-repeat 50% 0;
  height: 50px;
  padding-top: 40px;
  color: white;
}
.touchevents .full-window-banner.img-banner .scroll-down {
  background: url(/assets/images/pointer-hand.png) no-repeat 50% 0;
  height: 70px;
  padding-top: 50px;
}
@media (min-width: 1200px) and (min-height: 600px) and (max-height: 700px) {
  .full-window-banner.img-banner .text {
    padding-top: 96px;
  }
  .full-window-banner.img-banner .text h2 {
    font-size: 47px;
    font-size: 4.7rem;
  }
  .full-window-banner.img-banner .text p {
    width: 60%;
    margin-left: 20%;
  }
}
@media (min-width: 1200px) and (max-height: 600px) {
  .full-window-banner.img-banner .text {
    padding-top: 96px;
  }
  .full-window-banner.img-banner .text h2 {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .full-window-banner.img-banner .text p {
    width: 70%;
    margin-left: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .full-window-banner.img-banner .text h2 {
    font-size: 70px;
    font-size: 7.0rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-height: 600px) and (max-height: 700px) {
  .full-window-banner.img-banner .text {
    padding-top: 96px;
  }
  .full-window-banner.img-banner .text h2 {
    font-size: 70px;
    font-size: 7.0rem;
  }
  .full-window-banner.img-banner .text p {
    width: 70%;
    margin-left: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-height: /*and (min-height: 420px)*/ 600px) {
  .full-window-banner.img-banner .text {
    padding-top: 96px;
  }
  .full-window-banner.img-banner .text h2 {
    font-size: 40px;
    font-size: 4.0rem;
  }
  .full-window-banner.img-banner .text p {
    width: 70%;
    margin-left: 15%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .full-window-banner.img-banner .text p {
    width: 60%;
    margin-left: 20%;
  }
  .full-window-banner.img-banner .scroll-down {
    bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-height: 600px) and (max-height: 700px) {
  .full-window-banner.img-banner .text {
    padding-top: 96px;
  }
  .full-window-banner.img-banner .text p {
    width: 70%;
    margin-left: 15%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-height: 420px) and (max-height: 600px) {
  .full-window-banner.img-banner .text {
    padding-top: 96px;
  }
  .full-window-banner.img-banner .text p {
    width: 70%;
    margin-left: 15%;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .full-window-banner.img-banner .scroll-down {
    background: url(/assets/images/pointer-hand.png) no-repeat 50% 0;
    height: 70px;
    padding-top: 50px;
    bottom: 60px;
  }
}
/* *****************************************************************************
 * SECTION: Full width banner
 */
.full-width-banner.img-banner.full-width-banner-with-bg,
.full-width-banner.img-banner.full-width-banner--img-bg {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.full-width-banner.full-width-banner--img-bg {
  background-image: url(/assets/banner/background_01_manchester.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.full-width-banner.full-width-banner--img-bg img.img-responsive {
  border: 2px solid white;
  box-shadow: 0 0.25rem 0.5rem #0000004D;
}
.full-width-banner.full-width-banner-with-bg {
  background: url(/assets/images/grey-hashed-bg.png) repeat 0 0;
}
.full-width-banner.full-width-banner-with-bg img.img-responsive {
  border: 2px solid white;
  box-shadow: 0 0.25rem 0.5rem #0000004D;
}
.full-width-banner.img-banner {
  padding-bottom: 0;
  padding-top: 0;
}
.full-width-banner.img-banner .text {
  position: absolute;
  top: 0;
}
.full-width-banner.img-banner .text h1 {
  line-height: 1.8em;
}
.full-width-banner.img-banner .text h2 {
  line-height: 1.67em;
  font-size: 60px;
  font-size: 4.7rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .full-width-banner.img-banner .text {
    padding-top: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .full-width-banner.img-banner .text {
    padding-top: 50px;
  }
  .full-width-banner.img-banner .text h2 {
    line-height: 1.68em;
    font-size: 47px;
    font-size: 4.7rem;
  }
}
@media (max-width: 767px) {
  .full-width-banner.img-banner .text {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .full-width-banner.img-banner .text h1 {
    line-height: 1.9em;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .full-width-banner.img-banner .text h2 {
    line-height: 1.91em;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .full-width-banner.img-banner.full-width-banner-with-bg {
    padding-bottom: 25px;
    padding-bottom: 0;
  }
}
/* *****************************************************************************
 * SECTION: Full width banner with full width image
 */
.full-width-banner.img-banner.img-full-width {
  padding-bottom: 55px;
  background-color: #eeeeee;
  background-size: cover;
  width: 100%;
}
/* *****************************************************************************
 * SECTION: Mouse/finger pointer on career campaign page and campaign page
 */
.temp-careerscampaignpage .full-width-banner,
.temp-campaignlandingpage .full-width-banner {
  position: relative;
}
.temp-careerscampaignpage .full-width-banner .scroll-down,
.temp-campaignlandingpage .full-width-banner .scroll-down {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  background: url(/assets//images/pointer-mouse.png) no-repeat 50% 0;
  height: 50px;
  padding-top: 40px;
  color: white;
}
@media (max-width: 767px) {
  .temp-careerscampaignpage .full-width-banner,
  .temp-campaignlandingpage .full-width-banner {
    width: 100vw;
    height: 90vh;
  }
  .temp-careerscampaignpage .full-width-banner .scroll-down,
  .temp-campaignlandingpage .full-width-banner .scroll-down {
    background: url(/assets//images/pointer-hand.png) no-repeat 50% 0;
    bottom: 100px;
    padding-top: 50px;
    height: 70px;
  }
}
/* *****************************************************************************
 * SECTION: Navigation tiles (image with text overlaid over the bottom of image)
 */
.tile-nav-item:link,
.tile-nav-item:visited,
.tile-nav-item:active,
.tile-nav-item:hover {
  border: 8px solid #f7f7f7;
  display: block;
  position: relative;
  margin: 0px 0px 30px 0;
  -webkit-box-shadow: 0px 8px 13px #cccccc;
  -moz-box-shadow: 0px 8px 13px #cccccc;
  box-shadow: 0px 8px 13px #cccccc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tile-nav-item:hover {
  border-color: #4ba7c8;
  text-decoration: none;
}
.tile-nav-item img {
  width: 100%;
}
.tile-nav-item .text {
  margin: 0;
  background: transparent url('/assets/images/blueCheckPatternBg.png') repeat 0 0;
  color: white;
  position: absolute;
  bottom: 0;
  padding: 10px 20px 18px 20px;
  width: 100%;
}
.tile-nav-item .text h1 {
  margin-bottom: 0;
  padding: 5px 0 5px 0;
  font-size: 32px;
  color: white;
}
.tile-nav-item .text p {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.tile-nav-item--small .text {
  padding: 5px 15px 13px 15px;
}
.tile-nav-item--small .text h1 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .tile-nav-item .text {
    position: static;
    padding-bottom: 1em;
  }
  .tile-nav-item .text h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1em;
  }
}
@media (max-width: 991px) {
  .tile-nav-item .text p {
    display: none;
  }
}
/* *****************************************************************************
 * SECTION: Full width area
 */
.full-width-area.full-bg {
  background: url(/assets/images/grey-hashed-bg.png) repeat 0 0;
}
.full-width-area > .container {
  padding-top: 33px;
  padding-bottom: 30px;
  padding-right: 0;
  padding-left: 0;
}
.full-width-area > .container > .row > h1 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .full-width-area > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.full-width-area.slider-text-tiles h1 span {
  float: right;
}
.full-width-area.slider-text-tiles h1 span a:link,
.full-width-area.slider-text-tiles h1 span a:visited,
.full-width-area.slider-text-tiles h1 span a:active,
.full-width-area.slider-text-tiles h1 span a:hover {
  font-size: 16px;
  font-size: 1.6rem;
  color: #39485f;
}
.full-width-area.slider-text-tiles h1 span a:hover {
  color: #4ba7c8;
}
.full-width-area.slider-text-tiles .text-tile {
  border: 3px solid #4ba7c8;
  padding: 45px 20px 25px 20px;
  background-color: white;
  display: block;
  height: 362px;
  position: relative;
}
.full-width-area.slider-text-tiles .text-tile h1 {
  font-size: 26px;
  font-weight: bold;
  color: #4ba7c8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.full-width-area.slider-text-tiles .text-tile p {
  color: #6a6c71;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.full-width-area.slider-text-tiles .text-tile footer {
  position: absolute;
  bottom: 25px;
  color: #6a6c71;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 14px;
}
.full-width-area.slider-text-tiles .text-tile footer dl {
  margin-bottom: 0;
}
.full-width-area.slider-text-tiles .text-tile footer dt:after {
  content: ':';
}
.full-width-area.slider-text-tiles .text-tile:hover {
  background-color: #39485f;
  color: white;
  text-decoration: none;
}
.full-width-area.slider-text-tiles .text-tile:hover h1,
.full-width-area.slider-text-tiles .text-tile:hover p,
.full-width-area.slider-text-tiles .text-tile:hover footer {
  color: white;
}
.full-width-area.slider-text-tiles .carousel {
  padding-bottom: 46px;
}
.full-width-area.slider-text-tiles .carousel .carousel-control {
  opacity: 1;
}
.full-width-area.slider-text-tiles .carousel .carousel-control:hover {
  opacity: 0.7;
}
.full-width-area.slider-text-tiles .carousel .carousel-control.left,
.full-width-area.slider-text-tiles .carousel .carousel-control.right {
  width: auto;
}
.full-width-area.slider-text-tiles .carousel .carousel-control.left > span,
.full-width-area.slider-text-tiles .carousel .carousel-control.right > span {
  background: url(/assets/images/blueCheckPatternBg.png) repeat 0 0;
  box-sizing: content-box;
  padding: 5px;
}
.full-width-area.slider-text-tiles .carousel .carousel-control.left {
  left: -30px;
}
.full-width-area.slider-text-tiles .carousel .carousel-control.right {
  right: -30px;
}
.full-width-area.slider-text-tiles .carousel .carousel-indicators {
  bottom: -5px;
  margin-bottom: 0;
}
.full-width-area.slider-text-tiles .carousel .carousel-indicators li {
  margin: 0 3px 0 3px;
  border: 2px solid #cccccc;
  height: 18px;
  width: 18px;
}
.full-width-area.slider-text-tiles .carousel .carousel-indicators li.active {
  border-color: #4ba7c8;
  background: #4ba7c8;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .full-width-area.slider-text-tiles .text-tile {
    height: 342px;
    padding: 15px 15px 15px 15px;
  }
  .full-width-area.slider-text-tiles .text-tile h1 {
    font-size: 23px;
  }
  .full-width-area.slider-text-tiles .text-tile footer {
    bottom: 0px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .full-width-area.slider-text-tiles .text-tile {
    height: 372px;
    padding: 10px 10px 10px 10px;
  }
  .full-width-area.slider-text-tiles .text-tile h1 {
    font-size: 18px;
  }
  .full-width-area.slider-text-tiles footer {
    bottom: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .full-width-area.slider-text-tiles .text-tile {
    margin-bottom: 15px;
    height: auto;
    padding: 40px 30px 150px 30px;
  }
  .full-width-area.slider-text-tiles .text-tile h1 {
    font-size: 24px;
  }
  .full-width-area.slider-text-tiles footer {
    bottom: 30px;
    margin-bottom: 30px;
  }
  .full-width-area.slider-text-tiles .carousel .carousel-control {
    display: none;
  }
}
/* *****************************************************************************
 * SECTION: Content blocks
 */
.block-content-block {
  margin-bottom: 50px;
}
.block-content-block img {
  border: 4px solid #f7f7f7;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 4px #cccccc;
  -moz-box-shadow: 0px 3px 4px #cccccc;
  box-shadow: 0px 3px 4px #cccccc;
  margin-bottom: 26px;
}
.block-content-block > h1 {
  margin-bottom: 8px;
}
/* *****************************************************************************
 * SECTION: Full width area Twitter
 */
.full-width-area.full-width-area-twitter > .container > h1 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #6a6c71;
}
.full-width-area.full-width-area-twitter > .container > h1 a {
  color: #6a6c71;
}
.full-width-area.full-width-area-twitter .tweet .text {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2em;
  color: #6a6c71;
  word-wrap: break-word;
}
.full-width-area.full-width-area-twitter .tweet .timestamp {
  margin-bottom: 23px;
  color: #6a6c71;
}
.full-width-area.full-width-area-twitter .actions {
  margin-bottom: 60px;
}
.full-width-area.full-width-area-twitter .action {
  margin-right: 20px;
  color: #6a6c71;
}
.full-width-area.full-width-area-twitter .action:hover {
  color: #6a6c71;
}
.full-width-area.full-width-area-twitter .action .glyphicons {
  font-weight: bold;
}
/* *****************************************************************************
 * SECTION: Pager banner for layout 2
 */
#layout2 #pageBannerArea {
  margin-bottom: 33px;
}
#layout2 #pageBannerArea img {
  width: 100%;
}
/* *****************************************************************************
 * File: 
 *
 * bwt-forms.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 */
/*
 * SECTION: All services dropdown filters
 */
.servicesDropDownFilter select {
  width: 100%;
}
.servicesDropDownFilter .service-item-container {
  margin-bottom: 50px;
}
.servicesDropDownFilter .service-item-container .selected-filter {
  clear: both;
}
.servicesDropDownFilter .service-item-container .selected-filter .selected-text,
.servicesDropDownFilter .service-item-container .selected-filter .close-button {
  padding-top: 10px;
}
.servicesDropDownFilter .service-item-container .selected-filter .selected-text {
  float: left;
}
.servicesDropDownFilter .service-item-container .selected-filter .close-button {
  float: right;
}
.all-service-filter {
  margin: 10px 0 0 0;
  padding: 0 0 40px 0;
}
.all-service-filter li {
  margin: 0 0 0 0;
  padding: 0 30px 6px 0;
  list-style: none;
  position: relative;
}
.all-service-filter li a {
  position: absolute;
  top: 0;
  right: 0;
}
/* *****************************************************************************
 * SECTION: Umbraco Contour forms
 */
.contour .contourField {
  margin-bottom: 30px;
}
.contour .contourField .checkboxlist,
.contour .contourField .radiobuttonlist {
  float: initial;
  padding-top: 0;
}
.contour .contourField .checkboxlist .field-validation-error,
.contour .contourField .radiobuttonlist .field-validation-error,
.contour .contourField .checkboxlist .field-validation-valid,
.contour .contourField .radiobuttonlist .field-validation-valid {
  display: block;
  clear: both;
}
.contour .contourField.checkbox input[type="checkbox"] {
  top: 0;
  margin-left: 0;
}
.contour .contourField.recaptcha div div#recaptcha_widget_div {
  margin-left: 0;
}
.contour .contourNavigation input[type=submit] {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 21px 10px 21px;
  display: inline-block;
  min-width: 150px;
  min-height: 11px;
  position: relative;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #4ba7c8;
  color: white;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.contour .contourNavigation input[type=submit]:hover {
  border-color: #6a6c71;
  background-color: #6a6c71;
}
.contour .contourNavigation div {
  margin-bottom: 30px;
}
/* *****************************************************************************
 * SECTION: Umbraco Forms (new version of umbraco contour forms)
 */
.umbraco-forms-form .umbraco-forms-field {
  margin-bottom: 30px;
}
.umbraco-forms-form .umbraco-forms-field .text,
.umbraco-forms-form .umbraco-forms-field textarea {
  min-width: 300px;
}
.umbraco-forms-form .umbraco-forms-field textarea {
  min-height: 100px;
}
.umbraco-forms-form .umbraco-forms-field .checkboxlist,
.umbraco-forms-form .umbraco-forms-field .radiobuttonlist {
  float: none;
}
.umbraco-forms-form .umbraco-forms-field .checkboxlist label,
.umbraco-forms-form .umbraco-forms-field .radiobuttonlist label {
  float: none;
}
.umbraco-forms-form .umbraco-forms-field.radio input [type="radio"],
.umbraco-forms-form .umbraco-forms-field.radio-inline input[type="radio"],
.umbraco-forms-form .umbraco-forms-field.checkbox input[type="checkbox"],
.umbraco-forms-form .umbraco-forms-field.checkbox-inline input[type="checkbox"] {
  top: 0px;
  left: 20px;
}
.umbraco-forms-form .umbraco-forms-field .field-validation-error {
  display: block;
  color: red;
}
.umbraco-forms-form .umbraco-forms-navigation input[type=submit] {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 21px 10px 21px;
  display: inline-block;
  min-width: 150px;
  min-height: 11px;
  position: relative;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #4ba7c8;
  color: white;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.umbraco-forms-form .umbraco-forms-navigation input[type=submit]:hover {
  border-color: #6a6c71;
  background-color: #6a6c71;
}
/* *****************************************************************************
 * File: 
 *
 * bwt-lists.less
 * 
 *
 * DESCRIPTION:
 * Only lists styles 
 * 
 *
 */
.listing-main .pull-left {
  margin-right: 10px;
}
.listing-main a {
  color: #39485f;
}
.listing-main .media-body {
  color: green;
}
.listing-main .media-body h1 {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 23px;
  color: #39485f;
  margin-top: 0;
}
.listing-main .media-body h1 small,
.listing-main .media-body h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.listing-main .media-body h1 small,
.listing-main .media-body h1 .small {
  font-size: 65%;
}
.listing-main .media-body p {
  color: #39485f;
}
/* *****************************************************************************
 * MEDIA PAGE
 */
#mediaTemplate .contactWrapper a:link,
#mediaTemplate .contactWrapper a:visited,
#mediaTemplate .contactWrapper a:active,
#mediaTemplate .contactWrapper a:hover {
  color: #4ba7c8;
}
#mediaTemplate .contactWrapper {
  margin: 28px 0 30px;
}
#mediaTemplate .contactWrapper .tel,
#mediaTemplate .contactWrapper .email {
  padding: 8px 0 7px;
  margin-bottom: 0;
}
#mediaTemplate .contactWrapper .email {
  margin-bottom: 7px;
}
#mediaTemplate h3.media-heading {
  font-size: 23px;
  margin: 15px 0 11px;
}
#mediaTemplate h3.media-heading a:link,
#mediaTemplate h3.media-heading a:visited,
#mediaTemplate h3.media-heading a:active,
#mediaTemplate h3.media-heading a:hover {
  color: #39485f;
}
#mediaTemplate .nav-link-name-container a.nav-link-name-container-title:link,
#mediaTemplate .nav-link-name-container a.nav-link-name-container-title:visited,
#mediaTemplate .nav-link-name-container a.nav-link-name-container-title:active,
#mediaTemplate .nav-link-name-container a.nav-link-name-container-title:hover {
  color: #666666;
}
/*#mediaTemplate .twitterWrapper {
    border-top: 1px dotted @amey-lightGrey;
}*/
/* *****************************************************************************
 * SECTION: lising tiles
 */
.listing-tiles {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .listing-tiles {
    margin: 20px 0 0 0;
  }
  .listing-tiles li {
    padding: 0;
  }
}
/* *****************************************************************************
 * SECTION: Team Memeber listing 
 */
.team-members-listing {
  margin-top: 0;
  margin-bottom: 15px;
}
.team-members-listing .media-left {
  padding-right: 30px;
}
.team-members-listing .media-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
/* *****************************************************************************
 * File: 
 *
 * bwt-flipcard.less
 * 
 *
 * DESCRIPTION:
 *
 * All styles towards flipcards should go in this file. 
 *
 */
@media (min-width: 768px) {
  .flipcard-wrapper {
    padding-top: 30px;
  }
  .flipcard-wrapper > h1 {
    font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 27px;
    color: #39485f;
    margin-top: 0px;
  }
  .flipcard-wrapper > h1 small,
  .flipcard-wrapper > h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
  }
  .flipcard-wrapper > h1 small,
  .flipcard-wrapper > h1 .small {
    font-size: 65%;
  }
  .flip-container {
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    width: 100%;
    margin-bottom: 20px;
  }
  .flip-container:hover .flipper,
  .flip-container.hover .flipper {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .flip-container,
  .flip-container .front,
  .flip-container .back {
    height: 244px;
    width: 100%;
    -webkit-transition: 0s;
    -webkit-transition-delay: 0.2s;
    -moz-transition: 0s;
    -moz-transition-delay: 0.2s;
    -ms-transition: 0s;
    -ms-transition-delay: 0.2s;
    -o-transition: 0s;
    -o-transition-delay: 0.2s;
    transition: 0s;
    transition-delay: 0.2s;
  }
  .flip-container .back {
    opacity: 0;
  }
  .flip-container:hover .front {
    opacity: 0;
  }
  .flip-container:hover .back {
    opacity: 1;
  }
  .flip-container .flipper {
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    position: relative;
  }
  .flip-container .front,
  .flip-container .back {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #cccccc;
  }
  .flip-container .front {
    z-index: 2;
  }
  .flip-container .front h1 {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    background: transparent url('/css/assets/images/blueCheckPatternBg.png') repeat 0 0;
    color: white;
  }
  .flip-container .back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    color: #333333;
    background: white;
  }
  .flip-container .back h1 {
    margin: 0;
    padding: 10px 15px;
    color: #4ba7c8;
    font-size: 16px;
  }
  .flip-container .back p {
    margin: 0px 15px 10px 15px;
  }
  .flip-container a {
    display: block;
  }
  .ie9 .flip-container,
  .ie8 .flip-container,
  .ie7 .flip-container,
  .ie6 .flip-container {
    height: 100%;
  }
  .ie9 .flip-container .front,
  .ie8 .flip-container .front,
  .ie7 .flip-container .front,
  .ie6 .flip-container .front,
  .ie9 .flip-container .back,
  .ie8 .flip-container .back,
  .ie7 .flip-container .back,
  .ie6 .flip-container .back {
    display: block;
    position: relative;
    opacity: 1;
  }
  .ie9 .flip-container .front h1,
  .ie8 .flip-container .front h1,
  .ie7 .flip-container .front h1,
  .ie6 .flip-container .front h1 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flip-container,
  .flip-container .front,
  .flip-container .back {
    height: 198px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flip-container,
  .flip-container .front,
  .flip-container .back {
    height: 234px;
  }
}
@media (max-width: 767px) {
  .flip-container {
    margin-bottom: 45px;
  }
  .flip-container .flipper {
    width: 100%;
    height: 100%;
    display: block;
  }
  .flip-container .front,
  .flip-container .back {
    display: table-cell;
    vertical-align: top;
  }
  .flip-container .front {
    width: 125px;
  }
  .flip-container img {
    width: 110px;
    margin-right: 15px;
  }
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-widgets.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 * 
 */
/*
 * SECTION: Generic widget
 */
.widgetItem {
  margin-bottom: 40px;
}
/*
 * SECTION: Pull Quote
 */
.pull-quote {
  padding: 0 0 0 0;
  border-width: 0;
  font-size: 20px;
  font-style: italic;
}
.pull-quote p {
  margin-bottom: 5px;
}
.pull-quote p.author {
  font-size: 16px;
  font-style: normal;
}
/*
 * SECTION: Button
 */
.widgetItem.genric-text h1 {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 11px;
  font-size: 21px;
  margin-top: 22px;
  margin-bottom: 11px;
  color: #39485f;
}
.widgetItem.genric-text h1 small,
.widgetItem.genric-text h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.widgetItem.genric-text h1 small,
.widgetItem.genric-text h1 .small {
  font-size: 75%;
}
/*
 * SECTION: Twitter Listing
 */
.widgetItem.widgetItem-twitter-listing h1 {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 19px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #39485f;
}
.widgetItem.widgetItem-twitter-listing h1 small,
.widgetItem.widgetItem-twitter-listing h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.widgetItem.widgetItem-twitter-listing h1 small,
.widgetItem.widgetItem-twitter-listing h1 .small {
  font-size: 75%;
}
.widgetItem.widgetItem-twitter-listing .uTwit.tweets .tweet {
  margin: 0px 0 0px 0;
  border-top: 1px solid #4ba7c8;
  padding: 5px 0 5px 0;
}
.widgetItem.widgetItem-twitter-listing .uTwit.tweets .tweet:first-child {
  border-top: none;
  padding-top: 0px;
}
.widgetItem.widgetItem-twitter-listing .uTwit.tweets .tweet:first-child h3 {
  padding-top: 9px;
}
.widgetItem.widgetItem-twitter-listing .uTwit.tweets .tweet .avatar {
  float: left;
}
.widgetItem.widgetItem-twitter-listing .uTwit.tweets .tweet h1 {
  margin: 0 0 0 0;
  padding-top: 12px;
}
.widgetItem.widgetItem-twitter-listing .uTwit.tweets .tweet h1 .tweet-handle {
  color: #6a6c71;
}
.widgetItem.widgetItem-twitter-listing .uTwit.tweets .tweet h1 .timestamp {
  font-size: 12px;
  font-weight: normal;
  color: #6a6c71;
}
.widgetItem.widgetItem-twitter-listing .uTwit.tweets .tweet .text {
  margin-top: 0;
  clear: left;
}
/*
 * SECTION: Twitter Listing
 */
.widgetItem.widgetItem-socialmedia h1 {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 21px;
}
.widgetItem.widgetItem-socialmedia h1 small,
.widgetItem.widgetItem-socialmedia h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.widgetItem.widgetItem-socialmedia h1 small,
.widgetItem.widgetItem-socialmedia h1 .small {
  font-size: 75%;
}
.widgetItem.widgetItem-socialmedia a .social {
  font-size: 40px;
}
/*
 * SECTION: Image Link
 */
.image-link-landscape,
.image-link-portrait,
.image-link-logo {
  position: relative;
}
.image-link-landscape img,
.image-link-portrait img,
.image-link-logo img {
  border: 1px solid #787674;
}
.image-link-landscape .display-play-overlay,
.image-link-portrait .display-play-overlay,
.image-link-logo .display-play-overlay {
  height: 100%;
  width: 100%;
  background: url(/assets/images/play-icon.png) no-repeat 50% 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.image-link-landscape > a + p,
.image-link-portrait > a + p,
.image-link-logo > a + p,
.image-link-landscape > img + p,
.image-link-portrait > img + p,
.image-link-logo > img + p {
  padding-top: 1em;
}
@media (max-width: 767px) {
  .image-link-landscape .img-responsive,
  .image-link-portrait .img-responsive,
  .image-link-logo .img-responsive {
    width: 100%;
  }
}
/*
 * SECTION: Button
 */
.widgetItem.button .btn {
  display: block;
  box-shadow: 0 0.25rem 0.5rem #0000004D;
}
/* *****************************************************************************
 * File: 
 *
 * bwt-fonts.less
 * 
 *
 * DESCRIPTION:
 *
 * All fonts should be declared in here, with appropriate mixing prepared for
 * use throughout the site. An example of on font/weight/style combination 
 * follows:
 *  
 *  
 *  
 *  
 * @font-face {
 *     font-family: 'roboto';
 *     src: url('/assets/fonts/roboto-medium-webfont.eot');
 *     src: url('/assets/fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
 *          url('/assets/fonts/roboto-medium-webfont.woff') format('woff'),
 *          url('/assets/fonts/roboto-medium-webfont.ttf') format('truetype'),
 *          url('/assets/fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
 *     font-weight: 500;   //medium
 *     font-style: normal;
 * }
 * // other font/weight/style combinations should appear here
 * 
 * 
 * 
 * @font-family-roboto: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
 * // other font-families should be declared here
 * 
 * 
 * .font-family-roboto-medium {
 *     font-family: @font-family-roboto;
 *     font-weight: 500;
 * }
 * // other mixins should be declared here
 *   
 */
/* 
 * SECTION: Font imports 
 */
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('/assets/fonts/glyphicons_pro/glyphicons/glyphicons-regular.eot');
  src: url('/assets/fonts/glyphicons_pro/glyphicons/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons_pro/glyphicons/glyphicons-regular.woff2') format('woff2'), url('/assets/fonts/glyphicons_pro/glyphicons/glyphicons-regular.woff') format('woff'), url('/assets/fonts/glyphicons_pro/glyphicons/glyphicons-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons_pro/glyphicons/glyphicons-regular.svg#glyphiconsregular') format('svg');
}
.glyphicons {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicons.x05 {
  font-size: 12px;
}
.glyphicons.x2 {
  font-size: 48px;
}
.glyphicons.x3 {
  font-size: 72px;
}
.glyphicons.x4 {
  font-size: 96px;
}
.glyphicons.x5 {
  font-size: 120px;
}
.glyphicons.light:before {
  color: #f2f2f2;
}
.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.glyphicons-glass:before {
  content: "\E001";
}
.glyphicons-leaf:before {
  content: "\E002";
}
.glyphicons-dog:before {
  content: "\E003";
}
.glyphicons-user:before {
  content: "\E004";
}
.glyphicons-girl:before {
  content: "\E005";
}
.glyphicons-car:before {
  content: "\E006";
}
.glyphicons-user-add:before {
  content: "\E007";
}
.glyphicons-user-remove:before {
  content: "\E008";
}
.glyphicons-film:before {
  content: "\E009";
}
.glyphicons-magic:before {
  content: "\E010";
}
.glyphicons-envelope:before {
  content: "\2709";
}
.glyphicons-camera:before {
  content: "\E011";
}
.glyphicons-heart:before {
  content: "\E013";
}
.glyphicons-beach-umbrella:before {
  content: "\E014";
}
.glyphicons-train:before {
  content: "\E015";
}
.glyphicons-print:before {
  content: "\E016";
}
.glyphicons-bin:before {
  content: "\E017";
}
.glyphicons-music:before {
  content: "\E018";
}
.glyphicons-note:before {
  content: "\E019";
}
.glyphicons-heart-empty:before {
  content: "\E020";
}
.glyphicons-home:before {
  content: "\E021";
}
.glyphicons-snowflake:before {
  content: "\2744";
}
.glyphicons-fire:before {
  content: "\E023";
}
.glyphicons-magnet:before {
  content: "\E024";
}
.glyphicons-parents:before {
  content: "\E025";
}
.glyphicons-binoculars:before {
  content: "\E026";
}
.glyphicons-road:before {
  content: "\E027";
}
.glyphicons-search:before {
  content: "\E028";
}
.glyphicons-cars:before {
  content: "\E029";
}
.glyphicons-notes-2:before {
  content: "\E030";
}
.glyphicons-pencil:before {
  content: "\270F";
}
.glyphicons-bus:before {
  content: "\E032";
}
.glyphicons-wifi-alt:before {
  content: "\E033";
}
.glyphicons-luggage:before {
  content: "\E034";
}
.glyphicons-old-man:before {
  content: "\E035";
}
.glyphicons-woman:before {
  content: "\E036";
}
.glyphicons-file:before {
  content: "\E037";
}
.glyphicons-coins:before {
  content: "\E038";
}
.glyphicons-airplane:before {
  content: "\2708";
}
.glyphicons-notes:before {
  content: "\E040";
}
.glyphicons-stats:before {
  content: "\E041";
}
.glyphicons-charts:before {
  content: "\E042";
}
.glyphicons-pie-chart:before {
  content: "\E043";
}
.glyphicons-group:before {
  content: "\E044";
}
.glyphicons-keys:before {
  content: "\E045";
}
.glyphicons-calendar:before {
  content: "\E046";
}
.glyphicons-router:before {
  content: "\E047";
}
.glyphicons-camera-small:before {
  content: "\E048";
}
.glyphicons-star-empty:before {
  content: "\E049";
}
.glyphicons-star:before {
  content: "\E050";
}
.glyphicons-link:before {
  content: "\E051";
}
.glyphicons-eye-open:before {
  content: "\E052";
}
.glyphicons-eye-close:before {
  content: "\E053";
}
.glyphicons-alarm:before {
  content: "\E054";
}
.glyphicons-clock:before {
  content: "\E055";
}
.glyphicons-stopwatch:before {
  content: "\E056";
}
.glyphicons-projector:before {
  content: "\E057";
}
.glyphicons-history:before {
  content: "\E058";
}
.glyphicons-truck:before {
  content: "\E059";
}
.glyphicons-cargo:before {
  content: "\E060";
}
.glyphicons-compass:before {
  content: "\E061";
}
.glyphicons-keynote:before {
  content: "\E062";
}
.glyphicons-paperclip:before {
  content: "\E063";
}
.glyphicons-power:before {
  content: "\E064";
}
.glyphicons-lightbulb:before {
  content: "\E065";
}
.glyphicons-tag:before {
  content: "\E066";
}
.glyphicons-tags:before {
  content: "\E067";
}
.glyphicons-cleaning:before {
  content: "\E068";
}
.glyphicons-ruler:before {
  content: "\E069";
}
.glyphicons-gift:before {
  content: "\E070";
}
.glyphicons-umbrella:before {
  content: "\2602";
}
.glyphicons-book:before {
  content: "\E072";
}
.glyphicons-bookmark:before {
  content: "\E073";
}
.glyphicons-wifi:before {
  content: "\E074";
}
.glyphicons-cup:before {
  content: "\E075";
}
.glyphicons-stroller:before {
  content: "\E076";
}
.glyphicons-headphones:before {
  content: "\E077";
}
.glyphicons-headset:before {
  content: "\E078";
}
.glyphicons-warning-sign:before {
  content: "\E079";
}
.glyphicons-signal:before {
  content: "\E080";
}
.glyphicons-retweet:before {
  content: "\E081";
}
.glyphicons-refresh:before {
  content: "\E082";
}
.glyphicons-roundabout:before {
  content: "\E083";
}
.glyphicons-random:before {
  content: "\E084";
}
.glyphicons-heat:before {
  content: "\E085";
}
.glyphicons-repeat:before {
  content: "\E086";
}
.glyphicons-display:before {
  content: "\E087";
}
.glyphicons-log-book:before {
  content: "\E088";
}
.glyphicons-address-book:before {
  content: "\E089";
}
.glyphicons-building:before {
  content: "\E090";
}
.glyphicons-eyedropper:before {
  content: "\E091";
}
.glyphicons-adjust:before {
  content: "\E092";
}
.glyphicons-tint:before {
  content: "\E093";
}
.glyphicons-crop:before {
  content: "\E094";
}
.glyphicons-vector-path-square:before {
  content: "\E095";
}
.glyphicons-vector-path-circle:before {
  content: "\E096";
}
.glyphicons-vector-path-polygon:before {
  content: "\E097";
}
.glyphicons-vector-path-line:before {
  content: "\E098";
}
.glyphicons-vector-path-curve:before {
  content: "\E099";
}
.glyphicons-vector-path-all:before {
  content: "\E100";
}
.glyphicons-font:before {
  content: "\E101";
}
.glyphicons-italic:before {
  content: "\E102";
}
.glyphicons-bold:before {
  content: "\E103";
}
.glyphicons-text-underline:before {
  content: "\E104";
}
.glyphicons-text-strike:before {
  content: "\E105";
}
.glyphicons-text-height:before {
  content: "\E106";
}
.glyphicons-text-width:before {
  content: "\E107";
}
.glyphicons-text-resize:before {
  content: "\E108";
}
.glyphicons-left-indent:before {
  content: "\E109";
}
.glyphicons-right-indent:before {
  content: "\E110";
}
.glyphicons-align-left:before {
  content: "\E111";
}
.glyphicons-align-center:before {
  content: "\E112";
}
.glyphicons-align-right:before {
  content: "\E113";
}
.glyphicons-justify:before {
  content: "\E114";
}
.glyphicons-list:before {
  content: "\E115";
}
.glyphicons-text-smaller:before {
  content: "\E116";
}
.glyphicons-text-bigger:before {
  content: "\E117";
}
.glyphicons-embed:before {
  content: "\E118";
}
.glyphicons-embed-close:before {
  content: "\E119";
}
.glyphicons-table:before {
  content: "\E120";
}
.glyphicons-message-full:before {
  content: "\E121";
}
.glyphicons-message-empty:before {
  content: "\E122";
}
.glyphicons-message-in:before {
  content: "\E123";
}
.glyphicons-message-out:before {
  content: "\E124";
}
.glyphicons-message-plus:before {
  content: "\E125";
}
.glyphicons-message-minus:before {
  content: "\E126";
}
.glyphicons-message-ban:before {
  content: "\E127";
}
.glyphicons-message-flag:before {
  content: "\E128";
}
.glyphicons-message-lock:before {
  content: "\E129";
}
.glyphicons-message-new:before {
  content: "\E130";
}
.glyphicons-inbox:before {
  content: "\E131";
}
.glyphicons-inbox-plus:before {
  content: "\E132";
}
.glyphicons-inbox-minus:before {
  content: "\E133";
}
.glyphicons-inbox-lock:before {
  content: "\E134";
}
.glyphicons-inbox-in:before {
  content: "\E135";
}
.glyphicons-inbox-out:before {
  content: "\E136";
}
.glyphicons-cogwheel:before {
  content: "\E137";
}
.glyphicons-cogwheels:before {
  content: "\E138";
}
.glyphicons-picture:before {
  content: "\E139";
}
.glyphicons-adjust-alt:before {
  content: "\E140";
}
.glyphicons-database-lock:before {
  content: "\E141";
}
.glyphicons-database-plus:before {
  content: "\E142";
}
.glyphicons-database-minus:before {
  content: "\E143";
}
.glyphicons-database-ban:before {
  content: "\E144";
}
.glyphicons-folder-open:before {
  content: "\E145";
}
.glyphicons-folder-plus:before {
  content: "\E146";
}
.glyphicons-folder-minus:before {
  content: "\E147";
}
.glyphicons-folder-lock:before {
  content: "\E148";
}
.glyphicons-folder-flag:before {
  content: "\E149";
}
.glyphicons-folder-new:before {
  content: "\E150";
}
.glyphicons-edit:before {
  content: "\E151";
}
.glyphicons-new-window:before {
  content: "\E152";
}
.glyphicons-check:before {
  content: "\E153";
}
.glyphicons-unchecked:before {
  content: "\E154";
}
.glyphicons-more-windows:before {
  content: "\E155";
}
.glyphicons-show-big-thumbnails:before {
  content: "\E156";
}
.glyphicons-show-thumbnails:before {
  content: "\E157";
}
.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158";
}
.glyphicons-show-lines:before {
  content: "\E159";
}
.glyphicons-playlist:before {
  content: "\E160";
}
.glyphicons-imac:before {
  content: "\E161";
}
.glyphicons-macbook:before {
  content: "\E162";
}
.glyphicons-ipad:before {
  content: "\E163";
}
.glyphicons-iphone:before {
  content: "\E164";
}
.glyphicons-iphone-transfer:before {
  content: "\E165";
}
.glyphicons-iphone-exchange:before {
  content: "\E166";
}
.glyphicons-ipod:before {
  content: "\E167";
}
.glyphicons-ipod-shuffle:before {
  content: "\E168";
}
.glyphicons-ear-plugs:before {
  content: "\E169";
}
.glyphicons-record:before {
  content: "\E170";
}
.glyphicons-step-backward:before {
  content: "\E171";
}
.glyphicons-fast-backward:before {
  content: "\E172";
}
.glyphicons-rewind:before {
  content: "\E173";
}
.glyphicons-play:before {
  content: "\E174";
}
.glyphicons-pause:before {
  content: "\E175";
}
.glyphicons-stop:before {
  content: "\E176";
}
.glyphicons-forward:before {
  content: "\E177";
}
.glyphicons-fast-forward:before {
  content: "\E178";
}
.glyphicons-step-forward:before {
  content: "\E179";
}
.glyphicons-eject:before {
  content: "\E180";
}
.glyphicons-facetime-video:before {
  content: "\E181";
}
.glyphicons-download-alt:before {
  content: "\E182";
}
.glyphicons-mute:before {
  content: "\E183";
}
.glyphicons-volume-down:before {
  content: "\E184";
}
.glyphicons-volume-up:before {
  content: "\E185";
}
.glyphicons-screenshot:before {
  content: "\E186";
}
.glyphicons-move:before {
  content: "\E187";
}
.glyphicons-more:before {
  content: "\E188";
}
.glyphicons-brightness-reduce:before {
  content: "\E189";
}
.glyphicons-brightness-increase:before {
  content: "\E190";
}
.glyphicons-circle-plus:before {
  content: "\E191";
}
.glyphicons-circle-minus:before {
  content: "\E192";
}
.glyphicons-circle-remove:before {
  content: "\E193";
}
.glyphicons-circle-ok:before {
  content: "\E194";
}
.glyphicons-circle-question-mark:before {
  content: "\E195";
}
.glyphicons-circle-info:before {
  content: "\E196";
}
.glyphicons-circle-exclamation-mark:before {
  content: "\E197";
}
.glyphicons-remove:before {
  content: "\E198";
}
.glyphicons-ok:before {
  content: "\E199";
}
.glyphicons-ban:before {
  content: "\E200";
}
.glyphicons-download:before {
  content: "\E201";
}
.glyphicons-upload:before {
  content: "\E202";
}
.glyphicons-shopping-cart:before {
  content: "\E203";
}
.glyphicons-lock:before {
  content: "\E204";
}
.glyphicons-unlock:before {
  content: "\E205";
}
.glyphicons-electricity:before {
  content: "\E206";
}
.glyphicons-ok-2:before {
  content: "\E207";
}
.glyphicons-remove-2:before {
  content: "\E208";
}
.glyphicons-cart-out:before {
  content: "\E209";
}
.glyphicons-cart-in:before {
  content: "\E210";
}
.glyphicons-left-arrow:before {
  content: "\E211";
}
.glyphicons-right-arrow:before {
  content: "\E212";
}
.glyphicons-down-arrow:before {
  content: "\E213";
}
.glyphicons-up-arrow:before {
  content: "\E214";
}
.glyphicons-resize-small:before {
  content: "\E215";
}
.glyphicons-resize-full:before {
  content: "\E216";
}
.glyphicons-circle-arrow-left:before {
  content: "\E217";
}
.glyphicons-circle-arrow-right:before {
  content: "\E218";
}
.glyphicons-circle-arrow-top:before {
  content: "\E219";
}
.glyphicons-circle-arrow-down:before {
  content: "\E220";
}
.glyphicons-play-button:before {
  content: "\E221";
}
.glyphicons-unshare:before {
  content: "\E222";
}
.glyphicons-share:before {
  content: "\E223";
}
.glyphicons-chevron-right:before {
  content: "\E224";
}
.glyphicons-chevron-left:before {
  content: "\E225";
}
.glyphicons-bluetooth:before {
  content: "\E226";
}
.glyphicons-euro:before {
  content: "\20AC";
}
.glyphicons-usd:before {
  content: "\E228";
}
.glyphicons-gbp:before {
  content: "\E229";
}
.glyphicons-retweet-2:before {
  content: "\E230";
}
.glyphicons-moon:before {
  content: "\E231";
}
.glyphicons-sun:before {
  content: "\2609";
}
.glyphicons-cloud:before {
  content: "\2601";
}
.glyphicons-direction:before {
  content: "\E234";
}
.glyphicons-brush:before {
  content: "\E235";
}
.glyphicons-pen:before {
  content: "\E236";
}
.glyphicons-zoom-in:before {
  content: "\E237";
}
.glyphicons-zoom-out:before {
  content: "\E238";
}
.glyphicons-pin:before {
  content: "\E239";
}
.glyphicons-albums:before {
  content: "\E240";
}
.glyphicons-rotation-lock:before {
  content: "\E241";
}
.glyphicons-flash:before {
  content: "\E242";
}
.glyphicons-google-maps:before {
  content: "\E243";
}
.glyphicons-anchor:before {
  content: "\2693";
}
.glyphicons-conversation:before {
  content: "\E245";
}
.glyphicons-chat:before {
  content: "\E246";
}
.glyphicons-male:before {
  content: "\E247";
}
.glyphicons-female:before {
  content: "\E248";
}
.glyphicons-asterisk:before {
  content: "\002A";
}
.glyphicons-divide:before {
  content: "\00F7";
}
.glyphicons-snorkel-diving:before {
  content: "\E251";
}
.glyphicons-scuba-diving:before {
  content: "\E252";
}
.glyphicons-oxygen-bottle:before {
  content: "\E253";
}
.glyphicons-fins:before {
  content: "\E254";
}
.glyphicons-fishes:before {
  content: "\E255";
}
.glyphicons-boat:before {
  content: "\E256";
}
.glyphicons-delete:before {
  content: "\E257";
}
.glyphicons-sheriffs-star:before {
  content: "\E258";
}
.glyphicons-qrcode:before {
  content: "\E259";
}
.glyphicons-barcode:before {
  content: "\E260";
}
.glyphicons-pool:before {
  content: "\E261";
}
.glyphicons-buoy:before {
  content: "\E262";
}
.glyphicons-spade:before {
  content: "\E263";
}
.glyphicons-bank:before {
  content: "\E264";
}
.glyphicons-vcard:before {
  content: "\E265";
}
.glyphicons-electrical-plug:before {
  content: "\E266";
}
.glyphicons-flag:before {
  content: "\E267";
}
.glyphicons-credit-card:before {
  content: "\E268";
}
.glyphicons-keyboard-wireless:before {
  content: "\E269";
}
.glyphicons-keyboard-wired:before {
  content: "\E270";
}
.glyphicons-shield:before {
  content: "\E271";
}
.glyphicons-ring:before {
  content: "\02DA";
}
.glyphicons-cake:before {
  content: "\E273";
}
.glyphicons-drink:before {
  content: "\E274";
}
.glyphicons-beer:before {
  content: "\E275";
}
.glyphicons-fast-food:before {
  content: "\E276";
}
.glyphicons-cutlery:before {
  content: "\E277";
}
.glyphicons-pizza:before {
  content: "\E278";
}
.glyphicons-birthday-cake:before {
  content: "\E279";
}
.glyphicons-tablet:before {
  content: "\E280";
}
.glyphicons-settings:before {
  content: "\E281";
}
.glyphicons-bullets:before {
  content: "\E282";
}
.glyphicons-cardio:before {
  content: "\E283";
}
.glyphicons-t-shirt:before {
  content: "\E284";
}
.glyphicons-pants:before {
  content: "\E285";
}
.glyphicons-sweater:before {
  content: "\E286";
}
.glyphicons-fabric:before {
  content: "\E287";
}
.glyphicons-leather:before {
  content: "\E288";
}
.glyphicons-scissors:before {
  content: "\E289";
}
.glyphicons-bomb:before {
  content: "\E290";
}
.glyphicons-skull:before {
  content: "\E291";
}
.glyphicons-celebration:before {
  content: "\E292";
}
.glyphicons-tea-kettle:before {
  content: "\E293";
}
.glyphicons-french-press:before {
  content: "\E294";
}
.glyphicons-coffee-cup:before {
  content: "\E295";
}
.glyphicons-pot:before {
  content: "\E296";
}
.glyphicons-grater:before {
  content: "\E297";
}
.glyphicons-kettle:before {
  content: "\E298";
}
.glyphicons-hospital:before {
  content: "\E299";
}
.glyphicons-hospital-h:before {
  content: "\E300";
}
.glyphicons-microphone:before {
  content: "\E301";
}
.glyphicons-webcam:before {
  content: "\E302";
}
.glyphicons-temple-christianity-church:before {
  content: "\E303";
}
.glyphicons-temple-islam:before {
  content: "\E304";
}
.glyphicons-temple-hindu:before {
  content: "\E305";
}
.glyphicons-temple-buddhist:before {
  content: "\E306";
}
.glyphicons-bicycle:before {
  content: "\E307";
}
.glyphicons-life-preserver:before {
  content: "\E308";
}
.glyphicons-share-alt:before {
  content: "\E309";
}
.glyphicons-comments:before {
  content: "\E310";
}
.glyphicons-flower:before {
  content: "\2698";
}
.glyphicons-baseball:before {
  content: "\26BE";
}
.glyphicons-rugby:before {
  content: "\E313";
}
.glyphicons-ax:before {
  content: "\E314";
}
.glyphicons-table-tennis:before {
  content: "\E315";
}
.glyphicons-bowling:before {
  content: "\E316";
}
.glyphicons-tree-conifer:before {
  content: "\E317";
}
.glyphicons-tree-deciduous:before {
  content: "\E318";
}
.glyphicons-more-items:before {
  content: "\E319";
}
.glyphicons-sort:before {
  content: "\E320";
}
.glyphicons-filter:before {
  content: "\E321";
}
.glyphicons-gamepad:before {
  content: "\E322";
}
.glyphicons-playing-dices:before {
  content: "\E323";
}
.glyphicons-calculator:before {
  content: "\E324";
}
.glyphicons-tie:before {
  content: "\E325";
}
.glyphicons-wallet:before {
  content: "\E326";
}
.glyphicons-piano:before {
  content: "\E327";
}
.glyphicons-sampler:before {
  content: "\E328";
}
.glyphicons-podium:before {
  content: "\E329";
}
.glyphicons-soccer-ball:before {
  content: "\E330";
}
.glyphicons-blog:before {
  content: "\E331";
}
.glyphicons-dashboard:before {
  content: "\E332";
}
.glyphicons-certificate:before {
  content: "\E333";
}
.glyphicons-bell:before {
  content: "\E334";
}
.glyphicons-candle:before {
  content: "\E335";
}
.glyphicons-pushpin:before {
  content: "\E336";
}
.glyphicons-iphone-shake:before {
  content: "\E337";
}
.glyphicons-pin-flag:before {
  content: "\E338";
}
.glyphicons-turtle:before {
  content: "\E339";
}
.glyphicons-rabbit:before {
  content: "\E340";
}
.glyphicons-globe:before {
  content: "\E341";
}
.glyphicons-briefcase:before {
  content: "\E342";
}
.glyphicons-hdd:before {
  content: "\E343";
}
.glyphicons-thumbs-up:before {
  content: "\E344";
}
.glyphicons-thumbs-down:before {
  content: "\E345";
}
.glyphicons-hand-right:before {
  content: "\E346";
}
.glyphicons-hand-left:before {
  content: "\E347";
}
.glyphicons-hand-up:before {
  content: "\E348";
}
.glyphicons-hand-down:before {
  content: "\E349";
}
.glyphicons-fullscreen:before {
  content: "\E350";
}
.glyphicons-shopping-bag:before {
  content: "\E351";
}
.glyphicons-book-open:before {
  content: "\E352";
}
.glyphicons-nameplate:before {
  content: "\E353";
}
.glyphicons-nameplate-alt:before {
  content: "\E354";
}
.glyphicons-vases:before {
  content: "\E355";
}
.glyphicons-bullhorn:before {
  content: "\E356";
}
.glyphicons-dumbbell:before {
  content: "\E357";
}
.glyphicons-suitcase:before {
  content: "\E358";
}
.glyphicons-file-import:before {
  content: "\E359";
}
.glyphicons-file-export:before {
  content: "\E360";
}
.glyphicons-bug:before {
  content: "\E361";
}
.glyphicons-crown:before {
  content: "\E362";
}
.glyphicons-smoking:before {
  content: "\E363";
}
.glyphicons-cloud-download:before {
  content: "\E364";
}
.glyphicons-cloud-upload:before {
  content: "\E365";
}
.glyphicons-restart:before {
  content: "\E366";
}
.glyphicons-security-camera:before {
  content: "\E367";
}
.glyphicons-expand:before {
  content: "\E368";
}
.glyphicons-collapse:before {
  content: "\E369";
}
.glyphicons-collapse-top:before {
  content: "\E370";
}
.glyphicons-globe-af:before {
  content: "\E371";
}
.glyphicons-global:before {
  content: "\E372";
}
.glyphicons-spray:before {
  content: "\E373";
}
.glyphicons-nails:before {
  content: "\E374";
}
.glyphicons-claw-hammer:before {
  content: "\E375";
}
.glyphicons-classic-hammer:before {
  content: "\E376";
}
.glyphicons-hand-saw:before {
  content: "\E377";
}
.glyphicons-riflescope:before {
  content: "\E378";
}
.glyphicons-electrical-socket-eu:before {
  content: "\E379";
}
.glyphicons-electrical-socket-us:before {
  content: "\E380";
}
.glyphicons-message-forward:before {
  content: "\E381";
}
.glyphicons-coat-hanger:before {
  content: "\E382";
}
.glyphicons-dress:before {
  content: "\E383";
}
.glyphicons-bathrobe:before {
  content: "\E384";
}
.glyphicons-shirt:before {
  content: "\E385";
}
.glyphicons-underwear:before {
  content: "\E386";
}
.glyphicons-log-in:before {
  content: "\E387";
}
.glyphicons-log-out:before {
  content: "\E388";
}
.glyphicons-exit:before {
  content: "\E389";
}
.glyphicons-new-window-alt:before {
  content: "\E390";
}
.glyphicons-video-sd:before {
  content: "\E391";
}
.glyphicons-video-hd:before {
  content: "\E392";
}
.glyphicons-subtitles:before {
  content: "\E393";
}
.glyphicons-sound-stereo:before {
  content: "\E394";
}
.glyphicons-sound-dolby:before {
  content: "\E395";
}
.glyphicons-sound-5-1:before {
  content: "\E396";
}
.glyphicons-sound-6-1:before {
  content: "\E397";
}
.glyphicons-sound-7-1:before {
  content: "\E398";
}
.glyphicons-copyright-mark:before {
  content: "\E399";
}
.glyphicons-registration-mark:before {
  content: "\E400";
}
.glyphicons-radar:before {
  content: "\E401";
}
.glyphicons-skateboard:before {
  content: "\E402";
}
.glyphicons-golf-course:before {
  content: "\E403";
}
.glyphicons-sorting:before {
  content: "\E404";
}
.glyphicons-sort-by-alphabet:before {
  content: "\E405";
}
.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406";
}
.glyphicons-sort-by-order:before {
  content: "\E407";
}
.glyphicons-sort-by-order-alt:before {
  content: "\E408";
}
.glyphicons-sort-by-attributes:before {
  content: "\E409";
}
.glyphicons-sort-by-attributes-alt:before {
  content: "\E410";
}
.glyphicons-compressed:before {
  content: "\E411";
}
.glyphicons-package:before {
  content: "\E412";
}
.glyphicons-cloud-plus:before {
  content: "\E413";
}
.glyphicons-cloud-minus:before {
  content: "\E414";
}
.glyphicons-disk-save:before {
  content: "\E415";
}
.glyphicons-disk-open:before {
  content: "\E416";
}
.glyphicons-disk-saved:before {
  content: "\E417";
}
.glyphicons-disk-remove:before {
  content: "\E418";
}
.glyphicons-disk-import:before {
  content: "\E419";
}
.glyphicons-disk-export:before {
  content: "\E420";
}
.glyphicons-tower:before {
  content: "\E421";
}
.glyphicons-send:before {
  content: "\E422";
}
.glyphicons-git-branch:before {
  content: "\E423";
}
.glyphicons-git-create:before {
  content: "\E424";
}
.glyphicons-git-private:before {
  content: "\E425";
}
.glyphicons-git-delete:before {
  content: "\E426";
}
.glyphicons-git-merge:before {
  content: "\E427";
}
.glyphicons-git-pull-request:before {
  content: "\E428";
}
.glyphicons-git-compare:before {
  content: "\E429";
}
.glyphicons-git-commit:before {
  content: "\E430";
}
.glyphicons-construction-cone:before {
  content: "\E431";
}
.glyphicons-shoe-steps:before {
  content: "\E432";
}
.glyphicons-plus:before {
  content: "\002B";
}
.glyphicons-minus:before {
  content: "\2212";
}
.glyphicons-redo:before {
  content: "\E435";
}
.glyphicons-undo:before {
  content: "\E436";
}
.glyphicons-golf:before {
  content: "\E437";
}
.glyphicons-hockey:before {
  content: "\E438";
}
.glyphicons-pipe:before {
  content: "\E439";
}
.glyphicons-wrench:before {
  content: "\E440";
}
.glyphicons-folder-closed:before {
  content: "\E441";
}
.glyphicons-phone-alt:before {
  content: "\E442";
}
.glyphicons-earphone:before {
  content: "\E443";
}
.glyphicons-floppy-disk:before {
  content: "\E444";
}
.glyphicons-floppy-saved:before {
  content: "\E445";
}
.glyphicons-floppy-remove:before {
  content: "\E446";
}
.glyphicons-floppy-save:before {
  content: "\E447";
}
.glyphicons-floppy-open:before {
  content: "\E448";
}
.glyphicons-translate:before {
  content: "\E449";
}
.glyphicons-fax:before {
  content: "\E450";
}
.glyphicons-factory:before {
  content: "\E451";
}
.glyphicons-shop-window:before {
  content: "\E452";
}
.glyphicons-shop:before {
  content: "\E453";
}
.glyphicons-kiosk:before {
  content: "\E454";
}
.glyphicons-kiosk-wheels:before {
  content: "\E455";
}
.glyphicons-kiosk-light:before {
  content: "\E456";
}
.glyphicons-kiosk-food:before {
  content: "\E457";
}
.glyphicons-transfer:before {
  content: "\E458";
}
.glyphicons-money:before {
  content: "\E459";
}
.glyphicons-header:before {
  content: "\E460";
}
.glyphicons-blacksmith:before {
  content: "\E461";
}
.glyphicons-saw-blade:before {
  content: "\E462";
}
.glyphicons-basketball:before {
  content: "\E463";
}
.glyphicons-server:before {
  content: "\E464";
}
.glyphicons-server-plus:before {
  content: "\E465";
}
.glyphicons-server-minus:before {
  content: "\E466";
}
.glyphicons-server-ban:before {
  content: "\E467";
}
.glyphicons-server-flag:before {
  content: "\E468";
}
.glyphicons-server-lock:before {
  content: "\E469";
}
.glyphicons-server-new:before {
  content: "\E470";
}
.glyphicons-charging-station:before {
  content: "\F471";
}
.glyphicons-gas-station:before {
  content: "\E472";
}
.glyphicons-target:before {
  content: "\E473";
}
.glyphicons-bed-alt:before {
  content: "\E474";
}
.glyphicons-mosquito-net:before {
  content: "\E475";
}
.glyphicons-dining-set:before {
  content: "\E476";
}
.glyphicons-plate-of-food:before {
  content: "\E477";
}
.glyphicons-hygiene-kit:before {
  content: "\E478";
}
.glyphicons-blackboard:before {
  content: "\E479";
}
.glyphicons-marriage:before {
  content: "\E480";
}
.glyphicons-bucket:before {
  content: "\E481";
}
.glyphicons-none-color-swatch:before {
  content: "\E482";
}
.glyphicons-bring-forward:before {
  content: "\E483";
}
.glyphicons-bring-to-front:before {
  content: "\E484";
}
.glyphicons-send-backward:before {
  content: "\E485";
}
.glyphicons-send-to-back:before {
  content: "\E486";
}
.glyphicons-fit-frame-to-image:before {
  content: "\E487";
}
.glyphicons-fit-image-to-frame:before {
  content: "\E488";
}
.glyphicons-multiple-displays:before {
  content: "\E489";
}
.glyphicons-handshake:before {
  content: "\E490";
}
.glyphicons-child:before {
  content: "\E491";
}
.glyphicons-baby-formula:before {
  content: "\E492";
}
.glyphicons-medicine:before {
  content: "\E493";
}
.glyphicons-atv-vehicle:before {
  content: "\E494";
}
.glyphicons-motorcycle:before {
  content: "\E495";
}
.glyphicons-bed:before {
  content: "\E496";
}
.glyphicons-tent:before {
  content: "\26FA";
}
.glyphicons-glasses:before {
  content: "\E498";
}
.glyphicons-sunglasses:before {
  content: "\E499";
}
.glyphicons-family:before {
  content: "\E500";
}
.glyphicons-education:before {
  content: "\E501";
}
.glyphicons-shoes:before {
  content: "\E502";
}
.glyphicons-map:before {
  content: "\E503";
}
.glyphicons-cd:before {
  content: "\E504";
}
.glyphicons-alert:before {
  content: "\E505";
}
.glyphicons-piggy-bank:before {
  content: "\E506";
}
.glyphicons-star-half:before {
  content: "\E507";
}
.glyphicons-cluster:before {
  content: "\E508";
}
.glyphicons-flowchart:before {
  content: "\E509";
}
.glyphicons-commodities:before {
  content: "\E510";
}
.glyphicons-duplicate:before {
  content: "\E511";
}
.glyphicons-copy:before {
  content: "\E512";
}
.glyphicons-paste:before {
  content: "\E513";
}
.glyphicons-bath-bathtub:before {
  content: "\E514";
}
.glyphicons-bath-shower:before {
  content: "\E515";
}
.glyphicons-shower:before {
  content: "\1F6BF";
}
.glyphicons-menu-hamburger:before {
  content: "\E517";
}
.glyphicons-option-vertical:before {
  content: "\E518";
}
.glyphicons-option-horizontal:before {
  content: "\E519";
}
.glyphicons-currency-conversion:before {
  content: "\E520";
}
.glyphicons-user-ban:before {
  content: "\E521";
}
.glyphicons-user-lock:before {
  content: "\E522";
}
.glyphicons-user-flag:before {
  content: "\E523";
}
.glyphicons-user-asterisk:before {
  content: "\E524";
}
.glyphicons-user-alert:before {
  content: "\E525";
}
.glyphicons-user-key:before {
  content: "\E526";
}
.glyphicons-user-conversation:before {
  content: "\E527";
}
.glyphicons-database:before {
  content: "\E528";
}
.glyphicons-database-search:before {
  content: "\E529";
}
.glyphicons-list-alt:before {
  content: "\E530";
}
.glyphicons-hazard-sign:before {
  content: "\E531";
}
.glyphicons-hazard:before {
  content: "\E532";
}
.glyphicons-stop-sign:before {
  content: "\E533";
}
.glyphicons-lab:before {
  content: "\E534";
}
.glyphicons-lab-alt:before {
  content: "\E535";
}
.glyphicons-ice-cream:before {
  content: "\E536";
}
.glyphicons-ice-lolly:before {
  content: "\E537";
}
.glyphicons-ice-lolly-tasted:before {
  content: "\E538";
}
.glyphicons-invoice:before {
  content: "\E539";
}
.glyphicons-cart-tick:before {
  content: "\E540";
}
.glyphicons-hourglass:before {
  content: "\231B";
}
.glyphicons-cat:before {
  content: "\1F408";
}
.glyphicons-lamp:before {
  content: "\E543";
}
.glyphicons-scale-classic:before {
  content: "\E544";
}
.glyphicons-eye-plus:before {
  content: "\E545";
}
.glyphicons-eye-minus:before {
  content: "\E546";
}
.glyphicons-quote:before {
  content: "\E547";
}
.glyphicons-bitcoin:before {
  content: "\E548";
}
.glyphicons-yen:before {
  content: "\00A5";
}
.glyphicons-ruble:before {
  content: "\20BD";
}
.glyphicons-erase:before {
  content: "\E551";
}
.glyphicons-podcast:before {
  content: "\E552";
}
.glyphicons-firework:before {
  content: "\E553";
}
.glyphicons-scale:before {
  content: "\E554";
}
.glyphicons-king:before {
  content: "\E555";
}
.glyphicons-queen:before {
  content: "\E556";
}
.glyphicons-pawn:before {
  content: "\E557";
}
.glyphicons-bishop:before {
  content: "\E558";
}
.glyphicons-knight:before {
  content: "\E559";
}
.glyphicons-mic-mute:before {
  content: "\E560";
}
.glyphicons-voicemail:before {
  content: "\E561";
}
.glyphicons-paragraph:before {
  content: "\00B6";
}
.glyphicons-person-walking:before {
  content: "\E563";
}
.glyphicons-person-wheelchair:before {
  content: "\E564";
}
.glyphicons-underground:before {
  content: "\E565";
}
.glyphicons-car-hov:before {
  content: "\E566";
}
.glyphicons-car-rental:before {
  content: "\E567";
}
.glyphicons-transport:before {
  content: "\E568";
}
.glyphicons-taxi:before {
  content: "\1F695";
}
.glyphicons-ice-cream-no:before {
  content: "\E570";
}
.glyphicons-uk-rat-u:before {
  content: "\E571";
}
.glyphicons-uk-rat-pg:before {
  content: "\E572";
}
.glyphicons-uk-rat-12a:before {
  content: "\E573";
}
.glyphicons-uk-rat-12:before {
  content: "\E574";
}
.glyphicons-uk-rat-15:before {
  content: "\E575";
}
.glyphicons-uk-rat-18:before {
  content: "\E576";
}
.glyphicons-uk-rat-r18:before {
  content: "\E577";
}
.glyphicons-tv:before {
  content: "\E578";
}
.glyphicons-sms:before {
  content: "\E579";
}
.glyphicons-mms:before {
  content: "\E580";
}
.glyphicons-us-rat-g:before {
  content: "\E581";
}
.glyphicons-us-rat-pg:before {
  content: "\E582";
}
.glyphicons-us-rat-pg-13:before {
  content: "\E583";
}
.glyphicons-us-rat-restricted:before {
  content: "\E584";
}
.glyphicons-us-rat-no-one-17:before {
  content: "\E585";
}
.glyphicons-equalizer:before {
  content: "\E586";
}
.glyphicons-speakers:before {
  content: "\E587";
}
.glyphicons-remote-control:before {
  content: "\E588";
}
.glyphicons-remote-control-tv:before {
  content: "\E589";
}
.glyphicons-shredder:before {
  content: "\E590";
}
.glyphicons-folder-heart:before {
  content: "\E591";
}
.glyphicons-person-running:before {
  content: "\E592";
}
.glyphicons-person:before {
  content: "\E593";
}
.glyphicons-voice:before {
  content: "\E594";
}
.glyphicons-stethoscope:before {
  content: "\E595";
}
.glyphicons-hotspot:before {
  content: "\E596";
}
.glyphicons-activity:before {
  content: "\E597";
}
.glyphicons-watch:before {
  content: "\231A";
}
.glyphicons-scissors-alt:before {
  content: "\E599";
}
.glyphicons-car-wheel:before {
  content: "\E600";
}
.glyphicons-chevron-up:before {
  content: "\E601";
}
.glyphicons-chevron-down:before {
  content: "\E602";
}
.glyphicons-superscript:before {
  content: "\E603";
}
.glyphicons-subscript:before {
  content: "\E604";
}
.glyphicons-text-size:before {
  content: "\E605";
}
.glyphicons-text-color:before {
  content: "\E606";
}
.glyphicons-text-background:before {
  content: "\E607";
}
.glyphicons-modal-window:before {
  content: "\E608";
}
.glyphicons-newspaper:before {
  content: "\1F4F0";
}
.glyphicons-tractor:before {
  content: "\1F69C";
}
/* 
* 
* THIS IS A SMALL BONUS FOR ALL CURIOUS PEOPLE :) 
* Just add class .animated and .pulse, .rotateIn, .bounce, .swing or .tada to you HTML element with icons. You may find other great css animations here: http://coveloping.com/tools/css-animation-generator 
* 
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@font-face {
  font-family: 'Glyphicons Social';
  src: url('/assets/fonts/glyphicons_pro/glyphicons_social/glyphicons-social-regular.eot');
  src: url('/assets/fonts/glyphicons_pro/glyphicons_social/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons_pro/glyphicons_social/glyphicons-social-regular.woff2') format('woff2'), url('/assets/fonts/glyphicons_pro/glyphicons_social/glyphicons-social-regular.woff') format('woff'), url('/assets/fonts/glyphicons_pro/glyphicons_social/glyphicons-social-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons_pro/glyphicons_social/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg');
}
.social {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Social';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social.x05 {
  font-size: 12px;
}
.social.x2 {
  font-size: 48px;
}
.social.x3 {
  font-size: 72px;
}
.social.x4 {
  font-size: 96px;
}
.social.x5 {
  font-size: 120px;
}
.social.light:before {
  color: #f2f2f2;
}
.social.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.social.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.social.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.social.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.social.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.social.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.social-pinterest:before {
  content: "\E001";
}
.social-dropbox:before {
  content: "\E002";
}
.social-google-plus:before {
  content: "\E003";
}
.social-jolicloud:before {
  content: "\E004";
}
.social-yahoo:before {
  content: "\E005";
}
.social-blogger:before {
  content: "\E006";
}
.social-picasa:before {
  content: "\E007";
}
.social-amazon:before {
  content: "\E008";
}
.social-tumblr:before {
  content: "\E009";
}
.social-wordpress:before {
  content: "\E010";
}
.social-instapaper:before {
  content: "\E011";
}
.social-evernote:before {
  content: "\E012";
}
.social-xing:before {
  content: "\E013";
}
.social-zootool:before {
  content: "\E014";
}
.social-dribbble:before {
  content: "\E015";
}
.social-deviantart:before {
  content: "\E016";
}
.social-read-it-later:before {
  content: "\E017";
}
.social-linked-in:before {
  content: "\E018";
}
.social-forrst:before {
  content: "\E019";
}
.social-pinboard:before {
  content: "\E020";
}
.social-behance:before {
  content: "\E021";
}
.social-github:before {
  content: "\E022";
}
.social-youtube:before {
  content: "\E023";
}
.social-skitch:before {
  content: "\E024";
}
.social-foursquare:before {
  content: "\E025";
}
.social-quora:before {
  content: "\E026";
}
.social-badoo:before {
  content: "\E027";
}
.social-spotify:before {
  content: "\E028";
}
.social-stumbleupon:before {
  content: "\E029";
}
.social-readability:before {
  content: "\E030";
}
.social-facebook:before {
  content: "\E031";
}
.social-twitter:before {
  content: "\E032";
}
.social-instagram:before {
  content: "\E033";
}
.social-posterous-spaces:before {
  content: "\E034";
}
.social-vimeo:before {
  content: "\E035";
}
.social-flickr:before {
  content: "\E036";
}
.social-last-fm:before {
  content: "\E037";
}
.social-rss:before {
  content: "\E038";
}
.social-skype:before {
  content: "\E039";
}
.social-e-mail:before {
  content: "\E040";
}
.social-vine:before {
  content: "\E041";
}
.social-myspace:before {
  content: "\E042";
}
.social-goodreads:before {
  content: "\E043";
}
.social-apple:before {
  content: "\F8FF";
}
.social-windows:before {
  content: "\E045";
}
.social-yelp:before {
  content: "\E046";
}
.social-playstation:before {
  content: "\E047";
}
.social-xbox:before {
  content: "\E048";
}
.social-android:before {
  content: "\E049";
}
.social-ios:before {
  content: "\E050";
}
.social-wikipedia:before {
  content: "\E051";
}
.social-pocket:before {
  content: "\E052";
}
.social-steam:before {
  content: "\E053";
}
.social-souncloud:before {
  content: "\E054";
}
.social-slideshare:before {
  content: "\E055";
}
.social-netflix:before {
  content: "\E056";
}
.social-paypal:before {
  content: "\E057";
}
.social-google-drive:before {
  content: "\E058";
}
.social-linux-foundation:before {
  content: "\E059";
}
.social-ebay:before {
  content: "\E060";
}
/* 
* 
* THIS IS A SMALL BONUS FOR ALL CURIOUS PEOPLE :) 
* Just add class .animated and .pulse, .rotateIn, .bounce, .swing or .tada to you HTML element with icons. You may find other great css animations here: http://coveloping.com/tools/css-animation-generator 
* 
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* 
 * SECTION: Font mixins
 */
/*
.font-family-amey-main {
	font-family: @font-family-amey-main;
	font-weight: 500;
}
.font-family-amey-bold {
	font-family: @font-family-amey-main;
	font-weight: 900;
}
strong, b{
	.font-family-amey-bold
}
h1{
	color:@amey-darkBlue;
	font-weight: 500;
}
*/
/* *****************************************************************************
 * FILE: 
 *
 * bwt-header.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 */
header {
  position: relative;
}
#logoArea {
  margin-bottom: 16px;
}
header .logoArea {
  text-align: center;
}
header .logoArea #mainLogo {
  margin: 0 auto;
  margin-top: 20px;
  background: transparent url("/assets/images/amey-logo-header-current.svg?v=220919210200") no-repeat scroll top left;
  background-size: contain;
  width: 290px;
  height: 84px;
  display: block;
  background-position: center left;
}
@media (max-width: 767px) {
  header .logoArea #mainLogo {
    width: 200px;
  }
}
.no-svg header .logoArea #mainLogo {
  background-image: url("/assets/images/amey-logo.jpg");
}
header #searchFormDesktop {
  margin-bottom: 15px;
}
header #searchFormDesktop .input-group {
  border: none;
}
header #searchFormDesktop #searchQuery {
  height: 60px;
  border-bottom: 1px solid white;
  background-color: transparent;
  font-size: 23px;
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  color: white;
}
header #searchFormDesktop #searchQuery::-webkit-input-placeholder {
  color: white;
}
header #searchFormDesktop #searchQuery::-moz-placeholder {
  color: white;
}
header #searchFormDesktop #searchQuery:-ms-input-placeholder {
  color: white;
}
header #searchFormDesktop #searchQuery:-moz-placeholder {
  color: white;
}
header #searchFormDesktop .btn-default {
  background-color: transparent;
}
header #searchFormDesktop .btn.btn-default {
  color: white;
}
header #searchFormDesktop .glyphicon {
  font-size: 20px;
}
header .form-control,
header .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
header .form-control,
header .form-control:focus {
  height: 30px;
  border-style: none;
  box-shadow: none;
}
header .input-group {
  border: 1px solid #ccc;
}
/* *****************************************************************************
 * RESPONSIVE CHANGES
 */
@media (min-width: 1200px) {
  /* GREEN */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* YELLOW */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* ORANGE */
  header .logoArea #mainLogo {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* RED */
  header .logoArea {
    text-align: left;
    margin-bottom: 10px;
  }
  header .logoArea #mainLogo {
    margin: 10px 0 0;
  }
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-footer.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 * 
 */
footer #SocialNavigation {
  background: red;
  height: auto !important;
  height: 75px;
  min-height: 75px;
}
footer #mainFooterArea {
  background: yellow;
  height: auto !important;
  height: 54px;
  min-height: 54px;
}
footer #SocialNavigation .nav-tabs {
  border-bottom-style: none;
  display: block;
  text-align: center;
}
footer #mainFooterArea .nav-tabs {
  border-bottom-style: none;
  display: block;
  text-align: right;
}
footer #SocialNavigation .nav-tabs > li,
footer #mainFooterArea .nav-tabs > li {
  float: none;
  display: inline-block;
}
footer #SocialNavigation .nav-tabs > li.phone {
  display: none;
}
footer #SocialNavigation .nav-tabs > li.mail a,
footer #SocialNavigation .nav-tabs > li.twitter a,
footer #SocialNavigation .nav-tabs > li.linkedin a {
  background: url('/css/assets/images/socialEmail.png') no-repeat scroll top left;
  width: 52px;
  height: 52px;
  margin-top: 10px;
}
footer #SocialNavigation .nav-tabs > li.twitter a {
  background-image: url('/css/assets/images/socialTwitter.png');
}
footer #SocialNavigation .nav-tabs > li.linkedin a {
  background-image: url('/css/assets/images/socialLinkedIn.png');
}
footer #SocialNavigation .nav-tabs > li a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
footer #SocialNavigation .nav-tabs > li {
  margin-left: 61px;
}
footer #SocialNavigation .nav-tabs > li:first-child {
  margin-left: 0;
}
footer #SocialNavigation .nav-tabs > li.mail a span,
footer #SocialNavigation .nav-tabs > li.twitter a span,
footer #SocialNavigation .nav-tabs > li.linkedin a span {
  display: none;
}
footer #SocialNavigation .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  margin: 17px 0 0;
  border-style: none;
}
footer #mainFooterArea .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  margin: 17px 0;
  border-style: none;
  border-left: 2px solid pink;
}
footer #SocialNavigation .nav-tabs > li > a:hover {
  background-color: transparent;
  border-style: none;
}
footer #mainFooterArea .nav-tabs > li > a:hover {
  background-color: transparent;
  border-style: none;
}
footer #SocialNavigation .nav-tabs > li:first-child > a,
footer #SocialNavigation .nav-tabs > li:first-child > a:hover,
footer #mainFooterArea .nav-tabs > li:first-child > a,
footer #mainFooterArea .nav-tabs > li:first-child > a:hover {
  padding-left: 0;
  border-left-style: none;
}
footer #mainFooterArea .copyStatement {
  margin-top: 17px;
}
/* *****************************************************************************
 * IE 7
 */
.ie7 footer #SocialNavigation .nav-tabs {
  margin: 0 auto;
  max-width: 330px;
}
.ie7 footer #SocialNavigation .nav-tabs > li,
.ie7 footer #mainFooterArea .nav-tabs > li {
  float: left;
  display: block;
}
.ie7 footer #SocialNavigation .nav-tabs > li.phone {
  display: none;
}
/* *****************************************************************************
 * RESPONSIVE CHANGES
 */
@media (max-width: 767px) {
  /* RED */
  footer #mainFooterArea .nav-tabs {
    text-align: left;
  }
  footer #mainFooterArea .nav-tabs > li {
    display: block;
  }
  footer #mainFooterArea .nav-tabs > li > a {
    border-style: none;
    padding: 0;
  }
  footer #mainFooterArea .nav-tabs > li > a:hover {
    border-left-style: none;
  }
  footer #mainFooterArea .copyStatement {
    margin-top: 0;
    margin-bottom: 17px;
  }
  footer #SocialNavigation .nav-tabs > li {
    margin-left: 30px;
  }
}
footer {
  margin-bottom: 30px;
}
footer #socialIcons {
  margin-top: 60px;
}
footer #socialIcons .social::before {
  display: block;
  margin: 0 20px 0 0;
  font-size: 40px;
  color: #4ba7c8;
}
footer #socialIcons .social::after {
  height: 0;
}
footer #socialIcons .social:hover::before {
  color: #6a6c71;
}
footer #navigationFooter p.amey-copy {
  float: left;
  font-size: 12px;
  padding: 5px 0;
}
footer #navigationFooter ul.nav {
  border-bottom: 0;
  float: right;
}
footer #navigationFooter ul.nav li a {
  /*padding: 0 10px;
            border-right: 1px solid black;
            color: black;
            .rounded(0);*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  margin: 5px 0;
  border-style: none;
  border-left: 1px solid #cccccc;
  font-size: 14px;
  color: #6a6c71;
}
footer #navigationFooter ul.nav li:first-child a {
  border-left: none;
}
footer #navigationFooter ul.nav li:last-of-type a {
  padding-right: 0;
  border-right: 0;
}
footer #navigationFooter ul.nav li a:hover {
  background-color: transparent;
  border-color: #cccccc;
  color: #4ba7c8;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer {
    margin-bottom: 60px;
  }
  footer #socialIcons {
    text-align: center;
  }
  footer #socialIcons .social::before {
    margin: 0 10px 0 0;
  }
  footer #navigationFooter {
    margin-top: 30px;
    text-align: center;
  }
  footer #navigationFooter p.amey-copy {
    float: none;
  }
  footer #navigationFooter ul.nav {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  footer {
    margin-bottom: 60px;
  }
  footer #navigationFooter {
    margin-top: 10px;
  }
  footer #navigationFooter ul.nav {
    float: none;
  }
  footer #navigationFooter ul.nav li {
    float: none;
  }
  footer #navigationFooter ul.nav li a {
    border-left: none;
    padding: 0 10px 0 0;
  }
}
/* *****************************************************************************
 * File: 
 *
 * bwt-navigation-main.less
 * 
 *
 * DESCRIPTION:
 *
 * Use this file for all main navigation styles
 *
 */
header .nav-tabs > li > a {
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header #menuArea .navbar-default .navbar-collapse ul.nav li a {
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header #menuArea .navbar-default .caret {
  display: none;
}
header #menuArea {
  background: #f7f8f8;
  border-bottom: 1px solid white;
}
header #menuArea .navigation-wrapper .navigation-container .navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
header #menuArea .navbar-default {
  background-color: transparent;
  min-height: 30px;
  margin-bottom: 0;
}
header #menuArea .navbar-default,
header #menuArea .navbar-default .navbar-collapse {
  border-style: none;
}
header #menuArea .navbar-default .navbar-collapse {
  position: relative;
}
header #menuArea .navbar-default .navbar-collapse ul.nav li a,
header #menuArea .navbar-default .navbar-collapse ul.nav li > span {
  display: block;
  padding: 9px 30px;
  color: #6a6c71;
  font-size: 16px;
  cursor: pointer;
}
header #menuArea .navbar-default .navbar-collapse ul.nav li:first-child a {
  border-left-style: none;
}
header #menuArea .navbar-default .navbar-collapse ul.nav li ul {
  padding: 0;
}
header #menuArea .navbar-default .navbar-collapse ul.nav li ul li a {
  border-left-style: none;
  font-size: 16px;
  font-size: 15px;
}
header #menuArea .navbar-default .navbar-collapse ul.nav li ul li a:hover,
header #menuArea .navbar-default .navbar-collapse ul.nav li ul li a:focus {
  background-color: transparent;
  text-decoration: underline;
}
header #menuArea .navbar-default .navbar-collapse ul.nav li ul li:first-child a span {
  text-indent: 0;
  background-image: none;
  width: auto;
}
header #menuArea .navbar-default .navbar-nav > .active > a,
header #menuArea .navbar-default .navbar-nav > .active > a:hover,
header #menuArea .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #6a6c71;
}
header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol {
  background-color: transparent;
}
header #menuArea .navbar-default .navbar-nav > .open > a,
header #menuArea .navbar-default .navbar-nav > .open > a:hover,
header #menuArea .navbar-default .navbar-nav > .open > a:focus,
header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol ul li {
  background-color: transparent;
}
header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol ul li {
  padding: 0 25px;
}
header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol ul li strong,
header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol ul li a {
  padding: 0;
  display: block;
  color: #6a6c71;
}
header .nav-tabs {
  border-bottom-style: none;
  display: block;
  text-align: center;
}
header .nav-tabs > li {
  float: none;
  display: inline-block;
}
.ie7 header .nav-tabs > li {
  float: left;
  display: block;
}
header .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  margin: 17px 0 18px;
  border-style: none;
  border-left: 1px solid #cccccc;
  font-size: 14px;
  color: #6a6c71;
}
header .nav-tabs > li > a:hover {
  background-color: transparent;
  border-color: #cccccc;
  color: #4ba7c8;
  text-decoration: underline;
}
header .nav-tabs > li:first-child > a,
header .nav-tabs > li:first-child > a:hover {
  padding-left: 0;
  border-left-style: none;
}
@media (min-width: 768px) {
  /* GREEN, YELLOW & ORANGE */
  .darkbox.active {
    background-color: #000;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 143px;
    z-index: 300;
  }
  /*header #menuArea{
		margin-bottom:5px
	}*/
  header .nav-tabs {
    text-align: right;
  }
  /*header #menuArea .navbar-default .navbar-collapse ul.nav > li:first-child a span{
		text-indent:-100000px;
		display:inline-block;
		background: transparent url('/assets/images/homeIcon.png') no-repeat scroll top left;
		width: 22px;
	}*/
  header #menuArea .navbar-default .navbar-collapse ul.nav > li:first-child a {
    width: 0;
    height: 0;
    font-size: 0;
    padding-left: 0px;
    margin-left: 30px;
    padding-right: 30px;
  }
  header #menuArea .navbar-default .navbar-collapse ul.nav > li:first-child a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e021";
    display: block;
    font-size: 16px;
  }
  header #menuArea #navSliderArea {
    height: 3px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    bottom: -1px;
  }
  header #menuArea #navSliderArea #navSliderMarker {
    height: 3px;
    position: absolute;
    width: 50px;
    background-color: #4ba7c8;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    left: 15px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu {
    border-style: none;
    width: 946px;
    background-color: #f7f8f8;
    background-color: rgba(247, 248, 248, 0.95);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 41px;
  }
  header #menuArea .navbar-default .navbar-collapse ul.nav li a .caret {
    display: none;
  }
  header #menuArea .navbar-default .navbar-collapse ul.nav li ul li a {
    color: #6a6c71;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol {
    float: left;
    padding: 0;
    margin: 0 0 20px;
    min-height: 233px;
    width: 315px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol3 {
    border-left: 1px dotted #39485f;
    position: relative;
    top: -30px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol ul {
    list-style-type: none;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area {
    width: 630px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title {
    padding: 20px 0 0 25px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:link,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:visited,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:active,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:hover {
    display: block;
    position: relative;
    width: 265px;
    font-size: 17px;
    color: #6a6c71;
    padding: 9px 25px 9px 10px;
    text-decoration: none;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:link span:before,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:visited span:before,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:active span:before,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:hover span:before {
    font-family: 'Glyphicons Halflings';
    content: "\e092";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 9px;
    height: 11px;
    color: #cccccc;
    font-size: 12px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:link:hover,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:visited:hover,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:active:hover,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:hover:hover {
    background: #4ba7c8;
    color: white;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:link:hover span,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:visited:hover span,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:active:hover span,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:hover:hover span {
    right: 5px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:link:hover span:before,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:visited:hover span:before,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:active:hover span:before,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:hover:hover span:before {
    color: white;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-intro {
    color: white;
    margin: 0 25px;
    padding: 0 10px 0 10px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol ul li:first-child a {
    border-top: 1px solid lightgrey;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol ul li a {
    border-bottom: 1px solid lightgrey;
    padding: 12px 20px 10px 10px;
    position: relative;
    margin: 0;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol1 ul li a span:before,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol2 ul li a span:before {
    font-family: 'Glyphicons Halflings';
    content: "\e092";
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 9px;
    height: 11px;
    color: #cccccc;
    font-size: 12px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol1 ul li a:hover,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol2 ul li a:hover {
    color: white;
    text-decoration: none;
    background-color: #4ba7c8;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol1 ul li a:hover span:before,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol2 ul li a:hover span:before {
    color: white;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol1 ul li a:hover span,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol2 ul li a:hover span {
    right: 5px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol ul li strong,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol ul li a {
    color: #666;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdown-menu-close-menu {
    clear: both;
    text-align: center;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdown-menu-close-menu a {
    font-size: 20px;
    color: #6a6c71;
  }
  .ipad .darkbox.active {
    display: none;
  }
  #swipeNav {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* GREEN */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* YELLOW */
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu {
    width: 796px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol {
    width: 263px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area {
    width: 526px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:link,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:visited,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:active,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:hover {
    width: 213px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* ORANGE */
  header #menuArea .navbar-default .navbar-collapse ul.nav li a,
  header #menuArea .navbar-default .navbar-collapse ul.nav li span {
    padding: 9px 25px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu {
    width: 606px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol {
    width: 202px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area {
    width: 404px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:link,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:visited,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:active,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:hover {
    width: 151px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:link span,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:visited span,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:active span,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu .dropdown-menu-main-title-area .dropdown-menu-main-title a:hover span {
    top: 12px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol1 ul li a span,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol2 ul li a span {
    top: 14px;
  }
}
@media (max-width: 767px) {
  /* RED */
  header #menuArea {
    height: 0;
  }
  header #menuArea .navbar-default .navbar-collapse {
    margin-top: 30px;
    border-style: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu {
    margin-left: 20px;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu,
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li ul {
    list-style-type: none;
  }
  header #menuArea .navbar-default .navbar-nav li.dropdown ul.dropdown-menu li.dropdownMenuCol3 img {
    display: none;
  }
  header .headerMenuWrapper ul.nav-tabs > li > a {
    padding: 0 2px;
    border-left-style: none;
  }
  .darkbox.active {
    display: none;
  }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-style: none;
    padding: 0;
    margin: 0;
    background-color: #4ba7c8;
  }
  .navbar-default .navbar-search:hover,
  .navbar-default .navbar-search:focus,
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #4ba7c8;
  }
  .navbar-default .navbar-toggle .icon-bar {
    width: 25px;
    height: 3px;
    background-color: white;
  }
  .navbar-toggle {
    position: absolute;
    top: -75px;
    right: 0;
  }
  #closeNav.navbar-toggle {
    top: 19px;
  }
  #closeNav.navbar-toggle .icon-bar {
    width: 50px;
    height: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #4ba7c8;
  }
  .navbar-default .navbar-search.glyphicons::before {
    font-size: 21px;
    color: white;
  }
  .navbar-search {
    position: absolute;
    top: -75px;
    right: 60px;
    cursor: pointer;
  }
  #searchFormMobile {
    margin-top: 60px;
  }
  /* *****************************************************************************
	 *SECTION: off-canvas navigation
	 */
  /*
	#swipeMain {
		position: relative;
		overflow: hidden;
		z-index: 0;
	}
	#swipeNav {
		display: block;
		width: 85%;
		right: -85%;
		min-height: 100%;
		float: left;
		position: fixed;
		top: 0px;
		bottom: 0px;
		padding: 15px;
		box-sizing: border-box;
		background: rgb(48,48,48);
		z-index: 1000;
		.bwt-transition;
		overflow-y:scroll;
	}
	#swipeNav .main.dropdown-menu{
		position:relative;
		background-color: transparent;
		float: none;
		border-style: none;
		.rounded(0);
		box-shadow:none;
        padding-left: 15px;
        padding-right: 15px;
	}
	#swipeNav .nav > li > a:hover,
	#swipeNav .nav > li > a:focus{
		background-color: transparent;
	}
	


	.dropdownMenuCol2,
	.dropdownMenuCol3{
		display:none;
	}
	.pull-left #swipeNav {
		right: 0;
	}
	#swipeNav ul.nav li.dropdown a .caret{
		.rotation(@deg:270deg);
	}
	#swipeNav ul.nav li.dropdown.open a .caret{
		.rotation(@deg:0deg);
	}
    */
}
html.ie8 .darkbox.active,
html.ie8 header #menuArea #navSliderArea {
  display: none;
}
/* *****************************************************************************
*  SECTION: mobile navigation
*/
.mm-panels > .mm-panel {
  background: #eff2f7;
}
.mm-panels > .mm-panel .mm-navbar {
  background-color: #4ba7c8;
}
.mm-panels > .mm-panel .mm-navbar .mm-btn:before,
.mm-panels > .mm-panel .mm-navbar .mm-btn:after {
  border-color: white;
}
.mm-panels > .mm-panel .mm-navbar .mm-title {
  color: white;
}
.mm-panels > .mm-panel .mm-listview > li.active a {
  color: #4ba7c8;
}
.mm-panels > .mm-panel .mm-listview > li.active a.mm-next::after {
  border-color: #4ba7c8;
}
.mm-listview > li > a,
.mm-listview > li > span {
  white-space: normal;
  color: #6a6c71;
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: #6a6c71;
}
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: #6a6c71;
}
/*
 *SECTION: new styles for 2017
 */
/*
#menuArea {
    position: absolute;

    .navigation-wrapper {

        .col-xs-24 {
            position:static; 
            .navbar.navbar-default.navbar-absolute {
                #header-navigation {
                    position:static; 
                    .nav.navbar-nav > li.dropdown { position: static; }
                }
            }
        }
    }
} 
*/
/* *****************************************************************************
 * FILE: 
 *
 * odin-banner-tiles.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 */
/*
@media (max-width: @screen-xs-max) {
    .banner-tiles {height: calc(90vw / 1);}
}
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
    .banner-tiles {height: calc(90vw / 1);}
}
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
    .banner-tiles {height: calc(90vw / 2);}
}
@media (min-width: @screen-lg-min) {
    .banner-tiles {height: calc(90vw / 3);}
}
*/
.tiles {
  height: calc(30vw);
}
.tiles {
  margin: 0;
}
.tiles .row-tile-y-100 {
  margin: 0;
  height: 100%;
}
.tiles .row-tile-y-50 {
  margin: 0;
  height: 50%;
}
.tiles .no-space {
  margin: 0;
  padding: 0;
  height: 100%;
}
.tiles .tile {
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tiles {
    height: calc(45vw);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tiles {
    height: calc(270vw);
  }
  .tiles > .no-space {
    height: 33.3333%;
  }
}
@media (max-width: 767px) {
  .tiles {
    height: auto;
  }
  .tiles .no-space {
    height: calc(90vw);
  }
}
/* *****************************************************************************
 * FILE: 
 *
 * odin-banner-tiles-v2.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 */
.banner-tiles-v2 {
  background-color: #eff2f7;
}
.banner-tiles-v2.full-width-banner {
  padding-bottom: 0;
}
.banner-tiles-v2.full-width-banner.before-slope {
  padding-bottom: 220px;
}
.banner-tiles-v2 > .container > h1 {
  margin-bottom: 50px;
  color: #4ba7c8;
  text-align: center;
}
.banner-tiles-v2 > .container > .tiles-v2 {
  height: auto;
  margin: 0;
  padding: 0;
}
.banner-tiles-v2 > .container > .tiles-v2 .row {
  margin: 0;
  height: auto;
}
.banner-tiles-v2 > .container > .tiles-v2 .row .tile {
  display: block;
  height: 53vw;
  padding: 7.5px 0;
  overflow: hidden;
}
.banner-tiles-v2 > .container > .tiles-v2 .row .tile > .panel {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.banner-tiles-v2 > .container > .tiles-v2 .row .tile > .panel > .panel-heading > h1 {
  font-size: 40px;
}
.banner-tiles-v2 > .container > .tiles-v2 .row .tile > .panel > .panel-body {
  display: none;
  font-size: 20px;
}
.banner-tiles-v2 > .container > .tile-button {
  margin-top: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-tiles-v2 > .container {
    /*padding-left: 0;
            padding-right: 0;*/
  }
  .banner-tiles-v2 > .container > .tiles-v2 .row .tile {
    height: 400px;
  }
  .banner-tiles-v2 > .container > .tiles-v2 .row .tile > .panel > .panel-body {
    display: block;
  }
}
@media (min-width: 992px) {
  .banner-tiles-v2 > .container > .tiles-v2 .row .tile {
    height: 311px;
    padding: 7.5px;
    /*&:first-child {
                            padding-left: 0;
                        }

                        &:last-child {
                            padding-right: 0;
                        }*/
  }
}
@media (min-width: 1200px) {
  .banner-tiles-v2 > .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .banner-tiles-v2 > .container > .tiles-v2 .row .tile {
    height: 375px;
  }
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-breadcrumbs.less
 * 
 * 
 *
 * DESCRIPTION:
 *dasdas
 */
@media (max-width: 767px) {
  .banner-breadcrumbs ol.breadcrumb {
    display: none;
  }
}
#breadcrumbArea {
  padding: 10px 0 4px;
  border-top: 1px solid white;
  font-size: 14px;
  border-bottom: 1px dotted #cccccc;
}
#breadcrumbArea ol.breadcrumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
}
#breadcrumbArea ol.breadcrumb li a:link,
#breadcrumbArea ol.breadcrumb li a:visited,
#breadcrumbArea ol.breadcrumb li a:active,
#breadcrumbArea ol.breadcrumb li a:hover {
  color: #6a6c71;
}
#breadcrumbArea ol.breadcrumb > li + li::before {
  content: "\003e";
  padding: 0 5px;
  color: #6a6c71;
}
@media (max-width: 991px) {
  #breadcrumbArea {
    background: none;
  }
}
#breadcrumbs {
  margin-right: 15px;
  margin-left: 15px;
  padding: 8px 0 4px;
  font-size: 14px;
  border-bottom: 1px dotted transparent;
}
#breadcrumbs ol.breadcrumb {
  margin-bottom: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  /*height: 32px;*/
  line-height: 32px;
}
#breadcrumbs ol.breadcrumb li {
  color: #6a6c71;
}
#breadcrumbs ol.breadcrumb li a:link,
#breadcrumbs ol.breadcrumb li a:visited,
#breadcrumbs ol.breadcrumb li a:active,
#breadcrumbs ol.breadcrumb li a:hover {
  color: #39485f;
}
#breadcrumbs ol.breadcrumb > li + li::before {
  content: "\003e";
  padding: 0 5px;
  color: #39485f;
}
#breadcrumbs .bread-action {
  padding: 0;
  text-align: right;
  /*height: 32px;*/
}
#breadcrumbs .bread-action .links {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  position: relative;
  margin-right: 30px;
}
#breadcrumbs .bread-action .links a {
  font-size: 16px;
  color: #39485f;
}
#breadcrumbs .bread-action .links a:before {
  content: '>';
  display: inline-block;
}
#breadcrumbs .bread-action .addthis_sharing_toolbox {
  float: none;
  display: inline-block;
  margin-top: 0;
  height: 32px;
  line-height: 32px;
}
#breadcrumbs .bread-action .at-share-tbx-element {
  height: 32px;
}
.amey-addthis-wrapper {
  height: 32px;
  vertical-align: middle;
}
.amey-addthis-wrapper a {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1em;
  margin-right: 5px;
}
.amey-addthis-wrapper a .amey-addthis-item-last {
  margin-right: 0;
}
.amey-addthis-wrapper a span {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1em;
  color: #6a6c71;
}
.amey-addthis-wrapper a span.social:before {
  color: #6a6c71;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}
.amey-addthis-wrapper a span.social:after {
  background-color: transparent;
}
.amey-addthis-wrapper a:hover span {
  color: #515357;
}
.amey-addthis-wrapper a:hover span.social:before {
  color: #515357;
}
.img-banner.full-window-banner #breadcrumbs ol.breadcrumb li,
.img-banner.img-full-width #breadcrumbs ol.breadcrumb li {
  color: white;
}
.img-banner.full-window-banner #breadcrumbs ol.breadcrumb li a:link,
.img-banner.img-full-width #breadcrumbs ol.breadcrumb li a:link,
.img-banner.full-window-banner #breadcrumbs ol.breadcrumb li a:visited,
.img-banner.img-full-width #breadcrumbs ol.breadcrumb li a:visited,
.img-banner.full-window-banner #breadcrumbs ol.breadcrumb li a:active,
.img-banner.img-full-width #breadcrumbs ol.breadcrumb li a:active,
.img-banner.full-window-banner #breadcrumbs ol.breadcrumb li a:hover,
.img-banner.img-full-width #breadcrumbs ol.breadcrumb li a:hover {
  color: white;
  text-decoration: none;
}
.img-banner.full-window-banner #breadcrumbs ol.breadcrumb li a:hover,
.img-banner.img-full-width #breadcrumbs ol.breadcrumb li a:hover {
  color: white;
  text-decoration: underline;
}
.img-banner.full-window-banner #breadcrumbs ol.breadcrumb > li + li::before,
.img-banner.img-full-width #breadcrumbs ol.breadcrumb > li + li::before {
  content: "\003e";
  padding: 0 5px;
  color: white;
}
.img-banner.full-window-banner #breadcrumbs .bread-action .links a,
.img-banner.img-full-width #breadcrumbs .bread-action .links a {
  color: white;
}
.img-banner.full-window-banner #breadcrumbs .amey-addthis-wrapper a span,
.img-banner.img-full-width #breadcrumbs .amey-addthis-wrapper a span {
  color: #f7f7f7;
}
.img-banner.full-window-banner #breadcrumbs .amey-addthis-wrapper a span.social:before,
.img-banner.img-full-width #breadcrumbs .amey-addthis-wrapper a span.social:before {
  color: #f7f7f7;
}
.img-banner.full-window-banner #breadcrumbs .amey-addthis-wrapper a span.social:after,
.img-banner.img-full-width #breadcrumbs .amey-addthis-wrapper a span.social:after {
  background-color: transparent;
}
.img-banner.full-window-banner #breadcrumbs .amey-addthis-wrapper a:hover span,
.img-banner.img-full-width #breadcrumbs .amey-addthis-wrapper a:hover span {
  color: white;
}
.img-banner.full-window-banner #breadcrumbs .amey-addthis-wrapper a:hover span.social:before,
.img-banner.img-full-width #breadcrumbs .amey-addthis-wrapper a:hover span.social:before {
  color: white;
}
.banner-breadcrumbs {
  opacity: 1;
  min-height: 1px;
  width: 100%;
}
.banner-breadcrumbs.in {
  position: absolute;
  z-index: 100;
}
.banner-breadcrumbs.white #breadcrumbs {
  border-bottom: 1px dotted white;
}
.banner-breadcrumbs.white #breadcrumbs > ol.breadcrumb li,
.banner-breadcrumbs.white #breadcrumbs > ol.breadcrumb li:before,
.banner-breadcrumbs.white #breadcrumbs > ol.breadcrumb li a {
  color: white;
}
.banner-breadcrumbs.white #breadcrumbs > .bread-action .links a,
.banner-breadcrumbs.white #breadcrumbs > .bread-action .amey-addthis-wrapper span.social:before,
.banner-breadcrumbs.white #breadcrumbs > .bread-action .amey-addthis-wrapper span.glyphicons:before {
  color: white;
}
.banner-breadcrumbs.with-bg {
  border-bottom: 1px dotted white;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner-breadcrumbs.with-bg.in #breadcrumbs,
.banner-breadcrumbs.with-bg.in.white #breadcrumbs {
  border-bottom: none;
  color: white;
}
.banner-breadcrumbs.with-bg.white #breadcrumbs {
  border-bottom: none;
}
.full-window-banner.amey-jumbotron {
  position: relative;
}
.full-window-banner.amey-jumbotron .banner-breadcrumbs {
  position: absolute;
  top: 0;
}
.full-window-banner.banner-breadcrumbs {
  margin-bottom: 0;
}
.banner-breadcrumbs {
  opacity: 1;
  min-height: 1px;
}
.banner-breadcrumbs.in {
  position: absolute;
  z-index: 100;
}
.banner-breadcrumbs.in.white #breadcrumbs {
  border-bottom: 1px dotted white;
}
.banner-breadcrumbs.in.white #breadcrumbs > ol.breadcrumb li,
.banner-breadcrumbs.in.white #breadcrumbs > ol.breadcrumb li:before,
.banner-breadcrumbs.in.white #breadcrumbs > ol.breadcrumb li a {
  color: white;
}
.banner-breadcrumbs.in.white #breadcrumbs > .bread-action .links a,
.banner-breadcrumbs.in.white #breadcrumbs > .bread-action .amey-addthis-wrapper span.social:before,
.banner-breadcrumbs.in.white #breadcrumbs > .bread-action .amey-addthis-wrapper span.glyphicons:before {
  color: white;
}
.banner-breadcrumbs.with-bg {
  border-bottom: 1px dotted white;
  background-color: rgba(0, 0, 0, 0.4);
}
.banner-breadcrumbs.with-bg.white #breadcrumbs {
  border-bottom: none;
}
@media (max-width: 767px) {
  .banner-breadcrumbs.in {
    position: relative;
  }
  .banner-breadcrumbs.in.white {
    position: absolute;
  }
}
/* *****************************************************************************
 * File: 
 *
 * bwt-campaign.less
 * 
 *
 * DESCRIPTION:
 * 
 *
 */
.parallax-active #swipeMain > header,
.parallax-active #swipeMain > #campaignAreaTopWrapper,
.parallax-active #swipeMain > #mainAreaWrapper,
.parallax-active #swipeMain > #mainAreaLowerWrapper,
.parallax-active #swipeMain > #campaignAreaBottomWrapper,
.parallax-active #swipeMain footer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.parallax-active #swipeMain > header {
  background: white;
  margin-bottom: 580px;
}
.parallax-active #swipeMain > #campaignAreaBottomWrapper {
  background: white;
}
.parallax-active .parallax-me.parallaxed {
  position: fixed;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parallax-active #swipeMain > header {
    margin-bottom: 430px;
  }
}
@media (max-width: 767px) {
  .parallax-active #swipeMain > header {
    margin-bottom: 430px;
  }
}
/*
 * SECTION: Quotes
 */
.campaign-area.quotes {
  background: white;
  padding: 35px 0 20px 0;
}
.campaign-area.quotes > .container {
  padding-left: 0;
  padding-right: 0;
}
.campaign-area.quotes a {
  color: #6a6c71;
}
.campaign-area.quotes h1 {
  font-size: 42px;
  color: #6a6c71;
}
.campaign-area.quotes blockquote {
  margin: 0 0 0 0;
  border: none;
  padding: 0 0 0 0;
  font-style: italic;
  color: #6a6c71;
  font-size: 29px;
  height: 123px;
}
.campaign-area.quotes blockquote cite {
  display: block;
  text-align: right;
}
.campaign-area.quotes .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.campaign-area.quotes .carousel-fade .carousel-inner .active {
  opacity: 1;
}
.campaign-area.quotes .carousel-fade .carousel-inner .active.left,
.campaign-area.quotes .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.campaign-area.quotes .carousel-fade .carousel-inner .next.left,
.campaign-area.quotes .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.campaign-area.quotes .carousel-fade .carousel-control {
  z-index: 2;
  background-image: none;
}
.campaign-area.quotes .carousel-fade .carousel-indicators {
  bottom: -20px;
}
.campaign-area.quotes .carousel-fade .carousel-indicators li {
  background: #6a6c71;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .campaign-area.quotes blockquote {
    height: 153px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .campaign-area.quotes h1 {
    font-size: 30px;
  }
  .campaign-area.quotes blockquote {
    height: 100px;
    font-size: 21px;
  }
  .campaign-area.quotes blockquote cite {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .campaign-area.quotes {
    padding-left: 15px;
    padding-right: 15px;
  }
  .campaign-area.quotes h1 {
    font-size: 30px;
  }
  .campaign-area.quotes blockquote {
    height: auto;
    font-size: 21px;
  }
  .campaign-area.quotes blockquote cite {
    padding-top: 10px;
    text-align: left;
    font-size: 17px;
  }
  .campaign-area.quotes .carousel-fade .carousel-indicators {
    bottom: -30px;
  }
}
/*
 * SECTION: Hero image with CTA and video
 */
.campaign-area.hero-img-cta-video {
  overflow: hidden;
  height: 730px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.campaign-area.hero-img-cta-video .cta {
  margin-top: 227px;
}
.campaign-area.hero-img-cta-video .cta h1 {
  font-size: 40px;
  color: white;
}
.campaign-area.hero-img-cta-video .cta p {
  font-size: 24px;
  color: white;
}
.campaign-area.hero-img-cta-video .cta .ameyButton {
  display: inline-block;
  width: auto;
}
.campaign-area.hero-img-cta-video .cta .video-play-wrapper {
  text-align: center;
}
.campaign-area.hero-img-cta-video .cta .video-play-wrapper .video-play {
  border: none;
  height: 72px;
  width: 72px;
  background: url(/assets/images/play-icon.png) no-repeat 50% 50%;
  display: inline-block;
  clear: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .campaign-area.hero-img-cta-video .cta p {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .campaign-area.hero-img-cta-video {
    height: 580px;
  }
  .campaign-area.hero-img-cta-video .cta h1 {
    font-size: 32px;
  }
  .campaign-area.hero-img-cta-video .cta p {
    font-size: 20px;
    color: white;
  }
}
@media (max-width: 767px) {
  .campaign-area.hero-img-cta-video {
    width: 100vw;
    height: 100vh;
  }
  .touch .campaign-area.hero-img-cta-video .cta {
    margin-top: 20px;
  }
  .campaign-area.hero-img-cta-video .cta h1 {
    font-size: 30px;
  }
  .campaign-area.hero-img-cta-video .cta p {
    font-size: 17px;
    color: white;
  }
}
/*
 * SECTION: Feature panels
 */
.campaign-area.feature-panels {
  padding: 15px 0 10px 0;
}
.campaign-area.feature-panels .img-and-text-block {
  margin-bottom: 10px;
}
.campaign-area.feature-panels .img-and-text-block a {
  min-height: 136px;
  border-color: #f7f8f8;
}
.campaign-area.feature-panels .img-and-text-block a:hover {
  border-color: #4ba7c8;
}
/*
 * SECTION: Hero image with CTA and video
 */
.campaign-area.horizontal-link-list {
  background: #f6f6f6;
}
.campaign-area.horizontal-link-list .container {
  border-top: 1px dotted #f7f8f8;
  padding-top: 10px;
  padding-bottom: 30px;
}
.campaign-area.horizontal-link-list a,
.campaign-area.horizontal-link-list a.ameyButton {
  display: inline;
  margin: 0 50px 0 50px;
  padding-left: 0;
  background: none;
  font-size: 17px;
  color: #6a6c71;
}
.campaign-area.horizontal-link-list a span,
.campaign-area.horizontal-link-list a.ameyButton span {
  top: 15px;
}
.campaign-area.horizontal-link-list a.ameyButton:hover {
  text-decoration: underline;
  color: #6a6c71;
}
.campaign-area.horizontal-link-list a.ameyButton:hover span {
  background-position: 0 0;
}
.campaign-area.horizontal-link-list ul {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.campaign-area.horizontal-link-list ul li {
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .campaign-area.horizontal-link-list a,
  .campaign-area.horizontal-link-list a.ameyButton {
    margin-left: 0;
  }
  .campaign-area.horizontal-link-list ul {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .campaign-area.horizontal-link-list ul li {
    display: block;
  }
}
/*
 * SECTION: Richtext Area
 */
.campaign-area.richtext-area {
  background-color: #eff2f7;
}
.campaign-area.richtext-area .richtext-area__text {
  padding: 40px 50px 50px;
  background-color: white;
}
/*
 * SECTION: Takeover Banner
 */
.campaign-area.takeover-banner {
  position: relative;
  z-index: 10;
}
.campaign-area.takeover-banner .takeover-banner__text-area {
  margin-top: 16rem;
  margin-bottom: 16rem;
  text-align: center;
}
.campaign-area.takeover-banner .takeover-banner__text-area .takeover-banner__heading {
  font-size: 10rem;
  font-weight: bold;
  color: #1e1f4a;
  margin-bottom: 5rem;
}
.campaign-area.takeover-banner .takeover-banner__text-area .takeover-banner__text {
  font-size: 6rem;
  line-height: 1.1;
  color: #1e1f4a;
}
.campaign-area.takeover-banner .takeover-banner__links {
  margin-bottom: -5rem;
}
.campaign-area.takeover-banner .takeover-banner__links .takeover-banner__button {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: 3rem;
  background: transparent linear-gradient(150deg, #4ba7c8 0%, #1e1f4a 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00000065;
  border-radius: 5px;
  opacity: 1;
}
.campaign-area.takeover-banner .takeover-banner__links .takeover-banner__button span {
  position: absolute;
  top: 2rem;
  left: 3rem;
  right: 3rem;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: white;
  line-height: 1.1;
}
.campaign-area.takeover-banner + .full-window-banner {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}
/* *****************************************************************************
 * File: 
 *
 * bwt-video-embed.less
 * 
 *
 * DESCRIPTION:
 *
 * Use this file for video embed front office styles.
 *
 */
.modal {
  margin: 0;
}
.modal .modal-dialog {
  width: 700px !important;
}
.modal .modal-content {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.modal .modal-content .modal-body {
  padding: 0;
  height: 0;
}
.embed-video-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.embed-video-wrapper .btn-embed-play {
  margin: -25px 0 0 -25px;
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
}
.embed-video-wrapper .btn-embed-play img {
  height: 50px;
  width: 50px;
}
.embed-video-wrapper .btn-embed-play:focus {
  outline: none;
}
.embed-video-wrapper.featuredButtonWrapper .embed-responsive.embed-responsive-16by9 {
  border: 8px solid #f7f7f7;
  -webkit-box-shadow: 0px 8px 13px -8px #666666;
  -moz-box-shadow: 0px 8px 13px -8px #666666;
  box-shadow: 0px 8px 13px -8px #666666;
}
.iframe-aspect-ratio-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.iframe-aspect-ratio-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.outdated-browser {
  display: none;
}
.outdated-browser h1 {
  background-color: #4ca7c8;
  color: #fff;
  padding: 7px;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: bold;
}
.outdated-browser ul {
  background-color: #eee;
  padding: 5px 7px;
}
.outdated-browser ul li {
  list-style: none;
}
.outdated-browser ul li:first-child {
  margin-bottom: 7px;
}
.outdated-browser a {
  display: inline-block;
}
.ie6 .embed-video-wrapper.youtube img,
.ie7 .embed-video-wrapper.youtube img,
.ie8 .embed-video-wrapper.youtube img,
.ie6 .featured-content-video.youtube img,
.ie7 .featured-content-video.youtube img,
.ie8 .featured-content-video.youtube img,
.ie6 .embed-video-wrapper.vimeo img,
.ie7 .embed-video-wrapper.vimeo img,
.ie8 .embed-video-wrapper.vimeo img,
.ie6 .featured-content-video.vimeo img,
.ie7 .featured-content-video.vimeo img,
.ie8 .featured-content-video.vimeo img,
.ie6 .embed-video-wrapper.youtube .play-button-col,
.ie7 .embed-video-wrapper.youtube .play-button-col,
.ie8 .embed-video-wrapper.youtube .play-button-col,
.ie6 .featured-content-video.youtube .play-button-col,
.ie7 .featured-content-video.youtube .play-button-col,
.ie8 .featured-content-video.youtube .play-button-col,
.ie6 .embed-video-wrapper.vimeo .play-button-col,
.ie7 .embed-video-wrapper.vimeo .play-button-col,
.ie8 .embed-video-wrapper.vimeo .play-button-col,
.ie6 .featured-content-video.vimeo .play-button-col,
.ie7 .featured-content-video.vimeo .play-button-col,
.ie8 .featured-content-video.vimeo .play-button-col,
.ie6 .embed-video-wrapper.youtube btn-embed-play,
.ie7 .embed-video-wrapper.youtube btn-embed-play,
.ie8 .embed-video-wrapper.youtube btn-embed-play,
.ie6 .featured-content-video.youtube btn-embed-play,
.ie7 .featured-content-video.youtube btn-embed-play,
.ie8 .featured-content-video.youtube btn-embed-play,
.ie6 .embed-video-wrapper.vimeo btn-embed-play,
.ie7 .embed-video-wrapper.vimeo btn-embed-play,
.ie8 .embed-video-wrapper.vimeo btn-embed-play,
.ie6 .featured-content-video.vimeo btn-embed-play,
.ie7 .featured-content-video.vimeo btn-embed-play,
.ie8 .featured-content-video.vimeo btn-embed-play,
.ie6 .embed-video-wrapper.youtube .text,
.ie7 .embed-video-wrapper.youtube .text,
.ie8 .embed-video-wrapper.youtube .text,
.ie6 .featured-content-video.youtube .text,
.ie7 .featured-content-video.youtube .text,
.ie8 .featured-content-video.youtube .text,
.ie6 .embed-video-wrapper.vimeo .text,
.ie7 .embed-video-wrapper.vimeo .text,
.ie8 .embed-video-wrapper.vimeo .text,
.ie6 .featured-content-video.vimeo .text,
.ie7 .featured-content-video.vimeo .text,
.ie8 .featured-content-video.vimeo .text {
  display: none;
}
.ie6 .embed-video-wrapper.youtube .outdated-browser,
.ie7 .embed-video-wrapper.youtube .outdated-browser,
.ie8 .embed-video-wrapper.youtube .outdated-browser,
.ie6 .featured-content-video.youtube .outdated-browser,
.ie7 .featured-content-video.youtube .outdated-browser,
.ie8 .featured-content-video.youtube .outdated-browser,
.ie6 .embed-video-wrapper.vimeo .outdated-browser,
.ie7 .embed-video-wrapper.vimeo .outdated-browser,
.ie8 .embed-video-wrapper.vimeo .outdated-browser,
.ie6 .featured-content-video.vimeo .outdated-browser,
.ie7 .featured-content-video.vimeo .outdated-browser,
.ie8 .featured-content-video.vimeo .outdated-browser {
  display: block;
}
.ie9 .embed-video-wrapper.vimeo img,
.ie9 .featured-content-video.vimeo img,
.ie9 .embed-video-wrapper.vimeo .play-button-col,
.ie9 .featured-content-video.vimeo .play-button-col,
.ie9 .embed-video-wrapper.vimeo btn-embed-play,
.ie9 .featured-content-video.vimeo btn-embed-play,
.ie9 .embed-video-wrapper.vimeo .text,
.ie9 .featured-content-video.vimeo .text {
  display: none;
}
.ie9 .embed-video-wrapper.vimeo .outdated-browser,
.ie9 .featured-content-video.vimeo .outdated-browser {
  display: block;
}
.featured-content {
  margin-bottom: 30px;
  border: 4px solid #cccccc;
  padding: 30px 30px 37px 30px;
}
.featured-content:first-of-type {
  margin-top: 35px;
}
/* *****************************************************************************
 * Featured content Video
 */
.featured-content.featured-content-video {
  position: relative;
  border-width: 0;
  padding: 0;
}
.featured-content.featured-content-video .text {
  position: absolute;
  top: 50px;
  left: 20px;
  right: 20px;
  bottom: auto;
}
.featured-content.featured-content-video .text h1 {
  width: 40%;
  margin: 0;
  line-height: 1.40em;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
}
.featured-content.featured-content-video .text h1 > span {
  padding: 9px 6px 6px 6px;
  background: #4ba7c8;
}
.featured-content.featured-content-video .text h2 {
  width: 40%;
  color: white;
  margin: 3px 0 15px 0;
  line-height: 1.7em;
  font-size: 50px;
  font-size: 5.0rem;
}
.featured-content.featured-content-video .text h2 > span {
  padding: 1px 8px 8px 8px;
  background: transparent url('/assets/images/blueCheckPatternBg.png') repeat 0 0;
}
.featured-content.featured-content-video .text p {
  width: 40%;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
}
.featured-content.featured-content-video .text .play-button-col {
  position: absolute;
  left: 42%;
  top: 40px;
}
.featured-content.featured-content-video .text .play-button-col .video-play-wrapper .video-play.widgetItem.video.play-button {
  margin-bottom: 0;
}
.featured-content.featured-content-video .text .play-button-col .play-button {
  height: 134px;
  width: 134px;
  -webkit-border-radius: 67px;
  -moz-border-radius: 67px;
  border-radius: 67px;
  background: red;
  display: inline-block;
  background: #4ba7c8;
  background: url(/assets/images/play-button.png) no-repeat 0 0;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.featured-content.featured-content-video .text .play-button-col .play-button:hover {
  opacity: 1.0;
}
.featured-content.featured-content-video .text .play-button-col .play-button:focus {
  outline-width: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-content.featured-content-video .text {
    top: 30px;
  }
  .featured-content.featured-content-video .text h2 {
    font-size: 4rem;
    line-height: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-content.featured-content-video .text {
    top: 20px;
    left: 10px;
  }
  .featured-content.featured-content-video .text h2 {
    font-size: 2.9rem;
    line-height: 5.3rem;
  }
  .featured-content.featured-content-video .text p {
    width: 40%;
  }
  .featured-content.featured-content-video .text .play-button-col {
    top: 50px;
  }
  .featured-content.featured-content-video .text .play-button-col .play-button {
    width: 70px;
    height: 70px;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .featured-content.featured-content-video {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position-y: 100vw;
  }
  .featured-content.featured-content-video .text {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .featured-content.featured-content-video .text h1 {
    padding-top: 8px;
  }
  .featured-content.featured-content-video .text h2 {
    width: 100%;
    margin-top: 2px;
    font-size: 2.3rem;
    line-height: 4.7rem;
  }
  .featured-content.featured-content-video .text p {
    width: 100%;
    color: #6a6c71;
  }
}
/* *****************************************************************************
 * Full width area Video
 */
.full-width-area.full-width-area-video {
  position: relative;
}
.full-width-area.full-width-area-video > .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.full-width-area.full-width-area-video .text {
  position: absolute;
  width: 100%;
  padding-top: 100px;
}
.full-width-area.full-width-area-video .text h1 {
  margin: 0;
  line-height: 2.1em;
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
}
.full-width-area.full-width-area-video .text h1 > span {
  padding: 9px 6px 6px 6px;
  background: #4ba7c8;
}
.full-width-area.full-width-area-video .text h2 {
  width: 500px;
  color: white;
  margin: 0 0 15px 0;
  line-height: 1.6em;
  font-size: 50px;
  font-size: 4.7rem;
}
.full-width-area.full-width-area-video .text h2 > span {
  padding: 1px 8px 8px 8px;
  background: transparent url('/assets/images/blueCheckPatternBg.png') repeat 0 0;
}
.full-width-area.full-width-area-video .text p {
  width: 40%;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
}
.full-width-area.full-width-area-video .text .play-button-col {
  position: absolute;
  left: 50%;
  margin-left: -67px;
}
.full-width-area.full-width-area-video .text .play-button-col .play-button {
  height: 134px;
  width: 134px;
  -webkit-border-radius: 67px;
  -moz-border-radius: 67px;
  border-radius: 67px;
  background: red;
  display: inline-block;
  background: #4ba7c8;
  background: url(/assets/images/play-button.png) no-repeat 0 0;
  opacity: 0.9;
  border: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.full-width-area.full-width-area-video .text .play-button-col .play-button:hover {
  opacity: 1.0;
}
.full-width-area.full-width-area-video .text .play-button-col .play-button:focus {
  outline-width: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .full-width-area.full-width-area-video .text {
    padding-top: 60px;
  }
  .full-width-area.full-width-area-video .text h2 {
    line-height: 1.65em;
    font-size: 40px;
    font-size: 4.0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .full-width-area.full-width-area-video .text {
    padding-top: 30px;
  }
  .full-width-area.full-width-area-video .text h2 {
    width: 40%;
    line-height: 1.7em;
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media (max-width: 767px) {
  .full-width-area.full-width-area-video {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position-x: 100vw;
  }
  .full-width-area.full-width-area-video > .container {
    position: relative;
    padding-bottom: 0;
  }
  .full-width-area.full-width-area-video .text {
    position: relative;
    padding-top: 0;
    margin-bottom: 20px;
    bottom: 0;
  }
  .full-width-area.full-width-area-video .text h2 {
    line-height: 1.7em;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .full-width-area.full-width-area-video .text h1,
  .full-width-area.full-width-area-video .text h2,
  .full-width-area.full-width-area-video .text p {
    width: 100%;
  }
  .full-width-area.full-width-area-video .text p {
    color: #6a6c71;
  }
  .full-width-area.full-width-area-video .text .play-button-col {
    top: -175px;
  }
  .full-width-area.full-width-area-video .text .play-button-col .play-button {
    width: 90px;
    height: 90px;
    background-size: cover;
  }
}
/* *****************************************************************************
 * File: 
 *
 * bwt-navigation-accordion.less
 * 
 *
 * DESCRIPTION:
 *
 *  
 *   
 */
.panel-group.accordion-nav {
  margin-bottom: 40px;
}
.panel-group.accordion-nav > .panel.panel-default {
  margin: 0 0 4px 0;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 0;
}
.panel-group.accordion-nav > .panel.panel-default .panel-title {
  position: relative;
}
.panel-group.accordion-nav > .panel.panel-default .panel-title > a.glyphicons {
  position: absolute;
  top: 0;
  right: 0;
}
.panel-group.accordion-nav > .panel.panel-default .panel-title > a.glyphicons:link,
.panel-group.accordion-nav > .panel.panel-default .panel-title > a.glyphicons:active,
.panel-group.accordion-nav > .panel.panel-default .panel-title > a.glyphicons:focus,
.panel-group.accordion-nav > .panel.panel-default .panel-title > a.glyphicons:active {
  text-decoration: none;
}
.panel-group.accordion-nav > .panel.panel-default.panel-title .panel-heading {
  padding-top: 13px;
  background: #39485f;
  color: white;
}
.panel-group.accordion-nav > .panel.panel-default > .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #eeeeee;
}
.panel-group.accordion-nav > .panel.panel-default > .panel-heading.on-path {
  background: #4ba7c8;
  color: white;
}
.panel-group.accordion-nav > .panel.panel-default > .panel-heading .all-filter-selection-option {
  cursor: pointer;
}
.panel-group.accordion-nav > .panel.panel-default > .panel-heading span.glyphicon {
  margin-top: -2px;
}
.panel-group.accordion-nav > .panel.panel-default > .panel-heading input[type="checkbox"] {
  vertical-align: top;
  margin: 5px 5px 0 0;
}
.panel-group.accordion-nav > .panel.panel-default > .panel-heading label {
  font-weight: normal;
}
.panel-group.accordion-nav > .panel.panel-default > .panel-collapse > .panel-body {
  border-width: 0;
  padding: 0 0 0 0;
}
.panel-group.accordion-nav > .panel.panel-default > .panel-collapse > .panel-body > .panel-heading {
  border-top: 1px solid #eeeeee;
  padding: 12px 15px 12px 15px;
}
.panel-group.accordion-nav > .panel.panel-default > .panel-collapse > .panel-body > .panel-heading.on-path {
  color: #4ba7c8;
}
.panel-group.accordion-nav > .panel.panel-default > .panel-collapse > .panel-body .panel-body {
  border-width: 0;
  padding: 0 0 0 30px;
}
.panel-group.accordion-nav > .panel.panel-default > .panel-collapse > .panel-body .panel-body > .panel-heading.on-path {
  color: #4ba7c8;
}
.document-list {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 1em;
  list-style: none;
}
.document-list > .document-list__item {
  display: block;
  padding: 0;
  margin-bottom: .5em;
  list-style: none;
  background-color: #eeeeee;
}
.document-list > .document-list__item:last-child {
  margin-bottom: 0;
}
.document-list > .document-list__item > .document-list__item__link {
  display: flex;
  justify-content: stretch;
  align-items: center;
  padding: .3em .5em;
  color: #6a6c71;
}
.document-list > .document-list__item > .document-list__item__link:hover {
  text-decoration: none;
  color: #6a6c71;
}
.document-list > .document-list__item > .document-list__item__link > .document-list__item__icon {
  display: block;
  height: 1.25em;
  width: 1.5em;
  margin-right: .5em;
  flex-grow: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/assets/images/document-types/file.svg');
}
.document-list > .document-list__item > .document-list__item__link > .document-list__item__text {
  display: block;
  flex-grow: 1;
}
.document-list > .document-list__item--docx > .document-list__item__link > .document-list__item__icon {
  background-image: url('/assets/images/document-types/docx.svg');
}
.document-list > .document-list__item--file > .document-list__item__link > .document-list__item__icon {
  background-image: url('/assets/images/document-types/file.svg');
}
.document-list > .document-list__item-- > .document-list__item__link > .document-list__item__icon,
.document-list > .document-list__item--html > .document-list__item__link > .document-list__item__icon {
  background-image: url('/assets/images/document-types/html.svg');
}
.document-list > .document-list__item--jpg > .document-list__item__link > .document-list__item__icon,
.document-list > .document-list__item--jpeg > .document-list__item__link > .document-list__item__icon {
  background-image: url('/assets/images/document-types/jpg.svg');
}
.document-list > .document-list__item--mp4 > .document-list__item__link > .document-list__item__icon {
  background-image: url('/assets/images/document-types/mp4.svg');
}
.document-list > .document-list__item--pdf > .document-list__item__link > .document-list__item__icon {
  background-image: url('/assets/images/document-types/pdf.svg');
}
.document-list > .document-list__item--xlsx > .document-list__item__link > .document-list__item__icon {
  background-image: url('/assets/images/document-types/xlsx.svg');
}
/* *****************************************************************************
 * File: 
 *
 * odin-talent-link.less
 * 
 *
 * DESCRIPTION:
 *
 * Only talent link styles should go in here.
 *
 */
/* Spinner */
.spinner {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  margin-top: 40px;
  height: 40px;
  width: 40px;
  z-index: 100;
}
.spinner:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url('/assets/images/amey-loading-v3.gif');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.talent-link-listing .job-detail,
.talent-link-detail .job-detail {
  font-weight: bolder;
}
.talent-link-listing .content-wrapper {
  min-height: 350px;
}
.talent-link-listing .panel-filter {
  background-color: #f7f8f8;
  margin-bottom: 30px;
}
.talent-link-listing .panel-filter h1 {
  background-color: #4ba7c8;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  padding-right: 15px;
  padding-left: 15px;
}
.talent-link-listing .panel-filter > .row {
  padding-right: 15px;
  padding-left: 15px;
}
.talent-link-listing .panel-filter select,
.talent-link-listing .panel-filter input[type="text"] {
  width: 100%;
  height: 30px;
  background-color: white;
}
.talent-link-listing .panel-filter .panel-filter-collapse {
  display: inline-block;
  overflow: hidden;
}
.talent-link-listing .job-pagination ul {
  margin: 15px 0 0 0;
}
.talent-link-listing .job-pagination ul li.active a {
  background-color: #4ba7c8;
  border-color: #4ba7c8;
}
.talent-link-listing .media-list .media {
  margin-top: 5px;
  background-color: #f7f8f8;
  display: block;
  color: #6a6c71;
}
.talent-link-listing .media-list .media a {
  color: #6a6c71;
}
.talent-link-listing .media-list .media a:hover,
.talent-link-listing .media-list .media a:focus {
  text-decoration: none;
}
.talent-link-listing .media-list .media a:hover .media-body .media-heading,
.talent-link-listing .media-list .media a:focus .media-body .media-heading {
  color: #4ba7c8;
}
.talent-link-listing .media-list .media .media-body {
  padding: 15px;
}
.talent-link-listing .media-list .media .media-body header {
  margin-bottom: 15px;
}
.talent-link-listing .media-list .media .media-body header .media-heading.h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.talent-link-listing .media-list .media .media-body footer {
  margin-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid #cccccc;
  padding-top: 5px;
  font-size: 14px;
}
.talent-link-listing .media-list .media .media-body footer .job-detail {
  font-weight: bolder;
}
.talent-link-listing .media-list .media .media-body footer .job-detail:before {
  content: "|";
  padding-left: 7px;
  padding-right: 11px;
  font-weight: normal;
}
.talent-link-listing .media-list .media .media-body footer > .job-detail:first-child:before {
  content: none;
}
.talent-link-detail .job-summary {
  margin-bottom: 30px;
}
.talent-link-detail .job-details {
  padding: 15px;
  background-color: #f7f8f8;
}
.talent-link-detail .job-details .job-info {
  margin-top: 5px;
  margin-bottom: 5px;
}
.talent-link-detail .job-details .job-info .field-validation-error {
  font-size: 12px;
  color: #d9534f;
}
.talent-link-detail .job-details .job-detail {
  display: block;
  font-size: 12px;
  color: #4ba7c8;
}
.talent-link-detail .job-share {
  padding: 15px;
  background-color: #f7f8f8;
}
.talent-link-detail .job-share .job-share-section {
  margin-top: 5px;
  margin-bottom: 5px;
}
.talent-link-detail .job-share .job-share-section .job-share-label {
  display: block;
  font-size: 12px;
  color: #4ba7c8;
}
.talent-link-detail .job-share .job-share-section .field-validation-error {
  font-size: 12px;
  color: #d9534f;
}
.talent-link-detail .job-share .job-share-result {
  font-weight: bold;
  margin: 10px 0;
}
.talent-link-detail .job-share .job-share-result.job-share-result--fail {
  font-weight: bold;
  color: #d9534f;
}
.talent-link-detail .job-apply {
  margin-top: 15px;
  margin-bottom: 30px;
}
.talent-link-detail .related-job-tile a {
  margin-bottom: 15px;
  border: 3px solid #4ba7c8;
  padding: 45px 20px 25px 20px;
  background-color: white;
  display: block;
  position: relative;
}
.talent-link-detail .related-job-tile a h1 {
  font-size: 26px;
  font-weight: bold;
  color: #4ba7c8;
}
.talent-link-detail .related-job-tile a p {
  color: #6a6c71;
}
.talent-link-detail .related-job-tile a footer {
  margin-bottom: 0;
  color: #6a6c71;
}
.talent-link-detail .related-job-tile a footer dl {
  margin-bottom: 0;
}
.talent-link-detail .related-job-tile a:hover {
  background-color: #39485f;
  text-decoration: none;
}
.talent-link-detail .related-job-tile a:hover h1,
.talent-link-detail .related-job-tile a:hover p,
.talent-link-detail .related-job-tile a:hover footer {
  color: white;
}
/* *****************************************************************************
 * File: 
 *
 * odin-homepage-rework.less
 * 
 *
 * DESCRIPTION:
 *
 * Use this file for the 2017 Amey Home page rework
 *
 */
.error-partial-view {
  color: red;
}
.error-partial-view .message {
  display: none;
}
/*
 * SECTION: Headings
 */
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  color: #39485f;
}
.h1-lg {
  margin-top: 0;
  font-size: 44px;
}
.h1-md {
  margin-top: 0;
  font-size: 36px;
}
.h1-sm {
  margin-top: 0;
  font-size: 34px;
}
.h1-xs {
  margin-top: 0;
  font-size: 24px;
}
.h2-lg {
  font-size: 24px;
}
.h2-md {
  font-size: 22px;
}
.h2-sm {
  font-size: 20px;
}
.h2-xs {
  font-size: 18px;
}
.h3-lg {
  font-size: 20px;
}
.h3-md {
  font-size: 18px;
}
.h3-sm {
  font-size: 17px;
}
.h3-xs {
  font-size: 16px;
}
.h4-lg {
  font-size: 18px;
}
.h3-md {
  font-size: 17px;
}
.h3-sm {
  font-size: 16px;
}
.h3-xs {
  font-size: 15px;
}
h1 {
  font-weight: lighter;
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    margin-top: 0;
    font-size: 44px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    margin-top: 0;
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 18px;
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    margin-top: 0;
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 17px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    margin-top: 0;
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 18px;
  }
  h3,
  .h3 {
    font-size: 16px;
    font-size: 15px;
  }
}
.lead {
  font-size: 20px;
  font-weight: normal;
}
#pageHeader + p {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 20px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #pageHeader + p {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .leadership-listing #pageHeader + p {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .leadership-listing #pageHeader + p {
    font-size: 22px;
  }
}
p {
  font-size: 16px;
}
header.leader {
  margin-bottom: 30px;
}
header.leader h1 {
  margin-bottom: 0;
}
header.leader h2 {
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #39485f;
}
header.leader h3 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  color: #6a6c71;
}
/*
 *SECTION: Header
 */
/*
 *SECTION: Secondary header nav
 */
.header-secondary-nav {
  display: none;
}
.header-secondary-nav .header-secondary-nav__container {
  display: none;
  background-color: #b1b2b7;
  border-bottom: 1px solid #fff;
  box-shadow: #000 0px 1px 2px;
}
.header-secondary-nav .header-secondary-nav__inner {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.header-secondary-nav .header-secondary-nav__inner .header-secondary-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border: 1px solid #cccccc;
  padding: .75em 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #39485f;
}
@media (min-width: 768px) {
  .header-secondary-nav {
    display: block;
  }
}
.headerMenuWrapper {
  text-align: right;
}
.headerMenuWrapper .header-secondary-nav__button {
  display: inline-flex;
  align-items: center;
  margin: 14px 0 17px;
  cursor: pointer;
  font-size: 14px;
}
.headerMenuWrapper .header-secondary-nav__button span:first-child {
  margin-right: 8px;
}
.headerMenuWrapper .header-secondary-nav__button span.glyphicon {
  font-size: 1.5em;
}
/*
 *SECTION: Search
 */
#straplineAnSearch {
  text-align: right;
  line-height: 50px;
}
#straplineAnSearch .strapline {
  background-color: #4b596e;
  display: inline-block;
  padding: 0 30px;
  margin-right: 25px;
  border-radius: 1000px;
  font-size: 25px;
  color: white;
}
#straplineAnSearch .search-button {
  background-color: #4ba7c8;
  height: 50px;
  width: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: white;
  border-radius: 25px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 5px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #straplineAnSearch .strapline {
    font-size: 18px;
  }
}
#searchSlideout {
  background-color: #4ba7c8;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#searchSlideout.show {
  display: block;
}
#searchSlideout .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #searchSlideout {
    height: 300px;
    z-index: 110;
  }
  #searchSlideout .input-group {
    padding: 0 20px;
    display: block;
  }
  #searchSlideout .input-group .input-group-btn {
    padding-top: 20px;
    text-align: center;
  }
}
/*
 * SECTION: Full width banners
 */
.full-width-banner {
  padding-top: 70px;
  padding-bottom: 70px;
}
.full-width-banner > .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .full-width-banner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .full-width-banner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/*
 * SECTION: Full width banner - Jumbotron
 */
.amey-jumbotron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 500px;
  background: no-repeat center center;
  background-size: cover;
}
.amey-jumbotron .text-box {
  display: block;
  background-color: #79679b;
  opacity: 0.94;
  padding: 40px 50px 50px;
}
.amey-jumbotron .text-box.sloped {
  margin-top: 140px;
  position: relative;
  z-index: 0;
}
.amey-jumbotron .text-box.sloped::before {
  content: "";
  display: block;
  background: inherit;
  height: 64px;
  -webkit-transform: skewX(0) skewY(-5deg);
  -ms-transform: skewX(0) skewY(-5deg);
  -o-transform: skewX(0) skewY(-5deg);
  transform: skewX(0) skewY(-5deg);
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  z-index: -1;
}
.amey-jumbotron a.text-box:hover {
  text-decoration: none;
  opacity: 1;
}
.amey-jumbotron a.text-box:visited,
.amey-jumbotron a.text-box:focus {
  text-decoration: none;
}
.amey-jumbotron time {
  display: block;
  color: white;
  padding-bottom: 10px;
}
.amey-jumbotron h1 {
  margin-top: 0;
  font-size: 36px;
  color: white;
  font-weight: lighter;
}
.amey-jumbotron p {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 23px;
  color: #39485f;
  color: white;
  font-weight: lighter;
}
.amey-jumbotron p small,
.amey-jumbotron p .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.amey-jumbotron p small,
.amey-jumbotron p .small {
  font-size: 65%;
}
.amey-jumbotron.media {
  margin-top: -48px;
}
.ie9 .amey-jumbotron .container {
  position: relative;
  height: 100%;
}
.ie9 .amey-jumbotron .container .row {
  position: static;
}
.ie9 .amey-jumbotron .container .row .text-box {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .amey-jumbotron {
    display: block;
  }
  .amey-jumbotron > .container {
    position: absolute;
    bottom: 0;
  }
  .amey-jumbotron h1 {
    margin-top: 0;
    font-size: 24px;
  }
  .amey-jumbotron p {
    display: none;
  }
  .amey-jumbotron.media {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .amey-jumbotron .text-box {
    padding: 25px 35px 35px;
  }
  .amey-jumbotron h1 {
    margin-top: 0;
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .amey-jumbotron .text-box {
    padding: 30px 40px 40px;
  }
  .amey-jumbotron h1 {
    margin-top: 0;
    font-size: 36px;
  }
}
@media (min-width: 1501px) {
  .amey-jumbotron h1 {
    margin-top: 0;
    font-size: 44px;
  }
}
/*
 * SECTION: Full width banner - text
 */
.banner-text {
  text-align: center;
}
.banner-text h1 {
  font-weight: lighter;
  color: #6a6c71;
}
.banner-text .btn {
  margin-top: 40px;
}
/*
 * SECTION: Full width banner - text with widget
 */
.banner-text-with-widgets {
  text-align: left;
}
.banner-text-with-widgets h1 {
  font-weight: lighter;
  color: #6a6c71;
}
/*
 * SECTION: Full width banner - filtered content
 */
.banner-filter {
  background-color: #f7f8f8;
}
/*
 * SECTION: Full width banner - filtered content
 */
.banner-related-articles {
  background-color: #f7f8f8;
}
.banner-related-articles h1 {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 27px;
  color: #39485f;
}
.banner-related-articles h1 small,
.banner-related-articles h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.banner-related-articles h1 small,
.banner-related-articles h1 .small {
  font-size: 65%;
}
.banner-related-articles div.row {
  display: flex;
  flex-wrap: wrap;
}
.banner-related-articles div.row:before {
  display: block;
}
.banner-related-articles .item {
  display: flex;
  align-items: stretch;
  /*height: 250px;*/
}
@media (max-width: 991px) {
  .banner-related-articles .item {
    width: 100%;
  }
  .banner-related-articles .item .panel.img-top:before {
    left: 0;
  }
  .banner-related-articles .item .panel.img-top .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .banner-related-articles .item .panel.img-top .txt {
    margin-left: 50%;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .panel .txt {
    padding: 0 10px;
  }
}
/*
 * SECTION: Full width banner - feeds
 */
.banner-feed {
  background-color: #79679b;
}
.banner-feed.sloped {
  margin-top: 0;
  padding-top: 50px;
  position: relative;
  z-index: 0;
}
.banner-feed.sloped::before {
  content: "";
  display: block;
  background: inherit;
  height: 180px;
  -webkit-transform: skewX(0) skewY(-5deg);
  -ms-transform: skewX(0) skewY(-5deg);
  -o-transform: skewX(0) skewY(-5deg);
  transform: skewX(0) skewY(-5deg);
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  z-index: -1;
}
.banner-feed .feeds {
  display: flex;
}
.banner-feed .feed {
  border-left: 1px solid white;
  padding-bottom: 50px;
}
.banner-feed .feed.feed-first {
  border-left: none;
}
.banner-feed .feed .feed-item {
  display: block;
  padding: 15px;
}
.banner-feed .feed .feed-item:hover {
  text-decoration: none;
  background-color: #6a6c71;
}
.banner-feed .feed h1 {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 27px;
  color: #39485f;
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: white;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.banner-feed .feed h1 small,
.banner-feed .feed h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.banner-feed .feed h1 small,
.banner-feed .feed h1 .small {
  font-size: 65%;
}
.banner-feed .feed h2 {
  color: white;
  font-size: 18px;
  margin: 0 0 5px 0;
}
.banner-feed .feed p {
  color: white;
}
.banner-feed .feed small {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  color: white;
}
.banner-feed .feed a.btn {
  position: absolute;
  bottom: 0;
  margin-left: 15px;
  padding-right: 25px;
}
.banner-feed .feed a.btn::after {
  font-family: "Glyphicons Regular";
  content: "\e212";
  position: absolute;
  padding-left: 5px;
}
.banner-feed .feed .uTwit.tweets .tweet {
  padding: 15px;
}
.banner-feed .feed .uTwit.tweets .tweet a {
  color: white;
}
.banner-feed .feed .uTwit.tweets .tweet:hover {
  background-color: #6a6c71;
}
.banner-feed .feed .uTwit.tweets .tweet h1 {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 27px;
  color: #39485f;
  font-size: 18px;
  margin: 0 0 5px 0;
}
.banner-feed .feed .uTwit.tweets .tweet h1 small,
.banner-feed .feed .uTwit.tweets .tweet h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.banner-feed .feed .uTwit.tweets .tweet h1 small,
.banner-feed .feed .uTwit.tweets .tweet h1 .small {
  font-size: 65%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-feed.sloped {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-feed.sloped {
    padding-top: 0px;
  }
  .banner-feed .feeds {
    display: block;
  }
  .banner-feed .feeds .feed {
    border-left: 0;
  }
  .banner-feed .feeds .feed:first-of-type {
    border-right: 0;
    border-bottom: 1px solid white;
  }
  .banner-feed .feeds .feed:first-of-type a.btn {
    position: relative;
  }
  .banner-feed .feeds .feed:last-of-type {
    border-left: 1px solid white;
  }
  .banner-feed .feeds .feed h1 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .banner-feed {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner-feed.sloped {
    padding-top: 0px;
  }
  .banner-feed.sloped::before {
    top: -40px;
  }
  .banner-feed .feeds {
    display: block;
  }
  .banner-feed .feeds a.btn {
    margin-top: 15px;
  }
  .banner-feed .feeds .feed {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid white;
    border-left: none;
  }
  .banner-feed .feeds .feed:last-of-type {
    border-bottom: 0;
  }
  .banner-feed .feeds .feed a.btn {
    position: relative;
  }
}
/*
 * SECTION: Knowledge bank article area
 */
.knowladge-area {
  margin-top: 50px;
  padding-bottom: 50px;
}
.knowladge-area .knowledge-article {
  border-right: 1px solid #cccccc;
}
.knowladge-area .knowledge-article h1 {
  margin-top: 0;
  color: #6a6c71;
}
.knowladge-area .knowledge-article img {
  margin: 30px 0;
  min-width: 100%;
}
.knowladge-area .knowledge-article .article-tags {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 21px;
  margin: 30px 0 0 0;
}
.knowladge-area .knowledge-article .article-tags small,
.knowladge-area .knowledge-article .article-tags .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.knowladge-area .knowledge-article .article-tags small,
.knowladge-area .knowledge-article .article-tags .small {
  font-size: 75%;
}
.knowladge-area .knowledge-article .article-tags .tag {
  margin-left: 5px;
  margin-bottom: 7px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #4ba7c8;
  color: white;
  font-size: 12px;
}
.knowladge-area-articles-by-same-author > h1 {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 27px;
  color: #39485f;
  font-weight: lighter;
}
.knowladge-area-articles-by-same-author > h1 small,
.knowladge-area-articles-by-same-author > h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.knowladge-area-articles-by-same-author > h1 small,
.knowladge-area-articles-by-same-author > h1 .small {
  font-size: 65%;
}
.knowladge-area-articles-by-same-author .panel {
  background-color: #f7f8f8;
}
@media (max-width: 767px) {
  .knowladge-area .knowledge-article {
    border-right: none;
  }
}
/*
 * SECTION: Themes
 */
/*.temp-knowledgebanklandingpage,
.temp-knowledgebankarticlepage {
    .amey-jumbotron {
        .sloped {
            background-color: @color-amey-purple;
        }
    }

    .banner-text-with-widgets {
        h1 {
            color: @color-amey-purple;
        }
    }

    .knowladge-area {
        .knowledge-article {
            h1 {
                color: @color-amey-purple;
            }
        }
    }
}*/
/*
 * SECTION: Panels
 */
.panel {
  position: relative;
  border-width: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #6a6c71;
  width: 100%;
}
.panel .panel-heading {
  position: relative;
  border-bottom: 1px solid transparent;
  padding-bottom: 7.5px;
  background-color: transparent;
  color: #6a6c71;
}
.panel .panel-heading time {
  font-size: 16px;
  font-size: 87%;
}
.panel h1 {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 27px;
  color: #39485f;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: lighter;
}
.panel h1 small,
.panel h1 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.panel h1 small,
.panel h1 .small {
  font-size: 65%;
}
.panel[data-tag]:before {
  margin-left: 15px;
  background-color: #79679b;
  padding: 1px 5px 1px 5px;
  padding: 5px 10px 5px 12px;
  color: white;
  content: attr(data-tag);
  position: absolute;
  top: 15px;
  z-index: 2;
}
.panel[data-tag] .panel-heading {
  padding-top: 60px;
}
.panel .panel-body {
  position: relative;
  padding-top: 7.5px;
}
a.panel.faux-block-panel-link {
  display: block;
  text-decoration: none;
}
.panel.faux-block-panel-link .hover-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 89, 110, 0.3);
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.panel.faux-block-panel-link .txt {
  position: relative;
}
.panel.faux-block-panel-link .txt .panel-heading {
  z-index: 1;
}
.panel.faux-block-panel-link:hover {
  cursor: pointer;
}
.panel.faux-block-panel-link:hover .hover-overlay {
  background: rgba(75, 89, 110, 0);
}
.panel.faux-block-panel-link:hover[data-tag]:before {
  border-color: white;
  background: white;
  color: #6a6c71;
}
@media (max-width: 767px) {
  .panel.faux-block-panel-link .txt .panel-heading,
  .panel.faux-block-panel-link .txt .panel-body {
    padding-left: 5px;
    padding-right: 5px;
  }
  .panel.faux-block-panel-link h1.panel-title {
    font-size: 22px;
  }
}
.panel {
  font-size: 14px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.panel h1 {
  color: #6a6c71;
}
.panel.img-full {
  color: white;
}
.panel.img-full .panel-heading {
  z-index: 1;
}
.panel.img-full time {
  color: white;
}
.panel.img-full h1 {
  color: white;
}
.panel.img-full-slope {
  border: 1px solid #cccccc;
}
.panel.img-full-slope .img {
  position: static;
  width: 100%;
}
.panel.img-full-slope .txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #f7f8f8;
  opacity: 0.925;
  z-index: 1;
}
.panel.img-full-slope .txt::before {
  content: "";
  display: block;
  background: inherit;
  height: 64px;
  -webkit-transform: skewX(0) skewY(-5deg);
  -ms-transform: skewX(0) skewY(-5deg);
  -o-transform: skewX(0) skewY(-5deg);
  transform: skewX(0) skewY(-5deg);
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  z-index: -1;
}
.panel.img-full-slope .panel-heading {
  padding-top: 5px;
  padding-bottom: 0px;
}
.panel.img-full-slope .panel-body {
  padding-top: 0px;
  padding-bottom: 5px;
}
.panel .txt {
  width: 50%;
}
.panel .img {
  background-image: url(https://placehold.it/400x200);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.panel.img-right[data-tag]:before {
  margin-left: 50%;
  left: 15px;
}
.panel.img-right .panel-heading {
  padding-top: 15px;
}
.panel.img-right .panel-heading h1 {
  color: white;
}
.panel.img-right .txt {
  height: 100%;
}
.panel.img-left[data-tag]:before {
  margin-left: 15px;
  background-color: #79679b;
  padding: 1px 5px 1px 5px;
  padding: 5px 10px 5px 12px;
  color: white;
  content: attr(data-tag);
  position: absolute;
  top: 15px;
  z-index: 2;
  left: 50%;
}
.panel.img-left .txt {
  margin-left: 50%;
  height: 100%;
}
.panel.img-left .img {
  right: auto;
  left: 0;
}
.panel.img-left .panel-heading {
  color: white;
  z-index: 1;
}
.panel.img-left .panel-heading .panel-title {
  color: white;
}
.panel.img-left:hover .panel-heading {
  color: #6a6c71;
}
.panel.img-left:hover .panel-heading .panel-title {
  color: #6a6c71;
}
.panel.img-top .img {
  position: static;
  width: 100%;
  height: 150px;
}
.panel.img-top .txt {
  width: 100%;
}
.panel.img-top .panel-heading {
  padding-top: 15px;
  color: white;
}
.panel.img-top .panel-heading .panel-title {
  color: white;
}
.panel.img-top:hover .panel-heading {
  color: #6a6c71;
}
.panel.img-top:hover .panel-heading .panel-title {
  color: #6a6c71;
}
.panel.img-none .panel-heading {
  color: white;
  z-index: 1;
}
.panel.img-none .panel-heading .panel-title {
  color: white;
}
.panel.img-none:hover .panel-heading {
  color: #6a6c71;
}
.panel.img-none:hover .panel-heading .panel-title {
  color: #6a6c71;
}
@media (max-width: 767px) {
  .panel.img-top .img {
    left: 0;
    right: auto;
    width: 50%;
    height: 100%;
  }
  .panel.img-top .txt {
    top: 0;
    left: auto;
    right: 0;
    width: 50%;
  }
}
.panel.panel-author img {
  width: 75%;
  max-width: 150px;
}
.panel.panel-author [itemprop="jobTitle"],
.panel.panel-author [itemprop="subOrganization"],
.panel.panel-author [itemprop="email"] {
  display: block;
}
/*
 *SECTION: banner tiles
*/
.banner-tiles {
  background-color: #eff2f7;
}
.banner-tiles.before-slope {
  padding-bottom: 220px;
}
.banner-tiles.full-width-banner.after-nav-tiles {
  padding-top: 0;
}
.banner-tiles > .container > h1 {
  margin-bottom: 50px;
  color: #4ba7c8;
  text-align: center;
}
.banner-tiles .tile > .panel {
  width: 100%;
}
.banner-tiles .tile-button {
  margin-top: 35px;
  text-align: center;
}
@media (min-width: 1200px) {
  .banner-tiles > .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-tiles {
    padding-bottom: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-tiles {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .banner-tiles {
    padding-bottom: 180px;
  }
}
.banner-tiles .tile {
  display: flex;
  align-items: stretch;
  padding: 0 0 0 0;
}
.banner-tiles .tile .panel {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin: 7.5px 7.5px 7.5px 7.5px;
}
.banner-tiles .tile .panel.img-left .txt,
.banner-tiles .tile .panel.img-right .txt {
  background-color: #4b596e;
  color: white;
}
.banner-tiles .tile .panel.img-left .txt time,
.banner-tiles .tile .panel.img-right .txt time {
  color: white;
}
.banner-tiles .tile .panel.img-left .txt h1,
.banner-tiles .tile .panel.img-right .txt h1 {
  color: white;
}
.banner-tiles .tile .panel.img-top .txt {
  height: 100%;
  background-color: #4b596e;
  color: white;
}
.banner-tiles .tile .panel.img-top .img {
  height: 50%;
}
.banner-tiles .tile .panel.img-top:hover .txt,
.banner-tiles .tile .panel.img-top:hover .txt .panel-heading,
.banner-tiles .tile .panel.img-top:hover .txt .panel-title {
  color: white;
}
@media (max-width: 767px) {
  .banner-tiles .tile .panel {
    margin: 15px 0px 15px 0px;
  }
}
@media (max-width: 575.25px) {
  .banner-tiles .tiles .panel h1,
  .banner-tiles .tiles .panel.img-full h1 {
    font-size: 20px;
  }
  .banner-tiles .tiles .panel .panel-body {
    display: none;
  }
  .banner-tiles .tiles .panel.img-top .img {
    position: absolute;
    bottom: 0;
    height: auto;
    top: 0px;
  }
  .banner-tiles .tiles .panel.img-top .txt {
    position: absolute;
    top: 0;
    bottom: 0%;
  }
}
@media (min-width: 575.25px) and (max-width: 767px) {
  .banner-tiles .tiles .panel.img-top .img {
    position: absolute;
    bottom: 0;
    height: auto;
    top: 0px;
  }
  .banner-tiles .tiles .panel.img-top .txt {
    position: absolute;
    top: 0;
    bottom: 0%;
  }
}
@media (min-width: 768px) and (max-width: 879.5px) {
  .banner-tiles .tiles .panel.img-top .panel-body {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1095.5px) {
  .banner-tiles .tiles .panel h1,
  .banner-tiles .tiles .panel.img-full h1 {
    font-size: 20px;
  }
  .banner-tiles .tiles .panel.img-top h1 {
    margin-top: 0;
  }
  .banner-tiles .tiles .panel .panel-body {
    visibility: hidden;
  }
}
@media (min-width: 1095.5px) and (max-width: 1199px) {
  .banner-tiles .tiles .panel.img-top h1 {
    margin-top: 0 !important;
    font-size: 20px;
  }
  .banner-tiles .tiles .panel .panel-body {
    visibility: hidden;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .banner-tiles .tiles .panel h1,
  .banner-tiles .tiles .panel.img-full h1 {
    font-size: 18px;
  }
  .banner-tiles .tiles .panel.img-top .panel-heading {
    padding-top: 5px;
  }
  .banner-tiles .tiles .panel.img-top .panel-heading h1 {
    margin-top: 0 !important;
  }
  .banner-tiles .tiles .panel .panel-body {
    visibility: hidden;
  }
}
/*@media (min-width: (( @screen-md-min + ((@screen-md-max - @screen-md-min) * 1 / 2) ))) and (max-width: @screen-md-max) {

    .panel {
        h1,
        &.img-full h1 {
            color: red !important;
        }
    }
}*/
@media (min-width: 1701px) {
  .banner-tiles .tiles .panel.img-top .img {
    height: 45%;
  }
  .banner-tiles .tiles .panel.img-top h1 {
    font-size: 18px;
  }
  .banner-tiles .tiles .panel.img-top .panel-body {
    display: none;
  }
  .banner-tiles .tiles .panel.img-none h1 {
    font-size: 18px;
  }
}
@media (min-width: 2060px) {
  .banner-tiles .tiles .panel.img-top .img {
    height: 50%;
  }
  .banner-tiles .tiles .panel.img-top h1 {
    font-size: 20px;
  }
}
.safari .banner-tiles .tile .panel.img-left .txt,
.safari .banner-tiles .tile .panel.img-right .txt {
  position: absolute;
}
.safari .banner-tiles .tile .panel.img-top .img {
  height: auto;
  position: absolute;
  top: 0px;
  bottom: 50%;
}
.safari .banner-tiles .tile .panel.img-top .txt {
  position: absolute;
  top: 50%;
  bottom: 0%;
}
@media (min-width: 575.25px) and (max-width: 767px) {
  .safari .banner-tiles .tiles .panel.img-top .img {
    bottom: 0;
  }
  .safari .banner-tiles .tiles .panel.img-top .txt {
    top: 0;
  }
}
@media (max-width: 575.25px) {
  .safari .banner-tiles .tiles .panel.img-top .img {
    bottom: 0;
  }
  .safari .banner-tiles .tiles .panel.img-top .txt {
    top: 0;
  }
}
/*
 *SECTION: Thought Leadership filter page
 */
.panel.panel-filter,
.panel.panel-selected {
  background-color: transparent;
  border-top: 1px solid;
}
.panel.panel-filter .panel-heading,
.panel.panel-selected .panel-heading {
  padding: 10px 0 5px;
}
.panel.panel-filter .panel-heading .panel-title,
.panel.panel-selected .panel-heading .panel-title {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 21px;
}
.panel.panel-filter .panel-heading .panel-title small,
.panel.panel-selected .panel-heading .panel-title small,
.panel.panel-filter .panel-heading .panel-title .small,
.panel.panel-selected .panel-heading .panel-title .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.panel.panel-filter .panel-heading .panel-title small,
.panel.panel-selected .panel-heading .panel-title small,
.panel.panel-filter .panel-heading .panel-title .small,
.panel.panel-selected .panel-heading .panel-title .small {
  font-size: 75%;
}
.panel.panel-filter .panel-heading .panel-title .badge,
.panel.panel-selected .panel-heading .panel-title .badge {
  color: #6a6c71;
  background: transparent;
  padding: 0;
}
.panel.panel-filter .panel-heading .panel-title .badge:empty,
.panel.panel-selected .panel-heading .panel-title .badge:empty {
  display: block;
}
.panel.panel-filter .panel-heading .panel-title .badge:before,
.panel.panel-selected .panel-heading .panel-title .badge:before {
  display: block;
  font-family: 'Glyphicons Halflings';
  content: "\e014";
  font-size: 18px;
}
.panel.panel-filter .panel-heading .panel-title.collapsed .badge:before,
.panel.panel-selected .panel-heading .panel-title.collapsed .badge:before {
  content: "\2b";
}
.panel.panel-filter .panel-body,
.panel.panel-selected .panel-body {
  padding: 0;
}
.panel.panel-filter .panel-body .btn,
.panel.panel-selected .panel-body .btn {
  margin-bottom: 10px;
}
.panel-tile-section {
  display: flex;
  flex-wrap: wrap;
}
.panel-tile-section .panel-tiles {
  margin-bottom: 15px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  display: flex;
}
.panel-tile-section .panel-tiles .panel-tile {
  margin-bottom: 0;
}
.panel-tile-section:before {
  display: block;
}
@media (max-width: 767px) {
  .panel.panel-filter,
  .panel.panel-selected {
    margin-bottom: 0;
  }
  .panel.panel-filter .panel-heading,
  .panel.panel-selected .panel-heading {
    padding-bottom: 10px;
  }
  .panel.panel-filter .panel-body > div,
  .panel.panel-selected .panel-body > div {
    padding-bottom: 11px;
  }
  .panel-tile-section .panel-tiles {
    width: 100%;
  }
  .panel-tile-section .panel-tiles .panel.img-top .img {
    width: 50%;
    height: 100%;
    position: absolute;
  }
  .panel-tile-section .panel-tiles .panel.img-top .txt {
    width: 50%;
    height: 100%;
    margin-left: 50%;
  }
}
/*
 *SECTION: Leadership listing page
 */
.leadership-listing {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 30px;
}
.leadership-listing .panel {
  height: 290px;
}
.leadership-listing .panel .img {
  height: 100%;
  min-height: auto;
}
.leadership-listing .panel .txt:before {
  top: -12px;
}
.leadership-listing .panel {
  border: 1px solid #cccccc;
}
.leadership-listing .panel.img-right .txt {
  background-color: #4b596e;
}
.leadership-listing .panel.img-right .txt .panel-heading {
  color: white;
}
.leadership-listing .panel.img-right .txt .panel-body {
  color: white;
}
.leadership-listing .panel.img-top .img {
  height: 50%;
}
.leadership-listing:before {
  display: block;
}
.leader-detail-tile .panel {
  height: 290px;
}
.leader-detail-tile .panel.img-full-slope {
  margin-left: 30px;
  width: 268px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .leadership-listing .panel {
    height: 203px;
  }
  .leadership-listing .panel.img-full-slope {
    width: 220px;
  }
  .leadership-listing .panel.img-full-slope .txt:before {
    top: -8px;
  }
  .leader-detail-tile .panel.img-full-slope {
    margin-left: 30px;
    width: 220px;
    height: 203px;
  }
  .leader-detail-tile .panel.img-full-slope .txt:before {
    top: -8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .leadership-listing .panel {
    height: 373px;
  }
  .leadership-listing .panel .img-full-slope {
    width: 345px;
  }
  .leadership-listing .panel .img-full-slope .txt:before {
    top: -14px;
  }
  .leader-detail-tile .panel.img-full-slope {
    margin-left: 30px;
    width: 220px;
    height: 203px;
  }
  .leader-detail-tile .panel.img-full-slope .txt:before {
    top: -8px;
  }
}
@media (max-width: 767px) {
  .leader-detail-tile .panel.img-full-slope {
    margin-left: 30px;
    width: 147px;
    height: 135px;
  }
  .leader-detail-tile .panel.img-full-slope .txt {
    display: none;
  }
  .leadership-listing .panel.img-top .img {
    width: 100%;
  }
  .leadership-listing .panel.img-top .txt {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .navbar-header .navbar-search.search-button {
    display: none;
  }
}
/*
 * SECTION: Press Release
*/
.header-press-release {
  margin-bottom: 30px;
}
.header-press-release time {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header-press-release > .row .text-right {
    margin-top: 15px;
    text-align: left;
  }
}
.footer-press-release h1,
.footer-press-release h2,
.footer-press-release h3 {
  font-family: 'Titillium Web', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 21px;
}
.footer-press-release h1 small,
.footer-press-release h2 small,
.footer-press-release h3 small,
.footer-press-release h1 .small,
.footer-press-release h2 .small,
.footer-press-release h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.footer-press-release h1 small,
.footer-press-release h2 small,
.footer-press-release h3 small,
.footer-press-release h1 .small,
.footer-press-release h2 .small,
.footer-press-release h3 .small {
  font-size: 75%;
}
.footer-press-release p {
  font-size: 14px;
}
/* *****************************************************************************
 * File: 
 *
 * odin-company-particulars.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 */
.company-particulars {
  width: calc(100% - 4rem);
  max-width: 600px;
  margin-bottom: 5rem;
  border: 0;
}
.company-particulars th {
  background-color: #cccccc;
  font-weight: bold;
}
.company-particulars th,
.company-particulars td {
  padding: .5rem 1rem;
}
.company-particulars th:last-child,
.company-particulars td:last-child {
  text-align: right;
}
.amey-code-lp-components > .amey-code-lp-component {
  margin-bottom: 1em;
  background-color: #6C5F8F;
  box-shadow: 0 4px 10px #00000040;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-heading {
  padding: 2rem;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-heading > .ac-lp-component__heading {
  color: #FFFFFF;
  font-size: 24px;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-heading > .ac-lp-component__heading > a {
  display: block;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-heading > .ac-lp-component__heading > a:hover,
.amey-code-lp-components > .amey-code-lp-component > .panel-heading > .ac-lp-component__heading > a:focus {
  text-decoration: none;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-heading > .ac-lp-component__heading > a > .glyphicon {
  float: right;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-heading > .ac-lp-component__heading > a::after {
  clear: right;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse {
  padding: 0 2rem 2rem 2rem;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text {
  position: relative;
  padding: 0 28px 0 0;
  border-top: 0;
  color: #FFFFFF;
  font-size: 16px;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text .ac-lp-component__link-icon {
  position: absolute;
  display: flex;
  align-items: flex-end;
  bottom: 0;
  right: 0;
  font-size: 24px;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text .ac-lp-component__link-icon:hover {
  text-decoration: none;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text .ac-lp-component__link-icon::after {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e164";
}
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text ol,
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text ul {
  padding-left: 1em;
  margin-bottom: 0;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text ol li,
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text ul li {
  margin-bottom: 1.2em;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text ol li:last-child,
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text ul li:last-child {
  margin-bottom: 0;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text a {
  color: #FFFFFF;
  font-size: 16px;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text a:hover {
  color: #FFFFFF;
}
.amey-code-lp-components > .amey-code-lp-component > .panel-collapse > .ac-lp-component__text > :last-child {
  margin-bottom: 0;
}
.amey-code-lp-components > .amey-code-lp-component--accordion > .panel-heading > .ac-lp-component__heading > a:hover,
.amey-code-lp-components > .amey-code-lp-component--accordion > .panel-heading > .ac-lp-component__heading > a:focus {
  text-decoration: none;
}
.amey-code-lp-components > .amey-code-lp-component--accordion > .panel-heading > .ac-lp-component__heading > a > .glyphicon {
  transition: transform 0.2s ease;
}
.amey-code-lp-components > .amey-code-lp-component--accordion > .panel-heading > .ac-lp-component__heading > a.collapsed > .glyphicon {
  transform: rotate(-90deg);
}
.amey-code-dp-accordions > .amey-code-dp-accordion {
  margin-bottom: 10px;
  border-radius: 0;
  border-bottom: 1px solid #5D5D5D;
  box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.75);
  clip-path: inset(0px 0px -15px 2px);
}
.amey-code-dp-accordions > .amey-code-dp-accordion:last-child {
  box-shadow: none;
  clip-path: none;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-heading {
  padding: 1.5rem 5px;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-heading > .ac-dp-accordion__heading {
  font-size: 24px;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-heading > .ac-dp-accordion__heading > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-heading > .ac-dp-accordion__heading > a:hover,
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-heading > .ac-dp-accordion__heading > a:focus {
  text-decoration: none;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-heading > .ac-dp-accordion__heading > a > span:first-child {
  flex-grow: 1;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-heading > .ac-dp-accordion__heading > a > span.glyphicon {
  flex-grow: 0;
  flex-shrink: 0;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-heading > .ac-dp-accordion__heading > a > .glyphicon {
  float: right;
  padding: 0 0 2px 0;
  transition: transform 0.2s ease, padding 0.2s ease;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-heading > .ac-dp-accordion__heading > a.collapsed > .glyphicon {
  transform: rotate(-90deg);
  padding: 0 0 0 2px;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-heading > .ac-dp-accordion__heading > a::after {
  clear: right;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse {
  padding: 0 5px;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text {
  padding: 0;
  border-top: 0;
  font-size: 16px;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text > ul,
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text > ol {
  padding-left: 1.5em;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text > .ac-dp-accordion__checklist > ul {
  padding-left: 1.5em;
  list-style-type: none;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text > .ac-dp-accordion__checklist > ul li {
  position: relative;
  margin-bottom: 1em;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text > .ac-dp-accordion__checklist > ul li:last-child {
  margin-bottom: 0;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text > .ac-dp-accordion__checklist > ul li > div::before {
  display: inline-block;
  position: absolute;
  top: .3em;
  left: -1.5em;
  width: 1em;
  text-align: center;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text > .ac-dp-accordion__checklist > ul li > div.checklist-yes::before {
  content: "\e013";
  color: green;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text > .ac-dp-accordion__checklist > ul li > div.checklist-no::before {
  content: "\e014";
  color: red;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text > .ac-dp-accordion__further-reading {
  padding: 1em;
  margin: 1em 0;
  background-color: #EAEBEC;
  border: 1px solid #707070;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text > .ac-dp-accordion__further-reading > ul,
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text > .ac-dp-accordion__further-reading > ol {
  padding-left: 1.5em;
}
.amey-code-dp-accordions > .amey-code-dp-accordion > .panel-collapse > .ac-dp-accordion__text > .ac-dp-accordion__further-reading > :last-child {
  margin-bottom: 0;
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-faqs.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 */
.faqs-tags-picker {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.faqs-tags-picker > .faqs-tags-picker__tag {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: .5rem 1rem;
  background-color: #f7f8f8;
  border: 1px solid #f7f8f8;
  cursor: pointer;
}
.faqs-tags-picker > .faqs-tags-picker__tag.selected {
  background-color: #eff2f7;
  border-color: #4b596e;
}
.faqs-tags-picker > .faqs-tags-picker__reset {
  cursor: pointer;
}
.faqs-with-tags__faq {
  margin-top: 10px;
  border: 1px solid #f7f8f8;
}
.faqs-with-tags__faq-question {
  background-color: #f7f8f8;
  padding: 10px;
}
.faqs-with-tags__faq-question-title {
  display: block;
  margin: 0;
  font-size: 23px;
}
.faqs-with-tags__faq-question-title a:link,
.faqs-with-tags__faq-question-title a:visited,
.faqs-with-tags__faq-question-title a:hover,
.faqs-with-tags__faq-question-title a:active,
.faqs-with-tags__faq-question-title a:focus {
  display: block;
  text-decoration: none;
  color: #39485f;
}
.faqs-with-tags__faq-text {
  padding: 10px;
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-popup-notice.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 */
.popup-notice {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 50%;
  width: 700px;
  max-width: calc(100% - 40px);
  transform: translateX(-50%);
  background-color: #f7f8f8;
  color: #6a6c71;
  box-shadow: 0 .25rem .5rem #0000004D;
  z-index: 99999;
}
.popup-notice.show {
  display: block;
}
.popup-notice > .popup-notice__close {
  float: right;
  top: 0;
  height: 50px;
  width: 50px;
  margin: 0 0 20px 20px;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  background-color: #4ba7c8;
  color: white;
  cursor: pointer;
}
.popup-notice > .popup-notice__content {
  padding: 20px;
}
.popup-notice > .popup-notice__content h2 {
  margin-top: 0;
  font-size: 27px;
}
/* *****************************************************************************
 * FILE: 
 *
 * bwt-misc.less
 * 
 * 
 *
 * DESCRIPTION:
 *
 * 
 */
.float-left {
  float: left;
  margin: 0px 7px 7px 0px;
}
.float-right {
  float: right;
  margin: 0px 0px 7px 7px;
}
/* *****************************************************************************
 * SECTION: image in content
 */
.img-news-float-left {
  float: left;
  outline: 8px solid #f7f7f7;
  display: block;
  position: relative;
  margin: 0px 20px 20px 0;
  -webkit-box-shadow: 0px 8px 13px #666666;
  -moz-box-shadow: 0px 8px 13px #666666;
  box-shadow: 0px 8px 13px #666666;
}
@media (min-width: 1200px) {
  .img-news-float-left img {
    width: 254px;
    height: 189px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .img-news-float-left img {
    width: 254px;
    height: 189px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .img-news-float-left img {
    width: 254px;
    height: 189px;
  }
}
/* *****************************************************************************
 * SECTION: pagination
 */
.pagination > li > a,
.pagination > li > span {
  color: #39485f;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #39485f;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #39485f;
  background-color: #39485f;
}
/* *****************************************************************************
 * SECTION: rss-feed
 */
.social.rss-feed {
  font-size: 14px;
  font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* *****************************************************************************
 * SECTION: subpage nav
 */
.panel.subpage-nav-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel.subpage-nav-container h1 {
  font-size: 22px;
  font-weight: bold;
}
.panel.subpage-nav-container .media > a {
  padding: 0;
  background: none;
}
.panel.subpage-nav-container .media-body {
  padding-left: 0;
}
.panel.subpage-nav-container .media-body .title {
  font-weight: bold;
  color: #666666;
}
.panel.subpage-nav-container .media-body .info {
  font-weight: bold;
  color: #4ba7c8;
}
.panel.subpage-nav-container .pull-left + .media-body {
  padding-left: 15px;
}
.panel.subpage-nav-container .ameyButton {
  display: block;
  width: 100%;
}
