
.c_share_container {
    width:160px;
    float:right;
}

.ocean-breeze-wrapper {
    width: 95%;
    max-width: 960px;
    margin: 20px auto 0 auto;
    padding: 0;
    font-family: Georgia, serif;
}

.ocean-breeze-wrapper * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-player {
    overflow: hidden;
    clear: both;
    margin-top: 10px;
}

h1 {
    padding-top: 10px;
    font-weight: bold;
    font-size: 34px;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

p.intro {
    margin-top: 15px;
    margin-bottom: 30px;
}

.gray-rule {
    width: 100%;
    border-top: 1px solid #D9D8D7;
    height: 1px;
    margin: 20px 0;
    clear: both;
}

.in-their-words {
    position: relative;
}

p.subhed {
    margin-top: -10px;
    margin-bottom: 20px;
}

.personal-stories {
    width: 49%;
    max-width: 500px;
    padding-right: 20px;
}

.ocean-breeze-map-container {
    position: absolute;
    right: 0;
    top: 20px;
    width: 50%;
    height: 365px;
}

.map-attach {
    position: absolute;
    left: 0;
}

.map-fixed {
    position: fixed;
    left: 50%;
}

.map-marker {
    position: absolute;
    width: 33px;
    height: 46px;
    background-image: url('http://i.cdn.turner.com/cnn/interactive/2013/10/us/sandy-ocean-breeze/media/marker.png');
    background-repeat: no-repeat;
}
.map-marker>p {
    position: absolute;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    font-family: Arial, sans-serif;
    top: 6px;
    left: 12px;
}

#marker1 {
    top: 123px;
    left: 78px;
}
#marker2 {
    top: 194px;
    left: -7px;
}
#marker3 {
    top: -20px;
    left: 174px;
}
#marker4 {
    top: -29px;
    left: 144px;
}
#marker5 {
    top: 306px;
    left: 66px;
}
#marker6 {
    top: 81px;
    left: 230px;
}

.ocean-breeze-map > img {
    width: 100%;
    height: auto;
}


.personal-story {
    clear: both;
    margin-bottom: 20px;
    overflow: auto;
}


.marker-label {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 33px;
    height: 46px;
    background-image: url('http://i.cdn.turner.com/cnn/interactive/2013/10/us/sandy-ocean-breeze/media/marker.png');
    background-repeat: no-repeat;
}
.marker-label>p {
    position: absolute;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    font-family: Arial, sans-serif;
    top: 6px;
    left: 12px;
}

.title {
    padding-left: 43px;
}

.personal-story h3 {
    margin-bottom: 0;
}

.personal-story h4 {
    display: block;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 20px;
}

.profile-photo {
    float: left;
    margin-right: 20px;
    width: 140px;
    height: 200px;
}

.personal-story>p {
    padding-left: 160px;
}


p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
}

.byline span {
    font-weight: bold;
}

span.dateline {
    font-weight: bold;
}

.reporters-notebook {
    position: relative;
}

.reporters-notebook>p {
    width: 540px;
}

.reporters-notebook>h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.reporters-notebook > .graphic {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #f2f1f0;
}

div.credits > p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: #A6A5A4;
}



@media screen and (max-width: 960px) {
    .map-marker { display: none; }
    .marker-label { display: none; }
    .title { padding-left: 0;}
    .ocean-breeze-map-container { display: none; }

    .personal-stories {
        width: 95%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    
    
}

@media screen and (max-width: 728px) {
    .reporters-notebook > p {
        width: 100%;
    }
    
    .reporters-notebook > img.graphic {
        float: none;
        margin: 0 auto 20px auto;
    }
    
    .right-ad {
        float: none;
        margin: 0 auto 20px auto;
    }
}

@media screen and (max-width: 640px) {
    h1 { clear: both; }
    .c_share_container {
        float: none;
        margin: 0 auto;
    }
    #ad { display:none; }
}

@media screen and (max-width: 400px) {
    .personal-story > p {
        padding-left: 0;
    }
    img.graphic {
        max-width: 95%;
    }
    #ad { display:none; }
}