@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
small,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
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: '';
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
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;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
ul,
ol {
  margin-left: 1.8em;
}
ol {
  list-style-type: decimal;
}
nav ol,
nav ul,
nav li {
  margin: 0;
  list-style: none;
}
small {
  font-size: 85%;
}
mark,
b,
strong,
th {
  font-weight: 700;
}
mark,
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
textarea {
  overflow: auto;
}
input[type="checkbox"] {
  vertical-align: text-bottom;
}
input[type="radio"] {
  vertical-align: bottom;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}

h1, h2, h3{
    text-transform: uppercase;
    font-family: 'minerva-modern', sans-serif;
    letter-spacing: 2px;
}
h3{
  font-size: 1.35em;
  color: rgba(27, 66, 154, 1);
}
/* fixing mozilla extra padding on buttons */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
}
button {
  width: auto;
  overflow: visible;
}
html {
  overflow-y: scroll;
}
/* common classes
------------------------------------------------------------- */
.hidden {
  display: none;
  visibility: hidden;
}
.leftalign,
.alignleft {
  float: left;
}
.rightalign,
.alignright {
  float: right;
}
.aligncenter {
  margin: auto;
  display: block;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
/* extra IE fixing
------------------------------------------------------------- */
.lte7 .clearfix {
  zoom: 1;
}
.lte7 button {
  width: 1;
  overflow: visible;
}
.lte7 legend {
  margin-left: -7px;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.lte7 input[type="checkbox"] {
  vertical-align: bottom;
}
/* @end */
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}
::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
a {
  outline: none;
  color: #6c5f9e;
}
a:focus {
  outline: 1px dotted #eee;
}
a:hover,
a:focus {
  color: #000;
}
/* PLUGINS */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: none;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bxslider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.news-mod{
	width: 50%;
    float: left;
	padding: 10px;
}

.news-mod2{
width: 50%;
float: left;
padding: 10px 15px;
}


a.more-link{
	color:#fff !important;
}
.more-link{
	font-family: 'minerva-modern' , sans-serif;
font-size: 20px;
color: #fff;
font-weight: 700;
border: 0;
display: inline-block;
text-decoration: none;
text-transform: uppercase;
padding: 8px 20px;
background: #1d5fa2;
background: -moz-linear-gradient(top, #144b91 1%, #318ecc 100%);
background: -webkit-linear-gradient(top, #144b91 1%, #318ecc 100%);
background: linear-gradient(to bottom, #144b91 1%, #318ecc 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#144b91', endColorstr='#318ecc', GradientType=0);
}
.entry-header{
	
	margin-bottom: 15px;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* END PLUGINS */
body {
  font-family: 'Lato', Arial, Verdana, sans-serif;
  overflow-x: hidden;
}
p{
  font-size: .85em;
}
body.noScroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
img {
  height: auto;
  max-width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col {
  width: 100%;
}
.col.two {
  width: 50%;
}
.col.three {
  width: 33.3333%;
}
.col.four {
  width: 25%;
}
.col-row {
  margin: 0 -10px;
}
.col-row .col {
  padding: 0 10px;
}
.col-row .col .col {
  padding: 0;
}
input[type="text"] {
  width: auto;
  height: 30px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-size: 12px;
  color: #000;
}
input[type="text"]::-webkit-input-placeholder {
  color: #000;
}
input[type="text"]:-moz-placeholder {
  color: #000;
}
input[type="text"]::-moz-placeholder {
  color: #000;
}
input[type="text"]:-ms-input-placeholder {
  color: #000;
}
.btn {
  font-size: 30px;
  color: #8aa0b9;
  font-weight: 400;
  border: 0;
  background: none;
  display: inline-block;
  text-decoration: none;
}
.box{
padding: 20px;
border: 1px solid #666;
background-color: rgba(255, 255, 255, 0.8);
display: block;
height: auto;
float: left;
z-index: 9;
position: absolute;
top: -800px;
opacity: 0;
right: 0;
left: 0;
width: 320px;
margin: 0 auto;
    transition: all 1s ease;
}
#close{
  width: 20px;
  height: 20px;
  fill:#000;
}
.hq{
  color: #FF0000;;
}
.bld1, .bld2, .bld3, .bld4, .bld5, .bld6, .bld7, .bld22{
  color: #33cc33;
}
.bld8, .bld9, .bld10, .bld11, .bld12, .bld13, .bld14, .bld15, .bld16, .bld17, .bld18,.bld19, .bld20, .bld21 {
  color: #0043FF;
  }

.location-image, .address-box{
  float: left;
  padding: 20px;
}
.request{
    text-align: center;
    padding: 50px 0;
}
.see-it{
top: 220px;
  opacity: 1;
}
.hide-it{
  display: none;
  opacity: 0;
}
.list-box {width:28%; margin-right: 5%; float: left;}
.key{border: 1px solid #000; width:28%; margin-right: 5%; float: left; padding: 20px;}
.moreBtn {
  font-family: 'minerva-modern' , sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  border: 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 20px;
  background: #1d5fa2;
  background: -moz-linear-gradient(top, #144b91 1%, #318ecc 100%);
  background: -webkit-linear-gradient(top, #144b91 1%, #318ecc 100%);
  background: linear-gradient(to bottom, #144b91 1%, #318ecc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#144b91', endColorstr='#318ecc', GradientType=0);
}
.moreBtn:hover {
  color: #fff;
}
.topNav {
  padding: 5px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011b55+0,1b429a+100 */
  background: #0e2f79;
  /* Old browsers */
  background: -moz-linear-gradient(top, #011b55 0%, #1b429a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #011b55 0%, #1b429a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #011b55 0%, #1b429a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011b55', endColorstr='#1b429a', GradientType=0);
  /* IE6-9 */
}
#header {
  background: #fff;
  z-index: 99;
}

.map-box{
    margin: 0 auto;
    display: block;
}

.stickyHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.stickyHeader .logo {
  float: left;
  width: 200px;
  margin: 0;
  margin: 10px 0;
}
.stickyHeader #mainNav {
  float: right;
  margin-top: 20px;
    font-family: 'minerva-modern', sans-serif;
    letter-spacing: 2px;
}
.stickyHeader #mainNav > li > a {
  padding: 0px 0px 0px 15px;
  height: 60px;
}
.stickyHeader .innerHeader {
  padding: 10px 0 0;
}
#topNav {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
#topNav li {
  float: left;
  margin-left: 50px;
  display: flex;
  align-items: center;
}
#topNav li:first-child {
  margin-left: 0;
}
#topNav li a {
  float: left;
}
#topNav li a img {
  float: left;
}
#topNav li .searchForm {
  float: left;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#topNav li .searchForm.active {
  width: 200px;
}
#topNav li .searchForm .searchFormInner {
  float: left;
  width: 100%;
  display: table;
  padding-right: 40px;
  position: relative;
}
#topNav li .searchForm .searchFormInner input[type="search"] {
  float: left;
  width: 100%;
  border: 0;
  padding: 2px 27px 2px 5px;
  border-radius: 0;
  height: 22px;
}
#topNav li .searchForm .searchFormInner form {
  float: left;
  width: 100%;
  position: relative;
}
#topNav li .searchForm .searchFormInner .submitSearch {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/arrow-right.png) no-repeat 50% 50%;
  border: 0;
  height: 22px;
  width: 22px;
  text-indent: -9999px;
}
#topNav li .searchForm .searchFormInner .closeBtn {
  background: url(../images/close-icon.png) no-repeat 50% 50%;
  border: 0;
  height: 22px;
  width: 22px;
  text-indent: -9999px;
  position: absolute;
  right: 10px;
  top: 0;
}
.logo {
  margin: 30px auto 25px;
  display: inline-block;
}
#mainNav {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
#mainNav > li {
  display: inline-block;
  position: relative;

}
#mainNav > li:first-child {
  margin-left: 0;
}
#mainNav > li > a {
  display: inline-block;
  padding: 0px 0px 0px 35px;
  color: #1b429a;
  text-decoration: none;
  font-size: 17px;
  text-transform: uppercase;
}
#mainNav > li:hover {
  /*
      > ul {
        display:block;
      }
      */
}
#mainNav > li:hover > a {
  color: rgb(3, 169, 244);
}

#markets-nav .markets-menumv ul > li.current-menu-item{
  color: rgb(3, 169, 244) !important;
}

#about-nav .markets-menumv ul > li.current-menu-item{
  color: rgb(3, 169, 244) !important;
}

#about-nav2 .markets-menumv ul > li.current-menu-item{
  color: rgb(3, 169, 244) !important;
}

#about-nav3 .markets-menumv ul > li.current-menu-item{
  color: rgb(3, 169, 244) !important;
}
#news-nav{
	 	display: none;
}
#news-nav .markets-menumv ul > li.current-menu-item{
  color: rgb(3, 169, 244) !important;
}

#markets-nav .markets-menumv ul > li:after{
  font-family: FontAwesome;
  content: "\f107";
      display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
}

#news-nav .markets-menumv ul > li:after{
  font-family: FontAwesome;
  content: "\f107";
      display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
}

#mainNav ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    background: rgba(27, 66, 154, 0.9);
    list-style: none;
    padding: 5px 0;
    margin: 0;
    display: none;
    min-width: 100%;
    white-space: nowrap;
}


#mainNav ul:before {
  content: "";
  background: rgba(27, 66, 154, 0.9);
  position: absolute;
  left: 100%;
  top: 0;
  width: 5000px;
  height: 100%;
  display: block;
}
#mainNav ul:after {
  content: "";
  background: rgba(27, 66, 154, 0.9);
  position: absolute;
  right: 100%;
  top: 0;
  width: 5000px;
  height: 100%;
  display: block;
}
#mainNav ul > li > a {
  font-weight: 700;
}
#mainNav ul a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  display: block;
  text-align: left;
}
#mainNav ul ul {
  left: 100%;
  top: 0;
  display: none;
  background: none;
  display: none!important;
}

.events {
	text-align: center;
    padding: 30px 0 0 0;
    background: #0e2f79;
    background: -moz-linear-gradient(top, #011b55 0%, #1b429a 100%);
    background: -webkit-linear-gradient(top, #011b55 0%, #1b429a 100%);
    background: linear-gradient(to bottom, #011b55 0%, #1b429a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011b55', endColorstr='#1b429a', GradientType=0);
}

.events h2 {
    font-size: 32px;
    color: #fefefe;
    font-weight: 700;
	
}
.events h3 {
    font-size: 28px;
    color: #fefefe;
    font-weight: 500;
	
}
button.slider{

    width: auto;
    overflow: visible;
    border-radius: 0;
    padding: 10px;
    border: 0;
    background-color: #fff;
    color: #184ca1;
    font-weight: bold;
	font-family: 'minerva-modern', sans-serif;

}
#slides{
	height: 150px;
	overflow: hidden;
}
#slides ul{
	margin-left: 0 !important;
}

li.slide{
	height: 150px;
}
#mainNav ul ul:before {
  display: none;
}
#mainNav ul ul:after {
  display: none;
}
.navTrigger {
  position: relative;
  width: 46px;
  height: 37px;
  margin: 10px 0;
  cursor: pointer;
  display: none;
  border: 4px solid #1b429a;
  border-radius: 5px;
}
.navTrigger .hamburger {
  display: block;
  width: 30px;
  height: 21px;
  left: 4px;
  margin: 0;
  list-style: none;
  top: 4px;
  bottom: 0;
  position: absolute;
}
.navTrigger .hamburger li {
  width: 100%;
  height: 3px;
  background: #1b429a;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
  position: absolute;
  float: none;
  margin: auto;
}
.navTrigger .hamburger li:nth-of-type(2),
.navTrigger .hamburger li:nth-of-type(3) {
  bottom: 0;
}
.navTrigger .hamburger li:nth-of-type(2) {
  -webkit-transition: -webkit-transform 0.25s 0.125s ease-in-out;
  -moz-transition: -moz-transform 0.25s 0.125s ease-in-out;
  transition: transform 0.25s 0.125s ease-in-out;
}
.navTrigger .hamburger li:nth-of-type(4) {
  -webkit-transition: -webkit-transform 0.25s 0.0625s ease-in-out;
  -moz-transition: -moz-transform 0.25s 0.0625s ease-in-out;
  transition: transform 0.25s 0.0625s ease-in-out;
}
.navTrigger .hamburger li:nth-of-type(3) {
  top: auto;
}
.navTrigger .hamburger li:nth-of-type(4) {
  bottom: 0;
}
.navTrigger.active .hamburger li:first-of-type {
  opacity: 0;
}
.navTrigger.active .hamburger li:nth-of-type(3) {
  opacity: 0;
}
.navTrigger.active .hamburger li:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navTrigger.active .hamburger li:nth-of-type(4) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.heroSlider #heroSlider {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.heroSlider #heroSlider li {
  float: left;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.heroSlider #heroSlider li .wrap {

}
.heroSlider .slideBox {
  background: rgba(27, 66, 154, 0.6);
  padding: 20px 30px;
  margin-top: 34%;
  margin-top: 34vh;
  max-width: 100%;
  text-align: center;
}
.heroSlider .slideBox h2 {
  font-size: 30px;
  color: #fefefe;
  font-weight: 700;
}
.heroSlider .slideBox p {
  font-size: 16px;
  color: #fefefe;
  line-height: 1.5;
  margin-top: 10px;
}
.heroSlider .bx-wrapper .bx-pager {
  bottom: 20px;
  padding-top: 0;
  z-index: 99;
  text-align: center;
}
.heroSlider .bx-wrapper .bx-pager .bx-pager-link {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}
.heroSlider .bx-wrapper .bx-pager .bx-pager-link.active {
  background: #1b429a;
}
.heroSlider .bx-wrapper .bx-pager .bx-pager-link:hover {
  background: #1b429a;
}
.staticImage {
  position: relative;
  overflow: hidden;
}
.staticImage:before {
  content: "";
  -webkit-box-shadow: inset 0px 10px 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0px 10px 10px 1px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 10px 10px 1px rgba(0, 0, 0, 0.35);
  display: block;
  left: -20px;
  right: -20px;
  height: 30px;
  visibility: visible;
  position: absolute;
}
.staticImage img {
  float: left;
  width: 100%;
}
#footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b429a+0,011b55+100 */
  background: #0e2f79;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1b429a 0%, #011b55 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1b429a 0%, #011b55 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1b429a 0%, #011b55 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b429a', endColorstr='#011b55', GradientType=0);
  /* IE6-9 */
  padding: 40px 0 30px;
}
#footer .logo {
  margin: 0;
  width: 200px;
}
#footer p {
  color: #fff;
  font-size: 13px;
}
.social {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social li {
  display: inline-block;
  margin-left: 10px;
}
.social li:first-child {
  margin-left: 0;
}
.social li a {
  display: inline-block;
}
.social li a img {
  float: left;
}
.footerColumns {
  float: left;
  display: table;
  width: 100%;
}
.footerColumns .footerColumn {
  display: table-cell;
  vertical-align: top;
  width: 33%;
}

.footerColumn2{
  display: table-cell;
  vertical-align: top;
  width: 66%;
}
.footerLinks {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 50px;
  border-left: 5px solid #fff;
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 30px;
}
.footerLinks a {
  color: #fff;
  text-decoration: none;
}
.footerLinks li {
  margin-top: 20px;
}
.footerLinks li:first-child {
  margin-top: 0;
}
.footerCopy {
  text-align: right;
  padding-top: 30px;
}
.featuredServices {
  padding: 25px 0 45px;
  position: relative;
}
.featuredServices .servicesRow {
  display: table;
  margin: 0 auto;
  min-height: 100%;
}
.featuredServices .servicesRow .serviceWrap {
  display: table-cell;
  text-align: center;
  padding: 20px 20px 0;
  width: 196px;
}
.featuredServices .servicesRow .serviceWrap img {
  border-radius: 50%;
}
.featuredServices .servicesRow .serviceWrap span {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
.featuredServices .servicesRow .serviceWrap a {
  display: block;
  text-decoration: none;
}
.featuredServices .servicesRow .serviceWrap.greenStyle span {
  color: #8bc34a;
}
.featuredServices .servicesRow .serviceWrap.greenStyle img {
  border: 6px solid #8bc34a;
}
.featuredServices .servicesRow .serviceWrap.greenStyle .serviceOverlay {
  background: #8bc34a;
}
.featuredServices .servicesRow .serviceWrap.orangeStyle span {
  color: #ffc107;
}
.featuredServices .servicesRow .serviceWrap.orangeStyle img {
  border: 6px solid #ffc107;
}
.featuredServices .servicesRow .serviceWrap.orangeStyle .serviceOverlay {
  background: #ffc107;
}
.featuredServices .servicesRow .serviceWrap.redStyle span {
  color: #f44336;
}
.featuredServices .servicesRow .serviceWrap.redStyle img {
  border: 6px solid #f44336;
}
.featuredServices .servicesRow .serviceWrap.redStyle .serviceOverlay {
  background: #f44336;
}
.featuredServices .servicesRow .serviceWrap.magentaStyle span {
  color: #f770e9;
}
.featuredServices .servicesRow .serviceWrap.magentaStyle img {
  border: 6px solid #f770e9;
}
.featuredServices .servicesRow .serviceWrap.magentaStyle .serviceOverlay {
  background: #f770e9;
}
.featuredServices .servicesRow .serviceWrap.blueStyle span {
  color: #03a9f4;
}
.featuredServices .servicesRow .serviceWrap.blueStyle img {
  border: 6px solid #03a9f4;
}
.featuredServices .servicesRow .serviceWrap.blueStyle .serviceOverlay {
  background: #03a9f4;
}
.featuredServices .servicesRow .serviceWrap.purpleStyle span {
  color: #9c27b0;
}
.featuredServices .servicesRow .serviceWrap.purpleStyle img {
  border: 6px solid #9c27b0;
}
.featuredServices .servicesRow .serviceWrap.purpleStyle .serviceOverlay {
  background: #9c27b0;
}
.featuredServices .serviceOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 99;
  display: none;
}
.featuredServices .serviceOverlay .overlayServices {
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.featuredServices .serviceOverlay .overlayServices .overlayService {
  display: inline-block;
  color: #fff;
  max-width: 132px;
  margin: 25px;
  vertical-align: top;
}
.featuredServices .serviceOverlay .overlayServices .overlayService img {
  float: left;
  width: 132px;
  height: auto;
  border-radius: 50%;
}
.featuredServices .serviceOverlay .overlayServices .overlayService p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
}
.featuredServices .serviceOverlay .closeOverlay {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.innerPage {
  padding: 0 0 20px;
  min-height: 400px;
}

.introd{
  margin-top: 40px;
}
.introd, .innerPage.blankPage {
  padding: 0;
}
.innerPage h1 {
  font-size: 35px;
  color: #1b429a;
  font-weight: 700;
  text-transform: uppercase;
    font-family: 'minerva-modern', sans-serif;
    letter-spacing: 2px;
}
.introd, .innerPage h1 a {
  color: #1b429a;
  text-decoration: none;
}

.event-row{
	margin: 65px 0 !important;
}
 .innerPage h2 {
  font-size: 35px;
  color: #1b429a;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'minerva-modern', sans-serif;
    letter-spacing: 2px;
}
h2.news{
	font-size: 30px;
color: rgba(27, 66, 154, 1);
font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	
}
h2.event-title {
    font-size: 30px;
    color: #1b429a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'minerva-modern', sans-serif;
    letter-spacing: 2px;
}
.introd, .innerPage h2 a {
  color: #1b429a;
  text-decoration: none;
}
.introd, .innerPage h3 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.introd, .innerPage h3 a {
  color: #000;
  text-decoration: none;
}
.introd, .innerPage h4 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.introd, .innerPage h4 a {
  color: #1b429a;
  text-decoration: none;
}
.introd, .innerPage h5 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.introd, .innerPage h5 a {
  color: #1b429a;
  text-decoration: none;
}
.introd, .innerPage h6 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}
.introd, .innerPage h6 a {
  color: #1b429a;
  text-decoration: none;
}
.introd p, 
.introd ol, 
.introd ul, 
.introd blockquote,
.introd table,
.innerPage p,
.innerPage ol,
.innerPage ul,
.innerPage blockquote,
.innerPage table {
  font-size: 16px;
  color: #252525;
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 20px;
}

.innerPage p a,
.innerPage ol a,
.innerPage ul a,
.innerPage blockquote a,
.innerPage table a {
  color: #1b429a;
  text-decoration: none;
}
.innerPage .col-row .col.two {
  display: flex;
  align-items: center;
}
.innerPage.greenStyle h1 {
  color: #8bc34a;
}
.innerPage.greenStyle h2 {
  color: #8bc34a;
}
.innerPage.greenStyle .multiStep {
  border: 9px solid #8bc34a;
}
.innerPage.orangeStyle h1 {
  color: #ffc107;
}
.innerPage.orangeStyle h2 {
  color: #ffc107;
}
.innerPage.orangeStyle .multiStep {
  border: 9px solid #ffc107;
}
.innerPage.redStyle h1 {
  color: #f44336;
}
.innerPage.redStyle h2 {
  color: #f44336;
}
.innerPage.redStyle .multiStep {
  border: 9px solid #f44336;
}
.innerPage.magentaStyle h1 {
  color: #f770e9;
}
.innerPage.magentaStyle h2 {
  color: #f770e9;
}
.innerPage.magentaStyle .multiStep {
  border: 9px solid #f770e9;
}
.innerPage.blueStyle h1 {
  color: #03a9f4;
}
.innerPage.blueStyle h2 {
  color: #03a9f4;
}
.innerPage.blueStyle .multiStep {
  border: 9px solid #03a9f4;
}
.innerPage.purpleStyle h1 {
  color: #9c27b0;
}
.innerPage.purpleStyle h2 {
  color: #9c27b0;
}
.innerPage.purpleStyle .multiStep {
  border: 9px solid #9c27b0;
}
.innerPage .resultArticle {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.pageHeader {
  padding: 30px 0;
}
.pageHeader h1 {
  margin-bottom: 20px;
}
.pageHeader .headerImage img {
  float: left;
  width: 100%;
}
.pageHeader.topHeader {
  padding-bottom: 0;
}
.pageHeader.imgHeader {
  padding-top: 10px;
}
.page-template-page-markets-child .pageHeader.imgHeader {
  padding-top: 0;
}
.multiStepWrap {
  position: fixed;
  left: 0;
  top: 114px;
  width: 100%;
  z-index: 1;
}
.multiStepWrap .multiStep {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 9px solid #8bc34a;
  display: table;
}
.multiStepWrap .multiStep > li {
  display: table-cell;
  max-width: 200px;
  /*width:16.6666%;*/
}
.multiStepWrap .multiStep > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #666;
  padding: 0 30px 0 10px;
  letter-spacing: 0px;
}
.multiStepWrap .multiStep > li > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../images/arrow-right.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  z-index: 10;
}
.multiStepWrap .multiStep > li:last-child > a:before {
  right: 5px;
}
.multiStepWrap .multiStep > li.open > a:before {
  background: url(../images/arrow-down.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.multiStepWrap .multiStep > li:hover .buttonBg {
  display: block;
}
.multiStepWrap .multiStep > li .buttonBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: none;
}

.openOverlay{
    text-transform: uppercase;
    font-family: 'minerva-modern', sans-serif;
    letter-spacing: 1px;
}
.multiStepWrap .multiStep > li a {
  float: left;
  width: 100%;
  height: 60px;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.bannerBox {
    background: rgba(27, 66, 154, 0.9);
    padding: 20px 30px;
    max-width: 100%;
    text-align: center;
    z-index: 9;
    position: relative;
    width: 100%;
    top: 670px;
    color: #fff;
    font-size: 2em;
}
h1.white{
     color: #fff;
    font-size: 1em;
}

.bannerBox2 {
    background: rgba(27, 66, 154, 0.9);
    padding: 20px 30px;
    max-width: 100%;
    text-align: center;
    z-index: 9;
    position: relative;
    width: 100%;
    top: 650px;
    color: #fff;
    font-size: 2em;
}
.multiStepWrap .multiStep > li a:focus {
  outline: 0;
}
.multiStepWrap .multiStep > li a:visited {
  outline: 0;
}
.multiStepWrap .multiStep > li a:active {
  outline: 0;
}
.multiStepWrap .multiStep > li a span {
  position: relative;
}
.multiStepWrap .multiStep > li.current-menu-item > a {
  background: #8bc34a;
}
.multiStepWrap .multiStep > li.current-menu-item > a:before {
  background: url(../images/arrow-down.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.multiStepWrap .multiStep > li.current-menu-item .sub-menu {
  display: block;
}
.multiStepWrap .multiStep > li.current-menu-item .buttonBg {
  display: block;
}
.multiStepWrap .multiStep > li.current-menu-parent > a {
  background: #8bc34a;
}
.multiStepWrap .multiStep > li.current-menu-parent > a:before {
  background: url(../images/arrow-down.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.multiStepWrap .multiStep > li.current-menu-parent .sub-menu {
  display: block;
}
.multiStepWrap .multiStep > li.current-menu-parent .buttonBg {
  display: block;
}
.multiStepWrap .multiStep > li .sub-menu {
  list-style: none;
  padding: 0 30px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  z-index: 99;
  display: none;
  text-align: center;
  background: #8bc34a;
}
.multiStepWrap .multiStep > li .sub-menu li {
  float: none;
  width: auto;
  display: inline-block;
  border: 0;
  padding: 8px 0;
  background: none;
  max-width: inherit;
}
.multiStepWrap .multiStep > li .sub-menu li:first-child {
  border-top: 0;
}
.multiStepWrap .multiStep > li .sub-menu li a {
  float: left;
  width: 100%;
  text-align: center;
  height: auto;
  font-size: 12px;
  background: none;
  padding: 0 20px;
}
.multiStepWrap .multiStep > li.step-one a {
  background: #8bc34a;
}
.multiStepWrap .multiStep > li.step-one .sub-menu {
  background: #8bc34a;
}
.multiStepWrap .multiStep > li.step-two a {
  background-image: url(../images/step-two.png);
}
.multiStepWrap .multiStep > li.step-two .sub-menu {
  background: #ffc107;
}
.multiStepWrap .multiStep > li.step-three a {
  background-image: url(../images/step-three.png);
}
.multiStepWrap .multiStep > li.step-three .sub-menu {
  background: #f44336;
}
.multiStepWrap .multiStep > li.step-four a {
  background-image: url(../images/step-four.png);
}
.multiStepWrap .multiStep > li.step-four .sub-menu {
  background: #f770e9;
}
.multiStepWrap .multiStep > li.step-five a {
  background-image: url(../images/step-five.png);
}
.multiStepWrap .multiStep > li.step-five .sub-menu {
  background: #03a9f4;
}
.multiStepWrap .multiStep > li.step-six a {
  background-image: url(../images/step-six.png);
}
.multiStepWrap .multiStep > li.step-six .sub-menu {
  background: #9c27b0;
}
.markets{
  margin: 40px 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}
.markets.fade-in{
  opacity: 1;
  transform: translateY(0);
}



.markets:nth-child(odd) div.txtpg{

  float: right;

}


}
.markets:nth-child(odd) div.imgpg{

  float: left;

}

.markets:nth-child(even) div.txtpg{

  float: left;

}


}
.imgpg{

  float: right;

}

.imgpg img{
  max-width: 532px;
}

#mainNav ul {
background: rgba(27, 66, 154, 0.9);
width: 100%;
position: fixed;
left: 0;
top: 125px;
z-index: 89;
padding: 20px 0;
color: #fff;
list-style: none;
margin-left: 0;
font-family: 'minerva-modern', sans-serif;
display: none;
}


.display {
  display: -webkit-box;
display: -ms-flexbox;
display: flex !important;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
        letter-spacing: 0px;
        z-index: 89;

}

.display2 {
  display: -webkit-box;
display: -ms-flexbox;
display: flex !important;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
        letter-spacing: 0px;
        z-index: 88 !important;

}

p {
	font-size: 16px;
color: #252525;
line-height: 1.8;
margin-top: 10px;
margin-bottom: 20px;
}

#mainNav ul li{
margin-right: 10px;
margin-left: 10px;
}

#markets-nav {
background: rgba(27, 66, 154, 0.9);
width: 100%;
position: fixed;
left: 0;
top: 125px;
z-index: 89;
padding: 25px 0;
display:flex;
}
#about-nav {
background: rgba(27, 66, 154, 0.9);
width: 100%;
position: fixed;
left: 0;
top: 125px;
z-index: 89;
padding: 25px 0;
	display: none;
}


#markets-nav .markets-menumv ul{
color: #fff;
list-style: none;
margin-left: 0;
font-family: 'minerva-modern', sans-serif;
}

#about-nav .markets-menumv ul{
color: #fff;
list-style: none;
margin-left: 0;
font-family: 'minerva-modern', sans-serif;
}
#about-nav2 .markets-menumv ul{
color: #fff;
list-style: none;
margin-left: 0;
font-family: 'minerva-modern', sans-serif;
}

#about-nav3 .markets-menumv ul{
color: #fff;
list-style: none;
margin-left: 0;
font-family: 'minerva-modern', sans-serif;
}
#mainNav ul li{
color: #fff;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

#markets-nav .markets-menumv ul >li{
color: #fff;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
#about-nav .markets-menumv ul >li{
color: #fff;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
#about-nav2 .markets-menumv ul >li{
color: #fff;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

#about-nav3 .markets-menumv ul >li{
color: #fff;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
#markets-nav .markets-menumv ul ul.sub-menu li:after {
content: none;
}


#about-nav .markets-menumv ul ul.sub-menu li:after {
content: none;
}
#about-nav2 .markets-menumv ul ul.sub-menu li:after {
content: none;
}

#about-nav3 .markets-menumv ul ul.sub-menu li:after {
content: none;
}
#mainNav ul li ul.submenu li{
color: #fff;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}


#markets-nav .markets-menumv ul > li > a{
 color: #fff;
 text-decoration: none;
 font-weight: 700;
 font-size: 14px;

}

#about-nav .markets-menumv ul > li > a{
 color: #fff;
 text-decoration: none;
 font-weight: 700;
 font-size: 14px;

}

#about-nav2 .markets-menumv ul > li > a{
 color: #fff;
 text-decoration: none;
 font-weight: 700;
 font-size: 14px;

}

#about-nav3 .markets-menumv ul > li > a{
 color: #fff;
 text-decoration: none;
 font-weight: 700;
 font-size: 14px;

}


#mainNav ul::after {
    content: "";
    background: rgba(27, 66, 154, 0.9);
    position: absolute;
    right: 100%;
    top: 0;
    width: 5000px;
    height: 100%;
    display: block;
}
#mainNav ul::before {
    content: "";
    background: rgba(27, 66, 154, 0.9);
    position: absolute;
    left: 100%;
    top: 0;
    width: 5000px;
    height: 100%;
    display: block;
}
#markets-nav .markets-menumv ul > li > a:hover{
color: rgb(3, 169, 244);
}
#markets-nav .markets-menumv ul > li > a:active{
color: rgb(3, 169, 244);
}

#about-nav .markets-menumv ul > li > a:hover{
color: rgb(3, 169, 244);
}
#about-nav .markets-menumv ul > li > a:active{
color: rgb(3, 169, 244);
}

#about-nav2 .markets-menumv ul > li > a:hover{
color: rgb(3, 169, 244);
}
#about-nav2 .markets-menumv ul > li > a:active{
color: rgb(3, 169, 244);
}

#about-nav3 .markets-menumv ul > li > a:hover{
color: rgb(3, 169, 244);
}
#about-nav3 .markets-menumv ul > li > a:active{
color: rgb(3, 169, 244);
}
.blue{
  color: #1ec1ff !important;
}
.white{
  color: #fff;
}
#markets-nav .markets-menumv > ul > li > a{
 color: #fff;
 text-decoration: none;
 font-weight: 700;
 font-size: 15px;
}
#markets-nav .markets-menumv ul  ul.sub-menu{
  position: absolute;
  display: none;
top: 18px;
margin-left: 0;
}

#markets-nav .markets-menumv ul  li:hover > ul {
display: inline-block;
padding: 30px 20px 20px 20px;
min-width: 250px;
}
#markets-nav .markets-menumv ul  ul.sub-menu {
  width:100%;
  background: rgba(27, 66, 154, .9);
      left: 0;
      right: 0;
      max-width: 1200px;
      margin: 0 auto;

}
#markets-nav .markets-menumv ul  ul.sub-menu li{
margin-right: 30px;
position: relative;
display: block;
padding-bottom: 15px;
}


#about-nav .markets-menumv > ul > li > a{
 color: #fff;
 text-decoration: none;
 font-weight: 700;
 font-size: 15px;
}

#about-nav2 .markets-menumv > ul > li > a{
 color: #fff;
 text-decoration: none;
 font-weight: 700;
 font-size: 15px;
}

#about-nav3 .markets-menumv > ul > li > a{
 color: #fff;
 text-decoration: none;
 font-weight: 700;
 font-size: 15px;
}

#about-nav .markets-menumv ul  ul.sub-menu{
  position: absolute;
  display: none;
top: 18px;
margin-left: 0;
}

#about-nav2 .markets-menumv ul  ul.sub-menu{
  position: absolute;
  display: none;
top: 18px;
margin-left: 0;
}

#about-nav3 .markets-menumv ul  ul.sub-menu{
  position: absolute;
  display: none;
top: 18px;
margin-left: 0;
}

#about-nav .markets-menumv ul  li:hover > ul {
display: inline-block;
padding: 30px 20px 20px 20px;
min-width: 250px;
}

#about-nav2 .markets-menumv ul  li:hover > ul {
display: inline-block;
padding: 30px 20px 20px 20px;
min-width: 250px;
}

#about-nav3 .markets-menumv ul  li:hover > ul {
display: inline-block;
padding: 30px 20px 20px 20px;
min-width: 250px;
}

#about-nav .markets-menumv ul  ul.sub-menu {
  width:100%;
  background: rgba(27, 66, 154, .9);
      left: 0;
      right: 0;
      max-width: 1200px;
      margin: 0 auto;

}
#about-nav2 .markets-menumv ul  ul.sub-menu {
  width:100%;
  background: rgba(27, 66, 154, .9);
      left: 0;
      right: 0;
      max-width: 1200px;
      margin: 0 auto;

}

#about-nav3 .markets-menumv ul  ul.sub-menu {
  width:100%;
  background: rgba(27, 66, 154, .9);
      left: 0;
      right: 0;
      max-width: 1200px;
      margin: 0 auto;

}
#about-nav .markets-menumv ul  ul.sub-menu li{
margin-right: 30px;
position: relative;
display: block;
padding-bottom: 15px;
}

#about-nav2 .markets-menumv ul  ul.sub-menu li{
margin-right: 30px;
position: relative;
display: block;
padding-bottom: 15px;
}

#about-nav3 .markets-menumv ul  ul.sub-menu li{
margin-right: 30px;
position: relative;
display: block;
padding-bottom: 15px;
}
.productLinks {
  margin-top: 30px;
}
.productLinks .productThumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.productLinks .productThumbs li {
  float: left;
  margin-right: 10px;
}
.productLinks .productThumbs a {
  float: left;
  max-width: 168px;
  overflow: hidden;
  text-decoration: none;
  margin-top: 15px;
}
.productLinks .productThumbs a p {
  font-size: 14px;
}
.productLinks p {
  margin: 0;
  line-height: normal;
}
.backTop {
  float: right;
  margin-top: 20px;
  text-decoration: none;
  color: #011c57;
  font-size: 22px;
  font-weight: 400;
  outline: 0;
  border: 0;
}
.backTop:active {
  outline: 0;
}
.backTop:visited {
  outline: 0;
}
.backTop:focus {
  outline: 0;
}
div[class^="menu-footer"] {
  float: left;
}
div[class^="menu-footer"] .menu {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 50px;
  border-left: 5px solid #fff;
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 30px;
}
div[class^="menu-footer"] .menu a {
  color: #fff;
  text-decoration: none;
}
div[class^="menu-footer"] .menu li {
  margin-top: 20px;
}
div[class^="menu-footer"] .menu li:first-child {
  margin-top: 0;
}
.productSections section .col-row {
  margin: 20px -10px 40px;
}
.productSections section .col-row .col.two {
  float: left;
}
.productSections section .col-row .col.two:first-child {
  float: right;
}
.productSections section .col-row .col.two .sectionImage {
  float: left;
}
.productSections section .col-row:nth-child(odd) .col.two {
  float: right;
}
.productSections section .col-row:nth-child(odd) .col.two:first-child {
  float: left;
}
.productSections section .col-row:nth-child(odd) .col.two .sectionImage {
  float: right;
}
.headerBanner {
    height: 650px;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
background-position: center;
transition: all 1s ease-out;

}
.home-bottom-image{
height: 500px; 
width: 100%; 
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
transition: all 1s ease-out;
}

	.about{
		display:none;
	}

.zoomed {
background-size: 110%;
}

  /*
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:50% 50%;
  position:relative;
  &.parallaxBanner {
    background-attachment:fixed;
  }
  */
}
section {
  position: relative;
}
/*
.page-template-page-markets-child, .page-template-page-products-child {
  .headerBanner {
    &.parallaxBanner {
      background-position:50% 0;
      -webkit-background-size:100%;
      -moz-background-size:100%;
      -o-background-size:100%;
      background-size:100%;
    }
  }
}

.page-template-page-markets-child, .page-template-page-products-child, .page-template-default {
  .headerBanner {
    &.parallaxBanner {
      background-size:100%;
    }
  }
}
*/
.page-template-page-markets .headerBanner,
.page-template-page-products .headerBanner {
  margin: 20px 0 40px;
}

.wrapper-body {

    width: 100%;
    background-color: #fff;

}
.innerChild {
  padding: 0 15%;
}
.suggestedLinks {
  padding-bottom: 30px;
}
.home .pageWrap {
  padding-top: 114px;
}
.pageWrap {
  padding-top: 212px;
  position: relative;
}
.pageWrap.defaultPage {
  padding-top: 114px;
}
.pageWrap.noSubnavPage {
  padding-top: 182px;
}
.logged-in .stickyHeader {
  top: 32px;
}
.logged-in .multiStepWrap {
  top: 146px;
}
.logged-in .pageWrap {
  padding-top: 217px;
}
.logged-in .pageWrap.defaultPage {
  padding-top: 114px;
}
.logged-in .pageWrap.noSubnavPage {
  padding-top: 182px;
}
.logged-in.home .pageWrap {
  padding-top: 114px;
}
.locationsPage h1 {
    margin: 120px 0 20px;
    text-align: center;
}
.locationsPage #map {
max-width: 1200px;
margin: auto;
}
.locationsPage #legend {
  font-family: 'Lato', Arial, Verdana, sans-serif;
  background: #fff;
  padding: 5px 10px;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}
.locationsPage #legend h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: none;
}
.locationsPage #legend img {
  vertical-align: middle;
}
.locationsPage #legend > div {
  margin: 5px 0;
  font-size: 14px;
}
.locationsPage .markerContent .markerImg {
  float: left;
  width: 140px;
  margin-top: 5px;
}
.locationsPage .markerContent .markerImg img {
  float: left;
  max-width: 100%;
  height: auto;
}
.locationsPage .markerContent .markerText {
  margin-left: 150px;
}
.locationsPage .markerContent h5 {
  color: #8bc34a;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.locationsPage .markerContent p {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
.locationsPage .noImage .markerImg {
  display: none;
}
.locationsPage .noImage .markerText {
  margin: 0;
}
.homeParallax {
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#Capa_1{  

    display: none;

}

.top-padding{
  margin-top: 160px;
}

	.about{
		display:none;
	}
@media screen and (max-width: 1280px) {
  .multiStepWrap .multiStep li a {
    font-size: 14px;
  }
  .featuredServices .serviceOverlay .overlayServices .overlayService {
    margin: 25px 10px;
  }
  .featuredServices .servicesRow .serviceWrap {
    padding: 20px 10px 0;
    /*width:176px;*/
  }
  .headerBanner {
    height: 500px;
  }

  .bannerBox2 {
    top: 500px;
  }

  .bannerBox {

    top: 520px;

}
}


@media screen and (max-width: 1193px) {
	
	#mainNav ul li {

    margin-left: 0px;
}
	
  .imgpg img {
    max-width: 480px;


}
	
		.arrow-down{
		    z-index: 999999;
    position: absolute;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	}
#Capa_1{  
      width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

#markets-nav .markets-menumv ul  ul.sub-menu li{
margin-right: 30px;
height: 20px;
padding-top: 20px;
position: relative;
display: inline-block;
margin-top: 15px;
}
	
	#about-nav .markets-menumv ul  ul.sub-menu li{
margin-right: 30px;
height: 20px;
padding-top: 20px;
position: relative;
display: inline-block;
margin-top: 15px;
}
		#about-nav2 .markets-menumv ul  ul.sub-menu li{
margin-right: 30px;
height: 20px;
padding-top: 20px;
position: relative;
display: inline-block;
margin-top: 15px;
}
	
			#about-nav3 .markets-menumv ul  ul.sub-menu li{
margin-right: 30px;
height: 20px;
padding-top: 20px;
position: relative;
display: inline-block;
margin-top: 15px;
}
.sub-close {
    display:none;
    width:30px;
    height:30px;
    margin: 10px auto 0 auto;
    z-index: 999999;
    position: relative;
}

ul.sub-menu:before svg {
    width:30px;
    height:30px;
}
#markets-nav {
    background: rgba(27, 66, 154, 1);
    width: 100%;
        height: auto;
    position: fixed;
    left: 0;
    top: 125px;
    z-index: 89;
    padding: 20px 0;
        -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#about-nav {
    background: rgba(27, 66, 154, 1);
    width: 100%;
        height: auto;
    position: fixed;
    left: 0;
    top: 125px;
    z-index: 89;
    padding: 20px 0;
        -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
	
	#about-nav2 {
    background: rgba(27, 66, 154, 1);
    width: 100%;
        height: auto;
    position: fixed;
    left: 0;
    top: 125px;
    z-index: 89;
    padding: 20px 0;
        -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

	
		#about-nav3 {
    background: rgba(27, 66, 154, 1);
    width: 100%;
        height: auto;
    position: fixed;
    left: 0;
    top: 125px;
    z-index: 89;
    padding: 20px 0;
        -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}


#markets-nav .markets-menumv ul >li {
    color: #fff;
    display: block;
    margin-right: 0px;
padding: 0    ;
    text-align: center;
    /* font-size: 1.5em; */
}
	
	#about-nav .markets-menumv ul >li {
    color: #fff;
    display: block;
    margin-right: 0px;
padding: 0    ;
    text-align: center;
    /* font-size: 1.5em; */
}
	#about-nav2 .markets-menumv ul >li {
    color: #fff;
    display: block;
    margin-right: 0px;
padding: 0    ;
    text-align: center;
    /* font-size: 1.5em; */
}
	
		#about-nav3 .markets-menumv ul >li {
    color: #fff;
    display: block;
    margin-right: 0px;
padding: 0    ;
    text-align: center;
    /* font-size: 1.5em; */
}
#about .markets-menumv ul >li {
    display: block;
    margin-right: 0px;
    padding: 20px 15px;
    text-align: center;
}

.markets-menumv ul ul.sub-menu {
    width: 100%;
    background-color: #32416b !important;
    left: 0;
    right: 0;
    margin: 0px auto 25px;
    padding: 25px !important;
}
li.menu-item-344 > ul.sub-menu{
  display: block !important;
  position: relative !important;
}


li.menu-item-352 > ul.sub-menu{
  display: block !important;
  position: relative !important;

}

li.menu-item-353 > ul.sub-menu{
  display: block !important;
  position: relative !important;

}

li.menu-item-356 > ul.sub-menu{
  display: block !important;
  position: relative !important;

}

li.menu-item-355 > ul.sub-menu{
  display: block !important;
  position: relative !important;

}


#markets-nav {
    background: rgba(27, 66, 154, 1);
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 125px;
    z-index: 89;
    padding: 20px 0;
    overflow: hidden;
}
	
	#about-nav {
    background: rgba(27, 66, 154, 1);
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 125px;
    z-index: 89;
    padding: 20px 0;
    overflow: hidden;
}
	
		#about-nav2 {
    background: rgba(27, 66, 154, 1);
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 125px;
    z-index: 89;
    padding: 20px 0;
    overflow: hidden;
				display: none;
}
	
			#about-nav3 {
    background: rgba(27, 66, 154, 1);
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 125px;
    z-index: 89;
    padding: 20px 0;
    overflow: hidden;
				display: none;
}
#markets-nav .markets-menumv ul  li:hover > ul {
display: inherit;
padding: 40px 20px 20px 20px;

}
	
	#about-nav .markets-menumv ul  li:hover > ul {
display: inherit;
padding: 40px 20px 20px 20px;

}
	
		#about-nav2 .markets-menumv ul  li:hover > ul {
display: inherit;
padding: 40px 20px 20px 20px;

}
			#about-nav3 .markets-menumv ul  li:hover > ul {
display: inherit;
padding: 40px 20px 20px 20px;

}
			#about-nav3 .markets-menumv ul  li:hover > ul {
display: inherit;
padding: 40px 20px 20px 20px;

}
	
			#about-nav3 .markets-menumv ul  li:hover > ul {
display: inherit;
padding: 40px 20px 20px 20px;

}
#markets-nav .markets-menumv ul ul.sub-menu li {
    margin-right: 0px;
    height: 35px;
    padding-top: 0px;
    position: relative;
    display: inline-block;
}
	
	#about-nav .markets-menumv ul ul.sub-menu li {
    margin-right: 0px;
    height: 35px;
    padding-top: 0px;
    position: relative;
    display: inline-block;
}
	
		#about-nav2 .markets-menumv ul ul.sub-menu li {
    margin-right: 0px;
    height: 35px;
    padding-top: 0px;
    position: relative;
    display: inline-block;
}
	
			#about-nav3 .markets-menumv ul ul.sub-menu li {
    margin-right: 0px;
    height: 35px;
    padding-top: 0px;
    position: relative;
    display: inline-block;
}
	
#about-nav .markets-menumv ul ul.sub-menu {

    top: 20px;

}

	
	#about-nav2 .markets-menumv ul ul.sub-menu {

    top: 20px;

}
	
		#about-nav3 .markets-menumv ul ul.sub-menu {

    top: 20px;

}

.top-padding{
  margin-top: 160px;
}
.markets-menumv{
	margin-top: 30px;
    overflow: scroll;
    height: 600px;
}

  .grown-menu{
  height:700px !important;
}
	

}
@media screen and (min-width: 1045px) {
  #mainNav {
    display: block!important;
    height: auto!important;
  }
}
@media screen and (max-width: 1045px) {
	
		.about{
		display:flex !important;
	}
	.stickyHeader #mainNav > li > a {
 height: 10px;
		font-size: .85em;
		letter-spacing: 0px;
}
	
	#mainNav ul > li > a {
    font-weight: 700;
			font-size: .85em;
		letter-spacing: 0px;
}
	
	.social{
		margin-bottom: 20px !important;
	}
	#news-nav{
	 	display: flex;
}
  .bannerBox2 {
    background: rgba(27, 66, 154, 0.9);
    padding: 20px 30px;
    max-width: 100%;
    text-align: center;
    z-index: 9;
    position: relative;
    width: 100%;
    top: 500px;
    color: #fff;
    font-size: 2em;
}

    .imgpg img {
    max-width: 360px;
}



  .bannerBox {

    top: 520px;

}

    .headerBanner {
    height: 500px;
}
  #mainNav li {
    padding: 0;
  }
  .featuredServices .servicesRow {
    width: 100%;
    float: left;
  }

  .home .pageWrap {
    padding-top: 0px;
}
  .featuredServices .servicesRow .serviceWrap {
    float: left;
    width: 33.3333%;
  }
  #mainNav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding-bottom: 5px;
    overflow-y: auto;
    display: none;
  }
  #mainNav li {
    width: 100%;
    float: left;
    padding: 5px 0;
    margin: 0;
  }
  #mainNav li a {
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
  }
  #mainNav li:hover a {
    background: none;
  }
  #mainNav ul {
    display: block!important;
    opacity: 1!important;
    position: relative;
    left: auto;
    top: auto;
    float: left;
    width: 100%;
    background: #fff;
    padding: 0;
    margin-top: 10px;
  }
  #mainNav ul li {
    float: left;
    width: 100%;
  }
  #mainNav ul:before {
    display: none;
  }
  #mainNav ul:after {
    display: none;
  }
  #mainNav ul a {
    color: #1b429a;
    text-align: center;
  }
  #mainNav ul ul {
    display: none!important;
  }
  #header {
    position: fixed;
    top: auto;
    left: auto;
  }
  .stickyHeader .innerHeader {
    padding: 10px 0;
  }
  .navTrigger {
    display: inline-block;
  }
  .stickyHeader .navTrigger {
    float: right;
  }
  .multiStepWrap {
    position: relative;
    top: auto;
    left: auto;
  }
  .stickyHeader #mainNav {
    margin-left: 0;
    margin-top: 0;
  }
  .stickyHeader #mainNav > li > a {
    padding: 0;
  }
  .multiStepWrap .multiStep li a {
    font-size: 12px;
    padding: 0 10px;
  }
  .multiStepWrap .multiStep > li > a:before {
    right: 5px;
  }
  .pageWrap {
    padding-top: 30px;
  }
  .page-template-page-markets-child .headerBanner.parallaxBanner,
  .page-template-page-products-child .headerBanner.parallaxBanner,
  .page-template-default .headerBanner.parallaxBanner {
    background-size: cover;
  }
  .pageWrap.defaultPage {
    padding-top: 0;
  }
  .pageWrap {
    padding-top: 0;
  }
  .page-template-page-markets .pageWrap,
  .page-template-page-products .pageWrap {
    padding-top: 60px;
  }
  .page-template-page-products-child .pageWrap,
  .page-template-page-markets-child .pageWrap {
    padding-top: 0;
  }
  .multiStepWrap {
    top: auto!important;
  }
  .logged-in .pageWrap.defaultPage,
  .pageWrap.defaultPage {
    padding-top: 0;
  }
  #header {
    z-index: 999;
  }

  #markets-nav .markets-menumv ul  li:hover > ul {
display: none;

}
	  #about-nav .markets-menumv ul  li:hover > ul {
display: none;

}
	
		  #about-nav2 .markets-menumv ul  li:hover > ul {
display: none;

}
	
			  #about-nav3 .markets-menumv ul  li:hover > ul {
display: none;

}

}
@media screen and (max-width: 767px) {
	#slides {
    height: 230px;
    overflow: hidden;
}
	.arrow-down{
		    z-index: 999999;
    position: absolute;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	}
  .bannerBox2 {
    background: rgba(27, 66, 154, 0.6);
    padding: 20px 30px;
    max-width: 100%;
    text-align: center;
    z-index: 9;
    position: relative;
    width: 100%;
    top: 300px;
    color: #fff;
    font-size: 2em;
}

      .imgpg img {
        margin: 60px;
    max-width: 100%;
}

.bannerBox {
    top: 320px;
}
    .headerBanner {
    height: 400px;
}
  .grown-menu{
  height: 600px !important;
}


  .footerColumns .footerColumn {
    width: 100%;
    float: left;
  }
  .footerColumns .footerColumn.ta-r {
    text-align: center;
  }
  .footerColumns .footerColumn .social {
    margin-top: 30px;
  }
  .footerCopy {
    padding-top: 30px;
  }
  .featuredServices .servicesRow .serviceWrap {
    float: left;
    width: 50%;
  }
  .multiStepWrap {
    padding-top: 0;
  }
  .multiStepWrap .multiStep {
    border: 0!important;
    display: block;
  }
  .multiStepWrap .multiStep li {
    width: 100%;
    float: left;
    max-width: inherit;
  }
  .multiStepWrap .multiStep li a {
    font-size: 16px;
    padding: 15px 20px;
    height: auto;
  }
  .multiStepWrap .multiStep li a span {
    height: auto;
  }
  .multiStepWrap .multiStep li.current-menu-parent .sub-menu {
    display: none;
  }
  .active-sub{
    display: block !important;
  }
  .multiStepWrap .multiStep li .sub-menu {
    float: left;
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .multiStepWrap .multiStep li .sub-menu li {
    float: left;
    width: 100%;
  }
  .multiStepWrap .multiStep li .sub-menu li a {
    padding: 0;
  }
  .multiStepWrap .multiStep li.step-two a {
    background: #ffc107;
  }
  .multiStepWrap .multiStep li.step-three a {
    background: #f44336;
  }
  .multiStepWrap .multiStep li.step-four a {
    background: #f770e9;
  }
  .multiStepWrap .multiStep li.step-five a {
    background: #03a9f4;
  }
  .multiStepWrap .multiStep li.step-six a {
    background: #9c27b0;
  }
  .innerPage .col-row {
    display: block;
  }
  .col.two {
    width: 100%;
  }
  .col.three {
    width: 100%;
  }
  .col.four {
    width: 100%;
  }
  br {
    display: none;
  }
  img.leftalign {
    float: none;
  }
  img.rightalign {
    float: none;
  }
  #topNav li .searchForm.active {
    width: 160px;
  }
  .heroSlider .slideBox {
    padding: 20px;
    max-width: 100%;
  }
  .heroSlider #heroSlider li .wrap {
    padding: 60px 0 100px;
  }
  .heroSlider .slideBox h2 {
    font-size: 36px;
  }
  .productSections section .col-row:nth-child(odd) .col.two .sectionImage {
    float: left;
  }
  .productSections section .col-row .col.two .sectionImage {
    margin-top: 40px;
  }
  .productSections section .col-row {
    margin: 20px -10px 20px;
  }
  .innerChild {
    padding: 0;
  }
  .page-template-page-markets .pageWrap,
  .page-template-page-products .pageWrap {
    padding-top: 0;
  }
  .featuredServices .serviceOverlay {
    position: fixed;
    overflow-y: auto;
    height: 100%;
  }
  .innerPage h1 {
    font-size: 35px;
    word-break: break-word;
  }

.news-mod{
	width: 100%;
    float: left;
	margin-bottom: 20px;
}
	
	.news-mod2{
	width: 100%;
    float: left;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 479px) {
#slides {
    height: 250px;
    overflow: hidden;
}
	
	li.slide {
    height: 250px;
}
  .heroSlider .slideBox {
background: rgba(27, 66, 154,1);
   padding: 20px;
   max-width: 100%;
   margin-top: 35%;
   margin-top: 35vh;
}

.heroSlider #heroSlider li {

   background-position: 0 25%;
   background-repeat: no-repeat;
   background-size: 100%;
}

.heroSlider #heroSlider {
    list-style: none;
    padding: 30px 0;
    margin: 0;
    width: 100%;
    float: left;
}

.footerColumn2 {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    float: left;
}
  .list-box {width:100%}
.key{width:100%}

      .imgpg img {
        margin: 30px 0px;
    max-width: 100%;
}

    .active-sub{
    display: block !important;
    position: relative 
  }
  .featuredServices .servicesRow .serviceWrap {
    float: left;
    width: 100%;
  }

  .home .pageWrap {
    padding-top: 0px;
}
	
	  .heroSlider .slideBox {
    padding: 20px;
    max-width: 100%;
 
  }
	
	.heroSlider #heroSlider li .wrap {
    padding: 20px 0 10px;
}
	.headerBanner {
    height: 300px;
    background-size: cover;
}
}
@media screen and (max-width: 769px) {
	
.heroSlider .slideBox {

  margin-top: 34%;
  margin-top: 34vh;

}
      .headerBanner {
    height: 300px;
}


  .grown-menu{
  height: 800px !important;
}
.bannerBox {

  top: 320px;
font-size: 1.5em;
}
}


.gfield_error {padding-top:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; background:none !important; border: none !important}
.gform_wrapper .field_description_below .gfield_description {padding-top:0 !important}
#field_1_4.gfield_error,
#field_2_5.gfield_error,
#field_3_5.gfield_error,
#field_4_5.gfield_error{ margin-top:8px !important}
.validation_error{border:0 !important; margin:0 !important;padding:0}

.gform_wrapper input[type="text"], 
.gform_wrapper input[type="password"], 
.gform_wrapper input[type="file"], 
.gform_wrapper input[type="search"], 
.gform_wrapper input[type="email"], 
.gform_wrapper textarea, 
.gform_wrapper select{ border:1px solid #c5c5c5; margin: 0}
.gform_wrapper input[type="submit"]{ border: 2px solid #143787;
    display: block;
    font-size: 15px;
    height: 43px;
    letter-spacing: 2px;
    line-height: 43px;
    margin: 0 auto;
    text-align: center;
    width: 179px !important;
	color:#fff;
	background:#143787}
.gform_wrapper input[type="submit"]:hover{background: #000}
.gform_wrapper .gfield_label{ left:0; padding-left:0}

#gform_submit_button_1 {
    font-family: 'minerva-modern' , sans-serif;
    font-size: 20px;
    color: #fff;
	line-height:4px;
    font-weight: 700;
    border: 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 20px;
    background: #1d5fa2;
    background: -moz-linear-gradient(top, #144b91 1%, #318ecc 100%);
    background: -webkit-linear-gradient(top, #144b91 1%, #318ecc 100%);
    background: linear-gradient(to bottom, #144b91 1%, #318ecc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#144b91', endColorstr='#318ecc', GradientType=0);
}

.page-id-2403 .page_gf{ display: none}



.alm_loadmore { font-family: 'minerva-modern' , sans-serif !important;
font-size: 20px !important;
color: #fff !important;
font-weight: 700 !important;
border: 0 !important;
display: inline-block !important;
text-decoration: none !important;
text-transform: uppercase !important;
padding: 8px 20px !important;
background: #1d5fa2 !important;
background: -moz-linear-gradient(top, #144b91 1%, #318ecc 100%) !important;
background: -webkit-linear-gradient(top, #144b91 1%, #318ecc 100%) !important;
background: linear-gradient(to bottom, #144b91 1%, #318ecc 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#144b91', endColorstr='#318ecc', GradientType=0) !important;
}
.alm_loadmore.loading { padding: 8px 20px 8px 50px !important;}
.alm_loadmore.done {display: none !important}
.alm-listing .alm-reveal {
    outline: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.address-box a.more-link {
	display: block; max-width:165px; margin: 12px 0;
}

.page-id-1502478 .headerBanner,
.page-id-1502483 .headerBanner,
.page-id-1502478 .headerBanner,
.page-id-1502491 .headerBanner {height:auto} 
.page-id-1502478 .innerPage,
.page-id-1502491 .innerPage,
.page-id-1502478 .innerPage { padding-top: 110px;}
.page-id-1502478 .bannerBox2,
.page-id-1502491 .bannerBox2,
.page-id-1502483 .bannerBox2 {position: static}
@media (max-width: 1192px) {
    .page-id-1502478 .innerPage,
	.page-id-1502491 .innerPage,
    .page-id-1502483 .innerPage{ padding-top: 130px;}
}












/* new pennaholt page */
.markets.row1 .col.two.txtpg {
  float: left;
  margin-right: 40px;
  width: 520px;
}
.markets.row1 .col.two a {
  border: 2px solid #2c53b0;
  padding: 19px;
  font-size: 16px;
  line-height: 24px;
  width: 92%;
  color: #646464 !important;
  margin: 0 0 0 -13px;
  display: block;
}
.markets.row1 .col.two a br {
  display: none;
}
.markets.row1 .col.two a:hover {
  background: #2c53b0;
  color: #fff !important;
}
.markets.row1 .imgpg img {
  width: 574px;
}
.markets.row2 .col.two {
  float: right;
  margin-left: 80px;
  width: 520px;
}
.page-template-pennaholt .imgpg img {
  width: 100%;
}
.page-template-pennaholt .bannerBox {
  top: 650px;
}
.holtSec2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.holtSec2 .overlayContent {
  position: absolute;
  padding: 70px 70px 30px 70px;
  text-align: center;  
  background: rgba(2,64,184,0.85);
  max-width: 1106px;
  width: 100%;
}
.holtSec2 .overlayContent a {
  color: #fff;
  font-size: 38px;
  line-height: 51px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'minerva-modern', sans-serif;
  text-decoration: none;
  letter-spacing: 3.5px;
}
.holtSec2 .overlayContent a span {
  display: inline-block
}
.holtSec2 .overlayContent a span svg {
  display: block;
  margin-top: 20px;
  fill: #fff;
  width: 127px;
  height: 127px;
}
.holtSec2 .overlayContent a:hover,
.holtSec2 .overlayContent a:hover span svg {
  fill: #E480AD;
  color: #E480AD;
}
.page-template-pennaholt #fading-1 {
  margin-bottom: 15px;
}
.page-template-pennaholt #fading-1 .txtpg {
  margin-top: 47px;
}
.page-template-pennaholt #fading-1 .txtpg h3 {
  margin-bottom: 14px;
}
.page-template-pennaholt #fading-1 .txtpg strong {
  margin-bottom: -15px;
  display: block;
}

.page-template-pennaholt #fading-3 {
  margin-top: 83px;
}
.page-template-pennaholt #fading-3 h3 {
  font-size: 34px;
  margin: 29px 0 0;
}
.page-template-pennaholt #fading-3 h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'minerva-modern', sans-serif;
  font-weight: normal;
  margin: 37px 0 17px 0;
}
.page-template-pennaholt #fading-3 ul {
  margin: 0 0 25px 39px;
}
#fading-4 {
  opacity: 1;
  transform: translateY(0);
  margin: 160px 0 0 0;
}
#fading-4 .col .col {
  margin: 50px 0 0 -60px;
}
@media (min-width: 1800px) {  
  .page-template-pennaholt #banners-1 {
    height: 571px;
    margin: 77px auto 0;
    background-size: 100%;
  }
}
@media (max-width: 1700px) {
  .page-template-pennaholt .headerBanner {
    height: 520px;
  }
  .page-template-pennaholt .bannerBox {
    top: 510px;
  }
}
@media (max-width: 1280px) {
  .page-template-pennaholt .headerBanner {
    height: 400px;
  }
  .page-template-pennaholt .bannerBox {
    top: 400px;
  }
  .holtSec2 .overlayContent a {
    font-size: 32px;
    line-height: 40px;
    max-width: 800px;
  }
  .holtSec2 {
    display: block;
  }
  .holtSec2 .overlayContent {
    max-width: 100%;
    position: static;
    width: 100%;
  }
  
}
@media (max-width: 1080px) {
  .page-template-pennaholt .headerBanner {
    max-height: 400px;
  }
  .page-template-pennaholt .bannerBox {
    top: 400px;
  }
}
@media (max-width: 1060px) { 
  .markets.row1 .imgpg img {
    max-width: 40%;
  }
  #fading-1 .imgpg img {
    max-width: 45%;
  }
  #fading-4  .imgpg img {
    max-width: 40%;
  }
  #fading-4 {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .markets.row1 .col.two.txtpg {
    width: 100%;
    float: none;
    margin: 0;
  }
  #fading-4 {
    margin: 0;
  }
  .markets.row2 .col.two {
    width: 100%;
    margin: 0;
  }
  #fading-4 .imgpg img,
  .markets.row1 .imgpg img {
    max-width: 100%;
  }
  #fading-4 .col .col {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .page-template-pennaholt .headerBanner {
    background-size: cover
  }
  #fading-4 .col .col {
    margin: 0;
  }
  #fading-1 .imgpg img {
    margin:10px;
    width: auto;
    max-width: calc(100% - 20px);
  } 
  .markets.row1 .col.two a {
    width: 100%;
    margin: 0;
  }
  #fading-3 .imgpg img,
  #fading-4 .imgpg img {
    width: auto;
    margin: 10px;
  }
  .holtSec2 .overlayContent a {
    font-size: 22px;
    line-height: 30px;
  }
  .holtSec2 .overlayContent {
    padding: 30px;
  }
  .holtSec2 .overlayContent a span {
    max-width: 60px;
    margin: 0 auto;
    display: block;
  }
  .holtSec2 .overlayContent a span svg {
    width: 100%;
    height: 100%;
  }
  .page-template-pennaholt #fading-3 {
    margin-top: 15px;
  }
}
#fading-3 h3 sub {
  font-size: 22px;
}
.videoframe {
  width: 1000px;
  height: 563px;
}
.page-template-pennaholt p sub,
#fading-3 p sub {
	font-size: 10px;
	vertical-align: sub;
	font-size: smaller;
}

@media (max-width:767px) {
	.imgdownpdf {
		position: static !important;
		margin: 20px 10px 0 20px 
	}
}
