/*
	Theme Name: THE NEXT STEP EVENTSTRAVEL.com
	Version: 1
	Author: Meltcontent
	Author URI: Meltcontent.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.widget_testimonial:after,
.header .row2 .inner:after,
.meta-data:after,
.widget_image_content:after,
.row:after,
.box:after,
.widget_benefits:after,
.data-list-grid:after,
.data-list-grid-item > .background > .inner:after,
.widget_data_list_grid .isotope-filters .row2 ul:after,
.widget_list_grid_posts .isotope-filters .row2 ul:after,
.data-list-grid-item .col2 .row2:after,
.isotope-filters .row1:after,
.data-list-grid-item:after,
.request-call-back:after,
.latest-news .col2 .content:after,
.latest-news:after,
.header .row1 .col2 ul:after,
.clearfix:after,
.header .row1:after,
.header .row1 .col2 ul:after,
.header .row2:after,
.footer .row1:after,
.footer .row2:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

html, body { padding: 0; margin: 0; height: 100%; }

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	overflow-y: scroll;
}
body {
	font:400 16px/1.4 'Open Sans', sans-serif;
	color:#444;
	background: #f2f2f2;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#4a6eac;
	text-decoration:none;
}
a:hover {
	color:#4a6eac;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
.main a { }
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.button,
input[type="submit"],
input[type="button"] {
    font-size: 14px;
    font-weight: 700;
	padding: 10px 25px;
	margin-top: 16px;
	background: none;
	display: inline-block;
	color: #1C4F8A;
	border: 2px solid #1C4F8A;
	border-radius: 6px;
	text-transform: uppercase;
	
    -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
    transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
}

.overlay-error-page { top: 12%; position: relative; max-width: 1110px; margin: 0 auto; padding: 0 10px; color: #fff; }
.overlay-error-page h1 { text-shadow: 1px 1px 50px rgba(0, 0, 0, 0.7); }
.overlay-error-page .button { font-size: 16px; text-transform: uppercase; margin: 0; }
.overlay-error-page .row1 { padding: 15px 0 10px; line-height: 1.2; }
.overlay-error-page .row2 { text-shadow: 1px 1px 50px rgba(0, 0, 0, 0.7); padding: 15px 0; font-size: 64px; font-weight: 400; line-height: 1.2; font-family: 'core_sans_n_55_mediumregular', 'Open Sans', sans-serif; }
.overlay-error-page .row3 { text-shadow: 1px 1px 50px rgba(0, 0, 0, 0.7); padding: 15px 0; font-size: 30px; font-weight: 400; line-height: 1.2; font-family: 'core_sans_n_55_mediumregular', 'Open Sans', sans-serif; }
.overlay-error-page .row4 { padding: 15px 0; line-height: 1.2; }
.overlay-error-page .row5 { text-shadow: 1px 1px 50px rgba(0, 0, 0, 0.7); padding: 10px 0; font-size: 30px; font-weight: 400; line-height: 1.2; font-family: 'core_sans_n_55_mediumregular', 'Open Sans', sans-serif; }
.overlay-error-page .row6 { padding: 15px 0; line-height: 1.2; }


.button:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover { background: #1C4F8A; color: #fff; }

.white.button,
input[type="submit"].white,
input[type="button"].white { border: 2px solid #fff; color: #fff; border-radius: 6px;}

.white.button:hover,
input[type="submit"].white:hover,
input[type="button"].white:hover { background: #fff; color: #000; }

.red.button,
input[type="submit"].red,
input[type="button"].red { border: 2px solid #b12124; color: #b12124;  border-radius: 6px; }

.red.button:hover,
input[type="submit"].red:hover,
input[type="button"].red:hover { background: #b12124; color: #fff; }

.orange.button,
input[type="submit"].orange,
input[type="button"].orange { border: 2px solid #f68b1e; color: #f68b1e; border-radius: 6px; }

.orange.button:hover,
input[type="submit"].orange:hover,
input[type="button"].orange:hover { background: #f68b1e; color: #fff; }

.blue.button,
input[type="submit"].blue,
input[type="button"].blue { border: 2px solid #006e78; color: #006e78;  border-radius: 6px;}

.blue.button:hover,
input[type="submit"].blue:hover,
input[type="button"].blue:hover { background: #006e78; color: #fff; }

.green.button,
input[type="submit"].green,
input[type="button"].green { border: 2px solid #377d37; color: #377d37;  border-radius: 6px;}

.green.button:hover,
input[type="submit"].green:hover,
input[type="button"].green:hover { background: #377d37; color: #fff; }



.left { float: left; }
.right { float: right; }
.white {color: #fff;}
p.small {font-size: 12px; margin: 0;}

h1, h2, h3 { margin: 0; padding: 0; }

h1 { font-size: 44px; font-weight: 400; font-family: 'core_sans_n_55_mediumregular', 'Open Sans', sans-serif; }
h1.small { font-size: 34px; }
h2 { font-size: 36px; font-weight: 400; margin: 0 0 10px 0; font-family: 'core_sans_n_55_mediumregular', 'Open Sans', sans-serif; }
h3 { font-size: 18px; font-weight: 400; margin: 0; padding: 5px 0; font-family: 'core_sans_n_55_mediumregular', 'Open Sans', sans-serif; }

h1.red,
h2.red,
h3.red { color: #b12124; }

h1.blue,
h2.blue,
h3.blue { color: #006e78; }

h1.green,
h2.green,
h3.green { color: #377d37; }

h1.orange,
h2.orange,
h3.orange { color: #a05a23; }


p { margin: 0 0 20px; padding: 0; line-height: 1.6; }

h3.fact {font-size: 54px; font-weight: 700; margin: 0; }
h3.fact span {font-size: 42px;}
h3.fact.red {color: #b12124;}
h4.fact,
.vc_row.wpb_row h4.fact { padding: 2px 0; margin: 0; font-weight: 600;}

.icon-search { text-indent: -5000px; background: url(img/icon-search.png) no-repeat 0 0; width: 20px; height: 20px; display: block; }

.widget_breadcrumb { clear: both; font-size: 14px; }
.widget_breadcrumb ul { margin: 0; padding: 0; }
.widget_breadcrumb li { display: inline-block; position: relative; list-style-type: none; margin-right: 5px; }
.widget_breadcrumb li.current:after { display: none; }

.widget_breadcrumb li.current span,
.widget_breadcrumb li.current a { text-decoration: none; }
.widget_breadcrumb li strong { }
.widget_breadcrumb li a { text-decoration: underline; color: $blue; }
.widget_breadcrumb li a:hover { }		
.breadcrumb-container { margin: 0 auto; padding: 0 2em; }


blockquote {
	margin: 0 0 -0.6em 0;
	padding: 0;
	quotes: "\201C""\201D";
}


blockquote:before {
	color: #fff;
	content: open-quote;
	font-size: 7em;
	line-height: 0.1em;
	margin-right: 0.20em;
	vertical-align: -0.4em;
}
blockquote:after {
	color: #fff;
	content: close-quote;
	font-size: 7em;
	line-height: 0.1em;
	margin-right: 0.20em;
	margin-left: 0.20em;
	vertical-align: -0.55em;
}
blockquote p {
	display: inline;
	font-size: 2.1em;
	color: #fff;
	line-height: 1.2;
}

/* mini bootstrap */
.col-10 { width: 10%; float: left; box-sizing: border-box; }
.col-20 { width: 20%; float: left; box-sizing: border-box; } 
.col-25 { width: 25%; float: left; box-sizing: border-box; } 
.col-30 { width: 30%; float: left; box-sizing: border-box; }
.col-31 { width: 31%; float: left; box-sizing: border-box; }
.col-32 { width: 32%; float: left; box-sizing: border-box; }
.col-33 { width: 33%; float: left; box-sizing: border-box; }
.col-34 { width: 34%; float: left; box-sizing: border-box; }
.col-35 { width: 35%; float: left; box-sizing: border-box; }
.col-40 { width: 39%; float: left; box-sizing: border-box; }
.col-45 { width: 46%; float: left; box-sizing: border-box; }
.col-50 { width: 50%; float: left; box-sizing: border-box; }
.col-55 { width: 54%; float: left; box-sizing: border-box; }
.col-60 { width: 61%; float: left; box-sizing: border-box; }
.col-65 { width: 61%; float: left; box-sizing: border-box; }
.col-70 { width: 70%; float: left; box-sizing: border-box; } 
.col-75 { width: 75%; float: left; box-sizing: border-box; }
.col-80 { width: 80%; float: left; box-sizing: border-box; }
.col-90 { width: 90%; float: left; box-sizing: border-box; }
.col-100 { width: 100%; box-sizing: border-box; }

.row {}
.row .col-30 .inner { padding: 0 10px; }
.row .col-70 .inner { padding: 0 10px; }

.meta-data { font-weight: 600; line-height: 1.2; display: inline-block; }
.meta-data .date { float: left; border-right: 1px solid #444; padding: 0 10px 0 0; margin: 0 10px 0 0; }
.meta-data .location { float: left; }

.vc_row.wpb_row.bg1,
.bg1 { background: #e5ebf3; }

.inner_wrapper { border-top: solid 40px #fff; border-left: solid 40px #fff; border-right: solid 40px #fff; max-width: 1100px; margin: 0 auto; }

.widget_data_list_grid .search { text-align: center; padding: 25px 10px 30px; background: #f2f2f2; }
.widget_data_list_grid .search .row1 { max-width: 560px; margin: 0 auto; position: relative; }
.widget_data_list_grid .search h1 { font-weight: 300; margin: 0 0 20px 0; }
.widget_data_list_grid .search #input-search { font-size: 24px; padding: 8px 58px 8px 15px; width: 100%; border: solid 1px #444; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
.widget_data_list_grid .button-search { width: 48px; height: 48px; background: url("img/bg-button-search.png") no-repeat; display: block; position: absolute; right: 0; top: 0; }

.widget_data_list_grid .isotope-filters { background: #4a6eac; padding: 20px 10px; }
.widget_data_list_grid .isotope-filters h5 { font-size: 24px; font-weight: 400; color: #f2f2f2; padding: 0 0 30px; margin: 0; text-align: center; }
.widget_data_list_grid .isotope-filters .input-select {}
.widget_data_list_grid .isotope-filters .input-select { font-weight: 400; padding: 8px 15px; width: 100%; border: solid 1px #444; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
.widget_data_list_grid .isotope-filters .row1 { max-width: 900px; margin: 0 auto; }
.widget_data_list_grid .isotope-filters .row2 { padding: 25px 0 0; text-align: center; }
.widget_data_list_grid .isotope-filters .row2 ul { list-style: none; padding: 0; margin: 0; display: inline-block; }
.widget_data_list_grid .isotope-filters .row2 li { float: left; padding: 0 10px 10px 0; }
.widget_data_list_grid .isotope-filters .row2 li a { color: #fff; }
.widget_data_list_grid .isotope-filters .row2 li a:hover { text-decoration: underline; }
.widget_data_list_grid .isotope-filters .col1 { float: left; width: 40%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
.widget_data_list_grid .isotope-filters .col2 { float: right; width: 40%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }

.widget_data_list_grid .header-view-type { max-width: 1100px; margin: 0 auto; padding: 25px 40px 15px 40px; background: #fff; }
.widget_data_list_grid .canvas-data-list-grid { max-width: 1100px; margin: 0 auto; padding: 0 40px 15px 40px; background: #fff; }

.data-list-grid-item { margin: 0; font-size: 14px; width: 100%; }
.data-list-grid-item:last-child { margin: 0; }

.data-list-grid-item > .background { height: 100%; background: #f2f2f2; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
.data-list-grid-item > .background > .inner { padding: 20px; }
.data-list-grid-item h4 { color: #444; font-size: 24px; font-weight: 400; line-height: 1.2; margin: 0 0 5px 0; }
.data-list-grid-item h4 a { color: #4a6eac; font-weight: 400; line-height: 1.2; }
.data-list-grid-item .col1 { float: left; width: 19%; }
.data-list-grid-item .col2 { float: left; width: 81%; }
.data-list-grid-item .col1 .inner { padding: 0 20px 0 0; }
.data-list-grid-item .col2 .inner { }
.data-list-grid-item .col2 .row1 { padding: 0 0 5px 0; }
.data-list-grid-item .col2 .row1 p { margin: 0 0 5px; }
.data-list-grid-item .col2 .row1 p:last-child { margin: 0; }
.data-list-grid-item .col2 .row2 {}
.data-list-grid-item .visit-website { padding: 3px 0 0 0; color: #4a6eac; display: inline-block; text-transform: uppercase; font-weight: 600; }
.data-list-grid-item .visit-website:hover { text-decoration: underline; }
.data-list-grid-item .button { padding: 8px 25px; font-size: 15px; font-weight: 400; color: #fff; }
.data-list-grid-item .graphic { min-width: 150px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px;  display: inline-block; margin: 5px; }

.widget_data_list_grid.grid .data-list-grid-item { width: 33.333%; float: left; margin: 0; text-align: center; }
.widget_data_list_grid.grid .data-list-grid-item .background { margin: 0 10px; }
.widget_data_list_grid.grid .data-list-grid-item .col1 { float: none; width: 100%; }
.widget_data_list_grid.grid .data-list-grid-item .col2 { float: none; width: 100%; }
.widget_data_list_grid.grid .data-list-grid-item .col2 .row1 { padding: 0 0 20px 0; }
.widget_data_list_grid.grid .data-list-grid-item .col2 .row2 { text-align: center; }
.widget_data_list_grid.grid .data-list-grid-item .button { float: none !important; }
.widget_data_list_grid.grid .data-list-grid-item .col1 .inner { padding: 0 0 8px; }


.widget_data_list_grid .header-view-type { text-align: center; }
.widget_data_list_grid .header-view-type > .inner { position: relative;  }
.widget_data_list_grid .header-view-type .view-type { position: absolute; right: 0; top: 10px; }
.widget_data_list_grid .header-view-type .view-type-grid {
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: url(img/icons-data-list-grid.png) no-repeat 0 -68px;
    margin: 0 5px 0 0;
    float: left;
}
.widget_data_list_grid.grid .header-view-type .view-type-grid,
.widget_data_list_grid .header-view-type .view-type-grid:hover { background-position: 0 -102px; }

.widget_data_list_grid .header-view-type .view-type-list {
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: url(img/icons-data-list-grid.png) no-repeat 0 0;
    float: left;
}
.widget_data_list_grid.list .header-view-type .view-type-list,
.widget_data_list_grid .header-view-type .view-type-list:hover { background-position: 0 -34px; }

.widget_testimonial { text-align: left; background: #f78b1f; color: #fff; padding: 30px; }
.widget_testimonial .graphic { background: none; border: solid 1px #e8e8e8; float: left; margin: 0 30px 0 0; }

.widget_testimonial .quote-content { font-size: 24px; font-weight: 300; font-style: italic; margin: 0; padding: 0 0 5px 0; } 
.widget_testimonial .quote-author { font-size: 18px; font-weight: 600; margin: 0; }

.widget_benefits { padding: 0 0 20px 0; }
.widget_benefits .col1 { float: left; width: 50%; }
.widget_benefits .col1 .inner { height: 100%; padding: 0 39px 0 0; border-right: solid 1px #fff; }
.widget_benefits .col2 { float: left; width: 50%; }
.widget_benefits .col2 .inner { height: 100%; padding: 0 0 0 40px; }

.widget_benefits.no-separator .col1 .inner { border-right: none; }

.box { position: relative; padding: 20px 20px 60px 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.box.blue { background: #4a6eac; }
.box a.button { position: absolute; bottom: 20px; right: 20px; }

.bullet-arrows-blue { list-style: none; margin: 0; padding: 10px 0 10px 0; font-size: 16px; font-weight: 600; }
.bullet-arrows-blue li { padding: 0 0 30px 70px; background: url("img/bg-bullet-arrows-blue.png") no-repeat 0 0; }
.bullet-arrows-blue li:last-child { padding: 0 0 10px 70px; }
.bullet-arrows-yellow { color: #fff; margin: 0; list-style: none; padding: 10px 0 10px 0; font-size: 16px; font-weight: 600; }
.bullet-arrows-yellow li { padding: 0 0 30px 70px; background: url("img/bg-bullet-arrows-yellow.png") no-repeat 0 0; }
.bullet-arrows-yellow li:last-child { padding: 0 0 10px 70px; }

.box .bullet-arrows-yellow { padding: 10px 0; }

h4.list-title { font-size: 22px; line-height: 1.2; font-weight: 400; margin: 0; padding: 0 0 20px 0; }
h3.list-title { font-size: 33px; line-height: 1.2; font-weight: 400; margin: 0; padding: 0 0 15px 0; }

.widget_featured_video { text-align: center; padding: 15px 0 ; }
.widget_featured_video .inner { max-width: 800px; margin: 0 auto; }
.widget_featured_video h2 { font-size: 36px; padding: 0 0 30px; }


.vc_row.wpb_row.pt-50 { padding-top: 50px; }
.vc_row.wpb_row.pt-30 { padding-top: 30px; }
.vc_row.wpb_row.pb-30 { padding-bottom: 30px; }
.vc_row.wpb_row.pb-0 { padding-bottom: 0; }

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mb-25 { margin-bottom: 25px; }

.desktop { display: none; }

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

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

.bg-color-1,
.vc_row.wpb_row.bg-color-1 { background: #e5ebf3; }

.vc_row.wpb_row.full-width.bg-teal,
.vc_row.wpb_row.full-width.bg-blue,
.bg-teal,
.bg-blue { background: rgba(0, 110, 120, 0.7); }
.bg-teal h1 { color: #fff; margin: 40px 0 35px; font-size: 38px; text-transform: uppercase; }

.vc_row.wpb_row.full-width.bg-red,
.bg-red { background: rgba(177, 33, 36, 0.7); }
.bg-red h1 { color: #fff; margin: 40px 0 35px; font-size: 38px; text-transform: uppercase; }

.vc_row.wpb_row.full-width.bg-orange,
.bg-orange { background: rgba(160, 90, 35, 0.7); }
.bg-orange h1 { color: #fff; margin: 40px 0 35px; font-size: 38px; text-transform: uppercase; }

.vc_row.wpb_row.full-width.bg-purple,
.bg-purple { background: rgba(116, 26, 115, 0.7); }
.bg-purple h1 { color: #fff; margin: 40px 0 35px; font-size: 38px; text-transform: uppercase; }

.vc_row.wpb_row.full-width.bg-green,
.bg-green { background: rgba(55, 125, 55, 0.7); }
.bg-green h1 { color: #fff; margin: 40px 0 35px; font-size: 38px; text-transform: uppercase; }

.vc_row.wpb_row.full-width.bg-grey-dark,
.bg-grey-dark { background: #9e9e9e; }
.bg-grey-dark h1 { color: #fff; margin: 40px 0 35px; font-size: 38px; text-transform: uppercase; }

h2.bg-red { background: rgba(177, 33, 36, 0.7); color: #fff; margin: 0 !important; padding: 20px 10px; }

ol {}
ol li { padding: 5px 0; }

.layout-search { max-width: 1100px; margin: 0 auto; padding: 30px 40px; background: #fff; }
.layout-search section > h1 { text-align: center; padding: 0 0 20px 0;  }
.search .layout-page article h1.search-title { text-align: center; padding: 15px 0 20px 0; margin: 0; }

.widget_search h1.search-title {
    font-family: 'core_sans_n_55_mediumregular','Open Sans',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    z-index: 1;
    margin: 30px 0 0;
    overflow: hidden;
    text-align: center;
}
.widget_search h1.search-title:before, 
.widget_search h1.search-title:after {
    background-color: #cecfd0;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    top: -4px;
}

.widget_search h1.search-title:before {
	right: 0.5em;
	margin-left: -50%;
}
.widget_search h1.search-title:after {
	left: 0.5em;
	margin-right: -50%;
}


.layout-search span.author { display: none; }
.layout-search article.status-publish,
.search .layout-page article article.status-publish { padding: 20px; margin: 0 0 20px 0; background: #f0f0f0; }
.layout-search article h2,
.search .layout-page article article h2 { color: #006e78; font-size: 16px; font-weight: 700; margin: 0; }
.search .layout-page article article h2 a { color: #006e78; }
.layout-search article p,
.search .layout-page article article p { margin: 0; }
.layout-search article span.date,
.search .layout-page article article span.date { font-size: 14px; font-weight: 600; }

.widget_search { padding: 10px 0 0 0; min-height: 340px; }
.widget_search .row1 { max-width: 560px; margin: 0 auto; position: relative; }
.widget_search h1 { font-weight: 300; margin: 0 0 10px 0; font-size: 44px; text-align: center; }
.widget_search h3 { font-weight: 300; margin: 0 0 30px 0; font-size: 20px; text-align: center; }

.widget_search .search-input { box-sizing: border-box; font-size: 24px; padding: 6px 58px 7px 15px; width: 100%; border: solid 1px #444; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
.widget_search .search-submit { text-indent: -5000px; width: 48px; height: 48px; background: url(img/bg-button-search.png) no-repeat; display: block; position: absolute; right: 0; top: 0; border: none; }

.widget_search .search-form { padding-bottom: 40px; }

.widget_search .isotope-filters { padding: 10px 20px; background: #f2f2f2; margin: 0 0 20px 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
.widget_search .isotope-filters h4 { font-weight: 400; display: inline-block; margin: 10px 10px 10px 0; }
.widget_search .isotope-filters .button { margin: 5px; }
.widget_search .isotope-filters .button:focus { outline: none; border; none; }
.widget_search .isotope-filters .button.is-checked { background: #ffd24e; color: #000; }

.tag { padding: 5px 10px; font-size: 14px; display: inline-block; background: #ccc; color: #fff; float: left; margin: 3px 15px 0 0; }
.tag.lobby { padding: 5px 10px; font-size: 14px; display: inline-block; background: #66c157; color: #fff; float: left; margin: 3px 15px 0 0; }
.tag.event { padding: 5px 10px; font-size: 14px; display: inline-block; background: #ff6161; color: #fff; float: left; margin: 3px 15px 0 0; }
.tag.policy { padding: 5px 10px; font-size: 14px; display: inline-block; background: #7298c1; color: #fff; float: left; margin: 3px 15px 0 0; }
.tag.resource { padding: 5px 10px; font-size: 14px; display: inline-block; background: #72c1b0; color: #fff; float: left; margin: 3px 15px 0 0; }

/* pagination */
.search-pagination { padding: 15px 20px 10px; background: #f2f2f2; margin: 0 0 20px 0; }
#pagination.light-theme .current { background: #444; }
/* */


/* widget details */
.widget_details { font-weight: 600; background: #f2f2f2; padding: 15px 0 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.widget_details.small { font-size: 14px; }
.widget_details.big { font-size: 18px; }
.widget_details .title { font-weight: 400; font-size: 24px; color: #444; text-align: center; padding: 0 0 15px 0; }
.widget_details .map { padding: 0 0 15px 0; }
.widget_details .map p { margin: 0; }
.widget_details .date { padding: 0 10px 10px 10px; }
.widget_details .venue { padding: 0 10px 10px 10px; }
.widget_details .time { padding: 0 10px 0 10px; }


/* widget image content */
.widget_image_content { padding: 15px 0; }
.widget_image_content.small { font-size: 14px; }
.widget_image_content.small h3 { font-size: 18px; line-height: 1.2; font-weight: 600; }
.widget_image_content.small p { margin: 0 0 15px 0; }
.widget_image_content .col1 { float: left; width:30%; }
.widget_image_content .col1 .inner { padding: 0 15px 0 0; }
.widget_image_content .col2 { float: left; width:70%; }
.widget_image_content .col2 .inner { padding: 0 0 0 15px; }


/* datatable */
.data-table { padding: 0; margin: 10px 0; width: 100%; color: #444; border-bottom: solid 10px #fff; border-top: solid 5px #fff; }
.data-table.bg1 { border-bottom: solid 10px #e5ebf3; border-top: solid 5px #e5ebf3; }
.data-table:after { padding-bottom: 10px; }
.data-table h2 { text-align: center; }
.data-table .mobile { display: none; }
.data-table tbody td { font-size: 18px; }
.data-table td.strong { font-family: 'latobold'; }
.data-table tbody .odd { margin: 0; background: #eaf1fb; }
.data-table tbody .even { margin: 0; background: #d4e0f5; }

.data-table thead td { padding: 10px 20px; }
.data-table tbody td { padding: 7px 20px; }
.data-table tbody tr:last-child td { padding: 7px 20px; }

.data-table.cols4 .col1 { width: 30%; }
.data-table.cols4 .col2 { width: 25%; }
.data-table.cols4 .col3 { width: 25%; }
.data-table.cols4 .col4 { width: 20%; }

/* */


/* */
.layout-news-and-media {}
.layout-news-and-media article > .vc_row > .vc_row .vc_column-inner { box-sizing: border-box; padding-left: 15px; padding-right: 15px; width: 100%; }
.layout-news-and-media article > .vc_row > .vc_row .vc_column-inner > .vc_row > .vc_col-sm-12 > .vc_column-inner { padding: 0; }

.meta-single-data { margin: 0 0 20px 0; }
.meta-single-data p.small { font-size: 14px; }
/* */
 
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header { color: #000000; }
.header .inner { max-width: 1100px; margin: 0 auto; }

.header .row1 { background: #f0f0f0; padding: 10px 0 12px; }
.header .row1 .col1 { float: left; width: 30%; min-height: 10px; }
.header .row1 .col1 .logo { position: relative; top: 0; z-index: 100; max-width: 190px; padding: 12px 0 0 10px; }

.header .row1 .col2 { float: right; width: 70%; min-height: 30px; padding-top: 8px; }
.header .row1 .col2 .nav-top { float: right; padding: 0 15px; }
.header .row1 .col2 ul { list-style: none; padding: 0; margin: 0;}
.header .row1 .col2 ul li { display: inline; padding: 0 0 4px 0; font-size: 14px; text-transform: uppercase; }
.header .row1 .col2 ul li a { color:#000000; float: right;}
.header .row1 .col2 ul li a:hover { text-decoration: underline; }
.header .row2 { background: #f0f0f0; }
.header .row2 .inner { padding: 0 15px; }

.nav-desktop { float: right; font-family: 'core_sans_n_45_regularregular','Open Sans',sans-serif; }
.nav-desktop ul { list-style: none; margin: 0; padding: 0; }
.nav-desktop>ul>li { float: left; font-size: 14px; text-transform: uppercase; }
.nav-desktop ul li a { border-bottom: solid 6px #f0f0f0; color: #4a4a4a; padding: 0 10px 5px; display: block; -webkit-transition: background .4s ease-in-out,color .4s ease-in-out,border .4s ease-in-out; transition: background .4s ease-in-out,color .4s ease-in-out,border .4s ease-in-out; }
.nav-desktop ul>li>a { }


/* dark red */
.nav-desktop>ul>li:nth-child(1).current-page-ancestor>a, 
.nav-desktop>ul>li:nth-child(1).current_page_item>a, 
.nav-desktop>ul>li:nth-child(1).current-menu-item>a, 
.nav-desktop>ul>li:nth-child(1).current-menu-item>a { border-bottom: solid 6px #b12124; }
.nav-desktop>ul>li:nth-child(1) ul.sub-menu { background: #b12124; }
.nav-desktop>ul>li:nth-child(1) ul.sub-menu li { border-bottom: solid 1px rgba(255, 255, 255, 0.15); }

.nav-desktop ul>li:nth-child(1):hover>a, 
.nav-desktop ul>li:nth-child(1)>a:active { color: #b12124; }

.red.wpb_column h2, 
.red.wpb_column h3,
.red.wpb_column h4,
.red.wpb_column .teaser.big>h4 { color: #b12124; }

/* dark teal */
.nav-desktop>ul>li:nth-child(2).current-page-ancestor>a, 
.nav-desktop>ul>li:nth-child(2).current_page_item>a, 
.nav-desktop>ul>li:nth-child(2).current-menu-item>a, 
.nav-desktop>ul>li:nth-child(2).current-menu-item>a { border-bottom: solid 6px #006e78; }
.nav-desktop>ul>li:nth-child(2) ul.sub-menu { background: #006e78; }
.nav-desktop>ul>li:nth-child(2) ul.sub-menu li { border-bottom: solid 1px rgba(255, 255, 255, 0.15); }

.nav-desktop ul>li:nth-child(2):hover>a, 
.nav-desktop ul>li:nth-child(2)>a:active { color: #006e78; }

.teal.wpb_column h2, 
.teal.wpb_column h3,
.teal.wpb_column h4,
.teal.wpb_column .teaser.big>h4  { color: #006e78; }

/* dark orange */
.nav-desktop>ul>li:nth-child(3).current-page-ancestor>a, 
.nav-desktop>ul>li:nth-child(3).current_page_item>a, 
.nav-desktop>ul>li:nth-child(3).current-menu-item>a, 
.nav-desktop>ul>li:nth-child(3).current-menu-item>a { border-bottom: solid 6px #a05a23; }
.nav-desktop>ul>li:nth-child(3) ul.sub-menu { background: #a05a23; }
.nav-desktop>ul>li:nth-child(3) ul.sub-menu li { border-bottom: solid 1px rgba(255, 255, 255, 0.15); }

.nav-desktop ul>li:nth-child(3):hover>a, 
.nav-desktop ul>li:nth-child(3)>a:active { color: #a05a23; }

.orange.wpb_column h2, 
.orange.wpb_column h3,
.orange.wpb_column h4,
.orange.wpb_column .teaser.big>h4 { color: #a05a23; }


/* dark purple */
.nav-desktop>ul>li:nth-child(4).current-page-ancestor>a, 
.nav-desktop>ul>li:nth-child(4).current_page_item>a, 
.nav-desktop>ul>li:nth-child(4).current-menu-item>a, 
.nav-desktop>ul>li:nth-child(4).current-menu-item>a { border-bottom: solid 6px #741a73; }
.nav-desktop>ul>li:nth-child(4) ul.sub-menu { background: #741a73; }
.nav-desktop>ul>li:nth-child(4) ul.sub-menu li { border-bottom: solid 1px rgba(255, 255, 255, 0.15); }

.nav-desktop ul>li:nth-child(4):hover>a, 
.nav-desktop ul>li:nth-child(4)>a:active { color: #741a73; }

.purple.wpb_column h2, 
.purple.wpb_column h3,
.purple.wpb_column h4,
.purple.wpb_column .teaser.big>h4 { color: #741a73; }


/* dark green */
.nav-desktop>ul>li:nth-child(5).current-page-ancestor>a, 
.nav-desktop>ul>li:nth-child(5).current_page_item>a, 
.nav-desktop>ul>li:nth-child(5).current-menu-item>a, 
.nav-desktop>ul>li:nth-child(5).current-menu-item>a { border-bottom: solid 6px #377d37; }
.nav-desktop>ul>li:nth-child(5) ul.sub-menu { background: #377d37; }
.nav-desktop>ul>li:nth-child(5) ul.sub-menu li { border-bottom: solid 1px rgba(255, 255, 255, 0.15); }

.nav-desktop ul>li:nth-child(5):hover>a, 
.nav-desktop ul>li:nth-child(5)>a:active { color: #377d37; }

.green.wpb_column h2, 
.green.wpb_column h3,
.green.wpb_column h4,
.green.wpb_column .teaser.big>h4 { color: #377d37; }


.nav-desktop>ul>li:last-child { padding: 0 0 0 10px; }



/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;

}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	transition:all linear 0.15s;
	/* Type */
	font-size:1em;
	color:#a6cfe6;
	right: 0;
	background: url('img/down-arrow.png') no-repeat 98% 50%;
}

.accordion-section-title.active, .accordion-section-title:hover {
	text-decoration:none;
	color:#fff;
	right: 0;
	background: url('img/up-arrow.png') no-repeat 98% 50%;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}

/* vc overwrites */
.vc_row-has-fill>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_col-has-fill>.vc_column-inner, 
.vc_col-lg-1, 
.vc_col-lg-10, 
.vc_col-lg-11, 
.vc_col-lg-12, 
.vc_col-lg-2, 
.vc_col-lg-3, 
.vc_col-lg-4, 
.vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 { /* padding:0 15px !important; */ }

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {margin-right: 0 !important;}
.vc_row.wpb_row, .vc_grid-container-wrapper { max-width: 1100px; margin: 0 auto; padding: 15px 20px; background: #fff; }
.vc_row.wpb_row.nobg { background: none; }
.vc_row.wpb_row.nopad { padding: 0 20px; }
.vc_gitem-post-data {margin-bottom: 0 !important;}
.vc_grid-container-wrapper .vc_gitem-animated-block img {max-width: 100%;}
.green .vc_custom_heading h3 {color:#377d37; font-size: 18px; font-weight: 700; margin-bottom: 4px; text-transform: uppercase;}
.red .vc_custom_heading h3 {color:#b12124; font-size: 18px; font-weight: 700; margin-bottom: 4px; text-transform: uppercase;}
.green .vc_btn3.vc_btn3-color-success, .green .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat { border: 2px solid #377d37; background-color: #ffffff !important; color: #377d37 !important; border-radius: 6px; text-transform: uppercase;}
.green .vc_btn3.vc_btn3-color-success, .green .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover {background: #377d37 !important; color: #fff !important;}
.red .vc_btn3.vc_btn3-color-success, .red .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat { border: 2px solid #b12124; background-color: #ffffff !important; color: #b12124 !important; border-radius: 6px; text-transform: uppercase;}
.red .vc_btn3.vc_btn3-color-success, .red .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover {background: #b12124 !important; color: #fff !important;}
.vc_row.z-index>div { z-index: 10; }

.wpb_content_element.nomargin { margin: 0; }
.wpb_content_element.wpb_single_image { margin: 0; }
.wpb_button, ul.wpb_thumbnails-fluid>li {margin-bottom: 16px !important;}

.vc_row.wpb_row .vc_row.wpb_row { padding: 0; background: none; }
.vc_row.wpb_row.hidden { display: none; }
.bg-white {background: #fff !important; padding: 20px 0 40px 0 !important;}
.bg-grey {background: #f0f0f0 !important;  padding: 20px 0 40px 0 !important;}
.bg-blue {background: #006e78 !important; color: #fff;  padding: 20px 0 40px 0 !important;}
.bg-grey-box {background: #f0f0f0 !important;  padding: 20px 0 !important;}

.vc_row.wpb_row.full-width .vc_column_container > .vc_column-inner > .vc_column-inner { padding-left: 20px !important; padding-right: 20px !important; }
.vc_row.wpb_row  h2 { font-family: 'core_sans_n_55_mediumregular', 'Open Sans', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 18px; z-index: 1; margin: 30px 0 0; overflow: hidden; }
.vc_row.wpb_row  h2.orange {color:#a05a23;}
.vc_row.wpb_row  h2.red {color:#b12124;} 
.vc_row.wpb_row  h2.blue {color:#006e78;} 
.vc_row.wpb_row  h2.white {color:#fff;} 
.vc_row.wpb_row  h2.green {color:#377d37;} 
.vc_row.wpb_row  h3.blue {color:#006e78; font-size: 16px; font-weight: 700; margin-bottom: 4px;}
.vc_row.wpb_row  h3.blue.large {font-size: 48px; font-weight: 300;}
.vc_row.wpb_row  h3.blue a { color:#006e78; }

.vc_row.wpb_row  h3.green {color:#377d37; font-size: 16px; font-weight: 700; margin-bottom: 4px;}
.vc_row.wpb_row  h3.case-study {font-size: 30px; font-weight: 300; line-height: 1.1; color: #006e78; }
.vc_row.wpb_row  h4 {font-weight: 400; font-size: 16px; margin: 0 0 4px; padding: 0;}
.vc_row.wpb_row  h4.red {color:#b12124; font-size: 16px; font-weight: 300; margin-bottom: 4px;} 
.vc_row.wpb_row  h2.line { text-align: center; }
.vc_row.wpb_row  h2.line:before,
.vc_row.wpb_row  h2.line:after {
	background-color: #cecfd0;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
	top: -4px;
}
.vc_row.wpb_row h2.line:before {
	right: 0.5em;
	margin-left: -50%;
}
.vc_row.wpb_row h2.line:after {
	left: 0.5em;
	margin-right: -50%;
}

.vc_row.wpb_row  h2.white.line:before { border-top: 1px solid #fff;}
.vc_row.wpb_row  h2.white.line:after { border-top: 1px solid #fff;}
.vc_row.wpb_row .intro p {text-align: center; width: 70%; font-size: 22px; margin: 0 auto; line-height: 1.6; padding-top: 12px;}
.vc_row.wpb_row  ul.pin {margin-left: 0; padding-left: 0;}
.vc_row.wpb_row li.location {font-size: 14px; min-height: 24px; color: #fff; background: url("img/location-pin.png") 0  50% no-repeat; padding: 0 0 0 24px; display: inline-block;}

.vc_row.wpb_row.parallax { padding: 40px 0; background: transparent url("img/bg-parallax.png") 50% 50% repeat-y; }
.vc_row.wpb_row.parallax .vc_column-inner { padding: 30px 0; }
.vc_row.wpb_row.parallax .vc_column-inner h1 {color: #fff;}
.vc_row.wpb_row.parallax .vc_column-inner h4 {color: #fff;}
.vc_row.wpb_row.parallax .vc_column-inner .boxed {margin: 0 auto; border: 1px solid #fff; padding: 20px; width: 70%;}

.vc_row.wpb_row:last-child { padding-bottom: 45px; }
.vc_row.wpb_row.full-width { max-width: none; margin-left: -15px; margin-right: -15px; margin: 0; padding: 0; background: none; }
.vc_row.wpb_row.full-width>.vc_column_container>.vc_column-inner { padding: 0; }

.vc_row.wpb_row.full-width.extra-padding { padding: 50px 0 20px 0!important; }

.wpb_content_element.wpb_raw_code { margin: 0; }
/* */

/* parallax */
.parallax-mirror { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
/* */

/* main */
.main { position: relative; min-height: 400px;}


/* logo */
.logo { }
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* banner */
.banner {}
.banner h1 { color: #fff; }
.banner h2 { color: #fff; }
.banner h3 { color: #fff; }


.graphic { background: #123d73; display: inline-block; }
.graphic>img { width: 100%; -webkit-backface-visibility: hidden; /* chrome image fidget bug */ }
.graphic img { opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
a:hover .graphic img { opacity: 0.5; }

/* banner */
/* responsive-slider */
.banner { position: relative; min-width: 280px; background: #f1f4f9; }
.home .banner { margin: 0 auto -70px; }
.image.banner-left-align { left: 0 !important; margin-left: 0 !important; }

.banner-content.active { padding: 10px 0 0 0; }
.advanced-slider { width: 100%; /*margin-top: 135px;*/ }
.advanced-slider.negative-margin { margin-bottom: -142px; }
.advanced-slider .content { top: 25%; position: relative; max-width: 1110px; margin: 0 auto; padding: 0 40px; color: #fff; }
.advanced-slider .content h1 { font-family: 'core_sans_n_55_mediumregular', 'Open Sans', sans-serif; margin: 0; padding: 0 0 15px; font-size: 48px; line-height: 1.1; color: #fff; text-align: center; font-weight: 300; text-shadow: 1px 1px 20px rgba(0, 84, 111, 0.5); text-transform: uppercase; }
.advanced-slider .content h2 { margin: 20px 0; padding: 0 0 15px; font-size: 22px; line-height: 1.6; color: #fff; text-align: center; font-weight: 400; text-shadow: 1px 1px 10px rgba(0, 84, 111, 0.3); text-transform: none; }
 .advanced-slider .content h2:before,  .advanced-slider .content h2:after {border: none; background: none;}
.advanced-slider .content h2.blue { color: #81c9fb; }
.advanced-slider .content .inner { max-width: 1100px; text-align: center; }
.advanced-slider .content .button { font-size: 16px; text-transform: uppercase; }
.block .advanced-slider .content h1 { background: #b12124; padding: 5px 10px; display: inline; }
.advanced-slider .caption ul {
	list-style: circle;
	margin-left: 20px;
}
.advanced-slider {
	position: relative;
	overflow: visible;
	outline: none;
	margin-left: auto;
	margin-right: auto;
}
.advanced-slider.blue {
	background: none;
}
.advanced-slider * {
}
.advanced-slider .slider-main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
	
}
.advanced-slider .slide-wrapper {
	position: relative;
	overflow: visible;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.advanced-slider .slides {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#banner-multi,
#banner-multi .slides,
#banner-multi .slide-wrapper {
	max-height:500px;
}
#banner-single,
#banner-single .slides,
#banner-single .slide-wrapper {
	max-height:500px;
}
#banner-single .content {
	background: url(img/bg-banner.png) repeat;
	padding: 20px 30px;
	color: #fff;
    width: 33%;
    font-size: 13px;
    line-height: 1.4;
    height: 100%;
    right: 0;
    position: absolute;
}
#banner-single .content h1 { line-height: 1.1; color: #fff; font-size: 29px; padding: 0 0 10px 0; }
.content h1 span { color: #fff; font-weight: normal; display: block; }
.banner-content .content h1 span { color: #062658;  }
.advanced-slider .slide {
	position: absolute;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-height:520px;
	visibility: hidden;	
	list-style: none;
	filter: alpha(opacity=100);
	opacity: 1;
}
.advanced-slider .slide .image,
.advanced-slider .slide .thumbnail,
.advanced-slider .slide .caption,
.advanced-slider .slide .html {
	position: absolute;
}
.advanced-slider .slide img,
.advanced-slider .thumbnail img {
	max-width: none;
	max-height: none;
	border: 0 none;
}
.advanced-slider .slide .html {
	overflow: hidden;
}
.advanced-slider .slice-container {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.advanced-slider .swipeable-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.advanced-slider .swipeable-container .slides {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.advanced-slider .swipeable-container .slides .selectable {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
	user-select: auto;
	cursor: auto;
}
.advanced-slider .slice {
	display: block;
	position: absolute;
}
.advanced-slider .preloader {
	position: absolute;
	background: url('img/preloader2.gif') no-repeat;
	width: 62px;
	height: 14px;
	z-index: 15;
}
.advanced-slider .slide-arrows {
	position: static;
}
.advanced-slider .slide-arrows a {
	position: absolute;
	z-index: 30;
	cursor: pointer;
}
.advanced-slider .slideshow-controls {
	position: absolute;
	z-index: 40;
	cursor: pointer;
}
.advanced-slider .slide-buttons {
	position: absolute;
	z-index: 20;
	padding: 20px 0 0;
	margin: 0 auto;
	background: #f0f0f0;
}
.advanced-slider .slide-buttons .left, 
.advanced-slider .slide-buttons .right, 
.advanced-slider .slide-buttons .middle {
	float: left;
}
.advanced-slider .slide-buttons a {
	position: relative;
	cursor: pointer;
	float: left;
	text-decoration: none;
	text-align: center;
}


/* CIRCLE BUTTONS */
.slide-buttons .buttons-inner a {
	background: url('img/buttons.png') no-repeat;
	background-position: 0 0;
	width: 16px;
	height: 16px;
	margin: 0 2px;
}
.slide-buttons .buttons-inner a.select {
	background-position:-17px 0;
}

/* */


/* slider */
.widget_slider { margin-bottom: 0px; }
.widget_slider .widget-title { padding: 0; }
.widget_slider .widget-title h2 { margin-top: 10px; margin-bottom: 25px; }
/* */


/* bx slider */
.bx-wrapper .slider { width: 3000% !important;} 
.bx-wrapper .slider .slide .graphics {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
	/*
    box-shadow: 0 0 5px 0px rgba(130, 130, 130, 0.6);
    -moz-box-shadow: 0 0 5px 0px rgba(130, 130, 130, 0.6);
    -webkit-box-shadow: 0 0 5px 0px rgba(130, 130, 130, 0.6);
    -o-box-shadow: 0 0 5px 0px rgba(130, 130, 130, 0.6);*/
    display: inline-block;
    margin: 5px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0 62px;
	*zoom: 1;
	max-width: 1215px !important;
}
.bx-wrapper img {
	max-width: 100%;
	margin: 0 !important; 
	display: block;
}
.bx-wrapper .bx-viewport {	
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
		-ms-transform: translatez(0);
		-o-transform: translatez(0);
		transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('img/loader2.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-prev {
	left: 0;
	background: url('img/left-arrow.png') no-repeat 0 50%;
}
.bx-wrapper .bx-next {
	right: 0;
	background: url('img/right-arrow.png') no-repeat 0 50%;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	outline: 0;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	z-index: 9999;
	opacity: 0.7;
}
.bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('img/bx-controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('img/bx-controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 25%;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 20px;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* */


/* pagination */
/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}
/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme span {
	cursor:pointer;
}

.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}
/* */


/* request call back */
.request-call-back { background: transparent; /*background: url("img/bg-parallax.png") 50% 50%;*/ padding: 35px 40px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.request-call-back ul { list-style: none; margin: 0; padding: 0; }
.request-call-back ul li { margin: 0; padding: 0 0 10px 0; }
.request-call-back p:last-child { margin:0; }
.request-call-back h2 { color: #fff; font-size: 36px; line-height: 1.2; padding: 0 0 25px 0; }
.request-call-back h3 { color: #fff; font-size: 24px; margin: 0 0 10px 0; }
.request-call-back .inner { padding: 40px; }
.request-call-back .col1 { float: left; width: 60%; }
.request-call-back .col2 { float: left; width: 40%; }

.request-call-back .icon-phone { font-size: 24px; min-height: 35px; color: #fff; background: url("img/icon-telephone.png") no-repeat; padding: 0 0 0 45px; display: inline-block; }
.request-call-back .icon-link { font-size: 24px; min-height: 35px; color: #89b3fa; background: url("img/icon-link.png") no-repeat; padding: 0 0 0 45px; display: inline-block; }

/* */

/* contact block */
.contact-block {padding: 40px 0; text-align: center; color: #fff; font-size: 24px;}
.contact-block.left { float: left; background: #006F79; width: 50%;}
.contact-block.right { float: left; background: #48C0B6; width: 50%;}
.contact-block.email { float: none; background: #48C0B6; }
.contact-block  ul { list-style: none; margin: 0; padding: 0; }
.contact-block  li {display: inline-block;}
.contact-block  li a {color: #fff;}
.contact-block  li.icon-phone { font-size: 20px; min-height: 90px; color: #fff; background: url("img/phone-icon.png") 0  50% no-repeat; padding: 28px 0 0 100px;}

.contact-block li.icon-email { font-size: 20px; min-height: 90px; color: #fff; background: url("img/mail-icon.png") 0 20% no-repeat; padding: 28px 0 0 120px;}

.event-box {width: 100%; padding: 20px; min-height: 190px; background-color: #f68b1e; }
.event-box a { color: #fff; text-decoration: underline; }

.news-box {width: 100%; padding: 20px; min-height: 190px; background: rgba(55, 125, 55, 0.7); }
.news-box a { color: #fff; text-decoration: underline; }

/* generic form */
.form .row,
.row-custom { padding: 0 0 15px 0; }

.row input[type=text],
.form .row input[type=text],
.row-custom input[type=text],

.row input[type=email],
.form .row input[type=email],
.row-custom input[type=email],

.row input[type=tel],
.form .row input[type=tel],
.row-custom input[type=tel],

.row input[type=url],
.form .row input[type=url],
.row-custom input[type=url],


.row select,
.form .row select,
.row-custom select, 

.row textarea,
.form .row textarea,
.row-custom textarea, 

.row .selectBox,
.form .row .selectBox,
.row-custom .selectBox {
    border: none;
    background: #ddeaf6;
    width: 100%;
    max-width: 378px;
    padding: 10px;
}

.row label,
.form .row label,
.row-custom label { display: block; padding: 0 0 5px 0; }

.download-link { 
	font-weight: bold; 
	display: none;
	-webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
    transition: opacity .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;

}
.wpcf7-form.sent .download-link { display: inline-block; opacity: 1; }

form.form-download-whitepaper .wpcf7-response-output.wpcf7-mail-sent-ok,
form.form-download-whitepaper.sent .wpcf7-submit,
form.form-download-whitepaper.sent .ajax-loader { display: none !important; }

.main div.wpcf7-response-output { margin: 0.5em 0 1em; }
.main div.wpcf7-validation-errors,
.main div.wpcf7-mail-sent-ng { border: 2px solid #e20000; color: #e20000; }
.main span.wpcf7-not-valid-tip { color: #e20000; }



/* */

.nav-desktop { }
.nav-desktop>ul>li { position: relative; }
.nav-desktop>ul>li:hover ul.sub-menu { visibility: visible; opacity: 1; }

.nav-desktop>ul>li.current-page-ancestor>a,
.nav-desktop>ul>li.current_page_item>a,
.nav-desktop>ul>li.current-menu-item>a,
.nav-desktop>ul>li.current-menu-item>a { border-bottom: solid 6px #b12124; }

.nav-desktop>ul>li ul.sub-menu { visibility: hidden; opacity: 0; filter: alpha(opacity=0); min-width: 220px; margin: 0; z-index: 9999; padding: 0; font-size: 16px; position: absolute; top: 30px; left: 0; background: #b12124; color: #fff; text-transform: uppercase; -webkit-transition: 300ms ease; -moz-transition: 300ms ease; -o-transition: 300ms ease; transition: 300ms ease; }
.nav-desktop>ul>li ul.sub-menu li { list-style: none; padding: 0px; border-bottom: solid 1px #fb4158; }
.nav-desktop>ul>li ul.sub-menu li:last-child { border: none; }
.nav-desktop>ul>li ul.sub-menu li a { font-weight: 300; text-transform: none; font-size: 14px; border-bottom: none; color: #fff; padding: 10px 11px; display: block; -webkit-transition: background-color 200ms linear; -moz-transition: background-color 200ms linear; -o-transition: background-color 200ms linear; -ms-transition: background-color 200ms linear; transition: background-color 200ms linear; }
.nav-desktop>ul>li ul.sub-menu li a:hover { background: #fff; color: #000; }

.header.mw800 .nav-desktop>ul>li>a { font-size: 14px; }
.header.mw800 .nav-desktop>ul>li ul.sub-menu { top: 35px; font-size: 14px; }
.header.mw800 .row1 { min-height: 59px; }
.header.mw800 .row1 .col1 { width: 200px; }
.header.mw800 .row1 .col2 { display: none; }
.header.mw800 .row1 .col3 { display: none; }


.header.mw800 .nav-language { background: #6187ca; padding: 20px 0 5px; }



/* navigation mobile */
.nav-mobile ul { margin: 0; padding: 0; }
.nav-mobile {
	display: none;
	position: absolute;
	top: 16px;
	right: 10px;
	zoom: 1;
	text-align: left;
	height: 28px;
	width: 35px;
	color: #fff;
}
.nav-mobile .icon-search { background: none; text-indent: 0; width: 100%; height: auto; }
.nav-mobile .copy {
	float: left;
	padding: 6px 0 0 0;
}
.nav-mobile img {
	float: right;
}
/* The button on the top-right */
.nav-mobile .btn-navbar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 28px;
	display: block;
	cursor: pointer;
}
/* Using the touch scrolling on capable devices. */
.overthrow-enabled .overthrow {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
/* The unordered list with the menu */
.nav-mobile >ul {
	padding: 0;
	margin: 0;
	background: #006e78;
	display: none;
	position: absolute;
	top: 46px;
	right: 0px;
	width: 180px;
	overflow-x: hidden;
	z-index: 20;
}
.nav-mobile >ul > li {
	display: block;
	width: 100%;
	text-align: center;
	background: url('img/bg-sub-menu-a.png') repeat-x 50% 100%;
    font-weight: 500;
}
.nav-mobile >ul > li.nav-top-item {
	background-color: #74888a !important;
    font-size: 14px;
}
.nav-mobile >ul > li.nav-top-item.first {
    padding-top: 12px;
}
.nav-mobile >ul > li.nav-top-item.last {
    padding-bottom: 12px;
}
.nav-mobile >ul li.nav-top-item a {
	padding: 7px 10px;
}
.nav-mobile >ul li:last-child {
	border: none;
	background: none;
}
.nav-mobile >ul li.menu-item-has-children {
	height: auto !important;
}
.nav-mobile >ul li.menu-item-has-children > a {
	background: url('img/menu-li-haschildren-a.png') no-repeat 100% 13px;
}
.nav-mobile >ul li.menu-item-has-children.open > a {
	background: url('img/menu-li-haschildren-open-a.png') no-repeat 100% 13px;
}
.nav-mobile >ul li.menu-item-has-children.open > a:hover {.nav-mobile >ul > li.nav-top-item background: #dadada; }
.nav-mobile >ul li.menu-item-has-children.open > a span {
}
.nav-mobile >ul li.menu-item-has-children ul {
	display: none;
	margin: 0 !important;
	padding: 5px 0 15px 0 !important;
}
.nav-mobile >ul li.menu-item-has-children ul li {
	background: none;
	padding: 0; 
}
.nav-mobile >ul li.menu-item-has-children ul li a {
	color: #fff;
	display: block;
	padding: 4px 10px 4px 10px;
	font-weight: normal;
}
.nav-mobile >ul li a {
	color: #0a7398;
	display: block;
	padding: 12px 10px;
}
.nav-mobile >ul li a span {
	display: block;
}
.nav-mobile >ul li a:link,
.nav-mobile >ul li a:visited {
	color: #fff;
	outline: none;
}
.nav-mobile >ul>li>a:hover,
.nav-mobile >ul>li>a:active {
	text-decoration: none;
	background: #dadada;
    color: #000;
}
.nav-mobile >ul li.menu-item-has-children a > span {
	background-position: right -97px !important;
	background-repeat: no-repeat;
}
.nav-mobile >ul li.menu-item-has-children a:hover > span,
.nav-mobile >ul li.menu-item-has-children.hover > a span {
	/* background-position: right -138px !important;*/
}
/* */


/* teasers */
.teaser { max-width: 520px; margin: 0 auto; overflow: hidden; font-size: 16px; position: relative; }
.teaser h2 { line-height: 1.2; color: #4a6eac; font-size: 23px; font-weight: 400; margin: 0 0 5px; }
.teaser .content { padding: 20px 25px 25px 25px; position: relative; } 
.teaser p { margin: 4px 0 10px 0; margin: 0; font-size: 16px; }
.teaser p.date { margin: 0 0 5px; }
.teaser p:last-child { margin: 0; }
.teaser .button { margin: 16px 0 0 0; }
.teaser.wide { max-width: 100%; }

.vc_row.wpb_row .match-height .teaser .content { padding: 0 0 60px 0; }
.vc_row.wpb_row .match-height .teaser .button { position: absolute; bottom: 0; }

.teaser.style_2 { text-align: center; }
.teaser.style_2 h2 { color: #444; }

.teaser.icons { text-align: center; }
.teaser.icons div.image { max-width: 100px; margin: 0 auto; }

.teaser.small { font-size: 14px; }
.teaser.small .content { padding: 0; }
.teaser.small h2 { font-size: 18px; }
.teaser.small h3 { font-size: 18px; margin-bottom: 4px; font-weight: 700;  }
.teaser.small h4,
.teaser.small a h4 {margin: 4px 0 0 0;}
.teaser .image_overlay {position: absolute; top: 10px; left:10px; max-width: 200px; padding: 0; margin: 0; z-index: 999; color: #b12124; text-shadow: 1px 1px 20px rgb(252, 252, 252), 1px 1px 20px rgb(252, 252, 252);  }
.teaser .image_overlay h4 { font-size: 16px; margin: 0; padding: 0; line-height: 1; text-align: left; font-weight: 700; }

/* */


/* List Hierarchy:
   1.
     1.1.
       i.
         a.
           1.
             (i)
*/

.rpp ol li, 
.rpp ol li, 
.rpp ol li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	list-style: none;
	position: relative;
}

.rpp ol li:before, 
.rpp ol li:before, 
.rpp ol li:before {
    content: counter(li) ' /';
    counter-increment: li;
    display: block;
    width: 50px;
    position: absolute;
    left: -60px;
    top: 0;
    line-height: 24px;
    height: 24px;
    text-align: right;
    color: black;
    font-weight: 600;
}

body { counter-reset: cLev1; }
h3.lev1 { counter-reset: cLev2; }
ol.lev2 { list-style-type: none; }

h3.lev1::before
{
	counter-increment: cLev1; 
	content: counter(cLev1)" / "; 
	color: black;
	font-weight: 600;
	position: static;
	float: left;
	width: 40px;
}

.rpp p.lev1 { padding-left: 40px; }
.rpp ol { margin-left: 20px; }
.rpp li::before { font-weight:normal; }

/* This sets the label for X.Y at level 2 */
.rpp ol.lev2 > li::before
{
    font-weight: 300;
	counter-increment: cLev2; 
	content: counter(cLev1)"."counter(cLev2);
}

/* All levels of list are overridden */
.rpp ol.lev2,
.rpp ol.lev3,
.rpp ol.lev4,
.rpp ol.lev5,
.rpp ol.lev6 { list-style-type: none; counter-reset: li; }


/* These set the labels for levels 3-6 */
.rpp ol.lev3 > li::before { font-weight:normal; content: counter(li,lower-roman)". "; }
.rpp ol.lev4 > li::before { font-weight:normal; content: counter(li,lower-alpha)". "; }
.rpp ol.lev5 > li::before { font-weight:normal; content: counter(li,decimal)". "; }
.rpp ol.lev6 > li::before { font-weight:normal; content: "("counter(li,lower-roman)") "; }

/* These attempt to set the margins a bit smaller so there is less indentation overall */
.cnt-9 .rpp ol,
.cnt-12 .rpp ol,
.cnt-8 .rpp ol { margin-left: 40px; }

.cnt-9 .rpp .lev2,
.cnt-12 .rpp .lev2,
.cnt-8 .rpp .lev2 { margin-left: 72px; }



/* widget_list_grid_posts */
.widget_list_grid_posts { position: relative; }
.widget_list_grid_posts #form-list-grid-posts { display: none; }

.widget_list_grid_posts .search { text-align: center; padding: 25px 10px 30px; background: #f2f2f2; }
.widget_list_grid_posts .search .row1 { max-width: 560px; margin: 0 auto; position: relative; }
.widget_list_grid_posts .search h1 { font-weight: 300; margin: 0 0 20px 0; }
.widget_list_grid_posts .search #input-search { font-size: 24px; padding: 8px 58px 8px 15px; width: 100%; border: solid 1px #444; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
.widget_list_grid_posts .button-search { width: 48px; height: 48px; background: url("img/bg-button-search.png") no-repeat; display: block; position: absolute; right: 0; top: 0; }

.widget_list_grid_posts .isotope-filters { background: rgba(74, 110, 172, 0.85); padding: 20px 10px 30px; }
.widget_list_grid_posts .isotope-filters h5 { font-size: 24px; font-weight: 400; color: #f2f2f2; padding: 0 0 20px; margin: 0; text-align: center; }
.widget_list_grid_posts .isotope-filters .input-select {}
.widget_list_grid_posts .isotope-filters .input-select { font-weight: 400; padding: 8px 15px; width: 100%; border: solid 1px #444; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
.widget_list_grid_posts .isotope-filters .row1 { max-width: 900px; margin: 0 auto; }
.widget_list_grid_posts .isotope-filters .row2 { padding: 25px 0 0; text-align: center; }
.widget_list_grid_posts .isotope-filters .row2 ul { list-style: none; padding: 0; margin: 0; display: inline-block; }
.widget_list_grid_posts .isotope-filters .row2 li { float: left; padding: 0 10px 10px 0; }
.widget_list_grid_posts .isotope-filters .row2 li a { color: #fff; }
.widget_list_grid_posts .isotope-filters .row2 li a:hover { text-decoration: underline; }
.widget_list_grid_posts .isotope-filters .col1 { float: left; width: 33.333%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
.widget_list_grid_posts .isotope-filters .col1 .inner { padding: 0 10px; }
.widget_list_grid_posts .isotope-filters .col2 { float: left; width: 33.333%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
.widget_list_grid_posts .isotope-filters .col2 .inner { padding: 0 10px; }
.widget_list_grid_posts .isotope-filters .col3 { float: left; width: 33.333%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -khtml-border-radius: 5px; }
.widget_list_grid_posts .isotope-filters .col3 .inner { padding: 0 10px; }

.widget_list_grid_posts .header-view-type { max-width: 1100px; margin: 0 auto; padding: 25px 40px 15px 40px; background: #fff; }
.widget_list_grid_posts .canvas-data-list-grid { max-width: 1100px; margin: 0 auto; padding: 0 40px 15px 40px; background: #fff; }
.widget_list_grid_posts .canvas-data-list-grid .data-list-grid { min-height: 100px; }

.widget_list_grid_posts.grid .data-list-grid-item { width: 25%; float: left; text-align: center; cursor: pointer; }

.widget_list_grid_posts.grid.cols3 .data-list-grid-item { width: 33.333%; }

.widget_list_grid_posts.grid.cols2 .data-list-grid-item { width: 50%; }
.widget_list_grid_posts.grid.cols2 .data-list-grid-item > .background > .inner { padding: 20px 15px; }

.widget_list_grid_posts.grid .data-list-grid-item .background { background: none; margin: 0 10px; }
.widget_list_grid_posts.grid .data-list-grid-item .col1 { float: none; width: 100%; }
.widget_list_grid_posts.grid .data-list-grid-item .col2 { float: none; width: 100%; display: none;}
.widget_list_grid_posts.grid .data-list-grid-item .col2 .row1 { padding: 0; }
.widget_list_grid_posts.grid .data-list-grid-item .col2 .row2 { text-align: center; }
.widget_list_grid_posts.grid .data-list-grid-item.open { /*background: url(img/item-data-arrow.png) no-repeat 50% 100%;*/ }
.widget_list_grid_posts.grid .data-list-grid-item.open .col1 .inner img { background: #016e78; }
.widget_list_grid_posts.grid .item-data.open {
    display: block;
}
.widget_list_grid_posts.grid .item-data {
    display: none;
    background: #006e78;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}
.widget_list_grid_posts.grid .item-data>.inner {
    padding: 20px;
	color: #fff;
}
.widget_list_grid_posts.grid .item-data>.inner>.row1 p:last-child { margin: 0; }

.widget_list_grid_posts.grid .item-data>.inner .button { margin-top: 0; }

.widget_list_grid_posts.grid .data-list-grid-item .button { float: none !important; margin: 10px 0 0 0; }
.widget_list_grid_posts.grid .data-list-grid-item .col1 .inner { padding: 0 0 15px; }
.widget_list_grid_posts.grid .data-list-grid-item .col1 .inner img { border: solid 1px #e8e8e8; padding: 5px; margin: 0 0 10px 0; }
.widget_list_grid_posts.grid .data-list-grid-item h4 { font-size: 18px; }


.widget_list_grid_posts .header-view-type { text-align: center; }
.widget_list_grid_posts .header-view-type > .inner { position: relative;  }
.widget_list_grid_posts .header-view-type .view-type { position: absolute; right: 0; top: 10px; }
.widget_list_grid_posts .header-view-type .view-type-grid {
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: url(img/icons-data-list-grid.png) no-repeat 0 -68px;
    margin: 0 5px 0 0;
    float: left;
}
.widget_list_grid_posts.grid .header-view-type .view-type-grid,
.widget_list_grid_posts .header-view-type .view-type-grid:hover { background-position: 0 -102px; }

.widget_list_grid_posts .header-view-type .view-type-list {
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: url(img/icons-data-list-grid.png) no-repeat 0 0;
    float: left;
}
.widget_list_grid_posts.list .header-view-type .view-type-list,
.widget_list_grid_posts .header-view-type .view-type-list:hover { background-position: 0 -34px; }

.widget_list_grid_posts #pagination { max-width: 1100px; margin: 0 auto; padding: 0 40px 30px 40px; background: #fff; }


.data-list-item { margin-bottom: 20px; }
.data-list-item .background { width: 100%; padding: 20px 20px 23px 20px; border: solid 1px #e4e4e4; }
.data-list-item .background p { margin: 0 0 5px; }
.data-list-item .background p.small { margin: 0; color: #7d7d7d; font-style: italic; line-height: 1.5; }
.data-list-item .background a { font-size: 14px; text-decoration: underline; }
.data-list-item .view-article { margin: 10px 0 0 0; display: block; }
.data-list-item .background h3 { text-transform: uppercase; font-size: 18px; font-weight: 400; margin: 0; padding: 8px 0 0; font-family: 'core_sans_n_55_mediumregular', 'Open Sans', sans-serif; }
.data-list-item .background h3 a { text-decoration: none !important; font-size: 18px; }

.data-list-item.events { border-bottom: none !important; float: left; width: 50%; }
.data-list-item.events,
.data-list-item .background p.small { color: #fff !important; }
.data-list-item.events .background { background: #f68b1e !important; margin: 0 10px; width: auto; border: none; height: 100%; }
.data-list-item.events .background a { color: #fff !important; font-size: initial !important; }
.data-list-item.events .background p.small,
.data-list-item.events.black .background p.small { color: #fff !important; }

.data-list-item.events .data-list-item { width: 50%; float: left; }

.data-list-item.category-press-coverage .background { background: #f1f1f1; }
.data-list-item.category-press-coverage .background a { text-decoration: underline; color: #444; }

.data-list-item.black { border-bottom: solid 3px #dadada; }
.data-list-item.black .background { background: #f1f1f1; }
.data-list-item.black .background a { color: #444; }
.data-list-item.black .background p.small { color: #7d7d7d !important; }

.data-list-item.red { border-bottom: solid 3px rgba(177, 33, 36, 0.7); }
.data-list-item.red .background { background: #f1f1f1; }
.data-list-item.red .background a { color: #444; }
.data-list-item.red .background p.small { color: #7d7d7d !important; }

.data-list-item.blue { border-bottom: solid 3px rgba(0, 110, 120, 0.7); }
.data-list-item.blue .background { background: #f1f1f1; }
.data-list-item.blue .background a { color: #444; }
.data-list-item.blue .background p.small { color: #7d7d7d !important; }

.data-list-item.orange { border-bottom: solid 3px rgba(160, 90, 35, 0.7); }
.data-list-item.orange .background { background: #f1f1f1; }
.data-list-item.orange .background a { color: #444; }
.data-list-item.orange .background p.small { color: #7d7d7d !important; }

.data-list-item.purple { border-bottom: solid 3px rgba(116, 26, 115, 0.7); }
.data-list-item.purple .background { background: #f1f1f1; }
.data-list-item.purple .background a { color: #444; }
.data-list-item.purple .background p.small { color: #7d7d7d !important; }

.data-list-item.green { border-bottom: solid 3px rgba(55, 125, 55, 0.7); }
.data-list-item.green .background { background: #f1f1f1; }
.data-list-item.green .background a { color: #444; }
.data-list-item.green .background p.small { color: #7d7d7d !important; }



.data-list-item .vc_column-inner,
.data-list-item .wpb_content_element { padding: 0 !important; margin: 0 !important; }

.widget_list_posts .header { margin-bottom: 35px; }
.widget_list_posts .header { margin-bottom: 35px; }

.widget_latest_posts {}
.vc_row.wpb_row .widget_latest_posts h2 { font-family: 'core_sans_n_55_mediumregular', 'Open Sans', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 18px; z-index: 1; margin: 33px 0 0; overflow: hidden; color: #444; }
.vc_row.wpb_row .widget_latest_posts ul { list-style: none; padding: 0; margin: 0; }
.vc_row.wpb_row .widget_latest_posts ul li { padding: 10px 0; }
.vc_row.wpb_row .widget_latest_posts ul li a { }
.vc_row.wpb_row .widget_latest_posts .post-date { display: block; font-size: 14px; font-style: italic; color: #444; }


/* shoutout */
.shoutout { min-height: 160px; display: table; width: 100%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.shoutout .inner { display: table-cell; vertical-align: middle; text-align: center; padding: 20px 10px 30px; }
.shoutout .inner h2 { font-size: 36px; font-weight: 300; color: #fff; }
.shoutout .inner h3 { font-size: 18px; font-weight: 300; color: #fff; }

/*.vc_row-has-fill > .vc_column_container > .vc_column-inner { padding: 0 !important; }*/

/* */

/* latest news */
.latest-news { margin-bottom: 25px; }
.latest-news .col1 { width: 50%; float: left; padding: 0 0 52px 0; position: relative; }
.latest-news .col1 a.button { position: absolute; bottom: 0; left: 0; }
.latest-news .col2 { width: 50%; float: left; background: #2a3672; color: #fff; z-index: 1; position: relative; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.latest-news .col2>.inner { padding: 30px; }

.latest-news ul { margin: 0; padding: 0; list-style: none; }

.latest-news .col1 li a { font-weight: 400; padding: 10px 47px 12px 20px; display: block; font-size: 20px; color: #4a6eac; background: url('img/bg-latest-news-arrow.png') no-repeat 100% 50%; margin-right: -3px; z-index: 0; position: relative; -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out; transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }
.latest-news .col1 li a span { font-size: 17px; color: #444; display: block; -webkit-transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out; transition: background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out; }

.latest-news .col1 li a:hover { color: #fff;  background: #4a6eac url('img/bg-latest-news-arrow-white.png') no-repeat 100% 50%; }
.latest-news .col1 li a:hover span { color: #fff; }


.latest-news .col2 .image { padding: 0 0 10px 0; text-align: center; }
/* */



/* footer */
.footer { background: #4A4A4A; font-size: 16px; line-height: 1.3; }
.footer a { font-size: 13px; color: #fff; }
.footer>.inner { max-width: 1100px; margin: 0 auto; padding: 30px 40px; }
.footer h2,
.footer h3 { margin: 0 0 5px; font-weight: 700; font-size: 16px; }
.footer ul { padding: 0; margin: 0; list-style: none; }
.footer ul.footer-nav-1 { padding: 0 0 20px 0; line-height: 1.8; }
.footer ul.footer-nav-2 { line-height: 1.4; }
.footer .row1 { padding: 0 0 30px; color: #fff; }
.footer .row1 .boxed {border: 1px solid #fff; padding: 12px;}
.footer p { margin: 0 0 5px; }
.footer a:hover { text-decoration: underline; }

.footer .row1 .col1 { float: left; width: 50%; }
.footer .row1 .col1 .inner { padding: 0 40px 0 0; }
.footer .row1 .col2 { float: left; width: 30%; }
.footer .row1 .col2 .inner { padding: 52px 0 20px 0;}
.footer .row1 .col3 { float: left; width: 20%; }
.footer .row1 .col3 .inner { float: right; }
.footer .row1 .col3 ul.social {}
.footer .row1 .col3 ul.social li { float: left; padding: 0 0 0 20px; }

.logo-footer { padding: 0 0 20px 0; max-width: 150px; }

.footer-bottom { width: 100%; background: #6D6E70; font-size: 16px; line-height: 1.3; color: #fff; padding:10px 0; }
.footer-bottom .inner { max-width: 1100px; margin: 20px auto; padding: 0 40px 10px 40px;}
.footer-bottom a { color: #fff; }
.footer-bottom .col1 { float: left; width: 60%; }
.footer-bottom .col2 { float: left; width: 40%; text-align: right;}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'core_sans_n_45_regularregular';
    src: url('fonts/coresansn45regular-webfont.eot');
    src: url('fonts/coresansn45regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/coresansn45regular-webfont.woff2') format('woff2'),
         url('fonts/coresansn45regular-webfont.woff') format('woff'),
         url('fonts/coresansn45regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'core_sans_n_55_mediumregular';
    src: url('fonts/coresansn55medium-webfont.eot');
    src: url('fonts/coresansn55medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/coresansn55medium-webfont.woff2') format('woff2'),
         url('fonts/coresansn55medium-webfont.woff') format('woff'),
         url('fonts/coresansn55medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_pro_light';
    src: url('fonts/DINProLight.eot');
    src: url('fonts/DINProLight.eot?#iefix') format('embedded-opentype'),
         url('fonts/DINProLight.woff') format('woff'),
         url('fonts/DINProLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:920px) {

	.advanced-slider .slide-arrows { display: none; }
	.advanced-slider .content { top: 20%; }
	.advanced-slider .content h1 { font-size: 32px; }
	.advanced-slider .content h2 { font-size: 18px; margin: 10px 0; padding: 0; }
	
	.nav-desktop ul li {font-size: 12px;}
	.header .row1 .col1 .logo {padding: 5px 15px 0 15px;}

}



@media only screen and (max-width:767px) {
	
	.data-list-item.events { width: 100%; float: none; }
	
	.widget_image_content .col1 { width: 100%; float: none; padding: 0 0 10px; }
	.widget_image_content .col1 .inner { padding: 0; }
	.widget_image_content .col2 .inner { padding: 0; }
	
	.widget_list_grid_posts #pagination { padding: 0 20px 30px 20px; }
	
	.data-list-grid-item > .background > .inner { padding: 20px 15px; }
	
	.data-list-grid-item .col1 { width: 100%; float: none; text-align: center; padding: 0 0 10px; }
	.data-list-grid-item .col2 { width: 100%; float: none; text-align: center; }
	
	.data-list-grid-item .col1 .inner { padding: 0; }
	
	.widget_data_list_grid .header-view-type,
	.widget_list_grid_posts .header-view-type { padding: 25px 10px 15px 10px; }
	.widget_data_list_grid .canvas-data-list-grid,
	.widget_list_grid_posts .canvas-data-list-grid { padding: 0 10px 15px 10px; }
	
	.widget_list_grid_posts .isotope-filters .col1 .inner,
	.widget_list_grid_posts .isotope-filters .col2 .inner { padding: 0 10px 10px 10px; }
	
	.widget_list_grid_posts .isotope-filters .col1,
	.widget_list_grid_posts .isotope-filters .col2,
	.widget_list_grid_posts .isotope-filters .col3 { width: 50%; }
	
	.inner_wrapper { border-left: solid 10px #fff; border-right: solid 10px #fff; }
	
	.advanced-slider .content { padding: 0 10px; }
	
	.widget_testimonial { padding: 20px; text-align: center; }
	.widget_testimonial .graphic { float: none; margin: 0 0 10px 0; }
	
	h3.list-title { font-size: 22px; }
	
	.widget_benefits .col1,
	.widget_benefits .col2 { float: none; width: 100%; }
	
	.widget_benefits .col1 { padding: 0 0 20px 0; }
	
	.widget_benefits .col1 .inner { border: none; }
	
	.widget_benefits.no-separator .col1 .inner,
	.widget_benefits.no-separator .col2 .inner,
	.widget_benefits .col1 .inner,
	.widget_benefits .col2 .inner	{ padding: 0; }
	
	.col-10,
	.col-20,
	.col-25,
	.col-30,
	.col-40,
	.col-45,
	.col-50,
	.col-55,
	.col-60,
	.col-70,
	.col-75,
	.col-80,
	.col-90 { width: 100%; float: none; }
	
	.vc_row.wpb_row { padding: 15px 0; }
	.vc_row.wpb_row>.vc_column_container>.vc_column-inner { padding-left: 10px; padding-right: 10px; }
	
	.vc_row.wpb_row.parallax>.vc_column_container>.vc_column-inner { padding:0; }
	
	.vc_row.wpb_row>.vc_column_container.vc_col-sm-4 { padding-bottom: 30px; }
	.vc_row.wpb_row>.vc_column_container.vc_col-sm-4:last-child { padding-bottom: 15px; }
	
	.advanced-slider .content h1 { font-size: 26px; font-weight: 400; }
	.advanced-slider .content h2 { display: none; }
	.advanced-slider .content .button { padding: 5px 15px; }
	
	h1 { font-size: 34px; }
	h2,
	.shoutout .inner h2 { font-size: 28px; }
	

	
	.teaser.style_1 .content { padding: 20px 10px; }
	.teaser.style_2 .content { padding: 20px 0 0 0; }
	
	.latest-news .col1,
	.latest-news .col2 { float: none; width: 100%; }
	
	.latest-news .col1 { margin-bottom: 30px; }
	.latest-news .col1 li a { padding: 10px 47px 12px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-right: 0; }
	
	.latest-news .col2>.inner { padding: 15px; }
	
	.request-call-back { padding: 15px; text-align: center; }
	
	.request-call-back .col1,
	.request-call-back .col2 { float: none; width: 100%; }
	
	.request-call-back .col1 { margin-bottom: 30px; }
	
	.request-call-back h2 { font-size: 28px; }
	.request-call-back .icon-phone,
	.request-call-back .icon-link { font-size: 20px; text-align: left; }
	
	.contact-block {font-size: 18px;}
	.contact-block.left, .contact-block.right {float: none; width: 100%; padding-left: 20px; padding-right: 20px;}
	
	.accordion-section-title {padding: 15px 30px 15px 15px;}
	
	.footer>.inner { padding: 30px 10px; }
	.footer-bottom .inner { padding: 0 10px 10px; }
	.footer .row1 .col1,
	.footer .row1 .col2 { width: 50%; }
	
	.footer .row1 .col2 .inner { padding: 0 20px; }
	
	.footer .row1 .col3 { width: 100%; float: none; clear: both; padding: 30px 0 0; }
	.footer .row1 .col3 > .inner { float: none; display: inline-block; }
	
	.footer .row1 .col3 ul li { max-width: 40px; }
	.footer-bottom {font-size: 14px}
	.footer-bottom .col1, .footer-bottom .col2 {float: none; width: 100%; text-align: left;}
	
}

@media only screen and (max-width:560px) {
	
	.widget_list_grid_posts #pagination { padding: 0 10px 30px 10px; }
	
	.widget_list_grid_posts .isotope-filters .col1,
	.widget_list_grid_posts .isotope-filters .col2,
	.widget_list_grid_posts .isotope-filters .col3 { width: 100%; }
	
	.widget_list_grid_posts.grid .data-list-grid-item .background { margin: 0; }
	
	
	.vc_row.wpb_row .intro p { width: 100%; }

}

@media only screen and (max-width:480px) {
	
	.footer .row1 .col1, 
	.footer .row1 .col2 { width: 100%; }
	
	.footer .row1 .col2 { padding-top: 30px; }
	
	.footer .row1 .col1 .inner,
	.footer .row1 .col2 .inner { padding: 0; }
	
	.contact-block li.icon-email { min-height: 65px; font-size: 18px; background-position-x: 10px; background-size: 62px; padding: 19px 10px 0 87px; }
}



@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	
	blockquote { 	margin: 1.5em 0 -0.6em 0; }
	
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

input::placeholder {
  color: #444;
}

::selection {
	background:#8ba5c5;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" atftr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
