@media screen and (min-width: 1445px) {
	
.insurance-box > .container {
	width:1305px;
}

}
@media screen and (min-width: 1200px) and (max-width: 1450px) {
	
.jot .quote-box {
    padding: 25px 30px;
}
.quote {
	right: 5%;
}

}

@media screen and (max-width: 767px) {
	
h1 {
	font-size: 24px;
	margin-top: 30px;
}

h2 {
	font-size: 19px;
	margin: 20px 0;
}

h3 {
	font-size: 16px;
}

p {
    font-size: 18px;
    line-height: 30px;
	margin-bottom: 20px;
}

.top-info {
    float: none;
	margin-top: 4px;
}

.phone {
	font-size: 19px;
	margin-left: 5px;
}

.phone > .fa-mobile-alt, .top-bar ul > li {
	font-size: 16px;
}

.bg {
    position: fixed;
    z-index: 9;
    width: 100%;
	top: 0;
}

.agency-logo {
    width: 200px;
	display: inline-block;
}

.logo, .nav-section {
    display: inherit;
}

/*.box {
	float: left;
	width:50%;
}
.box:last-of-type {
	width: 100%;
} */

.box i {
    font-size: 64px;
	margin-top: 20px;
}

.ins-boxes h3 {
    font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}

.ins-lob h3 {
    margin-left: 15px;
}

.lob-section-inside {
    padding: 40px 0 30px 0 ;
	display: inherit;
	box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
}

.white-bg {
	width: 100%;
}

.mid-section img {
	margin-top: 237px;
}

.mid-section::after {
    position: relative;
	display:block;
	content:'';
	clear:both;
}
	
.nav-menu, .ins-boxes {
	display: inherit;
}

.navbar {
    min-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}
.navbar-default .navbar-nav > li > a {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: transparent;
	border-bottom: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a.active {
   background: none;
	color: #2bbfdf;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a  {
	color: #fff;
}
.navbar-toggle, .navbar-toggle:hover {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: #2bbfdf;
    border: 0px none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 5px;	
	top:25px;
}

.navbar-toggle span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 3px;
    left: 7px;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    width: 20px;
}

.navbar-toggle span:nth-child(1) {
    top: 7px;
}

.navbar-toggle span:nth-child(2) {
    top: 14px;
}

.navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.navbar-toggle span:nth-child(4) {
    top: 21px;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
}

.navbar-toggle.nav-bg span:nth-child(2) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
}

.navbar-toggle.nav-bg span:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
}

.navbar-toggle.nav-bg span:nth-child(1), .navbar-toggle.nav-bg span:nth-child(4) {
    opacity: 0;
    top: 24px;
}

.collapse.in {
    display: block !important;
    visibility: visible;
}

.navbar .navbar-nav {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-collapse > ul.navbar-nav {
    text-align: justify;
    position: relative;
    z-index: 9999;
    padding-right: 0;
    border-bottom: none;
}

.nav > li {
    position: relative;
    display: block;
    z-index: 9999;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #2bbfdf;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
	background: #000080;
}

.navbar .navbar-collapse {
	position:absolute;
	width:100%;
	padding-bottom: 150px;
}

.navbar-default .navbar-nav .dropdown-menu li a {
    text-align: center;
	font-size: 14px !important;
}

.navbar-header {
    position: absolute;
    top: -110px;
    right: 30px;
}

.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a{
	font-size: 16px !important;
    margin: 10px 0px;
    z-index: 9999;
    position: relative;
}

.nav.navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
	flex-direction: column;
}

.nav-top {
	height: 100%;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	background: #fff;
	width: 100%;
	top: 237px;
	padding-bottom: 300px;
	visibility: hidden;
	margin-top: 0px;
}

.nav-bg .nav-top {
	transform: translate3d(0px,0px,0px);
	transition: transform .5s ease 0;
	visibility: visible;
}

.nbs-flexisel-inner {
    margin: 0 0 10px;
	height:100px;
}

.carrier h2 {
	font-size: 24px;
}

.insurance-savings h2, .footer-content h2, .ins-lob h3, .quote-box h2 {
    font-size: 23px;
}

.insurance-savings ul {
    font-size: 19px;
	line-height: 35px;
}

.quote {
    position: relative;
	bottom: 0px;
    right: 0;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);
	width: 100%;
	padding-bottom: 20px;
}

.lob-section {
	height: auto;
	box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
	padding-top: 15px;
}

.carrier h2 {
	margin: 30px 0 20px;
}

.insurance-box {
	background-image: -webkit-repeating-linear-gradient(#fff 0%, #fff 80%, #fff 80%, #fff 100%);
	background-image: repeating-linear-gradient(#fff 0%, #fff 80%, #fff 80%, #fff 100%);
}

.insurance-savings {
	box-shadow: none;
}

.insurance-savings h2 {
	padding-left: 0px;
}

.insurance-savings ul {
    padding-left: 0px;
	line-height: 35px;
}

.shadow {
    box-shadow: 0 5px 5px -2px rgba(0,0,0,0.4);
}

.quote-box {
    padding: 15px;
}
.quote-box h2, .quote-box p {
	text-align: center;
}
.quote-box #ZipCode, .quote-box #Type, .quote-box .btn, .quote .btn:focus, .quote .btn:hover{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.box-lob i {
    font-size: 35px;
}

.contact-info i {
    font-size: 14px !important;	
	margin-top: 8px;
}

.footer-bg { 
	 box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
}

.footer-content h2 {
	margin-top: 30px;
}

.contact-info ul li, .contact-info ul li a, .copy-right-ul li a, .copy-right-ul li {
    font-size: 15px;
}

.copy-right-ul {
    text-align: left;
}

.contact-list p, .social-down-links i, .insurance-savings .fa-angle-double-right{
    font-size: 16px;
}

.contact-list p{
	margin-bottom: 5px;
}

.contact-info ul li a {
    font-size: 15px;
    line-height: 25px;
}

.insurance-savings h2 {
	margin-top: 25px;
}

.quote-box p {
	font-size: 14px;
	line-height: 25px;
}

.quote .btn, .quote .btn:focus, .quote .btn:hover {
	font-size: 15px;
}

.quote input, .quote select {
	font-size: 9px;
}

.jot-form {
    height: 383px !important;
}

.quote .btn, .quote .btn:focus, .quote .btn:hover, .quote select {
	margin-top: 20px;
}
.skip-to-content-link{
	top:0;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.white-bg {
    padding: 20px 0;
}
.top-info h4, .top-info h4 .fa {
    font-size: 14px;
}
h1{
	font-size: 27px;
	margin-top: 40px;
}

h2{
	font-size: 18px;
	margin: 15px 0;
}

p, .main-content ul li{
    font-size: 16px;
    line-height: 30px;
	margin-bottom: 20px;
}

.top-info {
    margin-top: 10px;
}
	
.phone, .phone > .fa-mobile-alt {
    font-size: 19px;
}

.top-bar ul > li {
    font-size: 16px;
}

.quote-box h2 {
    font-size: 21px;
	margin-bottom: 0px;
}

.quote input, .quote select {
	font-size: 9px;
}

.quote-box p {
    font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}

.quote select {
	margin-top: 20px;
}

.quote .btn, .quote .btn:focus, .quote .btn:hover {
    font-size: 15px;
	margin-top: 20px;
}

.box i {
    font-size: 64px;
}

.contact-info ul li a {
    line-height: 25px;
}

.navbar-default .navbar-nav > li a {
    font-size: 12px;
}
.navbar-default .navbar-nav > li {
    margin: 0 5px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	font-size: 12px;
}

.ins-lob h3 {
    margin-left: 20px;
}

.insurance-savings h2 {
    font-size: 27px;
}

.insurance-savings ul {
    font-size: 19px;
	line-height: 35px;
}

.ins-boxes h3, .insurance-savings .fa-angle-double-right {
	font-size: 16px;
}

.footer-content h2 {
    font-size: 27px;
}

.links ul li a , .contact-info ul li a, .contact-info ul li, .copy-right-ul li a, .copy-right-ul li {
    font-size: 13px;
}

.contact-info i {
    font-size: 16px !important;
}

.box-lob i {
    font-size: 62px;
}

.ins-lob h3 {
	font-size: 40px;
}

.ins-boxes h3 {
	line-height: 22px;
}

.carrier h2 {
	margin: 40px 0 20px;
}

.contact-list p {
    font-size: 16px;
	margin-bottom: 5px;
}

.insurance-savings h2, .insurance-savings ul {
	padding-left: 30px;	
}

.jot-form {
    height: 348px !important;
}

.jot .quote-box {
    padding: 0px;
}


.quote {
   width: 325px;
   right:5%;
   bottom: -85px;
}

.jot {
   bottom: -110px;
   width: 325px;
   right:10%;
}

.quote-box{
    padding: 40px;
}

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

p {
    font-size: 20px;
    line-height: 30px;
	margin-bottom: 20px;
}
	
.quote-box p {
    font-size: 16px;
}
.navbar-default .navbar-nav > li a {
	font-size: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	font-size: 14px;
}

.ins-boxes h3 {
	font-size: 22px;
}

.ins-lob h3 {
    margin-left: 20px;
}
	
.box i {
    font-size: 80px;
}

.quote-box h2 {
    font-size: 26px;
}

.quote input, .quote select {
	font-size: 12px;
}

.quote .btn, .quote .btn:focus, .quote .btn:hover {
    font-size: 17px;
}

.insurance-savings .fa-angle-double-right {
	font-size: 18px;
}

.box-lob i {
    font-size: 75px;
}

.ins-lob h3 {
	font-size: 55px;
}

.ins-boxes h3 {
	line-height: 27px;
}

.lob-section-inside {
	padding: 90px 0 50px 0;
}

.contact-list p {
    font-size: 17px;
	margin-bottom: 5px;
}

.insurance-savings h2 {
	padding-left: 30px;
}

.insurance-savings ul {
	padding-left: 30px;	
}

.quote { 
   width: 400px;
   bottom: -55px;
}

.jot{ 
   width: 400px;
   bottom: -98px;
}

.links ul li a, .contact-info ul li a, .contact-info ul li, .copy-right-ul li a, .copy-right-ul li {
    font-size: 16px;
}

.quote-box {
    padding: 50px;
}

.jot .quote-box {
    padding: 20px;
}

.quote {
	right: 10%;
}

}
@media screen and (min-width: 980px) and (max-width: 991px) {
	
.jot-form {
  height: 348px !important;
}

.jot {
   width: 400px;
}

}