@media screen and (min-width: 768px){

/* Global
================================================== */   
.inner, #overview > .inner {
	padding: 0;
}

a:hover {
	color: #425968;
	transition: color 0.5s ease;
}

p {
	margin: 1.5em 0;
}

h2 {
	font-size: 32px;
}


/* Header
================================================== */   

header {
    background: url('../img/logo-bar-dt.png') repeat-x 0 0;
    height: 96px;
}

header .desktop img {
    width: 100%;
}

.form-header-container h2 {
	font-size: 32px;
}

.right {
  max-width: 100%;
}

/* Headline
================================================== */

#headline {
    background: url('../img/hdr-main.jpg') no-repeat 56% 0;
    height: 1020px;
    background-size: cover;
}

#headline .header {
  padding: 93px 0;
}

#headline h1 {
  line-height: 50px;
}

#headline .header .small-txt {
  font-size: 30px;
}

#headline .header .large-txt {
  font-size: 84px;
}

/* Form
================================================== */
.form-header-container {
float: left;
  margin: 0;
  width: 50%;
}

#formarea {
    padding: 0 0 80px;
    margin-top: -365px;
}

.sign-up {
	float: left;
}

.or-call {
	float: left;
	padding: 0 20px 21px 19px;
}

.btn-sign-up-now, .btn-call {
	width: auto;
}

.btn-call {
	width: auto;
	background: none;
}

.btn-sign-up-now {
	padding: 10px 19px 10px 5px;	
}

#formarea .or {
    display: inline;
    text-indent: 19px;
}

/* Switching to Blue Priority
================================================== */
#switching {
    float: left;
    width: 45%;
    margin: 351px 0 0 34px;
}

/* Blue
================================================== */
#blue .blue-copy {
  	width: 55%;
  	float: left;
}

#blue .wisconsin {
	width: 45%;
	float: left;
	margin: 0;
}

#blue .blue-copy h2 {
    font-size: 35px;
}

#blue .blue-copy h2 span.words {
    font-size: 35px;
}


/* Blue Priority
================================================== */

#blue-priority {
	padding: 23px 0 0;
}

#blue-priority:hover {
	background-color: #57B7E7;
}

#blue-priority .blue-priority-image {
	float: left;
	width: 30%;
	text-align: left;
}

#blue-priority .blue-priority-copy {
	float: left;
	width: 62%;
	text-align: left;
	margin-left: 20px;
}

#blue-priority .blue-priority-copy h2 {
	margin: 50px 0 15px;
}

#blue-priority:hover h2, #blue-priority:hover h2 span.words { 
	color: #ffffff;
}

.quote {
    width: 161px;
    margin: 0;
}


}

@media (min-width: 768px) and (orientation: landscape) { 


}

@media screen and (min-width: 768px) and (max-width: 1024px) {

}
	




