.btn-custom, .btn-custom:hover{
	background:#003366;
}
.btn-custom a, .btn-custom a:hover{
	color:white;
}

/* Tags*/
.tag-category a {
	border-radius: 25px;
  color: #fff;
  background: linear-gradient(150.41deg, #395D7C 0%, #15344E 100%);
  float: left;
  margin-right: 20px;
  padding: 0 20px;
}

.paragraph--type--button {
    background: #FFFFFF;
    box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.15);
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 1.25rem;
}

.paragraph--type--button .field-url{
    font-size: 2em;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 auto 0.5em;
    
}
.paragraph--type--button .field-description div {
        margin: 0 0 1rem;
}
.mysc-block-notifications-button a:visited {
  color: #fff;
  text-decoration-color: #fff;
}

button.button{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    padding: 0.625rem 2.1875rem;
    margin: 0;
    border-radius: 4px;
    background: #0A1F40;
    color: #fff;
    font-family: roboto, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
}
@media (max-width: 922px){
    
   
    .flag-status-display-footer .flag-status-footer-content img#flag-national {
    margin-top: -10px;
}

.flag-layout img#flag-national {
        padding-bottom: 10px;
    }
    
    div#map{
    	display:none;
    }
}
    

@media (min-width: 922px){

    .flag-layout img#flag-national {
        padding-bottom: 12px;
    }
     .flag-status-display-footer .flag-status-footer-content img#flag-national {
         margin-top: -2px;
}

}

.flag-layout {
     height: 33%;
}
.flag-status-image {
    margin-left: 10%;
}

div#map {
    width: 776px;
    padding-left: 20%;
}

/* fix iicons only on one page */
.paragraph--id--646 img {
	display:inline-block;
}

.paragraph.alert.alert-type--information{     display:none; }
.paragraph.alert.alert-type--emergency{     display:none; } 
.paragraph.alert.alert-type--caution{     display:none; }


@media (max-width: 922px){
	.paragraph.launch-pad .launchpad-image img {
		width: 100%;
		height: auto;
	}
}

.site-footer {
	background: #14334E;
}