@charset "UTF-8";

html { font-size:100%; } 

a.LinkClass1 {
    color: #022e6d;
}

a.LinkClass1:link {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #022e6d;
}

a.LinkClass1:visited {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #022e6d;
}

a.LinkClass1:hover {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #00baff;	
}

a.LinkClass2 {
    color: #ffffff;
}

a.LinkClass2:link {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #ffffff;
}

a.LinkClass2:visited {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #ffffff;
}

a.LinkClass2:hover {
	font-family: "Helvetica Neue", "sans-serif";
	font-variant: normal;
	color: #00baff;	
}

a {
	text-decoration: none;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	color: #022e6d;
}
h2 {
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #022e6d;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #022e6d;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-weight: bold;
	color: #022e6d;
}
h6 {
	display: none;
}

li {
	margin: 0.5em 0;
}

hr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #022e6d;
}

#Whitesp {
    display: inline-block;
    float: right;
    width: 100%;
    height: 10px;
}

button {
    display: inline-block;
    background-color: #009dd8; /* Green */
    border: none;
    border-radius: 4px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 10px;
    transition-duration: 0.3s;
}

button:hover {
  background-color: #00baff; /* Light Blue */
  color: white;
}

#BlogHeader {
    display: inline-block;
    float: left;
    width: 76%;
    margin-left: 12%;
    margin-right: 12%;

}

#ListofBlogs {
    display: inline-block;
    float: left;
    width: 80%;
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #022e6d;
    
}

.BlogBox {
    display: inline-block;
    float: left;
    width: 76%;
    margin-left: 12%;
    margin-right: 12%;
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #022e6d;
}

#thankyou {
    display: inline-block;
    float: left;
    width: 76%;
    margin-left: 12%;
    margin-right: 12%;
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #022e6d;
    
}

#PrivacyNote {
    display: inline-block;
    float: left;
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 16%;
    bottom: 0; 
    background-color: #022e6d;
    padding-top: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #FFFFFF;
	text-align: center;

}

.ohnopig2{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.ohnopig1{
    display: inline-block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #000000;
	text-align: left;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

@media screen and (max-width: 600px) {

div {
     font-size: 16px;
}



#Header1 {
    display: inline-block;
    float: left;
    position: relative;
	width: 100%;
}

#Logo1 {
    display: inline-block;
    float: left;
    position: relative;
	width: 40%;
    height: auto;
}
    
#NavQuoteBox {
    display: inline-block;
    float: right;
    position: relative;
    width: 60%;
    height: auto;

}

#NavBox {
    display: inline-block;
    float: right;
    width: 100%;
    padding-top: 2%;

}

#AboutLink {
	display: inline-block;
    float: right;
    width: 25%;
    font-size: 13px;
	text-align: center;
}

#PriceLink {
	display: inline-block;
    float: right;
    width: 25%;
    font-size: 13px;
	text-align: center;
}

#ContactLink {
	display: inline-block;
    float: right;
    width: 25%;
    font-size: 13px;
	text-align: center;
}

#BlogLink {
	display: inline-block;
    float: right;
    width: 25%;
    font-size: 13px;
	text-align: center;
}
    
#QuoteBox {
    display: inline-block;
    float: right;
    position: relative;
    background: url('images/ClickforForm.png') no-repeat;
    width: 100%;
    margin: 5px;
    font-size: 13px;
	text-align: center;

}
    
.button2 {
    display: inline-block;
    background-color: #d03c2c; 
    border: none;
    border-radius: 4px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 10px;
    transition-duration: 0.2s;
}

.button2:hover {
  background-color: #f76740; 
  color: white;
}



.Vid {
    display: inline-block;
    float: left;
    width: 100%;
    /*margin-left: 12%;
    margin-right: 12%;*/
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #022e6d;
}
    
.SmallVid {
    display: inline-block;
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #022e6d;
}

#Promo {
    display: inline-block;
    float: left;
    width: 100%;
    background-color: #D7DCDC;
	text-align: center;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #022e6d;
}

#AboutBox {
    display: inline-block;
    float: left;
    width: 76%;
    padding-left: 12%;
    padding-right: 12%;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #022e6d;
	text-align: left;
}

#PriceBox {
    display: inline-block;
    float: left;
    width: 76%;
    padding-left: 12%;
    padding-right: 12%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #022e6d;
	text-align: left;
}

#ContactBox {
    display: inline-block;
    float: left;
    width: 76%;
    padding-left: 12%;
    padding-right: 12%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #022e6d;
	text-align: left;
}

#ReelBox {
    display: inline-block;
    float: left;
    width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
	text-align: left;
}

#MusicBox {
    display: inline-block;
    float: left;
    width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
	text-align: left;
}

#KickBox {
    display: inline-block;
    float: left;
    width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
	text-align: left;
}

#UpCity1 {
    display: inline-block;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-right: 20px;
    align-content: left;
    text-align: left;
}

#UpCity2 {
    display: none;
	position: relative;
}

#UpCity3 {
    display: none;
	position: relative;
}

#CopyrightBox {
	display: inline-block;
    float: left;
    width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #022e6d;
}
    
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


@media (min-width: 601px) and (max-width: 1200px){

div {
     font-size: 20px;
}


#Header1 {
    display: inline-block;
    float: left;
    position: relative;
	width: 100%;
}

#Logo1 {
    display: inline-block;
    float: left;
    position: relative;
	width: 30%;
    height: auto;
}
    
#NavQuoteBox {
    display: inline-block;
    float: right;
    position: relative;
    width: 60%;
    height: auto;

}

#NavBox {
    display: inline-block;
    float: right;
    width: 100%;
    padding-top: 2%;

}

#AboutLink {
	display: inline-block;
    float: right;
    width: 25%;
    font-size: 15px;
	text-align: center;
}

#PriceLink {
	display: inline-block;
    float: right;
    width: 25%;
    font-size: 15px;
	text-align: center;
}

#ContactLink {
	display: inline-block;
    float: right;
    width: 25%;
    font-size: 15px;
	text-align: center;
}

#BlogLink {
	display: inline-block;
    float: right;
    width: 25%;
    font-size: 15px;
	text-align: center;
}
    
#QuoteBox {
    display: inline-block;
    float: right;
    position: relative;
    background: url('images/ClickforForm.png') no-repeat;
    width: 100%;
    margin: 5px;
    font-size: 15px;
	text-align: center;

}
    
.button2 {
    display: inline-block;
    background-color: #d03c2c; 
    border: none;
    border-radius: 4px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 13px;
    transition-duration: 0.2s;
}

.button2:hover {
  background-color: #f76740; 
  color: white;
}



.Vid {
    display: inline-block;
    float: left;
    width: 76%;
    margin-left: 12%;
    margin-right: 12%;
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #022e6d;
}
    
.SmallVid {
    display: inline-block;
    float: left;
    width: 76%;
    margin-left: 12%;
    margin-right: 12%;
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #022e6d;
}

#Promo {
    display: inline-block;
    float: left;
    width: 100%;
    background-color: #D7DCDC;
	text-align: center;
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #022e6d;
}

#AboutBox {
    display: inline-block;
    float: left;
    width: 76%;
    padding-left: 12%;
    padding-right: 12%;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #022e6d;
	text-align: left;
}

#PriceBox {
    display: inline-block;
    float: left;
    width: 76%;
    padding-left: 12%;
    padding-right: 12%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #022e6d;
	text-align: left;
}

#ContactBox {
    display: inline-block;
    float: left;
    width: 76%;
    padding-left: 12%;
    padding-right: 12%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #022e6d;
	text-align: left;
}

#ReelBox {
    display: inline-block;
    float: left;
    width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
	text-align: left;
}

#MusicBox {
    display: inline-block;
    float: left;
    width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
	text-align: left;
}

#KickBox {
    display: inline-block;
    float: left;
    width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
	text-align: left;
}

#UpCity1 {
    display: none;
	position: relative;
}

#UpCity2 {
    display: inline-block;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-right: 20px;
    align-content: left;
    text-align: left;
}

#UpCity3 {
    display: none;
	position: relative;
}

#CopyrightBox {
	display: inline-block;
    float: left;
    width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #022e6d;
}

}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


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

div {
     font-size: 24px;
}


#Header1 {
    display: inline-block;
    float: left;
    position: relative;
	width: 100%;
}

#Logo1 {
    display: inline-block;
    float: left;
    position: relative;
	width: 25%;
    height: auto;
}

#NavQuoteBox {
    display: inline-block;
    float: right;
    position: relative;
    width: 60%;
    height: auto;

}

#NavBox {
    display: inline-block;
    float: right;
    width: 100%;
    padding-top: 2%;
}

#AboutLink {
	display: inline-block;
    float: right;
    width: 25%;
    font-size: 17px;
	text-align: center;
}

#PriceLink {
	display: inline-block;
    float: right;
    width: 25%;
    font-size: 17px;
	text-align: center;
}

#ContactLink {
	display: inline-block;
    float: right;
    width: 25%;
    font-size: 17px;
	text-align: center;
}

#BlogLink {
	display: inline-block;
    float: right;
    width: 25%;
    font-size: 17px;
	text-align: center;
}
    
#QuoteBox {
    display: inline-block;
    float: right;
    position: relative;
    background: url('images/ClickforForm.png') no-repeat;
    width: 100%;
    margin: 5px;
    font-size: 17px;
	text-align: center;

}
    
.button2 {
    display: inline-block;
    background-color: #d03c2c;  
    border: none;
    border-radius: 4px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 15px;
    transition-duration: 0.2s;
}

.button2:hover {
  background-color: #f76740; 
  color: white;
}

.Vid {
    display: inline-block;
    float: left;
    width: 76%;
    margin-left: 12%;
    margin-right: 12%;
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
}
    
.SmallVid {
    display: inline-block;
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
}

#Promo {
    display: inline-block;
    float: left;
    width: 100%;
    background-color: #D7DCDC;
	text-align: center;
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
}

#AboutBox {
    display: inline-block;
    float: left;
    width: 76%;
    padding-left: 12%;
    padding-right: 12%;
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #022e6d;
	text-align: left;
}

#PriceBox {
    display: inline-block;
    float: left;
    width: 76%;
    padding-left: 12%;
    padding-right: 12%;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #022e6d;
	text-align: left;
}

#ContactBox {
    display: inline-block;
    float: left;
    width: 76%;
    padding-left: 12%;
    padding-right: 12%;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #022e6d;
	text-align: left;
}

#ReelBox {
    display: inline-block;
    float: left;
    width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
	text-align: left;
}

#MusicBox {
    display: inline-block;
    float: left;
    width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
	text-align: left;
}

#KickBox {
    display: inline-block;
    float: left;
    width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #022e6d;
	text-align: left;
}

#UpCity1 {
    display: none;
	position: relative;
}

#UpCity2 {
    display: none;
	position: relative;
}

#UpCity3 {
    display: inline-block;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-right: 20px;
    align-content: left;
    text-align: left;
}

#CopyrightBox {
	display: inline-block;
    float: left;
    width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #022e6d;
}
    
}







