/* 
    Created on : Dec 22, 2017
    Author     : Natalya Habib
*/
*{
    box-sizing: border-box;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #e4e5e4;
    
}
img{ 
    width: 100%;
    height: auto;
}
.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.wp-body {
    color: #3b3e41;
    min-height: 100%;
    height: 100%;
    min-width: 320px;
    font: normal 18px calibri, sans-serif;
}
h1, h2 {font-size: 28px; line-height: 32px; font-weight: 700; text-transform: uppercase;}
.wp-small-title{font-size: 20px; line-height: 24px; font-weight: 700; text-transform: uppercase;}
.wp-small-title.red{color: #e4002b;}
.wp-small-title.black{color:#000;}
a{color: #007FAD; font-weight: 700; text-decoration: none;}
a:hover, a:focus, a:active{
    color: #3b3e41;
    text-decoration: underline;
}
.fa{font-size: 24px;}
.bold{font-weight: 700}

a.skip-main{
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -9999;
}
a.skip-main:focus, a.skip-main:active{
    color: #3b3e41;
    background: #fff;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px;
    padding: 5px;
    z-index: 9999;
}
/* Header */
.wp-page-header{
    background: #fff;
    border-bottom: 10px solid #0085ad;
    width: 100%;
    padding: 20px 0 10px;
}

.wp-header{
    width:100%;
    max-width: 1200px;
    margin:0 auto;
    padding: 0 10px;
}
.wp-site-logo{
    width: 50%;
    max-width: 275px;
    display: inline;
    float:left;
    height: auto;
}
.wp-site-logo h1{
    margin: 10px 0;
}
#wp-dropdown-toggle{
    float: right;
    border: none;
    color: #21A0C0;
    font-size: 28px;
    background: none;
    margin-top: 5px;
}
#wp-main-menu{
    display:none;
    clear:both;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#wp-main-menu li{
    width: 50%; 
}
#wp-main-menu a{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    display:block;
    padding: 20px;
} 
#wp-main-menu a{
    color: #000;
}
#wp-main-menu a:hover,
#wp-main-menu a:focus{
    color: #007FAD;
    text-decoration: underline #007FAD;
}
#wp-dropdown-toggle[aria-expanded="true"] + #wp-main-menu{
    display: block;
}

    
/* Mid Content */
.wp-mid-content{
    padding: 0 10px;
}
.wp-mid-content.wp-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
/*.wp-mid-content.wp-section p{
    padding: 0 15px 0 15px;
}*/
.wp-main-content{
    background: #fff;
    width: 100%;
    max-width: 1200px;
    min-height: 65vh;
    margin: 0 auto;
    padding-bottom: 100px;
    cursor: default;
}
.wp-section-images {
    width: 100%;
    margin-top: 50px;
}
.content-block{
    display: block;
}
.image-right img{
    float: right;
    width: 33%;
    padding-left: 10px;
}
.image-left img{
    float: left;
    width: 33%;
    padding-right: 10px;
}
@media (min-width: 992px){
    .wp-section-images {
        width: 38%;
    }
}
.wp-title{
    background: #21A0C0;
    padding: 20px 0
}
.wp-title{color:#fff;}
.wp-video-player{
    width: 100%;
    position: relative;
    padding: 0 0 56.25%;
}
.wp-video-player iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-grid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    list-style: none;
    padding: 0;
}
/*.wp-column{
    padding: 0 15px 0 15px;
}*/
.wp-column.wp-quarters{
    flex: 1 1 50%;
    max-width: 50%;
}
.wp-column.wp-halves, .wp-column.wp-thirds{
    flex: 1 1 100%;
    max-width: 100%;
}
.wp-column.wp-halves iframe{
    width: 100%;
    height: 100%;
}
@media (max-width: 992px){
    .wp-column.wp-halves iframe{
        height: 300px;
    }
}
iframe{
    border: none;
}
.wp-column.wp-thirds{
    text-align: center;
}
.wp-icons{
    display: block;
    width: 75%;
    margin: 0 auto;
}
.wp-grid ul{
    list-style-type: disc;
    text-align: left;
}
.wp-grid ul li{
    padding: 5px;
}
.wp-cta{
    color: #e4002b; 
    font-size: 20px; 
    line-height: 24px; 
    font-weight: 700; 
    text-align: center;
    text-transform: none;
}
.wp-cta a{
    width: 150px;
    margin: 0 auto; 
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
}
.map{
    min-height: 300px;
    margin: 10px 0;
}
#wp-news{
    margin-top: 30px;
}
#wp-news .row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
#wp-news h3{
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #007FAD;
}
#wp-news a:hover h3, #wp-news h3:hover, #wp-news h3:focus{
    color: #3b3e41;
    text-decoration: underline;
}
.col-md-3 img{
    display: block;
    max-width: 100%;
    width: auto;
    top: 50%;
    left: 50%;
}
.col-md-3{
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-6{
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-9{
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 992px){
    .col-md-3 {
        padding-bottom: 40px;
    }
}
@media (min-width: 992px){
    .col-md-3 {
        width: 33.33333%;
    }
}
/*@media screen and (max-width: 992px){
    p{
        padding-left: 5px;
        padding-right: 5px;
    }
}*/
.read-more-button{
    margin: 0 auto;
}
.read-more-button a:hover, .read-more-button a:focus{
    cursor: pointer;
    background-color: #54585a;
    color: #fff;
}
.button {
  background-color: #006698;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
#wp-shows-brand .row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
#wp-article .row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.row.ditdw-page-listing-row{
    padding: 15px 0;
}
.ditdw-page-listing-row{
    margin-bottom: 20px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    /*padding-left: 10px;
    padding-right: 10px;*/
}
.container2{
    margin-right: auto;
    margin-left: auto;
}
.ditdw-content-post-title {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 30px !important;
    margin-bottom: 10px;
}

.news-item:first-child {
    padding-top: 0;
}
.news-item {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(59, 62, 65, 0.5);
}
.article-item{
    padding-top: 20px;
    padding-bottom: 10px;
}
.press-release-date {
    color: #3b3e41;
    font-size: 11px;
}
.press-release-date {
    color: #3b3e41;
    font-size: 11px;
}
.press-release-blurb h2 {
    font-weight: 600;
    font-size: 20px;
}
.press-release-text {
    font-size: 18px;
    color: #3b3e41;
}
.col-md{
    float:left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
}

.col-md-4{
    float: left;
    position: relative;
    min-height: 1px;
    /*padding-left: 15px;*/
    padding-right: 15px;
}
.col-md-8{
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    /*padding-right: 15px;*/
}
@media (min-width: 1200px){
    .container2 {
        width: auto;
    }    
}
@media (min-width: 1200px){
    .container {
        width: 1058px;
    }    
}
@media (min-width: 992px){
    .col-md {
        width: 80%;
    }
}
@media (min-width: 992px){
    .col-md-4 {
        width: 33.33333%;
    }
}
@media (min-width: 992px){
    .col-md-8 {
        width: 66.66667%;
    }
}
@media (max-width: 992px){
    .col-md-4{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
    }
    .col-md-8 p{
        padding-right: 10px;
    }
    .row.ditdw-page-listing-row{
        padding: 0;
    }
}
#wp-shows-brand{
    padding-top: 50px;
}

/* Legal Footer */
.wp-legal-content{
    background: #54585a;
    color: #fff;
    border-top: 10px solid #0085ad;
    padding: 25px 0;
    text-align: center;
}
.wp-legal-copy{font-size: 14px;}
.wp-legal-links a{
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.wp-legal-links a:hover, .wp-legal-links a:focus, .wp-legal-links a:active{
    text-decoration: underline;
}
.ditdw-legal-nav-large{
        list-style: none;
}
.wb-legal { 
    position: absolute;
    left:0;
    right:0;
    background: #fff;
    height:40px;
    width: 100%;
}
.wb-legal.sr-only{display: none;}
.wb-content{
    width:100%;
    max-width: 1200px;
    margin:0 auto;
    cursor: default;
    padding: 0 10px;
}
.wb-legal-link{
    display:block;
    position: relative;
    background: url(../img/wb-logo.svg)no-repeat left center,url(../img/wb-legal.svg)no-repeat right center;
    height: 40px;
}

/* Cookie Policy Window */
/* Cookie Policy Window */
.wp-mid-content.transparent{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    cursor: default;
    background-color: #fff;
}
#cookie-policy{
    z-index: 10000;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0 2rem 0;
    background-color: #fff !important;
    border-top: solid black;
}
#cookie-dismiss {
    padding: 10px 35px;
    display: inline-block;
    font-size: 1.125rem;
    border-radius: .4rem;
    background: #fff;
    color: black;
    font-weight: bold;
    border-color: black;
}
#cookie-dismiss:hover, #cookie-dismiss:focus, #cookie-dismiss:active{
    margin-bottom: -2px;
    cursor: pointer;
    color: #fff;
    background: black;
}
.wp-mid-content.transparent h2{
    color: black;
    margin: 1rem 0 1rem 0;
    font-size: 1.25rem;
    font-family: sans-serif;
    font-weight: normal;
    text-transform: none;
}
@media screen and (min-width: 992px){ 
     #cookie-policy p {
        width: 80%;
        display: inline;
        float: left;
        margin: 0 20px 0 0;
    }
}
.wp-mid-content.transparent p{
    color: black;
    font-family: sans-serif;
    line-height: 1.5;
    font-size: 1rem;
}
.wp-mid-content.transparent p a{
    font-size: inherit;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    padding: 0 1px 0;
    margin: 0 -1px 0;
    font-weight: bold;
    font-family: sans-serif;
    line-height: normal;
}
.wp-mid-content.transparent p a:hover,.wp-mid-content.transparent p a:focus, .wp-mid-content.transparent p a:active{
    border-bottom-width: 3px;
    margin-bottom: -2px;
}

@media screen and (min-width: 480px){
    .wp-column.wp-thirds, .wp-column.wp-quarters, .wp-column.wp-34{
        flex: 1 1 50%;
        max-width: 50%;
    }
}
@media screen and (min-width: 768px){
    .wp-mid-content{
        padding: 0 55px;
    }
    .wp-column.wp-thirds, .wp-column.wp-quarters{
        flex-basis: 33.3%;
        max-width: 33.3%;
    }
    .wp-column.wp-halves{
        flex: 1 1 50%;
        max-width: 50%;
    }
    .wp-column.wp-34{
        flex-basis: 66.6%;
        max-width: 66.6%;
    }
}
@media screen and (min-width: 992px){
    .wp-mid-content{
        padding: 0 58px;
    }
    .wp-column.wp-quarters{
        flex-basis: 25%;
        max-width: 25%;
    }
    .wp-column.wp-34{
        flex-basis: 75%;
        max-width: 75%;
    }
    #cookie-policy p {
        width: 80%;
        display: inline;
        float: left;
        margin: 0 20px 0 0;
    }
}
@media screen and (min-width: 1200px){  
    .wp-mid-content{
        padding: 0 71px;
    }
    nav{
        float: right;
    }
    #wp-main-menu{
        float: right;
        display: inline-block;
        width: auto;
        text-align: center;    
    }
    #wp-main-menu li{
        width: auto;
        display: inline-block;
    }
    #wp-dropdown-toggle{
        display: none;
    }
}

/* EXIT WARNING*/
#exit-warning-modal {
  display: none;
  position: fixed;
  z-index: 9001;
  left: 0;
  top: 0;
  max-width: 100%;
}
#exit-warning-modal .exit-warning-content {
  text-align: center;
  position: relative;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  background-color: #fefefe;
  border-radius: 4px;
  border: solid black;
}
#exit-warning-modal .fa-times{ font-family: auto; font-size: 24px; float: right; font-weight: bold; top: 0; right: 0; position: absolute; padding: 8px 16px; border: none; background-color: #fff;}
#exit-warning-modal .fa-times:hover{ cursor: pointer;}
#exit-warning-modal .fa-times:before{ content: "";}
#exit-warning-modal h2 { color: black; font-size: 1.25rem; font-family: sans-serif; font-weight: normal; text-transform: none; width: 100%; float:left; margin: 15px 0 15px 0 !important;}
#exit-warning-modal p{ color: black; font-family: sans-serif; line-height: 1.5; font-size: 1rem; margin: 15px 0 15px 0 !important;}
#exit-warning-modal #exit-warning-countdown { text-align: center; font: 400 75px sans-serif; line-height: 1.5em; }
#exit-warning-modal a.exit-button { 
    margin: 20px 10px;
    border: solid;
    padding: 10px;
    display: inline-block;
    font-size: 1.125rem;
    border-radius: .4rem;
    background: #fff;
    color: black;
    font-weight: bold;
    border-color: black;
    font-family: sans-serif;
    width: 160px;
}
#exit-warning-modal a.exit-cancel{
    border-color: #E4002B;
    color: #E4002B;
}
#exit-warning-modal a.exit-accept{
    border-color: green;
    color: green;
}
#exit-warning-modal a.exit-accept:hover, #exit-warning-modal a.exit-accept:focus{
    background:  green;
    color: #fff;
}
#exit-warning-modal a.exit-cancel:hover, #exit-warning-modal a.exit-cancel:focus{
    background: #E4002B;
    color: #fff;

}
a.exit-accept span{
    position: absolute;
    left: -9000px;
    width: 0;
    overflow: hidden;
}

@media screen and (max-width: 480px){  
    #exit-warning-modal{
        width: 100%;
        top: 25%;
    }
    #exit-warning-modal .exit-warning-content{
        width: 100%;
    }
}
@media screen and (min-width: 480px){  
    #exit-warning-modal{
        width: 100%;
        top: 25%;
    }
}
@media screen and (min-width: 600px){  
    #exit-warning-modal{
        left: 12%;
        width: 80%;
        top: 30%;
    }
}
@media screen and (min-width: 768px){
    #exit-warning-modal{
        left: 20%;
        width: 65%;
        top: 25%;
    }
}
@media screen and (min-width: 992px){
    #exit-warning-modal{
        left: 25%;
        width: 50%;
        top: 25%;
    }
}
@media screen and (min-width: 1200px){
     #exit-warning-modal{
        left: 30%;
        width: 40%;
        top: 20%;
    }
}
.overlay{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

.mail a{
    color: #007FAD;
}
.mail a:hover, .mail a:focus, .mail a:active{
    text-decoration: underline;
    font-weight: 700;
    color: #3b3e41;
}

#thirdparty-table {
    font-family: sans-serif;
    border-collapse: collapse;
    width: 100%;
    table-layout:fixed;
}

#thirdparty-table td, #thirdparty-table th {
    border: 1px solid #ddd;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}


#thirdparty-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

/* Image size set to 50% for CPLG Apac Peanuts Article **/
.cplg-apac-peanuts{
    width: 50% !important;
    margin: 0 auto;
    display: block;
}

