@charset "UTF-8";
/* CSS Document */
.col-container {
    display: table; border-collapse: separate; border-spacing: 7px; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}
.col-container-gray {
    display: table; border-collapse: separate; border-spacing: 5px; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
	background-color: #f1f1f1;
}
.col-container-nopad {
    display: table; border-collapse: separate; border-spacing: 0px; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col-100 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 0px;
	width: 100%;
}
.col-90 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 0px;
	width: 90%;
	float: left;
}
.col-80 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 0px;
	width: 80%;
	float: left;
}
.col-75 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 0px;
	width: 75%;
	float: left;
}
.col-70 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 10px;
	width: 60%;
	margin-right: 5px;
}
.col-60 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 10px;
	width: 60%;
	margin-right: 5px;
}
.col-50 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 10px;
	width: 50%;
	margin-right: 5px;
}
.col-40 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 10px;
	width: 40%;
	margin-left: 5px;
}
.col-37 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 10px;
	width: 37%;
	margin-right: 5px;
}
.col-33 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 0px;
	width: 33%;
}
.col-30 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 10px;
	width: 30%;
}
.col-30-nopad {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 0px;
	width: 30%;
	margin-left: 5px;
}
.col-25 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 0px;
	width: 25%;
}
.col-20 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 0px;
	width: 20%;
}
.col-10 {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 0px;
	width: 10%;
}
.col-square {
	display: table-cell; /* Make elements inside the container behave like table cells */
	vertical-align: top;
	padding: 0px;
	width: 50%;
  height: 50%;
}
.red-fill {
	background-color: #8A0002;
	color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.25em;
}
.red-fill-default-text {
	background-color: #8A0002;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #ffffff;
	line-height: 1.25em;
}
.red-fill-default-text-centered {
	background-color: #8A0002;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #ffffff;
	line-height: 1.25em;
	text-align: center;
}
.red-fill-rounded-default-text-centered {
	background-color: #8A0002;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #ffffff;
	line-height: 1.25em;
	text-align: center;
	border-radius: 10px;
}
.crimson-fill-default-text {
	background-color: #990000;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #ffffff;
	line-height: 1.25em;
}
.red-fill-rounded {
	background-color: #8A0002;
	color: #FFF;
	border-radius: 10px;
	font-size: 1.15em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.crimson-fill-rounded-default-text {
	background-color: #900;
	color: #FFF;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.gray-fill {
	background-color: #E5E5E5;
	font-size: 1em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-transform: uppercase;
	color: #6E635A;
	font-weight: bold;
	line-height: 1.25em;
}
.gray-fill-default-text {
	background-color: #E5E5E5;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #6E635A;
	line-height: 1.25em;
}
.gray-fill-default-text-tables {
	background-color: #E5E5E5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #514743;
	line-height: 1.25em;
}
.gray-fill-nopad {
	background-color: #E5E5E5;
	color: #FFF;
	padding: 0px;
	color: #6E635A;
	line-height: 1.25em;
}
.gray-fill-rounded {
	background-color: #E5E5E5;
	border-radius: 10px;
	font-size: 1.15em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.white-fill-border {
	background-color: #ffffff;
	border: 1px solid #999;
	font-size: 1.15em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.white-fill-border-default-text {
	background-color: #ffffff;
	border: 1px solid #999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.white-fill-default-text {
	background-color: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.white-fill-border-rounded {
	background-color: #ffffff;
	border: 1px solid #999;
	border-radius: 10px;
	font-size: 1.15em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.white-fill-border-rounded-alt {
	background-color: #ffffff;
	border: 2px solid #CCCCCC;
	border-radius: 10px;
	font-size: 1em;
	margin: 10px;
	padding: 10px;
}
.white-fill-border-rounded-alt3 {
	background-color: #ffffff;
	color: #333;
	border: 2px solid #CCCCCC;
	border-radius: 10px;
	font-size: 1em;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.white-fill-border-rounded-alt2{
	background-color: #ffffff;
	border: 2px solid #CCCCCC;
	border-radius: 25px;
	font-size: 1em;
	margin: 10px;
	padding: 10px;
}
.white-fill-red-border-rounded-alt2{
	background-color: #ffffff;
	border: 2px solid #990000;
	border-radius: 25px;
	font-size: 1em;
	margin: 10px;
	padding: 10px;
}
.color-fill-default-text {
	background-color: #f1f1f1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.color-fill-gray {
	background-color: #EDEBEB;
}
.color-fill-gray-border {
	background-color: #EDEBEB;
  border: solid 1px #cccccc;
}
.color-fill-crimson {
	background-color: #990000;
  color: #ffffff;
}
.fill-border {
	margin: 15px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}
.fill-border-right {
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.fill-border-left {
	margin-left: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.fill-border-bottom {
	margin-left: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.fill-border-top {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.xtra-padding {
	padding-right: 15px;
	padding-left: 15px;
}
.xtra-padding-left {
	padding-left: 55px;
}
.xtra-margins-sides {
	margin-right: 25px;
	margin-left: 25px;
}
.xtra-padding-top {
	padding-top: 15px;
}
.xtra-margin-top {
	margin-top: 15px;
}
.xtra-xtra-padding-top {
	padding-top: 30px;
}
.xtra-padding-top-bottom {
	padding-top: 15px;
	padding-bottom: 15px;
}
.border-vert-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.section-head {
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
	font-size: 1.25em;
	font-weight: bold;
}

/* If the browser window is smaller than 780px, make the columns stack on top of each other */
@media only screen and (max-width: 780px) {
    .col-90 { 
        display: block;
        width: 100%;
		clear: both;
    }
	.col-80 { 
        display: block;
        width: 100%;
		clear: both;
    }
	.col-75 { 
        display: block;
        width: 100%;
		clear: both;
    }
	.col-70 { 
        display: block;
        width: 100%;
		clear: both;
    }
	.col-60 { 
        display: block;
        width: 100%;
		clear: both;
    }
	.col-50 { 
        display: block;
        width: 100%;
		clear: both;
    }
	.col-40 { 
        display: block;
        width: 100%;
		clear: both;
    }
	.col-37 { 
        display: block;
        width: 100%;
		clear: both;
    }
	.col-33 { 
        display: block;
        width: 100%;
		clear: both;
    }
	.col-30 { 
        display: block;
        width: 100%;
		clear: both;
    }
	.col-30-nopad { 
        display: block;
        width: 100%;
		clear: both;
    }
	.col-25 { 
        display: block;
        width: 100%;
		clear: both;
	}
	.col-20 { 
        display: block;
        width: 100%;
		clear: both;
    }
	.col-10 { 
        display: block;
        width: 100%;
		clear: both;
    }
	.fill-border-right {
	margin-right: 0px;
	padding-right: 0px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 10px;
	margin-bottom: 25px;
}
.border-vert-right {
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #fff;
}
.xtra-margin-top {
	margin-top: 0px;
}
.xtra-xtra-padding-top {
	padding-top: 0px;
}
}

.lower-case {
	text-transform: lowercase;
}
.col-container .col-20 img {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
}
