/* START: Counter Bootstrap's Reset CSS */

h1 {
	font-size: 2em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
}
h2 {
	font-size: 1.5em;
	margin-top: .25em;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 550px) {
	.parabig {
		font-size: 18px;
	}

	h1 {
		font-size: 1.75em;
		margin-top: 0em;
		margin-bottom: 0.5em;
	}

	h2 {
		font-size: 1.25em;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	h5 {
		font-size: 1.1rem;
	}
}

/* END: Counter Bootstrap's Reset CSS; */
#container.thick-top {
	border-top: 5px solid #246888;
}

#siren-sound-btn {
	background: none;
	border: none;
}

#common-questions {
	background-color: #3580a5;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid rgba(24, 94, 130, 0.4);
	color: white;
	padding: 5px;
	margin-bottom: 20px;
}

#common-questions h3 {
	margin-top: .5rem;
}

#common-questions .card {
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,.25);
	border-radius: .125rem;
	border-left: 5px white solid;
	border-top: 3px #b1b1b1 solid;
	color: black;
}

#common-questions .card-header {
	color: black;
	background-color: #ececec;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

#common-questions .card-header .question-header > * {
	display: inline-block;
}

#common-questions .down-caret {
	font-size: 0.75em;
	color: #868686;
	float: left;
	padding-top: 5px;
}

#common-questions .card-header .question-header b {
	padding-left: 10px;
	width: 90%;
}

#common-questions .card-header a {
	color: black;
}

@media screen and (max-width: 550px) {
	#common-questions h3 {
		font-size: 20px;
	}

	#common-questions .card-header {
		padding: 0.3rem;
	}

	#common-questions .card-header h5 {
		font-size: 16px;
	}

	#common-questions .card-block {
		padding: 0.5rem;
	}
}

@media screen and (max-width: 500px) {
	#siren-sound-btn-img {
		max-width: 260px;
	}
}

a.cta-link {
	background-color: #60ce1e;
	border: 5px solid #4cc31d;
	border-radius: 2rem;
	color: white;
	text-transform: uppercase;
	font-family: helvetica;
	font-weight: 600;
	font-size: 30px;
	white-space: normal;
  margin: 20px 0;
  padding-left: 30px;
  padding-right: 30px;
}

a.cta-link span.line-break {
	display: inline-block;
}

@media screen and (max-width: 550px) {
	a.cta-link {
		font-size: 20px;
		width: 95%;
		padding: 7.5px;
	}
}

@media screen and (max-width: 320px) {
	a.cta-link {
		font-size: 18px;
	}
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Nav */
nav {
	height: 40px;
	width: 980px;
	background: #246888;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #283744;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 90%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 130px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #8c99a4;
}
nav a#pull {
	display: none;
}


@media screen and (max-width: 1200px) {
nav {
	width: 980px;
}
}


@media screen and (max-width: 900px) {
nav {
	width: 850px;
}
}

@media screen and (max-width: 700px) {
nav {
	width: 100%;
}
}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #246888;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}