@import url('https://fonts.googleapis.com/css?family=Raleway:400');

body
{
	margin:0px;
	background-color: #fff;
	font-family:  'Raleway', sans-serif, arial, verdana, helvetica;
}

* {box-sizing: border-box; }
.row::after {content: ""; clear: both; display: block; }
[class*="col-"] {float: left; padding: 0px; }

.container {max-width:1110px; text-align: left; margin:0 auto; padding: 0 10px 0 10px; }


/* ##  -- LINE BREAKS WITH / WITHOUT SPACE -- ## */

hr.one {border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.3);  margin: 35px 0 25px 0;}
hr.two {border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.3);}

/* ##########  -- ITEMS THAT CHANGE WITH MEDIA QUIRIES -- ##########  */

.right-to-center {text-align: right;}

h1 {line-height:100%; font-size: 33px; color: #005087; font-weight: normal; letter-spacing: 1px; word-spacing: 1px;}

.hdrbox {line-height:130%; font-size: 22px; color: #490c18; letter-spacing: 1px; word-spacing: 1px;}

p {line-height:140%; font-size: 17px; color: #000; letter-spacing: 1px; word-spacing: 1px;}
p.textsub {line-height:140%; font-size: 22px; color: #222; font-weight: normal; letter-spacing: 1px; word-spacing: 1px;}
p.text25 {line-height:140%; font-size: 25px; color: #222; font-weight: normal; letter-spacing: 1px; word-spacing: 1px;}
p.text14 {line-height:140%; font-size: 14px; color: #bbb; font-weight: normal; letter-spacing: 1px; word-spacing: 1px;}

a:link {color: #90a8ce; text-decoration: underline; font-size: 22px;}
a:visited {color: #90a8ce; text-decoration: underline; font-size: 22px;}
a:hover {color: #ffb755; text-decoration: none; font-size: 22px;}

a.large:link {color: #005087; text-decoration: underline; font-size: 25px;}
a.large:visited {color: #005087; text-decoration: underline; font-size: 25px;}
a.large:hover {color: #f2791e; text-decoration: none; font-size: 25px;}

ul {line-height:140%; font-size: 15px; color: #222; letter-spacing: 1px; word-spacing: 1px;}


/* ##  -- FOOTER STYLING -- ## */

p.footer {line-height:140%; font-size: 13.5px; color: #333; padding-bottom: 20px; letter-spacing: 1px; word-spacing: 1px;}

a.footer:link {color: #333; text-decoration: underline; font-size: 13.5px; line-height:140%; letter-spacing: 1px; word-spacing: 1px;}
a.footer:visited {color: #333; text-decoration: underline; font-size: 13.5px; line-height:140%; letter-spacing: 1px; word-spacing: 1px;}
a.footer:hover {color: #333; text-decoration: none; font-size: 13.5px;}


/*  MEDIA QUIRIES ALL COLUMNS   ============================================================================= */


/*  ACTIONS OR CHANGES TO HAPPEN AT LESS THAN 480 PIXELS */

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

	.right-to-center {text-align: center;}
}
