@font-face {
	font-family: "flaticon";
	src: url("../fonts/flaticon.eot");
	src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"),
	url("../fonts/flaticon.woff") format("woff"),
	url("../fonts/flaticon.ttf") format("truetype"),
	url("../fonts/flaticon.svg#flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
# typography
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width:100%;
  height:auto;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: solid 2px #000;
    background: #fff;
    border-radius: 4px;
    box-shadow: none;
    line-height: 1;
    color: #191919;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.search-submit.btn.btn-default{
	font-size: 16px;
    padding: 9px 10px;
}

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

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

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize:vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}
td,
th {
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin-top: 0;
	margin-bottom: 35px;
	display:block;
}
h1 {
  font-size: 50px;
  line-height: 56px;
  color:#fff;
  font-weight:700;
  letter-spacing:-0.4px;
  background:#191919;
  display:inline;
  text-transform:uppercase;
  vertical-align: middle;
}
h1 span {
    padding: 4px 10px;
    line-height: 1.1;
}
h2 {
  font-size: 30px;
  line-height: 38px;
  color:#000;
  font-weight:600;
  margin-bottom: 40px;
}
h3 {
  font-size: 27px;
  line-height: 30px;
  color:#000;
  font-weight:700;
  letter-spacing:-0.4px;
  text-transform:uppercase;
}
h4 {
  font-size: 24px;
  line-height: 38px;
  color:#000;
  font-weight:600;
}
h5 {
  font-size: 20px;
  line-height: 30px;
  color:#000;
  font-weight:700;
  letter-spacing:-0.4px;
  text-transform:uppercase;
  margin-bottom: 0px;
}

p {
	font-size: 18px;
	line-height: 28px;
	color:#000;
	font-weight:500;
	margin-bottom: 30px;
}
ul {
	padding-left: 1em;
}
li {
	font-size: 18px;
	line-height: 28px;
	color:#000;
	font-weight:500;
}
a {
	color:#aa2ff0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.glyph-icon {
    display: inline-block;
    font-family: "flaticon";
    font-size: 20px;
    line-height: 1;
	font-style:normal;
	vertical-align:middle;
	margin-right:6px;
}
.flaticon-001-long-arrow-pointing-to-the-right:before {
	content: "\e001";
}
.flaticon-002-arrow-pointing-to-right:before {
	content: "\e002";
}
.flaticon-003-next-1:before {
	content: "\e003";
}
.flaticon-004-download-arrow:before {
	content: "\e004";
}
.flaticon-005-next:before {
	content: "\e005";
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
*:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
}
.widget select {
  max-width: 100%;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}
*:focus {outline:none;}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

@media (min-width: 1200px){
	.container {
		max-width: 1440px;
	}
}

html, body {
  height: 100%;
  margin: 0;
}
.page-content {
  min-height: 100%;
  margin-bottom: -144px;
}
footer#colophon,
.push {
  height: 144px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff ;
  position:fixed;
  width:100%;
  top:0;
  left:0;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 16px 0 18px;
  z-index:99;
}
.navbar-brand > a img {
  display:block;
}
.navbar-brand {
	height: auto;
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
}
#main-nav .navbar-nav  {
	display:block;
	padding-top: 40px;
}
#main-nav .navbar-nav > li {
	display:inline-block;
	padding: 0 20px;
}
#main-nav .navbar-nav > li a {
	font-size: 17px;
	line-height: 20px;
	color:#000;
	font-weight:700;
	letter-spacing:-0.4px;
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li.current-menu-item > a,
#main-nav .navbar-nav > li.current-page-ancestor > a {
	color:#7a7a7a;
	text-decoration:none;
}
#masthead #main-nav .connectd-btn {
	display:none;
}
.pdlt-0 {
	padding-left:0;
}
#masthead select {
	display:inline-block;
	border:none;
	font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
	text-transform: uppercase;
	vertical-align:middle;
}
#masthead .selectBox {
	border: none;
	background:#fff;
	border-radius:0;
	box-shadow: none;
	min-width:110px;
	line-height: 1;
	width:110px;
	display:inline-block;
}
#masthead  .selectBox-label {
	font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
	text-transform: uppercase;
}
#masthead .selectBox-arrow {
	width: 15px;
	border-left: none;
	    top: -2px;
	background: url(../images/arrow-below.svg) 50% center no-repeat/ 13px 10px;
}
.selectBox-dropdown-menu.menu-lang-selectBox-dropdown-menu {
	border: none;
}
.menu-lang-selectBox-dropdown-menu.selectBox-options LI A {
	font-size: 13px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
	border-top: none;
}
#masthead .social {
	margin:0;
	display:inline-block;
	text-align:center;
	padding: 0;
	vertical-align:middle;
}
#masthead .social li {
    display: inline-block;
    padding: 0 3px;
}
#masthead .social li a {
	color:#000;
	font-size:20px;
}
#masthead .social li a:hover {
	color:#7a7a7a;
	text-decoration:none;
}
#masthead a.connectd-btn {
    font-size: 17px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding: 6px 10px;
    letter-spacing: -0.4px;
    display: block;
    border: 2px solid #000;
    text-transform: uppercase;
    margin-top: 10px;
	border-radius: 5px;
}
#masthead a.connectd-btn:hover {
	color:#fff;
	background:#191919;
	text-decoration:none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
	background-color: #cccccc;
	padding:60px 0;
}
footer#colophon ul {
	margin:0;
	padding: 0;
}
footer#colophon li {
	display:inline-block;
	font-size: 15px;
    line-height: 20px;
    color: #231f1f;
    font-weight: 500;
	padding: 0 30px;
	border-right:1px solid #231f1f;
}
footer#colophon li:last-child {
	border:none;
}
footer#colophon li a {
	font-size: 15px;
    line-height: 20px;
    color: #231f1f;
    font-weight: 500;
	text-decoration:underline;
}
footer#colophon li a:hover {
	color:#7a7a7a;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.home-slider-bar .image-wrap {
	height:729px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:200px 0;
}
.home-slider-bar .image-wrap h1 {
	font-size: 65px;
    line-height: 65px;
	margin-bottom:25px;
}
.home-slider-bar .image-wrap h1 span {
	display:inline-block;
	padding:0 18px;
	line-height:1;
}
.btn-learn {
	background: #fff;
    font-size: 17px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.4px;
    padding: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 32px;
	min-width:200px;
	text-align:center;
	    white-space: nowrap;
}
.btn-learn:after {
	content:"\e001";
	display:inline-block;
	font-family: "flaticon";
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    vertical-align: middle;
	margin-left:12px;
}
.btn-learn:hover {
	text-decoration:none;
	opacity:.8;
	color: #000;
}
.subtitle {
	font-size: 16px;
    line-height: 24px;
    color: #191919;
    font-weight: 500;
}
.post-grid-bar {
	padding:90px 0;
}
.post-grid-bar .post-wrap {
	padding: 60px 40px 45px 40px;
	margin-bottom:30px;
}
.post-grid-bar .post-wrap.post-with-image {
	padding-top:0;
	margin-top:78px;
}
.post-grid-bar .post-wrap:hover {
	opacity:.7;
}
.home-slider-bar + .post-grid-bar .post-wrap:hover {
	opacity:1;
    background: #84d1ff !important;
}
.post-grid-bar .post-wrap a.post-grid-link {
	display:block;
}
.post-grid-bar .post-wrap a.post-grid-link:hover {
	text-decoration:none;
}
.post-grid-bar .post-wrap figure img {
	max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin-right: -40px;
    margin-top: -78px;
}
.post-grid-bar .post-wrap figure {
	margin-bottom: 32px;
}
.post-grid-bar .post-wrap .post-title {
	font-size: 38px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.4px;
	text-transform:uppercase;
	margin-bottom: 40px;
}
.post-grid-bar .post-wrap p {
	color:#fff;
}
.content-post {
	margin-bottom:35px;
}
.post-grid-bar .content-post p a {
	color: white;
	text-decoration: underline;
}
.btn-view {
	font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.4px;
	padding:10px 0;
	text-transform:uppercase;
}
.btn-view:before {
	content:"";
	display:inline-block;
}
a.btn-view:hover {
	color:#7a7a7a !important;
	text-decoration:none;
}
.post-wrap .btn-view {
	color:#fff;
}
.meta-data ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:40px;
}
.meta-data ul li,.meta-data ul li a {
	display:inline-block;
	font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
	padding:0px 10px;
    letter-spacing: -0.4px;
	text-transform:uppercase;
}
.meta-data ul li {
	border-left:2px solid #000;
}
.meta-data ul li:first-child {
	padding-left:0;
	border:none;
}
.filter-wrap {
	margin-bottom:40px;
}
.filter-wrap .selectBox {
	border: solid 2px #000;
	background:#fff;
	border-radius:3px;
	box-shadow: none;
	min-width:340px;
	line-height: 1;
}
.filter-wrap .selectBox-dropdown .selectBox-label {
	font-size: 20px;
    line-height: 36px;
    color: #191919;
    font-weight: 600;
	padding:10px 15px;
	text-transform:uppercase;
}
.filter-wrap .selectBox-dropdown .selectBox-arrow {
	width: 55px;
	border-left: solid 2px #000;
	background: url(../images/arrow-below.svg) 50% center no-repeat/ 17px 13px;
}
.selectBox-dropdown-menu.filter-select-selectBox-dropdown-menu {
	border: solid 2px #000;
}
.filter-select-selectBox-dropdown-menu.selectBox-options LI A {
	font-size: 18px;
    line-height: 36px;
    color: #191919;
    font-weight: 600;
	text-transform:uppercase;
	border-top: 1px solid #000;
}
.load-more-wrap {
	padding:40px 0;
}
.btn {
	display:inline-block;
	position:relative;
	border: solid 2px #000;
	background:#fff;
	border-radius:4px;
	box-shadow: none;
	min-width:286px;
	line-height: 1;
	color: #191919;
	padding:0;
	font-size: 20px;
    line-height: 36px;
    font-weight: 600;

	text-transform:uppercase;
}
.btn span {
	width:100%;
	padding:10px 80px 10px 20px;
	display:block;
}
.btn:hover {
	text-decoration:none;
	color: #7a7a7a;
	border: solid 2px #7a7a7a;
}
.btn:after {
	content:"\e002";
	width:60px;
	height:100%;
	position:absolute;
	border-left: solid 2px #000;
	right:0;
	display:flex;
	align-items: center;
justify-content: center;
	top:0;
	padding:15px 0;
	font-family: "flaticon";
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    vertical-align: middle;
}
.btn.btn-default {
	padding:12px;
	min-width:80px;
}
.btn.btn-default:after {
	content:"";
	display:none;
}
.load-more-wrap a.btn:after {
	content:"\e004";
}
.load-more-wrap a:hover:after,.btn:hover:after  {
	border-color:#7a7a7a;
}
.banner-wrap {
	min-height:298px;
	line-height:298px;
	background-color:#191919;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.banner-wrap h1 {
	margin:0;
	background:none;
	display:inline-block;
	font-size: 65px;
    line-height: 65px;
	padding:4px 10px;
}
.banner-wrap h1 span {
	background:#89ce45;
	display:inline;
}
.sub-pages-wrap {
	background:#37adff;
	padding:20px 0;
}
.sub-pages-wrap ul {
	margin:0;
	padding:0;
}
.sub-pages-wrap li {
	list-style:none;
	display:inline-block;
	margin-right:40px;
	position:relative;
}
.sub-pages-wrap .glyph-icon {
	margin-right:0;
}
.sub-pages-wrap li a {
	font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
	letter-spacing:-0.4px;
	text-transform:uppercase;
}
.sub-pages-wrap li a:hover {
	color: #2477a1 !important;
	text-decoration:none;
}
.cmn-pad {
	padding:100px 0;
}
.content_block-bar+.content_block-bar {
	padding:0 0 100px;
}
.full-width-content_columns-bar h3 {
	font-size:40px;
	line-height:44px;
	margin-bottom:35px;
}
.full-width-content_columns-bar p {
	color:inherit;
}
.image_grid-bar ul {
	list-style:none;
	margin:0;
	padding:0;
}
.image_grid-bar ul li {
	display:inline-block;
	vertical-align:middle;
}
.image_grid-bar ul.img-col-5 li {
	width:calc(20% - 8px);
}
.image_grid-bar ul.img-col-6 li {
	width:calc(16.6% - 8px);
}
.custom_grid-wrap {
	padding: 60px 40px 45px 40px;
    margin-bottom: 30px;
}
.custom_grid-wrap .custom_grid-title {
	font-size: 38px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.custom_grid-wrap h3 {
	color: #fff;
}
.content-custom_grid p,.content-custom_grid li {
	color: #fff;
}
.half-width-content_columns-bar {
	position:relative;
}
.half-width-content_columns-bar span.left-box {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:50%;
}
.half-width-content_columns-bar span.right-box {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:50%;
}
.half-width-content_columns-bar .content-wrap {
	padding:10px 35px;
}
.half-width-content_columns-bar .content-wrap h3 {
	font-size:40px;
	line-height:40px;
	color:#fff;
}
.half-width-content_columns-bar .content-wrap p , .half-width-content_columns-bar .content-wrap li,.half-width-content_columns-bar .content-wrap li a  {
	color:#fff;
}
.list-with-icon {
	padding:0;
	margin:0;
}
.list-with-icon li {
	position:relative;
	padding-left:30px;
	list-style:none;
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	letter-spacing:0.4px;
	margin-bottom:8px;
}
.list-with-icon li:before {
	content: "\e003";
	display: inline-block;
    font-family: "flaticon";
    line-height: 1;
    font-style: normal;
    vertical-align: middle;
    margin-right: 10px;
	position:absolute;
	left:0;
	top:4px;
}
.testimonials-slider-bar .slide {
	padding:60px 0;
}
blockquote,blockquote p {
	margin:0;
	padding:0;
	font-size:34px;
	line-height:48px;
	font-weight:bold;
	letter-spacing:0.4px;
	color:#fff;
	text-transform:uppercase;
}
blockquote cite {
	font-weight:600;
}
.quote-icon {
	width:130px;
}
.custom_form-bar h3,.custom_form-bar h4,.custom_form-bar p,.custom_form-bar a {
	color:#fff;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.custom_form-bar h3 {
	font-size:60px;
	line-height:58px;
}
.custom_form-bar form h4 {
	margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin-top: 20px;
}
.form-control-checkboxs {
	background:none;
	padding:0;
	color:#fff;
	font-weight:600;
	border:none;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 15px 0 0;
}
.fade.in {
	opacity:1;
}
.custom_form_with_language-bar ul.nav {
	padding-bottom:40px;
}
.custom_form_with_language-bar ul.nav a.btn {
	font-weight:500;
	font-size:16px;
	line-height:21px;
	padding:7px 20px;
	display:block;
	margin-right:15px;
	background:transparent;
	color:#000;
}
.custom_form_with_language-bar ul.nav a.btn.active,.custom_form_with_language-bar ul.nav a.btn:hover {
	background:#191919;
	color:#37adff;
	border-color:#191919;
}
.post-thumbnail {
	margin:30px 0;
}
.post-thumbnail img {
	display:block;
	width:100%;
	height:auto;
}
.meta-entry.meta-data {
	padding:30px 0 0;
}
.meta-entry.meta-data ul li, .meta-entry.meta-data ul li a {
	color:#000000;
}
.form-control.wpcf7-not-valid {
	border-color:red;
}
span.wpcf7-not-valid-tip {
	display:none;
}
.share-buttons > div {
	display: inline-block;
    vertical-align: middle;
}
.share-buttons > div.a2a_kit a {
	font-size:20px;
	padding:0 7px;
}
.share-buttons > div.a2a_kit a:hover {
	color:#8c8c8c;
}
.form-control {
	border-color: transparent;
}
.form-control {
	color: #303030;
	min-height: 60px;
	font-weight: 600;
}
.custom_form-bar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303030;
}
.custom_form-bar ::-moz-placeholder { /* Firefox 19+ */
  color: #303030;
}
.custom_form-bar :-ms-input-placeholder { /* IE 10+ */
  color: #303030;
}
.custom_form-bar :-moz-placeholder { /* Firefox 18- */
  color: #303030;
}

.custom_form_with_language-bar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #37adff;
}
.custom_form_with_language-bar ::-moz-placeholder { /* Firefox 19+ */
  color: #37adff;
}
.custom_form_with_language-bar :-ms-input-placeholder { /* IE 10+ */
  color: #37adff;
}
.custom_form_with_language-bar :-moz-placeholder { /* Firefox 18- */
  color: #37adff;
}
.custom_form_with_language-bar .form-control {
	color: #37adff;
	min-height: 60px;
	font-weight: 600;
}
.custom_form_with_language-bar  .wpcf7-list-item-label {
	color:#fff;
}
.custom_form_with_language-bar .btn {
	background:none;
}
.custom_form_with_language-bar .btn:hover {
    text-decoration: none;
    color: #2477a1;
    border: solid 2px #2477a1;
}
.custom_form_with_language-bar .btn:hover:after {
    border-color: #2477a1;
}

.visible-md {
	display:none;
}

.menu-toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
   z-index: 9;
}
.menu-toggle .bars {
  width: 45px;
  height: 26px;
  position: relative;
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.menu-toggle .bars span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgb(55, 173, 255);
  margin-top: 7px;
}
.menu-toggle .bars span:first-child {
  margin-top: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.4s;
}
.menu-toggle .bars span:nth-child(3) {
  width: 65%;
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.4s;
}
.menu-toggle .bars .other-bar {
  width: 4px;
  height: 0;
  background-color: rgb(55, 173, 255);
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -2px;
  transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 10;
}
.menu-toggle.is-menu-open .bars span {
	background-color:#fff;
	opacity: .55;
}
.menu-toggle.is-menu-open .bars {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: 0.4s;
}
.menu-toggle.is-menu-open .bars span:first-child {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.menu-toggle.is-menu-open .bars span:nth-child(3) {
  width: 0;
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.menu-toggle.is-menu-open .bars .other-bar {
  height: 45px;
  transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.3s;
  background-color: #fff;
  opacity: .55;
}
#sub-pages-toggle {
	display:none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    color: #fff;
    padding: 0;
    width: 100%;
    font-size: 15px;
	margin: 25px 0;
}
div.wpcf7-mail-sent-ok {
	color: #fff;
    width: 100%;
    font-size: 15px;
	margin: 25px 0;
	border: none;
	padding: 0;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    border: none;
    border-color: #fff;
    -webkit-appearance: none;
    border: 2px solid #fff;
    height: 12px;
    width: 12px;
    background: #fff;
	border-radius:2px;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
	background:#fff url(../images/check-mark.svg) no-repeat center / 8px;
}


@media screen and (max-width:1439px) {

#main-nav .navbar-nav {
    display: block;
    padding-top: 15px;
}
#main-nav .navbar-nav > li {
    display: inline-block;
    padding: 0 10px;
}
#masthead .social li a {
    color: #000;
    font-size: 18px;
}
#masthead a.connectd-btn {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 10px;
    margin-top: 2px;
}
.post-grid-bar .post-wrap,.custom_grid-wrap {
    padding: 50px 25px 40px 25px;
    margin-bottom: 30px;
}
.post-grid-bar .post-wrap figure img {
    max-width: calc(100% + 25px);
    width: calc(100% + 25px);
    margin-right: -25px;
    margin-top: -48px;
}
footer#colophon li {
    padding: 0 18px;
}

}

@media screen and (max-width:1199px) {
h3 {
	font-size: 22px;
	line-height: 1.4;
}
#main-nav .navbar-nav > li a {
    font-size: 15px;
}
.lang-social {
	float: right;
    padding: 5px 10px 0 10px;
}
#masthead a.connectd-btn {
	float:right;
}
#main-nav .navbar-nav {
    display: block;
    padding-top: 0;
    padding-bottom: 8px;
}
.post-grid-bar .post-wrap,.custom_grid-wrap {
    padding: 50px 15px 40px 15px;
}
.meta-data ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}
.meta-data ul li {
    font-size: 12px;
    line-height: 14px;
    padding: 0px 8px;
}
.post-grid-bar .post-wrap figure img {
    max-width: calc(100% + 15px);
    width: calc(100% + 15px);
    margin-right: -15px;
    margin-top: -38px;
}
.post-grid-bar .post-wrap .post-title,.custom_grid-wrap .custom_grid-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
}
.btn-view {
    font-size: 14px;
}
.post-grid-bar {
    padding: 60px 0;
}
.banner-wrap h1 span {
    font-size: 60px;
    line-height: 60px;
}
.sub-pages-wrap li a {
    font-size: 18px;
    line-height: 28px;
}
.half-width-content_columns-bar .content-wrap h3 {
    font-size: 36px;
    line-height: 40px;
}
p {
    font-size: 17px;
    line-height: 24px;
}

}


@media screen and (max-width: 991px){

.post-grid-bar .post-wrap {
	margin-top:0 !important;
}
.post-grid-bar {
	margin-bottom:0 !important;
}
.visible-md {
	display:block;
}
#main-menu {
	position: absolute;
    width: 100%;
    background: #191919;
    left: 0;
    top: 0;
	display:none;
}
#main-menu #main-nav .navbar-nav > li a {
	color:#fff;
	font-size: 17px;
	line-height:24px;
}
#main-nav .navbar-nav > li > a:hover, #main-nav .navbar-nav > li.current-menu-item > a, #main-nav .navbar-nav > li.current-page-ancestor > a {
    opacity:.55;
    text-decoration: none;
}
#main-nav {
	max-width:640px;
	margin:0 auto;
	padding:60px 25px 25px;
}
#main-nav .navbar-nav > li {
    display: block;
    padding: 12px 10px;
    text-align: left;
}
#masthead a.connectd-btn {
	display:none;
}
#masthead #main-nav .connectd-btn {
	display:block;
	float: none;
    color: #fff;
    font-size: 18px;
    border-color: #fff;
    padding: 15px;
}
.social-icons-with-language {
	background:#2e2d2d;
}
.lang-social {
	float:none;
	max-width:640px;
	padding:15px 25px;
	margin:0 auto;
}
#masthead .selectBox {
	float:left;
	background:none;
	color:#fff;
	    min-width: 135px;
}
#masthead .social {
	float:right;
}
#masthead .selectBox-label {
	color: #fff;
    font-size: 16px;
	width: 100% !important;
}
#masthead .selectBox-arrow {
	    background: url(../images/arrow-below-wh.svg) 50% center no-repeat/ 13px 10px;
}
#masthead .social li a {
	color:#fff;
	font-size:24px;
}
#masthead .social li {
    display: inline-block;
    padding: 0 6px;
}
a.btn-view {
	 margin-bottom: 40px;
    display: inline-block;
}
footer#colophon {
    background-color: #cccccc;
    padding: 45px 0;
}
.banner-wrap h1,.banner-wrap h1 span {
	font-size: 56px;
    line-height: 58px;

}
.sub-pages-wrap li a {
    font-size: 16px;
    line-height: 24px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
}
.list-with-icon li {
    font-size: 15px;
}
.post-grid-bar .col-lg-2 h3 {
	margin-top:0 !important;
}
.post-grid-bar .post-wrap figure {
	margin-bottom: 32px;
	margin-top: 40px;
}
h2 {
    font-size: 25px;
    line-height: 34px;
}
p {
    font-size: 16px;
    line-height: 23px;
}
.custom_form-bar h3 {
    font-size: 50px;
    line-height: 48px;
}
blockquote, blockquote p {
    font-size: 32px;
    line-height: 44px;
}
.quote-icon {
    width: 100px;
}

}



@media screen and (max-width: 767px){

.home-slider-bar .image-wrap {
    height: 500px;
    padding: 60px 0;
}
.home-slider-bar .image-wrap h1 {
    font-size: 48px;
    line-height: 45px;
    margin-bottom: 25px;
}
.post-grid-bar .post-wrap .post-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
}

footer#colophon {
	background-color: #cccccc;
	padding: 24px 0;
	height: auto;
}
footer#colophon li {
	display:block;
	border:none;
	margin-bottom:10px;
}
.sub-pages-wrap {
	position:relative;
}
#sub-pages-toggle {
	display: block;
    float: none;
    position: relative;
	top:0;
	left:0;
    width: 100%;
    transform: translate(0%, 0%);
	padding-right:35px;
	color: #000;
    font-weight: 700;
    letter-spacing: -0.4px;
    text-transform: uppercase;
	font-size: 18px;
    line-height: 30px;
}
#sub-pages-toggle span {
background: url(../images/arrow-below.svg) 50% center no-repeat/ 26px 20px;
    height: 30px;
    width: 30px;
	position: absolute;
	display:block;
	right:0;
	top:2px;
	-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-ms-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear;
 }
#sub-pages-toggle.is-menu-open span {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
}
.sub-pages-wrap .menu-toggle .bars span {
	background-color:#fff;
}
.sub-pages-wrap ul#sub-pages-menu {
	position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #5cbbfd;
    padding: 20px 15px 20px;
	display:none;
	z-index: 1;
}
.sub-pages-wrap ul#sub-pages-menu li {
	max-width:600px;
	margin:0 auto;
	display: block;
    margin-right: 0;
	padding-bottom:8px;
}
.sub-pages-wrap ul#sub-pages-menu li.current-li,
.page-parent ul#sub-pages-menu li.parent,
 ul#sub-pages-menu li.parent .glyph-icon {
	display:none;
}

.sub-pages-wrap li a {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
}
.cmn-pad {
    padding: 60px 0;
}
.custom_grid-wrap {
    padding: 40px 40px 45px 40px;
}
.custom_grid-wrap .custom_grid-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
}
.half-width-content_columns-bar span.left-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 52%;
    width: 100%;
}
.half-width-content_columns-bar span.right-box {
    position: absolute;
    top: auto;
    right: 0;
    height: 48%;
    width: 100%;
    bottom: 0;
}
.banner-wrap h1, .banner-wrap h1 span {
	font-size:46px;
	line-height:52px;
}
.full-width-content_columns-bar h3 {
    font-size: 36px;
    line-height: 44px;
}
.list-with-icon li {
    font-size: 15px;
}
h1 {
	font-size: 36px;
    line-height: 42px;
}
h2 {
    font-size: 22px;
    line-height: 30px;
}
p {
    font-size: 15px;
    line-height: 21px;
}
.custom_form-bar h3 {
    font-size: 38px;
    line-height: 36px;
}
h5 {
    font-size: 18px;
    line-height: 26px;
}
.post-grid-bar .post-wrap, .custom_grid-wrap {
    padding: 50px 25px 40px 25px;
}
.post-grid-bar .post-wrap figure img {
    margin-right: -25px;
    margin-top: -38px;
}
blockquote, blockquote p {
    font-size: 30px;
    line-height: 42px;
}
.quote-icon {
    width: 80px;
}
.image_grid-bar ul.img-col-5 li {
	padding: 0 10px;
    vertical-align: middle;
}
.image_grid-bar ul {
	background:none;
}
.image_grid-bar .slick-slide img {
    display: inline-block;
}
.custom_form-bar .col-md-4 + .col-md-4 p {
	    font-size: 18px;
    line-height: 28px;
}
.half-width-content_columns-bar {
	padding:0;
}
.half-width-content_columns-bar .container {
	max-width:100%;
}
.half-width-content_columns-bar .content-wrap {
	max-width:540px;
	margin:0 auto;
	padding: 40px 35px;
}
.half-width-content_columns-bar span.left-box,.half-width-content_columns-bar span.right-box {
	display:none;
}

}

@media screen and (max-width: 640px){
	.image_grid-bar ul {
		background: none;
		text-align: center;
	}
	.image_grid-bar ul.img-col-5 li {
		padding: 10px 10px;
		vertical-align: middle;
		width: 100%;
	}
}
@media screen and (max-width: 480px){

.home-slider-bar .image-wrap {
    height: 460px;
    padding: 60px 0;
}
.home-slider-bar .image-wrap h1 {
	font-size: 40px;
    line-height: 45px;
}
.post-grid-bar .post-wrap .post-title,.custom_grid-wrap .custom_grid-title {
    font-size: 28px;
    line-height: 32px;
}
.half-width-content_columns-bar .content-wrap h3,.full-width-content_columns-bar h3 {
	font-size: 30px;
    line-height: 42px;
}
p {
    font-size: 14px;
    line-height: 21px;
}

}

.single .full-width-content_columns-bar {
	background:#191919;
}
.single .full-width-content_columns-bar h3, .single .full-width-content_columns-bar .content-wrap {
	color:#fff;
}
.single .full-width-content_columns-bar a.btn {
	color:#fff;
	background:none;
	border-color:#fff;
	    font-size: 24px;
}
.single .full-width-content_columns-bar a.btn:hover {
    text-decoration: none;
    color: #7a7a7a;
    border-color:#7a7a7a;
}
.mapplic-zoom-buttons {
    top: 32px;
}
.mapplic-clear-button {
    top: 0;
}
.mapplic-search-form {
    background-color: #ccc !important;
}
.mapplic-list-location h4 {
    color: #191919 !important;
    font-size: 14px !important;
    line-height: 20px !important;
	font-weight:600 !important;
}
