﻿/**    Author: EMurray 24/11/2015;
 * CH01 - Resets & Reusable
 * CH02 - Typography
 * CH03 - Page Structure
 * CH04 - Header & Breadcrumbs
 * CH05 - Navigation
 * CH06 - Buttons
 * CH07 - Images
 * CH08 - Widget Styles
 * CH09 - Content [Tables etc]
 * CH10 - Footer
 * CH11 - Responsive
**/


/************************************************
 * CH01 - Resets & Reusable
************************************************/

.no-gutters {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-gutter-l {
    padding-left: 0 !important;
}

.no-gutter-r {
    padding-right: 0 !important;
}
.right-float{
    float: right;
    margin-left: 15px;
}
.clear {
    clear: both;
}
.flexBox{
	display: -webkit-box;
	display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
    -webkit-box-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.edit-buttons * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.container p{display:table;}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.edit-mode .hidden-md.hidden-lg {
    display: block !important;
}


/************************************************
 * CH02 - Typography
************************************************/
p {
    font-weight: 300;
}

a {
    color: #0072BC;
}

a:hover {
    text-decoration: none;
}

a:focus{-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family:"Source Sans Pro", "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #3d3d3d;
    margin-top: 0;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    color: #3d3d3d;
}

h3 a{color:#ee3124;}


body > ul{list-style-type: disc;}

/************************************************
 * CH03 - Page Structure
************************************************/
@font-face {
    font-family:'Source Sans Pro';
    src: url('/Include/fonts/Source_Sans_Pro.eot');
	src: url('/Include/fonts/Source_Sans_Pro.eot?#iefix') format('embedded-opentype'),
		url('/Include/fonts/Source_Sans_Pro.woff2') format('woff2'),
		url('/Include/fonts/Source_Sans_Pro.woff') format('woff'),
		url('/Include/fonts/Source_Sans_Pro.svg#Source Sans Pro') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Source Sans Pro Bold';
    src: url('/Include/fonts/Source_Sans_Pro_Bold.eot');
	src: url('/Include/fonts/Source_Sans_Pro_Bold.eot?#iefix') format('embedded-opentype'),
		url('/Include/fonts/Source_Sans_Pro_Bold.woff2') format('woff2'),
		url('/Include/fonts/Source_Sans_Pro_Bold.woff') format('woff'),
		url('/Include/fonts/Source_Sans_Pro_Bold.svg#Source Sans Pro Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}



body {
    font-family: "Source Sans Pro", "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #3d3d3d;
    background-color: #fff;
}



.offscreen,.accessible-heading,.skip-link {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    left: -9999px;
}

.offwhite {
    background: #fbfcfe;
    color: #979797;
}




.section-area {
    border-bottom: 1px solid #ddd;

}
#home > .container, .section-area > .container{  padding-top: 45px;}

.banner-content{
    position: absolute;
    top: 22%;margin-left: 1%;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}
.banner-content h1 {
    background-color: #0072bc;
    display: inline-block;
    color: #fff;
    padding: 10px;
    font-size: 70px;
}
.banner-content h3 {
    font-size: 55px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 50px;
}
.banner-content p {
    border: #000 solid 1px;
    display: table;
    color: #000;
    padding: 15px;
    margin: 0px auto;
}
.static-banner {
  display: table;
  width: 100%;
  height: auto;
 /* background: url(/images/UserUploadedImages/176/bannerWebsite.jpg) no-repeat center top;*/
  color: #fff;
  text-align: center;
  position:relative;
  overflow: hidden;
}
.static-banner > img{
    border: 0px solid;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.static-banner .banner-text {
  display: table-cell;
  background: rgba(255, 255, 255, 0.72);
  vertical-align: middle;
      position: relative;
    z-index: 2;
    color: #333;
    padding: 10% 0;
}
.static-banner h1 {
  font-size: 72px;
  font-weight: bold;
  margin: 0 0 1em;
  color: inherit;
}
.static-banner h1 small {
  text-transform: uppercase;
  font-weight: 300;
  color: inherit;
}



/*
.highlighted, ::selection {
    color: #333;
    background: transparent;
}
*/

::-webkit-selection {
  background: #0072BC;
  color: #fff;
}

::-moz-selection {
  background: #0072BC;
  color: #fff;
}

.highlighted {
  padding: 0 10px;
  background: #0072BC;
  color: #fff;
}

#home{

  position:relative;
}
.main-holder-home .container, .main-holder-sub .container{background:#fff;}
.action-banner .container{background:#0072BC;}
.main-holder-sub{background:url('/images/UserUploadedImages/176/black_white_logo-min.jpg')  no-repeat;}
.main-holder-home{background:url('/images/UserUploadedImages/176/color_logo-min.jpg')  no-repeat center center;}

.action-banner {

color:#fff;
  background: #0072BC;
  font-size: 18px;
  font-weight: 300;
  padding: 40px 0;
  position:relative;

}

.action-banner h2 {
  font-weight: bold;
}

.action-banner p,
.action-banner h2 {
  margin: 0;
  color: #fff;
}

.viewMap{margin-bottom:30px;}

/************************************************
Microsite
************************************************/
#image_background{max-height: 50px;}
.microsite_container .full-width .fullWidthFeatureWrap.microsite{
	height: 400px;
}

.text_microsite {
    width: 75%;
    text-align: right;
    float: right;
	padding-top: 80px;
}
.text_microsite h1{
    text-transform: uppercase;
    color: #fff;
	font-family: 'Source Sans Pro Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
.text_microsite h3{
    color: #fff;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.three-boxes { margin-top: 60px;}

.heading-campaign {
    margin-top: 80px;
	margin-bottom: 80px;
}
.cm-article21866 .heading-campaign {margin-top: 0;}
.heading-campaign hr{
	border-top: 1px solid #ccc;
}
.heading-campaign h1{
	text-transform: uppercase;
	font-family: 'Source Sans Pro Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.heading-campaign p{
	font-size: 16px;
	line-height: 24px;
}
.mid-page-break{
	background: #0072bc;
	color: #fff;
	padding: 30px 0;
}
.mid-page-break h1{
	text-transform: uppercase;
	font-family: 'Source Sans Pro Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 40px;
}
.mid-page-break p{
	padding: 0 40px;
	font-size: 16px;
	line-height: 24px;
}
.two-boxes{
	padding-top: 80px;
	padding-bottom: 80px;
}
.bottom-three-boxes{
	padding-top: 80px;
	padding-bottom: 110px;
}

.three-boxes-widget{
	position: relative;
	overflow: hidden;
}
.three-boxes-widget .three-boxes-images img{
	width: 100%;
	float: none !important;
}
.three-boxes-widget .three-boxes-link{
    display: block;
    position: absolute;
    font-size: 16px;
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
    text-align: center;
    background: #3b4044;
    color: #fff;
    right: 10px;
    bottom: 10px;
	transition: all .5s ease 0s;
}
.descr_image .three-boxes-widget:hover .three-boxes-link {
    bottom: 10px;
}
.descr_image .three-boxes-widget .three-boxes-link {
    bottom: -265px;
}
.descr_image .three-boxes-widget .three-boxes-descr,
.only_text .three-boxes-widget .three-boxes-descr{
	position: absolute;
    background: rgba(239, 57, 45, 0.9);
    color: #fff;
    top: 10px;
    padding: 25px 10px;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    overflow: hidden;
	transition: all .5s ease 0s;
}
.descr_image .three-boxes-widget .three-boxes-descr{top: 100%;}
.descr_image .three-boxes-widget:hover .three-boxes-descr {
    top: 10px;
}
.only_text .three-boxes-widget .three-boxes-descr{
	width: 100%;
	height: 100%;
	background: rgba(239, 57, 45, 1);
	top: 0;
	left: 0;
	padding: 35px 20px;
}
.descr_image .three-boxes-widget .three-boxes-descr h4,
.only_text .three-boxes-widget .three-boxes-descr h4 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
	text-align: center;
}
.descr_image .three-boxes-widget .three-boxes-descr p,
.only_text .three-boxes-widget .three-boxes-descr p{
	display: block;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 35px;
	max-height: 100px;
}
.descr_image .three-boxes-widget .three-boxes-descr h4 a,
.only_text .three-boxes-widget .three-boxes-descr h4 a,
.descr_image .three-boxes-widget .three-boxes-descr p a,
.only_text .three-boxes-widget .three-boxes-descr p a{
	color: #fff;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
}
.only_image .three-boxes-widget .three-boxes-descr{
	display: none;
}
.only_text .three-boxes-widget .three-boxes-images img{opacity: 0;}

.highlights-widget .highlights-images img{float: none !important; width: 100%;}
.highlights-widget .highlights-descr{
	background: #fff;
	position: relative;
	padding: 25px 20px 25px 0px;
}
.highlights-widget .highlights-descr h2{
	text-transform: uppercase;
	font-family: 'Source Sans Pro Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.highlights-widget .highlights-descr p{
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 35px;
	font-size: 16px;
	line-height: 24px;
}
.highlights-widget .highlights-descr h2 a,
.highlights-widget .highlights-descr p a{
	color: #3d3d3d;
	text-decoration: none;
    box-shadow: none;
    outline: 0;
}
.highlights-widget .highlights-link{
    display: block;
    position: absolute;
    font-size: 16px;
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
    text-align: center;
    background: #3b4044;
    color: #fff;
    right: 0;
    bottom: 0;
top:20%;
}

.bottom-boxes-widget{
	position: relative;
	overflow: hidden;
}
.bottom-boxes-widget .bottom-boxes-images img{
	width: 100%;
	float: none !important;
}
.bottom-boxes-widget .bottom-boxes-link{
    display: block;
    position: absolute;
    font-size: 16px;
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
    text-align: center;
    background: #3b4044;
    color: #fff;
    right: 10px;
    bottom: 10px;
	transition: all .5s ease 0s;
}
.descr_image .bottom-boxes-widget .bottom-boxes-link{bottom: -265px;}
.descr_image .bottom-boxes-widget:hover .bottom-boxes-link{bottom: 10px;}
.descr_image .bottom-boxes-widget .bottom-boxes-descr,
.only_text .bottom-boxes-widget .bottom-boxes-descr{
	position: absolute;
    background: rgba(239, 57, 45, 0.9);
    color: #fff;
    top: 10px;
    padding: 25px 30px;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    overflow: hidden;
	transition: all .5s ease 0s;
}
.descr_image .bottom-boxes-widget .bottom-boxes-descr{top: 100%;}
.descr_image .bottom-boxes-widget:hover .bottom-boxes-descr{
	top: 10px;
}
.only_text .bottom-boxes-widget .bottom-boxes-descr{
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	padding: 35px 40px;
}
.descr_image .bottom-boxes-widget .bottom-boxes-descr h2,
.only_text .bottom-boxes-widget .bottom-boxes-descr h2 {
    text-transform: uppercase;
	font-family: 'Source Sans Pro Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}
.descr_image .bottom-boxes-widget .bottom-boxes-descr p,
.only_text .bottom-boxes-widget .bottom-boxes-descr p{
	display: block;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	max-height: 120px;
}
.only_text .bottom-boxes-widget .bottom-boxes-descr p,
.only_text .bottom-boxes-widget .bottom-boxes-descr h2 {
	color: #3d3d3d;
}
.only_text .bottom-boxes-widget .bottom-boxes-descr p a,
.only_text .bottom-boxes-widget .bottom-boxes-descr h2 a{
	color: #3d3d3d;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
}

.descr_image .bottom-boxes-widget .bottom-boxes-descr h2 a,
.descr_image .bottom-boxes-widget .bottom-boxes-descr p a{
	color: #fff;
    text-decoration: none;
    box-shadow: none;
    outline: 0;
}
.only_image .bottom-boxes-widget .bottom-boxes-descr{
	display: none;
}
.only_text .bottom-boxes-widget .bottom-boxes-images img{opacity: 0;}


.subpageTwoBoxesWidget{margin-top: 70px;}
.subpageTwoBoxesWidget .widget{
	height: 90%;
	height: -webkit-calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	height: calc(100% - 20px);
    background: #ef392d;
	position: relative;
}
.subPageTwoBoxes .subPageTwoBoxes-images img {
    float: none !important;
    width: 100%;
}
.subPageTwoBoxes .subPageTwoBoxes-descr {
    padding: 35px 20px 70px 20px;
}
.subPageTwoBoxes .subPageTwoBoxes-descr h4{
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}
.descr_image .subPageTwoBoxes .subPageTwoBoxes-descr p{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #fff;
	line-height: 24px;
}
.subPageTwoBoxes .subPageTwoBoxes-descr h4 a,
.descr_image .subPageTwoBoxes .subPageTwoBoxes-descr p a,
.only_text .subPageTwoBoxes .subPageTwoBoxes-descr p a,
.subPageTwoBoxes .subPageTwoBoxes-descr h4 a:focus,
.descr_image .subPageTwoBoxes .subPageTwoBoxes-descr p a:focus,
.only_text .subPageTwoBoxes .subPageTwoBoxes-descr p a:focus{
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	outline: 0;
}
.subPageTwoBoxes .subPageTwoBoxes-link {
   display: block;
    position: absolute;
    font-size: 16px;
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
    text-align: center;
    background: url(/images/UserUploadedImages/511/double-angle.png) #3b4044 center center no-repeat;
    color: #fff;
    right: 10px;
    bottom: 10px;
    background-size: 30%;
	overflow: hidden;
    text-indent: 9999px;
}
.only_text .subPageTwoBoxes-images{display: block; opacity: 0;}
.only_text .subPageTwoBoxes .subPageTwoBoxes-descr p{
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #fff;
	line-height: 24px;
}
.only_text .subPageTwoBoxes-descr {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%); 
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    padding: 0 20px;
}

.main-holder-sub.microsite .container{padding-top: 60px; padding-bottom: 80px;}
.main-holder-sub.microsite .widget{margin-bottom: 20px;}
.main-holder-sub.microsite h1{
	text-transform: uppercase;
	font-family: 'Source Sans Pro Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 40px;
}

.subPageRows{
	background: #ef392d;
	position: relative;
	overflow: hidden;
}
.subPageRows .subPageRows-images{
	width: 50%;
    float: left;
}
.subPageRows .subPageRows-images img{
    float: none !important;
    width: 100%;
}
.subPageRows .subPageRows-descr{
	float: left;
	width: 50%;
	padding: 35px 20px 0 20px;
}
.subPageRows .subPageRows-descr h4 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}
.subPageRows .subPageRows-descr p {
	display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    line-height: 24px;
	max-height: 145px;
}
.subPageRows .subPageRows-descr h4 a,
.subPageRows .subPageRows-descr p a,
.subPageRows .subPageRows-descr h4 a:focus,
.subPageRows .subPageRows-descr p a:focus{
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	outline: 0;
}
.subPageRows .subPageRows-link {
    display: block;
    position: absolute;
    font-size: 16px;
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
    text-align: center;
    background: #3b4044;
    color: #fff;
    right: 10px;
    bottom: 10px;
	z-index: 1;
	transition: all .5s ease 0s;
}
.full_descr_image .subPageRows .subPageRows-link{bottom: -260px;}
.full_descr_image .subPageRows:hover .subPageRows-link{bottom: 10px;}
.full_descr_image .subPageRows-images {
    width: 100%;
    float: none;
    position: relative;
    z-index: 0;
}
.full_descr_image .subPageRows-descr {
    float: none;
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 1;
    background: rgba(239, 57, 45, 0.9);
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    padding-top: 25px;
	transition: all .5s ease 0s;
}
.full_descr_image .subPageRows:hover .subPageRows-descr {
    top: 10px;
}
.only_text .subPageRows-images {
    width: 100%;
    float: none;
    position: relative;
    z-index: 0;
}
.only_text .subPageRows-images img{opacity: 0;}
.only_text .subPageRows-descr {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(239, 57, 45, 0.9);
    height: 100%;
    width: 100%;
}

.microsite_right_col{
	text-align: center;
}
.microsite_right_col .btn{
	margin-bottom: 20px;
    width: 100%;
	max-width: 260px;
    padding: 0;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'Source Sans Pro Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.microsite_right_col .btn:before{
    font-family: FontAwesome;
    font-weight: 900;
	left: 0;
	top: -2px;
	margin-right: 10px;
}
.microsite_right_col .register:before {
	background: url(https://www.heartkids.org.au/images/UserUploadedImages/511/hand.png) center center no-repeat #fff;
    overflow: hidden;
    text-indent: 9999px;
    top: 2px;
}
.microsite_right_col .nominate:before {content: "\f00c";}
.microsite_right_col .find:before {content: "\f067";}
.microsite .right_social {
    text-align: center;
}
.microsite .right_social a{
	background: #0b8ff3;
    color: #fff;
    height: 60px;
    width: 60px;
    font-size: 50px;
    display: inline-block;
    border-radius: 4px;
    line-height: 62px;
    text-align: center;
}
.microsite .right_social a.facebook em {
    vertical-align: bottom;
}
.microsite .right_social a.instagram {
    font-size: 58px;
    line-height: 62px;
	position: relative;
	top: 3px;
}
.microsite .right_social a.twitter {
    margin: 0 3%;
}


/************************************************
Button
************************************************/

button.clsButtonSmall, #SearchLinkButton{background-color:#ee3124;border-color:#d7291e;}
.btn-primary#Search:hover{background-color:#d7291e !important;border-color:#cb2319 !important;}


/************************************************
 * CH04 - Header & Breadcrumbs
************************************************/
.preheader {
  padding: 23px 7px 15px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
  position: relative;
}
.preheader > .row > .col-sm-8{
	position: initial;
}
.preheader a {
  color: #979797;
}
.phone-section,
.lang-section {
  font-size: 15px;
  float: left;
  min-width: 180px;
  margin-right: 20px;
}
.phone-section{min-width: 120px;}

.phone-section span.fa,
.lang-section span.fa {
  color: #ee3124;
  margin-right: 5px;
}

.phone-section em,
.lang-section em {
  color: inherit;
  font-style: normal;
}
.phone-section em *{
     padding: 0;
     margin: 0;
}
.goog-te-gadget-simple {
   /* background-color: #15232f!important;*/
    border: 0 !important
}

.goog-te-gadget-simple a.goog-te-menu-value {
    color: #979797 !important;
    text-decoration: none!important;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    margin-left: 0;
}
.goog-te-gadget-simple a.goog-te-menu-value:before{
    content: "\f0ac";
    color: #ee3124;
}

.goog-te-gadget-simple a.goog-te-menu-value:hover {
    text-decoration: none!important
}

a.goog-te-menu-value span {
    border-color: #283744!important
}

.goog-te-menu2,.goog-te-menu2-item div,.goog-te-menu2-item:link div,.goog-te-menu2-item:visited div,.goog-te-menu2-item:active div {
    background-color: #071522!important;
    border: 1px solid #091928!important
}
.goog-te-gadget-icon{
    display: none;
}
.goog-te-gadget-simple .goog-te-menu-value span{
    margin-left: 5px;
    font-family: "Source Sans Pro","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}


.social-section {
  text-align: right;
}

.social-section a {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
  font-family: fontawesome;
  font-weight: 100;
}

.social-section a:hover {
  color: #ee3124;
}

header .blue-btn{margin-top:20px; margin-left:20px;}
.blue-btn a{background:#0b8ff3; color:#fff;  
    padding: 8px 40px;
    font-size: 22px;
    font-weight: bold;}
.blue-btn a:hover{color:#fff;}
.blue-btn a:before{    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\f155";
    position: relative;
    left: -10px;
    font-size: 16px;
     background: #fff;
    border-radius: 50%;
    width: 26px;
    height: 25px;
    color: #0b8ff3;
    padding: 5px 5px;

}




.navbar-logo{width:95px;float:left;}
.navbar-logo a{display:block;}
.LogoOnLoad{display:block;}
.LogoOnScroll{display:none;}
.is_stuck .LogoOnLoad{display:none;}
.is_stuck .LogoOnScroll{display:block; padding-top: 10px;}
.is_stuck .header-search {margin-top:0px;}
.is_stuck .searchPanel {margin-bottom:0px;}
.is_stuck .navbar{margin-bottom:10px; padding-top:10px;}
.is_stuck header .blue-btn{margin-top:0px;}


.headerNav .navbar{padding-top:0px; margin-bottom:0px; min-height:initial;}

.blutButtonsHeader {
    text-align: right;
}
.blutButtonsHeader .blue-btn{
    display: inline-block;
}
.blutButtonsHeader .blue-btn .home{
	background: #979797;
}
.blutButtonsHeader .blue-btn .home:before{
	color: #979797;
	content: "\f015";
	font-weight: 900;
}
.blutButtonsHeader .blue-btn .sign.up,
.blutButtonsHeader .blue-btn .login{
	background: rgba(239, 57, 45, 1);
}
.blutButtonsHeader .blue-btn .sign.up:before{
	color: rgba(239, 57, 45, 1);
	content: "\f176";
	font-weight: 900;
}
.blutButtonsHeader .blue-btn .login:before{
	color: rgba(239, 57, 45, 1);
	content: "\f178";
	font-weight: 900;
}





.header-search > a.search-toggle{
	display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 1.8em;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: none;
    background: #ee3124;
    border-radius: 5px;
    position: relative;
    top: -2px;
}

.header-search .searchPanel {
    z-index: 1000;
	display: none;
}

.header-search.open .searchPanel {
    display: block;
	position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 20px 10px;
    border: 1px solid #ccc;
}

.header-search .searchPanel > a.btn.btn-primary {
    right: 0px;
    top: 0px;
    position:relative;
    float:left;
    background:#ee3124;
    line-height: 26px;
    border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}




.header-search  .searchPanel > a.btn.btn-primary:before {
	color:#fff;
	position:relative;
	top:4px;
	font-size: 18px;
}

.header-search .form-control.searchInput {
	height: initial;
	padding: 5px 16px;
	font-size: 18px;
	line-height: 35px; 
	width:90%; 
	width: calc(100% - 50px); 
	float: left;
    border-radius:0px; 
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-right:none;  
	box-shadow:none;
}
.form-control.searchInput {
    height: 45px;
    padding: 5px 16px;
    font-size: 18px;
    line-height: 35px;
}


.searchPanel {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.searchPanel > label {
    display: none;
}
.searchPanel > span{display:none !important;}

.searchPanel > a.btn.btn-primary {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0;
    color: #fff;
    background-color: #fff;
    border: 0;
    position: absolute;
    right: 2px;
    top: 6px;
    z-index: 5;
    border-left: solid 1px #ccc;
    border-radius: 0;
width:46px;
overflow: hidden;
}

.searchPanel > a.btn.btn-primary:before {
    content: "\e003";
    font-size: 23px;
     text-indent: 0;
     color: #666;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .header-search .searchPanel>a.btn.btn-primary{line-height:24px !important;}
}


#breadcrumb-panel,#content-area .content-breadcrumb {
    position: relative;
    min-height: 40px;
    margin: 20px 0;
    overflow: hidden;
    height: auto;
}

#breadcrumbs {
    display: inline-block;
}

#breadcrumblabel {
    position: absolute;
    left: -9999px;
}

#content-area #breadcrumbs ol {
    margin: 0;
    padding: 8px 12px;
}

#content-area #breadcrumbs ol li {
    margin-bottom: 0;
}

#breadcrumb-panel #utilities {
    position: absolute;
    top: 20px;
    right: 15px;
}

#breadcrumb-panel #utilities ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#breadcrumb-panel #utilities ul li {
    display: inline;
}

#breadcrumb-panel #utilities ul li a img {
    vertical-align: middle;
}

.fixHead.is_stuck {
    border-bottom: 1px solid #ccc;
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
}

.fixHead {
    z-index: 2001;
    background: #fff;
}

/************************************************
 * Error Pages
************************************************/
#error-page{width:100%;margin: 0 auto;background: #fff;padding: 10px 0;}
#error-page .err-pg-logo{margin: 0 auto;width: 1170px;text-align: center;}
#error-page .err-pg-logo a img{width:75px;}
#info-window.errorpg{width: 100%;display: inline-block;margin: 0;background:#f9f9f9; margin-top:10%;}
#info-window.errorpg .error-window, #info-window.errorpg .error-window-acces{width:1170px; margin:0 auto;}
#info-window.errorpg .content{border:none;width:100%;}
#info-window.errorpg .lef-col-err, #info-window.errorpg .rht-col-err{width:50%;float:left;}
#info-window.errorpg .error-window h1{background: none;font-size:100px;font-weight: bold;margin:0px;padding:0;border:0;}
#info-window.errorpg ul{    margin: 10px 0 50px;padding: 0;line-height: 30px;font-size: 18px;}
.err-use-lnks ul li{list-style:none;}
#info-window.errorpg .rht-col-err{padding:30px 0;}

#info-window .error-window-acces .rht-col-err, #info-window .error-window-acces .lef-col-err {width:100%; text-align:center;}
#info-window .error-window-acces .lef-col-err h1{font-size:190%;padding:0 0 25px;}
#info-window.errorpg .error-window-acces .rht-col-err{padding:60px 0 35px;}


/************************************************
 * CH05 - Navigation
************************************************/


.navbar-collapse.in {
    overflow-y: visible !important;
}

.navbar {
    border: none;
    padding-top: 20px;
    margin-bottom: 25px;
    min-height: inherit;
}

.navbar .hmenu {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
    float: left;
    width: 100%;
}

.navbar .hmenu li {
    position: relative;
    display: inline-block;
}

.navbar .hmenu > li a {
    color: #3b4044;
    line-height: 2em;
    padding: 0;
    font-size: 18px;
}



.navbar .hmenu > li a:hover {
    background: none;
    color: #0072BC;
}

.navbar-toggle {
    background: #0072BC;
    z-index: 999;
}

.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-collapse{padding: 0;}

.navbar-nav{
	margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
}

.navbar-nav .hmenu li.selected > a {
    color: #0072BC;
}


.navbar-nav .hmenu > li a {
    color: #3b4044;
    line-height: 2em;
    padding: 0;
}

.navbar-nav .hmenu > li a:focus {
    background: none;
    text-decoration: none;
    outline: none;
}

.navbar-nav .hmenu > li a:hover {
    background: none;
}

.navbar .hmenu > li ul {
    display: none;
    text-align: left;
    position: absolute;
    left: -15px;
    margin-left: 15px;
    width: 250px;
    background: #fff;
    z-index: 70;
    padding-left: 15px;
    border-left: 1px solid #ccc;
}

.navbar .hmenu > li ul li {
    margin-left: 0;
    width: 100%;
}

.navbar .hmenu li:hover > ul {
    display: block;
}

.navbar .hmenu > li > ul ul {
    left: 230px;
    top: 0;
    margin-left: 0;
}


.navbar-collapse .navbar-nav.navbar-right {
    margin: 0;
}

.hasSub > .subMenuBtn {
    display: none;
}

#LeftMenu.mobile .rpRootGroup > li > .rpSlide{
    display: block;
}




/************************************************
 * CH06 - Buttons
************************************************/
.btn-primary {
    color: #fff;
    background-color: #0072BC;
    border-color: #0263a2;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0263a2;
    border-color: #1e8fc6;
}
.btn-tranparent {
  padding: 18px 25px;
  font-size: 14px;
  border-radius: 0;
  color: inherit;
  border: 1px solid;
  font-weight: 900;
}
.btn-tranparent:focus, .btn-tranparent:hover {
  color: inherit;
  text-decoration: none;
}

.btn-tranparent:focus{border: 1px solid #ee3124;}

/************************************************
 * CH07 - Images
************************************************/

img {
    max-width: 100%;
}

.img-thumbnail > img,.thumbnail > img {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.img-thumbnail > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/************************************************
 * Document Lists
************************************************/

#divDocListRepeater{overflow: hidden;overflow-x: scroll;}
div[id$="AjaxFileUpload1"]{width:100% !important;}
div[id$="divMembershipDetails"] div[id$="divMandatoryMessage"], div[id$="divMembershipDetails"] div[id$="divButton"]{padding:0;}
div[id$="divMembershipDetails"] fieldset{padding:0;margin:0;}
fieldset[id$="fdsAdditionalQuestions"]{margin:0;}
.clsFormCreator_droplist label{width:16.6666666664%;float:left;padding-right:15px;}
.disable-form-fields select {width: 83.33333333333334% !important;}
.clsFormCreator div span.validatoralert{width:175px;padding:7px 14px;}
.clsFormCreator div.clsMandatory{display:none;}
.warning li{color:#ff0000;}
.footer-right-section .form-horizontal .control-label{padding-top:5px;}
.footer-right-section  .form-horizontal .form-actions{margin-left:9.6667%;}
.footer-right-section  .clsFormCreator div.clsBtnSubmit{margin:0;}
#sidebar .refinewidget{padding-left:20%;}


/************************************************
 * CH08 - Widgets
************************************************/

.main-holder-sub.microsite .funds{margin-bottom: 20px;}
.funds {
	width: 100%;
	text-align: center;
}
.funds h3{
	text-transform: uppercase;
	padding-top: 10px;
}
.value {
    color: #0b8ff3;
	font-size: 50px;
}
.main-holder-sub.microsite .value{font-size: 30px;}
.value span{
	color: #fff;
	background: #0b8ff3;
	display: inline-block;
	padding: 10px 0;
	border-radius: 4px;
	font-family: 'Source Sans Pro Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 1px;
}

.widget {
    margin-bottom: 15px;
    width: 100%;
}

.basic-list-widget {
}

.basic-list-widget h3 {
    font-size: 24px;
    margin-top: 0;
}

.basic-list-widget p {
}

.basic-list-widget .widget-content,.basic-list-widget .widget-thumb {
    margin-bottom: 15px;
}

.basic-list-widget .widget-content em {
    display: block;
    margin-bottom: 5px;
}


.blog-slider {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-slider > li {
    position: relative;
    overflow: hidden;
    float: left;
}

.blog-slider > li img {
    display: block;
    margin: 0 auto;
    width: 367px;
    height: 240px;
}

.blog-slider .overlay-data {
    display: block;
    position: absolute;
    text-align: center;
    margin: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transition: all .5s ease 0s;
}

.blog-slider .overlay-data .overlay-inner {
/* background: rgba(26, 181, 211, 0.96);*/
    background: url(/images/useruploadedimages/176/slidePanelBg.png) repeat 0 0;
    display: table;
    width: 100%;
    height: 100%;
}

.blog-slider .overlay-data .overlay-inner > div {
    display: table-cell;
    vertical-align: middle;
}
.overlay-data .fa-search:before {
    content: "\f101";
}
.header-search > a.search-toggle .fa-search:before{
	position: relative;
    top: -1px;
}

.blog-slider .overlay-data h4 {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

.blog-slider .overlay-data p {
    font-weight: inherit;
    padding: 0 15px;
}

.blog-slider .overlay-data .zoom {
    display: block;
    position: absolute;
    font-size: 16px;
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
    text-align: center;
    background: #3b4044;
    color: #fff;
    right: 0;
    bottom: 0;
}

.blog-slider .left {
    left: 100%;
    right: auto;
}

.blog-slider .right {
    right: 100%;
    left: auto;
}

.blog-slider .bottom {
    bottom: 100%;
    top: auto;
}

.blog-slider .top {
    top: 100%;
    bottom: auto;
}

.blog-slider li:hover .left {
    left: 0;
}

.blog-slider li:hover .right {
    right: 0;
}

.blog-slider li:hover .bottom {
    bottom: 0;
}

.blog-slider li:hover .top {
    top: 0;
}

.blog-slider-wrap {
    position: relative;
    margin-top: 40px;
    padding-bottom: 50px;
}

.blog-slider-wrap .bx-controls-direction {
    position: absolute;
    bottom: 0;
    right: 5px;
    margin-bottom: 12px;
}

.blog-slider-wrap .bx-controls-direction a {
    font-family: FontAwesome;
    font-size: 0;
    margin-left: 9px;
    color: transparent;
    width: 0;
    float: left;
    width: 30px;
}

.blog-slider-wrap .bx-controls-direction a:hover:before {
    background: #0072BC;
}

.blog-slider-wrap .bx-controls-direction a:before {
    background: #3d3d3d;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
}

.blog-slider-wrap .bx-controls-direction a.bx-next:before {
    content: "\f105";
}

.blog-slider-wrap .bx-controls-direction a.bx-prev:before {
    content: "\f104";
}

.post {
    position: relative;
    margin-bottom: 15px;
}

.post h3 {
    margin: 0 0 15px;
    font-size: 20px;
}

.post .post-thumbmail img {
    display: block;
    margin: 0 auto 15px;
    width: 367px;
    height: 240px;
}

.post .post-date {
    background: #ee3124;
    color: #fff;
    padding: 5px 10px 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-align: center;
}

.post .post-date strong {
    display: block;
    font-weight: 700;
    font-size: 26px;
}

.post .post-date span {
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.post .post-date span.mainItemDateDay,.post .post-date span.subItemDateDay {
    font-size: 30px;
    font-weight: 700;
}

.post .post-date span.mainItemDateMonth,.post .post-date span.mainItemDateYear,.post .post-date span.subItemDateMonth,.post .post-date span.subItemDateYear {
    display: inline-block;
}

.post .post-info {
    margin: 15px 0;
}

.post .post-info p {
    color: #868686;
    font-weight: inherit;
    font-size: 13px;
    margin: 0;
}

.post .post-info .fa {
    margin-right: 7px;
}

.post .post-text .read-more {
    font-weight: 700;
    color: #0072BC;
}

.post .post-text .read-more:hover {
    color: #0263a2;
}

.items_container {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px;
  clear:left;
}
@media (max-width: 767px) {
  .items_container {
    margin-left: 0;
  }
}
.items_container > li {
  position: relative;
  float: left;
  width: 366px;
  margin-left: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 1200px) {
	.items_container > li {
		width: 300px;
	}
	.descr_image .three-boxes-widget .three-boxes-descr p, .only_text .three-boxes-widget .three-boxes-descr p{
		-webkit-line-clamp: 4;
	}
	.descr_image .bottom-boxes-widget .bottom-boxes-descr p, .only_text .bottom-boxes-widget .bottom-boxes-descr p{
		-webkit-line-clamp: 4;
	}
	.descr_image .bottom-boxes-widget .bottom-boxes-descr, .only_text .bottom-boxes-widget .bottom-boxes-descr{
		padding: 25px 50px 25px 30px;
	}
}
@media (max-width: 1023px) {
  .items_container > li {
    width: 220px;
  }
}
@media (min-width: 768px) {
	/*.three-boxes .container > .row > div {
		padding: 0;
	}*/
}
@media (max-width: 767px) {
	.items_container > li {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 2%;
	}
	.text_microsite{
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 479px) {
  .items_container > li {
    width: auto;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 2%;
    float: none;
  }
  .text_microsite h1{font-size: 30px;}
}
.items_container > li img {
  display: block;
  margin: 0 auto;
}
.items_container .overlay-data {
  display: block;
  position: absolute;
  text-align: center;
  margin: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transition: all 0.5s ease 0s;
}
.items_container .overlay-data .overlay-inner {
  background: url(/images/useruploadedimages/176/slidePanelBg.png) repeat 0 0;
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.items_container .overlay-data .overlay-inner > div {
  display: table-cell;
  vertical-align: middle;
}
.items_container .overlay-data h4 {
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
}
.items_container .overlay-data p {
  font-weight: inherit;
}
.items_container .overlay-data .zoom {
  display: block;
  position: absolute;
  font-size: 16px;
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
  text-align: center;
  background: #3b4044;
  color: #fff;
  right: 0;
  bottom: 0;
}
.items_container .left {
  left: 100%;
  right: auto;
}
.items_container .right {
  right: 100%;
  left: auto;
}
.items_container .bottom {
  bottom: 100%;
  top: auto;
}
.items_container .top {
  top: 100%;
  bottom: auto;
}
.items_container li:hover .left {
  left: 0;
}
.items_container li:hover .right {
  right: 0;
}
.items_container li:hover .bottom {
  bottom: 0;
}
.items_container li:hover .top {
  top: 0;
}
.items_container .mainItemTaxonAboveHeading,
.items_container .subItemTaxonAboveHeading,
.items_container br{
  display: none;
}

.no-gutters #refineList{display:none;}
#refineList{
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
#refineList ol {
  margin: 0;
  font-size: 19px;
  list-style: none;
}
#refineList ol li{
   display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

#refineList ol a {
  color: #979797;
}
#refineList ol a .RefineSelected {
  color: #0072BC;
}
#refineList ol  a:hover, #refineList ol  a:focus {
  text-decoration: none;
}
#refineList ol  li:after {
  content: '/';
  display: inline-block;
  margin-left: 15px;
}
#refineList ol  li:last-child:after {
  display: none;
}
#refineList ol  .active a {
  color: #1ab5d3;
}




/************************************************
 * CH09 - Content [Tables etc]
************************************************/
ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
#main-content .refineWidgetWrap ul{list-style: none;}
#main-content ul,#main-content ol {
    margin: 0 0 15px 20px;
    padding: 0;
list-style:disc;
}

#main-content ol {
    list-style: decimal;
}

#main-content ul ul,#main-content ol ol {
    margin-top: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table td{padding:5px;}
td,th {
    border: 1px solid transparent;
/* No more visible border */
    height: 30px;
 /*   transition: all .3s;*/
/* Simple transition for hover effect */
}

th {
    background: #DFDFDF;
/* Darken header a bit */
    font-weight: 700;
}

td {
    background: #FAFAFA;
    text-align: left;
}

th a,td a {
    color: #000;
}

/* Cells in even rows (2,4,6...) are one color */
tr:nth-child(even) td {
    background: #F1F1F1;
}

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */
tr:nth-child(odd) td {
    background: #FEFEFE;
}








/************************************************
 * CH10 - Footer
************************************************/



footer {
    background: #3d3d3d;
    padding: 30px 0;
    color: #fff;
    line-height: 1.6;
    font-size: 15px;
}

.footer-bottom {
    background: #2c2b2b;
    color: #b8b8b8;
    text-align: center;
    padding: 15px 0;
    font-family: "Myriad Pro",arial,sans-serif;
    margin-bottom: -20px;
}

footer h3 {
    color: #fff;
}

footer input {
    width: 100% !important;
}

footer .clsFormCreator div.clsMandatory {
    padding-left: 0;
}

footer a:hover,footer a:focus {
    color: #fff;
}

.ui-widget-overlay{
    bottom: 0;
    height: 100% !important;
    background-repeat: repeat;
}


/************************************************
 * CH11 - Responsive
************************************************/


@media (max-width: 1199px) {
	.static-banner {
		height: suto;
	}
	.static-banner .banner-text{
		padding: 3% 0;
	}

	.navbar .hmenu > li a{
		font-size: 16px;
	}

	.header-search{
		
	}
	.only_text .subPageRows .subPageRows-descr p,
	.full_descr_image .subPageRows .subPageRows-descr p{
		-webkit-line-clamp: 4;
	}
	.main-holder-sub.microsite .value,
	.value {
		color: #0b8ff3;
		font-size: 45px;
	}
  
}





@media (max-width: 991px) {
    .navbar .hmenu li {
        margin-left: 20px;
    }
    .navbar-nav {
        width: 100%;
        margin:0px;
		text-align: left;
    }
    .navbar .hmenu li {
        width: 100%;
        margin: 5px 0;
    }
    .navbar .hmenu li:hover > ul {
        display: none;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px !important;
    }
    .hasSub > a {
        float: left;
        width: 80%;
    }
    .hasSub > .subMenuBtn {
        float: right;
        width: 46px;
        display: block;
        background: #0072BC url(/images/UserUploadedImages/176/menu_has.png) no-repeat center center;
        text-indent: -999999px;
        height: 33px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }
    .hasSub.open >.subMenuBtn {
        background: #0072BC url(/images/UserUploadedImages/176/menu_open.png) no-repeat center center;
    }
    .navbar .hmenu > li.open > ul {
        display: block;
        position: static;
    }
    .navbar-collapse {
        max-height: none;
        padding: 0;
        width: 100%;

    }
    .navbar-collapse.collapse{
		display: none !important;
    }
    .nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
        background-color: transparent;
        border-color: transparent;
    }
    .navbar-right, .navbar-collapse .navbar-nav.navbar-right:last-child {
        padding: 0 !important;
        margin: 0 !important;
    }
     .navbar-toggle {
        position: absolute;
        right: 0;
		top: 62px;
    }
    .navbar-logo {
    
        /*width: 50%;*/
        float: left;
       
    }
    .navbar {
        margin-bottom: 15px;
        min-height: 80px;
    }
    .navbar-header {
        min-height: 50px;
        line-height: 50px;
        float:left;
    }
    .navbar-toggle{
        display: block;
    }
    .section-area .col-md-12{}
    .form-horizontal .control-label{text-align:left;width:100%;}
    .mypage-settings a[id$="GoToMyPage"]{top:-40px;font-size:12px;}
    .header-search>a.search-toggle{display:block;}
    header  .searchPanel{display:none; position:absolute; top:73px;   right:0;  background: #fff;    padding: 20px 10px;    border: 1px solid #ccc;}
    header .blue-btn{
		margin-top: 0;
		margin-left: 2px;
	}
    .blue-btn a {
		padding: 2px 20px 6px 20px;
		font-size: 18px;
	}
    .blue-btn a:before{    width: 20px;    height: 20px;     font-size: 12px;}
    .is_stuck header .blue-btn{    top: 30px;}
    .is_stuck .navbar-toggle{margin-top: 0; top: 40px;}
     .is_stuck .header-search {    margin-top: 16px;}
	#info-window.errorpg .lef-col-err, #info-window.errorpg .rht-col-err, #error-page .err-pg-logo{width:100%;}
	#info-window.errorpg .error-window, #info-window.errorpg .error-window-acces{width:100%;}
	.only_text .subPageRows .subPageRows-descr,
	.full_descr_image .subPageRows .subPageRows-descr,
	.descr_image .subPageRows .subPageRows-descr {
		padding-top: 15px;
	}
	.descr_image .subPageRows .subPageRows-descr p {
		padding-right: 30px;
		-webkit-line-clamp: 3;
	}
	.only_text .subPageRows .subPageRows-descr p{
		padding-right: 40px;
	}
	.full_descr_image .subPageRows .subPageRows-descr p {
		-webkit-line-clamp: 3;
		padding-right: 30px;
	}
	.main-holder-sub.microsite .container{
		padding-top: 40px;
	}
	.main-holder-sub.microsite .value
	.value {
		font-size: 80px;
		margin-top: 40px;
	}
	.header-search.pull-left{
		margin-top: 10px;
	}
	.social-section strong {
		display: block;
		margin-bottom: 10px;
	}
	
}

@media (max-width: 590px) {
	
	.main-holder-sub.microsite .value
	.value {
		font-size: 60px;
	}
	
}

@media (max-width: 320px) {

	header .blue-btn {
		right: 0px;
		top: 55px;
         margin-left: 1px;
	}
	.is_stuck .header-search{
		margin-top: 4px;
	}
	.is_stuck .navbar-toggle{
		margin-top: 0px;
	}
	.is_stuck header .blue-btn{top:55px;}
	
}

@media (min-width: 768px) {
	.items_container>li:nth-child(3n+1){/* clear: both; */}
		#LeftMenu.mobile .rpRootGroup>li>.rpSlide {
		display: block !important;
    }
    
    .form-horizontal .control-label{text-align:left;}
}

@media (min-width: 992px) {

    .headerNav{border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; }
    .header-search {
	}
    .navbar .hmenu > li >a{padding: 5px 15px; display:block; font-size:16px;}
    .navbar .hmenu > li >a:focus{border:1px solid #0072BC;}
    .navbar-nav .hmenu li.selected>a{color:#fff; background:#0072BC;}
    .navbar-nav > .hmenu > li:after{content: "";    display: block;    width: 2px;    height: 15px;    background: #aaaaaa;      position: absolute;    left: 0px;    top: 15px;}
    .navbar-nav .hmenu > li.selected:after, .navbar .hmenu > li.first:after, .navbar-nav .hmenu > li.selected + li:after{display:none;}
    .navbar-nav{}
	.col-md-offset-0,
	.col-xs-offset-0,
	.col-sm-offset-0,
	.col-lg-offset-0{
		margin-left: 0;
	}

}



@media (min-width: 1200px){
    .navbar .hmenu > li >a{ padding: 5px 15px;}
    .navbar-nav{}
	.action-banner, .section-area, .headerNav{  max-width: 1920px;    margin: auto;}
}

@media (max-width: 767px) {
    .no-gutters,
    .no-gutter-l,
    .no-gutter-r{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
  
    .lang-section{  
       display: none;
    }
	
	.heading-campaign{
		margin-top: 40px;
	}
	
	.blutButtonsHeader .blue-btn a {
		
		overflow: hidden;
		width: auto;
		position: relative;
             font-size: 12px;
               text-align: center;
                padding-left:5px;
               padding-right:5px;
	}
	.blutButtonsHeader .blue-btn a:before {
		position: absolute;
		left: 10px;
		top: 50%;
		text-indent: 0;
		transform: translatey(-50%);
               display:none;
	}
    
  
    
    #breadcrumb-panel #utilities {
        display: none;
    }
    
    .static-banner h1 {
        font-size: 50px;
      }
      .static-banner .banner-text {
         padding: 45px 0;
     }
    
    
    
    #LeftMenu a.MenuItemOne span.rpText,#LeftMenu a.MenuItemOne.link:hover .rpText {
        background: #ee3124 url(/images/UserUploadedImages/176/sub-menu-icon.png) no-repeat 95% center;
    }
    #LeftMenu.mobile .rpRootGroup > li > .rpSlide{
        display: none;
    }
    #LeftMenu{
        padding-bottom: 0;
    }

   
    
    .blog-slider .right {
        left: 0;
    }
    .blog-slider > li img{
        width: 100%;
    }
    .post .post-thumbmail img {
        width: 100%;
        height: auto;
    }
    .static-banner > img{
        width: auto;
        max-width: none;
    }
    .action-banner p, 
    .action-banner h2 {
        margin: 0 0 15px 0;
    }
    
    
    .question-stream-container .view-topics-tags > li{
        width: 100%;
    }
    .question-stream-container .view-topics-tags > li.active{
        border-bottom-color: inherit;
    }
    .workspaces{
        clear: left;
    }
    
    
    .clsFormCreator_droplist label, .disable-form-fields select {width:100%;}
	
	.descr_image .three-boxes-widget .three-boxes-descr div,
	.only_text .three-boxes-widget .three-boxes-descr div {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		padding: 0 20px;
	}
	.descr_image .three-boxes-widget .three-boxes-descr p,
	.only_text .three-boxes-widget .three-boxes-descr p{
		padding: 0;
	}
	.three-boxes{
		margin-top: 20px;
	}
	.text_microsite {
		width: auto;
		padding-top: 20px;
	}
	.descr_image .bottom-boxes-widget .bottom-boxes-descr,
	.only_text .bottom-boxes-widget .bottom-boxes-descr{
		
	}
	.descr_image .bottom-boxes-widget .bottom-boxes-descr div,
	.only_text .bottom-boxes-widget .bottom-boxes-descr div{
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.only_text .subPageTwoBoxes-images{
		display: block;
	}
	.only_text .subPageTwoBoxes-images img{
		opacity: 0;
	}
	
}

@media (max-width: 580px) {
	
	.subPageRows {
		height: 170px;
	}
	.only_text .subPageTwoBoxes-descr{
		    top: 0;
		transform: translateY(0);
		padding-top: 35px;
	}
	.only_text .subPageTwoBoxes {
		min-height: 330px;
	}
	.only_text .subPageTwoBoxes .subPageTwoBoxes-descr p{
		-webkit-line-clamp: 7;
	}
	.only_text .subPageRows-images,
	.subPageRows .subPageRows-images {
		height: 100%;
		overflow: hidden;
	}
	.only_text .subPageRows-images img,
	.subPageRows .subPageRows-images img {
		height: 100%;
		width: initial;
		max-width: none;
	}
	
}


/*

@media screen and (max-width: 400px) {
@-ms-viewport { width: 320px; }
.flexslider{width:50%; margin:auto;}
}

@media screen and (min-width: 400px) and (max-width: 640px) {
@-ms-viewport { width: 400px; }
.flexslider{width:70%; margin:auto;}
}
*/
@media (max-width: 360px) {
	.blutButtonsHeader .blue-btn a{padding-left: 2px; padding-right: 2px; }
	.blutButtonsHeader .blue-btn a:before{left: 50%; transform: translate(-50%, -50%);}
	.main-holder-sub.microsite .value, .value{font-size: 40px;}
}

@media (min-width: 1024px) {

	.new-layout #main-content {
	padding: 0;
	}

	.new-layout #sidebar {
	padding: 0 0 0 5px;
	}

	.new-layout #sidebar p{
	margin: 0;
	}

	.new-layout #sidebar img {
	width: 100%;
	}

}