@charset "utf-8";
/* CSS Document */

/*.test{*/
/*-webkit-border-radius: 3px;*/
/*-moz-border-radius: 3px;*/
/*border-radius: 3px;*/

/*-webkit-box-shadow: #CCC 0 0 10px;*/
/*-moz-box-shadow: #CCC 0 0 10px;*/
/*box-shadow: #CCC 0 0 10px;*/

/*-webkit-transition: all 0.3s;*/
/*-moz-transition: all 0.3s;*/
/*-o-transition: all 0.3s;*/
/*transition: all 0.3s;*/

/*box-sizing: border-box;*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/

/*filter:alpha(opacity=0);*/
/*-moz-opacity:0;*/
/*-khtml-opacity: 0;*/
/*opacity: 0;*/
/*}*/

/*blue #203469*/
/*red #ee364c*/


*:focus {
outline: 0;
}

img{
border:none;
padding:0;
margin:0;
max-width:100%;
height: auto;
vertical-align:middle;
display:inline-block;
}

a{
blr:expression(this.onFocus=this.blur());
text-decoration:none;
color: inherit;

-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
 
a:focus{
-moz-outline-style: none;
}

a:hover{
text-decoration:none;
}

.clear{
clear:both;
}

.left{
float: left;
}

.right{
float: right;
}


h1, h2, h3, h4, h5, h6{
margin: 0;
padding: 0;
color: #203469;
}

h1{
font-size: 30px;
}

h2{
font-size: 36px;
padding: 20px 0;
text-transform: uppercase;
}

h3{
font-size: 32px;
text-transform: uppercase;
}

h4{
font-size: 26px;
text-transform: uppercase;
}

h5{
font-size: 20px;
}

h6{
font-size: 16px;
}

.btn{
display: inline-block;
cursor: pointer;

box-sizing: border-box;

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.btnRed{
background: #ee364c;
color: #fff;

-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
-o-transition: background 0.3s;
transition: background 0.3s;
}

.btnRed:hover{
background: #bd1327;
}

.btnBlue{
background: #213a6a;
color: #fff;

-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
-o-transition: background 0.3s;
transition: background 0.3s;
}

.btnBlue:hover{
background: #1a2e54;
}

.btnLarge{
padding: 20px 40px;
font-size: 34px;

font-weight: bold;

-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
}

.linkRed{
color: #ee364c;
display: inline-block;
}

.linkRed:hover{
color: #bd1327;
}


.btnMedium{
font-weight: bold;
font-size: 18px;
padding: 8px 20px;
}

.btnWrap{
text-align: center;
padding: 20px 0 0px 0;
}


.floatRight{
float: right;
}

@media (max-width: 769px) {


h1{
font-size: 30px;
}

h2{
font-size: 26px;
}

h3{
font-size: 24px;
}

h4{
font-size: 22px;
}

h5{
font-size: 18px;
}

h6{
font-size: 16px;
}

}


@media (max-width: 641px) {

h2{
font-size: 24px;
}

h3{
font-size: 22px;
}

h4{
font-size: 20px;
}

h5{
font-size: 18px;
}

h6{
font-size: 16px;
}

.btnLarge{
padding: 10px 20px;
font-size: 18px;

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

}