/* @import url('http://example.com/example_style.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face{
	font-family:"FrutigerLTW02";
	src:url("https://cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/99f761bf-9f30-4bdd-b284-ee7038dc52c9.eot?#iefix");
	src:url("https://cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/99f761bf-9f30-4bdd-b284-ee7038dc52c9.eot?#iefix") format("eot"),
	url("https://cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/3dfb651c-3644-4f87-b7cb-32889ea939ba.woff2") format("woff2"),
	url("https://cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/59d9a83f-4045-4d43-af46-655f845461ee.woff") format("woff"),
	url("https://cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/f901b503-9104-414a-a856-af9bcc802b5c.ttf") format("truetype"),
	url("https://cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/e4d07d96-8993-47b9-9f1d-1e228bf1c529.svg#e4d07d96-8993-47b9-9f1d-1e228bf1c529") format("svg");
	font-weight:200;
	font-style:normal;
	font-stretch:normal
}

@font-face {
    font-family: 'Frutiger LT Com 45';
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-BoldItalic.eot');
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-BoldItalic.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-BoldItalic.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-BoldItalic.svg#FrutigerLTCom-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Frutiger LT Com 55 Roman';
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Italic.eot');
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Italic.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Italic.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Italic.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Italic.svg#FrutigerLTCom-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Frutiger LT Com 55 Roman';
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Roman.eot');
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Roman.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Roman.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Roman.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Roman.svg#FrutigerLTCom-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Frutiger LT Com 45';
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-LightItalic.eot');
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-LightItalic.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-LightItalic.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-LightItalic.svg#FrutigerLTCom-LightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Frutiger LT Com 45';
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Light.eot');
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Light.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Light.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Light.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Light.svg#FrutigerLTCom-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Frutiger LT Com 55 Roman';
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Black.eot');
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Black.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Black.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Black.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Black.svg#FrutigerLTCom-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Frutiger LT Com 45';
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Bold.eot');
	src: url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Bold.eot?#iefix') format('embedded-opentype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Bold.woff') format('woff'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Bold.ttf') format('truetype'),
		url('//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/FrutigerLTCom-Bold.svg#FrutigerLTCom-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}


@font-face {
  font-family: "icon-font";
  src: url("//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/icon-font.eot?62710aad19291b6b137eb1871e703abc");
  src: url("//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/icon-font.eot?#iefix") format("embedded-opentype"), 
       url("//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/icon-font.woff?62710aad19291b6b137eb1871e703abc") format("woff"), 
       url("//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/icon-font.ttf?62710aad19291b6b137eb1871e703abc") format("truetype"), 
       url("//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/fonts/icon-font.svg?62710aad19291b6b137eb1871e703abc#icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {  font-family: "icon-font";  display: inline-block;  line-height: 1;  font-weight: normal;  font-style: normal;  speak: none;  text-decoration: inherit;
  text-transform: none;  text-rendering: optimizeLegibility;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; }
.icon-arrow-down:before {  content: '\f101';}
.icon-arrow-dropdown:before {  content: '\f102';}
.icon-arrow-left:before {  content: '\f103';}
.icon-arrow-right:before {  content: '\f104';}
.icon-arrow-undo:before {  content: '\f105';}
.icon-arrow-up:before {  content: '\f106';}
.icon-arrow-updown:before {  content: '\f107';}
.icon-burger:before {  content: '\f108';}
.icon-calendar:before {  content: '\f109';}
.icon-checkbox-empty:before {  content: '\f10a';}
.icon-checkbox-full:before {  content: '\f10b';}
.icon-checkmark:before {  content: '\f10c';}
.icon-cross:before {  content: '\f10d';}
.icon-dot-empty:before {  content: '\f10e';}
.icon-dot-full:before {  content: '\f10f';}
.icon-external-link:before {  content: '\f110';}
.icon-facebook:before {  content: '\f111';}
.icon-file-doc:before {  content: '\f112';}
.icon-file-img:before {  content: '\f113';}
.icon-file-movie:before {  content: '\f114';}
.icon-file-pdf:before {  content: '\f115';}
.icon-file-sound:before {  content: '\f116';}
.icon-file-web:before {  content: '\f117';}
.icon-file:before {  content: '\f118';}
.icon-file2:before {  content: '\f119';}
.icon-file3:before {  content: '\f11a';}
.icon-file4:before {  content: '\f11b';}
.icon-google-plus:before {  content: '\f11c';}
.icon-info:before {  content: '\f11d';}
.icon-link-down:before {  content: '\f11e';}
.icon-link-right:before {  content: '\f11f';}
.icon-link-side:before {  content: '\f120';}
.icon-link-up:before {  content: '\f121';}
.icon-linkedin:before {  content: '\f122';}
.icon-list-item:before {  content: '\f123';}
.icon-mail:before {  content: '\f124';}
.icon-play-empty:before {  content: '\f125';}
.icon-play-full:before {  content: '\f126';}
.icon-plus:before {  content: '\f127';}
.icon-radiobutton-empty:before { content: '\f128';}
.icon-radiobutton-full:before {  content: '\f129';}
.icon-search:before {  content: '\f12a';}
.icon-twitter:before {  content: '\f12b';}
.icon-world:before {  content: '\f12c';}
.icon-xing:before {  content: '\f12d';}
.icon-youtube:before {  content: '\f12e';}


* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; }
body,html { overflow-x:hidden; }
body { margin:0; padding:0; font-family: 'Frutiger LT Com 55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif; font-size:14px; line-height:22px; color:#555555; background:#fff; }

img { border:0; vertical-align: top; height:auto;  }

hr { border-color:#ccc; clear:both; margin-top:30px } 

.clear { clear:both }

p { margin:0; padding:8px 0;}
/*p + p { padding:15px 0; margin:0; }*/

h1,.h1 { font-weight:normal; color:#1f82c0; font-family: 'Frutiger LT Com 55 Roman'; font-size:34px; line-height:70px; margin:0; padding:10px 0 0px; clear:both }
h2 { font-weight:normal; color:#1f82c0; font-family: 'Frutiger LT Com 55 Roman'; font-size:28px; line-height:40px; margin:0; padding:10px 0 0px; clear:both }
h3 { font-weight:normal; color:#1f82c0; font-family: 'Frutiger LT Com 55 Roman'; font-size:24px; line-height:34px; margin:0; padding:10px 0 0px; clear:both }
.widget-type-header h3 {font-size:35px;}
h4 { font-weight:normal; color:#1f82c0; font-family: 'Frutiger LT Com 55 Roman'; font-size:20px; line-height:30px; margin:0; padding:10px 0 0px; clear:both }
h5 { font-weight:normal; color:#1f82c0; font-family: 'Frutiger LT Com 55 Roman'; font-size:16px; line-height:26px; margin:0; padding:10px 0 0px; clear:both }
h6 { font-weight:normal; color:#1f82c0; font-family: 'Frutiger LT Com 55 Roman'; font-size:14px; line-height:24px; margin:0; padding:10px 0 0px; clear:both }

h2,h3,h4,h5,h6 {clear: none;}

a { text-decoration:none; outline:none; color:#1f82c0; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#15699e; }

input , button , textarea { border:none; outline:none; }
input[type=submit] , button { cursor:pointer; background-image:url(//cdn2.hubspot.net/hubfs/2187327/Denverfamilylawmatters_Nov2016_Theme/images/blank.png); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:12px; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; width:auto; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }
hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }

::-webkit-input-placeholder { color: #768aa7; font-size:16px; font-family: 'Frutiger LT Com 55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif; opacity:1; font-weight:300; }
:-moz-placeholder { color: #768aa7; font-size:16px; font-family: 'Frutiger LT Com 55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif; opacity:1; font-weight:300; }
::-moz-placeholder { color: #768aa7; font-size:16px; font-family: 'Frutiger LT Com 55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif; opacity:1; font-weight:300; }
:-ms-input-placeholder { color: #768aa7; font-size:16px; font-family: 'Frutiger LT Com 55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif; opacity:1; font-weight:300; }
.row-fluid .hs-form fieldset {max-width:none}
.row-fluid input[type=text],
.row-fluid input[type=email],
.row-fluid input[type=tel] {  font-family: 'Frutiger LT Com 55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif;  font-size:14px; font-weight:400; border:1px solid #c7cacc; background:#fff; height:40px; padding:0 15px; }
.row-fluid select { border:1px solid #c7cacc; color:#fff;  -webkit-appearance: none; -moz-appearance: none; appearance: none;  background-image: url('//cdn2.hubspot.net/hubfs/2187327/Denverfamilylawmatters_Nov2016_Theme/images/select-droparrow.png'); background-repeat:no-repeat; background-position: right center;  background-color:#768aa7;height:40px; padding:0 15px; font-size:16px;  -webkit-border-radius:0px;
    -moz-border-radius: 0px; border-radius: 0px; font-family: 'Frutiger LT Com 55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif; }
.row-fluid  textarea { border:1px solid #c7cacc; background:#fff; padding:15px; font-size:13px;font-weight:400; height:90px; resize:none; font-family: 'Frutiger LT Com 55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif; width:100%;  }
.row-fluid .hs-form .input { margin-right:0}
.row-fluid .hs-form  .field { padding:0 0 15px 0; }
.row-fluid .hs-form .form-columns-2 .field:first-child { padding:0 0px 15px 0}
.row-fluid .hs-form .input { margin-right:0; line-height:0px; }
.row-fluid .hs-form .form-columns-2 .field { padding:0 0 15px 15px}
.row-fluid .hs-form .form-columns-2 .field:first-child+.field { padding:0 0 15px 15px}
.row-fluid .hs-form fieldset.form-columns-1 .input,.row-fluid .hs-form fieldset.form-columns-2 .input { margin-right:0; }
.row-fluid .hs-form fieldset.form-columns-1 .hs-input { width:100%; }

pre,.img-caption {font-size: 12px; line-height: 1.15; font-family: inherit; margin-top: -5px;color: #555555;}
.img-caption_l1 {color: #999999;font-size: 12px; margin-bottom: 8px; margin-top: 10px;}

.hs_cos_wrapper_type_rich_text a:not(.cta_button):after {
    font-size: 10px;
    font-family: "icon-font";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-rendering: optimizeLegibility;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
/*     content: '\f11f'; */
    color: #1f82c0;
    margin-left: 6px;
}

/* Added by HubSpot Support on June 19 2017 per request of Lindsey Dillon Ticket #632334 to set radio and checkbox options to sit on same line as label */
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="radio"],
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
     width: auto;
}
/***********************/


a.hs-button,
.row-fluid input[type=submit] { background: -moz-linear-gradient(top,  rgba(118,138,167,0.3) 0%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(top,  rgba(118,138,167,0.3) 0%,rgba(125,185,232,0) 100%);
background: linear-gradient(to bottom,  rgba(118,138,167,0.3) 0%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#768aa7', endColorstr='#007db9e8',GradientType=0 );
 border:1px solid #768aa7; color:#371753; font-size:16px; line-height:18px;  font-weight:600; display:inline-block; padding:10px 10px;  min-width:110px; text-align:center; font-family: 'Open Sans', sans-serif; }
a.hs-button {margin-top: 15px; cursor: pointer;}
/* Slider */
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none;    -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus,.slick-slide:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);   -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before,.slick-track:after { display: table; content: ''; } 
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none; }


/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%;
 display: block; width: 23px; height: 23px; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); padding: 0; cursor: pointer;
color: transparent; border: none; outline: none; background: transparent; z-index:9; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {  }
.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1; color: white; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; font-family: 'FontAwesome'; }
.slick-prev { left: 0px; }
[dir='rtl'] .slick-prev { right: 0px; left: auto; }
.slick-prev:before { content: ""; background:url(//cdn2.hubspot.net/hubfs/52259/JustAddIce-2016/Image/slider-arrow.png) no-repeat;  width:23px; height:23px; display:inline-block; transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg);  }
.slick-next { right: 0px; }
[dir='rtl'] .slick-next { right: auto; left: 0px; }
.slick-next:before { content: ""; background:url(//cdn2.hubspot.net/hubfs/52259/JustAddIce-2016/Image/slider-arrow.png) no-repeat; width:23px; height:23px; display:inline-block;  }

/* Dots */

.slick-dots {  position: absolute;  bottom: 20px; display: block;  width: 100%; padding: 0; list-style: none;  text-align: left; }
.slick-dots li { position: relative; display: inline-block;   width: 13px;  height: 13px;  margin: 0 5px; padding: 0;  cursor: pointer; }
.slick-dots li button {  font-size: 0;  line-height: 0;  display: block; width: 13px;  height: 13px; padding: 5px;  cursor: pointer; color: transparent; border: 0;  outline: none;
    background: transparent; }
.slick-dots li button:hover,.slick-dots li button:focus {  outline: none; }
.slick-dots li button:before{  font-family: "icon-font"; font-size: 13px; line-height: 13px;  position: absolute; top: 0; left: 0;  width: 13px;  height: 13px; content: '\f10e';text-align: center;
 color: #fff; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { content:'\f10f';  color: #fff;}


.row-fluid .hs-form-required { color:#371753}
.row-fluid ul { margin:0;padding:0;list-style:none }

.hs_cos_wrapper_type_rich_text ul {list-style-type:disc!important;padding-left:30px;margin-bottom:20px;}
.hs_cos_wrapper_type_rich_text ul li {margin-bottom:10px;}
strong { font-family: 'Frutiger LT Com 45'; font-weight:bold; }

.row-fluid [class*="span"] { min-height:0px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .back-img { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .front-img { display:none; }

.paddt10 { padding-top:10px; }
.paddt20 { padding-top:20px; }
.paddt30 { padding-top:30px; }
.paddt40 { padding-top:40px; }
.paddt50 { padding-top:50px; }
.paddt60 { padding-top:60px; }
.paddt70 { padding-top:70px; }
.paddt80 { padding-top:80px; }
.paddb10 { padding-bottom:10px; }
.paddb20 { padding-bottom:20px; }
.paddb30 { padding-bottom:30px; }
.paddb40 { padding-bottom:40px; }
.paddb50 { padding-bottom:50px; }
.paddb60 { padding-bottom:60px; }
.paddb70 { padding-bottom:70px; }
.paddb80 { padding-bottom:80px; }
.paddtb10 { padding-top:10px; padding-bottom:10px; }
.paddtb20 { padding-top:20px; padding-bottom:20px; }
.paddtb30 { padding-top:30px; padding-bottom:30px; }
.paddtb40 { padding-top:40px; padding-bottom:40px; }
.paddtb50 { padding-top:50px; padding-bottom:50px; }
.paddtb60 { padding-top:60px; padding-bottom:60px; }
.paddtb70 { padding-top:70px; padding-bottom:70px; }
.paddtb80 { padding-top:80px; padding-bottom:80px; }

.padd20 {padding:20px;}
/*.padd20 .hs_cos_wrapper {padding:20px 0;}*/

.paddlr25 {padding-left:25px;padding-right:25px;}

.spacer-module {padding-top:20px;padding-bottom:20px;border-top: 1px solid #c7cacc;max-width: 100%;border-bottom: 1px solid #c7cacc;overflow:hidden;display:block; } 

.row-fluid .cta-btn {  background: -moz-linear-gradient(top,  rgba(118,138,167,0.3) 0%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(top,  rgba(118,138,167,0.3) 0%,rgba(125,185,232,0) 100%);
background: linear-gradient(to bottom,  rgba(118,138,167,0.3) 0%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#768aa7', endColorstr='#007db9e8',GradientType=0 );
 border:1px solid #768aa7; color:#fff; font-weight:600; display:inline-block; padding:8px 25px; min-width:171px; text-align:center;  }
 
.hs_cos_wrapper_type_header h2,
.hs_cos_wrapper_type_header h3,
.hs_cos_wrapper_type_header h4 {padding-left: 25px;}
.hs_cos_wrapper_type_rich_text {padding: 20px 25px; display: block;}

.row-fluid .wrapper { margin:0 auto !important; float:none !important; } 

.row-fluid .uppercase-text{ text-transform:uppercase; }
.row-fluid .center-text{ text-align:center; }
.row-fluid .right-text { text-align:right; }

.row-fluid .sub-title { color:#de5048; font-size:32px; line-height:36px; }

.row-fluid .white-bg { background:#fff;}
.row-fluid .white-content,.row-fluid .white-content h1,.row-fluid .white-content h2,.row-fluid .white-content h3,.row-fluid .white-content h4,.row-fluid .white-content h5,.row-fluid .white-content h6 { color:#fff; }

.row-fluid .link-style { font-size:12px; line-height:16px; border:1px solid #1f82c0; display:inline-block; text-transform:uppercase; padding:8px 35px; color:#1f82c0; font-family: 'Frutiger LT Com 45'; }
.row-fluid .link-style:hover { background:#1f82c0; color:#fff;}

.row-fluid .link-style2 { font-size:12px; line-height:16px; display:inline-block; text-transform:lowercase; color:#1f82c0; font-weight:500; text-decoration:underline;  }
.row-fluid .link-style2:before  { font-size: 10px;  font-family: "icon-font"; display: inline-block; font-weight: normal; font-style: normal; letter-spacing: 0; 
    speak: none; text-transform: none; text-rendering: optimizeLegibility; vertical-align: middle; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f11f';
    color: #1f82c0; margin-right:3px; }
.row-fluid .link-style2:hover { text-decoration:none; }

#shadowbox_container { display:none !important;}
.row-fluid .page-head h1,
.row-fluid .page-head h2,
.row-fluid .page-head h3 { padding:25px 25px 15px 25px;}

/* -------============== Header -------==============*/

.row-fluid .header .logo { padding:40px 0; width:25%; }
.row-fluid .header .logo img {min-width:180px!important;}
.row-fluid .right-header { font-size:12px; line-height:16px; width:75%; margin-left:0;  border-left:1px solid #c7cacc; border-right:1px solid #c7cacc;  transition:all 400ms ease;  -moz-transition:all 400ms ease; -webkit-transition:all 400ms ease; -ms-transition:all 400ms ease;  }

/*Top Search And Follow*/
.row-fluid .top-followrow { margin-top:47px; border-bottom:1px solid #c7cacc; padding-bottom:20px; position:relative   }

.row-fluid .top-followrow .topg-search {  position:relative; }
.row-fluid .topg-search .hs-search-module { display:none; position:absolute; bottom:-5px; right:20px; left:auto; width:280px; z-index:1; }
.row-fluid .topg-search .hs-form .field { padding-bottom:0; }
.row-fluid .topg-search .hs-button { font-size:0; cursor:pointer; position:absolute; right:3px; top:3px; }
.row-fluid .topg-search .hs-button:after {  font-family: "icon-font"; display: inline-block;    font-weight: normal;  font-style: normal; letter-spacing: 0; line-height: 1;  speak: none;
    text-transform: none; text-rendering: optimizeLegibility; vertical-align: middle; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f12a';
    font-size: 33px;  color:#1f82c0; }
    
.row-fluid .search-toggle { display:inline-block; vertical-align:middle; cursor:pointer; }    
.row-fluid .search-toggle:after { font-family: "icon-font"; display: inline-block;    font-weight: normal;  font-style: normal; letter-spacing: 0; line-height: 1;  speak: none;
    text-transform: none; text-rendering: optimizeLegibility; vertical-align: middle; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f12a';
    font-size: 33px;  color:#1f82c0; }
.row-fluid .topg-search .input { position:relative; }
.row-fluid .topg-search .input input { padding-right:40px; }
.row-fluid .topg-search label { display:none; }
.row-fluid .topg-search,.row-fluid .follow-links { float:none; display:inline-block; margin:0; padding:0 20px; vertical-align:middle; width:auto; }
    
.row-fluid .follow-links a:after { font-family: "icon-font"; display: inline-block; font-weight: normal; font-style: normal; letter-spacing: 0; line-height: 1; speak: none;  text-transform: none;
  text-rendering: optimizeLegibility;  vertical-align: middle;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  line-height: inherit;  vertical-align: top; }
.row-fluid .follow-links li:first-child { text-transform:uppercase; margin-right:25px; color:#1f82c0; font-size:12px;  }
.row-fluid .follow-links li { display:inline-block; vertical-align:middle; }
.row-fluid .follow-links li a { background:#1f82c0; color:#fff; width:30px; height:30px; display:inline-block; font-size:25px; line-height:30px; text-align:center;  border-radius:2px; }
.row-fluid .follow-links a:focus,.row-fluid .follow-links a:hover { color: #ffffff; }
.row-fluid .follow-links a.fb:focus,.row-fluid .follow-links a.fb:hover {  background-color: #3b5998; }
.row-fluid .follow-links a.fb:after { content: '\f111'; }
.row-fluid .follow-links a.gp:focus,.row-fluid .follow-links a.gp:hover {  background-color: #dd4b39; }
.row-fluid .follow-links a.gp:after {  content: '\f11c'; }
.row-fluid .follow-links a.tw:focus,.row-fluid .follow-links a.tw:hover {  background-color: #55acee; }
.row-fluid .follow-links a.tw:after {  content: '\f12b'; }
.row-fluid .follow-links a.in:focus,.row-fluid .follow-links a.in:hover {  background-color: #000000; }
.row-fluid .follow-links a.in:after {  content: '\f122'; }
.row-fluid .follow-links a.x:hover {  background-color: #026466; }
.row-fluid .follow-links a.x:after {  content: '\f12d'; }
.row-fluid .follow-links a.yt:focus,.row-fluid .follow-links a.yt:hover {  background-color: #b31217;}
.row-fluid .follow-links a.yt:after {  content: '\f12e'; }    
.row-fluid .follow-links ul {margin-right:25px;}
/*Top Links*/
.row-fluid .top-links ul { margin:0; text-align:right;  }
.row-fluid .top-links ul li { display:inline-block; position:relative;  }
.row-fluid .top-links ul li:last-child { padding-right:20px;}

.row-fluid .top-links ul li a { display:inline-block; text-transform:uppercase; padding:13px 25px; letter-spacing:0.90px;  }
.row-fluid .top-links ul li a:hover { text-decoration:underline; }
.row-fluid .top-links ul li ul.lan-dropdown { background:#fff; text-align:left; position:absolute; top:100%; overflow:hidden; border: 1px solid #c7cacc;  border-width: 0 1px;  max-height:  0;  transition: max-height 0.5s ease-in-out; -moz-transition: max-height 0.5s ease-in-out; -webkit-transition: max-height 0.5s ease-in-out; -ms-transition: max-height 0.5s ease-in-out; z-index:99; }
.row-fluid .top-links ul li ul.lan-dropdown li { display:inline-block; width:100%; }
.row-fluid .top-links ul li:hover ul.lan-dropdown {  border-bottom: 1px solid #c7cacc;  max-height: 100rem; }

/*Nav*/
.row-fluid .nav-menu { background:#009374; position:relative; margin:0; float:left; width:100%;  }

.row-fluid .nav-menu ul { padding-left:15px; padding-right:15px; display:block; float:right;}
.row-fluid .nav-menu ul li a { color:#fff; padding:13px 31px; text-transform:uppercase; letter-spacing:0.90px;  display:inline-block; }
.row-fluid .nav-menu ul li a:hover { background:#66bfac; } 
.row-fluid .nav-menu ul li a.child-trigger { display:none!important; }


/* -------============== Footer -------==============*/
.footer-container-wrapper {position: relative; z-index: 2; background-color: #fff;}
/*Quick linkrow*/
.row-fluid .quick-linkrow { background:#1f82c0; color:#fff;  line-height:14px;  }
.row-fluid .quick-linkrow .wrapper { border-left:1px solid #c7cacc;  border-right:1px solid #c7cacc;  }
.row-fluid .quick-linkrow .link-col { display:inline-block; width:26.6667%; margin:0;  padding:15px; text-align:center; }
.row-fluid .quick-linkrow .link-col:nth-child(2) { text-align:left; }
.row-fluid .quick-linkrow .link-col:last-child { text-align:right; padding-right:25px; }
.row-fluid .quick-linkrow .link-col:first-child { padding-left:25px; text-align:left; width:20%;}
.row-fluid .quick-linkrow a { color:#fff;  }
.row-fluid .quick-linkrow a:hover { text-decoration:underline;} 
.row-fluid .quick-linkrow .Quick-links {padding: 0 15px;}
.row-fluid .quick-linkrow ul li {display:inline-block; float:left; width:20%; margin:0; padding:0 15px;}
@media (max-width: 767px) {
    .row-fluid .quick-linkrow ul {padding:15px 0!important;}
    .row-fluid .quick-linkrow ul li {width:100%!important; text-align:center!important;}
}
/*.row-fluid .quick-linkrow ul li:nth-last-child(1){width:15%;}*/
/*.row-fluid .quick-linkrow ul li:first-child{margin-left:10px;}*/
/*.row-fluid .quick-linkrow ul li:nth-child(2){margin-left:-10px;}*/
/*.row-fluid .quick-linkrow ul li:nth-child(3){margin-left:-5px;}*/
/*.row-fluid .quick-linkrow ul li:nth-child(4){margin-left:0px;}*/
/*.row-fluid .quick-linkrow ul li:nth-child(5){margin-left:-13px;}*/
.row-fluid .quick-linkrow ul li:not(:first-child) a:before { font-size: 12px;  font-family: "icon-font"; display: inline-block; font-weight: normal; font-style: normal; letter-spacing: 0; line-height: 1;
    speak: none; text-transform: none; text-rendering: optimizeLegibility; vertical-align: middle; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f11f';
    color: #fff;  margin-right:3px; }
.row-fluid .quick-linkrow ul{padding-bottom:10px;}
.row-fluid .quick-linkrow .hs-menu-wrapper.hs-menu-flow-horizontal > ul {display: block; font-size: 0px; padding: 15px 0 10px;}
.row-fluid .quick-linkrow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {float: none; font-size: 14px;}
.row-fluid .quick-linkrow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {padding: 0; display: inline;}

@media (max-width: 767px) {
    .row-fluid .quick-linkrow .hs-menu-wrapper.hs-menu-flow-horizontal > ul {text-align: center;}
    .row-fluid .quick-linkrow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {display: block; width: 100%; margin:0 0 8px;}
    .row-fluid .quick-linkrow .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child {margin-bottom: 0px;}
    .row-fluid .quick-linkrow ul li:not(:first-child) a:before {margin: 0;}
}

/*follow-row*/
.row-fluid .follow-row { border-bottom:1px solid #c7cacc; }
.row-fluid .follow-row .follow-links  { padding-left:15px; width:100%;  }
.row-fluid .follow-row .follow-links li:first-child { margin-right:0; }
.row-fluid .follow-row .follow-links li:first-child {width:20%; margin-right:10px;}
.row-fluid .follow-row .wrapper { padding:15px; border-left:1px solid #c7cacc;  border-right:1px solid #c7cacc;  }
/*.row-fluid .follow-row .follow-links li:first-child,.row-fluid .copyright-row ul li:first-child { width:18%; }*/


/*copyright-row*/
.row-fluid .copyright-row .wrapper { padding:15px; border-left:1px solid #c7cacc;  border-right:1px solid #c7cacc; font-size:13px; line-height:13px;   }
.row-fluid .copyright-row ul { padding:0; margin:0; }
/*.row-fluid .copyright-row ul li:first-child { padding-left:10px; }*/
.row-fluid .copyright-row ul li { display:inline-block; float:left; width:20%; margin:0;  padding:0 15px; color:#7e7f7f;   }
.row-fluid .copyright-row ul li a { text-transform:uppercase; }
/*.row-fluid .copyright-row ul li:last-child { text-align:right; }*/
/*.row-fluid .copyright-row ul li:nth-child(2) { text-align:left; margin-left:-5px;}*/
/*.row-fluid .copyright-row ul li:nth-child(3) { text-align:left; margin-left:3px;}*/
/*.row-fluid .copyright-row ul li:nth-child(5) { text-align:left; margin-left:0px;}*/

/* Slider Custome Module */
.row-fluid .slider-btimg { height:450px; position:relative; background-repeat:no-repeat !important; background-size:cover !important; background-position:center !important; }
.row-fluid .slider-btimg .wrapper { position:absolute; bottom:0; left:0; right:0; }
.row-fluid .slider-caption { width:445px; color:#fff;  background:rgba(31, 130, 192, 0.85); border:1px solid #c7cacc; padding:25px; float:left;  }
.row-fluid .slider-caption .link-style { float:right; border-color:#fff;  color:#fff; }
.row-fluid .slider-caption .link-style:hover { background:#fff; color:#1f82c0;}
.row-fluid .slider-caption .slider-text { margin-bottom:15px;}
.row-fluid .slider-caption .slider-text a { color:#00428a; font-weight:500;}
.row-fluid .slider-caption h2 { color:#fff; font-family: 'Frutiger LT Com 45'; padding-top:0;  }
.row-fluid .slider-slick .slick-dots { width:auto; padding-left:20px; margin:0 auto !important; bottom:30px; left:0; float:none; }



/* border box Module */
.row-fluid .blbox .wrapper,.row-fluid .innerblbox { padding-top:20px; padding-bottom:20px; }

.row-fluid .innerblbox { border-top:1px solid #c7cacc;  border-bottom:1px solid #c7cacc;  }
.row-fluid .bbox { border-top:1px solid #c7cacc; }
.row-fluid .bbox .wrapper { border-left:1px solid #c7cacc; border-right:1px solid #c7cacc; /*padding-left:25px; padding-right:25px;*/ }
.row-fluid .lt-border,.row-fluid .lb-border,.row-fluid .rt-rborder,.row-fluid .rb-rborder { position:relative; }
.row-fluid .lt-border:after { content:""; border-top:1px solid #c7cacc; width:200%; right:100%; position:absolute; top:-1px;  }
.row-fluid .lb-border:after { content:""; border-bottom:1px solid #c7cacc; width:200%; right:100%; position:absolute; bottom:-1px;  }
.row-fluid .rt-rborder:after { content:""; border-top:1px solid #c7cacc; width:200%; left:100%; position:absolute; top:-1px;  }
.row-fluid .rb-rborder:after { content:""; border-bottom:1px solid #c7cacc; width:200%; left:100%; position:absolute; bottom:-1px;  }

/* Topic Module */
.row-fluid .topic-col:first-child { border-left:none; } 
.row-fluid .topic-col.tbig { width:30%; text-align:left; padding-top: 0!important;}
.row-fluid .topic-col.tbig h3 {padding-top: 25px;}
.row-fluid .topic-col { border-left:1px solid #c7cacc; width:14%; float:left; padding:15px 20px; }
.row-fluid .topic-col:not(.tbig) {padding: 0 0 20px;}
.row-fluid .topic-col h6 { font-size:14px; line-height:20px; padding: 0 20px;}
.row-fluid .topic-col .topic-icon { height:135px; margin-bottom:15px; display:inline-block; width:100%; text-align:center;  }
.row-fluid .topic-col .topic-icon img {width:100%;}

/* Current Project & Latest News Module  */
.row-fluid .cpln-section .wrapper { padding-left:0; }
.row-fluid .project-newscol { float:left; width:50%;}
.row-fluid .project-newscol:first-child { border-right:1px solid #c7cacc;}
.row-fluid .project-newscol1 {width:33%!important;}
.row-fluid .project-newscol2 {width:67%!important;}
.row-fluid .project-newscol:first-child h3 { border-bottom:none; }
.row-fluid .moduleE .oh-element,
.row-fluid .project-newscol h3 { border-bottom:1px solid #c7cacc;}
.row-fluid .pnmain-title { padding-left:20px;  display:inline-block; width:100%; }
.row-fluid .pnmain-title.optional-header {padding-left: 25px;}
.row-fluid .project-subcol-news {float:left; overflow:hidden;}
.row-fluid .project-subcol { width:50%; float:left; overflow:hidden; border-right:1px solid #c7cacc; }
.row-fluid .project-subcol:last-child { border-right:none;}
.row-fluid .project-img { height:265px; background-repeat:no-repeat !important; background-size:cover !important; background-position:center !important; }
.row-fluid .project-contentwrap { position:relative; padding:20px;  }
.row-fluid .project-img + .project-contentwrap:before { left: 0; width: 3.5rem;  border-bottom: 1rem solid white;  border-right: 1rem solid transparent; }
.row-fluid .project-img + .project-contentwrap:after { left: 3.5rem; width: 100%;  border-bottom: 1rem solid white;  border-left: 1rem solid transparent; }
.row-fluid .project-img + .project-contentwrap:after, .row-fluid .project-img + .project-contentwrap:before {  content: '';  position: absolute; bottom: 100%;  box-sizing: border-box; }
.row-fluid .project-text { min-height:150px; }

.row-fluid .news-col { float:left; width:45%; padding:0px; margin: 20px 2.5%; padding-bottom:0;  border-bottom:1px solid #c7cacc;}
.row-fluid .news-col:last-child,.row-fluid .news-col:nth-last-child(2)  {  border-bottom:none!important; }
.row-fluid .news-text {/* border-bottom:1px solid #c7cacc;*/ padding-bottom:20px; }
.row-fluid .news-col .news-date { font-size:13px; font-weight:500;  }
.row-fluid .news-col h5 { padding:0; }
/*.row-fluid .news-col a { text-decoration:underline;}*/
/*.row-fluid .news-col a:hover { text-decoration:none; }*/
.row-fluid .no-link-title {color: #555555;}

.row-fluid .preleases-section .wrapper {max-width: 100%;}
.row-fluid .preleases-section .wrapper,.row-fluid .topic-section .wrapper { padding-left:0; padding-right:0;}
.row-fluid .preleases-section {margin:0;}
.row-fluid .prelease-contentwrap { border-top:1px solid #c7cacc; }
.row-fluid .preleases-section.rss-layout .prelease-contentwrap { border:1px solid #c7cacc; margin: 30px 0;}
.row-fluid .preleases-section:not(.rss-layout) .prelease-col { width:25%; float:left; padding:20px; padding-right:20px; border-right:1px solid #c7cacc; }
.row-fluid .preleases-section.post-count_3:not(.rss-layout) .prelease-col {width: 33.33%;}
.row-fluid .preleases-section:not(.rss-layout) .prelease-col:last-child { border-right:none; } 
.row-fluid .prelease-text { min-height:150px;}
.row-fluid .prelease-rowwrap h3 { padding-left:20px; }
.header_border h3 {border-top: 2px solid #1f82c0;}

.row-fluid .preleases-section.rss-layout .prelease-col {float: left; padding: 20px;}
.row-fluid .preleases-section.rss-layout2 .prelease-col { width: 50%;}
.row-fluid .preleases-section.rss-layout2 .prelease-col:first-child,
.row-fluid .preleases-section.rss-layout2 .prelease-col:nth-child(3) {border-right: 1px solid #c7cacc;}
.row-fluid .preleases-section.rss-layout2 .prelease-col:first-child,
.row-fluid .preleases-section.rss-layout2 .prelease-col:nth-child(2) {border-bottom: 1px solid #c7cacc;}


.row-fluid .preleases-section.rss-layout1 .prelease-col {width: 25%; border-right: 1px solid #c7cacc;}
.row-fluid .preleases-section.rss-layout1 .prelease-col:last-child {border-right: none;}

@media (max-width: 1280px) {
    .left-colwrap .row-fluid .preleases-section:not(.post-count_3) .prelease-col {width: 50%!important;border-bottom: 1px solid #c7cacc!important;}
}

@media (max-width: 1025px) {
    .row-fluid .preleases-section.rss-layout1 .prelease-col {border-right: none;}
    .row-fluid .preleases-section:not(.rss-layout) .prelease-col { width:50%;}
    .row-fluid .preleases-section.rss-layout1 .prelease-col { width: 50%;}
    .row-fluid .preleases-section.post-count_3:not(.rss-layout) .prelease-col {width: 100%;border-right: none!important; border-bottom: 1px solid #c7cacc!important;}
    .row-fluid .preleases-section.rss-layout1 .prelease-col:first-child,
    .row-fluid .preleases-section.rss-layout1 .prelease-col:nth-child(3) {border-right: 1px solid #c7cacc;}
    .row-fluid .preleases-section.rss-layout1 .prelease-col:first-child,
    .row-fluid .preleases-section.rss-layout1 .prelease-col:nth-child(2) {border-bottom: 1px solid #c7cacc;}
}

@media (max-width: 767px) {
    .row-fluid .preleases-section.rss-layout {padding-left: 15px; padding-right: 15px;}
    .left-colwrap .row-fluid .preleases-section .prelease-col {width: 100%!important;}
    .row-fluid .preleases-section.rss-layout .prelease-col { width: 100%!important; border: none!important; border-bottom: 1px solid #c7cacc!important;}
    .row-fluid .preleases-section.rss-layout .prelease-col:last-child {border: none!important;}
}

.noborder .wrapper {border-right:none!important;border-left:none!important;}
.row-fluid .banner-section img { width:100% !important; }

.row-fluid .lcwrap-twocol { float:left; }
.row-fluid .lg-col { width:60%; padding-right:15px; }
.row-fluid .sm-col { width:40%; padding-left:15px; }
.row-fluid .lg-percent {width: 60%;}
.row-fluid .sm-percent {width: 40%; padding-right: 20px;}

.row-fluid .lcwrap { /*padding:20px;*/ float:left; width:100%; }

.row-fluid .left-colwrap { /*margin-top:52px;*/ width:70%; /*border-top:1px solid #c7cacc;*/ }

.row-fluid .twocol-pagewrap .wrapper { padding-left:0; padding-right:0;  }
.row-fluid .twocol-pagewrap div + h3 { padding:0; }
.row-fluid .lctitle-yearrow,.row-fluid .lctopic-row { color:#9b9b9b; font-size:14px; }
.row-fluid .lgimg-caption { margin-top:20px; color:#9b9b9b;  }
.row-fluid .lcright-imgwrap { border:1px solid #000; }

.row-fluid .right-colwrap {border-left:1px solid #c7cacc; border-top:1px solid #c7cacc; margin-top:-1px; margin-left:0; margin-right:0; width:30%; background:#ffffff; }
.row-fluid .right-colwrap .contact-maintitle {border-top: 5px solid #1f82c0;border-bottom:1px solid #c7cacc; padding-left:20px; padding-right:20px;  }

.row-fluid .contact-infowrap { padding:50px 20px;  border-bottom:1px solid #c7cacc; }
.row-fluid .contact-infowrap.ci-no-image {padding-top: 20px;}
.row-fluid .ctstaff-details { padding:10px 0; }
.row-fluid .ctstaff-details h5 { padding-bottom:0; }
.row-fluid .ctstaff-details a { color:#1f82c0; text-decoration: underline;}
.row-fluid .ctstaff-details a:hover { color:#1f82c0; text-decoration: none;}

.row-fluid .ctstaff-details .link-style2 { margin-top:15px; color:#1f82c0; }

.row-fluid .breadcrumb-section .wrapper { padding:0px 25px 0 25px; }
.row-fluid .breadcrumb-section { font-size:14px; line-height:16px; }
.row-fluid .breadcrumb-section a { text-decoration:underline; }
.row-fluid .breadcrumb-section a:hover { text-decoration:none; } 
.row-fluid .breadcrumb-section a[href="javascript:;"] {text-decoration: none; color: #555; cursor: default;}


.row-fluid .breadcrumb-section .hs-breadcrumb-menu-item { padding: 14px 0 13px 10px; }
.row-fluid .breadcrumb-section .hs-breadcrumb-menu-divider:before { content:""; width:5px; height:5px; background:#1f82c0; display:inline-block; border-radius:100%; padding:0; margin:0 10px; vertical-align:middle;  }

.row-fluid .expertise-wrap { padding:25px 0; font-size:14px; }

.row-fluid .expertise-wrap ul {padding-left: 15px;}
.row-fluid .expertise-wrap li { position:relative; padding-left:15px;  }
.row-fluid .expertise-wrap:not(.supplemental-ew) li:before { content:""; position: absolute; left: 0; top: 8px; width:4px; height:4px; margin-right:8px; background:#464646; display:inline-block; vertical-align:middle; border-radius:100%;   }

.row-fluid .link-group a { display:inline-block; width:100%; }
.row-fluid .link-group a.link-style2 { font-size:14px; text-transform:none; }

.row-fluid .livinglab-wrap { padding:20px 20px 50px; }
/*.row-fluid .livinglab-wrap p { margin-top:10px; margin-bottom:10px; }*/
.row-fluid .livinglab-wrap a { text-decoration:underline;  }
.row-fluid .livinglab-wrap a:hover { text-decoration:none; } 
.row-fluid .stgroup-title { margin:10px 0;}

.row-fluid .related-linkwrap { padding:20px; border-top:1px solid #c7cacc; float:left; width:100%; }
.row-fluid .related-linkwrap h5 { float:left; width:30%; padding-top:0; }
.row-fluid .related-linkwrap ul { float:left; width:70%; }

.row-fluid .related-linkwrap li { width:50%; float:left; }
.row-fluid .related-linkwrap li a { display:inline-block; width:100%; text-decoration:underline; font-size: 14px; }
.row-fluid .related-linkwrap li a:hover { text-decoration:none; }
.row-fluid .related-linkwrap li a:before { font-size: 10px;  font-family: "icon-font"; display: inline-block; font-weight: normal; font-style: normal; letter-spacing: 0; line-height: 1;
    speak: none; text-transform: none; text-rendering: optimizeLegibility; vertical-align: middle; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f11f';
    color: #15699e; margin-right:3px; }
    
    
.row-fluid .colwbanner-wrap { margin-top:0; border-top:none;  }

.row-fluid .pvtechno-news { padding-right:20px; }
.row-fluid .pvtechno-news .project-newscol:first-child { width:35%; }
.row-fluid .pvtechno-news .project-newscol { width:65%; }
.row-fluid .pvtechno-news .project-subcol { width:100%; }
.row-fluid .pvtechno-news .pnmain-title a { float:right; font-size:14px; line-height:18px; margin-top:8px;  }


.row-fluid .publication-linkgroup a { font-size:12px;  text-decoration:underline; }
.row-fluid .publication-linkgroup a:before,.row-fluid .pvtechno-news .pnmain-title a:before,.row-fluid  .project-box a:before { font-size: 10px;  font-family: "icon-font"; display: inline-block; font-weight: normal; font-style: normal; letter-spacing: 0; line-height: 1;
    speak: none; text-transform: none; text-rendering: optimizeLegibility; vertical-align: middle; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f11f';
    color: #15699e; margin-right:3px; }
    
.row-fluid  .project-box a { font-size:12px; }

.row-fluid  .project-leftcol { width:65%; float:left; padding:20px; }
.row-fluid  .project-rightcol { width:35%; float:left; padding:20px; }
.row-fluid  .project-leftcol2 { width:65%; float:left; padding-right:20px; }
.row-fluid  .project-rightcol2 { width:35%; float:left; padding-left:20px; }

@media (min-width: 768px) {
    .row-fluid  .project-leftcol2_float_override { width:100%; float:none; padding-right:20px; }
    .row-fluid  .project-rightcol2_float_override { width:35%; float:right; padding-left:20px; height: auto!important;}   
}

@media (max-width: 767px) {
    .row-fluid  .project-rightcol2_float_override {height: auto!important;}
}

.row-fluid  .research-box { background:#6cbfa9;}
.row-fluid  .research-box h5 { margin-bottom:10px; }
.row-fluid  .research-box h5,.row-fluid  .research-box a { color:#fff; }
.row-fluid  .research-box a { font-size:12px; line-height:16px; text-decoration:underline; position: relative; padding-left: 18px; display: inline-block; margin-bottom: 5px;}
.row-fluid  .research-box a:hover { text-decoration:none; } 
.row-fluid  .research-box a:before { font-size: 10px;  font-family: "icon-font"; display: inline-block; font-weight: normal; font-style: normal; letter-spacing: 0; line-height: 1;
    speak: none; text-transform: none; text-rendering: optimizeLegibility; vertical-align: middle; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f11f';
    color: #fff; margin-right:3px; position: absolute; left: 0; top: 2px;}

/* Blog Page CSS */
.sidebarContent h3,.sidebarContent h4 { padding:0; margin:0; }
.sidebarContent a { text-decoration:underline; }
.row-fluid .blogSidebar .contact-infowrap { padding-top:20px; }
.right-colwrap { transition:all linear 0.45s; -webkit-transition:all linear 0.45s; }
.blogFilter h3 { padding:0;  }
.blogFilter ul { padding:30px 0 7px; color:#1f82c0; }
.blogFilter ul li { display:inline-block; font-weight:normal; font-family:'Frutiger LT Com 55 Roman'; font-size:18px; line-height:28px; }
.blogFilter ul li:after { content:'/'; padding:0 5px; } 
.blogFilter ul li:last-child:after { content:normal; } 
.blogFilter a { color:#1f82c0;  }
.blogFilter .filter-link-count { display:none; }

.fraunhoferBlog .post-listing {min-height: 1pximportant;}
.fraunhoferBlog .hs-author-profile {padding: 0 25px;}
.fraunhoferBlog .post-item { /*margin:0px 0 30px;*/ padding:25px; border-top:1px solid #c7cacc; }
.fraunhoferBlog .post-item:first-child {margin-top: 0;}
.fraunhoferBlog .post-item h2, .fraunhoferBlog .post-item h1 { font-size:24px; line-height:1.4; padding:0; }
.fraunhoferBlog #hubspot-author_data { margin:5px 0 25px; padding:5px 0; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.fraunhoferBlog #hubspot-author_data, .fraunhoferBlog #hubspot-author_data a { color:#999; }
.fraunhoferBlog .hide-if-no-js { display:none; }
.fraunhoferBlog .post-listing .post-body p + p { padding:0 0 20px; }
.fraunhoferBlog .readMoreLink { display:block; padding:12px 0 10px; border:1px solid #1f82c0; width:140px; text-align:center; margin-top:15px; text-transform:uppercase; letter-spacing:1px; max-width:100%; }
.fraunhoferBlog .readMoreLink:hover { border:1px solid #1f82c0; background:#1f82c0; color:#fff; }
.fraunhoferBlog .hs-featured-image { max-width:30%; }

.fraunhoferBlog ul.pagination { padding:12px; margin:0; display:block; list-style:none; border-top:1px solid #c7cacc; text-align:right; }
.fraunhoferBlog ul.pagination li { display:inline-block;  }
.fraunhoferBlog ul.pagination .disabled { display:none !important; }
.fraunhoferBlog ul.pagination li a { display:block; padding:4px; color:#696969; }
.fraunhoferBlog ul.pagination .active a, .fraunhoferBlog ul.pagination li a:hover { color:#1f82c0; }
.fraunhoferBlog .post-item .caption { margin-bottom:20px; font-style:italic; }
.fraunhoferBlog .post-item .caption img { margin-bottom:5px; }
.fraunhoferBlog .hs-blog-social-share { height:auto; line-height:1; display:block; margin:15px 0; padding:15px 0 10px; border-top:1px solid #eee; border-bottom:1px solid #eee;  }

.fraunhoferBlog .widget-type-blog_comments { padding:0 25px 40px; }
.fraunhoferBlog .row-fluid input[type=submit] { min-width:100px; padding:0 20px; }

.blog-title h1, .blog-title .h1 {padding: 20px;}

/* Google CSE  */
.gsc-search-box, .gsc-search-box * { height:auto !important; padding:0; margin:0;  }
div.gsc-input-box { padding:0 !important; border:none !important; }
form.gsc-search-box { margin:0; width:100%; positioN:relative; }
.gsc-search-box td.gsc-input { padding:0 !important; }
.gsc-search-box table * { display:block; margin:0; padding:0; float:left; width:100%; }
.gsc-search-box input.gsc-input { font-family:'Frutiger LT Com 55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif; font-size:14px; font-weight:400; border:1px solid #c7cacc !important; background:#fff !important; height:40px !important; padding:0 15px !important; }
.gsc-search-box input.gsc-search-button {  margin: 0; background:url(//cdn2.hubspot.net/hubfs/55819/Fraunhofer-nov2016_Theme/images/searchIcon.png) center center no-repeat #fff !important; 
    background-size:29px !important; border: none; top: 1px; right: 1px; padding: 19px 0; width: 38px; height: 38px !important; position: absolute; font-size: 0; }
.gsst_a .gscb_a { display:none !important; }


/*Media Query*/
@media (min-width: 1600px) {
    
    .slick-next { right:-80px; }
    .slick-prev { left:-80px; }

}

@media (min-width: 1200px) {

    .row-fluid .wrapper { width: 1140px; }
    .spacer-module {width:1138px!important; }

}

@media (min-width: 992px) and (max-width:1200px) {

    .row-fluid .wrapper { width: 950px; }
    
    h1,.h1 { font-size:42px; line-height:50px; }
    h2 { font-size:35px; line-height:40px; }
    h3 { font-size:30px; line-height:34px; }
    /*h4 { font-size:26px; line-height:30px; }*/
    /*h5 { font-size:24px; line-height:28px; }*/
    h6 { font-size:20px; line-height:24px; }
    
    .row-fluid .nav-menu ul li a  { padding-left:15px; padding-right:15px; }
    
    .row-fluid .topic-col .topic-icon { height:105px; }
    
    

}

@media (min-width: 768px) and (max-width:992px) {

    .row-fluid .wrapper { width: 720px; position:relative; }
    .row-fluid .twocol-pagewrap .wrapper {position: static;}
    h1,.h1 { font-size:35px; line-height:45px; }
    h2 { font-size:26px; line-height:30px; }
    h3 { font-size:22px; line-height:28px; }
    /*h4 { font-size:20px; line-height:26px; }*/
    h5 { font-size:18px; line-height:24px; }
    h6 { font-size:16px; line-height:22px; }
    
    .row-fluid .top-followrow { margin-top:20px; }
    .row-fluid .nav-menu ul li a  { padding-left:15px; padding-right:15px; }
    
    /*.row-fluid .topg-search .hs-search-module { top:0; }*/
    
    .row-fluid .header .logo { padding:20px 0;}
    
    .row-fluid .topic-col,.row-fluid .topic-col.tbig { width:33.33%; }
    .row-fluid .topic-col { border-bottom:1px solid #c7cacc;}
    .row-fluid .topic-col:nth-child(3n+1) { border-left:none; }
    
    .row-fluid .project-subcol { width:100%; border-right:none; }
    .project-subcol.same-height {height: auto!important;}
    .row-fluid .news-col { width:95%; }
    .row-fluid .news-col:nth-last-child(2) { border-bottom:1px solid #c7cacc!important;}
    
    .row-fluid .lg-col,.row-fluid .sm-col, .row-fluid .lg-percent, .row-fluid .sm-percent { width:100%; padding-right:0; padding-left:0; }
    
    .row-fluid .lcright-imgwrap { margin-top:25px; display:inline-block; }
    .row-fluid .lcright-imgwrap img { max-width:250px; }
    
    /*.row-fluid .left-colwrap { margin-top:48px; }*/
    
    .row-fluid .lccontent-leftwrap { padding:0 20px; }
    .row-fluid .expertise-contentwrap { margin-bottom:25px; }
    
    .row-fluid .related-linkwrap ul { width:100%; }
    
    .row-fluid .pvtechno-news .project-newscol:first-child,.row-fluid .pvtechno-news .project-newscol,.row-fluid .project-leftcol,.row-fluid .project-rightcol, .row-fluid .project-leftcol2, .row-fluid .project-rightcol2 { width:50%; }
    .row-fluid .news-col { height:auto !important; }
    
    .row-fluid .colwbanner-wrap { margin-top:0; }
    .fraunhoferBlog .post-item { margin-top:0px; }
    .fraunhoferBlog .post-item h2, .fraunhoferBlog .post-item h1 { font-size:22px; }
    .row-fluid .blogSidebar .contact-infowrap { padding-bottom:30px; }
    .fraunhoferBlog .post-item { padding:25px 25px 0; }

}

@media (min-width: 992px) {
    .row-fluid .nav-menu,.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal { display:block !important;}
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { padding-left:0; padding-right:0; min-width:200px; width:auto; border-top:5px solid #66bfac; background:#009374;}
    .row-fluid .nav-menu ul > li.hs-item-has-children > a:after { content:'\f101'; font-family: "icon-font"; display:inline-block; height: 0;  padding: 1rem; letter-spacing:0; line-height:0; width:1rem; margin: -0.8rem -1.5rem -0.8rem -0.5rem; vertical-align:middle; }
    .row-fluid .nav-menu ul > li.hs-item-has-children:hover > a:after { content:'\f106'; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {left: 100%;}
}

@media (max-width: 991px) {
    .row-fluid .nav-menu ul li a.child-trigger {display: block!important;}
    .row-fluid .nav-menu .hs-menu-wrapper { clear:both; float:left; width:100%; display:none; padding-top:0; top:100%; margin-left:0 !important; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width:100%;}
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { width:100%; display:block; border-bottom:1px solid #c7cacc; color:#fff; text-align:left; font-size:16px; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.active a { border-bottom: 1px solid #fff; color: #94d9f3; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul{ display:none; left:0 !important; padding:0 0 0 15px; position:relative; opacity:1; visibility:visible; }
    .row-fluid .nav-menu ul li a:after{ display:none;}
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li{display:block; width:100%; padding-left:0px; padding-right:0px;}
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {white-space: normal; font-size: 16px;}
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal { display:none; position:absolute; top:100%; left:0; right:0; z-index:9; background:#009374;}
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child{ padding-left:0;}
    .toggle { display:block; float: right; color:#4b4b4b; cursor:pointer; padding:15px 10px 15px; border-radius:5px; margin:0; position: relative; z-index: 99; top: 0px; right: 0px; }
    a.toggle i { display: inline; position: relative; top: -2px; margin-left: 5px; -webkit-transition-duration: 0s;
 -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s; transition-duration: 0s; transition-delay: .2s;margin:0;}
    a.toggle i:before, a.toggle i:after { position: absolute; content:""; }
    a.toggle i, a.toggle i:before, a.toggle i:after { width: 25px;  height: 3px;  background-color: #fff; display: inline-block; border-radius:3px; }
    a.toggle i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    a.toggle  i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s;      -webkit-transition-delay: .2s, 0; }
	.mobile-open a.toggle i { height:5px;  background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
	.mobile-open a.toggle i:before { margin-top: 0; height:5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
	.mobile-open a.toggle i:after { margin-top: 0;  height:5px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
	a.child-trigger { display: block !important; cursor: pointer; text-align:center !important; position: absolute !important; top: 0px; right: 0px; line-height:46px; width: 55px !important; min-width: 55px !important; text-align:center; height:46px !important; padding: 0 !important; border-bottom:none !important;}
    a.child-trigger span { position: relative;  margin: 0 auto !important; -webkit-transition-duration: .2s;   -moz-transition-duration: .2s; transition-duration: .2s; }
	a.child-trigger span:after { content:'\f101'; font-family: "icon-font"; display:inline-block; height: 0;  letter-spacing:0; line-height:0; width:1rem;  vertical-align:middle; }
    a.child-trigger.child-open span:after { content:'\f106'; }
    
    .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal .top-links ul li { width:50%; float:left;  }
    .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal .top-links ul li a { font-size:12px; padding:10px 15px; text-align:center; }
    
    .search-open .row-fluid .right-header { padding-top:50px;}
    .row-fluid .top-followrow .topg-search { position:inherit; }
    .row-fluid .topg-search .hs-search-module { top:-50px; bottom:auto; width:100%; right:0; }
    
    .project-subcol.same-height {height: auto!important;}


}

@media (min-width: 768px) {
    .row-fluid .nav-menu:after { content:""; background:#009374; position:absolute; left:100%; width:200%; top:0; bottom:0; }
    .row-fluid .top-followrow:after { content:""; border-bottom:1px solid #c7cacc; width:200%; left:100%; position:absolute; bottom:-1px;  }
    .row-fluid .left-colwrap { margin-right:-1px; border-right: 1px solid #c7cacc; }
}

@media (max-width: 767px) {
    
    .row-fluid .wrapper { padding-left:15px; padding-right:15px;  }
    .row-fluid .page-head h1,
    .row-fluid .page-head h2,
    .row-fluid .page-head h3, .paddlr25 { padding-left:15px!important; padding-right:15px!important;  }
    .row-fluid .bbox .wrapper { width: calc(100% - 30px); }
   
    
    .paddt10 { padding-top:5px; }
    .paddt20 { padding-top:10px; }
    .paddt30 { padding-top:20px; }
    .paddt40 { padding-top:30px; }
    .paddt50 { padding-top:40px; }
    .paddt60 { padding-top:50px; }
    .paddt70 { padding-top:60px; }
    .paddt80 { padding-top:70px; }
    .paddb10 { padding-bottom:5px; }
    .paddb20 { padding-bottom:10px; }
    .paddb30 { padding-bottom:20px; }
    .paddb40 { padding-bottom:30px; }
    .paddb50 { padding-bottom:40px; }
    .paddb60 { padding-bottom:50px; }
    .paddb70 { padding-bottom:60px; }
    .paddb80 { padding-bottom:70px; }
    .paddtb10 { padding-top:5px; padding-bottom:5px; }
    .paddtb20 { padding-top:10px; padding-bottom:10px; }
    .paddtb30 { padding-top:20px; padding-bottom:20px; }
    .paddtb40 { padding-top:30px; padding-bottom:30px; }
    .paddtb50 { padding-top:40px; padding-bottom:40px; }
    .paddtb60 { padding-top:50px; padding-bottom:50px; }
    .paddtb70 { padding-top:60px; padding-bottom:60px; }
    .paddtb80 { padding-top:70px; padding-bottom:70px; }
    .padd20 {padding:20px 10px;}
    
    h1,.h1 { font-size:35px; line-height:45px; }
    h2 { font-size:28px; line-height:34px; }
    h3 { font-size:22px; line-height:28px; }
    h4 { font-size:20px; line-height:28px; }
    h5 { font-size:18px; line-height:26px; }
    h6 { font-size:16px; line-height:24px; } 
    
    
    .row-fluid .right-header { width:100%; }
    .row-fluid .top-followrow { margin-top:10px; padding-bottom:10px; }
    .row-fluid .top-followrow:after,.row-fluid .top-followrow:before { content:""; border-bottom:1px solid #c7cacc; width:200%;  position:absolute; bottom:-1px;  }
    .row-fluid .top-followrow:after { left:100%; }
    .row-fluid .top-followrow:before { right:100%; }
    .row-fluid .header { border-bottom:1px solid #c7cacc; }
    .row-fluid .nav-menu { float:right; width:auto; margin-right:15px; margin-top:35px; position:inherit; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { padding:15px; }
    .row-fluid .header .logo { padding:15px 15px; width:auto; float:left; width:200px; }
    .row-fluid .right-header { position:relative; }
    .row-fluid .topg-search, .row-fluid .follow-links { padding:0 15px; }
    
    .row-fluid .follow-links li:first-child { margin-right:5px;}
    
    .row-fluid .quick-linkrow .link-col:first-child { width:50%; text-align:left; padding-left:0; }
    .row-fluid .quick-linkrow .link-col,.row-fluid .quick-linkrow .link-col:last-child { width:50%; float:left; text-align:left; }
    
    .row-fluid .follow-row .follow-links li:first-child, .row-fluid .copyright-row ul li:first-child,.row-fluid .copyright-row ul li { width:50%;  }
    .row-fluid .copyright-row ul li { padding:5px; }
    
    .row-fluid .copyright-row ul li:last-child { text-align:left;  }
    
    .row-fluid .project-subcol { width:100%; border-right:none; }
    .row-fluid .news-col { width:95%; height:auto !important;  }
    .row-fluid .project-newscol1, .row-fluid .project-newscol2 {width:100%!important;}
    .row-fluid .news-col:nth-last-child(2) { border-bottom:1px solid #c7cacc;}
    
    .row-fluid .preleases-section:not(.rss-layout) .prelease-col { width:50%; border-bottom:1px solid #c7cacc; border-right: none;}
    
    .row-fluid .topic-col,.row-fluid .topic-col.tbig { width:33.33%; }
    .row-fluid .topic-col { border-bottom:1px solid #c7cacc;}
    .row-fluid .topic-col:nth-child(3n+1) { border-left:none; }
    
    .row-fluid .left-colwrap { margin-top:0; width:100%; }
    .row-fluid .right-colwrap { width:100%!important; height:auto !important; border-left:none; top:0 !important; min-height:auto!important; }
    .row-fluid .contact-infowrap { border-bottom:none; }
    
    .row-fluid .lcright-imgwrap { margin-top:25px; display:inline-block; }
    .row-fluid .lcright-imgwrap img { max-width:250px; }
    .row-fluid .related-linkwrap ul,.row-fluid .related-linkwrap h5 { width:100%; }
    .row-fluid .pvtechno-news .project-newscol:first-child,.row-fluid .pvtechno-news .project-newscol,.row-fluid .project-leftcol,.row-fluid .project-rightcol { width:50%; }
    .row-fluid .news-col { height:auto !important; }
    
    .fraunhoferBlog .post-item { padding-bottom:0; margin-top:40px; }
    .row-fluid .blogSidebar .contact-infowrap { border-bottom:1px solid #c7cacc; }
    
}

@media  (max-width: 640px) {
    .row-fluid .follow-links li a { font-size:18px; line-height:25px; width:25px; height:25px; }
    
    .row-fluid .cpln-section .wrapper { padding-right:0; }
    .row-fluid .project-newscol { width:100%; height:auto !important;}
    .row-fluid .project-newscol:last-child { padding-right:15px; }
    .row-fluid .project-newscol:first-child { border-right:none; border-bottom:1px solid #c7cacc; padding-bottom:20px;  }
    
    .row-fluid .topic-col.tbig,.row-fluid .topic-col:last-child { width:100%; height:auto !important;  }
    .row-fluid .topic-col:last-child { border:none; }
    .row-fluid .topic-col { width:50%; }
    
    .row-fluid .preleases-section:not(.rss-layout) .prelease-col,.row-fluid .slider-caption { width:100%; }
    .row-fluid .preleases-section:not(.rss-layout) .prelease-col:last-child { border-bottom:none; }
    
    .row-fluid .lg-col,.row-fluid .sm-col, .row-fluid .lg-percent, .row-fluid .sm-percent { width:100%; padding-right:0; padding-left:0; }
    
    .row-fluid .lccontent-leftwrap { padding:0 20px; }
    .row-fluid .expertise-contentwrap { margin-bottom:25px; }

    .row-fluid .pvtechno-news { padding-right:0; }
    .row-fluid .related-linkwrap ul li,.row-fluid .pvtechno-news .project-newscol:first-child,.row-fluid .pvtechno-news .project-newscol,.row-fluid .project-leftcol,.row-fluid .project-rightcol { width:100%; height:auto !important;  }
    .fraunhoferBlog .hs-featured-image { max-width:100%; float:none; margin:0 0 10px; }
    .fraunhoferBlog .post-item h2, .fraunhoferBlog .post-item h1 { font-size:20px; }
    
    
}

@media  (max-width: 400px) {
    
    .row-fluid .hs-form fieldset .field { padding:0 0 15px 0  }
    .row-fluid .hs-form .field , .row-fluid .hs-form .field { padding:0 0 15px 0 }
    
    .row-fluid .hs-form .form-columns-2 .field { padding:0 0 15px 0 }
    .row-fluid .hs-form .form-columns-2 .field:first-child { padding:0 0 15px 0 }
    .row-fluid .hs-form .form-columns-2 .field:first-child+.field { padding:0 0 15px 0 }
   
    form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input{ width:100% !important;}
    .hs-form fieldset.form-columns-2 .input,.hs-form fieldset.form-columns-1 .input{ margin-right:0 !important;}
    
    .row-fluid .follow-links li:first-child { display:none; }
    .row-fluid .follow-row { text-align:center; }

    .row-fluid .topg-search, .row-fluid .follow-links { padding-right:0; }
    
    .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal .top-links ul li { width:100%; }
    .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal .top-links ul li a { text-align:left; }
    
    .row-fluid .header .logo { width:150px;}
    .row-fluid .nav-menu { margin-top:25px; }
    
    .row-fluid .copyright-row ul li,.row-fluid .copyright-row ul li:first-child,.row-fluid .copyright-row ul li:nth-child(2),.row-fluid .copyright-row ul li:last-child { width:100%; text-align:center;  } 
    
    .row-fluid .topic-col { width:100%; border-left:none; border-right:none; }
    
    .row-fluid .topic-col .topic-icon { height:auto; }
    
    .row-fluid .lcright-imgwrap img { max-width:200px; }
}


/**** Sidebar Search Block ****/
.search-wrapper {padding: 20px 10px 50px;}
.search-container {padding: 10px;}
.search-wrapper div.disabled {position: relative;}
.search-wrapper div.disabled:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(134, 131, 131, 0.15);
    border-radius: 4px;
}

.search-break {margin:0; text-align: center;}
.search-break p {margin: 0; padding: 0;}

.google-search-container input#q {font-family: 'Frutiger LT Com 55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 14px; line-height: 22px;color: #555;}

.topic-search-container label {display: block; margin: 0 0 8px;}

.date-search-container input {width: 48%; float: left; margin-right: 4%;font-family: 'Frutiger LT Com 55 Roman',"Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 14px; line-height: 22px;color: #555;}
.date-search-container input:last-child {margin-right: 0;}
.row-fluid .date-search-container input {
    background-image: url(//cdn2.hubspot.net/hubfs/55819/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 19px auto;
    height: auto;
    padding: 11px 25px 5px 10px; 
}

.button-search {margin-top: 12px; padding: 0 10px;}
.button-search > div {width: 48%; float: left; margin-right: 4%; cursor: pointer; -webkit-transition: .25s; -moz-transition: .25s; transition: .25s; text-align: center; padding: 8px 8px 6px;}
.button-search > div:last-child {margin-right: 0;}

.button-search .clear-filter,
.button-search .filter-trigger:hover {color: #1f82c0; background-color: #fff; border: 1px solid #1f82c0;}

.button-search .filter-trigger,
.button-search .clear-filter:hover {background-color: #1f82c0; color: #fff; border: 1px solid #1f82c0;}

.per-page-wrap {padding: 12px 25px 10px;} 
.per-page-wrap.footer-per-page {border-top: 1px solid #c7cacc;}
.per-page {float: right;}
.per-page ul {display: inline-block;}
.per-page ul li {display: inline-block; padding: 1px 5px 0; border-right: 1px solid; line-height: 1.1em; cursor: pointer; transition: .25s; color: #555;}
.per-page ul li.active-pp {color: #1f82c0;}
.per-page ul li:last-child {border: none;}

.results-info {float: left;}
/*.results-info span {color: #1f82c0;}*/

.custom-pagination-wrap {padding: 12px 25px 2px; text-align: right; border-bottom: 1px solid #c7cacc; border-top: 1px solid #c7cacc;}
@media (min-width: 768px) {
    .custom-pagination-wrap .custom-pagination {float: right;}
}
.custom-pagination a {padding: 0 7px; color: #555;}
.custom-pagination a:not(.jp-first):not(.jp-previous):not(.jp-next):not(.jp-last):not(.jp-current) {color: #1f82c0;}
.jp-first,.jp-previous,.jp-next, .jp-last {font-size: 0px;}
.jp-first:before,.jp-previous:before,.jp-next:before, .jp-last:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
    cursor: pointer;
}

.jp-first:before {content: "\f100";}
.jp-previous:before {content: "\f104";}
.jp-next:before {content: "\f105";}
.jp-last:before {content: "\f101";}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}



@media (min-width: 768px) {
    .fixed-sidebar {overflow-y:auto;}
    body .twocol-pagewrap {position: relative;}
    .stickySidebar {position: fixed; top: 0; overflow-y: auto;}
/*     .stickySidebar.bottomed-out {top: auto; position: absolute; bottom: 0;} */
}

@media (max-width: 767px) {
    .per-page-wrap {text-align: center;}
    .results-info,.per-page {float: none;}
    .custom-pagination-wrap {text-align: center;}
}

/******* Accordion Module *******/
.accordion-controls {border-top: 1px solid #c7cacc;}
.accordion-controls a {margin-right: 30px; display: inline-block;}
.accordion-module {border-top: 1px solid #c7cacc;}
.accordion-module.padd20 {padding: 10px!important;}
.accordion-module.last-accordion {border-bottom: 1px solid #c7cacc;}
.accordion-module .acc-toggle {padding-bottom: 10px;}
.accordion-trigger i.fa {font-size: 20px; padding-left: 8px;}
.accordion-module.accordion-open .accordion-trigger i.fa:before {content: '\f077';}
.accordion-content ul,.ul-override ul {list-style: initial; padding-left: 20px;}
.accordion-content ol, .accordion-content ul {margin: 0 0 14px;}
/******* Contact Template ******/
.row-fluid .no-top-border {border-top: none;}
.location-group {border-top: 1px solid #c7cacc;}
.location-right iframe {max-width: 100%; width: 100%; position: relative; bottom: -8px;}
.location-right .widget-type-rich_text {padding: 20px 20px 0px;}
.location-right .widget-type-rich_text h2,
.location-right .widget-type-rich_text h3,
.location-right .widget-type-rich_text h4 {margin: 0; padding: 0; line-height: 1.1em;}
.location-right .widget-type-rich_text p {font-size: 13px; line-height: 1.1em; margin: 15px 0;}

.location-left.widget-type-linked_image img {width: 100%!important;}



@media (min-width: 1201px) {
    .row-fluid .location-left {width: 66%;}
    .row-fluid .location-right {width: 34%; margin-left: 0;}
}

@media (max-width: 1200px) {
    .row-fluid .location-left {width: 100%;}
    .row-fluid .location-right {width: 100%; margin-left: 0;}
    .location-right .widget-type-rich_text {padding: 20px 20px 20px!important;}
}

/**** Team Page ****/
.team-item-inner {padding: 20px;}
.team-item h4 {padding: 0; margin-top: 15px;}
.team-item p {color: #555;}
.team-item {background-color: #fff; transition: .25s; position: relative;}

.team-item.has-link:hover {background-color: #009374;}
.team-item.has-link:hover h4,
.team-item.has-link:hover p {color: #fff;}

.team-item h4, .team-item p, .team-item img {position: relative;}
@media (min-width: 992px) {
    .team-item {width: 25%; float: left; border-width: 1px 1px 1px 0px; border-style: solid; border-color: #c7cacc;}
    .team-item:nth-child(1n+5) {border-width: 0px 1px 1px 0;}
    .team-item:nth-child(4n+4) {border-right: 0px;}
}


@media (min-width: 768px) and (max-width: 991px) {
    .team-item {width: 50%; float: left; border-width: 0px 1px 1px 0px; border-style: solid; border-color: #c7cacc; padding: 20px;}
    .team-item:nth-child(-1n+2) {border-width: 1px 1px 1px 0;}
    .team-item:nth-child(2n+2) {border-right: 0px;}
}

@media (max-width: 767px) {
    .team-item {width: 100%; float: left; border-width: 0px 0px 1px 0px; border-style: solid; border-color: #c7cacc; padding: 20px;}
    .team-item:first-child {border-width: 1px 0px 1px 0;}
}

/**** Custom Line Module ****/

.custom-hr {padding: 21px;}
.custom-hr hr {margin: 0;border-color: #a4a4a4;border:none; background-color: #c7cacc; height: 1px;}

/***** Current Projects Module *****/
/*.current-projects { border-top: 1px solid #c7cacc; border-bottom: 1px solid #c7cacc;margin:40px 0;}
.row-fluid .border-top-bottom { border-top: 1px solid #c7cacc; border-bottom: 1px solid #c7cacc;overflow:hidden;}*/
.current-projects .row-fluid .wrapper.no-padding {padding: 0px;}
.current-projects .cp-item {overflow: hidden;}
.current-projects .cp-item .cp-top {background-size: cover; background-position: 50%; height: 214px; width: 100%;}
.current-projects .cp-item .cp-top img {opacity: 0; visibility: hidden; display: none;}

.current-projects .cp-item .cp-bottom {padding: 20px; position: relative;}

.current-projects .cp-item .cp-bottom:before,
.current-projects .cp-item .cp-bottom:after {
    content: '';
    position: absolute;
    bottom: 100%;
    box-sizing: border-box;    
}

.current-projects .cp-item .cp-bottom:before {
    left: 0;
    width: 3.5rem;
    border-bottom: 1rem solid white;
    border-right: 1rem solid transparent;    
}

.current-projects .cp-item .cp-bottom:after {
    left: 3.5rem;
    width: 100%;
    border-bottom: 1rem solid white;
    border-left: 1rem solid transparent;    
}

@media (min-width: 992px) {
    .current-projects .cp-item {width: 25%; float: left; border-right: 1px solid #c7cacc;}
    .current-projects.threeBox .cp-item {width: 33.33%;}
    .current-projects .cp-item:last-child {border-right: none;}
}


@media (min-width: 768px) and (max-width: 991px) {
    .current-projects .cp-item {width: 50%; float: left; border-right: 1px solid #c7cacc;}
    .current-projects.threeBox .cp-item {width: 100%;}
    .current-projects .cp-item:nth-child(1n+3) {border-top: 1px solid #c7cacc;}
    .current-projects .cp-item:nth-child(2n+2) {border-right: none;}
}

@media (max-width: 767px) {
    .current-projects .cp-item {width: 100%; border-bottom: 1px solid #c7cacc;}
    .current-projects .cp-item:last-child {border-bottom: none;}
  .current-projects .cp-item .cp-top {height: 270px;}
}


/****** 404 Page ******/
.system-template .bbox .wrapper {padding: 20px 25px;}

.system-template .bbox .wrapper .row-fluid .options-outer {font-size: 0;}
.system-template .bbox .wrapper .row-fluid .find-option-box {text-align: center; font-size: 20px; line-height: 1.25em;}
.system-template .bbox .wrapper .row-fluid .find-option-box .widget-type-linked_image img {border: 1px dashed #c7cacc!important;padding: 1.5rem;width: 100%!important;}

/***** Sidebar Link Module → ******/
.sidebar-link-module {padding: 20px 25px;}
.sidebar-link-module.thin-grey_top {border-top: 1px solid #c7cacc;}
.sidebar-link-module.thick-blue_top {border-top: 5px solid #1f82c0;}
.sidebar-link-module.thin-grey_bottom {border-bottom: 1px solid #c7cacc;}
.sidebar-link-module.thick-blue_bottom {border-bottom: 5px solid #1f82c0;}

.sidebar-link-module h4.list-header {font-size: 18px; font-weight: normal; padding: 0; margin-bottom: 10px;}

/*.sidebar-link-module.arrow ul li {}*/

/*.sidebar-link-module.arrow ul li:before {*/
    /*content: '→'; 
    margin-right: 5px;*/
/*    font-size: 10px;*/
/*    font-family: "icon-font";*/
/*    display: inline-block;*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    letter-spacing: 0;*/
/*    speak: none;*/
/*    text-transform: none;*/
/*    text-rendering: optimizeLegibility;*/
/*    vertical-align: middle;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    content: '\f11f';*/
/*    color: #1f82c0;*/
/*    margin-right: 3px;*/
/*}*/
.sidebar-link-module.bullet ul {list-style-type: disc; padding-left: 16px;}
.sidebar-link-module.bullet ul li {}


/***** News Module A *****/


h4.news-title {
    font-size: 18px;
    line-height: 1.2em;
}
.news-title a {text-decoration:none; font-weight: bold; }
.horizontal_module .news-title a {text-decoration: underline; font-weight: normal;}
.horizontal_module .news-title a:hover {text-decoration: none;}
/* Global */
.row-fluid .news-feed-a .news-title a {}
.row-fluid .news-feed-a, .row-fluid .news-feed-b {border-top: 1px solid #c7cacc;}
.row-fluid .news-feed-module {border-bottom: 1px solid #c7cacc;}

.row-fluid .news-feed-a .nfa-right {position: relative;}
.row-fluid .news-feed-a .nfa-right:before {
    content: '';
    width: 1px;
    left: -1px;
    height: 100%;
    top: 0;
    background-color: #c7cacc;
    position: absolute;
}

/* Horizontal */
.row-fluid .news-feed-module .news-col:first-child,
.row-fluid .news-feed-module .news-col:nth-child(2) {border-bottom: 1px solid #c7cacc!important;}
.row-fluid .news-feed-module .news-col { margin-bottom: 0; padding-bottom: 20px;}

ul.arrow-links-v2,ul.arrowed-list,ul.arrow-bullet {list-style: none!important; padding-left: 0;}
.row-fluid .news-feed-module .project-contentwrap ul {}
/* .body-container .hs_cos_wrapper_type_rich_text ul {list-style: none!important;} */

/* .body-container .hs_cos_wrapper_type_rich_text ul li, */
ul.arrow-links-v2 li,
.sidebar-link-module.arrow ul li,
ul.arrow-bullet li,
ul.arrowed-list li,
.row-fluid .expertise-wrap.supplemental-ew li,
.row-fluid .news-feed-module .project-contentwrap ul li {position: relative; padding-left: 15px;}
.row-fluid .news-feed-module .project-contentwrap a {text-decoration: underline;}
.row-fluid .news-feed-module .project-contentwrap a:hover {text-decoration: none;}

/* .body-container .hs_cos_wrapper_type_rich_text ul li:before, */
.sidebar-link-module.arrow ul li:before,
ul.arrow-bullet li:before,
ul.arrowed-list li:before,
ul.arrow-links-v2 li:before,
.row-fluid .expertise-wrap.supplemental-ew li:before,
.row-fluid .news-feed-module .project-contentwrap ul li:before {
    font-size: 10px;
    font-family: "icon-font";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-rendering: optimizeLegibility;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f11f';
    color: #1f82c0;
    margin-right: 0px;
    position: absolute;
    left: 0;
    top: 4px;
}

ul.arrow-links-v2 li:not(.item-has-link):before {content: '•'; color: #555; font-size: 16px;}

.row-fluid .expertise-wrap.supplemental-ew li a {text-decoration: underline;}
.row-fluid .expertise-wrap.supplemental-ew li a:hover {text-decoration: none;}
@media (min-width: 768px) {
    .row-fluid .nfa_cp1 .horizontal_module.nfa-left {width: 33.33%;}
    .row-fluid .nfa_cp1 .horizontal_module.nfa-right {width: 66.67%;}
    .row-fluid .nfa_cp1 .horizontal_module.nfa-left .project-subcol {width: 100%;}
}

/* Vertical */
.news-feed-module:not(.nfa_cp0) .nfa-right.vertical_module .news-col {height: auto!important;}
.nfa-right.vertical_module .news-col {width: 95%; border-bottom: 1px solid #c7cacc!important;}
.nfa-right.vertical_module .news-col:last-child {border-bottom: none!important;}

.row-fluid .nfa-left.vertical_module .project-subcol {width: 100%; border-right: none;}

/****** News Module B *******/
.row-fluid .nfa_cp0 .nfa-right.project-newscol .pnmain-title h3 {border-bottom: 1px solid #c7cacc;}
.row-fluid .nfa_cp0 .nfa-right {width: 100%; border-bottom: 1px solid #c7cacc; border-right: none;}
@media (min-width: 768px) {
    .row-fluid .nfa_cp0.nfb_3 .nfa-right:not(.vertical_module) .news-col {width: 33.33%; border-bottom: none!important; padding: 20px 2.5%; margin: 0;}
    .row-fluid .nfa_cp0.nfb_4 .nfa-right:not(.vertical_module) .news-col {width: 25%; border-bottom: none!important; padding: 20px 2.5%; margin: 0;}
    .row-fluid .nfa_cp0.nfb_3 .vertical_module .news-col {width: 50%; padding: 20px 2.5%; margin: 0;}
    .row-fluid .nfa_cp0.nfb_4 .vertical_module .news-col {width: 50%; padding: 20px 2.5%; margin: 0;}
    .row-fluid .nfa_cp0.nfb_3 .news-col:not(:last-child),
    .row-fluid .nfa_cp0.nfb_4 .news-col:not(:last-child) {border-right: 1px solid #c7cacc;}
    
}


/******  Dual Feed Module ******/
.row-fluid .dual-feed-module {}
.row-fluid .dual-feed-module .horizontal_module.nfa-left {width: 25%;}
.row-fluid .dual-feed-module.dfm_count_2 .horizontal_module.nfa-left {width: 33%;}

.row-fluid .dual-feed-module .dual-feed-right {width: 75%; float: left;}
.row-fluid .dual-feed-module.dfm_count_2 .dual-feed-right {width: 67%;}
.row-fluid .dual-feed-module .dual-feed-right .nfa-right {width: 100%;}
.row-fluid .dual-feed-module .project-newscol:first-child h3,
.row-fluid .dual-feed-module .dual-feed-right .nfa-right.dfm-top-row {border-bottom: 1px solid #c7cacc; border-right: none;}
.row-fluid .dual-feed-module .dual-feed-right .nfa-right .news-col {width: 28.33%; border-bottom: none!important;}
.row-fluid .dual-feed-module.dfm_count_2 .dual-feed-right .nfa-right .news-col {width: 45%;}

@media (max-width: 767px) {
    .row-fluid .dual-feed-module .horizontal_module.nfa-left {width: 100%!important;}
    .row-fluid .dual-feed-module .dual-feed-right {width: 100%!important; float: left;}
    .row-fluid .dual-feed-module .dual-feed-right .nfa-right .news-col {width: 95%!important; border-bottom: 1px solid #c7cacc!important;}
}


/***** Database Form ******/
form[data-form-id="a04fd744-11be-4045-8929-e357b08cb63d"] .hs-form-field > label {color: #1b9d7d;}
form[data-form-id="a04fd744-11be-4045-8929-e357b08cb63d"] {padding: 0 25px;}
form[data-form-id="a04fd744-11be-4045-8929-e357b08cb63d"] select option {color: #768aa7;}
form[data-form-id="a04fd744-11be-4045-8929-e357b08cb63d"] .hs-form-field ul li label {color: #768aa7;}


/****** Sitemap ******/
.sitemap-module .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {position: static; padding-left: 20px;}
.sitemap-module .hs-menu-wrapper.hs-menu-flow-vertical li a {width: auto; white-space: normal;}
.sitemap-module .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {font-size: 18px;}


/***** CMI Header ******/
#cmiHeader .row-fluid .nav-menu ul li a {}
.row-fluid .header #cmiHeader .logo {padding: 25px 10px 25px 10px;}
.row-fluid .header #cmiHeader .logo img {min-width: 1px!important;}
#cmiHeader .logo-subtext {margin-top: 5px;}
#cmiHeader .logo-subtext .hs_cos_wrapper_type_rich_text {padding: 0;}
#cmiHeader .logo-subtext a {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .3px;
  color: #555;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  font-family:"FrutigerLTW02", "Helvetica Neue",Helvetica,Arial,sans-serif;
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;  
  font-weight: 200;

}

#cmiHeader .row-fluid .top-links ul {float: left;}
#cmiHeader .row-fluid .top-links ul:last-child {float: right;}
#cmiHeader .row-fluid .top-links ul:first-child li a {text-transform: none; letter-spacing: 0.3px;}

.fhg-arrowed-link:before {
    font-family: "icon-font";
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-rendering: optimizeLegibility;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f11f';
    vertical-align: baseline;
    display: inline-block;
    text-decoration: none;
}

.fhg-arrowed-link:after {
    font-family: "icon-font";
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-rendering: optimizeLegibility;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f110';
    vertical-align: baseline;
    display: inline-block;
    font-size: .95em;
    text-decoration: none;
    margin-left: .35rem;
    margin-right: .35rem;
}

@media (max-width: 991px) {
  #cmiHeader .row-fluid .top-links ul:first-child {float: right;}
}

@media (max-width: 767px) {
  .row-fluid .header #cmiHeader .logo {padding: 25px 0px 25px 15px; width: 180px;}
}

/***** CMI Footer Updates ******/
@media (min-width: 768px) {
  .row-fluid #footerCMI-follow.follow-row .follow-links li:first-child {width: auto; font-size: 24px;}
  .row-fluid #footerCMI-copyright.copyright-row ul li {width: 25%;}
}







