@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('ajax-loader.gif') center center no-repeat;
}
.slick-slider {
    background: url('ajax-loader.gif') center center no-repeat;
}
.slick-slider .article_nav_slide { 
    opacity: 0; 
    position: absolute; 
}
.slick-slider.slick-initialized {
    background: none;
}
.slick-slider.slick-initialized .article_nav_slide { 
    opacity: 1;
    position: relative;
    transition: opacity 0.2s ease-in;
}
/* Icons */

/* Arrows */
.slick-prev,
.slick-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 9px;
    height: 30px;
    padding: 0;
    margin-top: -8px; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;cursor: hand;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.art_nav_img_holder {
    width:57px;
    height: 57px;
    min-height: 57px;
    min-width:57px;
    vertical-align: top;
    display:table-cell;
background-repeat: no-repeat; background-size:cover;
background-position:center center;}
.art_nav_title_holder {
    vertical-align: middle;
    display:table-cell;
    width:79%;
    min-height: 57px;
    padding-left: 5px;
}

.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;
    color:#0000ff;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.art_nav_title_holder h4, .article_nav_slide p {
    margin:0;
    line-height: 1.2;
    font-family:"Substance W00 Bold", "Univers LT W01_65 Bold1475968";
    font-size:0.9em;
}
.art_nav_title_holder h4.reg {
    font-family:"Substance W00 Regular", "Univers LT W04_55 Roman1475960";
    }
.art_nav_title_holder h4 a {
    color: #000;
    text-decoration: none;
}
.slide_bottom h3, .bottom_home_cont h3 {
    text-align: center;
    margin-top: 5px;
    margin-bottom:10px;
    line-height: 1.2;
    font-size: 1.2em;
}
.slide_bottom h3.datenews {
    margin-bottom:0;
    font-size: 1em;
}

.slide_bottom h3 a {
    color: #000000;
}
.slide_bottom p {
    margin:17px 0 0;
    font-size:0.9em;
    line-height: 1.4;
}
.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    font-size: 2em;
    line-height: 1;
    opacity: .65;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide_bottom {
    padding:0.8em;
}
.slick-prev
{
    left: -20px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f104';
}

.slick-next
{
    right: -20px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '\f105';
}

/* Dots */
body.single-audio-research .slick-slider{
    margin-bottom: 10px;
}
.slick-slider{
    margin-bottom: 30px;
}
.subhead .slick-slider{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 7px;
    padding: 0;

    cursor: pointer;
}
.slider-for {
    margin-bottom:30px;
    overflow: visible;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    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:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}

.slick-dots li button:before {
    font-family: FontAwesome;
    font-size: 11px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\f111';
    text-align: center;
    opacity: .25;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
@media only screen and (min-device-width: 320px) 
  and (max-device-width: 600px) {
    .slick-slider {
        width:100%;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:0;
    }
    .slide_feat:hover .overline, .slide_feat:hover .overline {
    border-top: none;
}
    .navigation-wrapper .nav li {
  background-color: #F5F5F5;
  padding:5px 0;
} 
body.single-article .subhead:nth-child(2), body.single-event .subhead:nth-child(2) {
    border-top: solid 2px #000;
}
body.post-type-archive-research-platform .navigation-wrapper .nav li {
    background-color: #0000FF;
}
    .slick-prev {
    left: 5px;
    width: 15px; z-index: 999;
    }
    .slick-next {
    right: 5px;
    width: 15px; z-index: 999;
    }
    .nav-toggle {
    right:0;
}
.entry-content h3 {
    font-size: 1.15em;
}
body.page .hentry {
    padding:1.0em;
}
.mob_lang {
    left:0;
    }
.slide_feat .tag_feat{
display:none !important;
}
.slide_feat {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px !important;
    background-position: center center;
    background-blend-mode: overlay;
}
.slide_feat h2 {
    margin-top: 0px;
    margin-bottom: 1em;
    width: 100%;
}
.slide_feat .article_author {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.3;
}
.slide_feat .overline {
    border-top: none;
    padding-top: -20px;
}
body.home .ha-header.ha-header-large.min-head {
    height: 50px !important;
}
body.home h1, .slide_feat h2 {
    font-size: 1.3em;
    line-height: 1.1em; 
    text-align:center;
    letter-spacing:0.02em;
}
body.post-type-archive-research-platform .nav-container, body.single-research-platform .nav-container {background-color: transparent !important;}
body.post-type-archive-research-platform .nav-toggle.active, body.single-research-platform .nav-toggle.active {
    background-position: bottom right;
}
body.post-type-archive-research-platform .nav-toggle, body.single-research-platform .nav-toggle {
    background-position: top right;
}
.nav-toggle {
    width: 50px;
    height: 50px;
    background-image: url(../images/toggle_mobile.svg);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: top left;
}
.entry-content-home p, .event_home .t-1of2 p:nth-child(4), .journal_description p, body.single-journal .d-1of2 p, .excerpt p, .collapse_section .excerpt p, body.post-type-archive-event .event-desc{ 
    font-size: 0.9em;
    padding:0 12px;
    line-height:1.35;
}
.cont-right p {font-size: 0.9em;
    padding:0;
    line-height:1.35;}
.entry-content p {
    font-size: 0.95em; line-height:1.4;
}
body.home .hentry {
    margin-bottom: 0.5em;
}
body.home .type-journal .t-1of2:nth-child(2), .prev-post, .next-post, body.single-article .subhead:first-child, body.single-event .subhead:first-child, 
body.single-event .article-header .tm, img.sidebarimg  {
    display:none;
}
body.single-event .regions h4.abstract_cont{padding-left: 18px; font-size:1em; line-height: 1.2}
.entry-content h3.left {font-size: 1.15em}
.slick-slider.responsive .slick-next:before, .slick-slider.responsive .slick-prev:before {
color:#FFF;
opacity: 1;
}
body.single-event .d-1of3 .t-1of2 li {line-height: 1.25; font-size: 0.95em;}
body.single-event .collapse_section p { line-height: 1.2; font-size: 0.95em}
body.single-event .header_left h3.alignl {
    font-size: 1.3em !important;
}
.slider-for .slick-slide img {
    margin: 0 auto;
}
.entry-content p.slick-caption {
    margin:8px;font-size: 0.7em; display: block; overflow: visible;
}
.entry-content-cont h6:first-child {
    margin-top:0;
}
body.single-event .d-1of3 {
    margin-top: 30px;
}
.foot {
    padding-left:20px;
    font-size:0.8em;
}
.bottom_home_cont .d-1of3.last, .bottom_home_cont .d-1of3:nth-child(2) {
    padding-left: 0;
}
.wp-caption p.wp-caption-text {
font-size: 0.65em;
}
.entry-content blockquote {
margin: 0 1em 1em;font-size: 0.8em;
}
p.tags a {
    font-size: 0.9em; margin-right: 10px;
}
.subhead ul li {
    font-size: 1.3em;
    padding: 0 12px;
    line-height: 1.1;
    overflow: hidden;
    display: block;
}
body.tax-TagsFR .subhead ul li:nth-child(3), body.tag .subhead ul li:nth-child(3), body.search .subhead ul li:nth-child(3), 
body.post-type-archive-audio-research .subhead ul li:nth-child(3), body.post-type-archive-research-platform .subhead ul li:nth-child(3), body.post-type-archive-event .subhead ul li:nth-child(3){
    margin-top:4px;}
body.tax-TagsFR .subhead ul li:nth-child(1), body.tag .subhead ul li:nth-child(1), body.search .subhead ul li:nth-child(1), 
body.post-type-archive-audio-research .subhead ul li:nth-child(1), body.post-type-archive-research-platform .subhead ul li:nth-child(1), 
body.post-type-archive-event .subhead ul li:nth-child(1), body.single-research-platform .subhead ul li:nth-child(1){
    font-family:"DroidSansMonoW01-Regula";
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight:normal;
    font-size: 0.746em;}
h3.article_author {
    font-size: 1.2em;
    margin-left: 0px;
}
body.tax-TagsFR .bottom_home_cont, body.tag .bottom_home_cont, body.search .bottom_home_cont {padding-bottom: 0;}
.bottom_home_cont {
    padding-bottom: 20px;
}
body.post-type-archive-audio-research .m-all {
    padding: 0 12px;
}
.slide_tag ul {
    margin:5px 0;
    text-align: center; 
}
body.single-contributor h1.single-title {text-align: left; padding:0; margin-top:0;}
.concept_image_wrap, .concept_image {width: 150px;
    height: 150px;}

.journal_description p {
    text-align: left !important;
}
.cont-img-left, .cont-right {
    float: none;
    width: 100%;
}
.cont-img-left {
    margin-bottom: 6px;
}
body.single-article #inner-content, body.single-event #inner-content, body.single-research-platform #inner-content, body.single-contributor #inner-content {
    padding-left:12px;
    padding-right: 12px;
}
h3 {line-height: 1.25}
body.single-article .single-title, body.single-event .single-title, body.single-esearch-platform .single-title {
    margin-bottom: 7px;
    padding: 0;
    text-align: left;
}
body.page-id-65 .inner-content-div, .slimScrollDiv {height:50px !important;}
body.page-id-65 .bottom_home_cont {margin-top: 15px}
body.page-id-65 .bottom_home_cont h6 {text-transform: none;font-family:"Substance W00 Regular";margin:0;padding-top:20px;font-size: 1.1em; }
.slide_tag.slide_tag {
    height:350px !important;position: relative; padding: 0 20px;
}
body.single-journal .subnavigation, p.bawpvc-ajax-counter, .dunn, .slide_tag .event-desc, body.single-contributor h6.alignl, body.page-id-65 .subnavigation, 
body.page-id-65 .event_home, body.page-id-65 .audio_home, body.page-id-65 .rp_home {display:none;}
body.page-id-65 .underline {border-bottom: none;}
body.page-id-65 .underline a {border-bottom: none;color: #0000FF}
.subhead:first-child ul li {
    font-size: 1.3em;
    padding: 0 12px;
    line-height: 1.1;
    overflow: hidden;
    text-align: center;
}
.subhead ul {
  padding: 0.4em 0px;  
}
.subhead .article_nav_slide ul {text-align: left;}
.subhead ul, .article_nav_slide p {
    margin: 0;
    text-align: center;
}
body.home .article-header h2 {
    text-align: center !important;
    font-size: 1.15em !important;
}
.subhead {
    font-size:1em;
}
ul.nav {
    border-top: solid 2px #000000;
    border-bottom: none;
}
.nav li a {
  padding: 0.3em 0 0.3em;
    margin-left: 12px;
}
.rp_imgleft {
    height:75px;
    max-width: 100px;
}
img.gb_mob_int {
    display: block;
    max-width: 180px;
    height: auto;
    margin: 0 auto;
    padding: 18px 0 12px;
}
body.home .ha-header.ha-header-large .ha-header-perspective {
    border-bottom: none;
box-shadow: none;  
}
.slide_bottom {
    padding: 0.8em 2em;
}
body.home .ha-header.ha-header-large.min-head .ha-header-perspective, .ha-header-perspective{
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.25);
box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.25);  
}
.ha-header.ha-header-large {
    height: 50px !important;
}
.nav li a {font-size: 1em; padding: 0;
    }
    .nav li{
    border-bottom: solid 2px #CCCCCC;
}
.nav li:last-child {border-bottom: none;}
#inner-footer {
    padding:15px 12px 12px;
    font-size:0.8em;
}
body.home .ha-header.ha-header-large.min-head .nav-container {
    margin-top: 6px;
}
#container {
    margin-bottom:-50px !important;
}
.push {
    height: 50px;
}
.footer {
    height: 50px;
}
.foot_col1 {
    width:40%;
    margin: 0 !important;
}
 .foot_col3 {
    width:60%;
    margin: 0 !important;
}
body.home .imghead-mob {
    display:block;
    max-width: 190px;
    margin: 0 auto;
    height: auto;
    padding: 18px 0 12px;
}
ul#menu-header {
    margin-top: 11px;
    }
#inner-content {
    margin:15px 0 0;
}
body.home .ha-header.ha-header-large {
    height:120px;
}
body.home #content {
    margin-top:155px !important;
}
#content {
    margin-top:50px;
}
body.home .ha-header.ha-header-large .gb_mob_int, .mob_lang .menu-item-lang {
    display:none;
}
.slide_feat h2 {
    margin-bottom:10px;
    font-family:"Substance W00 Bold", "Univers LT W01_65 Bold1475968";
}
body.home .ha-header.ha-header-large.min-head .mob_lang .menu-item-lang {
display:none;
}
body.home .ha-header.ha-header-large.min-head .gb_mob_int, .collapse_section .d-1of6{
    display:block;
}
body.home .mob_lang .menu-item-lang {display:inline-block;}
body.home .ha-header.ha-header-large.min-head .mob_lang li:first-child, .mob_lang li:first-child {
 height:50px;
 width: 50px;
 background-color:#CCCCCC;
 color: #FFF;
 padding-top: 9px;
 padding-left: 14px;
 font-size:1.5em;   
}
body.home .ha-header.ha-header-large.min-head .mob_lang li:first-child a, .mob_lang li:first-child a {
    color: #FFF;
}
.nav-container {
    margin: -5px 0 0;
    }
body.home .ha-header.ha-header-large .mob_lang li:first-child a {color: #000;}
body.home .ha-header.ha-header-large .mob_lang li:first-child {background-color: transparent;}
.mob_lang li:last-child {
    padding-top: 0;
}
.mob_lang li:last-child a {
    width: 20px;
    height: 20px;
}
.article_nav_slide.slick-slide {
    padding:10px 1.5em !important;
}
.mob {
    position:absolute;
    z-index: 1011;
    top:0;
    left: 0;
    width: 100%;
}
.article-header {
    margin-bottom: 15px;
}
.search-panel-mob input[type="text"] {
width: 65%;
background-color: transparent;
    outline: none;
    color:#FFF;
margin: 6px 0.2em 6px 12px;
  display: inline-block;
  padding: 10px 0px 10px;
    border-bottom: solid 2px #FFF;
  }
  .search-panel-mob input[type="submit"] {
    display: inline-block;
    height: 36px;
  line-height: 1em;
  padding: 0 5px;
  margin-bottom: 0px;
  margin-top: 8px;
    font-size: 0.95em;
}
.mob_lang {
    position: absolute;
    top: 0px;
    font-size:1em;
    }
.mob_lang li:last-child {
 font-size:1em;   
}
body.home .ha-header.ha-header-large .mob_lang li:first-child {
    font-size: 1.1em; 
    padding-top: 10px;
    width: 40px;
    padding-left: 12px;
}

body.home .masthead-wrapper {
    max-width:120px;
    margin:0 auto;
}
body.single-journal .region-titles p {
    font-size: 1.1em;
    padding:0 12px;
    text-align: center;
}
.collapse_section {padding:0 12px;}

.regions {
    font-size: 0.9;
}
.journal-contributors li:last-child:after {
  content: "";
  padding-right:0em;
}
body.single-journal .journal-contributors li {
 font-size:0.9em;
 display:inline-block;
 margin-bottom:0px;
}
.journal-contributors {
    padding:0 12px;
}
.journal-contributors li:after {
  content: ", " !important;
}
h1 {
    font-size: 1.4em;
    line-height: 1.1em;
    padding:0 12px; 
    text-align: center;
}
h2 {font-size: 1.2em;
    line-height: 1.1em;
    padding:6px 12px; 
    text-align: center;
font-family:"Substance W00 Regular", "Univers LT W04_55 Roman1475960";}
.search-panel-mob {
    top: 50px !important;
}
img.gb_mob_int_neg2 {
    max-width: 190px;
    margin: 0 auto;
    height: auto;
    padding: 18px 0 12px;
    display: none;
}
body.single-research-platform img.gb_mob_int_neg2,body.post-type-archive-research-platform img.gb_mob_int_neg2 {
    display:block;
}

body.single-research-platform ul#menu-header, body.post-type-archive-research-platform ul#menu-header, body.single-research-platform .navigation-wrapper .nav li {background-color: #0000FF}
}
@media only screen and (min-device-width: 601px) 
  and (max-device-width: 768px) {
.slide_feat {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px !important;
    background-position: center center;
    background-blend-mode: overlay;
}
.bottom_home_cont .d-1of3.last {
    padding-left: 0;
}
body.home img.imghead {
    display: block !important;
    max-width: 170px;
    margin: 0 auto;
    height: auto;
}
.rp_home {
    padding: 0 0.5em 20px;
}
.rp_right li {line-height: 1.15;}
.responsivetag {
    margin-top:60px;
}
img.gb_mob_int_neg2 {
    margin: 0px auto;
    padding-top: 25px;
    max-width: 200px;
    height: auto;
    display: none;
}
body.single-research-platform img.gb_mob_int_neg2,body.post-type-archive-research-platform img.gb_mob_int_neg2 {
    display:block;
}

body.single-research-platform ul#menu-header, body.post-type-archive-research-platform ul#menu-header {background-color: #0000FF}
img.gb_mob_int {
    margin: 0px auto;
    padding-top: 25px;
    max-width: 200px;
    height: auto;
    display: block;
}
body.page-id-98 #content #inner-content, body.page-id-65 #content #inner-content{
    padding: 20px 38px !important;
}
body.home .journal-contributors li:after {
  content: ", " !important;
}
.journal-contributors li:last-child:after {
  content: "";
  padding-right:0em;
}
body.home #content {
    margin-top:175px;
}
#content {
    margin-top:60px;
}
.slick-slide.slide_tag {
    height:550px;
    position:relative;
}
body.single-event #content #inner-content {
padding:20px 50px; 
}
body.single-event .header_left {
    float:left;
    width:80%;
}
.entry-content .slider-for img {
 max-width:100% !important;   
}
.entry-content img {
    max-width:90% !important;
}
img.gb_mob_int {
    margin:0px auto; 
    padding-top:25px;
    max-width: 200px;
    height:auto;
    display: block;
}
body.home .ha-header.ha-header-large.min-head .ha-header-front {
    padding-bottom:17px;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.25);
box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.25);
}

body.home .ha-header.ha-header-large .ha-header-front .gb_mob_int{
 display:none !important;   
}
body.home .ha-header.ha-header-large.min-head .ha-header-front .gb_mob_int{
    display:block  !important;
}
.journal_description {
    width: 85%;
    }
.ha-header-perspective{
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.25);
box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.25);
}
body.home .ha-header-perspective{
box-shadow: none;
}
           
ul#menu-header {
    margin-top: 0px;
    margin-left: 0;
    height: 48px;
    padding: 0px 5px 6px;
    background-color: #000;
}
.navigation-wrapper .nav li.menu-right {
    padding-top:11px;
}
.nav-container, body.home .ha-header.ha-header-large.min-head .nav-container {
margin: 19px 0 0;
min-height:1px;
}
.nav li a {
    padding: 0.3em 0 0em !important;
    margin-left: 0px;
    color:#FFF;
}
.navigation-wrapper .nav li {
  background-color: transparent;
  padding: 7px 0 4px;
} 
.mob_lang li:first-child {
    font-size: 1.3em;
    width:40px;
}
body.page #content #inner-content {
    padding:20px 0 0;
}
body.page .entry-content p {
    width: 100%;
}
.subhead ul {margin: 3px 0;}
body.home .nav-toggle {top:0;}
.nav-toggle {
    position:fixed;
    top: 7px;
    right: 38px;
    width:40px;
    height:50px;
    z-index:999;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    background-image:url(../images/toggle_tablet.svg);
    background-repeat:no-repeat;
    background-size:40px 100px;
    background-position:top left;
}
.nav-toggle.active {
background-position:bottom left;
}
.mob_lang {
    position: absolute;
    top: 7px;
    left: -10px;
    height: 50px;
    display: none;
    z-index: 9;
    margin: 0;
}
.social-post ul li {
    margin-bottom: 12px;
}
body.post-type-archive-event .ev_post_image {
    height:210px;
}
body.home .bottom_home_cont .t-1of2 h3 {
    text-align:left;
    font-size:1.5em;
    line-height: 1.3;
}
.bottom_home_cont .t-1of2 .datecenter h3, body.home .bottom_home_cont .t-1of2 .datecenter h3{
    text-align: center;
}
.event_home p.center {font-size: 1.1em;}
.event_home p {
    font-size:0.9em;
}
body.home .bottom_home_cont .t-1of2 h6, body.home .bottom_home_cont .t-1of2 p.center {
text-align:left;    
}

body.home h1, body.home h2 {
    font-size: 1.4em;
    line-height: 1.1em; 
    text-align:left;
    letter-spacing:0.02em;
}
body.home h1 {
    margin-top:0;
}
body.home .slide_feat h2 {
    text-align:left;
    font-size: 1.8em;
    line-height: 1.2em;
}
body.single-journal h1, body.single-journal h2 {
  font-size: 1.7em;  
  line-height: 1.3em; 
  text-align: center;
}
body.home .slide_feat .article_author {
    margin:0;
    text-align: left;
}
.entry-content img.ipadimage {display: none;}
.imghold {
    float:none;
    width:100%;
    padding-right:0px;
    padding:bottom:15px;
}
.texthold {
    float:none;
    width:100%;
}
.imghold img{
   display:block;
   width:100%;
   max-width:100%;
   height: auto;
}
.article-header .d-1of2.t-2of3 p {
    font-size: 1.1em;
    line-height: 1.4;
    padding: 0 20px 0 0px;
}

    }
@media only screen and (min-device-width: 769px) 
  and (max-device-width: 1029px) {
body.home .ha-header {
    height: 175px;
}
#content {margin-top:65px;}
body.home .ha-header.ha-header-large.min-head {
    height: 70px !important;
}
body.home .ha-header.ha-header-large.min-head .ha-header-front {
    padding-bottom: 17px;
}
img.gb_logo {
    padding-top: 7px;
    max-width: 208px;
    height: auto;
}
#nav-logo {
    margin-left: -104px;
}
.navigation-wrapper .nav li.menu-right {
font-size: 0.75em;
    margin-left: 10px;
    }
li.menu-right a {padding-top:9px;}
body.home .ha-header-large.min-head ul#menu-header {margin-top:20px;}
}
