body{
    font-family: 'Ubuntu', sans-serif;
}

a{
    color: #111;
    text-decoration: underline;
}
a:hover{
    color: #4A4A4A;
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{


    font-weight: 400;


}
h1 { font-size: 4em; }
h2 { font-size: 3.5em; }
h3 { font-size: 2.17em; }
h4 { font-size: 2.12em; }
h5 { font-size:1.83em; }
h6 { font-size: 1.75em; }
section h1,section h2,section h3,section h4,section h5,section h6{

    text-transform: uppercase;
}
section h2{
    color:#2FA9DE;
}

.uppercase{
    text-transform: uppercase;
}
p{
    margin: 0 0 2em 0;
}

blockquote{
    margin: 3em 0 3em 0;
    padding: 0;
    border: none;
    background: none;
    font-style: normal;
    line-height: 1.7;
    color: #777;
}
blockquote p{
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
}
blockquote footer{
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
dl dt{
    margin-bottom: 5px;
}
dl dd{
    margin-bottom: 15px;
}
pre{
    background-color: #f9f9f9;
    border-color: #ddd;

}
hr{
    background-color: rgba(255,255,255, .08);
}
hr.white{
    border-color: rgba(255,255,255, .35);
    background: rgba(255,255,255, .35);
}
hr.black{
    border-color:rgba(0,0,0, .85);
    background: rgba(0,0,0, .85);
}
.uppercase{
    text-transform: uppercase;
    letter-spacing: 1px;
}
.font-alt{

    text-transform: uppercase;
    letter-spacing: 0em;
}

.normal{
    font-weight: normal;
}
.strong{
    font-weight: 700 !important;
}
.lead{
    margin: 1em 0 2em 0;
    font-size: 140%;
    line-height: 1.6;
}
.text{
    font-size: 16px;
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1.8;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6{
    color: #111;
}


.btn{
    background-color: #2FA9DE;
    color:white;

    border-radius: 0;
    font-size: 14px;
    line-height: 1.33;
    padding: 0 35px;
    text-align: center;

}
.strike{
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}
.strike-right {
    display: block;

    overflow: hidden;
    white-space: nowrap;
}


.strike > span,.strike-right > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #E6F4FA;
}
.strike-right > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #E6F4FA;
}


.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after,.strike-right > span:after  {
    left: 100%;
    margin-left: 15px;
}