
.mainStories {
    text-decoration: none;
    color: black;
    vertical-align: top;
    float: left;
    background-color: #FFFFFF;
}

.storyTitle {
    margin: 0 auto;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    padding: 8px 15px 5px 15px;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 36px;
}
.storyTitleInlineA {
    color: black !important;
    font-weight: bold;
    text-decoration:none;
}

.storyFeatureImage {
    padding: 0 auto;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    height: 130px;
}
.storyFeatureImage:hover {
    padding: 0 auto;
    margin: 0 auto;
    border-width:2px;
    border-style:outset;
    border-color:lightskyblue;
    background-position: center;
    background-size: cover;
    height: 130px;
}

.storyCountsWrapper {
    margin: 3px;
    padding: 3px 10px 5px 5px;
    color: #808080;
    line-height: 15px;
    vertical-align: middle;
    display: block;
    position: absolute;
}
.infoBar {
    padding: 5px 10px 5px 0px;
    border-radius: 5px;
    color: #474747;
    line-height: 16px;
    font-size: 12px;
    display:flex;
    flex-direction:row;
}

    .infoBar a {
        white-space: nowrap;
        color: #00b1f5;
        text-decoration: none;
    }

.topInfoBar {
    padding: 10px 10px 0px 0px;
    border-radius: 5px;
    color: #474747;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
}

    .topInfoBar a {
        white-space: nowrap;
        color: #000000;
        font-weight: 500;
        text-decoration: none;
    }
          
.welcomeWrapper {
    display:inline-block;
    vertical-align:top;
    padding: 8px;
    height: 50px;
}

.welcomeThumnail {
    display: inline-block;
    float: left;
}

.welcomeText {
    display: block;
    padding: 15px 10px 10px 10px;
    float: left;
}
.imgWrap {
     max-width: 600px;
    padding: 5px;
    white-space: pre-wrap;
    margin:0 auto;
}
    .imgWrap img {
        max-width: 600px;
        max-height: 500px;
         display:Block;
    }


.storyBlockLeft {
    vertical-align: top;
    width: 35%;
    float: left;
}

.storyBlockRight {
    vertical-align: top;
    width: 65%;
    float: left;
}
.storyHighlight {
   background-color:ghostwhite !important;
}

.storyBanner {
    padding: 3px 10px 3px 8px;
    background-color: lightskyblue;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.storyBannerFav {
    padding: 3px 10px 3px 8px;
    background-color: gold;
   
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   
}
.storyBlock {
    background-color: #FFFFFF;
    clear: both;
    /*width: 100%;*/
    margin-top: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    border-radius: 3px 3px 3px 3px;
    /*

    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 2px solid #ebebeb;*/
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19)
}
.stormTypeHeader{
padding:3px 5px 5px 5px;
font-size:16px;
font-weight:bold;
background-color:red;
color:white;
}
.storyLink {
    margin: 0 auto;
    padding: 0px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.storyLink:hover {
 text-decoration:none;
 color:#00b1f5;
 cursor:pointer;
}

.storyCategoryBlock {
     margin: 0 auto;
    padding: 10px 15px 0px 15px;
    position: relative;
}
.storyCategoryBlock a {
      cursor: pointer;
    color:#00b1f5;
    text-decoration:none;
}
.storyCategoryBlock a:visited {
      cursor: pointer;
    color:#00b1f5;
    text-decoration:none;
}
    .storyCategoryBlock img {

    }
.storyAuthor {
    padding: 10px 4px 4px 4px;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-size: 14px;
    color:dodgerblue;
}
.storyAuthorBlockNew {
    margin: 0 auto;
    padding: 2px 15px 10px 15px;
    position: relative;
    text-align: left;
    font-size: 12px;
    color: gray;
}
.storyAuthorBlock {
    padding: 5px 10px 5px 10px;
    margin: 0 auto;
    font-size: 12px;
    color: #666666;
    background-color:white;
    position: relative;
    left: 0px;
    top: 0px;
}
.storyAuthorThumbnail {
    border-radius:50%;
    margin: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #E9E7E7;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.storyTimeBlock {
    text-align: left;
    font-size: 12px;
    color: gray;
}

.storyOptions {
    position: absolute;
   right: 25px;
    top: 10px;
     width: 20px;
    height: 20px;
    color:#808080;
    text-align: center;
    font-size: 12px;
    display: block;
    line-height: 20px;
    cursor: pointer;
}
   
    .storyOptions:hover {
      
    background-color:#E9E7E7;
   
}

.storyImageBlock {
    display: block;
    padding: 3px 5px 3px 5px;
}
    .storyImageBlock img {
        max-width: 100%;
        padding: 0px 0px 0px 0px;
        max-height: 800px;
        margin: 0 auto;
        display: block;
        object-fit: cover;
    }

.imgCaption {
    -webkit-margin-start: 0px;
    padding: 4px;
    text-align: left;
    font-size:10px;
    line-height:12px;
    color:#ccc;
    white-space: pre-wrap;
    border-bottom:1px;
    border-bottom-style:solid;
    border-bottom-color:#ccc;
}

.storyImgContent {
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 15px 10px;
    line-height: 22px;
}
.storyImgMain {
    height: auto;
    max-width: 100%;
}
.storySubTitle {
    margin: 0 auto;
    font-size: 16px;
    padding: 20px 10px 20px 15px;
}
.storyTitleInline {
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 10px 0px 0px;
}
.storyContentFeatured {
      margin: 0 auto;
    /*padding: 8px 15px 8px 15px;*/
    position: relative;
    font-size:18px;
     background: #ffffff;
  /*margin: 0px 20px 0;*/
}
.storyContent {
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 15px 8px 15px;
}
.storySummary {
    margin: 0 auto;
    position: relative;
    padding: 2px 15px 8px 15px;
}
.storyContentWrapper{
     padding: 0px 20px 15px 20px;
}
.storyContentLocked {
    margin: 0 auto;
    
    position: relative;
    overflow:hidden;
    background: #ffffff;
}


.storyLocation {
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
    line-height: 22px;
    font-size: 12px;
    text-decoration: none;
}

.storyGroupMedia {
    margin: 0 auto;
    padding: 2px 5px 3px 5px;
    position: relative;
    line-height: 22px;
    font-size: 12px;
    text-decoration: none;
    clear: both;
    display: flex;
    flex-direction: row;
}
.storyGroupItem {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    vertical-align: top;
    width: 33.33%;
    background-color: #000000;
}


.storyItemWrapper {
    padding: 5px 15px 15px 10px;
    margin: 0 auto;
   height: 25px;
    clear: both;
    background-color:white;
    position: relative;
    vertical-align: top;
}
.storyItems {
    position: absolute;
    right: 10px;
    display: block;
    cursor: pointer;
    font-size: 12px; 
    color: gray;
}

.storyItems img {
    display: inline-block;
    padding:3px;
    vertical-align:middle;
}

.storyItem {
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
}
.storyItem:hover {
display: inline-block;
    padding: 3px;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    background-color:lightgray;
}

.mediaWrap {
    object-fit: contain;
    height: 100%;
    width: 100%;
    display: block;
    max-width: 700px;
    margin: 0 auto;
}

.mediaThumbnailImg {
    padding: 2px;
    display: inline-block;
    height: 36px;
    width: 36px;
}

.groupImgSnip {
    padding: 5px 10px 5px 10px;
    font-size: 12px;
}


/*EDIT BUTTON*/
.editButtonDropdown {
    z-index: 10000;
    position: absolute;
    background-color: #f1f1f1;
    width: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: dimgray;
    cursor: pointer;
}

    .editButtonDropdown div {
        display: block;
    }

    .editButtonDropdown a {
 display: block;
    padding: 8px 8px 8px 8px;
    color: black;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-color: #cecece;
    text-decoration: none;
    cursor: pointer;
}

        .editButtonDropdown a:hover {
            background-color: #00b1f5;
            font-weight: bold;
        }

.editDiv {
    border: 2px;
    border-color: #00b1f5;
    border-style: solid;
}

.smallText {
    line-height:16px;
    font-size:14px;
}

.storyEditButtonDiv {
    position: relative;
    height: 30px;
    padding: 3px;
}

    .storyEditButtonDiv input {
        display: inline-block;
        float: right;
        cursor:pointer;
       background-color: #00b1f5;
        margin: 2px;
        padding: 5px 5px 5px 5px;
    }


.storyShareBox {
    display: block;
    border-width: 1px;
    border-color: #b8b8b8;
    border-style: solid;
    margin: 5px;
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: White;
    z-index: 100;
    border: solid 2px gray;
    border-radius: 5px;
}

.storyShareInnerBlock {
    padding: 15px;
    position: relative;
    background-color:darkgray;
}

.shareBoxTitle {
   
    font-size: 12px;
}

.storyShareText {
    width: 100%;
    margin: 0 auto;
    font-family: "font-family: 'Lato'", sans-serif;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    resize: none;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

.shareBoxClose {
    float: right;
    display: block;
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    background-color: white;
    right: 10px;
    top: 10px;
    line-height: 8px;
    padding: 5px;
    cursor: pointer;
}
.shareBoxClose:hover{
    background-color:red;
}
.attachment {
    font-size: 14px;
    display: block;
    margin: 0 auto;
    padding:0px 0px 5px 0px;
    line-height: 16px;
}

    .attachment a {
        text-decoration: none;
        outline: none;
        /*display: block;*/
    cursor: default;
}

.attachStyleA {
    width: 400px;
    max-height: 1200px;
}

.attachStyleB {
    width: 100%;
        max-height: 1200px;
}

.attachStyleC {
    width: 300px;
    float: left;
    padding: 20px;
}

.attachStyleD {
    width: 300px;
    float: right;
    padding: 20px;
}

.attachment img {
    width: 100%;
}

.attachmentCaption {
    -webkit-margin-start: 0px;
      padding: 5px 0px 0px 0px;
       text-align: center;
    
   color: #666666;
    white-space: pre-wrap;
  
}
.storyContent iframe {
    max-width: 500px;
    display: block;
    margin: 0 auto;
}
/*-------------------------------------MOBILE STYLES------------------------------------------*/
@media only screen and (max-width: 720px) {

    .imgWrap {
        display:Block;
    }

    .imgWrap img {
        max-width: 100%;
        max-height: 100%;
        display:Block;
    }    .imgWrap img {
        max-width: 100%;
        max-height: 100%;
    }

    .mainStories {
        vertical-align: top;
        width: 100%;
        display: inline-block;
    }

    .storyCategoryBlock {
     margin: 0 auto;
    padding: 10px 8px 0px 8px;
    position: relative;
}


    .storyContent {
    padding: 5px 8px 5px 8px;
}
    .storyContentFeatured {

 padding: 5px 0px 10px 0px;
}
    .storyTitle {
        margin: 0 auto;
        font-size: 18px;
        font-weight: 600;
        padding: 8px 10px 5px 8px;
        overflow-x: hidden;
        overflow-y: hidden;
        max-height: 38px;
    }

    .storyAuthorBlock {
    padding: 10px 10px 5px 3px;
    font-size: 12px;
    color: #666666;
    position: relative;
    top: 1px;
    left: 0px;
}
    .storyAuthorBlockNew {
      margin: 0 auto;
    padding: 2px 8px 5px 8px;
    position: relative;
}
    .rightBar {
        display:none;
    }

    .storyBlock {
        margin-top: 6px;
        cursor: pointer;
        margin-bottom: 5px;
        border: 1px solid #ebebeb;
    }
     .storyGroupItem {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    height: 100px;
    vertical-align: top;
    width: 33%;
    background-color: #000000;
}
    .attachStyleA {
        width: 100%;
    }

    .attachStyleC {
        width: 100%;
        float: none;
        padding: 0px;
    }

    .attachStyleD {
        width: 100%;
        float: none;
        padding: 0px;
    }
    .storyContentWrapper {
    padding: 0px 15px 5px 15px;
}
    .topInfoBar {
        font-size: 12px;
    }
}