@charset "UTF-8";
/* CSS Document */

@import 'clearfix.css';
@import 'forms.css';
/*@import 'fonts/fonts.css';*/

/*@import 'forms.css';*/
/*@import 'fonts/swiper.css';*/
/*@import 'media.css';*/

body,td,th {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	outline-style: 1em;
	line-height: 1.4em;
	color: #5a4f56;
}
body, html {
	background: #fff;
	margin: 0px;
	width: 100%;
	position: relative;
}
.wrapper {
	width: 100%;
	padding: 0px 0px;
	margin: 0px;
	display: block;
	position: relative;
}
.dialog_box *,
.wrapper * {
	box-sizing: border-box;
}
.midwrapper {
	width: 100%;
	max-width: 1480px;
	padding: 0px 2.5%;
	margin: 0 auto;
	display: block;
	position: relative;
}
.subwrapper {
	width: 100%;
	max-width: 1200px;
	padding: 0px 2.5%;
	margin: 0 auto;
	display: block;
	position: relative;
}
.withpadding {
	padding: 60px 0px;
	box-sizing: border-box;
}
.withpadding_bottom_small {
	padding-bottom: 10px;
}
.withpadding_top_small {
	padding-top: 30px;
}
.withpadding_top_extra{padding-top: 190px !important;}
.withpadding-extrapadding {
	padding: 90px 0px;
	box-sizing: border-box;
}
.bg-image-spacer {
	background: center #456;
	background-size: cover;
	min-height: 500px;
}
.bg-image-spacer-noimg {
	min-height: 150px;
}
.bg-image-spacer h2,
h2.claim {
	width: 100%;
	text-align: center;
	font-size: 2.75em;
	font-weight: 400;
	margin: 0;
  	/*position: absolute;*/
  	/*top: 50%;*/
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	/*text-shadow: 5px 5px 10px rgba(103,139,118,.5);*/
}
h2.claim {
	position: relative;
  	top: 0;
	color: rgb(103,139,118);
}
.bg-image-spacer h2.expandable,
h2.claim {
	font-size: 2.75em;
}
.bg-image-spacer .subwrapper.h2-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);
}
.bg-image-spacer .subwrapper.h2-container h2.v2 {
	width: 100%;
	text-align: left;
	font-size: 2.75em;
	font-weight: 400;
	margin: 0;
  	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	text-shadow: 5px 5px 10px rgba(103,139,118,.5);
}
.bg-image-spacer span.id-tag {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
  	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	text-shadow: 5px 5px 10px rgba(0,0,0,.5);
}

header {
	padding-top: 0px;
	width: 100%;
	diaplay: block;
	position: absolute;
	z-index: 9999999999;
	color: #fff;
}
.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	background: #cce8d9;
	transition: all .5s ease-in-out;
}
.sticky #main_logo {
	height: 59px;
	transition: all .5s ease-in-out;
}
.sticky #main_logo svg {
	transform-origin: left top;
	height: 59px;
	transition: all .5s ease-in-out;
}
#main {
	width: 100%;
	display: block;
	position: relative;
}
footer {
	width: 100%;
	display: block;
	padding: 0px;
	color: #fff;
}
/*-----------------------------------------------------------*/
/*----------------------- PAGES STUFF -----------------------*/
/*-----------------------------------------------------------*/
.page_banner {
	height: 200px;
	background: no-repeat right top;
	background-size: cover;
}
.page_banner:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
}
/*-----------------------------------------------------------*/
/*----------------------- FORMAT STUFF ----------------------*/
/*-----------------------------------------------------------*/
.colored_main { color: #799b89; }
.colored_light { color: #cbe8d9; }

:root {
  --main-bg-color: #799b89;
	--main-bg-color-light: #cbe8d9;
}

.white { color: #fff; }
.gray { color: #7d7d7d; }
.lightgray { color: #eee; }
.darkgray { color: #333; }
.black { color: #000; }
.alert_text { color: #c00; }
.ok_text { color: #090; }
.dark_brown { color: #5a4f56; }

.highlighted_white {  background: #fff; }
.highlighted_white_trnsp { background: rgba(255,255,255,.9) }
.highlighted_black {  background: #000; }
.highlighted_dark {  background: #5a4f56; }
.highlighted_gray {  background: #ccc; }
.highlighted_lightgray {  background: #ededed; }
.highlighted_ultralightgray {  background: #f4f4f4; }

.highlighted_colored {  background: linear-gradient(225deg, #cce8d9, #7c9c8b); }
.highlighted_colored_overlay {  background: rgba(204, 232, 217, .25)}
.highlighted_colored_light {  background: #cce8d9;}
.highlighted_colored_dark { background: linear-gradient(225deg, #799b89, #799b89); }

.shadowed {
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.centercontent { text-align: center !important; }
.leftcontent {  text-align: left; }
.rightcontent {  text-align: right; }

.tobottom { position: absolute; bottom: 0px; }

.centered_box { margin-left: auto; margin-right: auto; }
.nofloat { float: none !important;}

.no_bordered { border: none !important; }

img { border: 0px; }

p { margin: 1.4em 0; }
p:first-child { margin-top: 0; }
.leadtext {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 100;
}
.leadtext-bigger {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 300;
}
.leadtext-bigger.expandable {
	font-size: 1.5em;
	padding: 2% 0;
}
.testimonial {
	font-style: italic;
}
ul, ol {
	margin: 0;
	padding: 0 0px;
}
.regular_text ul {
	list-style: disc;
	margin: 1em 0;
}
.regular_text ul:first-child,
.regular_text li:first-child {
	margin-top: 0;
}
.regular_text ul li {
	margin: 1em 0 1em 1em;
}
.pre_styled_text ol {
	list-style: none;
	counter-reset: li-counter;
	list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0;
    margin-left: 3em;
    padding: 0;
}
.pre_styled_text ol li {
	margin: 1em 0;
	position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 2em;
}
.pre_styled_text ol li:before {
	position: absolute;
    top: 2px;
    left: -1.33em;
	left: -3em;
    width: 2em;
    height: 2em;
	
	font-size: .88em;
    line-height: 2em;
    text-align: center;
    color: #fff;
	
    border-radius: 50%;
    background-color: #16C5EF;
    content: counter(li-counter);
    counter-increment: li-counter;
}
.boxes_list {
	list-style: none;
}
.boxes_list li {
	background: #fff;
	border-top: 1px solid #00AADD;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 15px 0px rgba(100,100,100,0.2);
	margin-bottom: 30px;
}
.boxes_list li p {
	font-size: .75em;
	line-height: 1.6em;
}
.ondark { font-weight: 200}
.small {
	font-size: .75em;
	line-height: 1.2em;
}
strong, b {
	font-weight: 600;
}
strong.ondark, b.ondark {
	font-weight: 300;
}
i, em {
	font-style:italic;
}
.loading {
	background: url(../images/layout/ajax-loader.gif) no-repeat left top 30px;
}
.square {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
.width_col_sep {
	background: #ccc;
}
sub {
	font-size: 0.7em;
}
/*-----------------------------------------------------------*/
/*----------------------- COLS ------------------------------*/
/*-----------------------------------------------------------*/
[class*='col-'] {
	float: left; 
    min-height: 1px; 
    width: 8.33%; 
    /*-- our gutter -- */
    padding: 15px;
	display: block; 
}
.pos_relative {
	position:relative;
}
[class*='col-'].centered_col {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.col-0-5{ width: 4.165%; }
.col-1{ width: 8.33%; }
.col-1-5 { width: 12.45%; }
.col-2{ width: 16.66%; }
.col-2-5 { width: 20.83%; }
.col-3{ width: 25%;    }
.col-4{ width: 33.33%; }
.col-4-5 { width: 37.45%; }
.col-5{ width: 41.66%; }
.col-5-5{ width: 45.83%; }
.col-6{ width: 50%;   }
.col-7{ width: 58.33%; }
.col-8{ width: 66.66%; }
.col-9{ width: 75%;    }
.col-10{ width: 83.33%; }
.col-10-5{ width: 87.495%; }
.col-11{ width: 91.66%; }
.col-12{ width: 100%;   }

.like_col_padded {
	padding: 15px;
}
.extrasized-col {
	position: relative;
	padding: 110px 40px 130px 40px;
	margin: -110px 0 -130px 0;
	z-index: 9;
}
.extrasized-col.extrasized-col-ontop {
	padding-bottom: 40px;
	margin-bottom: 0px;
}
.extrasized-col h1 {
	font-weight: 100;
	font-size: 3em;
}

.noleft_padding { padding-left: 0px; }
.noright_padding { padding-right: 0px; }
.notop_padding { padding-top: 0px; }
.nobottom_padding { padding-bottom: 0px; }
.novertical_padding {padding-bottom: 0px; padding-top: 0px;}
.nohorizontal_padding {padding-left: 0px; padding-right: 0px;}
.no_padding { padding: 0px; }

.no_margin { margin: 0px; }

.atleft { float: left; }
.atright { float: right; }

.noblock { display: inline-block; }

.pos_relative {
	position:relative;
}
.underlayer_img {
	z-index: -1;
}
.tabear {
	position: absolute;
	bottom: 0em;
	margin-left: -600px;
	left: 50%;
	text-transform: uppercase;
	font-size: .75em;
	line-height: 2.4em;
}
.tabear .tabear_label {
	padding: 0 10px;
	display: inline-block;
}
/*-----------------------------------------------------------*/
/*----------------------- TEXT STYLES -----------------------*/
/*-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: 400;
}
/* in News Header */
h1 {
	font-size: 2em;
	line-height: 1.2em;
}
h1.lighter {
	font-weight: 300;
}
/* in Lead text.. smaller */
h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 300;
}
/* in Publications header */
h3 {
	font-size: 1.12em;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 1em;
	text-transform: uppercase;
}
/* in News module header */
h4 {
	font-size: .87em;
	line-height: 1.4em;
	font-weight: 600;
}
/* in events header */
h5 {
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: 400;
}
/* in News module date */
h6 {
	font-size: .625em;
	line-height: 1.4em;
}
/*-----------------------------------------------------------*/
/*----------------------- SELECTORS -------------------------*/
/*-----------------------------------------------------------*/
/* DEFAULT */
a {
	outline: none;
}
a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover,
a:active,
a.active {
	color: inherit;
	text-decoration: underline;
}
a.read_more {
	text-transform: uppercase;
	font-size: .625em;
	line-height: 1em;
	font-weight: 600;
}
/* COLORED */
a.colored:link,
a.colored:visited {
	color: #799b89;
	text-decoration: none;
}
a.colored:hover,
a.colored:active,
a.colored.active {
	color: #799b89;
	text-decoration: underline;
}
/*-------- BUTTONS --------*/
.button {
	cursor: pointer;
	text-transform: capitalize;
	text-align: center;
	line-height: 1em;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: .5em 1em;
	border: 1px solid #fff;
	background-color: #fff;
}
.button.btn_m {
	padding: .5em 3em;
}
.button.btn_xm {
	padding: 1em 2em;
}
.button.btn_xl {
	padding: 1em 3em;
}
.button.btn_xxl {
	padding: 1.5em 2.5em;
}
.button.btn_caps {
	text-transform: uppercase;
}
.button.btn_colored,
.button.btn_colored:link,
.button.btn_colored:visited {
	border: 1px solid #799b89;
	background-color: #799b89;
	color: #cce8d9;
	text-decoration: none;
}
.button.btn_colored:not(btn_inactive):hover {
	border: 1px solid #5a4f56;
	background-color: #5a4f56;
	text-decoration: none;
}
.button.btn_colored:not(.btn_inactive):active,
.button.btn_colored:not(.btn_inactive).active {
	border: 1px solid #666;
	background-color: #666;
}
.button.btn_unfilled,
.button.btn_unfilled:link,
.button.btn_unfilled:visited {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
.button.btn_unfilled:not(.btn_inactive):hover {
	border: 1px solid #5a4f56;
	background-color: #5a4f56;
	text-decoration: none;
}
.button.btn_unfilled:not(.btn_inactive):active,
.button.btn_unfilled:not(.btn_inactive).active {
	border: 1px solid #666;
	background-color: #666;
}
.button.btn_colored.btn_unfilled,
.button.btn_colored.btn_unfilled:link,
.button.btn_colored.btn_unfilled:visited {
	border: 1px solid #799b89;
	color: #799b89;
}
.button.btn_colored.btn_unfilled:not(.btn_inactive):hover,
.button.btn_colored.btn_unfilled:not(.btn_inactive):active,
.button.btn_colored.btn_unfilled:not(.btn_inactive).active {
	color: #fff;
}
.button.btn_inactive {
	opacity: .5 !important;
	cursor: default !important;
}
a.withicon,
a.withicon:link,
a.withicon:visited {
	text-decoration: none;
}
a.withicon:hover,
a.withicon:active,
a.withicon.active {
	text-decoration: none;
	color: #bf344d;
}
a.withicon .fa {
	line-height: 2em;
	margin-right: .6em;
}
.filter-button {
	display: inline-block;
}
/*-----------------------------------------------------------*/
/*----------------------- NAVIGATION ------------------------*/
/*-----------------------------------------------------------*/

/*----------------------  MENU 1 ----------------------------*/
.menu1 {
	margin: 0;
}
.menu1 > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: .87em;
	line-height: 1em;
	text-transform: inherit;
	text-align: right;
}
.menu1 > ul > li {
	padding: 0px;
	display: inline-block;
	position: relative;
}
.menu1 > ul > li > a {
	display: block;
	padding: 0px 10px;
}
.menu1 > ul > li > a > hr {
	margin: 0;
	margin-top: 5px;
	border: none;
	border-bottom: 2px solid;
	width: 30px;
}
.menu1 > ul > li > a:link,
.menu1 > ul > li > a:visited {
	text-decoration: none;
	color: #5a4f56;
	font-weight: 300;
}
.menu1 > ul > li > a:link> hr,
.menu1 > ul > li > a:visited > hr {
	border-color: transparent;
}
.menu1 > ul > li > a:hover,
.menu1 > ul > li > a:active,
.menu1 > ul > li > a.active {
	text-decoration: none;
	color: #5a4f56;
	font-weight: 400;
}
.menu1 > ul > li > a:hover > hr,
.menu1 > ul > li > a:active > hr,
.menu1 > ul > li > a.active > hr {
	border-color: #5a4f56;
}
/*-----------------------------------------------------------*/
/*----------------------- MENU 2 v1 ----------------------------*/
/*-----------------------------------------------------------
.menu2 {
	display: block;
	text-align: right;
	margin-top: 1em;
	z-index: 9999999;
}
.menu2 li {
	display: inline-block;
	border: 1px solid #000;
	margin: 0 .5em;
	text-transform: capitalize;
}
.menu2 li a {
	display: block;
	padding: .5em 1em;
	width: 100%;
	height: 100%;
	background-color: none;
}
.menu2 li a:hover {
	background-color: #000;
	color: #cce8d9;
	text-decoration: none;
}
.menu2 li:first-child {
	margin-left: 0;
}
.menu2-label {
	display: block;
	font-weight: 400;
	font-size: 1.25em;
}
.menu2 .fa{
	margin-left: .5em;
	border-left: 1px solid;
	padding-left: .8em;
	transition: transform .7s ease-in-out;
}
.menu2 .fa:hover {
  transform: rotate(360deg);
}
*/
/*-----------------------------------------------------------*/
/*----------------------- MENU 2 ----------------------------*/
/*-----------------------------------------------------------*/
.menu2 {
	display: block;
	/*text-align: right;*/
	margin-top: 1em;
	z-index: 9999999;
}
.menu2 li {
	display: inline-block;
	border-left: 2px solid #000;
	padding: 0 1em;
	text-transform: capitalize;
}
.menu2 li a {
	display: block;
	padding: .5em .5em;
	width: 100%;
	height: 100%;
	background-color: none;
}
.menu2 li a:hover {
	background-color: #5a4f56;
	color: #cbe8d9;
	text-decoration: none;
}
.menu2 li:first-child {
	padding-left: 0em;
	margin-left: -0.5em;
	border-left: none;
}
.menu2-label {
	display: block;
	font-weight: 400;
	font-size: 1.25em;
}
.menu2 .fa{
	margin-left: 0em;
	padding-left: .4em;
	transition: transform .7s ease-in-out;
}
.menu2 .fa:hover {
  transform: rotate(360deg);
}
/*-----------------------------------------------------------*/
/*----------------------- MENU 3 v1 ----------------------------*/
/*-----------------------------------------------------------
.menu3 {
	display: block;
	text-align: right;
	margin-top: 1em;
	z-index: 9999999;
	opacity: 0;
	transition: all .1s ease-in-out;
}
.menu3.stickymenu {
	opacity: 1;
	transition: all .5s ease-in-out;
}
.menu3 li {
	display: inline-block;
	border: 1px solid #000;
	margin: 0 .25em;
	text-transform: capitalize;
	font-size: .6em;
}
.menu3 li a {
	display: block;
	padding: .1em 1em;
	width: 100%;
	height: 100%;
	background-color: none;
	color: #000;
}
.menu3 li a:hover {
	background-color: #000;
	color: #cce8d9;
	text-decoration: none;
}
.menu3 li:first-child {
	margin-left: .5em;
}
.menu3-label {
	display: block;
	font-weight: 400;
	font-size: 1em;
}
.menu3 .fa{
	margin-left: .5em;
	border-left: 1px solid;
	padding-left: .8em;
	transition: transform .7s ease-in-out;
}
.menu3 .fa:hover {
  transform: rotate(360deg);
}
*/
/*-----------------------------------------------------------*/
/*----------------------- MENU 3 ----------------------------*/
/*-----------------------------------------------------------*/
.menu3 {
	display: block;
	text-align: right;
	margin-top: 1em;
	z-index: 9999999;
	opacity: 0;
	transition: all .1s ease-in-out;
}
.menu3.stickymenu {
	opacity: 1;
	transition: all .5s ease-in-out;
}
.menu3 li {
	display: inline-block;
	border-left: 1px solid #000;
	margin: 0 .25em;
	text-transform: capitalize;
	font-size: .6em;
}
.menu3 li a {
	display: block;
	padding: .1em 1em;
	width: 100%;
	height: 100%;
	background-color: none;
	color: #000;
}
.menu3 li a:hover {
	background-color: #000;
	color: #cce8d9;
	text-decoration: none;
}
.menu3 li:first-child {
	margin-left: .5em;
	border-left: none;
}
.menu3-label {
	display: block;
	font-weight: 400;
	font-size: 1em;
}
.menu3 .fa{
	padding-left: .4em;
	transition: transform .7s ease-in-out;
}
.menu3 .fa:hover {
  transform: rotate(360deg);
}

.menu4 {
	margin: 0;
    margin-top: .5rem;
	display: block;
}
.menu4 > ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: .8rem;
	line-height: 1em;
	text-transform: inherit;
	text-align: right;
}
.menu4 > ul > li {
	padding: 0px;
	display: inline-block;
	position: relative;
}
.menu4 > ul > li > a {
	display: block;
	padding: 0px 0 10px 0;
}
.menu4 > ul > li > a > hr {
	margin: 0;
	margin-top: 5px;
	border: none;
	border-bottom: 2px solid;
	width: 30px;
}
.menu4 > ul > li > a:link,
.menu4 > ul > li > a:visited {
	text-decoration: none;
	color: #cce8d9;
	font-weight: 300;
}
.menu4 > ul > li > a:link> hr,
.menu4 > ul > li > a:visited > hr {
	border-color: transparent;
}
.menu4 > ul > li > a:hover,
.menu4 > ul > li > a:active,
.menu4 > ul > li > a.active {
	text-decoration: none;
	color: #cce8d9;
	font-weight: 400;
}
.menu4 > ul > li > a:hover > hr,
.menu4 > ul > li > a:active > hr,
.menu4 > ul > li > a.active > hr {
	border-color: #cce8d9;
}
/*-----------------------------------------------------------*/
/*----------------------- HEADER STUFF ----------------------*/
/*-----------------------------------------------------------*/
#main_logo svg {
	height: 100px;
	transform-origin: left top;
	transition: all .5s ease-in-out;
/*
	max-width: 130px;
	max-height: 60px;
*/
}
/*-----------------------------------------------------------*/
/*----------------------- FOOTER STUFF ----------------------*/
/*-----------------------------------------------------------*/
/*
footer #center_row {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
*/
footer #copyright {
	font-size: .75em;
}
footer #credits {
	font-size: .6em;
}
/*-----------------------------------------------------------*/
/*-------------------------- HP_ELEMENTS --------------------*/
/*-----------------------------------------------------------*/
/*---- HP BANNER -------- */
#hp_top_banner {
	position: relative;
	background: #cce8d9 no-repeat center;
	background-size: cover;
	min-height: 200px;
	background-image: url('../images/uploaded/banners/bn1.jpg');
	/*background-blend-mode: multiply;*/
}
#hp_top_banner .hp_top_banner_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: block;
	/*background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 30%, rgba(0,0,0,0.0) 75%, rgba(0,0,0,0.0) 100%);*/
}
#hp_top_banner .hp_top_banner_caption_holder {
	position: relative;
	max-height: 70%;
	overflow: hidden;
	padding-top: 190px;
	padding-bottom: 90px;
}
#hp_top_banner .hp_top_banner_caption h1 {
	/* font-size: 2.3em; */
	font-size: 1.8em;
	font-weight: 300;
}
.call_to_action {
	margin-top: 1em;
	display: inline-block;
	text-transform: uppercase;
}
/*#hp_top_banner, */
heade {
    background: linear-gradient(270deg, #cce8d9, #7c9c8b);
    background-size: 100% 100%;
}

@-webkit-keyframes AnimationName {
    0%{background-position:93% 0%}
    50%{background-position:0% 100%}
    100%{background-position:93% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:93% 0%}
    50%{background-position:0% 100%}
    100%{background-position:93% 0%}
}
@keyframes AnimationName {
    0%{background-position:93% 0%}
    50%{background-position:0% 100%}
    100%{background-position:93% 0%}
}
/*---- HP BANNER END ---- */
/* SORT & PAGINATION */
/*
.jplist-panel * {
	line-height: 1.5em !important;
}
.jplist-control-label {
	float: left;
	font-size: .7em;
	color: #592f15;
	font-weight: 400;
	padding: 6px;
}
.jplist-drop-down {
	box-shadow: none;
	border: 1px solid #dbdbdb;
	border-radius: 0px;
	text-shadow: none;
	color: #592f15;
	width: auto;
	background: none;
	height: auto;
	font-size: .7em;
	margin: 0;
}

.jplist-drop-down .jplist-dd-panel {
	width: auto;
	height: auto;
	line-height: 1em;
	text-indent: 0px;
	padding: 6px 50px 6px 6px;
}
.jplist-drop-down.jplist-drop-down-items-per_page .jplist-dd-panel {
	padding: 6px 25px 6px 6px;
}

.jplist-drop-down ul {
	position: absolute;
	top: 2em;
	left: 0;
	width: auto;
	white-space: nowrap;
	text-indent: 0px;
}
.jplist-drop-down ul li {
	text-indent: 0px;
	padding: 6px;
	line-height: 1em;
	height: auto;
}
.jplist-drop-down .jplist-dd-panel:after {
	content: '\f107';
	font-family: FontAwesome;		
	font-size: 10px;
}
.jplist-label {
	background: none;
	border-radius: 0px;
	color: #592f15;
	padding: 6px 30px;
	height: auto;
	width: auto;
	border: 2px solid #592f15;
	font-size: 1em;
	text-shadow: none;
}
.jplist-panel button {	
	background: none;
	border-radius: 0px;
	color: #592f15;
	padding: 6px 16px;
	height: auto;
	width: auto;
	border: 2px solid #592f15;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-shadow: none;
	cursor: pointer;
}
.jplist-drop-down ul li:hover { background-color: #cc7479; color: #fff; }
.jplist-drop-down:hover .jplist-dd-panel { color: #bf344d }
.jplist-drop-down:hover .jplist-dd-panel:after { color:#bf344d }
.jplist-panel button:hover {
}
.jplist-panel button:hover,
.jplist-panel button.jplist-selected,
.jplist-panel button.jplist-current {
	color: #fff;
	background: #cc7479;
	border-color: #cc7479;
}
/*-----------------------------------------------------------*/
/*-------------------------- NEWS STUFF ---------------------*/
/*-----------------------------------------------------------*/
/*------ HP NEWS ---------*/
.news_module {
	border-left: 1px solid #999;
	padding-top: 20px;	
	padding-bottom: 20px;	
}
.news_module:first-child {
	border-left: none;
}
.news_module-info {
	display: block;
	padding: 0;
}
.news_module .news_module-header {
	text-transform: uppercase;
	margin-bottom: .3em;
}
.news_module .news_module-descript {
	margin-bottom: .3em;
}
.news_module .news_module-descript p {
	font-size: .875em;
	margin-bottom: -.2em;
}
/*------ NEWS LIST ---------*/
.news_list {
}
.news_list > .news_list_module {
	display: block;
	border-top: 1px solid #00AADD;	
	padding: 12px 0;
	position: relative;
}
.news_list .news_list_module .news_list_thumb {
	float: left;
	margin-bottom: 25px;
	width: 20%;
	padding-left: 15px;
}
.news_list .news_list_module .news_list_thumb .news_list_thumb_img {
	background: no-repeat center;
	background-size: cover;
}
.news_list .news_list_module .news_list_info {
	float: left;
	width: 80%;
	padding: 0px 15px;
}
.news_list .news_list_module .news_list_info.this_expanded {
	width: 100%;
}
.news_list .news_list_module .news_list_info .news_list_info_data {
	font-size: .625em;
}
.news_list .news_list_module .news_list_info .news_list_info_header {
	text-transform: uppercase;
}
.news_list .news_list_module .news_list_info .news_list_info_descript p {
	font-size: .875em;
	margin-bottom: -.2em;
}
.news_list .news_list_module .news_list_info .news_list_info_readmore {
	position: absolute;
	top: 40%;
	right: -11%;
	display: none;
}
.news_list > .news_list_module:hover,
.news_list > .news_list_module.active {
	border-top: 1px solid #00AADD;
	background: rgba(0,153,204,.1);
	cursor: pointer;
}
.news_list > .news_list_module.active .news_list_info_readmore {
	display: block;
}
/*------ NEWS DETAIL ---------*/
.news_detail_maodule {
	background: rgba(0,153,204,.3);
}
.news_detail_maodule .news_detail_maodule_photo {
	width: 100%;
	margin-bottom: 1.4em;
}
.news_detail_maodule .news_detail_maodule_date {
	font-size: .875em;
}
.news_detail_maodule .news_detail_maodule_header {
	text-transform: uppercase;
}
.news_detail_maodule .news_detail_maodule_copy img {
	max-width: 100%;
}
/*-------------------------- LINKS STUFF --------------*/
.link_module {
	width: 80%;
	display: inline-block;
	
	background: #fff;
	border-top: 1px solid #00AADD;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.link_module .link_module_photo {
	max-width: 90%;
	margin: 1em 0;
}
/*-------------------------- STAFF STUFF --------------*/
.staff-module {
	text-align: center;
}
.staff_list_img {
	width: 180px;
}
.staff_quick_links {
	padding: 20px 10px;
}
.staff_quick_tb {
	display: table;
	width: 100%;
	height: 100%;
}
.staff_quick_td {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.staff_quick_links h3  {
	margin: 0px;
}
.staff_quick_links p {
	margin: .5em 0;
	font-size: .88em;
	line-height: 1.2em;
}
.staff_quick_links_list  {
	margin-top: 1em;
}
.staff_quick_links_list li {
	background: #fff;
	color: #000;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	display: inline-block;
	margin: 0 1px;
	font-size: .88em;
}
.staff_quick_links_list li:hover {
	background: #000;
	color: #fff;
}
/*-------------------------- SLIDE_MODULE --------------*/
.slide-module{
	position: relative;
}
.slide-module-img {
	display: block;
	position: relative;
	height: 190px;
	width: 100%;
	background: no-repeat center;
	background-size: cover;
	padding: 20px;
}
.slide-module-img .slide-module-img-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: linear-gradient(to right bottom, rgba(0,0,0,.75) 0%,rgba(0,0,0,0.0) 75%, rgba(0,0,0,0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index: 99;
	padding: 20px;
}
.slide-module-img-techdata {
	background:;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding: .25em;
	width: 100%;
}
.sync-time {
	display: inline-block;
	height: 1.5em;
	padding-left: 3px;
	padding-top: 0em;
	font-size: .7em;
	line-height: 1.5em;
	color: #fff;
	background: #fff;
	border: 1px solid #fff;
	overflow: visible;
}
.assync-time {
	display: inline-block;
	height: 1.5em;
	padding-top: 0em;
	padding-left: 3px;
	font-size: .7em;
	line-height: 1.5em;
	color: #fff;
	background: none;
	border: 1px solid #fff;
	overflow: visible;
}
.slide-module-img .slide-module-img-header {
	margin-top: .5em;
	display: block;
}
.slide-module-img  h2 {
	font-size: 2.25em;
	font-weight: 100;
	color: #fff;
	z-index: 999;
	text-shadow: 0 0 10px rgba(0,0,0,.8);
}
.slide-module-img h3 {
	font-size: 1.31em;
	font-weight: 400;
	color: #fff;
	text-transform: inherit;
	text-shadow: 0 0 10px rgba(0,0,0,.8);
}
.slide-module-info {
	padding: 1em;
	font-size: 1em;
	line-height: 1.4em;
	position: relative;
	height: 100%;
}
.article-module-button,
.slide-module-button {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: .2em .5em;
}
.time-effort-group {
	position: absolute;
	left: 1em;
	bottom: 1em;
}
.slide-module-extra {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #cce8d9;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.slide-module-extra-container-close {
	float: right;
	position: relative;
	right: 0px;
	top: -1;
	padding: .2em .5em;
	text-align: right;
}
.slide-module-extra-container {
	padding: .88em;
	font-size: .88em;
	line-height: 1.4em;
}
/*-------------------------- SHARE_TOOLS_STUFF --------------*/
/*.social_share_tool {
	float: left;
	margin-right: 20px;
}
.social_share_tools_folio {
	margin-top: 20px;
	display: inline-block;
	float: left;
}
/*----------------SUMMARY TABLE -----------*/
.summary-table {
	display: table;
	width: 100%;
}
.summary-col {
	display: table-cell;
	border: solid #fff 1px;
}
.summary-col h2 {
	margin-bottom: 1em;
}
.summary-big {
	font-size: 2.2em;
	line-height: 1em;
}
.summary-medium {
	font-size: 1.2em;
	line-height: 1em;
}
.summary-small {
	font-size: 0.8em;
	line-height: 1em;
}
.summary-button-holder {
}
.summary-button {
	display: block;
	width: 100%;
	border-top: solid 1px #fff !important;
	padding: 1em;
	text-transform: uppercase;
}
.swiper-pagination-bullet-active {
	background: #799b89 !important;
}
.swiper-button-prev,
.swiper-button-next {
	background-color: var(--main-bg-color);
	color: #fff !important;
	
	
 	width: var(--swiper-navigation-size) !important;
    height: var(--swiper-navigation-size) !important;
	
	box-shadow: 10px 10px 10px rgba(0,0,0,.5);
  
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: var(--main-bg-color-light);
	color: var(--main-bg-color) !important;
	box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}
.swiper-button-prev:active,
.swiper-button-next:active {
	width: calc(var(--swiper-navigation-size)*0.95) !important;
    height: calc(var(--swiper-navigation-size)*0.95) !important;
	background-color: var(--main-bg-color-light);
	color: var(--main-bg-color) !important;
	box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 1em !important;
}
.method_label {
	font-weight: 400;
	font-size: 1em;
}
.article-module {
	position: relative;
	margin: 0;
	padding: 10px;
}
.article-module-img {
	height: 11em;
	width: 100%;
	background: #ccc no-repeat;
	background-size: cover;
}
.article-module-button, .slide-module-button {
	right: 10px;
}
.article-module-pub-data {
	background-color: rgba(255,255,255,.8);
	font-size: .75em;
	padding: .25em;
}
.article-module-header {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 400;
} 
.article-module-copy {
	font-size: .88em;
	line-height: 1.4em;
	padding-bottom: 2em;
} 
.method-icon {
	height: 3.5em;
}
.membership-icon {
	max-height: 3.5em;
	margin: 2em;
}
.blink {
        animation: blink-animation 2s linear infinite;
        -webkit-animation: blink-animation 2s linear infinite;
      }
	@keyframes blink-animation {
        0% {
          opacity: 0;
        }
        25% {
          opacity: 1;
        }
        100% {
          opacity: 0;
        }
	}
		
     /* @keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      @-webkit-keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }*/
.timeline-animation-prog {
	animation: timeline-animation-prog 10000s linear infinite;
    -webkit-animation: timeline-animation-prog 10000s linear infinite;
}
@keyframes timeline-animation-pro {
	0% {
    	width: 1px;
		height: 2px;
    }
    100% {
    	width: 200px;
		height: 2px;
    }
}

	@-webkit-keyframes timeline-animation-prog {
        0% {
          width: 1px;
        }
        100% {
          width: 200px;
        }
	}

.swiper-numbered-pag {
	font-size: .75em !important;
	position: relative;
	top: -.5em;
}
.swiper-interact-button {
	cursor: pointer !important;
}
.layout-3-cols {
	column-count: 3;
	font-size: 1.2em;
	line-height: 1.4em
}
.layout-2-cols {
	column-count: 2;
	font-size: 1.2em;
	line-height: 1.4em
}
.time-effort {
	display: inline-block;
	width: 27px;
	height: 27px;
	font-size: 10px;
	font-weight: 600;
	line-height: 10px;
	text-align: center;
	padding: 11px 0;
	background: center url('../images/layout/time-effort-bck.png') no-repeat;
}
.slide-module-extra-container span:last-child {
	display: none;
}
.swiper-navigation-set {
	display: block;
	position: absolute;
	/*width: 100%;*/
	height: 300px;
	top: 0;
	background: #0f0;
}
.swiper-navigation-set-prev  {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #f00;
	position: absolute;
	left: 0;
}
.swiper-navigation-set-next {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #00f;
	position: absolute;
	right: 0;
}
.typewriter_bullets i {
	margin-right: 1em;
	font-size: .3em;
	display: inline-block;
	color: #799b89;
}
.typewriter_bullets_timeline {
	margin-top: 1em;
	margin-bottom: -.25em;
	height: 1px;
	background: #799b89;
}
.typewriter_bullets_timeline-normal {
	width: 0%;
	transition: width 0s;
}
.typewriter_bullets_timeline-expand {
	width: 100%;
	transition: width 5.5s linear;
}
.image-holder {
	width: 100%;
	background: top center;
	background-size:  cover;
}
.staff-social {
	margin-top: .5em;
}
.staff-social-button {
	display: inline-block;
	margin-right: .25em;
}
.staff-social-button a:hover {
	color: #799b89;
}
.dialog_box {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(204, 232, 217, .75);
	z-index: 999999;
	text-align: center;
}
.dialog_box > div {
	text-align: center;
	position: relative;
	height: auto;
	max-height: auto;
	display: inline-block;
	margin: 80px auto 0 auto;
	background: #fff;
	padding: 34px 80px 20px 30px;
	width: 50%;
	min-width: 300px;
}
.dialog_box div h1 {
	font-weight: 600;
	margin-bottom: 40px;
}
.contactform_close,
.dialog_close,
.resp_menu_close {
	background: url(../images/layout/dialog_close.png);
	background-position: center top;
	width: 27px;
	height: 26px;
	cursor: pointer;
	margin-bottom: 2em;
	margin: 0 auto 60px auto;
}
.contactform_close,
.resp_menu_close {
	display: inline-block;
	margin: 0;
	background-position: center top;
	cursor: pointer;
}
.contactform_close:hover,
.dialog_close:hover,
.resp_menu_close:hover{
	background-color: #799b89;
	background-position: center bottom;
}
.contactform_close:active,
.dialog_close:active ,
.resp_menu_close:hover {
	background-color: #799b89;
	background-position: center bottom;
}
#message_content_auto.dialog_box {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .5);
	z-index: 999999;
	text-align: center;
}
#message_content_auto.dialog_box > div {
	text-align: left;
	position: relative;
	height: auto;
	max-height: auto;
	display: inline-block;
	margin: 80px auto 0 auto;
	background: #fff;
	padding: 34px 80px 20px 30px;
	max-width: 100%;
}
#contact_form {
	padding: 6em 0;
	padding-left: 4em;
}

::placeholder {
  color: #999;
  opacity: 1; /* Firefox */
}
.card-insider-container {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: flex;
	flex-direction: column;
	color: #cce8d9;
	font-size: 1.2em;
}
.card-insider-block {
	display: none;
	flex: 1 1 auto;
	padding: 1em;
}
.card-insider-block-active {
	display: block;
}
.card-insider-footer {
	/* background: #cce8d9;*/
}
.card-insider-footer ul {
	margin: 0;
	padding: 0;
	display: flex;
}
.card-insider-footer li {
	height: 60px;
	color: #fff;
	flex: auto;
	margin-right: 1px;
}
.card-insider-footer li:last-child {
	margin-right: 0;
}
a.card-insider-button {
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #799b89;
	display: flex;
	/*text-align: center;*/
  	align-items: center;
  	justify-content: center;
	transition: all .5s ease-in-out;
}
a.card-insider-button:not(.card-insider-button-active):hover,
a.card-insider-button:active {
	background-color: rgba(121,155,137,.5); 
	color: #fff;
	transition: all 0s ease-in-out;
	text-decoration: none;
}
a.card-insider-button-active {
	background-color: transparent;
	color: #799b89;
	transition: all 0s ease-in-out;
}
a.card-insider-button-active:hover {
	text-decoration: none;
}
.card-insider-button-holder {
	
	font-size:.5em;
}
.card-insider-button-label {
	display: none;
	padding-left: 1em;
	font-size: .6em;
	transition: all 0s ease-in-out;
}
a:hover .card-insider-button-label,
a:active .card-insider-button-label, 
a.card-insider-button-active .card-insider-button-label{
	display: inline-block;
	transition: all 0s ease-in-out;
	text-decoration: none;
}

/************ TABS JQUERY **************/
.ui-tabs-nav li {
	display: inline-block;
}
.ui-tabs-nav li.ui-tabs-active a.button.btn_colored.btn_unfilled {
	border: 1px solid #799b89 !important;
  	background-color: #799b89 !important;
	color: #fff !important;
}
.ui-tabs-panel {
	margin-top: 2em;
}


/******* SPACE LISTING *******/
.space-listing h1 {
	margin: 2em 0;
} 
.space-listing p {
	margin: 0;
}
.space-listing h3 {
	margin: 1em 0 0 0;
}
.space-listing ul {
	margin: 1em 0;
}
.space-listing li {
	list-style-position: inside;
	list-style: '·';
	padding: 0 .5em;
}