body
{margin:0}

*,
:after,
:before {
    box-sizing: border-box
}
section.title-module.list {
    background: #fff;
    margin-top: 50px;
}
header.sticky{top:0px;}
/*.nav-links div {
    width: 50%;
    float: left;
	    margin-bottom: 56px;
}*/
.nav-links {
    /*width: 227px;*/
}
.nav-previous {
    float: right;
    
}
.nav-links {
    margin-bottom: 35px;
    clear: both;
}
h2.screen-reader-text {
    display: none;
}
.title-module h1 {
    padding: 20px 0 0;
    font-size: 32px;
    line-height: 40px;
    text-align:center;
    border-bottom: 0;
    margin: 0px auto 48px auto;
	font-weight: 600;
    width: 100%;
}
.title-module h1:after {
    content: "";
    width: 90px;
    height: 4px;
    background: #216ca0;
    display: block;
    margin: 10px auto 0;
}
.title-module {
    /* margin-top: 50px; */
    padding: 0 30px 0px;
    clear: both;
    /* background: #fff; */
}



.tiled-image-module {
    display: block
}

.tiled-image-module h2,
.tiled-image-module legend {
    width: 100%;
    margin: 30px 0 38px;
    text-align: center
}

.tiled-image-module .tiles-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: calc(100% + 20px);
    margin: 0 -10px;
	padding: 60px 0px 110px 0px;
}

.tiled-image-module .tile {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 20px);
    min-height: 280px;
    padding: 20px;
    margin: 0 auto 20px;
    text-align: center;
    color: #fff;
    background: transparent no-repeat 50%/cover;
}
.blogbanner
{
    width: 100%;
    min-height: 550px;
    text-decoration: none;
    padding: 20px;
    margin: 0 auto 20px;
    text-align: center;
    color: #fff;
    background: transparent no-repeat;
    position:relative;
    /*cursor: pointer;*/
    background-size: 100% auto;
}
.single-post .header_wrapper,.single-news .header_wrapper {height: auto;}
.blogbanner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, .5);*/
    opacity:0;
}
/*.blogbanner:hover:before{background: rgba(0, 0, 0, .5);opacity:1;}*/


@media (min-width:48em) {
    .tiled-image-module .tile {
        width: calc(50% - 20px);
        min-height: 350px;
        text-decoration: none;
    }
    .tiled-image-module .tile:nth-of-type(6n+3) {
        width: calc(34.09090909090909% - 20px);
        width: calc(50% - 20px);
    }
    .tiled-image-module .tile:nth-of-type(6n+4),
    .tiled-image-module .tile:nth-of-type(6n+5) {
        width: calc(65.9090909090909% - 20px);
        width: calc(50% - 17px);
    }
    .tiled-image-module .tile:nth-of-type(6n+6) {
        width: calc(34.09090909090909% - 20px);
        width: calc(50% - 20px);
    }
}

.tiled-image-module .tile:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}

.tiled-image-module .tile span {
    position: relative;
    z-index: 1;
    width: 100%;
    line-height: 30px
}

.tiled-image-module .tile .title {
    margin: 0 0 10px;
    font-family: freight-display-pro, "serif", Helvetica\ Neue, Helvetica, sans-serif;
    font-size: 30px;

    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.tiled-image-module .tile .desc {
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
    display: none;
}

.tiled-text-module {
    padding: 40px 0
}

@media (min-width:64.0625em) {
    .tiled-text-module {
        padding: 45px 0 60px
    }
}

.tiled-text-module .content-max-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tiled-text-module .title {
    width: 100%;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px
}

@media (min-width:64.0625em) {
    .tiled-text-module .title {
        width: 420px;
        line-height: 68px
    }
}

.tiled-text-module .title:after {
    content: "";
    width: 90px;
    height: 4px;
    background: #f89c29;
    display: block;
    margin: 7px auto 0 0
}
.page_wrapper a {
    font-size: 19px;
    background: #000;
    color: #fff;
    padding: 2px 10px;
      border:solid #000 1px
}

.page_wrapper .current {
      font-size: 19px;
    background: #fff;
    color: #000     ;
    padding: 2px 10px;
    border:solid #000 1px
}
.page_wrapper a:hover{
background:#fff;
color:#000  

}
section.title-module.hero-image {
   
}

section.title-module.hero-image h1 {
    color: #000;
    text-align: center;
}
.single_content_wrapper {
    max-width: 800px;
    text-align: center;
    margin: auto;
    speak: bl;
    padding: 40px 0;
}

.postcontent {
    padding: 60px 0;
    padding-top: 0;
}

.postcontent img {
    margin: auto;
    display: block;
}
.tiled-image-module .tile:hover .title {    
    display: block;
}
.tiled-image-module .tile:hover .desc {    
    display: block;
}
.header_wrapper {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}
.header_wrapper header {
    background: #fff;
}

.header_wrapper.ubermenu-responsive-default.ubermenu{background:transparent}
/*.header_wrapper.ubermenu-responsive-default.ubermenu a{color:; #fff}*/

.header_wrapper .ubermenu-skin-white .ubermenu-item-level-0 > .ubermenu-target{color: #000;}
.header_wrapper .ubermenu-skin-white{background:transparent}
.postcontent {
    text-align: left;
}

.postcontent h1 {
    text-align: center;
}
.header_wrapper .sticky {
    background: #fff;
}

.header_wrapper .sticky .ubermenu-skin-white .ubermenu-item-level-0 > .ubermenu-target {color:#000}
iframe.bottom_video {
    width: 100%;
    height: 600px;
}
.page_wrapper {
    clear: both;
    width: 100%;
}
.tiled-image-module .tile:hover:before {
    background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1199px) {
.single .title-module h1{font-size: 30px;margin-bottom: 0px;padding-top:0;}
.single .postcontent {padding-bottom: 20px;}
section.title-module.hero-image {padding-bottom: 10px;}
.category-blog .title-module h1 {line-height: 1.4; margin-bottom: 10px;padding-top: 0;}
.category-blog .tiled-image-module .tiles-container{padding: 30px 0;}
.category-blog .tiled-image-module .tile .title{font-size: 21px;}
.category-blog .tiled-image-module .tile{min-height: 265px;}
.wp-pagenavi {clear: both;margin: 20px 0 10px 20px; padding-top: 0;}

}
@media (max-width: 991px) {
.single .title-module h1{font-size: 21px;margin-top: 0;line-height: 1.4;}
.category-blog .tiled-image-module .tile{min-height: 225px;}
}
@media (max-width: 767px) {
.header_wrapper {
    height: 300px;
}
.tiled-image-module .tile .title{
    font-size: 18px;
    line-height: 1.3;
}
.category-blog .title-module h1 {
    line-height: 1.4;
    margin-bottom: 0;
    padding-top: 15px;
}
.category-blog .tiled-image-module .tiles-container {
    padding: 0px 15px 20px;
}
iframe.bottom_video {
    width: 100%;
    height: 600px;
}
.single .postcontent ul {
    margin: 10px 0px;
}
.blogbanner {
    width: 65%;
    min-height: 300px;
}
.single div#main {
    padding: 0 20px;
}
.single .postcontent {
    padding-bottom: 0px;
}
.category-blog .tiled-image-module .tile {
    min-height: 195px;
    max-width: 370px;padding-bottom: 8px;
}
blog .tiled-image-module .tile .title {
    font-size: 18px;
    line-height: 1.3;
}
.wp-pagenavi a.page, .wp-pagenavi .page-numbers, .wp-pagenavi span.extend, .wp-pagenavi a.first, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.last
{padding: 2px 10px;}
.wp-pagenavi span.current, .wp-pagenavi a:hover{padding: 2px 10px;}
.wp-pagenavi span.pages{padding: 5px 10px;}
.wp-pagenavi {
    clear: both;
    margin: 10px auto;
    padding-top: 0;
    width: 100%;text-align: center;
}

}
@media (max-width: 600px) {
 .blogbanner {width: 86%;}  
 .category-blog .tiled-image-module .tile .title {
    font-size: 18px;
    line-height: 1.3;
    }
}
@media screen and (max-width: 480px) {
 .blogbanner {width: 100%;min-height: 185px; margin:0px; }   
.single div#main {padding: 0 15px;}   
.category-blog .tiled-image-module .tiles-container {
    padding: 0px 5px 20px;
    margin: 0 auto;
    width: 100%;
}
.category-blog .tiled-image-module .tile .title {
    font-size: 18px;
    line-height: 1.3;
}
.category-blog .tiled-image-module .tile {
    min-height: 195px;
    max-width: 95%;
    padding-bottom: 8px;
    width: 100%;
}
.category-blog .title-module h1 {
    line-height: 1.4;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 32px;
}
.category-blog .title-module h1 p {
    margin-bottom: 0 !important;
    padding: 0;
    line-height: 1;
}
    .cs_main_div{
        margin-bottom:0px !important;
    }
} 

.cs_main_div{
    height:auto;
}
@media (max-width: 320px) {
 .blogbanner {min-height: 150px;}   
}    
@media (max-width: 1024px) and (min-width: 850px){
    .blogbanner{
        min-height:460px;
    }
}
@media (max-width: 849px) and (min-width: 768px){
    .blogbanner{
        min-height:390px;
    }
}
@media screen and (max-width: 850px){
	#ico{
		display: block !important;
	}
	#icon{
		display: none;
	}
}

/*-----------------*/
@media (min-width: 320px) and (max-width: 900px) {
    
	.dsktpbnr{display:none !important;}
    
}

@media (min-width: 901px) and (max-width: 6000px) {
    
	.mblpbnr{display:none !important;}
    
}

