/* BREAK-BOX SHARED */
 #photo-container, #breakout-gold, #breakout-blue, #gallery {
     margin:0 0 12px 0;
}
 #breakout-gold, #breakout-blue, #gallery {
     border: 1px solid #cfcfcf;
}
 #photo-container:last-child, #breakout-gold:last-child, #breakout-blue:last-child, #gallery:last-child {
     margin-bottom: 0;
}
 @media only screen and (max-width: 500px) {
     #breakout-gold, #breakout-blue, #gallery {
         margin:0;
    }
     #photo-container {
         text-align: center;
    }
     .wnmc #photo-container {
         display: none;
    }
}
 #breakout-gold > div, #breakout-blue > div {
     padding:0 10px;
}
 #breakout-gold > div > img, #breakout-blue > div > img {
     margin-top:5px;
}
 #gallery {
     padding:10px 10px 8px;
}
 #breakout-gold a img, #breakout-blue a img {
     border-bottom: none;
}
 #breakout-gold ul, #breakout-gold ol, #breakout-blue ul, #breakout-blue ol {
     margin: 0 0 6px 20px;
     padding: 0;
}
 #breakout-blue div.events-list {
     padding-top: 0;
}
 #breakout-blue div.events-list ul {
     margin-bottom: 0;
}
 #breakout-gold li, #breakout-blue li {
     padding:1px 0;
     margin:0;
     line-height:18px;
}
 #breakout-gold h2, #breakout-blue h2, #breakout-gold h3, #breakout-blue h3, #breakout-gold h4, #breakout-blue h4, #breakout-gold h5, #breakout-blue h5, #breakout-gold h6, #breakout-blue h6 {
	 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	 font-weight: bold;
	 color: #008265;
}
.maritime #breakout-gold h2, .maritime #breakout-blue h2, .maritime #breakout-gold h3, .maritime #breakout-blue h3, .maritime #breakout-gold h4, .maritime #breakout-blue h4, .maritime #breakout-gold h5, .maritime #breakout-blue h5, .maritime #breakout-gold h6, .maritime #breakout-blue h6 {
	 color: #003672;
}
 #breakout-gold h3, #breakout-blue h3, #breakout-gold h3 a, #breakout-blue h3 a {
	 font-size: 12px;
}
 #breakout-gold h4, #breakout-blue h4, #breakout-gold h4 a, #breakout-blue h4 a {
	 font-size: 15px;
}
 #breakout-gold > div > h3:first-child, #breakout-gold > div > h4:first-child, #breakout-gold > div > p:first-child, #breakout-blue > div > h3:first-child, #breakout-blue > div > h4:first-child, #breakout-blue > div > p:first-child {
	 margin-top: 8px;
}
 #breakout-blue .video-wrapper, #breakout-blue .video-wrapper-standard, #breakout-gold .video-wrapper, #breakout-gold .video-wrapper-standard {
     margin-bottom: 0;
}
 .video-wrapper+.video-wrapper {
     margin-top: 10px;
}
 #breakout-blue p.youtube-description, #breakout-gold p.youtube-description {
     font-size: 13px;
     font-weight: bold;
     line-height: 13px;
     padding: 5px 10px;
}
/* END BREAK-BOX SHARED */
/* SCROLLABLE BREAK-OUT BOX */
 div.breakout-box-scrolling {
     max-height:655px;
     width:100%;
     box-sizing:border-box;
     overflow-y:auto;
     overflow-x:hidden;
     -webkit-overflow-scrolling:auto;
}
 div.breakout-box-scrolling::-webkit-scrollbar {
     width:10px;
}
 div.breakout-box-scrolling::-webkit-scrollbar-track {
     background-color:white;
}
 div.breakout-box-scrolling::-webkit-scrollbar-thumb {
     background-color:#cfcfcf;
}
/* END SCROLLABLE BREAK-OUT BOX */
/* BLUE BOX */
 #breakout-blue {
     background-color:#fafafa;
     margin-bottom:20px;
}
 #breakout-blue ul ul {
     margin-bottom:0;
}
 .fb-share-button > span {
    padding-bottom: 3px;
}
/* END BLUE BOX */
/* GALLERY */
 #gallery {
     background-color: #f5f5f5;
     text-align: center;
}
 #galleryImage {
     margin:0 auto 5px auto;
}
 #gallery-scroll-window {
    position: relative;
    width: 100%;
    height: 75px;
    overflow-x: auto;
    margin: auto;
    overflow-y: hidden;
 }
 #gallery-scroll {
     position:absolute;
     left:0;
     top:0;
     width:5000px;
}
 #gallery-scroll img {
     float:left;
     padding:5px;
     display:block;
}
 #gallery-image-caption {
     padding-bottom:10px;
     text-align:center;
}
 #gallery-instructions {
     font-style:italic;
     text-align:center;
     margin-top:8px;
     margin-bottom:8px;
}
 #gallery-title {
     text-align:center;
     margin-top:8px;
     font-size: 14px;
     font-weight: bold;
     padding: 0;
}
 #gallery-scroll-js {
     background-color: #fff;
     width:192px;
     height:9px;
     position:relative;
     margin:auto;
}
 #gallery-scroll-left {
     position:absolute;
     left:0;
     top:0;
     width:9px;
     height:9px;
     display:block;
}
 #gallery-scroll-left:before {
     content: url(../../../images/img-scrollbar-black-left.png);
     width: 9px;
     height: 9px;
     display: block;
}
 #gallery-scroll-right:before {
     content: url(../../../images/img-scrollbar-black-right.png);
     width: 9px;
     height: 9px;
     display: block;
}
 #gallery-scroll-right {
     position:absolute;
     right:0;
     top:0;
     width:9px;
     height:9px;
     display:block;
}
 #gallery-scroll-scrub {
     position:absolute;
     left:8px;
     top:1px;
     width:38px;
     height:7px;
     display:block;
     background-color:#231f20;
}
 #gallery-scroll-left img, #gallery-scroll-right img, #gallery-scroll-scrub img {
     display:none;
}
 @media only screen and (max-width: 926px) {
     #gallery-scroll-window, #gallery-scroll-js, #gallery-instructions {
         display: none !important;
    }
}
/* END GALLERY */
