@charset "UTF-8";
/* CSS Document */

@font-face{
  font-family: 'Raleway';
  src: url('../../files/fonts/Raleway-Regular.ttf') format('truetype');
}
span.subtitle {font-weight: bold; font-size: 17px; font-size: 1.25rem;}

span.title {font-size: 24px; font-size: 1.5rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#00407a; text-transform:uppercase; font-family:'Raleway', sans-serif;}

small {font-size: 16px;}

big {font-size: 20px;}

h1 {font-size: 24px; font-weight: 700 !important; margin: 0 0 10px 0 !important; padding: 0 !important; line-height: 120% !important; color:#00407a !important; text-transform:uppercase !important; font-family:'Raleway', sans-serif  !important;}

h2 {font-size: 21px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#00407a; font-family:'Raleway', sans-serif;}

h3 {font-size: 17px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; color:#00407a; font-family:'Raleway', sans-serif;}

h4 {font-size: 15px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#333333; font-family:'Raleway', sans-serif;}

h5 {font-size: 15px; font-weight: 700; margin: 0 0 10px 0; padding: 0; line-height: 120%; text-transform:uppercase; color:#00407a; font-family:'Raleway', sans-serif;}

h6 {font-size: 11px; font-weight: 400; line-height: 110%; color:#666666;}

p {margin: 0 0 20px 0; padding: 0;}

a,a:link,a:active,a:visited {text-decoration: none; color:#00407a;}
	
a:hover {text-decoration: underline; color: #666666;}

div#content a {text-decoration: none;}

b, strong {font-weight: bold;}

i, em {font-style: italic;}

u {text-decoration: underline;}

del, strike {text-decoration: line-through;}

sub {vertical-align: sub; font-size: smaller;}

sup {vertical-align: super; font-size: smaller;}

address {font-style: italic;	}

pre {font-family: monospace;}

.btn-danger {background-color: #04447c;
border-color: #04447c;}

.button {
    display: inline-block;
    background: #00407a;
    color: white !important;
    transition: .4s all;
    text-transform: uppercase;
    padding: 12px 50px;
    font-size: 17px;
    font-weight: 700;
}

.blue-heading {
    background: #00407a;
    padding: 15px;
  	color: white !important;
}
