﻿
/* CSS Document */

/*** Eye Title ***/
.widget-eye-title {
   color: #FF4A31;
    font-weight: bold;
    background: url(/content/img/icons/widget-eye.svg) no-repeat 0 7px;
    background-size: 27px;
    padding: 0 0 0 33px;
    margin: 0 0 10px;
    overflow: hidden;
    line-height: 140%;
    font-size: 22px;
}

/*** Bulb Title ***/
.widget-bulb-title {
    color: #f64929;
    font-weight: bold;
    background: url(/content/img/icons/widget-bulb.svg) no-repeat 0 5px;
    background-size: 12px;
    padding: 1px 0 3px 22px;
    margin: 0 0 5px 0;
    overflow: hidden;
    line-height: 140%;
    font-size: 22px;
}


/*** Full Width Box ***/
.widget-full-width-box {
    overflow: hidden;
    border: 1px solid #dddddd;
    padding: 20px 20px 5px 20px;
    margin: 0 25px 15px 25px;
}

/*.ui-mobile .widget-full-width-box {
}*/

.widget-full-width-box p {
    padding: 0;
    margin: 0 0 15px 0 !important;
}

/*** Left Box ***/
.widget-left-box {
    float: left;
    width: 100%;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin: 0 20px 15px 25px;
    padding: 15px 20px 5px 20px;
    background: #f4f4f4;
}

.widget-left-box p {
    padding: 0;
    margin: 0 0 15px 0 !important;
}

/*** Right Box ***/
.widget-right-box {
    float: right;
    width: 100%;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin: 0 25px 15px 20px;
    padding: 15px 20px 5px 20px;
    background: #f4f4f4;
}

.widget-right-box p {
    padding: 0;
    margin: 0 0 15px 0 !important;
    line-height: 26px;
}

/*** See Also ***/
.widget-see-also {
    clear: left;
    overflow: hidden;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    /*padding:15px 0 0 0;*/
    margin: 0 25px 25px 0;
    font-weight: bold;
    font-style: italic;
    line-height: 1.4em;
    font-size: 18px;
    color: #555555;
}

.widget-see-also p {
    font-weight: bold;
    font-style: italic;
    color: #555555;
    padding: 0;
    margin: 10px 0 10px 0 !important;
    font-size: 18px;
}

.widget-see-also .h3 {
    text-transform: none;
    background: none
}

/*.widget-see-also:before {
    float: left;
    line-height: 160%;
    padding: 11px 5px 0 0;
    content: 'Related: ';
}*/

.widget-see-also a {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    margin: 0 0 15px 0;
    text-decoration: none;
    font-size: 18px;
    color: #00398e;
}

/*** Quote ***/
blockquote {
    font-style: italic;
    color: #f64929;
    border-left: #f64929 4px solid;
    padding: 0 0 0 31px;
    margin: 0 25px 20px 5px;
    /*overflow: hidden;*/
}

blockquote p {
    padding: 0 !important;
    line-height: 34px;
    font-size: 24px;
    color: #FF4A31;
    margin:0 !important;
}

/*** Section Header ***/
.section-header {
    font-size: 24px;
    line-height: 160%;
    color: #000000;
}


/*** Photo and caption ***/
.article-img {
    height: auto !important;
    max-width: 100% !important; 
}
.article-img.float-margin {
    margin: 0 10px 10px 10px;
}
.article-img img{
    width: inherit !important;
    vertical-align: top !important;
}
.caption-description {
    border-bottom: 1px solid #dddddd;
    margin: 0 0 25px 0 !important;
}
.caption-description p{
    margin:0 !important;
    padding-bottom:10px !important;
    font-size:13px !important;
}
figcaption a{
    text-decoration:underline;
}
.caption-description {
    vertical-align: bottom;
    caption-side: bottom;
}
.caption-description span {
        display: block;
}
.widget-digdeeper {
    font-size: 16px;
    border: 1px solid #cccccc;
    width: 150px;
    background-color: #ffffff;
    padding: 75px 15px 15px 15px;
    margin: 13px 20px 20px 25px;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(221,221,221,1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(221,221,221,1);
    box-shadow: 4px 4px 0px 0px rgba(221,221,221,1);
    float: left;
    clear: both;
    background: url(/content/img/icons/widget-dig-deeper.svg) no-repeat 10px 15px;
    background-size: 100px;
    position: relative;
}

   
    .widget-digdeeper a {
        text-decoration: none;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #F04B2B;
    }

        .widget-digdeeper a:hover {
            text-decoration: underline;
        }


@media (min-width: 768px) {
    .widget-right-box,
    .widget-left-box {
        width: 250px;
    }
}
@media (max-width: 420px) {
    .article-img {
        width: 100% !important; 
    }
    .article-img.float-margin {
        margin: 0;
    }
}

/* ckeditor preview */
.cke_panel_listItem a {
    padding: 0;
}
.cke_panel_listItem a > * {
    margin: 5px 7px;
}

/* inline items preview */
.cke_panel_listItem a .widget-eye-title,
.cke_panel_listItem a .widget-bulb-title,
.cke_panel_listItem a .section-header {
    font-size: 14px;
    background: none;
    padding: 0;
}

/* block items preview - hide */
.cke_panel_listItem a .widget-full-width-box,
.cke_panel_listItem a .widget-left-box,
.cke_panel_listItem a .widget-right-box,
.cke_panel_listItem a .widget-digdeeper,
.cke_panel_listItem a .widget-see-also{
    display: none;
}