::-moz-selection { background: #133595; color: #fff; text-shadow: none;}
::selection {background: #133595; color: #fff; text-shadow: none;}

::placeholder{font-family: 'Roboto Condensed', sans-serif; font-size: 12px; color: #aaa;}
:-ms-input-placeholder{font-family: 'Roboto Condensed', sans-serif; font-size: 12px; color: #aaa;}
::-ms-input-placeholder{font-family: 'Roboto Condensed', sans-serif; font-size: 12px; color: #aaa;}

/* BASE TYPOGRPHY */

body{font-family: 'Roboto Condensed', sans-serif !important; font-size: 14px; -webkit-text-size-adjust: none}

.black{color:#000;}
.white{color:#fff;}
.red{color: #ba2d2a;}
.blue{color: #133595;}
	
/* HEADERS */

h1, h2, h3, h4, h5, h6{font-weight: 700; margin-bottom: 10px; font-family: 'Roboto Condensed', sans-serif !important;}

h1{font-size: 26px; text-transform: uppercase; color: #133595;}
h2{font-size: 24px;}
h3{font-size: 22px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 16px;}

/* PARAGRAGHS */

p{font-size: 16px; line-height: 28px; color: #333}

/* LINKS */

a{color: inherit; text-decoration:none; transition: all .2s ease-in-out;} a:hover{color: #000;}