@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900,400italic,300italic);

.clear { clear: both; }

/* Alert Box */

.aa_container{
	padding:30px;
}

.aa-alert-container {
    position: relative;
    margin: auto;
    max-width: 735px;
    /* height: 395px;  */
    background-color: #fff;
	-moz-box-shadow: 0 0 9px -2px #000000;
	-webkit-box-shadow: 0 0 9px -2px #000000;
	box-shadow: 0 0 9px -2px #000000;
    }

.aa-alert-box {
    width: 100%;
    background-color: #fff;
    height: 83%;
    position: relative;
    margin-left: auto ;
    margin-right: auto ;
    }

/* Missing Child Image */
.aa-missing-image {
    position: relative;
    display: inline-block;
    width: auto;
    height: 326px;
    }

.aa_image {
    height: 326px;
	vertical-align:bottom;
}

.aa-missing-image h1#aa-alert-title-mobile {
    display: none;
    }

/* Missing Child Info Container */
.aa-info-block {
    display: inline-block;
    box-sizing: border-box;
    padding: 12px;
    top: 0px;
    height: 100%;
    }

.aa-info-container {
    position: absolute;
    top: 5px;
    padding-right:12px;
    }
    
/* Missing Child Info */

.aa_readmoreButton {
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    font-size: 16px;
    border-radius: 4px;
    padding: 10px 24px;
    color: rgb(255, 255, 255) !important;
    background-image: initial;
    background-attachment: initial;
    background-color: rgb(0, 67, 128) !important;
    background-size: initial;
    background-origin: initial;
    background-clip: initial;
    background-position: initial;
    background-repeat: initial;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    }

.aa_readmoreButton:hover {
    opacity: 0.85;
    }
    
.aa-info-block h1#aa-alert-title {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: #ed6e23;
    margin-top: 5px;
    margin-bottom: 0px;
    }


.aa-info-block h2#aaTitle {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    }

.aa-info-block p {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    color: #000;
    
    }
	
.aa_more-info{
	position:relative;
	float:left;
	width:auto;
	margin-bottom:10px;
	margin-right:10px;
}

.aa_telephone{
	position:relative;
	float:right;
	margin-bottom:10px;
	margin-top:-4px;
}

@media (max-width: 680px) {
	.aa_more-info{
	width:100%;
	margin-right:0px;
	}
	
	.aa_telephone{
	float:left;
	margin-top:0px;
	}
}

@media (max-width: 560px) {	
	.aa_telephone{
	float:none;
	margin: 10px auto 10px auto;
	}
}

.aa-logo-amberalert {
    display: block;
    position: absolute;
    float: right;
    right: 30px;
    bottom: 73px;
    width: 85px;
    height: 55px;
    }

a#aalink {
    color: #ed6e23;
    text-decoration: none;
    }

a#aalink:hover {
    opacity: 0.8;
    }

/* Police Bottom Bar */

	.aa-police-bottom-bar {
		display: block;
		position: relative;
		width: 100%;
		height: 75px;
		top: 0px;
		background: #ffffff no-repeat bottom center url(../footer_amber_alert_tablet.png);
	}

@media (min-width: 788px) {
	.aa-police-bottom-bar {
		margin-top:-75px;
		background: #ffffff no-repeat bottom right url(../footer_amber_alert_desktop.png);
		z-index:3;
	}

	.aa-missing-image{
		z-index:5;
	}
}

@media (max-width: 540px) {
	.aa-police-bottom-bar {
		background: #ffffff no-repeat bottom center url(../footer_amber_alert_mobile_landscape.png);
	}
}

@media (max-width: 400px) {
	.aa-police-bottom-bar {
		background: #ffffff no-repeat bottom center url(../footer_amber_alert_mobile_portrait.png);
	}
}

.aa-tips {
    box-sizing: border-box;
    width: 100%;
    padding: 0 18px;
    color: #fff;
    display: inline-block;
    position: absolute;
    line-height: 66px;
    }

.aa-tips h4 {
    color: #fff;
    display: inline;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 100;
    font-size: 1.4em;
    margin-right: 12px;
    border-bottom: 0px;
    }

.aa-tips h4#aa-tips-mobile {
    display: none;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 100;
    font-size: 1.4em;
    margin-right: 12px;

    }


.aa-tips h3 {
    color: #fff;
    display: inline;
    font-family: "Robotox", Arial, sans-serif;
    font-weight: 900;
    font-size: 1.4em;
}


.aa-logo-politie {
    position: absolute;
    display: inline-block;
    right: 18px;
    width: 115px;
    height: 100%;
    top: 2px;
}


/* Responsive Styling */


@media (max-width: 710px) {
    
    .aa-info-block h1#aa-alert-title {
    font-size: 32px;
    }
    
    .aa-tips h4#aa-tips-mobile {
    display: inline;
    }
    
    .aa-tips h4 {
    display: none;
    }
    
    .aa-info-block p#aaDescription {
    font-size: 16px;
    margin-bottom: 2px;
    }
}

@media (max-width: 680px) {
    
    .aa-info-block h1#aa-alert-title {
    margin-top: -5px;
    }
    
   .aa-info-block h2#aaTitle {
    font-size: 21px;
   }
    
}
    
    
    
@media (max-width: 600px) {
    
    
    .aa-alert-container {
    /* height: 310px; */
    }
    
    .aa-logo-amberalert {
    display: none;
    }
    
    .aa-missing-image {
    height: auto;
    }
   
    .aa-info-block h1#aa-alert-title {
    font-size: 26px;
    margin-top: -6px;
    }

    .aa-info-block h2#aaTitle {
    font-size: 17px;
    }

    .aa-info-block p {
    font-size: 14.5px;
    }
    
    a#aalink {
    font-size: 14.5px;
    }
    
    .aa-tips-bel {
    display: none;
    }
    
    .aa-logo-amberalert {
    right: 28px;
    bottom: 0%;
    width: 70px;
    height: 50px;
    }
    
    .aa-logo-politie {
    position: absolute;
    display: inline-block;
    top: 8px;
    right: 22px;
    width: 90px;
    height: 100%;
    }
    
}


@media (max-width: 560px) {
    
    
    p#aaDescription {
    text-align: center;
    }
    
    .aa-missing-image {
    width: 100%;
    text-align: center;
    }
    
    .aa_image {
    max-width: 240px;
    width: 100%;
    padding-top: 5px;
    }
    
    .aa-missing-image h1#aa-alert-title-mobile {
    text-align: center;
    }
    
    
    .aa-info-block {
    background-color: #fff;
    height: auto;
    text-align: center;
    display: block;
    }
    
    .aa-info-container {
    position: relative;
    top: 5px;
    padding-right: 0;
    }
    
    .aa-police-bottom-bar {
    top: 0;
    }
    
    .aa-info-block h1#aa-alert-title {
    display: none;
    }
    
    .aa-info-block h2#aaTitle {
    font-size: 20px;
    margin-top: 0px;
    }
    
    .aa-info-block p {
    font-size: 16px;
    }
    
    a#aalink {
    font-size: 16px;
    }
    
    .aa-missing-image h1#aa-alert-title-mobile {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 33px;
    font-weight: 900;
    display: block;
    margin-bottom: 0;
    color: #ed6e23;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
    text-align: center;
    width: 100%;
    height: 15%;
    line-height: 1.6em;
    }
    
    .aa-tips h3 {
    display: inline;
    font-family: "Robotox", Arial, sans-serif;
    font-weight: 900;
    font-size: 1.2em;
    }
    
    .aa_image {
    height: auto;
    }
    
    .aa-logo-politie {
    display: block;
    right: 14px;
    width: 95px;
    height: 100%;
  }
}

@media (max-width: 390px) {
    
    .aa-tips h4#aa-tips-mobile {
    display: none;
    }
}


/*No Active Alert*/ 

.no_active_alert{
	text-align:center;
	position:relative;
	width:100%;
	min-height:30px;
	display:block;
	line-height:30px;
	color:#ffffff;
	background-color:#ed6e23;
	font-weight:400;
	margin-bottom:0px;
	padding:0px 10px;
}


.page-template-missingchildren .no_active_alert {
	display:none;
}


.activeAMBERAlert .amber-alert-row  {
	display: inherit;
}



/*hide slideshow on alert*/ 

.activeAMBERAlert .amber-alert-holder .wpb_revslider_element{
	display:none;
}



/*AMBER Alert*/ 


.amber-alert-row {
    margin-top: -30px !important;
    margin-bottom: 60px !important;
    background-image: url(/wp-content/plugins/amberalert/aa_alert_striped_bg.png);
    background-color: #ed6e23 !important;
    -moz-box-shadow:    inset 1px 10px 9px -8px #555;
    -webkit-box-shadow: inset 1px 10px 9px -8px #555;
    box-shadow: inset 1px 10px 9px -8px #555;
    background: repeating-linear-gradient( -45deg, #ed6e23, #ed6e23 18px, #FD8137 18px, #FD8137 36px );
}



