@charset "UTF-8";
/*!

	NMG By Fhoke
	Version: 1.0.9
	Last Updated: 28th July 2014

	==========================================================================

		0.  CSS Reset, Font setup and Plugins
		1.  Transitions & Box sizing
		2.  All Typography
		3.  Mobile Layout
		4.  Tablet Layout
		5.  Wide Tablet
		6.  Desktop
		7.  Retina / Hi DPI Graphics
		8.  Print

/* ==========================================================================
	0.  CSS Reset, Font setup and Plugins
   ========================================================================== */
/* Colours */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

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

input, select {
  vertical-align: middle; }

body {
  font: 13px/1.231 sans-serif; }

select, input, textarea, button {
  font: 99% sans-serif; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

html {
  overflow-y: scroll; }

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

ul, ol {
  margin-left: 2em; }

ol {
  list-style-type: decimal; }

nav ul, nav li {
  list-style: none;
  list-style-image: none;
  margin: 0; }

small {
  font-size: 85%; }

strong, th {
  font-weight: 700; }

td {
  vertical-align: top; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 1em; }

textarea {
  overflow: auto; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0 0 5px red;
  -webkit-box-shadow: 0 0 5px red;
  box-shadow: 0 0 5px red; }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

input[type="radio"], .ie6 input {
  vertical-align: text-bottom; }

em {
  font-style: oblique; }

/* Isotope filtering */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
 * Dropit v1.1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* These styles assume you are using ul and li */
.dropit {
  list-style: none;
  padding: 0;
  margin: 0; }

.dropit .dropit-trigger {
  position: relative; }

.dropit .dropit-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  /* dropdown left or right */
  z-index: 1000;
  display: none;
  min-width: 150px;
  list-style: none;
  padding: 0;
  margin: 0; }

.dropit .dropit-open .dropit-submenu {
  display: block; }

/* Selectric

http://lcdsantos.github.io/jQuery-Selectric/

 */
.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  width: 300px;
  cursor: pointer; }

.selectricResponsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
  border-radius: 2px; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #444;
  min-height: 18px; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/30px Lucida Sans Unicode,Arial Unicode MS,Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectricHover .selectric {
  border-color: #CCC; }

.selectricHover .selectric .button {
  color: #888; }

.selectricHover .selectric .button:after {
  border-top-color: #888; }

.selectricOpen {
  z-index: 9999; }

.selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
  z-index: 9999; }

.selectricOpen .selectricItems {
  display: block; }

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  user-select: none; }

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none; }

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: 9998;
  box-shadow: 0 0 10px -6px; }

.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer; }

.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0; }

.selectricItems li:hover {
  background: #F0F0F0;
  color: #444; }

.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default; }

/* --- Setup --- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility; }

* {
  -webkit-font-smoothing: antialiased; }

​
html.nf {
  font-size: 56.5%; }

body {
  color: #707171;
  font-family: 'Calibri', Helvetica, Arial, sans-serif; }

#wrap {
  font-size: 16px;
  font-size: 1.6rem; }

/* --- Line Heights --- */
p {
  line-height: 1.3; }

.hero-inner p,
.home-overlay p,
.footer-news p,
.block,
.block p,
.search-result p {
  line-height: 1.3; }

.overlay-content .gform_description,
.article-archive h2 {
  line-height: 1.1; }

.content p {
  margin-bottom: 20px; }

/* --- Heading Tags --- */
h1, h3.gform_title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600; }

h1, h2, h3,
h4, h5, h6 {
  margin-bottom: 10px; }

p + h2, p + h3, p + h4,
p + h5, p + h6 {
  margin-top: 20px; }

h1 + time,
h2 + time {
  margin-top: -10px;
  display: block; }

.content h2 + h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #707171;
  font-weight: 400;
  margin-top: -14px; }

.content h1 {
  font-size: 32px;
  font-size: 3.2rem; }

.content h2 {
  font-size: 28px;
  font-size: 2.8rem; }

.content h3 {
  font-size: 24px;
  font-size: 2.4rem; }

.content h4,
.widget h6 {
  font-size: 22px;
  font-size: 2.2rem; }

.content h5 {
  font-size: 20px;
  font-size: 2.2rem; }

.content h6 {
  font-size: 19px;
  font-size: 1.9rem; }

.hero-inner h1, section.main .flexslider li {
  font-size: 30px;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 4px; }

/* --- General Font Sizes --- */
#crumbs,
input[type="submit"],
button {
  font-size: 14px;
  font-size: 1.4rem; }

header.header nav.top-nav,
.home-overlay,
.footer-menu-1 a,
.filter,
label,
.navigation,
.widget,
.side {
  font-size: 16px;
  font-size: 1.6rem; }

header.header nav.top-nav a,
.side a,
.side li.current-menu-item ul a {
  color: #6a6b6b; }

.home-box h2
.overlay-content.error,
.overlay-content.thanks {
  font-size: 18px;
  font-size: 1.8rem; }

.footer-news {
  color: #9c9d9d;
  font-size: 18px;
  font-size: 1.8rem; }

footer.footer,
footer.footer small,
.overlay-content {
  font-size: 16px;
  font-size: 1.6rem; }

.hero .inner,
.flexslider {
  font-size: 20px;
  font-size: 2rem; }

.section-title {
  font-size: 24px;
  font-size: 2.4rem; }

/* Colours */
nav.footer-menu-1 a,
nav.footer-menu-1 a:hover,
nav.footer-menu-2 a:hover,
.home-overlay,
.home-box h2,
.home-box h2 a,
.footer-news h6,
.hero .inner,
.section-title,
.hero h1,
.flexslider,
.wp-caption {
  color: #fff; }

footer.footer,
nav.footer-menu-2 a {
  color: #9c9d9d; }

.cat,
.cat a:hover,
#crumbs,
.filter li a.active,
.article-archive h2 a:hover,
.block-item h4 a:hover,
.search-result h2 a:hover,
.pagination,
.navigation a:hover,
header.header nav.top-nav a:hover,
.desktop header.header nav.top-nav li.current-menu-item > a,
.side li.current-menu-item a {
  color: #c4122f; }

#crumbs a,
.filter a {
  color: #6d6e6e; }

h1, h2, h3,
h4, h5, h6,
.article-archive h2 a,
.block-item h4 a,
.search-result h2 a {
  color: #393a3a; }

label {
  color: #393a3a; }

/* Bold */
h1, h2, h3,
h4, h5, h6,
header.header nav.top-nav,
.footer-menu-1 a,
.section-title,
#crumbs,
.side,
.wp-caption,
.filter,
.cat,
label,
.navigation,
input[type="submit"],
button {
  font-weight: 700; }

time {
  color: #afafaf; }

.cat a,
.navigation a {
  color: #707171; }

/* --- Blockquote --- */
blockquote {
  padding-left: 18px;
  border-left: 2px solid #c4122f;
  font-style: oblique; }

/* --- Uppercase --- */
.btn, button, input[type="submit"],
.footer-news h6,
.footer-menu-1 a,
#crumbs,
.filter,
.cat,
label,
.navigation {
  text-transform: uppercase; }

.widget h6 {
  text-transform: none; }

@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  header.header nav.top-nav {
    font-size: 13px;
    font-size: 1.3rem; } }
/* ==========================================================================
	Forms & Overlays
	========================================================================== */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #393a3a;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999; }

.overlay-content {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 100%;
  background: white;
  padding: 20px;
  text-align: center;
  max-width: 306px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35); }
  .overlay-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .overlay-content li, .overlay-content .gform_footer {
    display: inline-block;
    width: 100%;
    text-align: left; }
  .overlay-content li.pdf_clicked {
    display: none; }
  .overlay-content a.close {
    position: absolute;
    top: -45px;
    right: 0;
    width: 44px;
    height: 44px;
    background: url(../img/cross.svg) 100% 50% no-repeat;
    background-size: 16px 16px;
    text-indent: -9999em; }

.overlay-content.enabled {
  left: auto; }

.overlays {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  z-index: 999991; }

::-webkit-input-placeholder {
  color: #393a3a; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #393a3a; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #393a3a; }

:-ms-input-placeholder {
  color: #393a3a; }

input[type="text"], input[type="url"], input[type="email"],
input[type="tel"], input[type="password"], textarea, .selectric {
  background-color: #f8f8f8;
  border-radius: 3px;
  border: none;
  -webkit-appearance: none;
  outline: none;
  width: auto;
  padding: 6px 4px;
  border: 1px solid #ededed;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #6a6b6b;
  font-family: 'Calibri', Helvetica, Arial, sans-serif; }

input[type=submit], button {
  -webkit-appearance: none; }

input[type="text"]:hover, input[type="url"]:hover, input[type="email"]:hover,
input[type="tel"]:hover, input[type="password"]:hover, textarea:hover {
  background-color: #fff;
  color: #b4b5b5; }

input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus,
input[type="tel"]:focus, input[type="password"]:focus, textarea:focus {
  background-color: #fff;
  border-color: #b4b5b5;
  color: #393a3a;
  box-shadow: none; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  display: inline-block;
  height: 35px;
  margin: 4px 4px 0 0;
  padding: 4px 0 0 43px;
  vertical-align: middle;
  background: url(../img/tick.svg) 0 0 no-repeat;
  background-size: 32px 102px;
  cursor: pointer; }

input[type="checkbox"]:checked + label {
  background-position: 0 -70px; }

.grouped-checkbox input[type="checkbox"] + label {
  width: 100%;
  background: #eeefef;
  border-radius: 5px;
  border: 2px solid #e5e6e6;
  padding: 4px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  color: #c0c0c0; }

.grouped-checkbox input[type="checkbox"]:checked + label {
  background: url(../img/tick-simple.svg) 95% 50% no-repeat white;
  background-size: 16px 13px;
  color: #8a8a8a; }

textarea {
  margin-bottom: 20px; }

.gform_description {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  max-width: 250px;
  margin: 0 auto 20px auto;
  line-height: 1.3; }

.gfield_checkbox {
  padding: 20px 0 10px 0;
  display: block; }

.ginput_container {
  position: relative; }

.ginput_container select {
  width: 100%; }

.selectricWrapper {
  width: 100%;
  text-transform: uppercase;
  font-weight: 400; }

.selectricWrapper .selectric .label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #707171; }

.selectricWrapper ul li {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem; }

.selectricItems li {
  padding: 8px; }

.selectricItems li {
  border: none; }

body .selectric .button {
  background: url(../img/arrow-down.svg) 50% 50% no-repeat;
  background-size: 9px 6px; }

body .selectric .button:after {
  display: none; }

.gform_footer br {
  display: none; }

.overlay-content .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  border: none; }

.content .form.mc p {
  margin: 0; }

.form.mc input[type="submit"] {
  width: auto;
  float: none; }

.gform_wrapper, .form, #nmg-zendeskform {
  display: inline-block;
  width: 100%; }
  .gform_wrapper textarea, .form textarea, #nmg-zendeskform textarea {
    height: 131px; }
  .gform_wrapper br, .form br, #nmg-zendeskform br {
    display: none; }
  .gform_wrapper .gform_footer, .gform_wrapper p.form-submit, .form .gform_footer, .form p.form-submit, #nmg-zendeskform .gform_footer, #nmg-zendeskform p.form-submit {
    margin-top: 30px;
    padding-top: 5px;
    border-top: 1px solid #e6e6e6; }
  .gform_wrapper p.form-submit, .form p.form-submit, #nmg-zendeskform p.form-submit {
    margin-top: 0; }
  .gform_wrapper ul li:before, .form ul li:before, #nmg-zendeskform ul li:before {
    display: none; }
  .gform_wrapper li, .form li, #nmg-zendeskform li {
    margin-bottom: 12px;
    margin-left: 0;
    padding-left: 0 !important; }
  .gform_wrapper .selectricItems li, .form .selectricItems li, #nmg-zendeskform .selectricItems li {
    padding-left: 8px !important; }
  .gform_wrapper label, .form label, #nmg-zendeskform label {
    display: block;
    margin-bottom: 6px; }
  .gform_wrapper input, .gform_wrapper textarea, .form input, .form textarea, #nmg-zendeskform input, #nmg-zendeskform textarea {
    width: 100%; }
  .gform_wrapper input[type="submit"], .form input[type="submit"], #nmg-zendeskform input[type="submit"] {
    width: auto;
    float: right; }
  .gform_wrapper input[type="file"]::-webkit-file-upload-button, .form input[type="file"]::-webkit-file-upload-button, #nmg-zendeskform input[type="file"]::-webkit-file-upload-button {
    visibility: hidden; }
  .gform_wrapper input[type="file"]::before, .form input[type="file"]::before, #nmg-zendeskform input[type="file"]::before {
    content: 'Browse...';
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #b20e29;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    background-clip: padding-box;
    background: #df1c3c;
    background: -moz-linear-gradient(top, #df1c3c 0%, #c5122f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df1c3c), color-stop(100%, #c5122f));
    background: -webkit-linear-gradient(top, #df1c3c 0%, #c5122f 100%);
    background: -o-linear-gradient(top, #df1c3c 0%, #c5122f 100%);
    background: -ms-linear-gradient(top, #df1c3c 0%, #c5122f 100%);
    background: linear-gradient(to bottom, #df1c3c 0%, #c5122f 100%);
    text-transform: uppercase; }
  .gform_wrapper input[type="file"]:hover::before, .form input[type="file"]:hover::before, #nmg-zendeskform input[type="file"]:hover::before {
    background-clip: padding-box;
    background: #c5122f;
    background: -moz-linear-gradient(top, #c5122f 0%, #df1c3c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5122f), color-stop(100%, #df1c3c));
    background: -webkit-linear-gradient(top, #c5122f 0%, #df1c3c 100%);
    background: -o-linear-gradient(top, #c5122f 0%, #df1c3c 100%);
    background: -ms-linear-gradient(top, #c5122f 0%, #df1c3c 100%);
    background: linear-gradient(to bottom, #c5122f 0%, #df1c3c 100%);
    cursor: pointer; }
  .gform_wrapper input[type="file"]:active::before, .form input[type="file"]:active::before, #nmg-zendeskform input[type="file"]:active::before {
    background-clip: padding-box;
    background: #c5122f;
    background: -moz-linear-gradient(top, #c5122f 0%, #df1c3c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5122f), color-stop(100%, #df1c3c));
    background: -webkit-linear-gradient(top, #c5122f 0%, #df1c3c 100%);
    background: -o-linear-gradient(top, #c5122f 0%, #df1c3c 100%);
    background: -ms-linear-gradient(top, #c5122f 0%, #df1c3c 100%);
    background: linear-gradient(to bottom, #c5122f 0%, #df1c3c 100%); }
  .gform_wrapper .selectric, .form .selectric, #nmg-zendeskform .selectric {
    padding-top: 0;
    padding-bottom: 0; }

#nmg-zendeskform li {
  margin-bottom: 0; }

/* ==========================================================================
	Tables
   ========================================================================== */
table {
  max-width: 100%; }

table, table td, table th {
  border: 1px solid #ccc;
  border-collapse: collapse; }

table td, table th {
  padding: 10px; }

table th {
  background: #f3f3f3;
  font-weight: 700; }

table tr:nth-child(odd) td {
  background: #f9f9f9; }

/* ==========================================================================
		WordPress Defaults
	========================================================================== */
.alignnone {
  margin: 5px 0 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.aligncenter, div.aligncenter, .aligncenter {
  display: block;
  margin: 5px auto; }

.alignright, a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft, a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.gallery-caption {
  font-style: oblique; }

.bypostauthor .avatar {
  border-color: #ccc; }

/* ==========================================================================
		General Layout
	========================================================================== */
#wrap {
  overflow: hidden; }

html, body {
  overflow-x: hidden; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

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

body {
  background: white; }

a {
  color: #c4122f;
  text-decoration: none;
  -o-transition: color 0.25s ease-in;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in; }
  a img {
    border: none; }

a:hover {
  color: #393a3a;
  text-decoration: none;
  -o-transition: color 0.25s ease-in;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in; }

.wrapper {
  margin: 0 auto; }

header.header {
  text-align: right;
  display: table;
  width: 100%;
  background-color: #fff;
  position: relative; }
  header.header .logo {
    float: left;
    padding: 10px 10px 4px 10px; }

header.header nav.top-nav,
header.header .header-search {
  display: none; }

.header-wrapper {
  position: relative;
  z-index: 999; }

header.header:after {
  position: absolute;
  width: 90%;
  height: 50px;
  left: 5%;
  border-radius: 50%;
  z-index: -1;
  bottom: 0;
  content: "";
  box-shadow: 0 7px 36px rgba(0, 0, 0, 0.5); }

.page-template-t-homepage-php header.header:after {
  display: none; }

.footer-news {
  display: inline-block;
  width: 100%;
  background: #282828;
  padding: 30px 10px;
  position: relative;
  z-index: 1; }

footer.footer {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  background: #393a3a;
  border-top: 1px solid #4d4d4d;
  margin-bottom: -7px;
  position: relative;
  z-index: 1; }
  footer.footer nav {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
  footer.footer nav.footer-menu-1 {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px; }
    footer.footer nav.footer-menu-1 a {
      display: block;
      padding-bottom: 10px; }
    footer.footer nav.footer-menu-1 a:hover {
      opacity: 0.5; }
  footer.footer .foot {
    box-shadow: inset 0 16px 16px rgba(0, 0, 0, 0.2);
    padding: 50px 10px 5px 10px;
    margin-top: 30px; }
  footer.footer small {
    display: block;
    padding: 0 10px; }
  footer.footer nav.footer-menu-2 li {
    display: inline; }
  footer.footer nav.footer-menu-2 li a {
    border-left: 1px solid #9c9d9d;
    padding-left: 10px;
    margin-left: 10px;
    display: inline-block; }
  footer.footer nav.footer-menu-2 li:first-child a {
    padding-left: 0;
    margin-left: 0;
    border: none; }

a.social {
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 14px;
  text-indent: -9999em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  margin-right: 18px; }

a.social:first-of-type {
  margin-left: 5px; }

a.social:hover {
  opacity: 0.5; }

a.social.googleplus {
  background-image: url(../img/social-googleplus.svg); }

a.social.twitter {
  background-image: url(../img/social-twitter.svg);
  background-size: 19px 17px;
  width: 19px; }

a.social.facebook {
  background-image: url(../img/social-facebook.svg);
  background-size: 9px 17px;
  width: 9px; }

a.social.rss {
  background-image: url(../img/social-rss.svg);
  background-size: 15px 15px;
  width: 15px;
  height: 15px; }

.btn, button, input[type="submit"] {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 3px 13px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 700;
  border: 1px solid #b20e29;
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  background: #df1c3c;
  background: -moz-linear-gradient(top, #df1c3c 0%, #c5122f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df1c3c), color-stop(100%, #c5122f));
  background: -webkit-linear-gradient(top, #df1c3c 0%, #c5122f 100%);
  background: -o-linear-gradient(top, #df1c3c 0%, #c5122f 100%);
  background: -ms-linear-gradient(top, #df1c3c 0%, #c5122f 100%);
  background: linear-gradient(to bottom, #df1c3c 0%, #c5122f 100%); }
  .btn span, button span, input[type="submit"] span {
    display: none; }

button, input[type="submit"] {
  padding-top: 5px;
  padding-bottom: 5px; }

.btn:hover,
button:hover, input[type="submit"]:hover {
  color: #fff;
  background-clip: padding-box;
  background: #c5122f;
  background: -moz-linear-gradient(top, #c5122f 0%, #df1c3c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5122f), color-stop(100%, #df1c3c));
  background: -webkit-linear-gradient(top, #c5122f 0%, #df1c3c 100%);
  background: -o-linear-gradient(top, #c5122f 0%, #df1c3c 100%);
  background: -ms-linear-gradient(top, #c5122f 0%, #df1c3c 100%);
  background: linear-gradient(to bottom, #c5122f 0%, #df1c3c 100%); }

.btn.black {
  border-color: #1c1c1c;
  background-clip: padding-box;
  background: #585858;
  background: -moz-linear-gradient(top, #585858 0%, #2a2a2a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #2a2a2a));
  background: -webkit-linear-gradient(top, #585858 0%, #2a2a2a 100%);
  background: -o-linear-gradient(top, #585858 0%, #2a2a2a 100%);
  background: -ms-linear-gradient(top, #585858 0%, #2a2a2a 100%);
  background: linear-gradient(to bottom, #585858 0%, #2a2a2a 100%); }

.btn.black:hover {
  background-clip: padding-box;
  background: #2a2a2a;
  background: -moz-linear-gradient(top, #2a2a2a 0%, #585858 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a2a2a), color-stop(100%, #585858));
  background: -webkit-linear-gradient(top, #2a2a2a 0%, #585858 100%);
  background: -o-linear-gradient(top, #2a2a2a 0%, #585858 100%);
  background: -ms-linear-gradient(top, #2a2a2a 0%, #585858 100%);
  background: linear-gradient(to bottom, #2a2a2a 0%, #585858 100%); }

.btn.linkedin {
  padding-left: 44px;
  border-color: #156892;
  background-clip: padding-box;
  background: #299ad3;
  background: -moz-linear-gradient(top, #299ad3 0%, #1b80b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #299ad3), color-stop(100%, #1b80b2));
  background: -webkit-linear-gradient(top, #299ad3 0%, #1b80b2 100%);
  background: -o-linear-gradient(top, #299ad3 0%, #1b80b2 100%);
  background: -ms-linear-gradient(top, #299ad3 0%, #1b80b2 100%);
  background: linear-gradient(to bottom, #299ad3 0%, #1b80b2 100%); }

.btn.linkedin:hover {
  background-clip: padding-box;
  background: #1b80b2;
  background: -moz-linear-gradient(top, #1b80b2 0%, #299ad3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b80b2), color-stop(100%, #299ad3));
  background: -webkit-linear-gradient(top, #1b80b2 0%, #299ad3 100%);
  background: -o-linear-gradient(top, #1b80b2 0%, #299ad3 100%);
  background: -ms-linear-gradient(top, #1b80b2 0%, #299ad3 100%);
  background: linear-gradient(to bottom, #1b80b2 0%, #299ad3 100%); }

.btn.linkedin:before {
  content: '';
  width: 30px;
  height: 100%;
  display: inline-block;
  background: url(../img/icon-linkedin.svg) 50% 46% no-repeat;
  background-size: 16px 15px;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #156892; }

.btn + .btn {
  margin-left: 9px; }

p + .btn, p .btn {
  margin-top: -20px;
  margin-bottom: 20px; }

.report-item p + .btn, .report-item p .btn {
  margin-top: 20px; }

ul + p .btn {
  margin-top: 20px; }

p .btn {
  margin-bottom: 0; }

hr {
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid #e6e6e6; }

/* ==========================================================================
		Mobile Navigation
	========================================================================== */
.nav-trigger {
  position: absolute;
  left: -9999999999em; }

.mobile-nav .nav-trigger {
  top: 18px;
  left: auto;
  right: 10px;
  z-index: 1;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/menu-primary.svg) 50% 50% no-repeat;
  background-size: 32px 32px; }
  .mobile-nav .nav-trigger span {
    visibility: hidden; }

.mobile-nav header.header nav.top-nav {
  display: none;
  position: absolute;
  top: 73px;
  left: 0;
  width: 100%;
  height: 2000px;
  z-index: 3;
  background: #393a3a;
  text-align: left; }
  .mobile-nav header.header nav.top-nav li.menu-item-has-children {
    position: relative; }
    .mobile-nav header.header nav.top-nav li.menu-item-has-children > a.menu-expand {
      background: url(../img/arrow-up-white.svg) 20px 50% no-repeat;
      background: url(../img/arrow-down.svg) 20px 50% no-repeat;
      background-size: 12px 8px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      width: 52px;
      height: 100%; }
      .mobile-nav header.header nav.top-nav li.menu-item-has-children > a.menu-expand span {
        visibility: hidden; }
    .mobile-nav header.header nav.top-nav li.menu-item-has-children > a.menu-expand.active {
      background: url(../img/arrow-up-white.svg) 20px 50% no-repeat;
      background-size: 12px 8px; }
  .mobile-nav header.header nav.top-nav a {
    padding: 14px 20px;
    color: white;
    display: block;
    border-bottom: 1px solid #282828;
    font-size: 18px;
    font-size: 1.8rem; }
  .mobile-nav header.header nav.top-nav .sub-menu {
    display: none; }
    .mobile-nav header.header nav.top-nav .sub-menu a {
      border-left: 20px solid #282828;
      padding-left: 20px;
      background: #343535; }
.mobile-nav header.header nav.top-nav#nav-secondary {
  top: 118px; }

.mobile-nav .nav-trigger.secondary {
  top: 81px;
  background: url(../img/menu-secondary.svg) 50% 50% no-repeat;
  background-size: 32px 23px; }

.mobile-nav .nav-trigger.active {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

/* ==========================================================================
		Home Template
	========================================================================== */
.hero {
  display: inline-block;
  width: 100%;
  padding: 60px 0 34px 0;
  min-height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .hero .inner {
    background: black;
    background: rgba(0, 0, 0, 0.55);
    padding: 25px 10px;
    text-align: center; }
  .hero .btn {
    float: right;
    margin-right: 10px; }

.home-box-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 10px 30px 10px;
  background: #fff;
  margin-bottom: 60px; }

.home-box {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0 0; }
  .home-box img {
    width: 100%; }
  .home-box h2 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 11px 15px 10px 15px;
    text-align: center;
    margin-bottom: 0;
    border: 1px solid #b20e29;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    background-color: #c4122f; }
  .home-box h2:after, .home-box h2:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .home-box h2:after {
    border-color: rgba(197, 18, 47, 0);
    border-top-color: #c5122f;
    border-width: 10px;
    margin-left: -10px; }
  .home-box h2:before {
    border-color: rgba(178, 14, 41, 0);
    border-top-color: #b20e29;
    border-width: 11px;
    margin-left: -11px; }

.home-overlay, .mobile .home-overlay {
  display: inline-block;
  width: 100%;
  margin-top: -7px;
  padding: 20px;
  background: #393a3a; }
  .home-overlay p + p .btn, .mobile .home-overlay p + p .btn {
    margin-top: 10px; }

/* ==========================================================================
		Standard Default Template
	========================================================================== */
.hero-image {
  height: 62px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: table; }

.section-title {
  padding: 9px 10px 8px 10px;
  background: #c4122f;
  position: relative;
  z-index: -2;
  margin-top: -1px; }

div#crumbs {
  padding: 0;
  background: none; }

#crumbs {
  display: inline-block;
  width: 100%;
  background: #ededed;
  padding: 10px;
  margin: 0; }
  #crumbs li {
    display: inline; }
  #crumbs li a:after {
    content: ' / '; }

.article-wrap {
  background: #fff;
  padding: 30px 10px;
  width: 100%;
  display: inline-block;
  margin-bottom: 62px;
  position: relative; }

.article-wrap:after {
  position: absolute;
  width: 90%;
  height: 50px;
  left: 5%;
  border-radius: 50%;
  z-index: -1;
  bottom: 0;
  content: "";
  box-shadow: 0 7px 36px rgba(0, 0, 0, 0.2); }

.side:before {
  position: absolute;
  top: 0;
  left: -10px;
  height: 1px;
  content: '';
  width: 100%;
  padding: 0 20px 0 0;
  background: #e6e6e6;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box; }

.side {
  position: relative;
  margin-top: 30px;
  padding-top: 30px; }
  .side a {
    padding: 4px 0;
    display: block; }
  .side li {
    position: relative; }
  .side li.menu-item-has-children {
    padding-right: 20px; }
    .side li.menu-item-has-children ul {
      display: none; }
  .side li.menu-item-has-children.current-menu-item ul,
  .side li.menu-item-has-children.current-menu-parent ul {
    display: block; }
  .side li.menu-item-has-children.current-menu-item a.sidemenu-expand,
  .side li.menu-item-has-children.current-menu-parent a.sidemenu-expand {
    display: none; }
  .side li.menu-item-has-children > a.sidemenu-expand {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../img/arrow-right-grey.svg) 100% 10px no-repeat;
    background-size: 5px 9px; }
    .side li.menu-item-has-children > a.sidemenu-expand.active {
      background: url(../img/arrow-down.svg) 100% 10px no-repeat;
      background-size: 9px 5px; }
    .side li.menu-item-has-children > a.sidemenu-expand span {
      display: none; }
  .side li.current-menu-parent {
    padding-right: 20px;
    background: url(../img/arrow-down.svg) 100% 10px no-repeat;
    background-size: 9px 5px; }
  .side li.current-menu-item.menu-item-has-children {
    padding-right: 20px;
    background: url(../img/arrow-down-red.svg) 100% 10px no-repeat;
    background-size: 9px 5px; }
  .side li .sub-menu a {
    padding-left: 10px; }

.widget {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px; }
  .widget input.searchsubmit {
    display: none; }
  .widget input.s {
    background: url(../img/magnify.svg) 95% 50% no-repeat #f8f8f8;
    background-size: 13px 13px;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    height: 31px;
    padding-top: 0;
    padding-bottom: 0; }
  .widget ul li {
    margin-bottom: 5px; }

.content ul,
.content ol {
  margin: 0 0 10px 0px; }

.content ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 8px;
  padding-left: 30px; }

.content ul li:before {
  content: '• ';
  color: #c4122f;
  margin-left: -20px;
  position: absolute; }

.content ol li {
  padding-bottom: 8px;
  margin-left: 30px; }

.accordion-panel {
  display: inline-block;
  width: 100%;
  padding: 20px 0 0 0; }

.accordion {
  margin: 0 0 -1px 0; }
  .accordion .accordion-title {
    display: block;
    padding: 20px 40px 20px 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    position: relative;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
  .accordion .accordion-title:after,
  .accordion .accordion-title:before {
    content: '';
    background: url(../img/accordion-plus.svg) 50% 50% no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -10px 0 0 0;
    background-size: 17px 17px; }
  .accordion .accordion-title:before {
    display: none;
    background: url(../img/accordion-minus.svg) no-repeat; }
  .accordion .accordion-title:hover,
  .accordion .accordion-title.active:hover {
    color: #c4122f; }
  .accordion .accordion-title.active {
    color: #c4122f;
    border-bottom: 1px solid #fff; }
  .accordion .accordion-title.active:after {
    display: none; }
  .accordion .accordion-title.active:before {
    display: block; }
  .accordion ul {
    padding-top: 0; }
  .accordion .accordion-inner {
    padding: 20px 0;
    margin-bottom: 2px;
    width: 100%; 
	}

.content p + .accordion-panel {
  padding-top: 0; }

.block {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 30px; }

.wp-caption {
  background: #c4122f;
  padding: 0;
  display: inline-block;
  border-radius: 3px; }

.wp-caption img {
  display: block; }

.wp-caption p {
  padding-top: 8px;
  padding-bottom: 0px;
  text-align: center;
  margin-bottom: 0; }
  
.wp-caption p a {
  color:#fff;
  display:block;
  width:100%;
  }

.wp-caption:hover {
  background: #393a3a; }

.wp-caption.limit-width {
  margin-bottom: 24px; }

/* ==========================================================================
		Landing Pages with Flexslider
	========================================================================== */
.page-template-t-landing-php .hero-image,
.page-template-t-landing-benefits-php .hero-image,
.page-template-t-landing-capital-php .hero-image,
.page-template-t-landing-consulting-php .hero-image {
  height: auto; }

.flex-wrap {
  margin-top: 52px;
  background: black;
  background: rgba(0, 0, 0, 0.25);
  padding: 25px 10px 40px 10px; }
  .flex-wrap .flexslider {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1040px;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: none;
    margin: 0 auto;
    margin-top: -5px;
    margin-bottom: 0;
    text-align: center; }
  .flex-wrap .flex-control-paging li {
    margin: 2px; }
  .flex-wrap .flex-control-paging li a {
    padding: 0;
    width: 6px;
    height: 6px;
    background: white;
    opacity: 0.3;
    box-shadow: none; }
  .flex-wrap .flex-control-paging li a.flex-active {
    background: white;
    opacity: .7; }
  .flex-wrap .flex-control-paging li a:hover {
    background: white;
    opacity: 1; }
  .flex-wrap .flex-direction-nav {
    display: none; }

/* ==========================================================================
		Reports with Isotope
	========================================================================== */
.block-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }

.no-js .block-item {
  float: left; }

.block-item img {
  display: block;
  width: 100%;
  border-radius: 2px; }

.block-item h4 {
  margin-top: 20px; }

.block-item p {
  margin-bottom: 0; }

#container {
  width: 100%; }

.filter, .navigation {
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }
  .filter ul, .navigation ul {
    padding: 10px 15px;
    margin: 0; }
  .filter ul ul, .navigation ul ul {
    display: none; }
  .filter ul li:before, .navigation ul li:before {
    display: none; }
  .filter ul li, .navigation ul li {
    display: inline;
    margin-left: 10px;
    padding-left: 10px;
    margin-right: -4px;
    border-left: 1px solid #e6e6e6; }
  .filter ul li:first-child, .navigation ul li:first-child {
    padding: 0;
    margin: 0;
    border-left: none; }

.navigation {
  position: relative;
  padding: 10px; }
  .navigation ul li {
    border: none;
    padding: 0 4px;
    margin: 0; }
  .navigation .pagination {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center; }
  .navigation .nav-previous {
    float: left;
    position: relative;
    z-index: 1; }
  .navigation .nav-next {
    float: right;
    position: relative;
    z-index: 1; }

.filter.filter-collapse:hover ul {
  top: 22px; }
.filter.filter-collapse:hover ul li:first-of-type a:before {
  top: -27px; }
.filter.filter-collapse:hover li {
  border: none;
  padding: 0;
  margin: 0; }
  .filter.filter-collapse:hover li a {
    display: block;
    background: white;
    padding: 10px;
    border-left: 1px solid #e2e2e3;
    border-right: 1px solid #e2e2e3; }
.filter.filter-collapse:hover li:first-child a {
  border-top: 1px solid #e2e2e3;
  text-align: left; }
.filter.filter-collapse:hover li:last-child a {
  border-bottom: 1px solid #e2e2e3; }

.filter.filter-collapse {
  position: relative;
  z-index: 5;
  height: 42px; }
  .filter.filter-collapse ul li:first-of-type a:before {
    display: block;
    position: absolute;
    text-align: left;
    top: -5px;
    right: 0;
    width: 50%;
    max-width: 280px;
    content: 'Filter';
    display: block;
    background: url(../img/arrow-down.svg) 95% 50% no-repeat white;
    background-size: 9px 5px;
    border-radius: 3px;
    padding: 4px 10px;
    border: 1px solid #e2e2e3;
    color: #393a3a; }
  .filter.filter-collapse ul {
    position: absolute;
    width: 100%; }
    .filter.filter-collapse ul li {
      border: none;
      position: relative;
      width: 100%;
      max-width: 300px;
      float: right; }
  .filter.filter-collapse li a {
    max-width: 300px;
    display: none; }
  .filter.filter-collapse li:first-child a {
    display: block;
    text-align: right; }

/* ==========================================================================
		Single Post
	========================================================================== */
.single-thumb-left {
  display: inline-block;
  width: 100%;
  margin-bottom: 14px; }
  .single-thumb-left img {
    display: block;
    width: 100%; }

.cat {
  display: inline-block;
  width: 100%;
  margin: 20px 0 10px; }
  .cat a:after {
    content: ', '; }
  .cat a:last-of-type:after {
    content: ''; }

p + .cat {
  margin-top: 0; }

.addthis_native_toolbox {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6; }

/* ==========================================================================
		Archive
	========================================================================== */
.article-archive,
.search-result {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }

.loop-columns {
  display: inline-block;
  width: 100%;
  margin-top: 20px; }

.search-result {
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .search-result p {
    margin: 0; }

.search-result:first-of-type {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px; }

/* #######################################################################

	9.	Client logos

####################################################################### */
.loop-clients,
.loop {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6; }

.client-logo {
  display: block;
  width: 222px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  margin: 0 auto 20px auto; }
  .client-logo .t {
    width: 100%;
    display: table; }
  .client-logo .tc {
    width: 100%;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.client-logo p, .client-logo img {
  margin: 0 !important;
  padding: 0 !important; }

/* #######################################################################

	10.	Shortcodes

####################################################################### */
.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  width: 100%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 4%;
  float: left; }

.last {
  margin-right: 0 !important;
  clear: right; }

.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%; }

.clear {
  clear: both;
  display: block;
  width: 100%;
  float: left; }

/* ==========================================================================
    Responsive Layer
   ========================================================================== */
@media screen and (min-width: 37.5em) {
  /* 600px */
  .client-logo {
    display: inline-block;
    width: 222px;
    margin-right: 30px; } }
@media screen and (min-width: 43.75em) {
  /* 700px */
  .hero {
    background-position: top center;
    background-size: contain; }

  header.header .header-search {
    display: inline-block;
    margin: 18px 60px 0 22px; }
    header.header .header-search input {
      font-weight: 100; }
    header.header .header-search input.s {
      background: url(../img/magnify.svg) 95% 50% no-repeat #f8f8f8;
      background-size: 13px 13px;
      max-width: 159px;
      font-size: 14px;
      font-size: 1.4rem;
      height: 31px;
      padding-top: 0;
      padding-bottom: 0; }
    header.header .header-search input.searchsubmit {
      display: none; }

  .ie header.header .header-search input.s {
    background-image: url(../img/magnify.png); }

  .client-logo {
    width: 46%; }

  .client-logo:nth-of-type(2n) {
    margin-right: 0; }

  .footer-news,
  footer.footer nav.footer-menu-1,
  footer.footer .foot {
    padding-left: 20px;
    padding-right: 20px; }

  footer.footer nav.footer-menu-1,
  footer.footer .socials {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle; }

  footer.footer nav.footer-menu-1 li {
    display: inline; }

  footer.footer nav.footer-menu-1 li a {
    padding-top: 8px;
    display: inline-block; }

  footer.footer nav.footer-menu-1 li {
    margin-left: 30px; }

  footer.footer nav.footer-menu-1 li:first-child {
    margin-left: 0; }

  footer.footer nav.footer-menu-2,
  footer.footer small {
    float: left;
    width: auto; }

  .footer-news h6 {
    white-space: nowrap;
    padding-right: 30px; }

  .footer-news {
    display: table; }

  .footer-news h6,
  .footer-news p,
  .footer-news .btn-holder {
    display: table-cell;
    vertical-align: middle; }

  .footer-news .btn-holder {
    padding-left: 30px; }

  .footer-news .btn-holder .btn {
    margin-top: 0; }

  footer.footer nav.footer-menu-2 {
    padding-left: 0;
    padding-right: 0; }

  .footer-news p {
    padding-left: 30px;
    border-left: 1px solid #4d4d4d; }

  .home-box-wrap {
    padding: 30px 20px; }

  .home-box {
    margin-top: 0;
    width: 30.3333%;
    float: left;
    margin-left: 4%; }

  .home-box:first-of-type {
    margin-left: 0; }

  .one_half {
    width: 48%; }

  .one_third {
    width: 30.66%; }

  .two_third {
    width: 65.33%; }

  .one_fourth {
    width: 22%; }

  .three_fourth {
    width: 74%; }

  .one_fifth {
    width: 16.8%; }

  .two_fifth {
    width: 37.6%; }

  .three_fifth {
    width: 58.4%; }

  .four_fifth {
    width: 67.2%; }

  .five_sixth {
    width: 82.67%; }

  .article-wrap {
    display: table;
    padding: 0; }
    .article-wrap .content {
      display: table-cell;
      width: 526px;
      vertical-align: top;
      padding: 30px 20px 30px 20px; }
    .article-wrap .content.full {
      width: 100%; }
    .article-wrap .side {
      display: table-cell;
      width: 242px;
      vertical-align: top;
      padding: 30px 30px 30px 20px;
      margin: 0;
      border-left: 1px solid #e6e6e6; }
    .article-wrap .side:before {
      display: none; } }
@media screen and (min-width: 48em) {
  /* 768px */
  .overlays {
    top: 194px; }

  footer.footer {
    padding-top: 10px; }
    footer.footer .foot {
      position: relative;
      z-index: 1;
      box-shadow: none; }
    footer.footer .footer-top {
      position: relative;
      z-index: 2;
      background: #393a3a;
      padding-top: 20px;
      padding-bottom: 0;
      margin-bottom: -30px; }
    footer.footer .foot:before {
      position: absolute;
      width: 90%;
      height: 50px;
      left: 5%;
      border-radius: 50%;
      z-index: 1;
      top: -50px;
      content: "";
      box-shadow: 0 7px 36px rgba(0, 0, 0, 0.4); }
    footer.footer .socials {
      vertical-align: top; }

  .accordion .accordion-title {
    width: 100%;
    float: left;
    margin-bottom: -1px; }
  .accordion .accordion-inner {
    width: 100%;
    float: left; 
	display:none;}
  .accordion .block {
    float: left;
    min-height: 300px; }

  .block {
    display: block;
    width: 46.25%;
    margin-right: 4.75%; }

  .block:nth-child(2n) {
    margin-right: 0; }

  .flex-wrap .flexslider .flex-prev,
  .flex-wrap .flexslider .flex-next,
  .flex-wrap .flexslider .flex-next:hover, .flex-wrap .flexslider .flex-prev:hover,
  .flex-wrap .flexslider:hover .flex-prev,
  .flex-wrap .flexslider:hover .flex-next,
  .flex-wrap .flexslider:hover .flex-next:hover, .flex-wrap .flexslider:hover .flex-prev:hover {
    opacity: 1; }

  .wp-caption.limit-width, .block-item {
    max-width: 222px; }

  .wp-caption.limit-width,
  .block-item {
    margin-right: 28px; }

  .wp-caption.limit-width:nth-of-type(3n),
  .no-js .block-item:nth-of-type(2n) {
    margin-right: -5px; }

  #container {
    width: 110%; }

  .single-thumb-left {
    float: left;
    width: 222px;
    margin-right: 30px; }

  .single-thumb-left img {
    display: block;
    width: 100%; }

  time {
    clear: right; }

  time:after {
    content: '';
    width: 100%;
    clear: both;
    display: block; } }
@media screen and (min-width: 56.25em) {
  /* 900px */
  .client-logo {
    width: 30.833%;
    margin-right: 3%; }

  .client-logo:nth-of-type(2n) {
    margin-right: 3%; }

  .client-logo:nth-of-type(3n) {
    margin-right: 0; }

  .article-wrap .content {
    width: 790px; }

  .article-wrap .side {
    width: 250px; }

  .wrapper {
    max-width: 1040px; }

  .btn span {
    display: inline; }

  .footer-news .btn {
    white-space: nowrap; }

  .home-box-wrap {
    padding: 30px; }

  .home-box {
    position: relative;
    overflow: hidden; }

  .home-box img {
    display: block; }

  .desktop .home-overlay {
    position: absolute;
    left: 0;
    bottom: -200px; }

  .desktop .home-box:hover .home-overlay,
  .desktop .home-box .home-overlay {
    -o-transition: bottom 0.5s ease-in-out;
    -webkit-transition: bottom 0.5s ease-in-out;
    -moz-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out; }

  .desktop .home-box:hover .home-overlay {
    margin-top: 0;
    bottom: 0; }

  .article-wrap .content {
    height: 400px; }

  .single-columns,
  .loop-columns {
    display: table;
    width: 100%; }

  .single-thumb-left,
  .single-thumb-right {
    vertical-align: top;
    display: table-cell; }

  .single-thumb-left {
    width: 252px; }

  .single-thumb-right {
    width: 468px; } }
@media screen and (min-width: 60em) {
  /* 960px */
  .section-title {
    width: auto;
    position: absolute;
    padding: 12px 20px 8px 10px;
    margin-left: 10px; }

  .desktop header.header .header-search {
    margin-right: 10px; }
  .desktop header.header .nav-trigger {
    display: none; }

  .desktop header.header.top-tier {
    padding: 0 0 0 20px; }
    .desktop header.header.top-tier .logo {
      margin-top: 17px; }
    .desktop header.header.top-tier nav.top-nav {
      padding-top: 21px; }
    .desktop header.header.top-tier .header-search {
      margin-top: 10px; }
    .desktop header.header.top-tier nav.top-nav#nav-secondary {
      padding-top: 0; }
    .desktop header.header.top-tier .nav-divide {
      border-top: 1px solid #e6e6e6;
      float: right;
      width: 760px;
      margin-top: 10px;
      padding: 13px 20px 10px 0;
      background: linear-gradient(1deg, white 44px, #f4f4f4 60px, white 10px); }

  .desktop header.header nav.top-nav {
    display: inline-block;
    padding-top: 30px; }
    .desktop header.header nav.top-nav li.menu-item-has-children .sub-menu {
      position: absolute;
      text-align: left;
      padding: 10px 0;
      background: white;
      margin-left: -50%;
      top: 30px;
      width: 226px;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.35); 
	  display:none;}
      .desktop header.header nav.top-nav li.menu-item-has-children .sub-menu li {
        display: block;
        margin: 0; }
        .desktop header.header nav.top-nav li.menu-item-has-children .sub-menu li a {
          padding: 5px 15px;
          display: block; }
    .desktop header.header nav.top-nav li.menu-item-has-children .sub-menu:after, .desktop header.header nav.top-nav li.menu-item-has-children .sub-menu:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .desktop header.header nav.top-nav li.menu-item-has-children .sub-menu:after {
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: white;
      border-width: 10px;
      margin-left: -10px; }
    .desktop header.header nav.top-nav li.menu-item-has-children .sub-menu:before {
      border-color: rgba(189, 189, 189, 0);
      border-bottom-color: #e6e6e6;
      border-width: 13px;
      margin-left: -13px; }
    .desktop header.header nav.top-nav li.dropit-open > a {
      color: #c4122f; }

  .desktop header.header nav.top-nav li {
    display: inline;
    margin-left: 10px;
    margin-right: 0; }

  #container {
    width: 105%; }

  .hero-image {
    height: 360px; } }
@media screen and (min-width: 62.5em) {
  /* 1000px */
  .hero {
    height: 300px;
    padding-top: 0; }
    .hero .inner {
      margin-top: 90px; }

  .no-js .block-item:nth-of-type(2n) {
    margin-right: 28px; }

  .no-js .block-item:nth-of-type(3n) {
    margin-right: -5px; }

  .block-wrap {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6; }
    .block-wrap .block-item {
      margin-bottom: 0; } }
@media screen and (min-width: 63.75em) {
  /* 1020px */
  .wp-caption.limit-width {
    display: block;
    float: left; }

  .wp-caption.limit-width:nth-of-type(3n),
  .landing-content .wp-caption.limit-width:nth-of-type(4n) {
    margin-right: 28px; }

  .wp-caption.limit-width:nth-of-type(4n),
  .landing-content .wp-caption.limit-width:nth-of-type(3n) {
    margin-right: -5px; }

  .landing-three-col {
    display: table;
    width: 100%; }

  .landing-summary {
    display: table-cell;
    width: 222px;
    float: right;
    position: absolute;
    top: 30px;
    right: 20px; }

  .landing-content {
    display: table-cell;
    float: left;
    width: 756px; }

  .landing-summary,
  .landing-content {
    vertical-align: top; } }
@media screen and (min-width: 65em) {
  /* 1040px */
  .hero {
    background-position: top center;
    background-size: auto; }

  .home-box-wrap {
    background: none; }

  .wrapper.h-wrap {
    max-width: 100%;
    width: 100%; }
    .wrapper.h-wrap .header-wrap {
      background: white;
      width: 100%;
      display: inline-block; }
      .wrapper.h-wrap .header-wrap header.header {
        max-width: 1040px;
        margin: 0 auto; }

  section.main {
    margin-top: 108px;
    float: left;
    width: 100%; }

  .home-box {
    width: 303px;
    margin-left: 30px;
    float: none; }

  .footer-news .wrapper {
    max-width: 980px; }

  footer.footer .wrapper {
    padding-left: 10px;
    padding-right: 0; }

  footer a.social:last-of-type {
    margin-right: 5px; }

  .header-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }

  header.header {
    padding: 17px 20px; }

  .hero {
    padding-top: 60px;
    padding-bottom: 85px;
    height: 395px;
    margin-bottom: -20px; }

  .home-box-wrap {
    padding-bottom: 0;
    display: block; }

  .home-wrapper {
    background: white; }

  .wrapper section.main {
    padding-top: 100px; }

  .hero-image,
  .page-template-t-landing-php .hero-image,
  .page-template-t-landing-benefits-php .hero-image,
  .page-template-t-landing-capital-php .hero-image,
  .page-template-t-landing-consulting-php .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 419px; }

  .article-wrap {
    margin-bottom: 100px; }

  #crumbs {
    margin-top: 94px;
    padding-left: 30px;
    z-index: 3;
    position: relative; }

  .no-breadcrumb {
    display: inline-block;
    width: 100%;
    margin-top: 228px; }

  .section-title {
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 30px; }

  .article-wrap .content {
    padding-left: 30px;
    padding-right: 30px; }

  .accordion .block {
    min-height: 330px; }

  .block {
    width: 31.33333%;
    margin-right: 2%; }

  .block:nth-child(2n) {
    margin-right: 2%; }

  .block:nth-child(3n) {
    margin-right: 0; }

  .flex-wrap {
    width: 100%; }

  .flex-push {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%; }

  .page-template-t-landing-php #crumbs,
  .page-template-t-landing-benefits-php #crumbs,
  .page-template-t-landing-capital-php #crumbs,
  .page-template-t-landing-consulting-php #crumbs {
    margin-top: 325px; }

  .page-template-t-landing-php .article-wrap .content,
  .page-template-t-landing-benefits-php .article-wrap .content,
  .page-template-t-landing-capital-php .article-wrap .content,
  .page-template-t-landing-consulting-php .article-wrap .content {
    padding-top: 0; }

  .footer-news {
    padding-top: 23px;
    padding-bottom: 23px; }

  footer.footer .footer-top {
    padding-top: 10px; } }
@media screen and (min-width: 75em) {
  /* 1200px */
  .one_sixth {
    width: 13.33%; } }



.recent-posts-extended, .widget_st_latest_posts_widget{
	margin-top:30px;
}
.recent-posts-extended h2, .widget_st_latest_posts_widget h2{
	margin-bottom:0px;
	font-size:20px;
	color:#c5122f;
	font-weight: normal;
}


.sp-latest-posts-widget.latest-posts .media, .sp-latest-posts-widget.latest-posts .media .media {margin-top:5px !important;}
.widget_st_latest_posts_widget .st-lp-time {display:none;}
.rpwe-title a, .widget .sp-latest-posts-widget .latest-posts .entry-title a {text-decoration: none;padding: 0; color:#6a6b6b;font-size: 14px;    font-weight: 700;}
.rpwe-block ul{margin-top:8px;}
.rpwe-block li {border-bottom: none; margin-bottom: 5px; padding-bottom: 5px; list-style-type: none;}
.rpwe-block h3 {
    line-height: 1.1em;
	font-size: 14px;
}

#subscribe-tria p{font-weight:normal;font-size: 14px;}
#subscribe-tria h3{margin-bottom: 0px;font-size: 20px;color: #c5122f;font-weight: normal;}
#subscribe-tria a{color: #fff; padding:4px 10px; margin:0;}

.gfield_checkbox input[type="checkbox"],
.gfield_radio input[type="radio"]{
    display: inline-block;
    width: auto !important;
	margin-right: 5px;
    margin-bottom: 2px;
}

.gfield_checkbox label,
.gfield_radio label {
    display: initial;
	text-transform: initial;
    font-weight: normal;
}

.gfield_checkbox, .gfield_radio {
    padding: 5px 0 0;
}

.gfield_checkbox li, .gfield_radio li {
    margin-bottom: 2px;
}

#gform_fields_16 > li {
    padding: 0;
}

.gre-captcha {
	-webkit-transform: scale(0.88);
		-ms-transform: scale(0.88);
			transform: scale(0.88);
	transform-origin: 0 0;
}

.gform_validation_container {
	display:none !important;
}