﻿
#skippingJumbotron {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url("/images/landing/kidsrunning2.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

#footballJumbotron {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url("/images/landing/home-headline.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 480px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

.home-content-img {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 20;
    height: 190px;
    margin-bottom: 15px;
}

#home-content-img-1 {
    background-image: url("/images/landing/home-content-1.jpg");
}

#home-content-img-2 {
    background-image: url("/images/landing/home-content-2.jpg");
}

#home-content-img-3 {
    background-image: url("/images/landing/home-content-3.jpg");
}

#home-content-img-4 {
    background-image: url("/images/landing/home-content-4.jpg");
}
#actionTabList{
	white-space: nowrap;
}
#actionTabList>li{
	display:inline-block;
	width: 23%;
    margin-left: 1.5%;
}
#actionTabList a{
	vertical-align:middle;
}
#actionTabList>li>a:hover,#actionTabList>li>a:focus{
	outline-color:#000000;
	color:#ffffff;
	text-decoration:none;
}
.headery-buttonesque {
	display:block;
    text-align: center;
    background-color: #737373;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0px;
    font-family: Raleway;
    font-weight: bold;
    font-size: 110%;
    color: white;
    min-height: 2.85em;
    max-height: 3em;
}

.headery-buttonesque:hover, .headery-buttonesque:focus {
    background-color: #C75000;
}

a:focus{
	outline-offset:initial;
	outline:auto;
}
.headerTabSpacer{
	display:inline-block;
	width:1rem;
	float:right;
}
.rightly {
    margin-left: 60%;
    margin-top: 10%;
    width: 35%;
}

.headlineish {
    line-height: 1.1em; 
    font-family: Open Sans; 
    background-color:#1B2A98; 
    font-size: 24px;
    color:#FFFFFF; 
    padding-top:20px; 
    padding-bottom: 20px; 
    padding-left:30px; 
    padding-right: 30px; 
    margin: 0 auto;
}

.light-padding-careful-margin {
    padding:10px; 
    margin: 0 auto;
}

.strong-left-and-right-margin {
    margin-left:100px; 
    margin-right:100px;
}

.ninety-square {
    height: 90px;
    width: 90px;
}

.no-top-and-bottom {
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom: 0px;
}

.no-bottom {
	margin-bottom: 0px;
}

.white {
	background-color: white;
}

.orange {
    background-color: #C75000;
}

.orange-text {
    color: #C75000;
}

.light-grey-text {
    color: #f5f5f5;
}

.light-grey {
	background-color: #f5f5f5;
}

.jumbotron-light-grey-text {
    color:rgb(238, 238, 238);
}


.big-orange-button {
	background-color: #C75000;
	color: white;
	font-size:17px;	
}

.big-orange-button:hover {
	background-color: white;
	color: navy;
}

.space {
	height: 1em;
}

.short-space {
	height: .6em;
}

.centered-text {
	text-align:center;
}

.bold-text {
	font-weight:bold;
}

.vc-header-menu:hover {
    background-color: #C75000;
    color: white;
}

.p-text {
	font-size:.4em;
}

.a-unbootstrap
{
    color: inherit;
    text-decoration: inherit;
}
    
.a-unbootstrap:hover,
.a-unbootstrap:focus {
    color: inherit;
    text-decoration: underline;
}

.square-sized-icon {
	height:45px; 
	width:45px;
}

.rectangular-icon {
    height:45px;
    border:none;
}

.with-cert-background {
    background-color: #1B2A98;
    color: white;
    font-weight: bold;
}

.has-right-white-border {
    border-right: 25px white solid;
}

.five-letters-high {
    height:5em;
}

.vital-orange {
    color: #C75000;
}

.vital-orange-hr {
    border-top: 1px #C75000 solid;
}


#footerLinkList li, #footerIconList li {
    display: inline;
}


.home-cert-section p {
    font-size: 18px;
}

.home-cert-section h2 {
    font-size: 24px;
}

.home-content .p-text {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

.home-content .row {
    margin:0;
}

.home-content-section {
    width:75%;
    margin: auto;
}

.new-landing #keepingdatasafesection {
    font-size: 18px;
}

.new-landing #keepingdatasafe {
    font-size: 24px;
}

#siteMenuList, #actionTabList, #footerLinkList, #footerIconList{
	list-style-type:none;
	padding:0;
	margin: 0;
}
#footerLinkList li{
	display:inline;
}

div.banner-color {
    background: #3078BB;
    border-color: #3078BB;
    color: #fff;
}

.footerAICPAIcon{
	width: 4.15rem;
}

.footerHIPAAIcon {
    width: 4.15rem;
}

@media only screen and (max-width: 990px) {
    .hideWhenSmall {
        display: none;
    }
}