.modal .close {
    color: #333333;
}

.popover {
    color: #333333;
}

.lib-img-show {
    padding-bottom: 20px;
}

.lib-panel {
    margin-bottom: 20px;
}

.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
}

.lib-panel .lib-row {
    padding: 0 20px 0 10px;
}

.lib-panel .lib-row.lib-header {
    font-size: 20px;
    padding: 10px 20px 0 10px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}

.lib-panel .lib-row.lib-desc a {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.no-padding {
    padding: 0;
}

#sdfg-main-container {
    position: fixed;
    top: 57px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#sdfg-main-canvas {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    #sdfg-main-container {
        top: 57px;
    }
}

input,
select,
textarea {
    color: #222222;
}

.sg-carousel-caption {
    bottom: 2px;
    color: #ffffff;
    font-size: 1.4rem;
    left: 1%;
    margin: auto;
    position: absolute;
    right: 4%;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
    z-index: 10;
}


/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.sg-home-map-panel {
    height: 350px;
    position: relative;
    cursor: default;
    border-top: 10px #f15b40 solid;
}

.sg-home-map-panel:hover {
    cursor: pointer;
}

.sg-homepage-map {
    background: url(/img/homepage-map.png);
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.sg-homepage-map-btn {
    padding-top: 90px;
}

.sg-homepage-map-btn h1 {
    color: #ffffff;
    text-decoration: none;
}

.sg-homepage-map-btn a:hover {
    text-decoration: none;
}

.flex-container {
    padding: 0;
    margin: 10 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-box-flex-flow: row wrap;
    -webkit-box-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-box-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    / Safari 6.1+ */
}

.flex-item {
    padding: 5px;
    margin-top: 3px;
    color: white;
    font-weight: bold;
    text-align: center;
    justify-content: center;
}

.flex-grow {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex-grow: 1;
    -webkit-box-flex-grow: 1;
    -ms-flex-grow: 1;
}

.flex-grow2 {
    flex-grow: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex-grow: 2;
    -webkit-box-flex-grow: 2;
    -ms-flex-grow: 2;
}

.flex-item-left {
    padding: 5px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    text-align: left;
}

.flex-container-simple {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    / Safari 6.1+ */
}

.flex-container-beach-sort {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    / Safari 6.1+ */
}

.flex-item-simple {
    padding-left: 5px;
    padding-right: 5px;
}

.flex-container-simple-left {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    / Safari 6.1+ */
}

.flex-item-simple {
    padding-left: 5px;
    padding-right: 5px;
}

.flex-item-quality {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sg-pagespecificmenu {
    font-family: "Montserrat", sans-serif;
    -webkit-padding-start: 0px !important;
    position: relative;
    top: -20px;
    text-align: -webkit-center;
}

.sg-pagespecificmenu ul {
    list-style-type: none;
    -webkit-padding-start: 0px !important;
    text-align: center;
    text-transform: uppercase;
    display: table-row-group;
    background-color: #f1f1f1;
}

.sg-pagespecificmenu li {
    font-family: "Montserrat", sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    display: inline-block;
    padding: 0px 15px;
}

.sg-pagespecificmenu li a {
    color: #f15b40;
}

.sg-anchor {
    display: block;
    height: 85px;
    /*same height as header*/
    margin-top: -85px;
    /*same height as header*/
    visibility: hidden;
}

.sg-bookmark-pos {
    position: absolute;
    right: 50px;
    top: -3%;
    z-index: 1
}

.sg-bookmark-icon-active {
    color: #fbf2b5;
}

.sg-bookmark-icon-marked {
    color: #a89305;
}

.sg-bookmark-icon-unmarked {
    color: #f0d207;
}

.sg-nav-search {
    position: absolute;
    left: 16px;
    top: 10px;
    margin: 0;
    height: 100px;
}

.sg-nav-search i {
    color: #f15b40;
    font-size: 2em;
}

.sg-nav-search i:hover {
    cursor: pointer;
}

.hide-search {
    transform: translate3d(0, -100px, 0);
    transition: all 0.2s;
    opacity: 0;
}

.show-search {
    transform: translate3d(0, 0px, 0);
    transition: all 0.2s;
    opacity: 1;
}

.viewmore_togglable.collapsed i {
    transform: rotate(180deg);
}

.viewmore_togglableMobile.collapsed i {
    transform: rotate(180deg);
}

.legend-text {
    font-size: 1.1em;
}

.legend-desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.1em;
}

.legend-subtitle {
    font-weight: 700;
    color: #004b88;
    font-size: 2em;
}

.legend-title {
    font-weight: 400;
    color: #f15b40;
    font-size: 2.5em;
    font-family: "Montserrat", sans-serif;
    text-shadow: 1px 1px 1px #f2f2f2;
}

.legend-hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #f15b40;
    margin: 1em 0;
    padding: 0;
}

.sg-about-smalltext {
    font-weight: 400;
    color: #333;
    font-size: 0.8em;
    font-family: "Montserrat", serif;
    font-style: italic;
}

.sg-twenty-pixel-top {
	margin-top: 20px;
}

.sg-twentyfive-pixel-bottom {
	margin-bottom: 25px;
}

.sg-ten-pixel-bottom {
	margin-bottom: 10px;
}

.sg-fifteen-pixel-bottom {
	margin-bottom: 15px;
}

.sg-seven-pixel-bottom {
	margin-bottom: 7px;
}

.sg-hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #f15b40;
    margin: 1;
    padding: 0;
}

.sg-hr-gray {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1;
    padding: 0;
}

.icon-sg-logo {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.icon-sg-swimmer {
    color: #ffffff;
}

.sg-icon-lg {
    font-size: 4.2em;
}

.sg-icon-lg-triangle {
    font-size: 3.5em;
}

.sg-icon-xs-triangle {
    font-size: 1.8em;
}

.sg-green {
    color: #099451;
}

.sg-red {
    color: #f74227;
}

.sg-gray {
    color: #999999;
}

.sg-darkgray {
    color: #666;
}

.sg-yellow {
    color: #f0d207;
}

.sg-black {
    color: #000000;
}

.sg-fade {
    opacity: 0.6;
}

.sg-icon-xl {
    font-size: 10em;
}

.sg-icon-lg {
    font-size: 8em;
}

.sg-icon-md {
    font-size: 6em;
}

.sg-icon-sm {
    font-size: 4em;
}

.sg-icon-xs {
    font-size: 2em;
}

.sg-beach-location {
    color: #666;
}

a.sg-beach-slug-name {
    color: #94A5AF;
}

a.sg-beach-slug-name:hover {
    color: #004b88;
}

.sg-post-blurb {
    color: #444;
    font-family: Roboto, sans-serif;
}

.sg-beach-bookmark {
    font-size: 31px;
    position: absolute;
    top: 7%;
    color: #f0d207;
}

.sg-weather-icon {
    font-size: 40px;
    color: #f15b40;
}

.sg-beach-title {
    font-size: 42px;
    color: #004b88;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.sg-beach-subtitle {
    font-size: 18px;
	font-weight: 700;    
    color: #004b88;
    font-family: "Montserrat", sans-serif;
    margin-top: 10px;
}

.sg-beach-affiliate {
    font-size: 14px;
	font-weight: 400;    
    color: #004b88;
    font-family: "Montserrat", sans-serif;
    margin-top: 5px;
}

.sg-beach-divider {
	border-top: 1px solid #dddddd;
	margin-top: 15px;
	margin-bottom: 15px;
}

.sg-beach-section-columns {
	padding: 0px; 
	margin-bottom: 10px;
}

.sg-beach-section-columns.extra {
	margin-top: 15px;	
}

.sg-beach-section-columns-base-padding {
	padding: 0px;
}

.sg-beach-section-columns.extra.remove {
	margin-bottom: 5px;	
}

.sg-beach-section-line {
	width: 100%; 
	height: 12px; 
	border-bottom: 1px solid #748a96; 
	text-align: left
}

.sg-beach-section-title {
    font-family: "Montserrat", sans-serif;
    color: #748a96;
    font-size: 14px;
    background-color: #ffffff; 
    padding-right: 10px;
}

.sg-beach-sidebar-autoscroll {
    height: 110px;
    overflow-y: scroll;
}

.sg-bookmark-hover {
    font-family: "Montserrat", sans-serif;
    font-size: 1.3em;
    padding: 5px;
    margin-bottom: 0px;
}

.sg-bookmark-hover-checkbox {
    transform: scale(2);
    -webkit-transform: scale(2);
}

.sg-carousel-fill {
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.sg-carousel-img-home {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.sg-mag-sub-background {
    background: #FAFAFA;
    padding: 9px 0 13px 0;
    margin-top: 0;
}

.sg-mag-subnav li {
    margin-right: 20px;
}

.sg-mag-subnav a {
    color: #1E436A;
    font-family: "Montserrat", Calibri, Candara, Arial, sans-serif;
    font-weight: 400;
}

.sg-mag-subnav a:hover {
    color: #f15b40;
    text-decoration: none;
}

.sg-lifestyle-purle {
    background: #8f68bf;
}

.sg-enviro-green {
    background: #009e19;
}

.sg-health-red {
    background: #f74227;
}

.sg-Kids-yellow {
    background: #f0d207;
}

.sg-news-blue {
    background: #35c4f3;
}

.sg-subnav-box-lifestyle-active {
    border-bottom: 3px solid #8f68bf;
}

.sg-subnav-box-environmental-active {
    border-bottom: 3px solid #009e19;
}

.sg-subnav-box-health-active {
    border-bottom: 3px solid #f74227;
}

.sg-subnav-box-kids-active {
    border-bottom: 3px solid #f0d207;
}

.sg-subnav-box-news-active {
    border-bottom: 3px solid #35c4f3;
}

.sg-content {
    font-size: 1.2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.7em;
    color: #748a96;
}

.sg-sponsored-text {
    text-transform: uppercase;
    color: #AAA;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8em;
}

.sg-nav-right,
.sg-nav-left {
    line-height: 35px;
}

.sg-nav-mobile {
    overflow: hidden;
    line-height: 35px;
}

.sg-nav-left div a {
    font-size: 1.4em;
    line-height: 35px;
    font-weight: 400;
    color: #004b88;
    margin-left: 10px;
}

.sg-nav-left div a:hover {
    color: #f15b40;
    font-size: 1.4em;
}

.sg-nav-bar {
    font-weight: bold;
    color: #004b88;
}

.sg-search {
    width: 400px;
}

.sg-search-button {
	border: 1px 1px 1px 0px; 
	border-style: solid; 
	border-color: #8799AC;
}

.sg-search-header {
	margin-bottom: 5px; 
	font-family: "Montserrat", sans-serif; 
	font-size: 16px; 
	color: #004b88; 
	font-weight: 400;
}

.sg-nav-btn {
    background-color: #004b88;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    margin-top: 4px;
    margin-right: 10px;
    padding: 10px 10px;
}

.sg-nav-btn:hover {
    background-color: #f15b40;
    color: #fff;
    text-decoration: none;
}

.sg-nav-btn-green {
    background: #f15b40;
}

.sg-nav-btn-green:hover {
    background: #004b88 !important;
}

.sg-nav-btn-red {
    color: #f74227
}

a.sg-info-circle {
    color: #f15b40;
    cursor: pointer;
}

a.sg-info-circle img {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

a.sg-info-circle img:hover {
    opacity: 0.5;
    filter: alpha(opacity=100);
    cursor: pointer;
}

/*
a.sg-info-circle:hover {
    color: #004b88;
    cursor: pointer;
}
*/

a.btn-nav-link {
    color: #f15b40;
    font-size: 1.5em;
}

a.btn-nav-link:hover {
    color: #fff;
}

.btn-nav-lifestyle {
    color: #000;
    border-color: #6e5290;
}

.btn-nav-lifestyle:hover,
.btn-nav-lifestyle:focus,
.btn-nav-lifestyle.focus,
.btn-nav-lifestyle:active,
.btn-nav-lifestyle.active,
.open > .dropdown-toggle.btn-nav-lifestyle {
    color: #ffffff;
    background-color: #7e3f9d;
    border-color: #783c96;
}

.btn-nav-lifestyle:active,
.btn-nav-lifestyle.active,
.open > .dropdown-toggle.btn-nav-lifestyle {
    background-image: none;
}

.btn-nav-lifestyle.disabled,
.btn-nav-lifestyle[disabled],
fieldset[disabled] .btn-nav-lifestyle,
.btn-nav-lifestyle.disabled:hover,
.btn-nav-lifestyle[disabled]:hover,
fieldset[disabled] .btn-nav-lifestyle:hover,
.btn-nav-lifestyle.disabled:focus,
.btn-nav-lifestyle[disabled]:focus,
fieldset[disabled] .btn-nav-lifestyle:focus,
.btn-nav-lifestyle.disabled.focus,
.btn-nav-lifestyle[disabled].focus,
fieldset[disabled] .btn-nav-lifestyle.focus,
.btn-nav-lifestyle.disabled:active,
.btn-nav-lifestyle[disabled]:active,
fieldset[disabled] .btn-nav-lifestyle:active,
.btn-nav-lifestyle.disabled.active,
.btn-nav-lifestyle[disabled].active,
fieldset[disabled] .btn-nav-lifestyle.active {
    background-color: #6e5290;
    border-color: #6e5290;
}

.btn-nav-lifestyle .badge {
    color: #6e5290;
    background-color: #ffffff;
}

.btn-nav-environmental {
    color: #000;
    border-color: #12766c;
}

.btn-nav-environmental:hover,
.btn-nav-environmental:focus,
.btn-nav-environmental.focus,
.btn-nav-environmental:active,
.btn-nav-environmental.active,
.open > .dropdown-toggle.btn-nav-environmental {
    color: #ffffff;
    background-color: #12766c;
    border-color: #12766c;
}

.btn-nav-environmental:active,
.btn-nav-environmental.active,
.open > .dropdown-toggle.btn-nav-environmental {
    background-image: none;
}

.btn-nav-environmental.disabled,
.btn-nav-environmental[disabled],
fieldset[disabled] .btn-nav-environmental,
.btn-nav-environmental.disabled:hover,
.btn-nav-environmental[disabled]:hover,
fieldset[disabled] .btn-nav-environmental:hover,
.btn-nav-environmental.disabled:focus,
.btn-nav-environmental[disabled]:focus,
fieldset[disabled] .btn-nav-environmental:focus,
.btn-nav-environmental.disabled.focus,
.btn-nav-environmental[disabled].focus,
fieldset[disabled] .btn-nav-environmental.focus,
.btn-nav-environmental.disabled:active,
.btn-nav-environmental[disabled]:active,
fieldset[disabled] .btn-nav-environmental:active,
.btn-nav-environmental.disabled.active,
.btn-nav-environmental[disabled].active,
fieldset[disabled] .btn-nav-environmental.active {
    background-color: #6e5290;
    border-color: #6e5290;
}

.btn-nav-environmental .badge {
    color: #6e5290;
    background-color: #ffffff;
}

.btn-nav-health {
    color: #000;
    border-color: #f74227;
}

.btn-nav-health:hover,
.btn-nav-health:focus,
.btn-nav-health.focus,
.btn-nav-health:active,
.btn-nav-health.active,
.open > .dropdown-toggle.btn-nav-health {
    color: #ffffff;
    background-color: #f74227;
    border-color: #f74227;
}

.btn-nav-health:active,
.btn-nav-health.active,
.open > .dropdown-toggle.btn-nav-health {
    background-image: none;
}

.btn-nav-health.disabled,
.btn-nav-health[disabled],
fieldset[disabled] .btn-nav-health,
.btn-nav-health.disabled:hover,
.btn-nav-health[disabled]:hover,
fieldset[disabled] .btn-nav-health:hover,
.btn-nav-health.disabled:focus,
.btn-nav-health[disabled]:focus,
fieldset[disabled] .btn-nav-health:focus,
.btn-nav-health.disabled.focus,
.btn-nav-health[disabled].focus,
fieldset[disabled] .btn-nav-health.focus,
.btn-nav-health.disabled:active,
.btn-nav-health[disabled]:active,
fieldset[disabled] .btn-nav-health:active,
.btn-nav-health.disabled.active,
.btn-nav-health[disabled].active,
fieldset[disabled] .btn-nav-health.active {
    background-color: #f74227;
    border-color: #f74227;
}

.btn-nav-health .badge {
    color: #6e5290;
    background-color: #ffffff;
}

.btn-nav-kids {
    color: #000;
    border-color: #f0d207;
}

.btn-nav-kids:hover,
.btn-nav-kids:focus,
.btn-nav-kids.focus,
.btn-nav-kids:active,
.btn-nav-kids.active,
.open > .dropdown-toggle.btn-nav-kids {
    color: #ffffff;
    background-color: #f0d207;
    border-color: #f0d207;
}

.btn-nav-kids:active,
.btn-nav-kids.active,
.open > .dropdown-toggle.btn-nav-kids {
    background-image: none;
}

.btn-nav-kids.disabled,
.btn-nav-kids[disabled],
fieldset[disabled] .btn-nav-kids,
.btn-nav-kids.disabled:hover,
.btn-nav-kids[disabled]:hover,
fieldset[disabled] .btn-nav-kids:hover,
.btn-nav-kids.disabled:focus,
.btn-nav-kids[disabled]:focus,
fieldset[disabled] .btn-nav-kids:focus,
.btn-nav-kids.disabled.focus,
.btn-nav-kids[disabled].focus,
fieldset[disabled] .btn-nav-kids.focus,
.btn-nav-kids.disabled:active,
.btn-nav-kids[disabled]:active,
fieldset[disabled] .btn-nav-kids:active,
.btn-nav-kids.disabled.active,
.btn-nav-kids[disabled].active,
fieldset[disabled] .btn-nav-kids.active {
    background-color: #f0d207;
    border-color: #f0d207;
}

.btn-nav-kids .badge {
    color: #6e5290;
    background-color: #ffffff;
}

.btn-nav-news {
    color: #000;
    border-color: #33a0d8;
}

.btn-nav-news:hover,
.btn-nav-news:focus,
.btn-nav-news.focus,
.btn-nav-news:active,
.btn-nav-news.active,
.open > .dropdown-toggle.btn-nav-news {
    color: #ffffff;
    background-color: #33a0d8;
    border-color: #33a0d8;
}

.btn-nav-news:active,
.btn-nav-news.active,
.open > .dropdown-toggle.btn-nav-news {
    background-image: none;
}

.btn-nav-news.disabled,
.btn-nav-news[disabled],
fieldset[disabled] .btn-nav-news,
.btn-nav-news.disabled:hover,
.btn-nav-news[disabled]:hover,
fieldset[disabled] .btn-nav-news:hover,
.btn-nav-news.disabled:focus,
.btn-nav-news[disabled]:focus,
fieldset[disabled] .btn-nav-news:focus,
.btn-nav-news.disabled.focus,
.btn-nav-news[disabled].focus,
fieldset[disabled] .btn-nav-news.focus,
.btn-nav-news.disabled:active,
.btn-nav-news[disabled]:active,
fieldset[disabled] .btn-nav-news:active,
.btn-nav-news.disabled.active,
.btn-nav-news[disabled].active,
fieldset[disabled] .btn-nav-news.active {
    background-color: #33a0d8;
    border-color: #33a0d8;
}

.btn-nav-news .badge {
    color: #ffffff;
    background-color: #33a0d8;
}

::-webkit-input-placeholder {
    color: #222;
    font-family: Roboto, sans-serif;
}

::-moz-placeholder {
    color: #222;
    font-family: Roboto, sans-serif;
}


/* firefox 19+ */

:-ms-input-placeholder {
    color: #222;
    font-family: Roboto, sans-serif;
}


/* ie */

input:-moz-placeholder {
    color: #222;
    font-family: Roboto, sans-serif;
}

@media screen and (max-width: 799px) {
    #beachFull {
        display: none
    }
}

@media (min-width: 800px) {
    .variable-top-padding {
        padding-top: 0px;
    }
}

@media (max-width: 992px) {
    .variable-top-padding {
        margin-top: -80px;
    }
}

.sg-section-heading {
    color: #f15b40;
    font-size: 3.2em;
    font-weight: 400;
    text-shadow: 1px 1px 1px #777;
}

.img-featured-thumb {
    width: 100%;
    min-width: 150px;
    min-height: 200px;
    background-size: 100%;
    background-size: cover;
    background-position: center center;
    vertical-align: top;
}

.img-discover-thumb {
    width: 100%;
    min-width: 150px;
    min-height: 286px;
    background-size: 100%;
    background-size: cover;
    background-position: center center;
    vertical-align: top;
}

.sg-img-popular-thumb {
    width: 100%;
    min-width: 150px;
    min-height: 170px;
    background-size: 100%;
    background-size: cover;
    background-position: center center;
    vertical-align: top;
}

.sg-article-card {
    border-bottom: solid 1px #FDFDFD;
    min-height: 200px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sg-article-card:last-child {
    border-bottom: none;
}

.sg-beach-thumb-list .beachName {
    font-size: 22px;
    font-weight: normal;
}

.sg-beach-thumb-list .beachName:hover {
    font-size: 22px;
}

.sg-beach-thumb-icon {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    margin: 0;
    padding: 3px 0 0px 4px;
    position: absolute;
    right: 8px;
    top: 10px;
    text-transform: uppercase;
}

.sg-beach-thumb-icon span {
    font-size: 9px;
    font-weight: bold;
    padding-right: 3px;
    line-height: 2.3rem;
}

.sg-beach-thumb-icon:after {
    border-bottom: 10px solid transparent;
    border-left: 7px solid rgb(150, 150, 150);
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -3px;
    width: 10px;
}

.sg-beach-thumb-icon li,
.sg-beach-thumb-icon .flex-item {
    padding: 1px;
    margin: 0;
    line-height: 1em;
    font-weight: normal;
}

.sg-beach-thumb-icon li {
    line-height: .7em;
}

.sg-beach-carousel .carousel-caption {
    bottom: 10px;
    font-size: 1.4rem;
    left: 1%;
    padding-bottom: 5px;
    right: 5%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}

.sg-beach-carousel .carousel-indicators {
    display: none;
}

.sg-quaility-panel {
	padding: 0px;
}

.sg-quality-panel-column-padding-left {
	padding: 5px;
}

.sg-quality-panel-column-padding-right {
	padding: 10px;
}

.sg-quality-panel-icon {
	font-size: 86px;
}

.sg-quality-panel-icon.medium {
	font-size: 72px;
}

.sg-quality-panel-icon.small {
    font-size: 63px;
}

.sg-quality-panel-icon.xsmall {
    font-size: 40px;
}

.sg-quality-status-text {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 400;	
}

@media (max-width: 768px) {
    .sg-quality-status-text.small {
    font-size: 18px;
    }

    .sg-quality-panel-icon.medium {
    font-size: 55px;
    }
}


.sg-quality-status-explanation-text {
	color: #999;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.sg-quality-status-explanation-timestamp {
	color: #004b88;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 300;	
	line-height: 16px;
}

.sg-quality-status-legend-explanation {
	color: #004b88;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;	
}

.sg-quaility-panel ul {
    list-style: none;
    margin-left: -30px;    
}

.sg-quality-text-side-bar {
    margin-left: -70px;
}

.sg-weather-icon {
    font-size: 4rem;
    padding-bottom: 20px;
}

.sg-weather-panel .flex-item {
    margin-top: 0;
}

.sg-weather-panel ul {
    list-style: none;
}

.sg-weather-temperature {
	color: #004b88;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 38px;
	line-height: 40px;
}

.sg-weather-description {
	color: #004b88;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	line-height: 40px;
}

.sg-weather-left {
    position: relative;
    top: 15px;
}

.sg-weather-right {
    font-size: 1.9rem;
    font-weight: 700;
    color: #004b88;
}

.sg-beach-weather-logo-row {
	padding: 0px; 
	margin: 0px;
}

.sg-twn-logo {
    width: 70px;
    height: 18px;
    margin: 0px;

}

.sg-beach-sidebar br {
    display: none;
}

.sg-beach-sidebar p {
    font-weight: normal;
}

.sdfg-beach-chart-container form br {
    display: inherit;
}

.sg-break-ok br {
    display: inherit !important;
}

.sg-pollution {
    font-family: "Montserrat", serif;
    line-height: 1.0em;
}

.sg-pollution-hover li {
    font-family: "Montserrat", serif;
    line-height: 1.0em;
}

.sg-pollution-hover:hover ul li {
    color: #f15b40 !important;
}

.sg-pollution-hover:hover ul li span {
    color: #f15b40 !important;
}

.sg-beach-close-sort {
    list-style: none;
    margin-right: 32px;
}

.sg-beach-close-sort li {
    display: inline-block;
    margin-right: 17px;
}

.sg-beach-page-sort {
    margin-bottom: -13px;
}

.sg-quality-status {
    margin-top: -8px;
}

.sg-subnav-box-lifestyle a,
.sg-subnav-box-lifestyle-active a {
    background: url(/img/lifestyle-icon.png) no-repeat transparent;
    background-size: 24px;
    background-position: 0 -24px;
    padding: 0px 0 0 30px;
}

.sg-subnav-box-lifestyle a:hover,
.sg-subnav-box-lifestyle-active a:hover {
    background-position: 0 0px;
    background-size: 24px;
}

.sg-subnav-box-environmental a,
.sg-subnav-box-environmental-active a {
    background: url(/img/enviro-icon.png) no-repeat;
    background-size: 24px;
    background-position: 0 -24px;
    padding: 0px 0 0 30px;
}

.sg-subnav-box-environmental a:hover,
.sg-subnav-box-environmental-active a:hover {
    background-position: 0 0px;
    background-size: 24px;
}

.sg-subnav-box-health a,
.sg-subnav-box-health-active a {
    background: url(/img/health-icon.png) no-repeat;
    background-size: 24px;
    background-position: 0 -24px;
    padding: 0px 0 0 30px;
}

.sg-subnav-box-health a:hover,
.sg-subnav-box-health-active a:hover {
    background-position: 0 0px;
    background-size: 24px;
}

.sg-subnav-box-kids a,
.sg-subnav-box-kids-active a {
    background: url(/img/beach-icon.png) no-repeat;
    background-size: 24px;
    background-position: 0 -24px;
    padding: 0px 0 0 30px;
}

.sg-subnav-box-kids a:hover,
.sg-subnav-box-kids-active a:hover {
    background-position: 0 0px;
    background-size: 24px;
}

.sg-subnav-box-news a,
.sg-subnav-box-news-active a {
    background: url(/img/news-icon.png) no-repeat;
    background-size: 23px;
    background-position: 0 -24px;
    padding: 0px 0 1px 30px;
}

.sg-subnav-box-news a:hover,
.sg-subnav-box-news-active a:hover {
    background-position: 0 0px;
    background-size: 23px;
}

.sg-article-carousel {
    margin-top: -10px;
    width: 100%;
}

.sg-magazine-header {
    height: 500px;
    background-size: cover;
    margin-top: -10px;
}

.sg-sponsoredcontent-card {
    margin-top: -25px;
    margin-bottom: 30px;
    color: #ffffff;
}

.sg-sponsoredcontent-card h2,
.sg-sponsoredcontent-card h3 {
    color: #ffffff;
}

.sg-magazine-carousel {
    margin-top: -10px;
}

.sg-magazine-carousel-caption {
    bottom: 12px;
    background: rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}

.sg-magazine-carousel-caption h1 {
    margin-top: 8px;
    margin-bottom: 12px;
}

p.sg-text-filler {
    margin-top: 5px;
}

.sg-magazine-carousel-img {
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    -webkit-filter: brightness(0.9);
    object-fit: cover;
    object-position: center;
}

.sg-magazine-category-icon {
    margin-bottom: -14px;
}

.sg-magazine-category-icon ul {
    font-size: .5em;
    margin-top: 4px;
    margin-left: 8px;
}

.sg-magazine-category-icon li {
    color: #ffffff;
}

.sg-magazine-category-icon img {
    height: 25px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.pagination {
    text-align: center;
    width: 100%;
}

.nav-links a {
    font-size: 2rem;
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    text-align: center;
}

.page-numbers.current {
    font-size: 2rem;
    color: grey;
}

.wp-caption p.wp-caption-text {
    bottom: 2px;
    color: #ffffff;
    font-size: 1.4rem;
    left: 1%;
    margin: auto;
    position: absolute;
    right: 4%;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
    z-index: 10;
}

.sg-magazine-carousel-caption {
    background: rgba(0, 0, 0, .2);
}

ul.share-buttons {
    list-style: none;
    padding: 0;
    margin-right: 30px;
}

ul.share-buttons li {
    display: inline;
}

figcaption {
    position: inherit;
}

form br {
    display: none;
}

.sg-photo-caption {
    font-size: 1.5rem;
    position: absolute;
    bottom: -35px;
    right: 100%;
    min-width: 100%;
}

.sg-fund-background-img {
    background: url(/img/fundHeader.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sg-white {
    color: #ffffff;
}

.sg-form-block {
    background: rgba(0, 0, 0, .4);
    padding: 2px 20px 0px 19px;
}

.no-border {
    border: none !important;
}

.sg-donate-list {
    margin-left: 0px;
    padding-top: 3px;
}

.sg-donate-form-line {
    border-bottom: solid 1px #ffffff;
}

.sg-donate-form {
    padding: 0px 15px;
}

.sg-donate-form button {
    margin-top: 0px;
    margin-bottom: 13px;
}

.sg-donate-list li input {
    margin-right: 10px;
}

.sg-404-img {
    background: url('/img/404img.jpg');
    background-size: cover;
    min-height: 600px;
    background-repeat: no-repeat;
}

.sg-navbar-container {
	height: 57px; 
	background-color: #004b88;
}

.navmenu-default {
	background-color: #163350;	
}

.sg-navbar-sub-container {
	height: 57px;
}

#sg-navbar-waterquality-link img {
	width: 20px; 
	height: 20px; 
	margin-top: -2px;
}

#sg-navbar-waterquality-link-mobile img {
	width: 20px; 
	height: 20px; 
	margin-top: -2px;
}

.sg-navbar-flag {
	width: 25px;
	height: 17px;
}

#sg-navbar-fund-button {
	width: 67px; 
	height: 64px; 
	margin-top: -11px;
}

#sg-navbar-fund-button-fr {
	width: 67px; 
	height: 64px; 
	margin-top: -11px;
}

.sg-navbar-gettheapp {
	width: 94px; 
	height: 24px;
}

.sg-navbar-mobile-items {
	padding-left: 10px; 
	padding-right: 10px;
}

.sg-navbar-mobile-item {
	
	width: 100%; 
	padding-left: 40px; 
	background-color: #132a42; 
	opacity: 1.0;
}

.sg-navbar-mobile-item.secondary {
	margin-top: 5px;
}

.sg-navbar-mobile-item.bottom {
	margin-top: 7px;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 0px;
	background-color: transparent; 
}

.sg-navbar-mobile-item.fund-us {
	margin-top: 5px;
	padding-top: 7px;
}

.sg-navbar-mobile-item.fund-us a {
	color: #FF9435;
	font-size: 30px;
}

.sg-navbar-mobile-item a {
	font-size: 20px; 	
}

.navbar-fixed-top {
	height: 57px;
}

.navbar-collapse { 
	background-color: transparent;
}

@media screen and (max-width: 767px) {
    .navbar-collapse { 
		background-color: rgba(30, 68, 107, 0.9);		
	}
}

.navbar-toggle {
	margin-top: 13px;
	background-color: #163350;	
}

.navbar-toggle.collapsed {
	background-color: #004b88;
}

.navbar-toggle > .icon-bar {
	background-color: white;
}

.navbar-toggle > .icon-bar + .icon-bar {
	background-color: white;
}

.navbar-brand {
	font-size: 37px;
}

.navbar-header .navbar-icon {
    line-height:57px;
    height:57px;
}

.navbar-header a.navbar-icon {
    padding:1px 20px;
  	float:right;
}

.navbar-header a.navbar-extra-padding {
	padding-right: 27px;		
}

.navbar-nav li {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;	
	padding-top: 3px;
}

.navbar-header a {
	color: #ffffff;
	text-decoration: none;
}

.navbar-nav li a {
	color: #ffffff;
	text-decoration: none;
}

.navbar-nav li a:hover {
	text-decoration: underline;
}

.navbar-nav li.active {
	text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #004b88;	
}

.dropdown-menu {
	background-color: #004b88;
	opacity: 0.9;
	top: 57px;
}

.sg-blockquote-source {
    font-weight: bold;
}

.active {
    text-decoration: underline;
}

.sg-last-card {
    border: none;
}

.sg_parent_gallery_block {
    overflow: scroll;
    width: 99.5%;
    height: 210px;
}

.sg_parent_gallery_block::-webkit-scrollbar {
    display: none;
}

.sg_gallery_block {
    width: 100000px;
}

.ngg-gallery-thumbnail-box {
    float: left;
    display: inline;
}

.ngg-galleryoverview {
    margin-top: -10px !important;
}

.ngg-gallery-thumbnail img {
    border: none !important;
    max-width: 100px !important;
    max-height: 100px !important;
}

.sdfg-report-pollution-image-container {
	display: inline-block; 
	border: 1px solid #888; 
	padding: 5px; 
	width: 112px; 
	height: 150px; 
	margin-right: 10px; 
	margin-bottom: 10px;
}

.sdfg-report-pollution-image-container-photo {
	background-size: cover; 
	width: 100px; 
	height: 100px;
}

.sdfg-report-pollution-image-container-button {
	margin-top: 5px;
}

#sdfg-report-pollution-map {
    height: 300px;
}

.sdfg-report-pollution-summary {
    display: none;
    font-size: 12px;
}

#sdfg-report-pollution-summary-header {
    font-weight: bold;
}

#sdfg-report-pollution-summary-header-additional {
    font-weight: bold;
    margin-left: 20px;
}

#sdfg-report-pollution-describe-concern {
    width: 100%;
    height: 150px;
    margin: 0px;
    padding: 15px;
    border: 1px solid #888;
    resize: none;
    background-color: #fafafa;
    font-size: 16px;
    outline: none;
}

.sg-report-form {
    margin-left: -18px;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.sg-affiliates {
    background-image: url("/img/affiliates-bkgd.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sg-affiliates img {
    max-width: 121px;
    vertical-align: middle;
}

.sg-affiliates h2 {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.76);
}

.sg-home-msg {
    vertical-align: middle;
}

.sg-home-msg h1 {
    font-size: 65px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.sg-home-msg h3 {
    font-size: 45px;   
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.sg-logo-outer {
    right: 50%;
    position: relative;
}

.sg-logo-inner {
    right: -50%;
    position: relative;
}

.sg-beach-thumb-icon .sg-yellow {
    text-shadow: none;
}

blockquote {
    border-left: 1px solid #f15b40;
    font-size: 1.2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.7em;
}

@media screen and (max-width: 1200px) {
    .sg-quality-text-side-bar {
        margin-left: -10px;
    }
}

@media screen and (max-width: 992px) {
    .sg-quaility-panel ul {
        list-style: none;
        margin-left: -90px;
    }
}

@media screen and (min-width: 767px) {
    .sm-pull-right {
        float: right !important;
    }
}


/*============== Bootstrap break points ==========*/


/* md */

@media screen and (max-width: 768px) {
    .sg-beach-thumb-list {
        margin-bottom: 30px;
    }
    .sg-donate-list {
        padding-bottom: 20px;
    }
    .sg-form-block {
        margin-bottom: 20px;
    }
    .sg-affiliates h2 {
        text-align: center;
    }
    a.sg-navbar-link-main-mobile {
        font-family: Roboto, sans-serif;
        color: #004b88;
        font-size: 1.7em;
        text-decoration: none;
        background: #f15b40;
        margin: 0 auto 10px auto;
        color: #ffffff !important;
        text-align: center;
        width: 90%;
    }
    .sg-home-msg {
        top: 180px;
    }

    .sg-home-msg h1 {
        font-size: 55px;
    }

    .sg-home-msg h3 {
       font-size: 35px;   
    }
}


/* sm */

@media screen and (max-width: 767px) {
    .sg-affiliates h2 {
        text-align: center;
    }
    .sg-home-msg {
        top: 140px;
        width: 100%;
    }

    .sg-home-msg h1 {
        margin-bottom: -10px;
    }

    .sg-donate-list {
        padding-bottom: 0;
    }
    .sg-404-img {
        min-height: 260px;
        background-position: center;
    }
    .sg-404-img h1 {
        padding-top: 50px;
    }
    .sg-donate-form-line {
        display: none;
    }
    .sg-donate-form h4 {
        text-align: center;
    }
    .sg-form-block {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .sg-donate-list {
        text-align: center;
        margin-left: 0;
        padding-top: 6px;
    }
    .sg-donate-form button {
        margin-top: 4px;
    }
    .pull-left-sm {
        float: left !important;
    }
    .sg-donate-form {
        padding: 0px 10px;
    }
    .sg-donate-form .radio {
        float: left;
    }    
    .sg-carousel-img-home,
    .sg-magazine-carousel-img,
    .sg-magazine-header {
        max-height: 300px;
        min-height: 300px;
        object-fit: cover;
        object-position: center center;
        width: 100%;
    }
    .sg-quaility-panel ul {
        margin-left: 0px;
    }
    .carousel-img {
        width: 100%;
        min-height: 350px;
        max-height: 350px;
        -webkit-filter: brightness(0.9);
    }
    .sg-nav-left li a:hover {
        color: #ffffff;
        font-size: 1.3em;
    }
    .sg-nav-left li a {
        color: #ffffff;
    }
    .sg-subnav-box-kids-active a,
    .sg-subnav-box-lifestyle-active a,
    .sg-subnav-box-environmental-active a,
    .sg-subnav-box-health-active a,
    .sg-subnav-box-kids-active a,
    .sg-subnav-box-news-active a {
        background-position: 4px -24px;
    }
    .sg-homepage-map-btn {
        padding-top: 85px;
    }
}

.sg-beaches-nearby-label {
    color: #748a96;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.sg-beaches-nearby-see-all-label {
    color: #f15b40;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.sg-beaches-nearby-location-label {
    color: #748a96;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.sg-beaches-nearby-location-label-reduction {
    font-size: 12px;
}

.sg-beaches-nearby-table {
    width: 100%;
    margin-top: 10px;
}

.sg-beaches-nearby-location-header {
    width: 300px;
}

.sg-beaches-nearby-table tr {
    border-bottom: 1px solid #ededed;
}

.sg-beaches-nearby-table tr:hover {
    background-color: #f8fbff;
    cursor: pointer;
}

.sg-beaches-nearby-table thead {
    background-color: #004b88;
}

.sg-beaches-nearby-table thead tr {
    border: 0px;
}

.sg-beaches-nearby-table thead tr th {
    background-color: #004b88;
    height: 25px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.sg-beach-sponsortext{
    color: #ffffff; 
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

a.sg-beach-sponsortext:hover {
    color: #dddddd; 
}

/*  Table modifications */

th.sg-beachtable-imgcol {
    width: 80px;
}


/*  Table modifications END */

.sg-beaches-nearby-table tr td {
    height: 65px;
}

.sg-beaches-nearby-table tr td a div {
    width: 60px;
    height: 60px;
    background-size: cover;
}

.sg-beaches-nearby-table tr td a {
    color: #009cdc;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.sg-beaches-nearby-table tr td a:hover {
    color: #004b88;
}

.sg-beaches-nearby-location-link {
    color: #748a96;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.sg-beaches-nearby-location-link-mobile {
    color: #748a96;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

.sg-beaches-nearby-location-link:hover {
    color: black;
    text-decoration: none;
}

.sg-articles-panel {
    padding: 10px;
}

.sg-articles-panel-bar {
    width: 100%;
    height: 8px;
}

.sg-articles-panel-bar-thin {
    width: 100%;
    height: 1px;
}

.sg-articles-panel-section-title {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #004b88;
    font-weight: 700;
    padding: 5px;
}

.sg-articles-panel-section-title a {
    color: #004b88;
}

.sg-articles-panel-colour-lifestyle {
    background-color: #6e5290;
    font-weight: 700;
}

.sg-articles-panel-colour-lifestyle a {
    color: white;
    font-weight: 700;
}

.sg-articles-panel-colour-awareness {
    background-color: #009e19;
    font-weight: 700;
}

.sg-articles-panel-colour-awareness a {
    color: white;
    font-weight: 700;
}

.sg-articles-panel-colour-kids {
    background-color: #f0d207;
    font-weight: 700;
}

.sg-articles-panel-colour-kids a {
    color: white;
    font-weight: 700;
}

.sg-articles-panel-colour-health {
    background-color: #f74227;
    font-weight: 700;
}

.sg-articles-panel-colour-health a {
    color: white;
    font-weight: 700;
}

.sg-articles-panel-colour-blog {
    background-color: #35c4f3;
    color: white;
    font-weight: 700;
}

.sg-articles-panel-colour-blog a {
    color: white;
    font-weight: 700;
}

.sg-blog-background {
	background-color: #e8ecf0;
	overflow: hidden;
}

.sg-blog-row {
	background-color: white; 
	margin-bottom: 25px;
}

.sg-blog-pagination {
	margin-top: -25px;
}

.sg-blog-stripe {
	background-color: #f15b40; 
	height: 8px;
}

.sg-blog-title {
	font-weight: 700;
}

.sg-blog-title a {
	color: #004b88;
}

.sg-blog-author {
	font-size: 14px;
}

.sg-blog-sublabel {
	color: #999999;
}

.sg-blog-datetime {
	color: #004b88; 
	font-weight: 400; 
	font-size: 13px;
}

.sg-blog-more-padding {
	margin-bottom: 20px;
}

.sg-blog-more-link {
	font-family: "Montserrat", sans-serif; 
	font-size: 18px;
}

.sg-blog-tag-box {
	display: inline-block; 
	background-color: #004b88; 
	margin-bottom: 5px;
}

.sg-blog-tag-box a {
	color: white;
}

.sg-blog-cursor-row {
	margin-top: 25px; 
	margin-bottom: 25px;
}

.sg-blog-cursor-box {
	background-color: #004b88; 
	height: 182px; 
	padding: 20px;
}

.sg-blog-cursor-label {
	font-family: "Montserrat", sans-serif; 
	font-size: 18px; 
	font-weight: 700; 
	color: #f15b40;
}

.sg-blog-cursor-title {
	font-family: "Montserrat", sans-serif; 
	font-size: 16px; 
	font-weight: 400; 
	color: #ffffff; 
	margin-top: 10px;
}

.sg-blog-cursor-title a {
	color: #ffffff; 	
}

.sg-articles-panel-image {
    width: 100%%;
    margin-top: 15px;
    height: 184px;
    background-size: cover;
}

.sg-articles-panel-item-title {
    font-family: "Montserrat", sans-serif;
    color: #009cdc;
    font-weight: 600;
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 8px;
    margin-top: 5px;
}

.sg-articles-panel-item-content {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #748a96;
}

.sg-articles-panel-read-more {
    color: #f15b40;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .sg-mag-subnav li {
        margin-right: 10px;
    }
    .sg-home-msg h1 {
        font-size: 42px;
        margin-bottom: -10px;
    }

    .sg-home-msg h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .sg-donate-form br {
        display: none !important;
    }
}
