/*  CG Red: Very Dark: ##880022 ()  Dark: #B4121C (180,18,28) Light: #FFDDE5 ()  Very Light: #FFEEF2 () */

@font-face {
    font-family: 'fira_sansregular';
	src: url('firasans-regular-webfont.eot');
	src: url('firasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('firasans-regular-webfont.ttf') format('truetype'),
         url('firasans-regular-webfont.svg#fira_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fira_sansbold';
	src: url('firasans-bold-webfont.eot');
	src: url('firasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('firasans-bold-webfont.ttf') format('truetype'),
         url('firasans-bold-webfont.svg#fira_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    margin: 0;
    font-family: fira_sansregular, sans-serif;
	background-color: WhiteSmoke;
	/* to make picture fill background */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    font-family: fira_sansbold, sans-serif;
    font-weight: 600;
}

hr {
	border-top-color : #555; /* bootstrap override */
}

b, strong {
    font-family: fira_sansbold, sans-serif;
    font-weight: normal;
}

header {
	width: 100%;
    text-align: center;
}

article {
	margin: 2rem auto;
	overflow: hidden;
	padding-right: 0 !important; /* to remove padding beside pix */
	padding-left: 0 !important;
	background-color: white;
}

@media (min-width: 576px) {
	article {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	article {
		max-width: 90%;
	}
}

@media (min-width: 992px) {
	article {
		max-width: 80%;
	}
}

.CenterIt {
	text-align: center;
}

/* bootstrap overrides */

.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* Button color overrides CG ONLY */

.btn-default {
	border-color: #880022;
	background-color: #B4121C !important;
	color: #fff;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #880022;
  border-color: #B4121C;
}
.btn-default:hover {
  color: #fff;
  background-color: #880022;
  border-color: #B4121C;
}

.btn-info {
	border-color: LightGray;
	background-color: #F2DEDE; /*#E5E5e5; */
	color: #333;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #880022;
  border-color: #B4121C;
}
.btn-info:hover {
  color: #fff;
  background-color: #880022;
  border-color: #B4121C;
}

 /*-- GRIDVIEW --*/ /* rem thru here */

.cgGridview {   
    width: 100%;   
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    border: 1px solid #B4121C;  
/*    border-radius: 10px; */
    margin: 5px auto;
    background-color: #fff;
}  

.cgGridview td {   
    border: 1px solid transparent;
    padding: 3px 4px;
    color: #333;   
}  

.cgGridview th {   
    border-color: Transparent; /* stupidass Chrome fix for header box corners */
    padding: 4px 2px;   
    font-weight: bold;
    background-color: #B4121C;
    color: White;
}

.cgGridview th a {color: #FFF;}
.cgGridview th:first-child {border-top-left-radius: 10px;}
.cgGridview th:last-child {border-top-right-radius: 10px;}

.cgGridview .alt { background: #FFEEF2;}

.cgGridview .pgr { background: #B4121C;}
.cgGridview .pgr table {margin: 5px 0;}  
.cgGridview .pgr td {   
    border-width: 0;   
    padding: 0 6px 2px 6px;   
    line-height: 14px;
    font-weight: bolder;   
    color: Gainsboro;
}

.cgGridview .pgr a {color: White; text-decoration: none;} 
.cgGridview .pgr a:hover {color: #FFF; text-decoration: none; border: 1px solid White; padding-right: 5px; padding-left: 5px;}  
.cgGridview .pgr td span {border: 1px solid White; padding-right: 5px; padding-left: 5px;}
.cgGridview .pgr td:first-child {border-bottom-left-radius: 10px;}
.cgGridview .pgr td:last-child {border-bottom-right-radius: 10px;}

 
.floatLeft {
	float: left;
}

.floatRight{
	float: right;
}

.imgLogo {
    width: 50%;
	margin-top: .5em;
}

/* Navigation Action (an action the user takes) Buttons rem-ed */

.navAction {
	width: 66%;
	margin: 0 auto;
	margin-bottom: 2rem;
}

@media screen and (min-width: 532px) {
	.navAction 	{
		width: 40%;
	}
}

@media screen and (min-width: 784px) {
	.navAction 	{
		width: 33%;
	}
}

/* Navigation Member Buttons rem-ed */

.navMember {
	padding-bottom: 3rem;
}

.navMember ul {
	margin: 0; 
	padding-left: 0;
}

.navMember li {
	float: left;
	width: 33%;
	margin: 0;

	text-align: center;
	border: 1px solid white;
	list-style: none;
}

.navMember a {
	display: block;
	height: 2rem;
	padding-top: .25rem;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #B4121C;
	color: white;
}

.navMember a:hover {
	background-color: gray;
	transition: 1s background-color;
}

@media screen and (min-width: 860px) {

	.imgLogo {
		width: 48%;
	}

	.navMember {
		position: absolute;
		top: 0;
		right: 0;
		padding-right: 1rem;
		line-height: 2.5rem;
	}

	.navMember ul {
		text-align: right;
		list-style-type: none;
	}

	.navMember li {
		float: none;
		width: 6em;
		border: 0;
	}

	.navMember a {
		text-decoration: underline;
		text-transform: none;
		background-color: transparent;
		color: #333;
	}

	.navMember a:hover {
		background-color: transparent;
		transition: 1s background-color;
		color: #B4121C;
		transition: 1s color;
	}
}
/* Navigation Button Menu rem-ed */

.cg-nav-section {
	padding-bottom: 1rem;
}

.cg-nav-section a {
	margin-bottom: 1rem;
}

.cg-button-width {
	width: 90%;
}

@media screen and (min-width: 768px) {
	.cg-button-width {
		width: 100%;
	}

    .imgLogo {
        width: 40%;
    }
}

@media screen and (min-width: 868px) {
	.cg-button-width {
		width: 100%;
	}	
}

@media screen and (min-width: 1225px) {
    .imgLogo {
        width: 30%;
    }
}

.sectionErrors {
	display: block !important;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: red;
}

.sectionErrors p {
	margin-bottom: 0;
}