.sk-circle {
  margin: 25px auto 0 auto;
  width: 70px;
  height: 70px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.services-wrapper {
	padding: 50px 0;
}
.service-wrapper {
	float: left;
	padding: 0 30px;
	text-align: center;
	width: 50%;
}
.service-wrapper h3 {
	font-size: 16px !important;
}
@media all and (min-width: 768px) {
	.service-wrapper {
		width: 50%;
	}
}
@media all and (min-width: 1024px) {
	.service-wrapper {
		padding: 0 30px;
		width: 20%;
	}
	.service-wrapper h3 {
		font-size: 17px;
	}
}
#menu-item-1722 > .sub-menu {
	box-shadow: 0 0 7px rgba(0, 0, 0, .3) !important;
	left: inherit !important;
	right: inherit !important;
}
#menu-item-1722 .sub-menu li {
	display: block !important;
	width: auto !important;
}
#menu-item-1722 .sub-menu a {
	line-height: 35px !important;
}

body.page-template-template-2-col .site-content .text-side {
	float: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 50px;
	width: 47.5%;
}

body.page-template-template-2-col .site-content .text-side .text-side-inner {
	padding: 37px 20px 37px 45px;
}

body.page-template-template-2-col .site-content .form-side {
	float: right;
	width: 47.5%
}

body.page-template-template-2-col .form-side input:not([type=submit]):not([type=file]) {
	padding: 10px 0;
	width: 100%;
}

@media all and (max-width: 768px) {
	body.page-template-template-2-col .site-content .text-side, body.page-template-template-2-col .site-content .form-side {
		float:none;
		width:100%
	}
}
a, blockquote, body, button, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, input, legend, li, object, ol, p, pre, select, span, textarea, ul{margin:0;padding:0;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
article, aside, details, figcaption, figure, footer, header, nav, section{display:block}
audio, canvas, video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
svg:not(:root){overflow:hidden}
html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
button, html, input, select, textarea{font-family:sans-serif}
blockquote, q{quotes:none}
blockquote:after, blockquote:before, q:after, q:before{content:'';content:none}
a{text-decoration:none;background:0 0}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
ol, ul{list-style:none}
a:active, a:hover, label:active, label:focus{outline:0}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}
fieldset{border:none}
button, input, select, textarea{font-size:100%;vertical-align:baseline}
textarea{overflow:auto;min-height:30px;max-height:400px;resize:vertical}
input[type=checkbox], input[type=radio]{box-sizing:border-box;padding:0;vertical-align:middle}
button, html input[type=button], input[type=reset], input[type=submit]{-webkit-appearance:button;cursor:pointer}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
button[disabled], input[disabled]{cursor:default}
button::-moz-focus-inner, input::-moz-focus-inner{border:0;padding:0}
small{font-size:85%}
strong, th{font-weight:700}
td, td img{vertical-align:top}
sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
h1, h2, h3, h4, h5, h6{font-weight:400;margin:0}
.clearfix:after, .clearfix:before, .container:after, .container:before, .f-row:after, .f-row:before, .nav:after, .nav:before, .widget:after, .widget:before{content:"";display:table}
.clearfix:after, .container:after, .f-row:after, .nav:after, .widget:after{clear:both}
.debug{border:1px dotted red !important}
.hidden{display:none;visibility:hidden}
.no-marg, .no-margin{margin:0 !important}
.no-pad, .no-padding{padding:0 !important}
.no-margin-left{margin-left:0 !important}
.no-margin-right{margin-right:0 !important}
.no-margin-bottom{margin-bottom:0 !important}
.no-bg{background:0 0 !important}
.no-bd, .no-border{border:none !important}
.f-left, .fl-l{float:left !important}
.f-right, .fl-r{float:right !important}
.f-none, .fl-none{float:none !important}
.a-center{text-align:center}
.a-left{text-align:left}
.a-right{text-align:right}
.clear{clear:both !important}
.width-auto{width:auto !important}
.empty-menu{display:none}
.row1{background:#fff}
.hr{height:1px;font:0/0 serif;border-bottom:1px dotted #888;margin:15px 0}
.zs{width:225px;display:inline-block;position:relative;color:grey;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}
.zs select{position:absolute;z-index:-1;opacity:.00000001;cursor:pointer;font:400 15px/25px 'Open Sans', sans-serif;color:grey;border-radius:0;border:1px solid #c5c5c7}
.zs select[style="display: none;"] + .zs-text{display:none}
.zs.zs-open .zs-drop{display:block;z-index:1}
.zs.zs-open .zs-btn{margin-top:-5px;opacity:.5}
.zs.zs-open-top .zs-drop{top:auto;bottom:100%}
.zs.zs-multiple:not(.zs-multiple-drop) .zs-drop{display:block;position:static}
.zs.zs-placeholder-active .zs-text{color:rgba(255, 255, 255, .5)}
.zs.zs-disabled{opacity:.4}
.zs.zs-disabled .zs-text:hover{cursor:default}
.zs.zs-native-menu select{width:100%;height:100%;position:absolute;z-index:auto}
.zs.zs-native-menu .zs-btn, .zs.zs-native-menu .zs-text{z-index:-1}
@media (max-width:600px){.zs{width:100%}
}
.zs-text{display:block;padding:4px 30px 4px 2px;border-bottom:3px solid #c5c5c7;position:relative;font-size:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;-webkit-transition:color, .3s, border-color, .3s;-moz-transition:color, .3s, border-color, .3s;-ms-transition:color, .3s, border-color, .3s;transition:color, .3s, border-color, .3s}
.zs-btn, .zs-text:after{content:"";width:12px;height:12px;margin:-16px 0 0 0;border-right:3px solid #c5c5c7;border-bottom:3px solid #c5c5c7;position:absolute;top:80%;right:4px;-webkit-transition:border-color, .3s;-moz-transition:border-color, .3s;-ms-transition:border-color, .3s;transition:border-color, .3s;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
@media (max-width:600px){.zs-text{border:1px solid #c5c5c7;padding:13px 40px 13px 11px}
.zs-btn, .zs-text:after{border-right-width:4px;border-left-width:4px;top:70%;right:15px}
}
.zs-btn{margin-top:-15px;right:-35px;cursor:pointer;-webkit-transition:margin-top .3s;-ms-transition:margin-top .3s;transition:margin-top .3s;font-size:12px;text-indent:-3px;letter-spacing:1px}
.zs-drop{display:none;min-width:100%;max-height:350px;border:1px solid #373C3B;border-top:none;position:absolute;top:100%;left:0;overflow:auto;background:#343537}
.zs-drop-item{padding:12px 20px;border-bottom:1px solid #373C3B;font-size:20px;color:#fff;cursor:pointer;-webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s}
.zs-drop-item:hover{color:#3ec7c2;background:#364445}
.zs-drop-item.zs-drop-disabled, .zs-touch .zs-drop-item{color:#fff;background:0 0}
.zs-drop-item:last-child{border-bottom:none}
.zs-drop-item.zs-active:not(.zs-drop-disabled){color:#3ec7c2;background:#364445}
.zs-drop-item.zs-item-focus:not(.zs-drop-disabled){background:rgba(54, 68, 69, .5)}
.zs-drop-item.zs-drop-inoptgroup{padding-left:30px}
.zs-drop-item.zs-drop-placeholder{color:rgba(255, 255, 255, .5)}
.zs-drop-item.zs-drop-disabled{opacity:.4;cursor:default}
.zs-drop-optgroup{padding:12px 12px 6px;border-bottom:1px solid #525355;font-size:20px;font-weight:700;font-style:italic}
html{height:100%;background:#fff}
body{font:12px/1.2 'Open Sans', sans-serif;color:#4d4d4d;height:100%;width:100%}
input, select, textarea{color:#4d4d4d;font-size:12px;font-family:'Open Sans', sans-serif}
a{color:#0071c7}
a:link{-webkit-tap-highlight-color:#9dcd39}
a:hover{color:#9dcd39}
::-moz-selection{color:#fff;background:#9dcd39}
::selection{color:#fff;background:#9dcd39}
a, button, input{-webkit-transition:color .3s, background-color .3s;-moz-transition:color .3s, background-color .3s;-ms-transition:color .3s, background-color .3s;transition:color .3s, background-color .3s}
.wrapper{overflow:hidden}
.frame{max-width:1200px;margin:0 auto}
@media only screen and (max-width:1200px){.frame{padding:0 3%}
}
.site-content{padding:70px 0 90px}
@media only screen and (max-width:980px){.site-content{padding:40px 0 40px}
}
@media only screen and (max-width:768px){.site-content{padding:30px 0 35px}
}
.page-template-page-testimonials .site-content {padding-bottom: 0;}
.site-content .main-title{margin-bottom:50px}
@media only screen and (max-width:980px){.site-content .main-title{margin-bottom:40px}
}
@media only screen and (max-width:768px){.site-content .main-title{margin-bottom:25px}
}
.section-title{color:#b9b9bb;font:800 15px 'Open Sans', sans-serif;margin:0 0 5px;text-transform:uppercase;text-align:center}
.section-title:after, .section-title:before{content:"/";margin:0 10px;font-weight:600}
.section-title.alt{color:#40bae8}
@media only screen and (max-width:530px){.section-title{font-size:14px}
}
.main-title, h1{font:700 40px 'Open Sans', sans-serif;color:#004679;text-align:center;margin:0 0 25px}
.main-title.alt, h1.alt{color:#fff}
@media only screen and (max-width:980px){.main-title, h1{font-size:34px}
}
@media only screen and (max-width:768px){.main-title, h1{font-size:28px}
}
@media only screen and (max-width:530px){.main-title, h1{font-size:22px}
}
.btn{display:inline-block;background:#40bae8;border-radius:0;cursor:pointer;color:#fff;font:700 22px/51px 'Roboto Slab', serif;padding:0 33px;text-transform:none;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;transition:all .4s}
.btn:hover{color:#fff;background:#9dcd39}
.btn svg{display:inline-block;width:19px;height:15px;fill:#fff;margin-left:5px;position:relative;top:1px;left:10px}
@media only screen and (max-width:768px){.btn{padding:0 20px;font-size:16px;line-height:41px}
.btn svg{left:5px;margin-left:0;width:18px;height:14px}
}
@media only screen and (min-width:1025px){.inner-nav{border-top:solid 5px #87b133;color:#fff;text-transform:uppercase;background:#9dcd39;text-align:center}
.inner-nav ul{display:inline-block;font:0/0 a}
.inner-nav li{display:inline-block}
.inner-nav a{color:#fff;font:700 18px/65px 'Open Sans', sans-serif;border-right:solid 1px #87b133;padding:0 60px;display:block;-webkit-transform:skew(-15deg);-moz-transform:skew(-15deg);-ms-transform:skew(-15deg);transform:skew(-15deg)}
.inner-nav a.active, .inner-nav a:hover{background:#87b133}
.inner-nav a span{display:block;-webkit-transform:skew(15deg);-moz-transform:skew(15deg);-ms-transform:skew(15deg);transform:skew(15deg)}
.inner-nav .current-menu-item a{background:#87b133}
.inner-nav.anchor-nav a{padding:0 21px}
.inner-nav li:first-child a{border-left:solid 1px #87b133}
.sticky-inner{position:fixed;top:90px;left:0;width:100%;z-index:100}
}
@media only screen and (min-width:1025px) and (max-width:1024px){.inner-nav a{font:700 16px/50px 'Open Sans', sans-serif}
}
@media only screen and (max-width:1024px){.inner-nav{display:none}
}
.content{font:400 15px/25px 'Open Sans', sans-serif;max-width:850px}
.content .main-title, .content h1{text-align:left;margin:0 0 10px}
.content h3{color:#0071c7;font:800 17px 'Open Sans', sans-serif;text-transform:uppercase}
.content dl, .content h3, .content ol, .content p, .content ul{margin:0 0 25px}
.content ul li{padding:0 0 10px 22px;position:relative}
.content ul li:last-child{padding-bottom:0}
.content ul li:before{content:"";position:absolute;top:10px;left:1px;width:7px;height:7px;background:#9dcd39;border-radius:3px}
.content ol{margin-left:10px;padding-left:20px}
.content ol li{padding:0 0 10px 5px;position:relative;list-style:decimal}
.content ol li:last-child{padding-bottom:0}
.content dt{display:inline;font-weight:700;color:#0071c7}
.content dd{display:inline}
.content dd:after{content:"";display:block;height:10px}
.content blockquote{background:#f2f2f2;padding:4.5% 5.88%;color:#075da0;font:600 22px/32px 'Open Sans', sans-serif;text-align:center;margin:35px 0}
.content blockquote p{color:#075da0}
.content blockquote p:last-child{margin:0}
@media only screen and (max-width:530px){.content blockquote{padding:30px 30px;font:600 18px/24px 'Open Sans', sans-serif}
}
.content table{border-collapse:collapse;width:100%;font:400 15px 'Open Sans', sans-serif;margin:35px 0;color:#4d4d4d}
.content tr:nth-child(even){background:#f2f2f2}
.content th{border:solid 1px #3e7aa8;text-align:left;background:#075da0;padding:10px 10px 10px 28px;color:#fff;font:400 22px 'Open Sans', sans-serif}
.content td{border:solid 1px #e0e0e1;text-align:left;padding:8px 10px 8px 28px}
.content .alignleft{float:left;margin:0 20px 5px 0}
.content .alignright{float:right;margin:0 0 5px 20px}
@media only screen and (max-width:530px){.content{font:400 14px/20px 'Open Sans', sans-serif}
.content dl, .content h3, .content ol, .content ul{margin:0 0 20px}
.content h3{font-size:16px}
.content table{font:400 13px 'Open Sans', sans-serif}
.content th{font:400 15px 'Open Sans', sans-serif;padding:5px 5px 5px 10px}
.content td{padding:5px 5px 5px 10px}
}
.main-left{float:left;max-width:none;width:100%;margin-left:-350px;padding-left:350px}
img{max-width:100%;}
.inner-wrap{max-width:930px;width:96%;margin:0 auto;}
.col2-layout .col{width:50%;display:inline-block;float:left;margin-bottom:40px;}
.col2-layout .col:nth-child(odd){padding-right:15px;}
.col2-layout .col:nth-child(even){padding-left:15px;}
.col2-layout .col .img-holder{position:relative;}
.col2-layout .col .caption{position:absolute;bottom:0;padding:10px;font-size:18px;color:#fff;width:100%;display:table;height:60px;background:rgba(0, 0, 0, 0.7);}
.col2-layout .caption span{display:table-cell;vertical-align:middle;}
.col2-layout .col a:hover span{background:rgba(0, 0, 0, 0.9);}
.col2-layout .col a{display:block;}
.two-col-layout .col{width:50%;display:inline-block;float:left;vertical-align:top;}
.case-studies-single dt,
.case-studies-single dt strong,
.case-studies-single dd,
.case-studies-single p{font-size:16px;color:#4d4d4d;line-height:1.7;padding-bottom:10px;font-weight:400 !important;}
.case-studies-single .two-col-layout .col.left{padding-right:40px;}
.case-studies-single .two-col-layout .col.right{padding-left:40px;border-left:1px solid #dcdcdc;}
.case-studies-single .two-col-layout .col.left img{width:100%;height:auto;margin-bottom:20px;}
.title-style1{font-size:30px;color:#004679;padding-bottom:30px;font-weight:bold;text-align:left;}
.title-style2{font-size:22px;text-transform:uppercase;color:#4d4d4d;padding-bottom:10px;font-weight:bold;}
@media only screen and (max-width:768px){.main-left{padding:0;margin:0 0 50px;float:none}
}
.btn-back{font:400 14px 'Roboto Slab', serif;color:#9f9f9f;display:inline-block;margin-bottom:5px}
.btn-back:hover{color:#40bae8}
.download-link{display:inline-block;position:relative;top:-15px;margin:0 0 10px;font:700 14px 'Roboto Slab', serif;color:#9dcd39}
.download-link svg{fill:#9dcd39;width:23px;height:21px;margin-left:10px;position:relative;top:2px;-webkit-transition:fill, .4s;-moz-transition:fill, .4s;-ms-transition:fill, .4s;transition:fill, .4s}
.download-link:hover{color:#0071c7}
.download-link:hover svg{fill:#0071c7}
.sidebar{width:292px;float:right}
@media only screen and (max-width:768px){.sidebar{display:none}
}
.sidebar h2{text-transform:uppercase;font:800 17px 'Open Sans', sans-serif;color:#40bae8;margin:0 0 12px}
.side-nav{margin:26px 0 0;background:#f2f2f2;padding:20px 5px 10px 22px;font:700 18px/30px 'Roboto Slab', serif}
@media only screen and (max-width:768px){.side-nav{display:none}
}
.side-nav h2{margin:0 0 23px}
.side-nav a{background-size:15px 12px;border-bottom:solid 1px #a4c9e4;display:inline-block;margin-bottom:12px;color:#075da0}
.side-nav a svg{width:15px;height:12px;fill:#075da0;margin-left:10px;-webkit-transition:color, .4s;-moz-transition:color, .4s;-ms-transition:color, .4s;transition:color, .4s}
.side-nav a:hover svg{fill:#9dcd39}
.side-nav a:hover{color:#9dcd39}
.header .logo {
  display: table-cell;
  vertical-align: middle;
  width: 290px;
}
.header .frame{padding:0}
.header > .frame {
  padding: 10px 0;
}
@media only screen and (max-width:1024px){.header{box-shadow:0 2px 7px rgba(0, 0, 0, .15)}
}
@media only screen and (max-width:768px){.header{height:120px}
}
.topbar {
  background: #f0f0f0;
}
.watchwire {
  background: #f0f0f0;
  color: #9f9f9f;
  font: 400 14px 'Roboto Slab', serif;
  text-align: right;
}
.watchwire a{color:#9f9f9f;margin:0 3px}
.watchwire a.link-login{font-weight:700;color:#0071c7}
.watchwire a:hover{color:#40bae8}
.watchwire img{display:inline-block}
@media only screen and (max-width:1024px){.watchwire{border-bottom:solid 1px #c2c2c2;text-align:right;font-size:13px;line-height:30px;float:none;margin:0;height:auto;-webkit-transform:skew(0);-moz-transform:skew(0);-ms-transform:skew(0);transform:skew(0)}
.watchwire img{display:inline;margin:0 5px;width:88px;vertical-align:baseline;position:relative;top:1px}
}
.h-contacts {
  font: 400 14px/13px 'Roboto Slab', serif;
  color: #ababab;
  display: table-cell;
  width: 175px;
  vertical-align: middle;
}
.h-contacts a, .h-contacts span{display:inline-block;color:#ababab}
.h-contacts a:hover{color:#40bae8}
.h-contacts .phone{color:#0071c7;font-weight:700;border-right:solid 1px #ababab;padding-right:8px;margin-right:5px;position:relative}
.h-contacts .icon-phone{position:absolute;left:-21px;top:-3px}
.h-contacts .icon-phone svg{fill:#0071c7;width:12px;height:19px}
@media only screen and (max-width:768px){.h-contacts{text-align:right;margin:27px 70px 0 0}
.h-contacts .phone{padding:0;margin:0;border:none}
.h-contacts .email{display:block;margin-top:10px}
}
@media only screen and (max-width:530px){.two-col-layout .col,
.col2-layout .col{display:block;width:100%;}
.col2-layout .col:nth-child(even){padding-left:0;}
.col2-layout .col:nth-child(odd){padding-right:0;}
.case-studies-single .two-col-layout .col.right{padding-left:0;border:none transparent;}
.h-contacts{display:none}
}
.menu-toggle{display:none;position:absolute;top:28px;right:20px;cursor:pointer}
.menu-toggle svg{width:34px;height:32px;fill:#9dcd39}
@media only screen and (max-width:768px){.menu-toggle{display:block}
}
.main-nav {
  color: #ababab;
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}
.main-nav a{display:inline-block;color:#ababab;padding:0 25px;text-transform:uppercase;font:800 14px/40px 'Open Sans', sans-serif}
.main-nav a:hover{color:#9dcd39}
@media only screen and (max-width:1200px){.main-nav a{padding:0 15px}
}
.main-nav .current-menu-item a, .main-nav .current-menu-parent a{color:#9dcd39}
.main-nav .nav-menu > li{display: inline-block;font:0/0 a}
.main-nav .nav-menu > li:after, .main-nav .nav-menu > li:first-child:before{content:"";display:inline-block;width:1px;height:13px;-webkit-transform:skew(-10deg);-moz-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg);background:#ababab}
.main-nav .nav-menu > li:hover .sub-menu{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.main-nav .nav-menu .sub-menu{position:absolute;z-index:2;background:#fff;border:solid 1px #ccc;font-size:13px;box-shadow:0 0 7px rgba(0, 0, 0, .3);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:scale, .4s;-moz-transition:scale, .4s;-ms-transition:scale, .4s;transition:scale, .4s;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}
.main-nav .nav-menu .sub-menu a{color:#7c7b7b;display:block;line-height:35px}
.main-nav .nav-menu .sub-menu a:hover{color:#9dcd39}
.main-nav .nav-menu .sub-menu .current-menu-item a{color:#9dcd39}
.main-nav .nav-menu .sub-menu li:first-child a{padding-top:5px}
.main-nav .nav-menu .sub-menu li:last-child a{padding-bottom:5px}
@media only screen and (max-width:768px){.main-nav{margin:0 20px 0 0;position:absolute;width:100%;top:-21px;left:-400px;text-align:left}
.main-nav a{display:block;font-size:15px;line-height:50px;position:relative;z-index:11}
.main-nav .nav-menu{display:none;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;box-shadow:0 4px 8px -4px rgba(0, 0, 0, .3)}
.main-nav .nav-menu > li{float:none;border-top:solid 1px #e7e7e7}
.main-nav .nav-menu > li:first-child{border-top:none}
.main-nav .nav-menu > li:after, .main-nav .nav-menu > li:before{display:none !important}
.main-nav .nav-menu > li.open-mobile:after{border-top-color:#9dcd39 !important}
.main-nav .nav-menu > li.open-mobile > a{color:#9dcd39}
.main-nav .nav-menu > li.open-mobile .sub-menu{max-height:800px}
.main-nav .nav-menu > li.menu-item-has-children{position:relative}
.main-nav .nav-menu > li.menu-item-has-children:after{content:"";position:absolute;display:block !important;-webkit-transform:skew(0);-moz-transform:skew(0);-ms-transform:skew(0);transform:skew(0);background:0 0;top:21px;right:14px;z-index:10;width:0;height:0;border-top:solid 9px #ababab;border-left:solid 9px transparent;border-right:solid 9px transparent}
.main-nav .nav-menu > li > a:after, .main-nav .nav-menu > li > a:before{content:'/';font-weight:400;margin:0 14px}
.main-nav .nav-menu .sub-menu{position:relative;box-shadow:none;max-height:0;overflow:hidden;border:none;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.main-nav .nav-menu .sub-menu li:first-child{border-top:solid 1px #ccc}
.main-nav .nav-menu .sub-menu a{font-size:14px;line-height:35px}
.main-nav.toggled-on .nav-menu{display:block;position:absolute;top:77px;width:100%;background:#fff;z-index:10}
}
@media only screen and (min-width:1025px){.sticky-body{padding-top:210px}
.sticky-body.not-nav{padding-top:145px}
.border{border-bottom:solid 5px #87b133}
.sticky-head{position:fixed!important;top:0;left:0;right:0;background:#fff;z-index:101}
}
.footer{background:#0c406e;color:#fff;font:400 14px/16px 'Open Sans', sans-serif}
.footer a{color:#fff}
.footer a:hover{color:#9dcd39}
.color-line{margin-left:25%;padding-left:25%;background:#0071c7;height:6px}
.color-line:after, .color-line:before{content:"";float:left;width:50%;height:6px;background:#40bae8}
.color-line:after{background:#9dcd39}
.footer-main{background:#004679;padding:44px 0 30px}
@media only screen and (max-width:530px){.footer-main{padding-top:30px}
}
.f-box-l{float:left;width:185px}
.f-box-l h3{color:#9dcd39;font:600 15px 'Open Sans', sans-serif;margin-bottom:20px;text-transform:uppercase}
.f-box-l h3:before{content:"/";margin-right:10px}
.f-box-l h3:after{content:"/";margin-left:10px}
.f-box-l address{font-style:normal;margin-bottom:16px}
.f-box-l .social-links{margin-top:27px}
.f-box-l .social-links a{display:inline-block;width:40px;height:40px;border-radius:20px;border:solid 4px #0071c7;position:relative;margin-right:8px;-webkit-transition:border-color, .4s;-moz-transition:border-color, .4s;-ms-transition:border-color, .4s;transition:border-color, .4s}
.f-box-l .social-links a svg{position:absolute;top:50%;left:50%;width:19px;height:19px;fill:#0071c7;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1);-webkit-transition:fill, .4s;-moz-transition:fill, .4s;-ms-transition:fill, .4s;transition:fill, .4s}
.f-box-l .social-links a:hover{border-color:#9dcd39}
.f-box-l .social-links a:hover svg{fill:#9dcd39}
.f-box-l .social-links .tw{border-color:#40bae8}
.f-box-l .social-links .tw svg{fill:#40bae8}
@media only screen and (max-width:1024px){.f-box-l{width:50%}
}
@media only screen and (max-width:530px){.f-box-l{width:100%;padding:0;text-align:center}
.f-box-l .f-contact{padding:30px 0 0}
.f-box-l .social-links{margin-top:25px}
}
.f-box-r{float:right;font:700 18px/30px 'Roboto Slab', serif}
.f-box-r a{background-size:15px 12px;border-bottom:solid 1px #0071c7;display:inline-block;margin-bottom:14px}
.f-box-r a svg{width:15px;height:12px;fill:#0071c7;margin-left:10px;-webkit-transition:color, .4s;-moz-transition:color, .4s;-ms-transition:color, .4s;transition:color, .4s}
.f-box-r a:hover svg{fill:#9dcd39}
@media only screen and (max-width:1024px){.f-box-r{width:50%;padding-left:5%}
}
@media only screen and (max-width:530px){.f-box-r{width:100%;padding:0;text-align:center}
}
.f-nav{overflow:hidden}
.f-nav .nav-menu{display:table;width:100%}
.f-nav .nav-menu > li{display:table-cell;padding-right:7%}
.f-nav .nav-menu > li:nth-child(1){width:36%;padding-left:7%}
.f-nav .nav-menu > li:nth-child(2){width:38%}
.f-nav .nav-menu > li:nth-child(3){width:26%}
.f-nav .nav-menu > li > a{color:#9dcd39;font:600 15px 'Open Sans', sans-serif;text-transform:uppercase}
.f-nav .nav-menu > li > a:before{margin-right:10px}
.f-nav .nav-menu > li > a:after{margin-left:10px}
.f-nav .nav-menu > li > a:hover{color:#40bae8}
.f-nav .nav-menu > li.current-menu-item > a{color:#40bae8}
.f-nav .nav-menu ul{margin-top:20px}
.f-nav .nav-menu ul li{margin-bottom:16px}
.f-nav .nav-menu ul .current-menu-item a{color:#9dcd39}
@media only screen and (max-width:1024px){.f-nav{display:none}
}
.footer-bottom{padding:13px 0 45px;line-height:14px}
.footer-bottom .copy{float:left}
.footer-bottom .f-nav-bot{float:right}
.footer-bottom .f-nav-bot li{float:left;padding:0 9px;border-right:solid 1px #3f526b}
.footer-bottom .f-nav-bot li:last-child{padding-right:0;border-right:0}
.footer-bottom .f-nav-bot li.current_page_item a{color:#40bae8}
@media only screen and (max-width:768px){.footer-bottom{font-size:13px;text-align:center;padding-top:23px}
.footer-bottom .copy{float:none;margin-bottom:10px}
.footer-bottom .f-nav-bot{float:none;display:inline-block}
}
.form{background:#f2f2f2;border:solid 1px #e9e9ea;padding:37px 40px 40px;font:400 15px 'Open Sans', sans-serif}
.form.form-content{max-width:570px}
.form h2{color:#075da0;font:700 32px 'Open Sans', sans-serif;text-transform:uppercase}
.form p{margin-bottom:20px}
.form .f-row{margin-bottom:15px}
.form input[type=email], .form input[type=password], .form input[type=text], .form select, .form textarea{width:100%;border-radius:0;border:solid 1px #e4e4e4;font:400 15px 'Open Sans', sans-serif;padding:14px 14px 14px 24px;display:block;margin:2px 0 0}
.form textarea{height:126px}
.form input[type=submit]{display:inline-block;background:#40bae8 url(images/ico-arrow-input.png) no-repeat 82% 55%;border:0;border-radius:0;cursor:pointer;color:#fff;font:700 22px/51px 'Roboto Slab', serif;padding:0 65px 0 25px;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;transition:all .4s}
.form input[type=submit][disabled=disabled]{background-color:#aaa !important}
.form input[type=submit]:hover{color:#fff;background-color:#9dcd39}
@media only screen and (max-width:980px){.form{padding:30px 30px}
.form h2{font-size:26px}
.form input[type=email], .form input[type=password], .form input[type=text], .form select, .form textarea{padding:10px 10px 10px 18px}
}
@media only screen and (max-width:530px){.form{padding:30px 15px;font-size:14px}
.form h2{font-size:22px;margin-bottom:12px}
.form input[type=email], .form input[type=password], .form input[type=text], .form select, .form textarea{padding:10px 10px 10px 18px}
.form .clearfix{padding-top:15px}
}
div.wpcf7-response-output{margin:20px 0 0;background:#fff}
/**/.valign-middle{display:table-cell;vertical-align:middle;}
.home-banner{height:832px;width:100%;display:table;color:#004679;position:relative;clear:both;font-size:30px;}
.home-banner ul{display:inline-block;text-align:left;margin-bottom:20px;font-size:10px}
.home-banner li{font-size:10px;}
.home-banner .banner-slider{background-color:black;position:relative;padding:0 45px;margin:40px 0 65px} 
.home-banner .banner-item{padding:49% 0 0}
.home-banner .banner-item img{max-width:90%;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1)}
.home-banner .owl-next, .home-banner .owl-prev{display:block;width:16px;height:24px;position:absolute;top:50%;margin-top:-12px}
.home-banner .owl-next svg, .home-banner .owl-prev svg{position:absolute;width:100%;height:100%;fill:#b9b9bb}
.home-banner .owl-next:hover svg, .home-banner .owl-prev:hover svg{fill:#9dcd39}
.home-banner .owl-prev{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}
.home-banner .owl-next{right:0}
.video-holder{float:left;margin-right:20px;border:10px solid #ccc;border-radius:10px;background:#FFF;width:360px;position:relative;}
.video-holder .icon-play{background:url('images/play-icon-dark.png');position:absolute;top:50%;z-index:3;left:50%;width:70px;height:48px;margin-top:-30px;margin-left:-24px;}
.video-holder:hover .icon-play{background:url('images/play-icon-full-color.png');}
.video-holder img{width:100%;}

/**/.home-banner strong{font-weight:800;margin-right:30px}
.home-banner strong:after{display:inline-block;position:relative;top:5px;left:21px;content:"";width:1px;height:47px;background:#40bae8;-webkit-transform:skew(-17deg);-moz-transform:skew(-17deg);-ms-transform:skew(-17deg);transform:skew(-17deg)}
@media only screen and (max-width:1200px){.home-banner{height:650px;font:28px/52px 'Open Sans', sans-serif}
.home-banner ul{padding-left:20px;height:212px;}
.home-banner strong:after{height:30px;}
.home-banner strong{font-weight:600;}
}
@media only screen and (max-width:1024px){.home-banner{padding:100px 0;height:auto;}
.home-banner ul{padding:0 0 30px 20px;}
}
@media only screen and (max-width:980px){.home-banner .video-holder{float:none;border:8px solid #ccc;border-radius:8px;width:320px;margin:5px auto 30px auto;}
.home-banner ul{padding:0 0 10px 0;height:auto;display:block;text-align:center;}
}
@media only screen and (max-width:768px){.home-banner strong{display:block;margin:0}
.home-banner strong:after{display:none}
.home-banner ul{padding:0 0 20px;text-align:center;display:block;}
.home-banner li{padding-bottom:10px;text-align:center;}
.home-banner{font:28px/35px 'Open Sans', sans-serif;}
}
@media only screen and (max-width:530px){.home-banner{padding:37px 0 39px;font:18px/28px 'Open Sans', sans-serif}
.home-banner strong{font-size:26px}
}
@media only screen and (max-width:420px){.home-banner .video-holder{width:290px;}
}
.icon-scroll{position:absolute;left:50%;bottom:0;text-align:center;font:12px/10px 'Open Sans', sans-serif;overflow:hidden;height:52px;-webkit-transform:translateX(-50%) translateY(0) scale(1);-moz-transform:translateX(-50%) translateY(0) scale(1);-ms-transform:translateX(-50%) translateY(0) scale(1);transform:translateX(-50%) translateY(0) scale(1)}
.icon-scroll svg{display:block;margin:10px auto 0;width:33px;height:62px;fill:#fff}
@media only screen and (max-width:768px){.icon-scroll{display:none}
}
.service-item li a{font-weight:700;color:#4d4d4d;}
.service-item li a:hover{color:#9dcd39;}
.our-services-block{background-color:#f2f2f2;padding:68px 0 86px}
.our-services-block .services-list{position:relative;height:930px;}
.our-services-block .service-item{position:absolute;width:50%;height:170px;text-align:center;padding-top:20px;font:400 15px/25px 'Open Sans', sans-serif;}
.our-services-block .service-item .img-wrap{position:absolute;top:0;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.our-services-block .service-item .img-wrap .img{border-radius:63px;background:#004679;border:solid 5px #a1d7f3;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.our-services-block .service-item .img-wrap img{display:block;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.our-services-block .service-item .img-wrap:before{content:"";background:#c4c4c4;position:absolute;left:50%;width:1px;height:160px}
.our-services-block .service-item .img-wrap:after{content:"";background:#9dcd39;position:absolute;left:60px;width:7px;height:7px;border-radius:3px}
.our-services-block .item-1{left:0;top:0;padding-right:175px}
.our-services-block .item-1 .img-wrap{right:20px;z-index:5;}
.our-services-block .item-1 .img-wrap:before{top:126px}
.our-services-block .item-1 .img-wrap:after{top:202px}
.our-services-block .item-2{left:0;top:285px;padding-right:175px}
.our-services-block .item-2 .img-wrap{right:20px}
.our-services-block .item-2 .img-wrap:before{top:126px;height:280px;}
.our-services-block .item-2 .img-wrap:after{top:202px;}
.our-services-block .item-3{left:0;top:680px;padding-right:175px;}
.our-services-block .item-3 .img-wrap{right:20px;}
.our-services-block .item-3 .img-wrap:before{width:290px;height:1px;left:5px;top:8%;transform:rotate(-45deg);}
.our-services-block .item-3 .img-wrap:after{left:170px;top:-16px;}
.our-services-block .item-4{right:0;top:500px;padding-left:175px;}
.our-services-block .item-4 .img-wrap{left:20px}
.our-services-block .item-4 .img-wrap:before{top:-230px;height:300px;}
.our-services-block .item-4 .img-wrap:after{top:-110px;}
.our-services-block .item-5{right:0;top:285px;padding-left:175px}
.our-services-block .item-5 .img-wrap{left:20px}
.our-services-block .item-5 .img-wrap:before{top:-160px}
.our-services-block .item-5 .img-wrap:after{top:-82px}
.our-services-block .item-6{right:0;top:100px;padding-left:175px;}
.our-services-block .item-6 .img-wrap{left:20px;top:75px;}
.our-services-block .item-6 .img-wrap:before{width:160px;height:1px;left:-78px;top:-20px;transform:rotate(45deg);}
.our-services-block .item-6 .img-wrap:after{left:-15px;top:-36px;}
.our-services-block .count-slide{display:none}
.our-services-block h3{color:#0071c7;font:800 17px/25px 'Open Sans', sans-serif;margin:0 0 10px;text-transform:uppercase}
@media only screen and (max-width:1200px){.our-services-block{padding:40px 0 50px}
.our-services-block .frame{padding:0 !important}
.our-services-block .services-list{height:auto;margin-bottom:20px}
.our-services-block .service-item{position:static;padding:0;width:auto;height:auto;border-top:solid 2px #c4c4c4;margin-top:62px}
.our-services-block .service-item:after, .our-services-block .service-item:before{content:"";background:#9dcd39;position:absolute;top:59px;width:8px;height:8px;border-radius:3px}
.our-services-block .service-item:before{left:24%}
.our-services-block .service-item:after{right:24%}
.our-services-block .service-item.start-slide:after, .our-services-block .service-item.start-slide:before{display:none}
.our-services-block .service-item .img-wrap{position:relative;left:0;display:inline-block;margin-top:-64px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;transition:all .3s}
.our-services-block .item-6 .img-wrap{top:0;}
.our-services-block .service-item .img-wrap:after, .our-services-block .service-item .img-wrap:before{display:none}
.our-services-block .service-item img{width:auto}
.our-services-block .service-item .txt{max-width:500px;margin:0 auto;padding:0 30px}
.our-services-block .prev-serv{z-index:1}
.our-services-block .prev-serv .img-wrap{background:#fff;top:0;left:50%}
.our-services-block .prev-serv .img{opacity:.5}
.our-services-block .next-serv{z-index:1}
.our-services-block .next-serv .img-wrap{background:#fff;top:0;left:-50%}
.our-services-block .next-serv .img{opacity:.5}
.our-services-block .count-slide{display:block;color:#b9b9bb;font:700 15px 'Open Sans', sans-serif;padding:5px 0 9px}
.our-services-block h3{font-size:17px}
.our-services-block .txt{max-height:none}
}
@media only screen and (max-width:530px){.our-services-block{padding:27px 0 40px}
.our-services-block .service-item{font:400 14px/20px 'Open Sans', sans-serif}
}
.who-are-you-block{background:#f2f2f2;padding:73px 0 93px}
.who-are-you-block .count-slide{display:none}
@media (max-width:830px){.who-are-you-block{padding:50px 0 60px}
.who-are-you-block .count-slide{display:block;font:700 15px 'Open Sans', sans-serif;color:#b9b9bb;padding-bottom:15px;text-align:center}
}
@media only screen and (max-width:530px){.who-are-you-block{padding:30px 0 40px}
}
.who-are-you-list{margin:20px -3px 35px}
.who-are-you-list .owl-next, .who-are-you-list .owl-prev{display:none;width:32px;height:32px;position:absolute;top:50%;margin-top:-13px}
.who-are-you-list .owl-next svg, .who-are-you-list .owl-prev svg{position:absolute;top:3px;left:10px;width:12px;height:26px;fill:#fff}
@media (max-width:830px){.who-are-you-list{margin:0 -3px 7px}
.who-are-you-list .owl-next, .who-are-you-list .owl-prev{display:block}
.who-are-you-list .owl-prev{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}
.who-are-you-list .owl-next{right:0}
}
@media only screen and (max-width:530px){.who-are-you-list{margin:0 0 10px}
}
.who-are-you-item{padding:3px;float:left;width:33.3%;position:relative}
.who-are-you-item .who-are-you-wrap{position:relative;padding-top:72%;overflow:hidden;display:block}
.who-are-you-item .who-are-you-wrap:before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:rgba(0, 70, 121, .5) url(images/overlay.png) repeat}
.who-are-you-item img{height:100%;display:block;position:absolute;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1);-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;transition:all .4s}
.who-are-you-item h3{color:#fff;position:absolute;top:50%;left:0;z-index:2;text-align:center;width:100%;padding:0 15px;font:700 27px/29px 'Open Sans', sans-serif;text-shadow:1px 1px 1px rgba(0, 0, 0, .75);text-transform:uppercase;-webkit-transform:translateX(0) translateY(-50%) scale(1);-moz-transform:translateX(0) translateY(-50%) scale(1);-ms-transform:translateX(0) translateY(-50%) scale(1);transform:translateX(0) translateY(-50%) scale(1)}
@media (max-width:830px){.who-are-you-item{width:100%}
}
@media only screen and (max-width:530px){.who-are-you-item{padding:0}
}
.who-are-you-item:hover img{-webkit-transform:translateX(-50%) translateY(-50%) scale(1.2);-moz-transform:translateX(-50%) translateY(-50%) scale(1.2);-ms-transform:translateX(-50%) translateY(-50%) scale(1.2);transform:translateX(-50%) translateY(-50%) scale(1.2)}
.market-block{background:url(images/bg-market-update.png) no-repeat 50% 50%;background-size:cover;color:#dff4ff;padding:65px 0 80px}
.nl-wrap{padding:13px 0 0}
.nl-wrap .img{float:left;width:48.6%;margin-right:4%}
.nl-wrap .img img{max-width:100%;box-shadow:3px 3px 3px rgba(0, 0, 0, .15)}
.nl-wrap .nl-form{overflow:hidden;font:400 15px/25px 'Open Sans', sans-serif}
.nl-wrap .nl-form p{margin:0 20px 15px 0}
.nl-wrap .market-subtitle{padding:0 20px 20px 0;margin-bottom:30px;border-bottom:solid 1px #40bae8;font:400 22px/32px 'Open Sans', sans-serif;letter-spacing:2px;color:#ecf2f9}
.nl-wrap .pardotform{width:100%;height:150px}
@media only screen and (max-width:980px){.market-block{padding:50px 0 10px}
.nl-wrap .market-subtitle{padding:0 0 20px}
}
@media only screen and (max-width:768px){.nl-wrap{padding:0}
.nl-wrap .img{display:none}
.nl-wrap .nl-form{text-align:center}
.nl-wrap .nl-form p{margin:0 0 25px}
.nl-wrap .market-subtitle{text-align:center}
}
@media only screen and (max-width:530px){.market-block .main-title{margin:0 12px 25px}
.market-block .frame{padding:0}
.nl-wrap .nl-form{font:400 14px/20px 'Open Sans', sans-serif}
.nl-wrap .nl-form p{margin:0 12px 25px}
.nl-wrap .market-subtitle{display:none}
}
@media only screen and (max-width:400px){.market-block .pardotform{height:120px}
}
.case-studies{padding:65px 0 80px;background-repeat:no-repeat;background-size:cover;background-position:50% 100%;position:relative}
.case-studies:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 50, 87, .65) url(images/overlay.png) repeat 0 0}
.case-studies .frame{position:relative;z-index:1;text-align:center}
.case-studies .case-study-list{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.case-studies .case-study-item{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;margin:0 0 80px;padding:20px 18px 55px;box-shadow:inset 0 0 0 200px #fff;border:solid 10px rgba(116, 217, 255, .15);width:27%;position:relative}
.case-studies .case-study-item:after{content:"";position:absolute;width:0;height:0;border-left:30px solid transparent;border-right:30px solid transparent;border-top:45px solid rgba(116, 217, 255, .15);bottom:-55px;left:50%;-webkit-transform:translateX(-50%) translateY(0) scale(1);-moz-transform:translateX(-50%) translateY(0) scale(1);-ms-transform:translateX(-50%) translateY(0) scale(1);transform:translateX(-50%) translateY(0) scale(1)}
@media (min-width:769px){.case-studies .case-study-item:first-child:after{border-left:26px solid transparent;border-right:26px solid rgba(116, 217, 255, .15);border-top:22px solid rgba(116, 217, 255, .15);border-bottom:22px solid transparent;bottom:-54px;left:auto;right:10px;-webkit-transform:translateX(0) translateY(0) scale(1);-moz-transform:translateX(0) translateY(0) scale(1);-ms-transform:translateX(0) translateY(0) scale(1);transform:translateX(0) translateY(0) scale(1)}
.case-studies .case-study-item:last-child:after{border-right:26px solid transparent;border-left:26px solid rgba(116, 217, 255, .15);border-top:22px solid rgba(116, 217, 255, .15);border-bottom:22px solid transparent;bottom:-54px;left:10px;-webkit-transform:translateX(0) translateY(0) scale(1);-moz-transform:translateX(0) translateY(0) scale(1);-ms-transform:translateX(0) translateY(0) scale(1);transform:translateX(0) translateY(0) scale(1)}
}
.case-studies .case-study-item h3{font:400 22px/28px 'Open Sans', sans-serif;color:#004679}
.case-studies .case-study-item .cs-more{font:700 14px 'Roboto Slab', serif;color:#9dcd39;position:absolute;left:50%;bottom:20px;-webkit-transform:translateX(-50%) translateY(0) scale(1);-moz-transform:translateX(-50%) translateY(0) scale(1);-ms-transform:translateX(-50%) translateY(0) scale(1);transform:translateX(-50%) translateY(0) scale(1)}
.case-studies .case-study-item .cs-more:hover{color:#40bae8}
@media only screen and (max-width:980px){.case-studies .case-study-item{width:30%}
.case-studies .case-study-item h3{font-size:18px}
}
@media only screen and (max-width:768px){.case-studies .case-study-list{display:block}
.case-studies .case-study-item{width:100%;margin-bottom:48px}
.case-studies .case-study-item:after{border-left:24px solid transparent;border-right:24px solid transparent;border-top:32px solid rgba(116, 217, 255, .15);bottom:-42px}
.case-studies .case-study-item h3{font-size:17px;line-height:26px}
.case-studies .owl-dots{text-align:center;padding-bottom:20px}
.case-studies .owl-dot{width:10px;height:10px;border-radius:5px;background:#979ea3;display:inline-block;margin:0 5px}
.case-studies .owl-dot.active{background:#fff}
}
@media only screen and (max-width:530px){.case-studies{padding:35px 0 37px}
.case-studies .frame{padding:0}
}
.our-clients{padding:60px 0 75px}
.our-clients .logos-slider{position:relative;padding:0 45px;margin:40px 0 65px}
.our-clients .logo-item{padding:49% 0 0}
.our-clients .logo-item img{max-width:90%;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1)}
.our-clients .owl-next, .our-clients .owl-prev{display:block;width:16px;height:24px;position:absolute;top:50%;margin-top:-12px}
.our-clients .owl-next svg, .our-clients .owl-prev svg{position:absolute;width:100%;height:100%;fill:#b9b9bb}
.our-clients .owl-next:hover svg, .our-clients .owl-prev:hover svg{fill:#9dcd39}
.our-clients .owl-prev{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}
.our-clients .owl-next{right:0}
@media only screen and (max-width:768px){.our-clients{padding:45px 0 50px}
.our-clients .logos-slider{margin:20px 0 45px;padding:0 35px}
.our-clients .frame{padding:0 15px}
}
@media only screen and (max-width:530px){.our-clients{padding:20px 0 30px}
.our-clients .frame{padding:0 5px}
.our-clients .logos-slider{margin-bottom:25px;padding:0 30px}
}
@media only screen and (max-width:768px){.post-pages .frame{padding:0}
}
.post-item{padding:46px 0 0;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.post-item:first-child{padding:0}
.post-item .img{width:32.9%;position:relative;-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:0 1 30%;-ms-flex:0 1 30%;flex:0 1 32.9%;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto}
.post-item .img:before{content:"";position:absolute;z-index:1;width:100%;height:100%;-webkit-transition:box-shadow .4s;-moz-transition:box-shadow .4s;-ms-transition:box-shadow .4s;transition:box-shadow .4s}
.post-item .img:after{content:"";position:absolute;top:25px;right:0;z-index:2;width:0;height:0;border-top:solid 16px #075da0;border-right:solid 16px #075da0;border-bottom:solid 16px transparent;border-left:solid 16px transparent}
.post-item .img img{width:100%}
.post-item a.img:hover:before{box-shadow:inset 0 0 0 4px #40bae8, inset 0 0 15px 5px #40bae8}
.post-item .txt{background:#075da0;color:#fff;padding:35px 5.6% 35px 6.1%;font:400 15px/25px 'Open Sans', sans-serif;-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:0 1 67.1%;-ms-flex:0 1 67%;flex:0 1 67.1%;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}
.post-item .txt.txt-wide{-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%}
.post-item .txt .count-slide{display:none}
.post-item .txt h2{font:700 22px 'Open Sans', sans-serif;color:#40bae8;margin-bottom:15px}
.post-item .txt dd, .post-item .txt ol, .post-item .txt p, .post-item .txt ul{padding:0 0 20px}
.post-item .txt dd:last-child, .post-item .txt ol:last-child, .post-item .txt p:last-child, .post-item .txt ul:last-child{padding-bottom:0}
.post-item .txt dt{float:left;clear:left;font:800 17px/23px 'Open Sans', sans-serif;color:#40bae8;padding-right:6px;text-transform:uppercase;padding-bottom:2px}
.post-item .txt a{color:#40bae8}
.post-item .txt a:hover{color:#9dcd39}
.post-item .txt .author{color:#40bae8;font-size:17px;padding:26px 0 0;position:relative}
.post-item .txt .author:before{content:"";position:absolute;top:0;left:0;width:70px;height:6px;background:#004679}
.post-item .txt .name{font-weight:800;text-transform:uppercase}
.post-item .txt .position{font-style:italic}
@media only screen and (max-width:768px){.post-item{display:block}
.post-item .img{float:none;display:block;width:100%}
.post-item .img:after{top:auto;bottom:0;right:auto;left:50%;border-top:none;border-bottom:solid 28px #075da0;border-right:solid 22px transparent;border-left:solid 22px transparent;-webkit-transform:translateX(-50%) translateY(0) scale(1);-moz-transform:translateX(-50%) translateY(0) scale(1);-ms-transform:translateX(-50%) translateY(0) scale(1);transform:translateX(-50%) translateY(0) scale(1)}
.post-item .txt{padding-top:22px;padding-bottom:28px;font:400 14px/20px 'Open Sans', sans-serif}
.post-item .txt h2{font-size:20px}
.post-item .txt .count-slide{font:700 15px 'Open Sans', sans-serif;display:block;text-align:center;padding-bottom:12px}
.post-item .txt .author{font-size:16px}
}
.wp-pagenavi{padding:30px 0 0;text-align:center;font:700 16px/28px 'Open Sans', sans-serif}
.top-nav .wp-pagenavi{padding:0 0 20px;margin:-10px 0 0;display:none}
@media only screen and (max-width:768px){.top-nav .wp-pagenavi{display:block}
}
.wp-pagenavi a, .wp-pagenavi span{border:solid 1px #1aa6db;background:#40bae8;color:#fff;min-width:28px;padding:0 5px;display:inline-block;border-radius:8px;margin:0 3px;-webkit-transition:border-radius .4s;-moz-transition:border-radius .4s;-ms-transition:border-radius .4s;transition:border-radius .4s}
.wp-pagenavi span{border-color:#87b133;background:#9dcd39}
.wp-pagenavi a:hover{border-radius:0}
.become-client .text-side{float:left;width:47.5%;background:#075da0;color:#fff;font:300 18px/28px 'Open Sans', sans-serif}
.become-client .text-side .text-side-inner{padding:37px 20px 37px 45px}
.become-client .text-side h2{font:700 32px 'Open Sans', sans-serif;text-transform:uppercase;margin:0 0 10px}
.become-client .text-side address{display:block;margin:0 0 6px;font-style:normal}
.become-client .text-side .phone{white-space:nowrap;margin-right:15px}
.become-client .text-side .fax{white-space:nowrap}
.become-client .text-side img{width:100%;height:auto;display:block}
.become-client .form-side{float:right;width:47.5%}
@media only screen and (max-width:980px){.become-client .frame{padding:15px}
.become-client .text-side .text-side-inner{padding:30px 15px 20px 30px}
.become-client .text-side h2{font-size:26px}
}
@media only screen and (max-width:768px){.become-client .frame{padding:0}
.become-client .form-side, .become-client .text-side{float:none;width:100%}
.become-client .text-side{font:300 16px/24px 'Open Sans', sans-serif}
.become-client .text-side .fax, .become-client .text-side .phone{display:block}
}
@media only screen and (max-width:530px){.become-client .text-side{font:300 14px/20px 'Open Sans', sans-serif}
.become-client .text-side .text-side-inner{padding:24px 15px 22px}
.become-client .text-side h2{font-size:22px}
.become-client .form-side input[type=submit]{float:none !important}
}
.single-page{padding:50px 0 90px}
.single-page .subtitle{font:italic 14px 'Open Sans', sans-serif;color:#6a6a6a;margin:-5px 0 30px}
.single-page .featured-img{padding-bottom:13px}
.single-page .featured-img img{display:block;max-width:100%;height:auto}
.share-btns{padding-bottom:30px}
.share-btns > span{float:left}
.share-btns .stButton{margin:0 5px 8px 0;font:0/0 a;vertical-align:top}
.share-btns .stButton > span > span:first-child{margin:0;padding:0;border:0;width:32px;height:32px;background:#364854 url(images/share-btns.png) no-repeat 0 0 !important;border-radius:0;display:inline-block;vertical-align:top}
.share-btns .stButton > span > span:first-child > *{display:none}
.share-btns .stButton .stArrow{display:inline-block;vertical-align:top;height:32px;margin:0 0 0 11px;padding:0;background:0 0}
.share-btns .stButton .stArrow .stHBubble{padding:0;margin:0;border:none;height:32px}
.share-btns .stButton .stArrow .stHBubble .stBubble_hcount{background:#e1e2e2;height:32px;display:inline-block;padding:0 11px;font:700 14px/32px 'Open Sans', sans-serif;color:#222;position:relative}
.share-btns .stButton .stArrow .stHBubble .stBubble_hcount:before{content:"";position:absolute;left:-6px;top:12px;border-right:solid 6px #e1e2e2;border-top:solid 4px transparent;border-bottom:solid 4px transparent}
.share-btns .st_tumblr_hcount .stButton > span > span:first-child{background-position:0 0 !important}
.share-btns .st_facebook_hcount .stButton > span > span:first-child{background-position:-35px 0 !important}
.share-btns .st_twitter_hcount .stButton > span > span:first-child{background-position:-70px 0 !important}
.share-btns .st_email_hcount .stButton > span > span:first-child{background-position:-105px 0 !important}
.share-btns .st_sharethis_hcount .stButton > span > span:first-child{background-position:-140px 0 !important}
.cur-jobs{padding:50px 0 0}
@media only screen and (max-width:530px){.cur-jobs{padding:30px 0 0}
}
.cur-job-list li{padding:25px 0 0 !important}
.cur-job-list li:first-child{padding:10px 0 0 !important}
.cur-job-list li:before{display:none}
.cur-job-list li h3{font:800 17px 'Open Sans', sans-serif;text-transform:uppercase}
.filters-block{margin:-10px 15px 14px}
@media only screen and (max-width:768px){.filters-block{margin:20px 15px 40px;padding:0 20px}
}
@media (max-width:600px){.filters-block{padding:0 10px;margin:10px 15px 20px}
}
.filter-box{margin:0 0 5px 48px;vertical-align:top;position:relative;float:left}
.filter-box:before{content:"";position:absolute;top:1px;left:-25px;width:1px;height:30px;background:#c5c5c7;-webkit-transform:rotate(20deg);-moz-transform:rotate(20deg);-ms-transform:rotate(20deg);transform:rotate(20deg);filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=.9396926207859084, M12=-.3420201433256687, M21=.3420201433256687, M22=.9396926207859084);zoom:1}
.filter-box:first-child{margin-left:0}
.filter-box:first-child:before{display:none}
@media only screen and (max-width:1024px){.filter-box:last-child{margin-top:20px;margin-left:0;clear:both}
.filter-box:last-child:before{display:none}
}
@media only screen and (max-width:768px){.filter-box .zs{width:125px}
.filter-box:first-child .zs{width:170px}
}
@media (max-width:600px){.filter-box{float:none;max-width:350px;margin-left:0}
.filter-box .zs{width:100%}
.filter-box:first-child .zs{width:100%}
.filter-box:before{display:none}
}
.filter-box .filter-clear{font:400 15px/25px 'Open Sans', sans-serif;color:grey;padding-right:23px;position:relative;-webkit-transition:color, .4s;-moz-transition:color, .4s;-ms-transition:color, .4s;transition:color, .4s}
@media (max-width:600px){.filter-box .filter-clear{padding-left:12px}
}
.filter-box .filter-clear:after, .filter-box .filter-clear:before{content:"";width:1px;height:15px;background:grey;position:absolute;top:5px;right:5px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=.7071067811865476, M12=.7071067811865475, M21=-.7071067811865475, M22=.7071067811865476);zoom:1;-webkit-transition:background, .4s;-moz-transition:background, .4s;-ms-transition:background, .4s;transition:background, .4s}
.filter-box .filter-clear:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=.7071067811865476, M12=-.7071067811865475, M21=.7071067811865475, M22=.7071067811865476);zoom:1}
.filter-box .filter-clear:hover{color:#9dcd39}
.filter-box .filter-clear:hover:after, .filter-box .filter-clear:hover:before{background:#9dcd39}
.filter-box input[type=text]{display:block;width:225px;padding:2px 40px 2px 2px;border:none;border-bottom:3px solid #c5c5c7;height:29px;position:relative;font-size:15px;overflow:hidden;-webkit-transition:color, .3s, border-color, .3s;-moz-transition:color, .3s, border-color, .3s;-ms-transition:color, .3s, border-color, .3s;transition:color, .3s, border-color, .3s}
@media (max-width:600px){.filter-box input[type=text]{border:1px solid #c5c5c7;padding:13px 40px 13px 11px;height:auto;width:100%}
}
.filter-box input[type=submit]{background:url(images/search.png) no-repeat 3px 0;border:none;position:absolute;top:0;right:0;width:29px;height:29px;font:0/0 a}
@media (max-width:600px){.filter-box input[type=submit]{width:50px;height:50px;background-position:13px 12px}
}
.filter-box input[type=submit]:hover{background:url(images/search.png) no-repeat 3px -50px}
@media (max-width:600px){.filter-box input[type=submit]:hover{background-position:13px -38px}
}
.blog-list{font:0/0 a;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
.blog-list > h3{text-align:center;width:100%;padding:20px 0}
@media only screen and (max-width:530px){.blog-list{display:block}
}
.sidebar .blog-list{display:block}
.blog-list .box{background:#f2f2f2;-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:0 1 32.9%;-ms-flex:0 1 32.5%;flex:0 1 32.5%;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;margin:0 0 7px .65%;border:solid 1px #e9e9ea;position:relative;padding-bottom:60px}
.blog-list .box:nth-child(3n-2){margin-left:0}
@media only screen and (max-width:980px){.blog-list .box{-webkit-flex:0 1 49.5%;-ms-flex:0 1 49.1%;flex:0 1 49.1%;margin-left:0 !important}
.blog-list .box:nth-child(even){margin-left:1% !important}
}
@media only screen and (max-width:530px){.blog-list .box{-webkit-flex:inherit;-ms-flex:inherit;flex:inherit;display:block;width:100%}
.blog-list .box:nth-child(even){margin-left:0 !important;margin-bottom:9px}
}
.sidebar .blog-list .box{flex:inherit;margin:0 0 12px !important;width:100%}
.blog-list .img{display:block;position:relative}
.blog-list .img:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:box-shadow, .3s;-moz-transition:box-shadow, .3s;-ms-transition:box-shadow, .3s;transition:box-shadow, .3s}
.blog-list .img:hover:before{box-shadow:inset 0 0 15px #0071c7}
.blog-list .img img{width:100%;height:auto;display:block}
.blog-list .date{position:absolute;top:0;right:0;z-index:2;color:#fff;background:#40bae8;width:59px;height:55px;font:700 18px/20px 'Roboto Slab', serif;text-align:center;padding:7px 11px 0}
.blog-list .date.date-blue{background:#40bae8}
.blog-list .date.date-green{background:#9dcd39}
.blog-list .txt{padding:25px 4% 0 5.57%}
.blog-list .category{color:#b9b9bb;font:800 15px 'Open Sans', sans-serif;text-transform:uppercase;padding-bottom:8px}
@media only screen and (max-width:530px){.blog-list .category{font-size:13px}
}
.blog-list .category:before{content:"/";margin-right:7px;font-weight:400}
.blog-list .category:after{content:"/";margin-left:6px;font-weight:400}
.blog-list h3{font:800 17px/27px 'Open Sans', sans-serif;text-transform:uppercase}
@media only screen and (max-width:530px){.blog-list h3{font:800 14px/18px 'Open Sans', sans-serif}
}
.blog-list .event-info{display:table;width:100%;color:#4d4d4d;font:400 15px/20px 'Open Sans', sans-serif;margin:15px 0 0}
@media only screen and (max-width:768px){.blog-list .event-info{font:400 12px/15px 'Open Sans', sans-serif}
}
.blog-list .event-info .event-loc{display:table-cell;padding-left:28px;position:relative;width:50%}
.blog-list .event-info .event-loc svg{width:13px;height:21px;fill:#9dcd39;position:absolute;left:2px;top:-1px}
@media only screen and (max-width:768px){.blog-list .event-info .event-loc svg{top:-3px}
}
.blog-list .event-info .event-date{display:table-cell;padding-left:35px}
.blog-list .event-info .ico-date{padding-bottom:15px;position:relative}
.blog-list .event-info .ico-date svg{width:17px;height:19px;fill:#9dcd39;position:absolute;left:-28px;top:-1px}
@media only screen and (max-width:768px){.blog-list .event-info .ico-date svg{top:-3px}
}
.blog-list .event-info .ico-time{position:relative}
.blog-list .event-info .ico-time svg{width:17px;height:19px;fill:#9dcd39;position:absolute;left:-27px;top:-1px}
@media only screen and (max-width:768px){.blog-list .event-info .ico-time svg{top:-3px}
}
.blog-list .excerpt{font:italic 14px 'Open Sans', sans-serif;color:#6a6a6a;padding:5px 0}
@media only screen and (max-width:530px){.blog-list .excerpt{font-size:12px}
}
.blog-list .blog-links{position:absolute;bottom:-1px;left:-1px;right:-1px;background:#075da0;height:44px;font:700 14px/44px 'Roboto Slab', serif;padding:0 0 0 5.8%}
.blog-list .blog-links .more{color:#9dcd39}
.blog-list .blog-links .more svg{width:19px;height:10px;margin-left:10px;fill:#0c406e;-webkit-transition:fill, .5s;-moz-transition:fill, .5s;-ms-transition:fill, .5s;transition:fill, .5s}
.blog-list .blog-links .more:hover{color:#fff}
.blog-list .blog-links .more:hover svg{fill:#fff}
.blog-list .blog-links .download{position:absolute;top:0;right:0;width:44px;height:44px}
.blog-list .blog-links .download svg{fill:#9dcd39;width:24px;height:22px;margin:11px 0 0 11px;-webkit-transition:fill, .4s;-moz-transition:fill, .4s;-ms-transition:fill, .4s;transition:fill, .4s}
.blog-list .blog-links .download:hover svg{fill:#fff}
.btn-box{padding:30px 0 0}
.event-info-single{margin:0 0 20px}
.event-info-single li{position:relative;padding-left:30px !important}
.event-info-single li:before{display:none}
.event-info-single li svg{position:absolute;fill:#9dcd39}
.event-info-single .event-loc svg{width:15px;height:23px;left:4px;top:1px}
.event-info-single .event-date svg{width:19px;height:21px;left:0;top:3px}
.event-info-single .event-time svg{width:19px;height:21px;left:1px;top:2px}
.wwd-site-content{padding:70px 0 0}
@media only screen and (max-width:980px){.wwd-site-content{padding:40px 0 0}
}
@media only screen and (max-width:768px){.wwd-site-content{padding:30px 0 0}
}
.txt-subtitle{color:#40bae8;font:400 22px/32px 'Open Sans', sans-serif;text-align:center;margin:-40px auto 35px;max-width:800px}
@media only screen and (max-width:768px){.txt-subtitle{margin:-20px 25px 30px;font:400 18px/26px 'Open Sans', sans-serif}
}
@media only screen and (max-width:530px){.txt-subtitle{margin:-20px 16px 30px;font:400 16px/20px 'Open Sans', sans-serif}
}
.what-we-do{position:relative;min-height:677px;padding:39px 0 90px;background:#e6e7e9}
.what-we-do .frame{position:relative;z-index:1}
@media only screen and (max-width:980px){.what-we-do{padding:39px 0 40px}
}
@media only screen and (max-width:768px){.what-we-do{min-height:0;padding:0 0 35px;box-shadow:0 0 16px rgba(0, 0, 0, .33)}
}
.bg-what-we-do{position:absolute;width:100%;height:677px;top:0;overflow:hidden}
.bg-what-we-do img{position:absolute;top:50%;left:50%;min-width:100.5%;min-height:100%;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1)}
@media only screen and (max-width:768px){.bg-what-we-do{display:none}
}
.wwd-menu{float:left;width:368px;background:#004679;position:relative;z-index:1;box-shadow:0 0 20px #011f35;cursor:pointer}
.wwd-menu .wwd-menu-item{background:#004679;border-top:solid 1px #40bae8;color:#40bae8;height:97px;position:relative;display:block}
.wwd-menu .wwd-menu-item:first-child{border:none}
.wwd-menu .wwd-menu-item img{position:absolute;top:50%;left:49px;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1)}
.wwd-menu .wwd-menu-item .txt{font:800 17px 'Open Sans', sans-serif;text-transform:uppercase;position:absolute;top:50%;left:0;width:100%;padding:0 10px 0 98px;-webkit-transform:translateX(0) translateY(-50%) scale(1);-moz-transform:translateX(0) translateY(-50%) scale(1);-ms-transform:translateX(0) translateY(-50%) scale(1);transform:translateX(0) translateY(-50%) scale(1)}
.wwd-menu .wwd-menu-item.active, .wwd-menu .wwd-menu-item:hover{background:#0071c7}
.wwd-menu .wwd-menu-item.active .txt, .wwd-menu .wwd-menu-item:hover .txt{color:#fff}
.wwd-menu .wwd-menu-item.active{background:#0071c7}
.wwd-menu .wwd-menu-item.active .txt{color:#fff}
.wwd-menu .wwd-menu-item.active:before{content:"";width:57px;height:51px;background:#0071c7;border:solid 1px #40bae8;position:absolute;top:21px;right:-29px;-webkit-transform:rotate(58deg) skew(25deg);-moz-transform:rotate(58deg) skew(25deg);-ms-transform:rotate(58deg) skew(25deg);transform:rotate(58deg) skew(25deg);z-index:-1;box-shadow:0 0 20px #011f35}
.wwd-menu .wwd-menu-item.active:first-child:before{top:22px}
@media only screen and (max-width:980px){.wwd-menu{width:280px}
.wwd-menu .wwd-menu-item img{left:40px}
.wwd-menu .wwd-menu-item .txt{padding-left:85px;font-size:15px;letter-spacing:1px}
}
@media only screen and (max-width:768px){.wwd-menu{display:none}
}
.wwd-list{overflow:hidden;background:#fff;min-height:582px;padding:37px 47px 30px 51px;font:400 15px/25px 'Open Sans', sans-serif}
.wwd-list .wwd-descr, .wwd-list .wwd-title{display:none}
.wwd-list .wwd-item.active .wwd-descr{display:block}
.wwd-list h2{font:700 27px 'Open Sans', sans-serif;letter-spacing:1px;color:#075da0;margin:0 0 26px;text-transform:uppercase}
.wwd-list img{max-width:100%;height:auto}
@media only screen and (max-width:768px){.wwd-list{padding:0;min-height:auto}
.wwd-list .wwd-title{display:block;background:#004679;cursor:pointer;color:#40bae8;border-bottom:solid 1px #40bae8;position:relative;height:86px}
.wwd-list .wwd-title:after, .wwd-list .wwd-title:before{content:"";background:#40bae8;position:absolute;top:50%;-webkit-transform:translateX(0) translateY(-50%) scale(1);-moz-transform:translateX(0) translateY(-50%) scale(1);-ms-transform:translateX(0) translateY(-50%) scale(1);transform:translateX(0) translateY(-50%) scale(1)}
.wwd-list .wwd-title:before{width:3px;height:19px;right:19px}
.wwd-list .wwd-title:after{width:19px;height:3px;right:11px}
.wwd-list .wwd-title img{position:absolute;top:50%;left:50px;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);-moz-transform:translateX(-50%) translateY(-50%) scale(1);-ms-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1)}
.wwd-list .wwd-title .txt{font:800 15px/20px 'Open Sans', sans-serif;text-transform:uppercase;position:absolute;top:50%;left:0;width:100%;padding:0 55px 0 100px;-webkit-transform:translateX(0) translateY(-50%) scale(1);-moz-transform:translateX(0) translateY(-50%) scale(1);-ms-transform:translateX(0) translateY(-50%) scale(1);transform:translateX(0) translateY(-50%) scale(1)}
.wwd-list .wwd-item:last-child .wwd-title{border:none}
.wwd-list .wwd-item:last-child .wwd-descr{box-shadow:inset 0 20px 20px -15px rgba(0, 0, 0, .33)}
.wwd-list .wwd-item.active .wwd-title:before{display:none}
.wwd-list .wwd-item.active .wwd-title:after{background:#9dcd39}
.wwd-list .wwd-descr{padding:27px 10px 20px 15px;box-shadow:inset 0 -20px 20px -15px rgba(0, 0, 0, .33), inset 0 20px 20px -15px rgba(0, 0, 0, .33)}
.wwd-list h2{font:700 20px/24px 'Open Sans', sans-serif;letter-spacing:0;text-align:center;padding-right:5px}
}
@media only screen and (max-width:530px){.wwd-list .wwd-title img{left:31px}
.wwd-list .wwd-title .txt{padding:0 45px 0 68px}
}
.team{margin:0 -4px}
.person{float:left;width:50%;padding:0 0 7px;position:relative}
.person:nth-child(odd){clear:left}
.person .person-sub{background:#075da0;width:99.5%;height:45.9%;position:relative;margin:0 0 5px}
.person.active .person-sub:before{content:"";background:url(images/arrow-popup.png) no-repeat 0 0;width:35px;height:23px;position:absolute;left:47%;bottom:-6px;z-index:1}
.person:nth-child(even) .person-sub{margin-left:.5%}
.person:nth-child(odd) .person-sub{margin-right:.5%}
.person .img{width:49.75%;float:left;overflow:hidden}
.person .img img{width:100%}
.person .txt{position:absolute;top:0;right:0;width:44.7%;height:100%;color:#fff}
.person .txt .txt-center{padding-right:10%;position:absolute;top:40%;-webkit-transform:translateX(0) translateY(-50%) scale(1);-moz-transform:translateX(0) translateY(-50%) scale(1);-ms-transform:translateX(0) translateY(-50%) scale(1);transform:translateX(0) translateY(-50%) scale(1)}
.person .txt h3{font:700 32px/40px 'Open Sans', sans-serif;padding:0 0 7px}
.person .txt h3:after{content:"/";font-weight:300;margin-left:5px}
.person .txt .position{font:300 18px 'Open Sans', sans-serif}
.person .view-bio{color:#9dcd39;font:700 14px 'Roboto Slab', serif;position:absolute;bottom:10.95%;cursor:pointer;-webkit-transition:color, .4s;-moz-transition:color, .4s;-ms-transition:color, .4s;transition:color, .4s}
.person .view-bio svg{width:19px;height:10px;margin-left:5px;fill:#0C406E;-webkit-transition:fill, .4s;-moz-transition:fill, .4s;-ms-transition:fill, .4s;transition:fill, .4s}
.person .view-bio:hover{color:#fff}
.person .view-bio:hover svg{fill:#fff}
.person .person-info{visibility:hidden;width:200%;position:absolute;top:-9999px;left:-9999px;opacity:0;-webkit-transition:transform, .4s, opacity, .4s;-moz-transition:transform, .4s, opacity, .4s;-ms-transition:transform, .4s, opacity, .4s;transition:transform, .4s, opacity, .4s;-webkit-transform:translateX(-50%) translateY(0) scale(1);-moz-transform:translateX(-50%) translateY(0) scale(1);-ms-transform:translateX(-50%) translateY(0) scale(1);transform:translateX(-50%) translateY(0) scale(1)}
.person .person-info .person-info-sub{background:#f2f2f2;box-shadow:0 -5px 5px -5px rgba(0, 0, 0, .3);border-top:solid 1px #d4dbe1;padding:30px 35px 35px;position:relative}
.person .person-info .close{width:21px;height:20px;position:absolute;top:16px;right:16px;cursor:pointer}
.person .person-info .close svg{position:absolute;fill:#9a9a9a;width:100%;height:100%;-webkit-transition:fill, .4s;-moz-transition:fill, .4s;-ms-transition:fill, .4s;transition:fill, .4s}
.person .person-info .close:hover svg{fill:#9dcd39}
.person .person-info .content{max-width:100%;-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px}
.person .person-info h3{color:#0071c7;font:800 17px 'Open Sans', sans-serif;margin:0 0 25px;text-transform:uppercase}
.person:nth-child(even) .person-info{margin-left:-100%}
.person.active .person-info{visibility:visible;position:static;opacity:1;-webkit-transform:translateX(0) translateY(0) scale(1);-moz-transform:translateX(0) translateY(0) scale(1);-ms-transform:translateX(0) translateY(0) scale(1);transform:translateX(0) translateY(0) scale(1)}
@media only screen and (max-width:1200px){.person .txt h3{font:700 26px/32px 'Open Sans', sans-serif}
}
@media only screen and (max-width:980px){.person{float:none;width:100%}
.person .person-sub{width:100%;margin-left:0 !important;margin-right:0 !important}
.person .person-info{width:100%;margin-left:0 !important}
}
@media only screen and (max-width:768px){.person .person-info .content{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}
}
@media only screen and (max-width:530px){.person.active .person-sub:before{left:30%}
.person .img{width:35%}
.person .txt{width:60.6%}
.person .txt h3{font:700 20px/24px 'Open Sans', sans-serif;padding:0 0 3px}
.person .txt h3:after{display:none}
.person .txt .position{font-size:13px}
.person .view-bio{font-size:12px;bottom:8%}
.person .person-info .person-info-sub{padding:30px 16px 20px}
}
.mot-career-box{text-align:center}
.mot-career-box .mot-txt{font:400 22px/32px 'Open Sans', sans-serif;color:#40bae8;max-width:430px;padding:60px 20px 20px;letter-spacing:1px;margin:auto}
@media only screen and (max-width:1024px){.mot-career-box .mot-txt{padding:40px 20px 20px}
}
@media only screen and (max-width:530px){.mot-career-box .mot-txt{font:400 16px/20px 'Open Sans', sans-serif;padding:40px 20px 20px}
}
@media print{*{background:0 0 !important;color:#000 !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important}
.aside, .banner, .nav, .pagenavigator, .registration-container, .simplemenu{display:none !important}
.header .logo *{display:block !important;padding:0}
a, a:visited{text-decoration:underline}
abbr[title]:after{content:" (" attr(title) ")"}
blockquote, pre{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
img, tr{page-break-inside:avoid}
img{max-width:100% !important}
@page{margin:.5cm}
h2, h3, p{orphans:3;widows:3}
h2, h3{page-break-after:avoid}
}
.entry-content{font:400 15px/25px 'Open Sans', sans-serif;margin-bottom:40px;}
.wwd-menu li{list-style:none;}
.wwd-menu li a{display:block;padding:45px 15px 45px 100px;color:#40bae8;text-transform:uppercase;font-size:15px;border-bottom:1px solid #40bae8;position:relative;font-weight:bold;}
.wwd-menu li a:before{height:100px;width:100px;content:'';position:absolute;left:0px;top:50%;margin-top:-50px;}
.wwd-menu.find-out-why-pages .current_page_parent a,
.wwd-menu.find-out-why-pages .current_page_item a,
.wwd-menu.find-out-why-pages li a:hover,
.wwd-menu.who-are-you-pages .current_page_parent a,
.wwd-menu.who-are-you-pages .current_page_item a,
.wwd-menu.who-are-you-pages li a:hover{color:#fff;}
.wwd-menu .page-item-593 a:before,
.wwd-menu .page-item-250 a:before{background:url("images/icon-energy-suply.png") no-repeat center;}
.wwd-menu .page-item-593:hover a:before,
.wwd-menu .page-item-593.current_page_item a:before,
.wwd-menu .page-item-250:hover a:before,
.wwd-menu .page-item-250.current_page_item a:before,
.wwd-menu .page-item-1626:hover a:before,
.wwd-menu .page-item-1626.current_page_item a:before{background:url("images/white-icon-energy-suply.png") no-repeat center;}
.wwd-menu .page-item-4085 li a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/invMgmt-Icon-e1554407052556.png") no-repeat center;}
.wwd-menu .page-item-4085 a:before, 
.wwd-menu .page-item-4085.current_page_item a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/invMgmt-Icon-e1554407052556.png") no-repeat center;}
.wwd-menu .page-item-4091 li a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/budgetVariance-e1554407068808.png") no-repeat center;}
.wwd-menu .page-item-4091 a:before,
.wwd-menu .page-item-4091.current_page_item a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/budgetVariance-e1554407068808.png") no-repeat center;}
.wwd-menu .page-item-4094 li a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/rtMonitor-e1554407036430.png") no-repeat center;}
.wwd-menu .page-item-4094 a:before,
.wwd-menu .page-item-4094.current_page_item a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/rtMonitor-e1554407036430.png") no-repeat center;}
.wwd-menu .page-item-4095 li a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/reporting-e1554407523598.png") no-repeat center;}
.wwd-menu .page-item-4095 a:before,
.wwd-menu .page-item-4095.current_page_item a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/reporting-e1554407523598.png") no-repeat center;}
.wwd-menu .page-item-4098 li a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/benchmark-e1554406963553.png") no-repeat center;}
.wwd-menu .page-item-4098 a:before,
.wwd-menu .page-item-4098.current_page_item a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/benchmark-e1554406963553.png") no-repeat center;}
.wwd-menu .page-item-4102 li a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/mAndV-e1554406997365.png") no-repeat center;}
.wwd-menu .page-item-4102 a:before,
.wwd-menu .page-item-4102.current_page_item a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/mAndV-e1554406997365.png") no-repeat center;}
.wwd-menu .page-item-4104 li a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/peakLoad-e1554407023250.png") no-repeat center;}
.wwd-menu .page-item-4104 a:before,
.wwd-menu .page-item-4104.current_page_item a:before{background:url("http://energywatch.staging.wpengine.com/wp-content/uploads/2019/04/peakLoad-e1554407023250.png") no-repeat center;}
.wwd-menu .page-item-1644 a:before{background:url("") no-repeat center;}
.wwd-menu .page-item-1644:hover a:before,
.wwd-menu .page-item-1644.current_page_item a:before{background:url("") no-repeat center;}
.wwd-menu .page-item-581 a:before,
.wwd-menu .page-item-1649 a:before{background:url("images/icon-facility-optimization.png") no-repeat center;}
.wwd-menu .page-item-1649:hover a:before,
.wwd-menu .page-item-1649.current_page_item a:before{background:url("images/white-icon-facility-optimization.png") no-repeat center;}
.wwd-menu .page-item-581:hover a:before,
.wwd-menu .page-item-581.current_page_item a:before,
.wwd-menu .page-item-579 a:before,
.wwd-menu .page-item-1653 a:before{background:url("images/icon-stategic-solution.png") no-repeat center;}
.wwd-menu .page-item-579:hover a:before,
.wwd-menu .page-item-579.current_page_item a:before,
.wwd-menu .page-item-1653:hover a:before,
.wwd-menu .page-item-1653.current_page_item a:before{background:url("images/white-icon-stategic-solution.png") no-repeat center;}
.wwd-menu .page-item-585 a:before,
.wwd-menu .page-item-1651 a:before{background:url("images/icon-sustainability-reporting.png") no-repeat center;}
.wwd-menu .page-item-585:hover a:before,
.wwd-menu .page-item-585.current_page_item a:before,
.wwd-menu .page-item-1651:hover a:before,
.wwd-menu .page-item-1651.current_page_item a:before{background:url("images/white-icon-sustainability-reporting.png") no-repeat center;}
.wwd-menu .page-item-588 a:before{background:url("images/icon-who-are-you-engineering.png") no-repeat center;}
.wwd-menu .page-item-588:hover a:before,
.wwd-menu .page-item-588.current_page_item a:before{background:url("images/white-icon-who-are-you-engineering.png") no-repeat center;}
.wwd-menu .page-item-591 a:before,
.wwd-menu .page-item-248 a:before{background:url("images/icon-who-are-you-asset-management.png") no-repeat center;}
.wwd-menu .page-item-591:hover a:before,
.wwd-menu .page-item-591.current_page_item a:before,
.wwd-menu .page-item-248:hover a:before,
.wwd-menu .page-item-248.current_page_item a:before{background:url("images/white-icon-who-are-you-asset-management.png") no-repeat center;}
.wwd-menu .page-item-249 a:before{background:url("images/icon-reduce-energy-expenses.png") no-repeat center;}
.wwd-menu .page-item-249:hover a:before,
.wwd-menu .page-item-249.current_page_item a:before{background:url("images/white-icon-reduce-energy-expenses.png") no-repeat center;}
.wwd-menu .current_page_parent a,
.wwd-menu .current_page_item a,
.wwd-menu li a:hover{background-color:#0071c7;}
.wwd-menu .children li a{position:relative;padding:10px 10px 10px 45px;color:#0071c7;font-size:12px;font-weight:600;line-height:1.3;background:#fff;border-bottom:1px solid #90bf2e;}
.wwd-menu .children li a:before{position:absolute;content:'';height:30px;width:30px;left:10px;top:2px;margin:0;background:url("images/demand-response.png") no-repeat center;}
.wwd-menu .children .page-item-1639 a:before{background:url("images/demand-response.png") no-repeat center;}
.wwd-menu .children .page-item-1639:hover a:before,
.wwd-menu .children .page-item-1639.current_page_item a:before{background:url("images/white-demand-response.png") no-repeat center;}
.wwd-menu .children .page-item-1636 a:before{background:url("images/demand-supply-optimization.png") no-repeat center;}
.wwd-menu .children .page-item-1636:hover a:before,
.wwd-menu .children .page-item-1636.current_page_item a:before{background:url("images/white-demand-supply-optimization.png") no-repeat center;}
.wwd-menu .children .page-item-1631 a:before{background:url("images/energy-procuremnet.png") no-repeat center;}
.wwd-menu .children .page-item-1631:hover a:before,
.wwd-menu .children .page-item-1631.current_page_item a:before{background:url("images/white-energy-procuremnet.png") no-repeat center;}
.wwd-menu .children .page-item-1634 a:before{background:url("images/supply-contract-performance.png") no-repeat center;}
.wwd-menu .children .page-item-1634:hover a:before,
.wwd-menu .children .page-item-1634.current_page_item a:before{background:url("images/white-supply-contract-performance.png") no-repeat center;}
.wwd-menu .children .page-item-1689 a:before{background:url("images/measurement-verification.png") no-repeat center;}
.wwd-menu .children .page-item-1689:hover a:before,
.wwd-menu .children .page-item-1689.current_page_item a:before{background:url("images/white-measurement-verification.png") no-repeat center;}
.wwd-menu .children .page-item-1697 a:before{background:url("images/peak-load-management.png") no-repeat center;}
.wwd-menu .children .page-item-1697:hover a:before,
.wwd-menu .children .page-item-1697.current_page_item a:before{background:url("images/white-peak-load-management.png") no-repeat center;}
.wwd-menu .children .page-item-1695 a:before{background:url("images/peer-comparison.png") no-repeat center;}
.wwd-menu .children .page-item-1695:hover a:before,
.wwd-menu .children .page-item-1695.current_page_item a:before{background:url("images/white-peer-comparison.png") no-repeat center;}
.wwd-menu .children .page-item-1691 a:before{background:url("images/real-timemonitoring.png") no-repeat center;}
.wwd-menu .children .page-item-1691:hover a:before,
.wwd-menu .children .page-item-1691.current_page_item a:before{background:url("images/white-real-timemonitoring.png") no-repeat center;}
.wwd-menu .children .page-item-1711 a:before{background:url("images/benchmarking-peer-comparison.png") no-repeat center;}
.wwd-menu .children .page-item-1711:hover a:before,
.wwd-menu .children .page-item-1711.current_page_item a:before{background:url("images/white-benchmarking-peer-comparison.png") no-repeat center;}
.wwd-menu .children .page-item-1713 a:before{background:url("images/program-research-strategy-implementation.png") no-repeat center;}
.wwd-menu .children .page-item-1713:hover a:before,
.wwd-menu .children .page-item-1713.current_page_item a:before{background:url("images/white-program-research-strategy-implementation.png") no-repeat center;}
.wwd-menu .children .page-item-1709 a:before{background:url("images/wow-consulting.png") no-repeat center;}
.wwd-menu .children .page-item-1709:hover a:before,
.wwd-menu .children .page-item-1709.current_page_item a:before{background:url("images/white-wow-consulting.png") no-repeat center;}
.wwd-menu .children .page-item-1699 a:before{background:url("images/energy-star-portfolio-manager.png") no-repeat center;}
.wwd-menu .children .page-item-1699:hover a:before,
.wwd-menu .children .page-item-1699.current_page_item a:before{background:url("images/white-energy-star-portfolio-manager.png") no-repeat center;}
.wwd-menu .children .page-item-1701 a:before{background:url("images/greenhouse-gas-emissions-management.png") no-repeat center;}
.wwd-menu .children .page-item-1701:hover a:before,
.wwd-menu .children .page-item-1701.current_page_item a:before{background:url("images/white-greenhouse-gas-emissions-management.png") no-repeat center;}
.wwd-menu .children .page-item-1703 a:before{background:url("images/waste-and-recycling-data-management.png") no-repeat center;}
.wwd-menu .children .page-item-1703:hover a:before,
.wwd-menu .children .page-item-1703.current_page_item a:before{background:url("images/white-waste-and-recycling-data-management.png") no-repeat center;}
.wwd-menu .children .page-item-1707 a:before{background:url("images/water-data-management.png") no-repeat center;}
.wwd-menu .children .page-item-1707:hover a:before,
.wwd-menu .children .page-item-1707.current_page_item a:before{background:url("images/white-water-data-management.png") no-repeat center;}
.wwd-menu .children .page-item-1685 a:before{background:url("images/budgets-accruals.png") no-repeat center;}
.wwd-menu .children .page-item-1685:hover a:before,
.wwd-menu .children .page-item-1685.current_page_item a:before{background:url("images/white-budgets-accruals.png") no-repeat center;}
.wwd-menu .children .page-item-1680 a:before{background:url("images/invoice-management-auditing.png") no-repeat center;}
.wwd-menu .children .page-item-1680:hover a:before,
.wwd-menu .children .page-item-1680.current_page_item a:before{background:url("images/white-invoice-management-auditing.png") no-repeat center;}
.wwd-menu .children .page-item-1687 a:before{background:url("images/regulated-rate-analysis.png") no-repeat center;}
.wwd-menu .children .page-item-1687:hover a:before,
.wwd-menu .children .page-item-1687.current_page_item a:before{background:url("images/white-regulated-rate-analysis.png") no-repeat center;}
.wwd-menu .children .page-item-1636:before{}
.wwd-menu .children .page-item-1636:before{}
.wwd-menu .children .page-item-1636:before{}
.wwd-menu .children .page-item-1636:before{}
.wwd-menu .children .page-item-1636:before{}
.wwd-menu .children .current_page_item a,
.wwd-menu .children a:hover{background-color:#40bae8;color:#ffffff;}
.wwd-menu .children{display:none;}
.wwd-menu > ul > li:last-child a,
.wwd-menu .current_page_item > a{border:none;}
#menu-item-1722 .sub-menu .sub-menu li{display:block;width:100%;}
#menu-item-1722 > .sub-menu{left:75px;right:30px;z-index:2;}
#menu-item-1722 .sub-menu li{width:19%;display:inline-block;vertical-align:top;}
.header .frame{position:relative;}
#menu-item-1722 .sub-menu a{line-height:22px;}
#menu-item-1722 .sub-menu .sub-menu a{font-size:12px;line-height:2;font-weight:600;}
#menu-item-1722 > .sub-menu{padding-top:15px;height:auto;-webkit-box-shadow:0px 9px 51px 0px rgba(119, 119, 119, 1);-moz-box-shadow:0px 9px 51px 0px rgba(119, 119, 119, 1);box-shadow:0px 9px 51px 0px rgba(119, 119, 119, 1);}
#menu-item-1722 .sub-menu li{position:relative;}
#menu-item-1722 .sub-menu .sub-menu{position:static;top:50px;box-shadow:none;border:0;}
.wwd-menu .current_page_parent .children,
.wwd-menu .current_page_item .children{display:block;}
.call-to-action{clear:both;padding:20px 10px;}
.call-to-action .txt-subtitle{margin:0;padding:15px;}
.btn-style1{display:inline-block;background:#40bae8 url(images/ico-arrow-input.png) no-repeat 90% 58%;border:0;border-radius:0;cursor:pointer;color:#fff;font:700 22px/51px 'Roboto Slab', serif;padding:0 65px 0 25px;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;transition:all .4s;}
.text-center{text-align:center;}
.btn-style1:hover{color:#fff;background-color:#9dcd39;}
html.no-svg .icon > *{display:none;}
html.no-svg .icon.icon-mobile{display:inline-block;width:12px;height:20px;vertical-align:middle;background:url(images/icon-mobile.png) no-repeat;}
html.no-svg .icon.icon-single-arrow{display:inline-block;width:16px;height:24px;vertical-align:middle;background:url(images/icon-fallback-arrow.png) no-repeat;}
html.no-svg .icon.icon-double-arrow{display:inline-block;width:19px;height:15px;vertical-align:middle;background:url(images/icon-fallback-double-arrow.png) no-repeat;}
html.no-svg .icon.icon-fallback-scroll{display:inline-block;width:32px;height:62px;vertical-align:middle;background:url(images/icon-fallback-scroll.png) no-repeat;}
.boxes.col6-layout li{list-style:none;display:inline-block;margin:0 10px 0 0;width:227px;vertical-align:top;padding:8px 0;}
.boxes span.title{text-transform:uppercase;font-size:16px;color:#ababab;}
.boxes.col6-layout li a{display:block;background-color:#ededed;height:228px;padding:40px 15px;color:#333333;border-radius:2px;font-style:normal;text-decoration:none;}
.boxes li .icon, .boxes.col6-layout li a:hover .icon{height:73px;width:75px;display:block;background-image:url(images/sprite.png);background-position:0 0;background-repeat:no-repeat;margin:0 auto 26px;text-indent:-9999px;transition:all 0.3s ease 0s;}
.boxes.col6-layout li a:hover .title{color:white;}
.boxes li.icon-financial-institution .icon{background-position:-247px 0;}
.boxes li.icon-sports .icon{background-position:-490px 0;}
.boxes li.icon-pharmacutical .icon{background-position:-735px 0;}
.boxes li.icon-restaurant .icon{background-position:-972px 0;}
.boxes li.icon-healthcare .icon{background-position:0 -237px;}
.boxes li.icon-investors .icon{background-position:-231px -237px;width:96px;}
.boxes li.icon-retail .icon{background-position:-490px -237px;}
.boxes li.icon-estate .icon{background-position:-727px -237px;}
.boxes li.icon-warehouse .icon{background-position:-974px -237px;}
.boxes li.icon-manufacturing .icon{background-position:0 -470px;}
.boxes li.icon-government .icon{background-position:-245px -470px;}
.boxes li.icon-real-estate .icon{background-position:-488px -470px;}
.boxes li.icon-education .icon{background-position:-723px -470px;height:73px;width:82px;}
.boxes li.icon-living .icon{background-position:-972px -470px;}
.boxes.col6-layout li a:hover{background-color:#004679;text-decoration:none;color:white;}
.boxes.col6-layout li a:hover .icon{background-image:url(images/sprite.png);background-position:-122px 0;}
.boxes.col6-layout li.icon-financial-institution a:hover .icon{background-position:-368px 0;}
.boxes.col6-layout li.icon-sports a:hover .icon{background-position:-610px 0;}
.boxes.col6-layout li.icon-pharmacutical a:hover .icon{background-position:-852px 0;}
.boxes.col6-layout li.icon-restaurant a:hover .icon{background-position:-1092px 0;}
.boxes.col6-layout li.icon-healthcare a:hover .icon{background-position:-120px -237px;}
.boxes.col6-layout li.icon-investors a:hover .icon{background-position:-353px -237px;width:96px;}
.boxes.col6-layout li.icon-retail a:hover .icon{background-position:-612px -237px;}
.boxes.col6-layout li.icon-estate:hover .icon{background-position:-848px -237px;}
.boxes.col6-layout li.icon-warehouse a:hover .icon{background-position:-1095px -237px;}
.boxes.col6-layout li.icon-manufacturing a:hover .icon{background-position:-122px -470px;}
.boxes.col6-layout li.icon-government a:hover .icon{background-position:-368px -470px;}
.boxes.col6-layout li.icon-real-estate a:hover .icon{background-position:-612px -470px;}
.boxes.col6-layout li.icon-education a:hover .icon{background-position:-845px -470px;width:82px;}
.boxes.col6-layout li.icon-living a:hover .icon{background-position:-1092px -470px;}
.wwd-menu .sub-page-items li a:before{display:none;}
.wwd-menu .sub-page-items li:hover a{color:#FFFFFF;}
.wwd-menu .cat-title{background:#9dd037;padding:15px 30px;font-size:22px;font-weight:600;color:#fff;text-transform:uppercase;cursor:default;}
.wwd-menu .sub-page-items li a{font-size:14px;padding:15px 30px;border-bottom:1px solid #0b598b;}
.industry-pages-content .wwd-list h2{text-transform:none;letter-spacing:normal;font-size:18px;margin-bottom:7px;}
.wwd-menu .sub-page-items .current_page_item > a{color:white;}
.breadcrumbs{display:none;visibility:hidden;}
.main-right{float:right;max-width:none;width:100%;margin-left:-350px;padding-left:350px;}
.sidebar-left{width:292px;float:left;}
.location-single p{font:400 15px/25px 'Open Sans', sans-serif;}
.location-single .single-page{padding-top:30px;}
.location-single .main-title{margin-bottom:0;}
.location-single h2{font:700 22px 'Open Sans', sans-serif;color:#004679;margin:0 0 5px;text-transform:uppercase;}
.sidebar-custom-links{margin-bottom:20px;}
.location-single .main-left{}
.location-content{padding-bottom:30px;}
.sidebar-custom-links li{font-size:15px;display:block;padding:5px 0;}
.location-single .content table p{margin-bottom:5px !important;}
.location-single .content td strong{font-size:18px;}
.sidebar-custom-links li a{color:#7c7b7b;font-weight:700;text-transform:uppercase;}
.sidebar-custom-links li a:hover{color:#9dcd39;}
.sidebar-map .img-holder{margin-bottom:20px;}
.sidebar-map img{max-width:100%;height:auto;}
.location-single .sidebar h2{text-transform:uppercase;font:800 17px 'Open Sans', sans-serif;color:#40bae8;margin:0 0 12px;}
.list-style-three-col{margin-top:15px !important;}
.list-style-three-col li{display:inline-block;width:32%;vertical-align:top;}
.clearfix{clear:both;}
.clearfix::before, .clearfix::after{content:" ";display:table;}
.clearfix::after{clear:both;}
.clearfix::before, .clearfix::after{content:" ";display:table;}
@media only screen and (max-width:1200px){.boxes.col6-layout li{margin:0 25px 15px 25px;}
}
@media only screen and (min-width:1025px){.inner-nav a{padding:0 37px;}
}
@media only screen and (max-width:768px){#wprmenu_bar{position:absolute;width:50px;top:52px;right:5px;left:auto;background:transparent !important;}
body.admin-bar #wprmenu_bar{top:52px;}
#wprmenu_bar .wprmenu_icon{width:34px;height:33px;}
#wprmenu_bar .wprmenu_icon span{width:32px;height:6px;}
#wprmenu_bar .wprmenu_ic_2{top:12px;}
#wprmenu_bar .wprmenu_ic_3{top:24px;}
html{margin-top:-42px !important;}
#menu-item-1722 .sub-menu li{position:static;}
#menu-item-1722 .sub-menu li{width:auto;display:block;}
#menu-item-1722 > .sub-menu{left:0;right:0;padding-top:inherit;height:inherit;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
#menu-item-1722 .sub-menu a{line-height:35px;}
#menu-item-1722 .sub-menu .sub-menu{position:static;}
.what-we-do .wwd-list .wwd-descr, .wwd-list .wwd-title{display:block;}
}
@media only screen and (max-width:610px){.boxes.col6-layout li{margin:0 15px 15px 15px;width:200px;}
.boxes.col6-layout li a{height:195px;padding:35px 15px;}
.boxes span.title{font-size:14px;}
}
.ip-form-wrapper{width:400px;}
.hs-input{max-width:none;}
#hubspot-form-wrapper{border:solid 12px rgba(64,186,232,0.15);position:relative;height:90px;}
#hubspot-form-wrapper label{display:none;}
#hubspot-form-wrapper input[type="email"]{font:400 15px 'Open Sans';border:0;border-radius:0;color:#004679;padding:22px 130px 21px 24px;width:100%;height:63px;box-shadow:2px 2px 2px rgba(0,70,121,0.28);position:absolute;top:0;left:0;}
#hubspot-form-wrapper input[type="submit"]{border:0;background-color:#9dcd39;color:#fff;height:63px;font:bold 22px/63px 'Roboto Slab';position:absolute;top:0;right:0;padding:0 19px;margin:0;display:block;cursor:pointer;border-radius:0;-webkit-appearance:none;-webkit-transition:all 0.4s;transition:all 0.4s;}
#hubspot-form-wrapper input[type="submit"]:hover{background-color:#40bae8;}
#header-cta-wrapper a{color:#ffffff;font-size:17px;line-height:2;padding: 5px 23px;}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: blue;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
WP Responsive Menu Plugin
Icons from icon font  - setup
 */
@font-face {
	font-family: 'wprmenu';
	src:url('../fonts/wprmenu.eot');
	src:url('../fonts/wprmenu.eot?#iefix') format('embedded-opentype'),
		url('../fonts/wprmenu.woff') format('woff'),
		url('../fonts/wprmenu.ttf') format('truetype'),
		url('../fonts/wprmenu.svg#wprmenu') format('svg');
	font-weight: normal;
	font-style: normal;
}
#wprmenu_menu .wprmenu_icon:before, #wprmenu_bar [data-icon]:before {
	font-family: 'wprmenu';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
#wprmenu_bar,
#wprmenu_bar *,
#wprmenu_menu,
#wprmenu_menu * {
  /* reset */
  margin:0;
  padding:0;
  -moz-box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	font-family: 'Open Sans', sans-serif;
  list-style:none;
  text-align:left;
  font-size:100%;
  font-weight:normal;
}
#wprmenu_menu img, #wprmenu_bar img {
  border:0; border:none;
}

.wprmenu_clear {
	clear: both !important;
    display: block !important;
    height: 1px !important;
    margin: -1px 0 0 !important;
    width: 1px !important;
}
/*
The top Bar that shows/hides the menu
 */
#wprmenu_bar {
	position:fixed;
	top:0px;
	left:0px;
	background: #0D0D0D;
	padding:10px 16px;
	width:100%;
	display: none;
	cursor: pointer;
	z-index: 98;
	overflow: hidden;
	height:42px;
	display: none;
}
#wprmenu_bar .menu_title {
	color:#f2f2f2;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}
#wprmenu_bar .bar_logo {
  border:0px;
  border:none;
  margin:0px;
  padding:0px;
  margin-top: -2px;
  padding-right: 0px;
  width:auto;
  height: 25px;
}
/* Search Box */
.wpr_search {
	padding: 10px !important;
}
.wpr_search .wpr-search-field {
	padding: 5px !important;
	border: 1px solid #ccc;
	max-width: 100%;
	width: 100%;
}
/* font icon */
#wprmenu_bar .wprmenu_icon_menu {
	color:#f2f2f2;
	margin-right:5px;
}
/* html icon */
#wprmenu_bar .wprmenu_icon {
	width: 20px;
	height: 22px;
	overflow: hidden;
	float: left;
	margin-right: 16px;
	padding-top: 2px;
	position: relative;
}
#wprmenu_bar .wprmenu_icon span {
  -webkit-transition: all .01s ease-in-out;
  -moz-transition: all .01s ease-in-out;
  -o-transition: all .01s ease-in-out;
  -ms-transition: all .01s ease-in-out;
  transition: all .01s ease-in-out;
	display: block;
  position: absolute;
	width: 20px;
	height: 4px;
  left: 0px;
	background: #f2f2f2;
}
#wprmenu_bar .wprmenu_ic_1 {
  top:0px;
}
#wprmenu_bar .wprmenu_ic_2 {
  top:7px;
}
#wprmenu_bar .wprmenu_ic_3 {
  top:14px;
}
#wprmenu_bar.menu_is_opened .wprmenu_ic_1 {
  top:-10px;
}
#wprmenu_bar.menu_is_opened .wprmenu_ic_2 {
  top:9px!important;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
          zoom:1;
}
#wprmenu_bar.menu_is_opened .wprmenu_ic_3 {
  top:9px!important;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          zoom:1;
}



body { position: relative!important; }




#wprmenu_menu.top {
	top:0px;
	left:0px;
	width:100%;
	display: none;
	position: relative;
	z-index: 9999;
}
#wprmenu_menu.left, #wprmenu_menu.right {
    display: none;
    position: absolute;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: 97;
    overflow-x: none;
    overflow-y: auto;
    background: #2E2E2E;
	top: 42px;
	padding-bottom: 43px;
}
body.admin-bar #wprmenu_bar {
	top:32px;
	padding-bottom: 33px;
}
body.admin-bar #wprmenu_menu.left,
body.admin-bar #wprmenu_menu.right {
	top: 74px;
	padding-bottom: 75px;
}
@media only screen and (max-width: 782px) {
	body.admin-bar #wprmenu_menu.left,
	body.admin-bar #wprmenu_menu.right {
		top: 86px;
		padding-bottom: 87px;
	}
	body.admin-bar #wprmenu_bar {
		top:46px;
	}
}
/*1st level*/
#wprmenu_menu ul {
	margin:0px;
	padding:0px;
	display: block;
	width:100%;
	position: relative;
	list-style: none;
}
#wprmenu_menu ul li {
	display: block;
	list-style: none;
}

#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover {
	border-bottom:1px solid #131212;
	border-top:1px solid #474747;
	display: block;
	color:#D3D3D3;
	padding: 13px 14px;
	font-size:14px;
	margin:0px;
	text-decoration: none;
}


/*********/
#wprmenu_menu.wprmenu_levels ul li {
	display: block;
	overflow: hidden;
	border-bottom:1px solid #131212;
	border-top:1px solid #474747;
	width:100%;
	position: relative;
}
#wprmenu_menu.wprmenu_levels ul li a{
	float: left;
	border: none;
	width: 100%;
}
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
	border-left:1px solid #474747;
	margin-left: 44px;
}
#wprmenu_menu .wprmenu_icon_par {
	position: relative;
	display: block;
	color: #CFCFCF;
	width: 46px;
	padding: 13px 14px 10px 14px;
	cursor: pointer;
	float: left;
	position: absolute;
	top:0px;
	left:0px;
}



#wprmenu_menu .wprmenu_no_border_bottom {
	border-bottom: none!important;
}

#wprmenu_menu.wprmenu_levels ul li ul { border-top:1px solid #131212;}

#wprmenu_menu.wprmenu_levels ul li ul li { padding-left:44px;}

#wprmenu_menu.wprmenu_levels ul li ul li ul li { padding-left:88px;}

#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li { padding-left:132px;}

#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li { padding-left:176px;}


#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li { padding-left:0px;}
#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par { margin-left:44px;}
#wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item { margin-left: 88px;}

#wprmenu_menu.wprmenu_levels ul li ul li ul li.wprmenu_parent_item_li { padding-left:0px;}
#wprmenu_menu.wprmenu_levels ul li ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par { margin-left:88px;}
#wprmenu_menu.wprmenu_levels ul li ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item { margin-left: 132px;}

#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li.wprmenu_parent_item_li { padding-left:0px;}
#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par { margin-left:132px;}
#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item { margin-left: 176px;}

#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li.wprmenu_parent_item_li { padding-left:0px;}
#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par { margin-left:176px;}
#wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item { margin-left: 220px;}
/********/

.icon_default.wprmenu_icon_par:before {
	content:"t";
}


.icon_default.wprmenu_par_opened:before {
	content:"o";
}

/* Genericons*/
/**

	Genericons Helper CSS

*/


/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */

@font-face {
    font-family: 'Genericons';
    src: url('font/genericons-regular-webfont.eot');
}

@font-face {
    font-family: 'Genericons';
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
         url('font/genericons-regular-webfont.ttf') format('truetype'),
         url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
 * All Genericons
 */

.genericon {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

/**
 * IE7 and IE6 hacks
 */

.genericon {
	*overflow: auto;
	*zoom: 1;
	*display: inline;
}

/**
 * Individual icons
 */

/* Post formats */
.genericon-standard:before {        content: '\f100'; }
.genericon-aside:before {           content: '\f101'; }
.genericon-image:before {           content: '\f102'; }
.genericon-gallery:before {         content: '\f103'; }
.genericon-video:before {           content: '\f104'; }
.genericon-status:before {          content: '\f105'; }
.genericon-quote:before {           content: '\f106'; }
.genericon-link:before {            content: '\f107'; }
.genericon-chat:before {            content: '\f108'; }
.genericon-audio:before {           content: '\f109'; }

/* Social icons */
.genericon-github:before {          content: '\f200'; }
.genericon-dribbble:before {        content: '\f201'; }
.genericon-twitter:before {         content: '\f202'; }
.genericon-facebook:before {        content: '\f203'; }
.genericon-facebook-alt:before {    content: '\f204'; }
.genericon-wordpress:before {       content: '\f205'; }
.genericon-googleplus:before {      content: '\f206'; }
.genericon-linkedin:before {        content: '\f207'; }
.genericon-linkedin-alt:before {    content: '\f208'; }
.genericon-pinterest:before {       content: '\f209'; }
.genericon-pinterest-alt:before {   content: '\f210'; }
.genericon-flickr:before {          content: '\f211'; }
.genericon-vimeo:before {           content: '\f212'; }
.genericon-youtube:before {         content: '\f213'; }
.genericon-tumblr:before {          content: '\f214'; }
.genericon-instagram:before {       content: '\f215'; }
.genericon-codepen:before {         content: '\f216'; }
.genericon-polldaddy:before {       content: '\f217'; }
.genericon-googleplus-alt:before {  content: '\f218'; }
.genericon-path:before {            content: '\f219'; }
.genericon-skype:before {           content: '\f220'; }
.genericon-digg:before {            content: '\f221'; }
.genericon-reddit:before {          content: '\f222'; }
.genericon-stumbleupon:before {     content: '\f223'; }
.genericon-pocket:before {          content: '\f224'; }
.genericon-dropbox:before {         content: '\f225'; }

/* Meta icons */
.genericon-comment:before {         content: '\f300'; }
.genericon-category:before {        content: '\f301'; }
.genericon-tag:before {             content: '\f302'; }
.genericon-time:before {            content: '\f303'; }
.genericon-user:before {            content: '\f304'; }
.genericon-day:before {             content: '\f305'; }
.genericon-week:before {            content: '\f306'; }
.genericon-month:before {           content: '\f307'; }
.genericon-pinned:before {          content: '\f308'; }

/* Other icons */
.genericon-search:before {          content: '\f400'; }
.genericon-unzoom:before {          content: '\f401'; }
.genericon-zoom:before {            content: '\f402'; }
.genericon-show:before {            content: '\f403'; }
.genericon-hide:before {            content: '\f404'; }
.genericon-close:before {           content: '\f405'; }
.genericon-close-alt:before {       content: '\f406'; }
.genericon-trash:before {           content: '\f407'; }
.genericon-star:before {            content: '\f408'; }
.genericon-home:before {            content: '\f409'; }
.genericon-mail:before {            content: '\f410'; }
.genericon-edit:before {            content: '\f411'; }
.genericon-reply:before {           content: '\f412'; }
.genericon-feed:before {            content: '\f413'; }
.genericon-warning:before {         content: '\f414'; }
.genericon-share:before {           content: '\f415'; }
.genericon-attachment:before {      content: '\f416'; }
.genericon-location:before {        content: '\f417'; }
.genericon-checkmark:before {       content: '\f418'; }
.genericon-menu:before {            content: '\f419'; }
.genericon-refresh:before {         content: '\f420'; }
.genericon-minimize:before {        content: '\f421'; }
.genericon-maximize:before {        content: '\f422'; }
.genericon-404:before {             content: '\f423'; }
.genericon-spam:before {            content: '\f424'; }
.genericon-summary:before {         content: '\f425'; }
.genericon-cloud:before {           content: '\f426'; }
.genericon-key:before {             content: '\f427'; }
.genericon-dot:before {             content: '\f428'; }
.genericon-next:before {            content: '\f429'; }
.genericon-previous:before {        content: '\f430'; }
.genericon-expand:before {          content: '\f431'; }
.genericon-collapse:before {        content: '\f432'; }
.genericon-dropdown:before {        content: '\f433'; }
.genericon-dropdown-left:before {   content: '\f434'; }
.genericon-top:before {             content: '\f435'; }
.genericon-draggable:before {       content: '\f436'; }
.genericon-phone:before {           content: '\f437'; }
.genericon-send-to-phone:before {   content: '\f438'; }
.genericon-plugin:before {          content: '\f439'; }
.genericon-cloud-download:before {  content: '\f440'; }
.genericon-cloud-upload:before {    content: '\f441'; }
.genericon-external:before {        content: '\f442'; }
.genericon-document:before {        content: '\f443'; }
.genericon-book:before {            content: '\f444'; }
.genericon-cog:before {             content: '\f445'; }
.genericon-unapprove:before {       content: '\f446'; }
.genericon-cart:before {            content: '\f447'; }
.genericon-pause:before {           content: '\f448'; }
.genericon-stop:before {            content: '\f449'; }
.genericon-skip-back:before {       content: '\f450'; }
.genericon-skip-ahead:before {      content: '\f451'; }
.genericon-play:before {            content: '\f452'; }
.genericon-tablet:before {          content: '\f453'; }
.genericon-send-to-tablet:before {  content: '\f454'; }
.genericon-info:before {            content: '\f455'; }
.genericon-notice:before {          content: '\f456'; }
.genericon-help:before {            content: '\f457'; }
.genericon-fastforward:before {     content: '\f458'; }
.genericon-rewind:before {          content: '\f459'; }
.genericon-portfolio:before {       content: '\f460'; }
.genericon-heart:before {           content: '\f461'; }
.genericon-code:before {            content: '\f462'; }
.genericon-subscribe:before {       content: '\f463'; }
.genericon-unsubscribe:before {     content: '\f464'; }
.genericon-subscribed:before {      content: '\f465'; }
.genericon-reply-alt:before {       content: '\f466'; }
.genericon-reply-single:before {    content: '\f467'; }
.genericon-flag:before {            content: '\f468'; }
.genericon-print:before {           content: '\f469'; }
.genericon-lock:before {            content: '\f470'; }
.genericon-bold:before {            content: '\f471'; }
.genericon-italic:before {          content: '\f472'; }
.genericon-picture:before {         content: '\f473'; }
.genericon-fullscreen:before {      content: '\f474'; }
/* Generic shapes */
.genericon-uparrow:before {         content: '\f500'; }
.genericon-rightarrow:before {      content: '\f501'; }
.genericon-downarrow:before {       content: '\f502'; }
.genericon-leftarrow:before {       content: '\f503'; }

/* AddThis Plugin CSS*/
/**
 * +--------------------------------------------------------------------------+
 * | Copyright (c) 2008-2016 AddThis, LLC                                     |
 * +--------------------------------------------------------------------------+
 * | This program is free software; you can redistribute it and/or modify     |
 * | it under the terms of the GNU General Public License as published by     |
 * | the Free Software Foundation; either version 2 of the License, or        |
 * | (at your option) any later version.                                      |
 * |                                                                          |
 * | This program is distributed in the hope that it will be useful,          |
 * | but WITHOUT ANY WARRANTY; without even the implied warranty of           |
 * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            |
 * | GNU General Public License for more details.                             |
 * |                                                                          |
 * | You should have received a copy of the GNU General Public License        |
 * | along with this program; if not, write to the Free Software              |
 * | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
 * +--------------------------------------------------------------------------+
 */

.entry-content .addthis_toolbox,
.entry-content .addthis_button,
.entry-header .addthis_toolbox,
.entry-header .addthis_button {
    margin:10px 0 10px 0;
}
.addthis_button_tweet {
    min-width: 83px;
    float:left;
}
.atwidget iframe {
    max-width:none;
}
div.at-above-post-homepage a,
div.at-below-post-homepage a,
div.at-above-post a,
div.at-below-post a,
div.at-above-post-page a,
div.at-below-post-page a,
div.at-above-post-cat-page a,
div.at-below-post-cat-page a,
div.at-above-post-arch-page a,
div.at-below-post-arch-page a,
div.addthis_toolbox a,
a.at-share-btn {
    border: 0;
    box-shadow: none;
}
div.addthis_toolbox br {
    display: none
}

.form-side input:not([type=submit]):not([type=file]) {
	padding: 10px 0;
	width: 100%;
}


/* Utility Classes */

/*************
* Margin/Padding Classes
*************/

/****************
* .m-number/ .p-number = margin/padding on all sides = number
* .m-t-number / .p-t-number = margin/padding on top = number
* .m-y-number / .p-y-number = margin/padding on y axis (top and bottom) = number
*****************/

.m-5 {
  margin: 5px; }

.m-10 {
  margin: 10px; }

.m-15 {
  margin: 15px; }

.m-20 {
  margin: 20px; }

.m-25 {
  margin: 25px; }

.m-30 {
  margin: 30px; }

.m-35 {
  margin: 35px; }

.m-40 {
  margin: 40px; }

.m-45 {
  margin: 45px; }

.m-50 {
  margin: 50px; }

.m-55 {
  margin: 55px; }

.m-60 {
  margin: 60px; }

.m-65 {
  margin: 65px; }

.m-70 {
  margin: 70px; }

.m-75 {
  margin: 75px; }

.m-80 {
  margin: 80px; }

.m-90 {
  margin: 90px; }

.m-100 {
  margin: 100px; }

.m-t-5 {
  margin-top: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-25 {
  margin-top: 25px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-35 {
  margin-top: 35px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-45 {
  margin-top: 45px; }

.m-t-50 {
  margin-top: 50px; }

.m-t-55 {
  margin-top: 55px; }

.m-t-60 {
  margin-top: 60px; }

.m-t-65 {
  margin-top: 65px; }

.m-t-70 {
  margin-top: 70px; }

.m-t-75 {
  margin-top: 75px; }

.m-t-80 {
  margin-top: 80px; }

.m-t-90 {
  margin-top: 90px; }

.m-t-100 {
  margin-top: 100px; }

.m-r-5 {
  margin-right: 5px; }

.m-r-10 {
  margin-right: 10px; }

.m-r-15 {
  margin-right: 15px; }

.m-r-20 {
  margin-right: 20px; }

.m-r-25 {
  margin-right: 25px; }

.m-r-30 {
  margin-right: 30px; }

.m-r-35 {
  margin-right: 35px; }

.m-r-40 {
  margin-right: 40px; }

.m-r-45 {
  margin-right: 45px; }

.m-r-50 {
  margin-right: 50px; }

.m-r-55 {
  margin-right: 55px; }

.m-r-60 {
  margin-right: 60px; }

.m-r-65 {
  margin-right: 65px; }

.m-r-70 {
  margin-right: 70px; }

.m-r-75 {
  margin-right: 75px; }

.m-r-80 {
  margin-right: 80px; }

.m-r-90 {
  margin-right: 90px; }

.m-r-100 {
  margin-right: 100px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-25 {
  margin-bottom: 25px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-b-45 {
  margin-bottom: 45px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-b-55 {
  margin-bottom: 55px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-b-65 {
  margin-bottom: 65px; }

.m-b-70 {
  margin-bottom: 70px; }

.m-b-75 {
  margin-bottom: 75px; }

.m-b-80 {
  margin-bottom: 80px; }

.m-b-90 {
  margin-bottom: 90px; }

.m-b-100 {
  margin-bottom: 100px; }

.m-l-5 {
  margin-left: 5px; }

.m-l-10 {
  margin-left: 10px; }

.m-l-15 {
  margin-left: 15px; }

.m-l-20 {
  margin-left: 20px; }

.m-l-25 {
  margin-left: 25px; }

.m-l-30 {
  margin-left: 30px; }

.m-l-35 {
  margin-left: 35px; }

.m-l-40 {
  margin-left: 40px; }

.m-l-45 {
  margin-left: 45px; }

.m-l-50 {
  margin-left: 50px; }

.m-l-55 {
  margin-left: 55px; }

.m-l-60 {
  margin-left: 60px; }

.m-l-65 {
  margin-left: 65px; }

.m-l-70 {
  margin-left: 70px; }

.m-l-75 {
  margin-left: 75px; }

.m-l-80 {
  margin-left: 80px; }

.m-l-90 {
  margin-left: 90px; }

.m-l-100 {
  margin-left: 100px; }

.m-x-5 {
  margin-right: 5px;
  margin-left: 5px; }

.m-x-10 {
  margin-right: 10px;
  margin-left: 10px; }

.m-x-15 {
  margin-right: 15px;
  margin-left: 15px; }

.m-x-20 {
  margin-right: 20px;
  margin-left: 20px; }

.m-x-25 {
  margin-right: 25px;
  margin-left: 25px; }

.m-x-30 {
  margin-right: 30px;
  margin-left: 30px; }

.m-x-35 {
  margin-right: 35px;
  margin-left: 35px; }

.m-x-40 {
  margin-right: 40px;
  margin-left: 40px; }

.m-x-45 {
  margin-right: 45px;
  margin-left: 45px; }

.m-x-50 {
  margin-right: 50px;
  margin-left: 50px; }

.m-x-55 {
  margin-right: 55px;
  margin-left: 55px; }

.m-x-60 {
  margin-right: 60px;
  margin-left: 60px; }

.m-x-65 {
  margin-right: 65px;
  margin-left: 65px; }

.m-x-70 {
  margin-right: 70px;
  margin-left: 70px; }

.m-x-75 {
  margin-right: 75px;
  margin-left: 75px; }

.m-x-80 {
  margin-right: 80px;
  margin-left: 80px; }

.m-x-90 {
  margin-right: 90px;
  margin-left: 90px; }

.m-x-100 {
  margin-right: 100px;
  margin-left: 100px; }

.m-y-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m-y-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-y-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-y-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.m-y-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.m-y-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m-y-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.m-y-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.m-y-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.m-y-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m-y-55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.m-y-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.m-y-65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.m-y-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.m-y-75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.m-y-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.m-y-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.m-y-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.p-5 {
  padding: 5px; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-25 {
  padding: 25px; }

.p-30 {
  padding: 30px; }

.p-35 {
  padding: 35px; }

.p-40 {
  padding: 40px; }

.p-45 {
  padding: 45px; }

.p-50 {
  padding: 50px; }

.p-55 {
  padding: 55px; }

.p-60 {
  padding: 60px; }

.p-65 {
  padding: 65px; }

.p-70 {
  padding: 70px; }

.p-75 {
  padding: 75px; }

.p-80 {
  padding: 80px; }

.p-90 {
  padding: 90px; }

.p-100 {
  padding: 100px; }

.p-t-5 {
  padding-top: 5px; }

.p-t-10 {
  padding-top: 10px; }

.p-t-15 {
  padding-top: 15px; }

.p-t-20 {
  padding-top: 20px; }

.p-t-25 {
  padding-top: 25px; }

.p-t-30 {
  padding-top: 30px; }

.p-t-35 {
  padding-top: 35px; }

.p-t-40 {
  padding-top: 40px; }

.p-t-45 {
  padding-top: 45px; }

.p-t-50 {
  padding-top: 50px; }

.p-t-55 {
  padding-top: 55px; }

.p-t-60 {
  padding-top: 60px; }

.p-t-65 {
  padding-top: 65px; }

.p-t-70 {
  padding-top: 70px; }

.p-t-75 {
  padding-top: 75px; }

.p-t-80 {
  padding-top: 80px; }

.p-t-90 {
  padding-top: 90px; }

.p-t-100 {
  padding-top: 100px; }

.p-r-5 {
  padding-right: 5px; }

.p-r-10 {
  padding-right: 10px; }

.p-r-15 {
  padding-right: 15px; }

.p-r-20 {
  padding-right: 20px; }

.p-r-25 {
  padding-right: 25px; }

.p-r-30 {
  padding-right: 30px; }

.p-r-35 {
  padding-right: 35px; }

.p-r-40 {
  padding-right: 40px; }

.p-r-45 {
  padding-right: 45px; }

.p-r-50 {
  padding-right: 50px; }

.p-r-55 {
  padding-right: 55px; }

.p-r-60 {
  padding-right: 60px; }

.p-r-65 {
  padding-right: 65px; }

.p-r-70 {
  padding-right: 70px; }

.p-r-75 {
  padding-right: 75px; }

.p-r-80 {
  padding-right: 80px; }

.p-r-90 {
  padding-right: 90px; }

.p-r-100 {
  padding-right: 100px; }

.p-b-5 {
  padding-bottom: 5px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-b-25 {
  padding-bottom: 25px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-b-35 {
  padding-bottom: 35px; }

.p-b-40 {
  padding-bottom: 40px; }

.p-b-45 {
  padding-bottom: 45px; }

.p-b-50 {
  padding-bottom: 50px; }

.p-b-55 {
  padding-bottom: 55px; }

.p-b-60 {
  padding-bottom: 60px; }

.p-b-65 {
  padding-bottom: 65px; }

.p-b-70 {
  padding-bottom: 70px; }

.p-b-75 {
  padding-bottom: 75px; }

.p-b-80 {
  padding-bottom: 80px; }

.p-b-90 {
  padding-bottom: 90px; }

.p-b-100 {
  padding-bottom: 100px; }

.p-l-5 {
  padding-left: 5px; }

.p-l-10 {
  padding-left: 10px; }

.p-l-15 {
  padding-left: 15px; }

.p-l-20 {
  padding-left: 20px; }

.p-l-25 {
  padding-left: 25px; }

.p-l-30 {
  padding-left: 30px; }

.p-l-35 {
  padding-left: 35px; }

.p-l-40 {
  padding-left: 40px; }

.p-l-45 {
  padding-left: 45px; }

.p-l-50 {
  padding-left: 50px; }

.p-l-55 {
  padding-left: 55px; }

.p-l-60 {
  padding-left: 60px; }

.p-l-65 {
  padding-left: 65px; }

.p-l-70 {
  padding-left: 70px; }

.p-l-75 {
  padding-left: 75px; }

.p-l-80 {
  padding-left: 80px; }

.p-l-90 {
  padding-left: 90px; }

.p-l-100 {
  padding-left: 100px; }

.p-x-5 {
  padding-right: 5px;
  padding-left: 5px; }

.p-x-10 {
  padding-right: 10px;
  padding-left: 10px; }

.p-x-15 {
  padding-right: 15px;
  padding-left: 15px; }

.p-x-20 {
  padding-right: 20px;
  padding-left: 20px; }

.p-x-25 {
  padding-right: 25px;
  padding-left: 25px; }

.p-x-30 {
  padding-right: 30px;
  padding-left: 30px; }

.p-x-35 {
  padding-right: 35px;
  padding-left: 35px; }

.p-x-40 {
  padding-right: 40px;
  padding-left: 40px; }

.p-x-45 {
  padding-right: 45px;
  padding-left: 45px; }

.p-x-50 {
  padding-right: 50px;
  padding-left: 50px; }

.p-x-55 {
  padding-right: 55px;
  padding-left: 55px; }

.p-x-60 {
  padding-right: 60px;
  padding-left: 60px; }

.p-x-65 {
  padding-right: 65px;
  padding-left: 65px; }

.p-x-70 {
  padding-right: 70px;
  padding-left: 70px; }

.p-x-75 {
  padding-right: 75px;
  padding-left: 75px; }

.p-x-80 {
  padding-right: 80px;
  padding-left: 80px; }

.p-x-90 {
  padding-right: 90px;
  padding-left: 90px; }

.p-x-100 {
  padding-right: 100px;
  padding-left: 100px; }

.p-y-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.p-y-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-y-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.p-y-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p-y-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.p-y-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-y-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.p-y-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-y-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.p-y-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.p-y-55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.p-y-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.p-y-65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.p-y-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.p-y-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.p-y-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.p-y-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.p-y-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.bg-color-white-trans-low {
	background-color: rgba(255, 255, 255, 0.3);
}

.text-center {
	text-align: center;
}

.text-white {
	color: #ffffff;
}

.text-blue {
  color: #40bae8;
}

.text-darkblue {
  color: #004679;
}

.text-bold {
	font-weight: bold;
}

.heading-4 {
  font-size: 24px;
  font-weight: 600;
}

.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.list-dotted {
  list-style: disc;
}

.font-size-medium {
  font-size: 20px;
}

.bg-color-lightgray {
  background-color: #F2F2F2;
}

.float-right {
  float: right;
}

/* Partner Page */
.clients-wrapper {
  background-image: url(https://energywatch-inc.com/wp-content/uploads/2015/05/background@2x-1.png);
  color: #fff;

}
.clients-slider-wrapper .logos-slider{
	position:relative;
	padding:0 45px;
	margin:40px 0 0px;
}
.clients-slider-wrapper .logo-item{
	padding:49% 0 0;
}
.clients-slider-wrapper .logo-item img{
	max-width:90%;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%) scale(1);
	-moz-transform:translateX(-50%) translateY(-50%) scale(1);
	-ms-transform:translateX(-50%) translateY(-50%) scale(1);
	transform:translateX(-50%) translateY(-50%) scale(1);
}
.clients-slider-wrapper .owl-next, .clients-slider-wrapper .owl-prev{display:block;width:16px;height:24px;position:absolute;top:50%;margin-top:-12px}
.clients-slider-wrapper .owl-next svg, .clients-slider-wrapper .owl-prev svg{position:absolute;width:100%;height:100%;fill:#b9b9bb}
.clients-slider-wrapper .owl-next:hover svg, .clients-slider-wrapper .owl-prev:hover svg{fill:#9dcd39}
.clients-slider-wrapper .owl-prev{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}
.clients-slider-wrapper .owl-next{right:0}
@media only screen and (max-width:768px) {
	.clients-slider-wrapper .logos-slider {
		margin:20px 0 45px;
		padding:0 35px;
	}
	.clients-slider-wrapper .frame {
		padding:0 15px;
	}
}
@media only screen and (max-width:530px) {
	.clients-slider-wrapper {
		padding:20px 0 30px;
	}
	.clients-slider-wrapper .frame {
		padding:0 5px;
	}
	.clients-slider-wrapper .logos-slider{
		margin-bottom:25px;
		padding:0 30px;
	}
}

.bg-color-white-trans-low {
	background-color: rgba(255, 255, 255, 0.3);
	margin-right: auto;
	margin-left: auto;
}

.bg-color-white {
	background-color: white;
}

.blue-divider {
  background-color: #004679;
  width: 122px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
}

.pos-rel {
	position: relative;
}

/* Partner Page Grid */
.column {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

@media all and (min-width: 992px) {
	.column {
		padding-right: 15px;
		padding-left: 15px;
	}
	.column-3 {
		width: 25%;
	}
	.column-4 {
		width: 33.3333%;
	}

	.column-5 {
		width: 41.6666%;
	}

	.column-6 {
		width: 50%;
	}

	.column-7 {
		width: 58.3333%;
	}

	.column-8 {
		width: 66.6666%;
	}
	.column-9 {
		width: 75%;
	}
	.column-11 {
		width: 91.6666%;
	}
	.column-12 {
		width: 100%;
	}
}

.page-template-page-partner-page {
  font-size: 16px;
  line-height: 1.4;
}

.page-template-page-partner-page .content-area {
	font-size: 20px;
}

.page-template-page-partner-page .content-area ul {
	display: inline-block;
	list-style: disc;
}

.page-template-page-partner-page .content-area h4 {
	color: #40bae8;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}

.case-study-wrapper .logo-item {
	height: 130px;
	width: 212px;
}

.display-ib {
	display: inline-block;
}

.text-uppercase {
	text-transform: uppercase;
}
