/*
 * 
 * * *****************************************************
 * * * Colours/Variables
 * * *****************************************************
 */
/*
 * HLMOD MV
 */
body, html, #page {
  overflow-x: hidden !important;
  position: relative !important;
}


/*
 * END HLMOD MV
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


body {
  margin: 0;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}


audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}


audio:not([controls]) {
  display: none;
  height: 0;
}


[hidden], template {
  display: none;
}


a {
  border: 0;
  background: transparent;
}


a:active, a:hover {
  outline: 0;
}


abbr[title] {
  border-bottom: 1px dotted;
}


b, strong {
  font-weight: bold;
}


dfn {
  font-style: italic;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


mark {
  background: yellow;
  color: black;
}


small {
  font-size: 80%;
}


sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}


sup {
  top: -0.5em;
}


sub {
  bottom: -0.25em;
}


img {
  border: 0;
}


svg:not(:root) {
  overflow: hidden;
}


figure {
  margin: 1em 40px;
}


hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}


pre {
  overflow: auto;
}


code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}


button {
  overflow: visible;
}


button, select {
  text-transform: none;
}


input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}


button[disabled], html input[disabled] {
  cursor: default;
}


button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


input {
  line-height: normal;
}


input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}


input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}


input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


input[type="email"], input[type="text"], input[type="password"], input[type="number"] {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 16px;
  line-height: 23px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 400;
  padding: 5px;
  margin-bottom: 10px;
  width: 85%;
  min-width: 250px;
  float: none;
  max-width: 400px;
  box-sizing: border-box;
}


label {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 16px;
  line-height: 23px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 400;
  display: block;
}


label span.form-required {
  color: #ef493c;
}


fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


legend {
  border: 0;
  padding: 0;
}


textarea {
  overflow: auto;
}


optgroup {
  font-weight: bold;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


td, th {
  padding: 0;
}


.clearfix:after, .wrapper:after, #navigation:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


.clearfix, .wrapper, #navigation {
  display: inline-block;
}


* html .clearfix, * html .wrapper, * html #navigation {
  height: 1%;
}


.clearfix, .wrapper, #navigation {
  /*display: block;*/
}


.wrapper {
  margin: 0 1em;
}


.notalist, ul.menu, .search .menu, .social {
  list-style: none;
  margin: 0;
  padding: 0;
}


html, button, input, select, textarea {
  color: #222222;
}


html {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}


::selection {
  background: #b3d4fc;
  text-shadow: none;
}


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}


audio, canvas, img, video {
  vertical-align: middle;
}


fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}


textarea {
  resize: vertical;
}


img {
  max-width: 100%;
  height: auto;
}


h1 {
  /*color: #53565a;*/
  color:#f4633a;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}


.not-front h1 {
  margin: 5px 0px 20px;
}


.front h1 {
  font-weight: 300;
  text-transform: uppercase;
}


h3 {
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}


p {
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 400;
}


p:first-child {
  margin-top: 0;
}


strong {
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}


/*
 * 
 * * *****************************************************
 * * * tabs
 * * *****************************************************
 */
ul.tabs {
  clear: both;
  float: none;
  margin-bottom: 10px;
  margin-top: 5px;
  display: inline-block;
}


ul.tabs li {
  display: block;
  float: left;
  margin-right: 3px;
}


ul.tabs li a {
  padding: 9px;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 20px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background-color: white;
  color: #53565a;
}


ul.tabs li a:hover {
  background-color: #53565a;
  color: white;
}


ul.tabs li.active a {
  background-color: #53565a;
  color: white;
}


ul.tabs li.active a:hover {
  color: white;
}


a, input.btn {
  color: #f4633a;
  text-decoration: none;
}


a:hover, input.btn:hover {
  color: #53565a;
}


a.btn, input.btn.btn {
  border: 0;
  background: url("../img/icon-sprite.png") no-repeat scroll 90% 11px;
  color: white;
  display: inline-block;
  padding: 10px 30px 12px 10px;
  border-bottom: 2px solid #f4633a;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 16px;
  line-height: 16px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 100px;
}


a.btn:hover, input.btn.btn:hover {
  background: url("../img/icon-sprite.png") no-repeat scroll 90% 11px white;
  color: #f4633a !important;
}

.node-page .content .btn {
	color:#f4633a;
}


#content-area form button, #content-area form input[type="submit"] {
  background: url("../img/icon-sprite.png") no-repeat scroll 90% 11px #f4633a;
  color: white;
  display: inline-block;
  padding: 10px 30px 12px 10px;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 16px;
  line-height: 16px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 100px;
  border: 0;
}


#content-area form button:hover, #content-area form input[type="submit"]:hover {
  background: url("../img/icon-sprite.png") no-repeat scroll 90% 11px #002d56;
}


.readmore {
  background: url('../img/icon-sprite.png') no-repeat 100% -93px;
  color: #f4633a;
  padding-right: 1.2em;
  text-transform: uppercase;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


.readmore:hover {
  padding-right: 1.5em;
  color: #fb433a;
}


.button {
  background: url('../img/icon-sprite.png') no-repeat 90% 7px #f4633a;
  color: white;
  display: inline-block;
  padding: 0.2em 5em 0.2em 0.5em;
  text-transform: uppercase;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
}


.button:hover {
  color: white;
  background-color: #6ab0a6;
}


.logo {
  width: 90px;
  height: 32px;
  top: -6px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}


.logo img {
  width: 193px;
  padding-top: 0px;
  max-width: 400px;
}


.mainmenu ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


.mainmenu ul li {
  margin-bottom: 0.5em;
}


.mainmenu ul li ul {
  display: none;
}


.mainmenu a {
  color: #53565a;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 30px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}
.mainmenu a:hover{
	color: #f4633a;
}


.page {
  width: 100%;
  overflow: hidden;
}


.page header {
  position: relative;
}


.page .banner .content {
  padding: 30px 0;
}

.page .banner .content p {
  color: #53565a;
}

.page .banner .content strong {
  font-size: 15px;
}


.page .banner h1 {
  position: absolute;
  background: #efeeee;
  padding: 10px 20px;
  color: #f4633a;
  margin: 0;
  bottom: -2px;
}


.read-more-link, .view-all-link {
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  text-align: right;
  padding-right: 30px;
  background: url("../img/icon-sprite.png") no-repeat scroll 92% -94px transparent;
  color: #f4633a;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 20px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  transition: background-position 0.5s ease 0s;
}


.read-more-link:hover, .view-all-link:hover {
  background: url("../img/icon-sprite.png") no-repeat scroll 100% -94px transparent;
  color: #f4633a;
}


.search .menu li.first {
  /*margin-bottom: 1em;*/
}


.search .menu li {
  position: relative;
}


.search .menu li a {
  background: url('../img/icon-sprite.png') no-repeat 90% 12px;
  color: #f4633a;
  border-bottom: 2px solid #f4633a;
  display: inline-block;
  padding: 10px 6px 12px;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 16px;
  line-height: 16px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  width: 160px;
}


.search .menu li:hover a {
  background-color: #eaeaea;
}


form#search-block-form {
  background: white;
  padding: 0.5em;
  /*width: 15.875em;*/
  width: 180px;
}


form#search-block-form .form-type-searchfield {
  width: 100%;
}


form#search-block-form .form-type-searchfield input[type=search] {
  width: 100%;
  box-sizing: border-box;
  padding-right: 25px;
}


form#search-block-form input[type=submit] {
  position: absolute;
  right: 10px;
  top: 7px;
}


form#search-block-form input {
  border: none;
  background: none;
}


form#search-block-form input[type=search] {
  width: 11.875em;
}

form#search-block-form input[type=submit] {
  background: url('../img/icon-sprite.png') no-repeat 100% -74px;
  text-indent: -9999px;
  width: 20px;
}

.social {
  overflow: hidden;
  position: relative;
  width: 135px;
}

.social li {
  margin-right: 6px;
  margin-left:0;
  float: right;
}

.social li a {
  background: url('../img/icon-sprite.png') no-repeat;
  display: inline-block;
  text-indent: -9999px;
}


/*
 * .section-about h1{
 * position: absolute;
 * background: #efeeee;
 * padding: 10px 20px;
 * top: 185px;
 * color: #f4633a;
 * }
 */
#section-footer .social {
  overflow: inherit;
  position: relative;
  width: 100%;
  clear: both;
}


#section-footer .social li {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
}


#section-footer .social li:first-child, #section-footer .social li:last-child {
  margin-left: 0;
  margin-right: 0;
  /*
 * HLMOD MV | IE hack 346
 */

  /*
 * Only works in IE6
 */

  _margin-left: 0;
  _margin-right: 0;
  /*
 * IE6, IE7
 */

  *margin-left: 0;
  *margin-right: 0;
  /*
 * Only works in IE7
 */

  +margin-left: 0;
  +margin-right: 0;
  /*
 * Only works in IE7
 */

  *margin-left: 0;
  *margin-right: 0;
  /*
 * IE6, IE7, IE8, IE9
 */

  margin-left: 0\9;
  margin-right: 0\9;
  /*
 * IE8, IE9
 */

  margin-left: 0\0;
  margin-right: 0\0;
  /*
 * Only works in IE9
 */

  margin-left: 0\9\0;
  margin-right: 0\9\0;
  /*
 * END HLMOD MV | IE hack
 */

}


. ie10 #section-footer .social li:first-child {
  margin-left: 0;
  margin-right: 0;
  /*
 * Only works in IE10
 */

}


@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, #section-footer .social li:first-child {
  margin-left: 0;
  margin-right: 0;
}


/*
 * IE11
 */
}


#section-footer .social li a {
  background: url('../img/med-socials.png') no-repeat;
  display: inline-block;
  height: 27px;
  text-indent: -9999px;
  width: 27px;
}


#section-footer .social li a.facebook {
  background-position: -7px -44px;
}


#section-footer .social li a.linkedin {
  background-position: -7px -6px;
}


#section-footer .social li a.googleplus {
  background-position: -7px -82px;
}


#section-footer .online-payment h3 {
  margin-bottom: 2px;
}


#section-footer .btn.payment {
  width: 160px;
}


#section-footer .newsletter-social-payment {
  float: left;
  width: 250px;
}

#section-footer .newsletter-social-payment a:hover {
  color: #f4633a;
}


.nav-wrap .social a {
  height: 39px;
  width: 39px;
}


.nav-wrap .social a.facebook {
  background-position: 50% -491px;
}


.nav-wrap .social a.linkedin {
  background-position: 50% -538px;
}


.nav-wrap .social a.googleplus {
  background-position: 50% -585px;
}


#section-header {
  position: relative;
  padding-top: 0.5em;
  width: 100%;
}

#section-header .wrapper {
	//display:inline-block;
}


#section-header:after {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 1000px;
  position: fixed;
  opacity: 0;
  top: -1000px;
  left: 0;
  z-index: 1001;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


.nav-open #section-header:after {
  opacity: 1;
  top: 0;
}


#navigation {
  background: #efeeee;
}


.nav-wrap {
  padding: 1em 1em 3em;
  position: relative;
}

.nav-wrap .social-block {
	/*display:none;*/
	margin-top:0;
	margin-bottom:20px;
}

.nav-wrap .social-block a.phone-link {
	/*display:none;*/
	margin-top:48px;
}

html.js #navigation {
  position: absolute;
  left: 100%;
  /*
 * HLMOD MV | 100%
 */

  top: 0;
  z-index: 9999;
  right: 0;
}


#navigation .mainmenu {
  margin: 1em 0;
}


.search form {
  position: absolute;
  bottom: 4.75em;
}


.social-block {
  margin-top: 5em;
}


a.phone-link {
  color: #f4633a;
  font-weight: 600;
  font-size: 14px;
  margin-top: 50px;
  display: block;
  text-align: right;
  font-family: 'Open Sans';
}


.mobile-menu {
  float: left;
  padding: 0.3em 0.5em;
  margin-top: 20px;
  margin-left: -100px;
  border-bottom: solid 2px #f4633a;
  background:white;
}


.mobile-menu a {
  color: #f4633a;
  padding-right: 1.6em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
}


.mobile-menu a:after {
  background: url('../img/icon-sprite.png') no-repeat 105% 1px;
  content: '';
  display: block;
  height: 15px;
  width: 20px;
  position: absolute;
  right: 0px;
  top: 3px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


.open .mobile-menu {
  margin-left: -88px;
}


.open .mobile-menu a:after {
  left: -10px;
  top: 1px;
  width: 70px;
  right: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}


html.no-js .mobile-menu {
  display: none;
}


#section-content {
  padding-bottom: 1em;
}


#section-content .wrapper {
  position: relative;
  background-color: #efeeee;
}


#section-content .wrapper #content-area {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1em;
}


#section-content .wrapper .breadcrumb {
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
}


#edit-tid {
  box-sizing: border-box;
  padding: 6px 6px 8px;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #858585;
  background-color: white;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}


#edit-tid::before {
  background: url(../img/icon-sprite.png) no-repeat -11px -41px white;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 30px;
}


.page-news #section-content .wrapper #content-area h1, .node-type-article #section-content .wrapper #content-area h1, .section-payment #section-content .wrapper #content-area h1 {
  color: #f4633a;
  text-transform: capitalize;
  font-size: 1.688em;
  font-weight: 600;
  line-height: 1.175em;
  margin: 10px 0 0 28px;
}


.page-news #section-content .wrapper #content-area {
	padding-top:10px!important;
}

.page-news .view-filters {
    padding: 15px 28px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.page-news .view-filters form#views-exposed-form-news-page {
    float: right;
    text-align: right;
}

.page-news .view-filters label {
	font-weight:normal;
	margin-bottom: 3px;
}


.page-news #section-content .wrapper .view-news .view-content .news-column, .node-type-article #section-content .wrapper .view-news .view-content .news-column, .section-payment #section-content .wrapper .view-news .view-content .news-column {
  float: left;
}


.page-news #section-content .wrapper .view-news .view-content div.news-item, .node-type-article #section-content .wrapper .view-news .view-content div.news-item, .section-payment #section-content .wrapper .view-news .view-content div.news-item {
  background-color: white;
  box-sizing: border-box;
  list-style: none outside none;
  margin-bottom: 10px;
  padding: 10px;
  width: 300px;
}


.page-news #section-content .wrapper .view-news .view-content div.news-item .news-item-image img, .node-type-article #section-content .wrapper .view-news .view-content div.news-item .news-item-image img, .section-payment #section-content .wrapper .view-news .view-content div.news-item .news-item-image img {
  width: 100%;
  height: auto;
}


.page-news #section-content .wrapper .view-news .view-content div.news-item .news-item-title, .node-type-article #section-content .wrapper .view-news .view-content div.news-item .news-item-title, .section-payment #section-content .wrapper .view-news .view-content div.news-item .news-item-title {
  margin-bottom: 5px;
}


.page-news #section-content .wrapper .view-news .view-content div.news-item .news-item-title a, .node-type-article #section-content .wrapper .view-news .view-content div.news-item .news-item-title a, .section-payment #section-content .wrapper .view-news .view-content div.news-item .news-item-title a {
  font-size: 20px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #002d56;
}


.page-news #section-content .wrapper .view-news .view-content div.news-item .news-item-title a:hover, .node-type-article #section-content .wrapper .view-news .view-content div.news-item .news-item-title a:hover, .section-payment #section-content .wrapper .view-news .view-content div.news-item .news-item-title a:hover {
  color: #f4633a;
}


.page-news #section-content .wrapper .view-news .view-content div.news-item .news-item-date, .node-type-article #section-content .wrapper .view-news .view-content div.news-item .news-item-date, .section-payment #section-content .wrapper .view-news .view-content div.news-item .news-item-date {
  font-size: 20px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}


.page-news #section-content .wrapper .view-news .view-content div.news-item .news-item-body, .node-type-article #section-content .wrapper .view-news .view-content div.news-item .news-item-body, .section-payment #section-content .wrapper .view-news .view-content div.news-item .news-item-body {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}


.page-news #section-content .wrapper .view-news .view-content .news-column, .front #content-bottom .wrapper .view-news .view-content .news-column {
  float: left;
}


.page-news #section-content .wrapper .view-news .view-content div.news-item, .front #content-bottom .wrapper .view-news .view-content div.news-item {
  background-color: white;
  box-sizing: border-box;
  list-style: none outside none;
  margin-bottom: 10px;
  padding: 10px;
  width: 300px;
}


.page-news #section-content .wrapper .view-news .view-content div.news-item .news-item-image img, .front #content-bottom .wrapper .view-news .view-content div.news-item .news-item-image img {
  width: 100%;
  height: auto;
}


.page-news #section-content .wrapper .view-news .view-content div.news-item .news-item-title, .front #content-bottom .wrapper .view-news .view-content div.news-item .news-item-title {
  margin-bottom: 5px;
}


.page-news #section-content .wrapper .view-news .view-content div.news-item .news-item-title a, .front #content-bottom .wrapper .view-news .view-content div.news-item .news-item-title a {
  font-size: 20px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #f4633a;
}

.page-news #section-content .wrapper .view-news .view-content div.news-item .news-item-title a:hover, .front #content-bottom .wrapper .view-news .view-content div.news-item .news-item-title a:hover {
  color: #53565a;
}

.page-news #section-content .wrapper .view-news .view-content div.news-item .news-item-date, .front #content-bottom .wrapper .view-news .view-content div.news-item .news-item-date {
  font-size: 20px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #53565a;
}

.page-news #section-content .wrapper .view-news .view-content div.news-item .news-item-body, .front #content-bottom .wrapper .view-news .view-content div.news-item .news-item-body {
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 20px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

.page-news #section-content .wrapper #content-area, .node-type-article #section-content .wrapper #content-area, .section-payment #section-content .wrapper #content-area {
  float: left;
  width: 100%;
  padding: 30px 0;
}

.page-news .pager {
  list-style: none;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-news .pager li {
  display: inline-block;
  padding: 10px;
}
/*
.page-news .view-filters {
  position: relative;
  float: right;
  display: block;
  padding-left: 50%;
  padding-right: 15px;
}
*/

.page-news .views-exposed-widgets {
	position:relative;
}

.page-news .views-exposed-form .views-exposed-widget {
    padding: 0 0 0 28px;
}

.page-news .view-filters .views-submit-button {
  position: absolute;
  right: 15px;
  top: -6px;
  width: 20px;
}

.page-news .view-filters input[type="submit"] {
  background: url(../img/icon-sprite.png) no-repeat -75px 18px transparent !important;
  font-size: 0px !important;
}

/*
.page-node-63 #content-area form button:hover, #content-area form input[type="submit"]:hover {
  background-position: -65px 18px !important;
  transition: background-position 0.5s ease 0s;
}
*/

.page-news #edit-tid {
  background: url(../img/icon-sprite.png) transparent no-repeat 75px 0px;
  background-position: 175px -41px;
  border-radius: 0px;
  border-bottom: 2px solid #f4633a;
  color:#f4633a;
  text-transform: uppercase;
  padding:6px 10px 8px;
  outline:0px;
  box-sizing: border-box;
	width: 218px;
}

.page-news .form-item.form-type-select.form-item-tid:before {
	content: 'Filter results by';
	margin-right:5px;
	color:#53565a;
}

.page-news #edit-tid option {
	color:grey;
  text-transform: uppercase;
  padding:5px 10px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
}

.page-news input[type="text"] {
	border:none;
	height: 38px;
	padding-left:30px;
	box-sizing: border-box;
	width: 315px;
}

.form-type-textfield.form-item-keys {
	position: relative;
}

/*
.form-type-textfield.form-item-keys:after {
    content: 'Search';
    display: block;
    width: 100px;
    height: 20px;
    position: absolute;
    top: 11px;
    left: 30px;
    pointer-events:none;
}
*/


.page-news select#edit-tid:hover {
	color:#53565a;
}

#node-63 .content-right h1 {
	display:none;
}


@media (max-width:768px) {
	.page-news .view-filters {
			width:100%;
			float:none;
	}
	
	.page-news .views-exposed-form .views-exposed-widget {
    padding: 0;
    margin-bottom: 1rem;
    margin-right: 50px;
	}
	
	.page-news .view-filters .views-submit-button {
		display:none;
	}
	
	.page-news .form-item.form-type-select.form-item-tid:before {
    content: 'Filter results by';
    margin-right: 5px;
    color: #53565a;
    width: 100%;
    display: block;
    text-align: left;
	}
	
	.page-news .form-item.form-type-select.form-item-tid:before {
    width: 100%;
    display: block;
    text-align: left;
	}
	
	.page-news input[type="text"] {
    width: 250px;
	}
}


/*

.views-exposed-form {
	padding-top: 40px;
}

.page-news #edit-tid-wrapper label {
  position: absolute;
  right: 542px;
  top: 16px;
  font-weight: bold;
  color: #53565a;
  max-width: 185px;
  line-height: 1;
}

.page-news #edit-tid option:nth-child(1) {
  color: #f4633a;
}


#edit-tid::placeholder {
  color: #ff9933;
}

.page-news input[type="email"], input[type="text"], input[type="password"], input[type="number"] {
  border: none;
  height: 28px;
}
*/

.page-node-63 #content-area form button, #content-area form input[type="submit"] {
  background: #f4633a;
  padding: 10px 14px 12px 10px;
}

.page-node-63 #content-area form button:hover, #content-area form input[type="submit"]:hover {
  background: #53565a;
}


.front #content-bottom .wrapper a.feed-icon {
  display: none;
}


.front #content-bottom .wrapper .mail-chimp {
  width: 100%;
  float: left;
  margin-bottom: 2%;
}


.front #content-bottom .wrapper .mail-chimp h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
  float: left;
  font-weight: 300;
  width: 100%;
  color: #53565a;
  margin-top: 0;
}


.front #content-bottom .wrapper .mail-chimp h3 {
  margin-top: 0;
  margin-bottom: 0;
}


.front #content-bottom .wrapper .mail-chimp p {
  color: #53565a;
}


.front #content-bottom .wrapper .mail-chimp > p {
  margin-top: 0;
}


.front #content-bottom .wrapper .mail-chimp #mc_embed_signup {
  margin-bottom: 10px;
}


.front #content-bottom .wrapper .mail-chimp #mc_embed_signup .indicates-required {
  float: right;
}


.front #content-bottom .wrapper .mail-chimp #mc_embed_signup label {
  color: #53565a;
  font-weight: bold;
  font-size: 12px;
  /*
 * padding-left:6px
 */

  /*
 * HLMOD MV
 */

}


.accordion_titleclick > span {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(100);
}


/*
 * HLMOD MV
 */
.front #content-bottom .wrapper .mail-chimp #mc_embed_signup label.accordion_titleclick {
  font-weight: normal;
  color: #222222;
  padding-bottom: 3px;
  padding-top: 4px;
}


/*
 * END
 */
.front #content-bottom .wrapper .mail-chimp #mc_embed_signup input, .front #content-bottom .wrapper .mail-chimp #mc_embed_signup select {
  max-width: 100%;
  min-width: 100px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  height: 30px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  padding: 0 6px;
}


.front #content-bottom .wrapper .mail-chimp #mc_embed_signup input[type='email'], .front #content-bottom .wrapper .mail-chimp #mc_embed_signup select {
  background: #efeeee;
  font-size: 12px;
}


.front #content-bottom .wrapper .mail-chimp #mc_embed_signup select {
  background-image: url('../img/select.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  padding-right: 25px;
  color: #ababab;
}


.front #content-bottom .wrapper .mail-chimp #mc_embed_signup .asterisk {
  color: #ff4920;
}


.front #content-bottom .wrapper .mail-chimp #mc_embed_signup .mc-field-group {
  position: relative;
}


.front #content-bottom .wrapper .mail-chimp #mc_embed_signup .mc-field-group input[type="email"] {
  width: 100%;
}


.front #content-bottom .wrapper .mail-chimp #mc_embed_signup .mc-field-group #mc-embedded-subscribe {
  width: 100%;
  text-align: left;
  background-color: white;
  color: #f4633a;
  border-bottom: solid 3px #f4633a;
	background: url(../img/icon-sprite.png) no-repeat scroll 90% 7px;
	transition: background-position 0.5s ease 0s;
}

.front #content-bottom .wrapper .mail-chimp #mc_embed_signup .mc-field-group #mc-embedded-subscribe:hover{
    background: url(../img/icon-sprite.png) no-repeat scroll 100% 7px;
}


.front #content-bottom .wrapper .view-news {
  width: 100%;
  float: left;
  position:relative;
}


.front #content-bottom .wrapper .view-news .view-content div.news-item {
  background: #efeeee;
  float: left;
  width: 100%;
  margin-bottom: 2%;
}


.front #content-bottom .wrapper .view-news .view-content div.news-item .news-item-title a {
  font-size: 17px;
  font-weight: 700;
}


.front #content-bottom .wrapper .view-news .view-content div.news-item .news-item-body {
  line-height: 19px;
}


.front #content-bottom .wrapper .view-news .view-footer {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-bottom: 2.5rem;
}


.noposts {
  display: none;
}


.section-our-team #section-content .wrapper, .node-type-team-member #section-content .wrapper {
  background-color: transparent;
}


.section-our-team #section-content .wrapper #content-area, .node-type-team-member #section-content .wrapper #content-area {
  float: left;
  width: 100%;
  padding: 0px;
}


.section-our-team #section-content .wrapper #content-area .view-all-link, .node-type-team-member #section-content .wrapper #content-area .view-all-link {
  /*
 * 
 * * display: none;
 */

}


.section-our-team #section-content .wrapper #content-area h1.title, .node-type-team-member #section-content .wrapper #content-area h1.title {
  margin-bottom: -20px;
}


.node-type-article #section-content .wrapper #content-area h1, .section-payment #section-content .wrapper #content-area h1 {
  margin-left: 0;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 20px;
  line-height: 26px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 700;
}


.node-type-article #section-content .wrapper #content-area .content-left, .section-payment #section-content .wrapper #content-area .content-left {
  width: 100%;
  padding: 30px 15px;
  box-sizing: border-box;
  float: left;
}


.node-type-article #section-content .wrapper #content-area .content-left .caption, .section-payment #section-content .wrapper #content-area .content-left .caption {
  font-size: 90%;
  font-style: italic;
}


.node-type-article #section-content .wrapper #content-area .content-right, .section-payment #section-content .wrapper #content-area .content-right {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 30px;
}

.section-payment #section-content .wrapper #content-area .content-right {
  padding: 20px 15px;
}

@media screen and (min-width:800px) {
	.section-payment #section-content .wrapper #content-area .content-right {
  	padding: 87px 15px 20px;
	}
}


.node-type-article #section-content .wrapper #content-area .content-right .auth-info .published, .section-payment #section-content .wrapper #content-area .content-right .auth-info .published {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  float: left;
  margin-right: 7px;
  color: #53565a;
}


.node-type-article #section-content .wrapper #content-area .content-right .auth-info .author, .section-payment #section-content .wrapper #content-area .content-right .auth-info .author {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
}


.node-type-article #section-content .wrapper #content-area .content-right .content-summary, .section-payment #section-content .wrapper #content-area .content-right .content-summary {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}


.node-type-article #section-content .wrapper #content-area .content-right .content-body, .section-payment #section-content .wrapper #content-area .content-right .content-body {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 400;
}


.node-type-article #section-content .wrapper #content-area .content-right .profile, .section-payment #section-content .wrapper #content-area .content-right .profile {
  margin-top: 15px;
  display: block;
}


.node-type-article #section-content .wrapper #content-area .content-right .profile .profile-image, .section-payment #section-content .wrapper #content-area .content-right .profile .profile-image {
  float: left;
  margin-right: 12px;
}


.node-type-article #section-content .wrapper #content-area .content-right .profile .profile-content h4, .section-payment #section-content .wrapper #content-area .content-right .profile .profile-content h4 {
  color: black;
  margin-bottom: 0;
  margin-top: 0;
}


.node-type-article #section-content .wrapper #content-area .content-right .profile .profile-content p, .section-payment #section-content .wrapper #content-area .content-right .profile .profile-content p {
  margin-top: 5px;
}


.node-type-article #section-content .wrapper #content-area .content-right .more-posts-link, .section-payment #section-content .wrapper #content-area .content-right .more-posts-link {
  clear: both;
  color: black;
  display: block;
  float: none;
  margin-bottom: 20px;
  margin-top: -8px;
  text-transform: uppercase;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}


#aside-first {
  float: left;
  width: 100%;
  box-sizing: border-box;
  /*
 * 
 * * padding: 25px;
 */

  padding-bottom: 15px;
  padding-top: 25px;
}


#aside-first .active-node-parent {
  width: 100%;
  position: relative;
  display: block;
  text-transform: uppercase;
  padding: 6px;
  box-sizing: border-box;
  color: #53565a;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 16px;
  line-height: 30px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 400;
  margin: 0;
}


#aside-first .active-node-parent.active {
  background-color: white;
  color: #f4633a;
}


#aside-first .active-node-parent:after {
  background: url("../img/plus-icons.png") no-repeat scroll 0 -21px transparent;
  content: " ";
  display: block;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 0;
  width: 15px;
}


#aside-first .active-node-parent.active:after, #aside-first .active-node-parent:hover:after {
  background: url("/sites/all/themes/srb_law/img/plus-icons.png") no-repeat scroll 0 15px transparent;
  color: #f4633a;
}


#aside-first .active-node-parent:hover {
  background-color: white;
  color: #f4633a;
}


#aside-first .menu a {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 6px;
  position: relative;
  color: #53565a;
}


#aside-first .menu a:after {
  background: url("/sites/all/themes/srb_law/img/plus-icons.png") no-repeat scroll 0 -21px transparent;
  content: " ";
  display: block;
  height: 30px;
  overflow: hidden;
  width: 15px;
  position: absolute;
  right: 15px;
  top: 0;
}


#aside-first .menu a:hover {
  background-color: white;
  color: #f4633a;
}


#aside-first .menu a:hover:after {
  background: url("/sites/all/themes/srb_law/img/plus-icons.png") no-repeat scroll 0 15px transparent;
}


#aside-first .menu li.active > a:after {
  background: url("/sites/all/themes/srb_law/img/plus-icons.png") no-repeat scroll 0 15px transparent;
}


#aside-first .active-trail > a {
  color: #f4633a;
  background-color: white;
}


#aside-first .active-trail > .menu {
  padding-left: 35px;
}


#section-footer {
  background: #53565a;
  padding-top: 2em;
  padding-bottom: 3em;
}


#section-footer h3 {
  color: white;
  margin-top: 0;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 20px;
  line-height: 24px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
  padding-top: 10px;
}


#section-footer .readmore {
  background-position: 100% -92px;
  color: white;
}


#section-footer p {
  color: white;
}


#section-footer .footer-menu {
  display: block;
  float: left;
  margin-right: 3em;
}


#section-footer .footer-menu a {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 30px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 400;
}


#section-footer .footer-menu .menu {
  float: left;
  min-width: 220px;
}


#section-footer .view-gmap-footer .gmap-gmap {
  width: 100% !important;
  height: 120px !important;
}


#section-footer .view-gmap-footer .view-header {
  float: none;
  margin-top: 0;
  position: relative;
  width: 100%;
}


#section-footer .view-gmap-footer .readmore {
  float: right;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 60px;
}


.offices .view-header {
  float: right;
  width: 25%;
}


.offices .view-header p {
  margin: 0;
}


.offices img {
  width: 100%;
}


#section-footer .wrapper > div {
  margin-bottom: 1em;
}


#section-footer .footer-menu {
  display: none;
}


#section-footer .footer-menu li {
  margin-bottom: 0.75em;
}


#section-footer .footer-menu a {
  color: white;
}


.front #section-content .wrapper {
  background-color: transparent;
}


.front #section-content .wrapper #content-area {
  width: 100%;
}


.front #section-content .wrapper #content-area .view-frontpage h1 strong {
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}


.front #section-content .wrapper #content-area .view-frontpage p {
  color: #53565a;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 16px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 400;
}


.front #section-content .wrapper #content-area .view-frontpage p strong {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}


.front #section-content .wrapper #content-area .view-frontpage .views-row {
  overflow: hidden;
}


.section-our-team #section-content, .node-type-expertise #section-content, .node-type-team-member #section-content {
  background: #efeeee;
  /*
 * 
 * * Old browsers
 */

  background: -moz-linear-gradient(top, #efeeee 0%, white 100%);
  /*
 * 
 * * FF3.6+
 */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efeeee), color-stop(100%, white));
  /*
 * 
 * * Chrome,Safari4+
 */

  background: -webkit-linear-gradient(top, #efeeee 0%, white 100%);
  /*
 * 
 * * Chrome10+,Safari5.1+
 */

  background: -o-linear-gradient(top, #efeeee 0%, white 100%);
  /*
 * 
 * * Opera 11.10+
 */

  background: -ms-linear-gradient(top, #efeeee 0%, white 100%);
  /*
 * 
 * * IE10+
 */

  background: linear-gradient(to bottom, #efeeee 0%, white 100%);
  /*
 * 
 * * W3C
 */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efeeee', endColorstr='#ffffff', GradientType=0);
  /*
 * 
 * * IE6-9
 */

}


.view-our-team {
  position: relative;
  clear: both;
  float: left;
  z-index: 1;
  width: 100%;
  padding: 30px 0 60px;
}


.view-our-team .view-all-link {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 16px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  margin-left: 10px;
  float: right;
  display: none;
}


.view-our-team .expertise-list, .view-our-team .position-list {
  margin: 0px;
  margin-top: 10px;
  margin-right: 10px;
}


.view-our-team > div.view-content {
  margin-right: -20px;
}


.view-our-team > div.view-content ul {
  padding: 0;
  list-style: none;
}


.view-our-team > div.view-content ul .member {
  float: left;
  list-style: none;
  padding-right: 15px;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  width: 50%;
  height: 200px;
}


.view-our-team > div.view-content ul .member .member-nameandposition {
  margin-top: 5px;
  color: #53565a;
}


.view-our-team > div.view-content ul .member .member-nameandposition .member-name {
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 700;
  border-right: 2px solid #53565a;
  padding-right: 10px;
  margin-right: 10px;
  margin-top: 5px;
  display: inline-block;
  line-height: 12px;
  height: 15px;
}


.view-our-team > div.view-content ul .member .member-nameandposition .member-position {
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  line-height: 12px;
  margin-top: 5px;
  height: 12px;
}


.node-type-team-member #content-bottom {
  background-color: #efeeee;
  padding: 0px 15px 15px;
}


.node-type-team-member #content-bottom .view-all-link {
  display: none;
}


.node-type-team-member #content-bottom .selector-title {
  padding-right: 15px;
  padding-top: 8px;
  color: #53565a;
}


#ourteam-searchbtn {
  box-sizing: border-box;
  margin-top: 10px;
  width: 100%;
  color: #f4633a;
}


.expertise-list, .position-list {
  position: relative;
  margin: 10px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}


.expertise-list select, .position-list select {
  box-sizing: border-box;
  padding: 6px 6px 8px;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #858585;
  background-color: white;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}


.expertise-list:before, .position-list:before {
  background: url('../img/icon-sprite.png') no-repeat -11px -41px white;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 30px;
}


.expertise-list:after, .position-list:after {
  color: #aaaaaa;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}


.expertise-list p, .position-list p {
  display: none;
}


.below-nav {
  overflow: hidden;
}


.below-nav .view-header h2 {
  margin-top: -1px;
  color: #53565a;
  text-transform: uppercase;
  margin-bottom: 2px;
}


.below-nav .view-our-team {
  background-color: #efeeee;
  position: relative;
  z-index: 1;
  clear: both;
  display: none;
  width: 100%;
  float: left;
  padding: 30px 0 60px;
  margin-top: -1000px;
}


.below-nav .view-our-team .item-list {
  margin-top: 20px;
  height: 215px;
  overflow: hidden;
}


.below-nav .view-our-team > div {
  width: 80%;
  min-width: 320px;
  max-width: 1505px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}


.below-nav .view-our-team > div .nav-controls a {
  position: absolute;
  top: 40%;
  height: 43px;
  width: 43px;
  display: block;
  z-index: 10;
}


.below-nav .view-our-team > div .nav-controls .scroll-left {
  background: url("/sites/all/themes/srb_law/img/icon-sprite.png") no-repeat scroll -51px -141px transparent;
  left: 0;
}


.below-nav .view-our-team > div .nav-controls .scroll-right {
  background: url("/sites/all/themes/srb_law/img/icon-sprite.png") no-repeat scroll -49px -191px transparent;
  right: 0;
}


.below-nav .view-our-team > div ul {
  left: 0;
  position: relative;
  z-index: 0;
  width: 100000px;
  /*
 * 
 * * will be corrected in JS
 */

  height: 215px;
  margin: 0;
}


.below-nav .view-our-team > div ul .member, .below-nav .view-our-team > div ul .jcarousel-item {
  width: 257px;
}


.node-team-member .content-left {
  width: 100%;
  padding: 70px 0 0px;
  box-sizing: border-box;
  float: left;
}


.node-team-member .content-left .profile {
  display: inline-block;
  background-color: #efeeee;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}


.node-team-member .content-left .profile .profile-content > div {
  box-sizing: border-box;
  float: left;
  width: 50%;
}


.node-team-member .content-left .profile .profile-left {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 400;
  margin-top: 10px;
  width: 50%;
  float: left;
}


.node-team-member .content-left .profile .profile-right {
  float: left;
  margin-top: 10px;
  box-sizing: border-box;
  padding-left: 5%;
  width: 50%;
  border-left: 2px solid #002d56;
}


.node-team-member .content-left .profile > div > div {
  padding: 5px;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  color: #53565a;
}


.node-team-member .content-left .profile > div > div a {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  color: #53565a;
  text-transform: uppercase;
}


.node-team-member .content-left .profile > div > div:hover a {
  text-decoration: underline;
}


.node-team-member .content-left .profile > div > div:hover a:hover {
  text-decoration: underline;
}


.node-team-member .content-left .profile .email {
  background: url('../img/email-icon.png') no-repeat 0 4px transparent;
  padding-left: 30px;
}


.node-team-member .content-left .profile .email:hover {
  background: url('../img/email-icon.png') no-repeat 0 -37px transparent;
}


.node-team-member .content-left .profile .vcard {
  background: url('../img/vcard-icon.png') no-repeat 0 5px transparent;
  padding-left: 30px;
}


.node-team-member .content-left .profile .vcard:hover {
  background: url('../img/vcard-icon.png') no-repeat 0 -35px transparent;
}


.node-team-member .content-left .profile .linked-in {
  background: url('../img/linkedin-icon.png') no-repeat 0 3px transparent;
  padding-left: 30px;
}


.node-team-member .content-left .profile .linked-in:hover {
  background: url('../img/linkedin-icon.png') no-repeat 0 -40px transparent;
}


.node-team-member .content-left .profile .phone {
  background: url('../img/phone-icon.png') no-repeat 0 4px transparent;
  padding-left: 30px;
}


.node-team-member .content-left .profile .phone:hover {
  background: url('../img/phone-icon.png') no-repeat 0 -36px transparent;
  text-decoration: underline;
}


.node-team-member .content-left .profile .cell {
  background: url('../img/mobile-icon.png') no-repeat 0 4px transparent;
  padding-left: 30px;
}


.node-team-member .content-left .profile .cell:hover {
  background: url('../img/mobile-icon.png') no-repeat 0 -36px transparent;
  text-decoration: underline;
}


.node-team-member .content-left .profile-image {
  margin: 0;
}


.node-team-member .content-left .profile-image img {
  width: 100%;
}


.node-team-member .content-right {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 0px;
}


.node-team-member .content-right header {
  position: absolute;
  top: 10px;
}


.node-team-member .content-right .name-suffix-position {
  clear: both;
  display: inline-block;
  float: none;
}


.node-team-member .content-right .name-suffix-position .name, .node-team-member .content-right .name-suffix-position .suffix, .node-team-member .content-right .name-suffix-position .position {
  float: left;
}


.node-team-member .content-right .name-suffix-position .name h1 {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 20px;
  line-height: 24px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  color: #f4633a;
  padding-right: 5px;
}


.node-team-member .content-right .name-suffix-position .suffix {
  padding-left: 10px;
  padding-right: 10px;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 30px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  color: #f4633a;
}


.node-team-member .content-right .name-suffix-position .position {
  padding-left: 10px;
  border-left: 2px solid #f4633a;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 20px;
  line-height: 25px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  color: #f4633a;
}


.expertise-link {
  position: relative;
  padding: 0 10px 0 55px;
  background-color: white;
  font-weight: 600;
  display: table-cell;
  color: #53565a;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.02em;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}


.expertise-link .icon {
  position: absolute;
  background: url('../img/expertise-sprite.png') no-repeat 50% 0;
  display: inline-block;
  overflow: hidden;
  padding: 20px 50px 0 0;
  width: 0;
  top: 0;
  left: 0;
}


.expertise-link.litigation-and-dispute-resolution .icon {
  background-position: -15px -497px;
}


.expertise-link.litigation-and-dispute-resolution:hover .icon, .expertise-link.litigation-and-dispute-resolution.active .icon {
  background-position: -98px -497px;
}


.expertise-link.relationship-property .icon {
  background-position: -15px -632px;
}


.expertise-link.relationship-property:hover .icon, .expertise-link.relationship-property.active .icon {
  background-position: -98px -632px;
}


.expertise-link.residential-property .icon {
  background-position: -15px -700px;
}


.expertise-link.residential-property:hover .icon, .expertise-link.residential-property.active .icon {
  background-position: -98px -700px;
}


.expertise-link.investing-new-zealand .icon {
  background-position: -15px -562px;
}


.expertise-link.investing-new-zealand:hover .icon, .expertise-link.investing-new-zealand.active .icon {
  background-position: -98px -562px;
}


.expertise-link.insurance-law .icon {
  background-position: -15px -429px;
}


.expertise-link.insurance-law:hover .icon, .expertise-link.insurance-law.active .icon {
  background-position: -98px -429px;
}


.expertise-link.commercial-property .icon {
  background-position: -15px -156px;
}


.expertise-link.commercial-property:hover .icon, .expertise-link.commercial-property.active .icon {
  background-position: -98px -156px;
}


.expertise-link.company-law .icon {
  background-position: -15px -224px;
}


.expertise-link.company-law:hover .icon, .expertise-link.company-law.active .icon {
  background-position: -98px -224px;
}


.expertise-link.employment-law .icon {
  background-position: -15px -293px;
}


.expertise-link.employment-law:hover .icon, .expertise-link.employment-law.active .icon {
  background-position: -98px -293px;
}


.expertise-link.restructuring-and-insolvency .icon {
  background-position: -15px -768px;
}


.expertise-link.restructuring-and-insolvency:hover .icon, .expertise-link.restructuring-and-insolvency.active .icon {
  background-position: -98px -768px;
}


.expertise-link.rural-law .icon {
  background-position: -15px -828px;
}


.expertise-link.rural-law:hover .icon, .expertise-link.rural-law.active .icon {
  background-position: -98px -828px;
}


.expertise-link.sports-law .icon {
  background-position: -15px -894px;
}


.expertise-link.sports-law:hover .icon, .expertise-link.sports-law.active .icon {
  background-position: -98px -894px;
}


.expertise-link.subdivisions .icon {
  background-position: -15px -360px;
}


.expertise-link.subdivisions:hover .icon, .expertise-link.subdivisions.active .icon {
  background-position: -98px -360px;
}


.expertise-link.trusts-and-asset-planning .icon {
  background-position: -15px -965px;
}


.expertise-link.trusts-and-asset-planning:hover .icon, .expertise-link.trusts-and-asset-planning.active .icon {
  background-position: -98px -965px;
}


.expertise-link.wills-and-estates .icon {
  background-position: -15px -1032px;
}


.expertise-link.wills-and-estates:hover .icon, .expertise-link.wills-and-estates.active .icon {
  background-position: -98px -1032px;
}


.expertise-link.business-sale-and-purchase .icon {
  background-position: -15px -88px;
}


.expertise-link.business-sale-and-purchase:hover .icon, .expertise-link.business-sale-and-purchase.active .icon {
  background-position: -98px -88px;
}


.expertise-link.banking-and-finance .icon {
  background-position: -15px -20px;
}


.expertise-link.banking-and-finance:hover .icon, .expertise-link.banking-and-finance.active .icon {
  background-position: -98px -20px;
}


.expertise-link:hover, .expertise-link.active {
  color: #f4633a;
}


.view-our-expertise {
  background-color: #efeeee;
  position: relative;
  z-index: 2;
  clear: both;
  display: none;
  width: 100%;
  float: left;
  padding: 30px 0 60px;
  margin-top: -920px;
}


.view-our-expertise:after {
  content: " ";
  display: block;
}


.view-our-expertise > div {
  width: 80%;
  min-width: 280px;
  max-width: 1505px;
  margin: 0 auto;
}


.view-our-expertise > div ul.areas-of-expertise {
  list-style: none;
  margin: 10px 0 0;
  position: relative;
  padding: 0;
}


.view-our-expertise > div ul.areas-of-expertise li {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding-right: 10px;
  margin-bottom: 10px;
  display: table;
  float: left;
}


#aside-first .view-our-expertise {
  background-color: transparent;
  display: block;
  z-index: 2;
  clear: both;
  width: 100%;
  float: left;
  padding: 0px;
  margin-top: 0px;
}


#aside-first .view-our-expertise h2 {
  color: #53565a;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  margin-top: 0;
}


#aside-first .view-our-expertise > div {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0 auto;
}


#aside-first .view-our-expertise > div ul.areas-of-expertise {
  list-style: none;
  display: block;
  margin: 0;
  position: relative;
  padding: 0;
}


#aside-first .view-our-expertise > div ul.areas-of-expertise li {
  float: left;
  max-width: 100%;
  min-width: 300px;
  width: 50%;
}


#aside-first .view-our-expertise > div ul.areas-of-expertise li .expertise-link {
  background-color: transparent;
}


#aside-first .view-our-expertise > div ul.areas-of-expertise li .expertise-link:hover, #aside-first .view-our-expertise > div ul.areas-of-expertise li .expertise-link.active {
  background-color: white;
}


.node-type-expertise #section-content .wrapper {
  background-color: transparent;
}


.node-type-expertise #section-content .wrapper #content-area {
  float: left;
  padding: 0px;
}


#tab-link-container {
  clear: both;
}


#tab-link-container ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #002d56;
  border-bottom: 1px solid #002d56;
  display: inline-block;
  width: 100%;
}


#tab-link-container ul li {
  list-style: none;
  float: left;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
  height: 34px;
}


#tab-link-container ul li.first {
  padding-left: 0;
}


#tab-link-container ul li.last {
  padding-right: 0;
  border-right: 0;
}


#tab-link-container ul li a {
  display: block;
  background: url("../img/plus-icons.png") no-repeat scroll 95% 10px transparent;
  background-color: transparent;
  padding: 8px 6px 9px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #f4633a;
}


#tab-link-container ul li.active a, #tab-link-container ul li:hover a {
  background: url("../img/plus-icons.png") no-repeat scroll 95% -26px transparent;
  background-color: #efeeee;
  color: #53565a;
}


#tab-container .tab {
  display: none;
}


#tab-container .tab.active {
  display: block;
}


#tab-container .tab .summary-text {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  color: #53565a;
  margin-bottom: 15px;
}


.below-tabs > div {
  width: 35%;
  min-width: 235px;
  position: relative;
  padding: 15px 15px 15px 0;
  box-sizing: border-box;
  float: left;
  height: 150px;
}


.below-tabs > div p {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 20px;
  line-height: 24px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  color: #53565a;
}


.below-tabs > div a.btn {
  position: absolute;
  bottom: 10px;
  left: 0px;
  color: #f4633a;
  background: url(../img/icon-sprite.png) no-repeat scroll 90% 12px;
}

.below-tabs > div a.btn:hover {
	background: url(../img/icon-sprite.png) no-repeat scroll 90% -14px;
	border-bottom: 2px solid #53565a;
  color: #53565a!important;
}

.node-team-member #tab-link-container ul li {
  width: 50%;
}


.node-team-member #tab-link-container ul li a {
  padding: 8px 25px 8px 8px;
}


%heading {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 27px;
  line-height: 30px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
}


/*
 * ----blocks to right of banner---
 */
.view-ourteambanerblock {
  float: right;
  width: 20.5%;
  height: 212px;
  background-size: cover;
  margin-bottom: 7px;
}

.view-ourteambanerblock img {
  overflow: hidden;
  width: 298px;
}


.view-homepage-right-banner-block {
  float: right;
  width: 20.5%;
  height: 212px;
  background-size: cover;
}


#banner {
  overflow: hidden;
}

@media (max-width:800px) {
	#banner {
		width: 100%;
	}
}


#banner .view-id-banners {
  width: 79%;
  float: left;
  position: relative;
  min-height: 320px;
  min-width: 320px;
  max-width: 940px;
  margin: 2px auto 0;
}


#banner .view-id-banners .flexslider {
  width: 100%;
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1;
}


#banner .view-id-banners .flexslider .slides {
  width: 100%;
  display: block;
}


#banner .view-id-banners .flexslider .slides li {
  width: 100%;
  display: block;
}


#banner .view-id-banners .flexslider .slides li .slide {
  width: 100%;
  background-size: cover;
  height: 320px;
  min-width: 320px;
  max-width: 940px;
  background-position: center;
  position: absolute;
  top: 0;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-small {
  position: absolute;
  bottom: 15px;
  background-color: #002d56;
  background-color: rgba(244, 99, 58, 0.9);
  padding: 15px;
  padding-left: 50px;
  color: white;
  width: 78%;
  box-sizing: border-box;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-small * {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: white;
  font-weight: normal;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-small .read-more a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big {
  position: absolute;
  /*top: 2%;
  top: 10%;
  left: 5%;*/
  width: 80%;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big h2 {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 27px;
  line-height: 1;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big h2 strong {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 27px;
  line-height: 1;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big h2 span {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 27px;
  line-height: 1;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big h2 span strong {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 27px;
  line-height: 1;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big h2 strong {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 27px;
  line-height: 1;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big h2 strong span {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 27px;
  line-height: 30px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big p {
  display: none;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 18px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big p strong {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 18px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big p span {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 18px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big p span strong {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 18px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big p strong {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 18px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 300;
}


#banner .view-id-banners .flexslider .slides li .slide .caption-big p strong span {
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 18px;
  line-height: 22px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
}


#banner .view-id-banners .flexslider .flex-control-paging {
  display: none;
}


#banner .view-id-banners .flexslider .flex-direction-nav a {
  top: auto;
  bottom: 8%;
  background: url('../img/icon-sprite.png') no-repeat -29px -141px;
  bottom: 49px;
  /*
 * HLMOD MV 38
 */

  display: inline-block;
  height: 0px;
  position: absolute;
  text-indent: -9999px;
  width: 0px;
  overflow: hidden;
  padding-left: 43px;
  padding-top: 43px;
  z-index: 999;
}


#banner .view-id-banners .flexslider .flex-direction-nav a.flex-prev {
  right: auto;
  left: 0;
  background: url('../img/icon-sprite.png') no-repeat -3px -141px;
  opacity: 1;
}


#banner .view-id-banners .flexslider .flex-direction-nav a.flex-next {
  left: auto;
  background: url('../img/icon-sprite.png') no-repeat -2px -191px;
  right: 0;
  opacity: 1;
}


#banner .view-id-banners .flexslider .flex-direction-nav a:before {
  content: "";
}


.share .share-label {
  float: left;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 16px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  padding-top: 6px;
}


.share .share-links a {
  width: 20px;
  height: 20px;
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  margin-left: 10px;
  float: left;
}


.share .share-links .social-share-facebook {
  background: url('../img/small-social-icons.png') no-repeat 0px 0px transparent;
}


.share .share-links .social-share-facebook:hover {
  background: url('../img/small-social-icons.png') no-repeat -36px 0px transparent;
}


.share .share-links .social-share-twitter {
  background: url('../img/small-social-icons.png') no-repeat 0px -41px transparent;
}


.share .share-links .social-share-twitter:hover {
  background: url('../img/small-social-icons.png') no-repeat -36px -41px transparent;
}


.share .share-links .social-share-linkedin {
  background: url('../img/small-social-icons.png') no-repeat 0px -84px transparent;
}


.share .share-links .social-share-linkedin:hover {
  background: url('../img/small-social-icons.png') no-repeat -36px -84px transparent;
}


.share .share-links .social-share-googleplus {
  background: url('../img/small-social-icons.png') no-repeat 0px -128px transparent;
}


.share .share-links .social-share-googleplus:hover {
  background: url('../img/small-social-icons.png') no-repeat -36px -128px transparent;
}


.share .share-links .social-share-pinterest {
  display: none;
  background: url('../img/small-social-icons.png') no-repeat 0px -84px transparent;
}


.share .share-links .social-share-pinterest:hover {
  background: url('../img/small-social-icons.png') no-repeat -36px -84px transparent;
}


.share .share-links .social-share-email {
  background: url('../img/small-social-icons.png') no-repeat 0px -172px transparent;
}


.share .share-links .social-share-email:hover {
  background: url('../img/small-social-icons.png') no-repeat -36px -172px transparent;
}


input {
  -webkit-appearance: none !important;
}


.offices-map-canvas {
  width: 100%;
  min-width: 200px;
  height: 230px;
}


.section-contact-us #section-content #content-area {
  width: 100%;
}

.section-contact-us #section-content #content-area a.btn {
  color: #f4633a;
}

.section-contact-us #section-content #content-area hr {
  margin: 2em 0;
}

/*.section-contact-us #section-content #content-area .view-display-id-block_1 .contact-info:nth-child(3) {
  display: none;
}*/


.section-contact-us #section-content #content-area .view-our-offices .contact-info {
  float: left;
  box-sizing: border-box;
  width: 100%;
}

.section-contact-us #section-content #content-area .view-our-offices .contact-info strong {
  color: #f4633a;
}


.section-contact-us #section-content #content-area h1 {
  color: #f4633a;
}


.section-contact-us #section-content #content-area .view-our-offices .contact-info h2 {
  margin-top: 0;
  color: #f4633a;
  font-size: 18px;
}


.section-contact-us #section-content #content-area .view-our-offices .map {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  float: left;
}


.section-contact-us #section-content #content-area .view-our-offices .views-row {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
}


.section-contact-us #section-content #content-area .view-our-offices .views-row.views-row-last {
  border-bottom: 0;
}


.sponsor {
  margin-bottom: 15px;
  display: inline-block;
  max-width: 100%;
}


.sponsor .sponsor-image {
  float: left;
  max-width: 100%;
  display: block;
  text-decoration: none;
  border: 0;
}


.sponsor .sponsor-content {
  float: left;
  margin-top: 20px;
}


.sponsor .sponsor-content .sponsor-title {
  color: #53565a;
  /*
 * 
 * * weights: normal, 300, 600, 700, 800
 */

  font-size: 14px;
  line-height: 18px;
  font-family: 'Museo Sans', 'Calibri', 'Helvetica', sans-serif;
  font-weight: 600;
  padding-bottom: 5px;
  display: block;
  font-size: 18px;
}


.breadcrumb {
  display: none;
}


#tab-field_expertise .expertise-wrapper {
  display: table;
  height: 40px;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  max-width: 275px;
}


.section-payment .account-details,
.section-account-payment .account-details {
  display: inline-block;
  min-width: 230px;
  max-width: 600px;
  max-width: 80%;
  padding: 10px 15px;
  background-color: white;
}


.section-payment .account-details > div,
.section-account-payment .account-details > div {
  float: left;
  padding: 10px;
}

#webform-client-form-63 textarea,
#webform-client-form-63 div.grippie {
	width:85%;
	max-width:400px;
}

#webform-client-form-63 textarea {
	padding:5px;
	font-size: 16px;
}

#webform-client-form-63 .form-actions {
	margin-top:20px;
}

#webform-client-form-63 .webform-component--help img {
	display:none;
}


@media all and (max-width: 49.95em) {
  #section-header .logo-nav-wrapper {
		background-color: white;
		height: 64px;
		left: 0;
		padding: 10px 10px 1px;
		/*position: fixed;*/
		right: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
		box-sizing: border-box;
	}

	.logo {
		height: 64px;
	}

	.logo img {
		width: 90px;
	}

	.logo #section-header {
		z-index: 9999;
	}

	.logo .page {
		padding-top: 35px;
	}

	.logo .search form {
		position: absolute;
		top: 337px;
		bottom: auto;
	}
}

/*
 * 
 * * hacky way to get stacked word ol numbering style. ( relies on js component also )
 */
.section-terms-engagement #content-area ul, .section-information-clients #content-area ul {
  list-style-image: url('../img/trans-bullet.png');
}


.section-terms-engagement #content-area ul li, .section-information-clients #content-area ul li {
  position: relative;
  display: inline-block;
  clear: both;
  float: none;
  width: 100%;
}


.section-terms-engagement #content-area ul li:before, .section-information-clients #content-area ul li:before {
  content: attr(index);
  left: -15px;
  position: absolute;
  top: 0px;
}


.section-terms-engagement #content-area ul li.dub:before, .section-information-clients #content-area ul li.dub:before {
  left: -21px;
}


.section-terms-engagement #content-area ul li > ul > li:before, .section-information-clients #content-area ul li > ul > li:before {
  left: -24px;
}


.section-terms-engagement #content-area ul li > ul > li.dub-dub:before, .section-information-clients #content-area ul li > ul > li.dub-dub:before {
  left: -39px;
}


.section-terms-engagement #content-area ul li > ul > li.dub:before, .section-information-clients #content-area ul li > ul > li.dub:before {
  left: -32px;
}


.section-terms-engagement #content-area ul li > ul > li > ul > li:before, .section-information-clients #content-area ul li > ul > li > ul > li:before {
  left: -34px;
}


.section-terms-engagement #content-area ul li > ul > li > ul > li.dub-dub-dub:before, .section-information-clients #content-area ul li > ul > li > ul > li.dub-dub-dub:before {
  left: -57px;
}


.section-terms-engagement #content-area ul li > ul > li > ul > li.dub-dub:before, .section-information-clients #content-area ul li > ul > li > ul > li.dub-dub:before {
  left: -49px;
}


.section-terms-engagement #content-area ul li > ul > li > ul > li.dub:before, .section-information-clients #content-area ul li > ul > li > ul > li.dub:before {
  left: -41px;
}


/*
 * HLMOD | MV | footer office colour style
 */
.newsletter-social-payment p a, .newsletter-social-payment p a:link, .newsletter-social-payment p a:active, .newsletter-social-payment p a:visited {
  color: white;
}


.newsletter-social-payment p a:hover {
  color: white;
}


/*
 * END HLMOD | MV | footer office colour style
 */
/*
 * HLMOD | MV | Newsletter page
 */
.newsletter {
  box-sizing: border-box;
  padding-left: 0;
  position: relative;
  width: 99%;
  float: none;
  margin-bottom: 2%;
}


.newsletter  h2 {
  color: #002d56;
  float: left;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  margin-top: 0;
  text-transform: uppercase;
  width: 100%;
}


.newsletter.mail-chimp #mc_embed_signup {
  margin-bottom: 10px;
  width: 50%;
}


.newsletter.mail-chimp #mc_embed_signup .mc-field-group {
  position: relative;
}


.newsletter.mail-chimp #mc_embed_signup label {
  color: #002d56;
  font-size: 12px;
  font-weight: bold;
}


.mail-chimp #accordion label.accordion_titleclick:hover {
  background-color: white;
}


.newsletter.mail-chimp #mc_embed_signup input, .newsletter.mail-chimp #mc_embed_signup select {
  -moz-appearance: none;
  border: medium none;
  border-radius: 0;
  box-sizing: border-box;
  height: 30px;
  max-width: 100%;
  min-width: 100px;
  padding: 0 6px;
  width: 100%;
}


.newsletter.wrapper .mail-chimp #mc_embed_signup input[type="email"], .newsletter.mail-chimp #mc_embed_signup select {
  background: #efeeee none repeat scroll 0 0;
  font-size: 12px;
}


.newsletter.mail-chimp #mc_embed_signup .mc-field-group input[type="email"] {
  width: 100%;
}


.newsletter.mail-chimp #mc_embed_signup input, .newsletter.mail-chimp #mc_embed_signup select {
  -moz-appearance: none;
  border: medium none;
  border-radius: 0;
  box-sizing: border-box;
  height: 30px;
  max-width: 100%;
  min-width: 100px;
  padding: 0 6px;
  width: 100%;
}


.newsletter.mail-chimp #mc_embed_signup input[type="email"], .newsletter.mail-chimp #mc_embed_signup select {
  background: white none repeat scroll 0 0;
  font-size: 12px;
}


.newsletter.mail-chimp #mc_embed_signup select {
  background-image: url("../img/select.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #ababab;
  padding-right: 25px;
}


.newsletter.mail-chimp #mc_embed_signup .mc-field-group #mc-embedded-subscribe {
  background-color: #6bafa7;
  text-align: left;
  width: 45%;
}


/*
 * END HLMOD | MV | Newsletter page
 */
.section-terms-engagement #content-area div > ul > li > ul, .section-information-clients #content-area div > ul > li > ul {
  padding-left: 9px;
  _padding-left: 9px;
  /*
 * Only works in IE6
 */

  *padding-left: 9px;
  /*
 * IE6, IE7
 */

  +padding-left: 9px;
  /*
 * Only works in IE7
 */

  *padding-left: 9px;
  /*
 * Only works in IE7
 */

  padding-left: 9\9;
  /*
 * IE6, IE7, IE8, IE9
 */

  padding-left: 9\0;
  /*
 * IE8, IE9
 */

  padding-left: 9\9\0;
  /*
 * Only works in IE9
 */

}


. ie10 #navigation .mainmenu {
  padding-left: 9px;
  /*
 * Only works in IE10
 */

}
}


@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .section-terms-engagement #content-area div > ul > li > ul, .section-information-clients #content-area div > ul > li > ul {
  padding-left: 9px;
}


/*
 * IE11
 */
}


/*
 * HLMOD | MV | Signup home page accordion
 */
#accordion {
  position: relative;
}


#accordion input#sector {
  display: none;
}


#accordion label.accordion_titleclick {
  background: #efeeee url("../img/accordion_arrowdown.png") no-repeat scroll right 11px;
  cursor: pointer;
  display: block;
  z-index: 20;
  padding-left: 6px;
}


#accordion label.accordion_titleclick:hover {
  background-color: #f4633a;
}


/*
 * #accordion input:checked + label {
 * background: #ccc;
 * border-bottom-right-radius: 0;
 * border-bottom-left-radius: 0;
 * color: white;
 * margin-bottom: 0;
 * }
 */
#accordion article {
  background: #f7f7f7;
  height: 0px;
  overflow: hidden;
  z-index: 10;
  padding: 0 0 0 10px;
}



#accordion input:checked ~ article {
  height: auto;
}


/*
 * 
 * #accordion input[type="checkbox"] {
 * height: 20px !important;
 * min-width: 5px !important;
 * width: 20px !important;
 * -moz-box-shadow:none;
 * -webkit-box-shadow:none;
 * box-shadow:none;
 * -webkit-appearance: none;
 * -moz-appearance: none;
 * appearance: none;
 * border:1px solid #01314d !important
 * 
 * }
 */
/*
 * Checkbox
 */
/*
 * Base for label styling
 */
#accordion article p {
  margin-bottom: 0;
}


#accordion article p label {
  font-weight: normal !important;
}


#accordion article input[type="checkbox"]:not(:checked), #accordion article input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}


#accordion article input[type="checkbox"]:not(:checked) + label, #accordion article input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}


/*
 * checkbox aspect
 */
#accordion article input[type="checkbox"]:not(:checked) + label:before, #accordion article input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #01314d;
  background: #f8f8f8;
  border-radius: 0px;
  box-shadow: none;
  font-weight: normal;
}


/*
 * checked mark aspect
 */
#accordion article input[type="checkbox"]:not(:checked) + label:after, #accordion article input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #f4633a;
  transition: all 0.2s;
}


/*
 * checked mark aspect changes
 */
#accordion article input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}


#accordion article input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}


/*
 * disabled checkbox
 */
#accordion article input[type="checkbox"]:disabled:not(:checked) + label:before, #accordion article input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbbbbb;
  background-color: #dddddd;
}


#accordion article input[type="checkbox"]:disabled:checked + label:after {
  color: #999999;
}


#accordion article input[type="checkbox"]:disabled + label {
  color: #aaaaaa;
}


/*
 * accessibility
 */
#accordion article input[type="checkbox"]:checked:focus + label:before, #accordion article input[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}


/*
 * hover style just for information
 */
label:hover:before {
  border: 1px solid #4778d9 !important;
}


/*
 * END Checkbox
 */
/*
 * END HLMOD | MV | Signup home page accordion
 */
@media screen and (max-width: 798px) {
  a.phone-link {
  color: #f4633a;
  text-align: left;
}


/*
 * Social media icons on footer mobile only
 */
.socialmedia_rightmobile {
  display: block;
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
}


/*
 * END Social media icons on footer mobile only
 */
.search form {
  bottom: 1em;
}

	/* News */
	#content-bottom {
		background:#efeeee;
		padding-top: 30px;
	}

	#content-bottom .mail-chimp h2 br {
			display: none;
	}

	.view-news .item-list {
		position: absolute;
		top: -53px;
	}
	
	/* Footer */
	#section-footer {
		padding-top: 1rem;
	}
	
	#section-footer .offices,
	#section-footer .contact-detail,
	#section-footer .online-payment {
		display:none;
	}
	
	#section-footer .btn.payment {
		width:100%;
	}
	
	#section-footer .mobile-footer-menu {
		margin: 0 0 30px 0;
	}
	
	#section-footer .mobile-footer-menu a {
		color: white;
		text-transform: uppercase;
		padding: 20px 15px 10px;
    font-size: 16px;
		display: block;
		border-bottom: 2px solid #f4633a;
		background:url(../img/icon-sprite.png) no-repeat 95% 22px
	}
	
	#section-footer .socialmedia_rightmobile {
    margin-top: 40px;
	}
}


@media screen and (min-width: 799px) {
  /*
 * Social media icons on footer mobile only
 */
	#section-footer .socialmedia_rightmobile {
		display: none !important;
	}

	/*
	 * END Social media icons on footer mobile only
	 */
	.view-id-news .view-display-id-block_2 {
		display: none;
	}

	#section-footer .mobile-footer-menu {
		display:none;
	}

}


@media screen and (max-width: 799px) {
  #banner.wrapper {
  	margin:0;
  }
  
  #banner .view-id-banners {
		width: 100%;
	}

	#banner .view-id-banners .flexslider .slides li .slide .caption-small {
		width: 100%;
		bottom: 0px;
		background-color: #f4633a;
	}
	#banner .view-id-banners .flexslider .slides li .slide .caption-small p {
		width: 85%;
		font-size: 14px;
	}

	#banner .view-id-banners .flexslider .slides li .slide .caption-big h2 {
		font-size: 25px;
		margin-top: 15%;
		padding-left: 30px;
	}
	#banner .view-id-banners .flexslider .slides li .slide .caption-big h2 span, #banner .view-id-banners .flexslider .slides li .slide .caption-big h2 strong {
		font-size: 25px;
	}
	#banner .view-id-banners .flexslider .slides li .slide .caption-big h2 strong {
		font-size: 25px;
	}


	.view-id-news.view-display-id-block_1 {
		display: none;
	}


	#content-bottom .mail-chimp p {
		display: none;
	}


	#mc_embed_signup {
		display: none;
	}
}


@media screen and (max-width: 799px) {
  .view-ourteambanerblock, .view-homepage-right-banner-block {
  display: none;
}


}


/*
 * Media quries for banner's controls/arrows
 */
@media screen and (min-width: 1424px) {
  .flex-direction-nav {
  /*
 * bottom: -420px;
 */

  position: relative;
}
}


@media screen and (max-width: 1423px) {
  .flex-direction-nav {
  /*
 * bottom: -310px;
 */

  position: relative;
}
}


@media screen and (max-width: 764px) {
  .flex-direction-nav {
  /*
 * bottom: -300px;
 */

  position: relative;
}
}


/*
 * END Media quries for banner's controls/arrows
 */
.slides img {
  height: 320px;
}


@media screen and (max-width: 1424px) {
  .page-news #section-content .wrapper #content-area h1, .node-type-article #section-content .wrapper #content-area h1, .section-payment #section-content .wrapper #content-area h1 {
  position: relative;
}



/*
.page-news .view-filters {
  width: 100%;
  float: left;
  padding-left: 4%;
}

.page-news .view-filters .views-submit-button {
  position: absolute;
  left: 637px;
  top: -7px;
  width: 20px;
}

.page-news .view-filters .views-submit-button {
	position: absolute;
	left: 490px;
	top: 32px;
	width: 20px;
}

.page-news #edit-tid-wrapper label {
  left: 37px;
}

*/
.view-id-homepage_right_banner_block, .view-id-ourteambanerblock {
  height: 157px;
}


#banner .view-ourteambanerblock .views-field-view-node {
  top: 100px !important;
  height: 50px !important;
}


#banner .views-field-field-text-hp-block {
  top: 63px !important;
}

#banner .views-field-field-text-hp-block .field-content {
  font-size: 12px !important;
}


#banner .views-field-field-link-hp-block {
  top: 94px !important;
}
}


@media screen and (max-width: 800px) {
/*  .page-news #edit-tid-wrapper label {
  display: none;
}


.page-news .view-filters {
  padding-left: 6%;
  display: none;
}


.page-news .view-filters .views-submit-button {
  left: 498px;
}
*/
}


.view-id-news.view-display-id-block_2 {
  display: block;
}

.view-id-news.view-display-id-block_2 ul.pager {
  list-style: none;
  float: left;
  font-size: 30px;
  padding-left: 0;
}
.view-id-news.view-display-id-block_2 ul.pager .pager-current {
  display: none;
}
.view-id-news.view-display-id-block_2 ul.pager li {
  display: inline-block;
}
.view-id-news.view-display-id-block_2 ul.pager a {
  background: #53565a;
  padding: 0 5px;
  color: white;
  line-height: 1;
  font-size: 20px;
}
.view-id-news.view-display-id-block_2 ul.pager a:hover {
  color: #f4633a;
}


/*
 * --view all posts team member --
 */
.postlink {
  border-top: 1px solid lightgrey;
  width: 100% !important;
  padding: 15px 15px 0px 0px !important;
  margin: 17px 0 17px -4px;
}

.postlink a {
  padding: 13px 35px;
  background: url(../img/posts-icon.png) no-repeat 0 7px transparent;
}
.postlink a:hover {
  background-position: 0 -25px;
}


.node-type-expertise .wrapper {
  padding-top: 0;
}


.node-type-expertise #section-content a.expertise-toggle-btn {
	color: #f4633a;
	padding: 10px 40px 12px 0px;
}


.node-type-page .wrapper {
  /*padding: 30px 0;*/
}

article#node-63 h1.title {
	margin-top:0!important;
}

.flex-direction-nav{
	padding-top: 300px;
}

.caption-small-mobile{
	display: none;
}

#mobilePhoneIcon{
		display: block;
		font-size: 20px;
		position: absolute;
    right: 30px;
    top: 15px;
	}
	
	.mobile-menu{
		margin-top: 43px;
	}

/*JE added - final rebrand tweaks*/
#pay:hover{
	background: url(../img/icon-sprite.png) no-repeat scroll 90% -15px;
    border-bottom: 2px solid #53565a;
    color: #53565a!important;
}

@media only screen and (min-width: 1424px) {
    .flex-direction-nav {
    padding-top: 423px;
}
}

@media only screen and (max-width: 799px) {
	#banner .view-id-banners{
		height: 400px;
	}
	
	#banner .view-id-banners .flexslider .slides li .slide .caption-small{
		bottom: -76px;
	}
	
	.flex-direction-nav {
    padding-top: 444px;
}
}


@media only screen and (max-width: 400px) {
	a.more-posts-link{
		font-size: 12px!important;
	}
	
	.postlink {
		padding: 15px 0px 0px 0px !important;
	}
	
	.postlink a {
    	padding: 13px 0 13px 35px;
	}
	
}


