@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #30AAE4;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

#headerBarTop {
	width: 100%;
	height: 5px;
	background-color: #003981;
}

#headerBarBottom {
	width: 100%;
	height: 5px;
	background-color: #F5C110;
}

#topHeader {
	width: 100%;
	height: auto;
	text-align: center;
}

#logo {
	background-image: url("../images/logo-2.gif");
    background-repeat: no-repeat;
	background-position: center;
	height: 140px;
	width: 240px;
	display: inline-block;
	vertical-align:top;
	margin: 20px 0px;
}

#headerText {
	height: 150px;
	width: auto;
	display: inline-block;
	padding: 10px;
	margin: 20px 0px;
	vertical-align:top;
}

.header {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
	color: #003981;
}

#navGroup {
	width: 100%;
	height: 60px;
	background-color: #003981;
	text-align: center;
}

.navBtn {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
	color: white;
	display: inline-block;
	padding-top: 17px;
	width: 200px;
}

#mobile-nav, #myNav{
	display: none;
}

#mainImg {
	background-image: url("../images/main-image-march-madness.jpg");
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 400px;
}

#sponsors {
	width: 100%;
	height: 400px;
	text-align: center;
}

.mainContent {
	height: 250px;
	width: 400px;
	display: inline-block;
	padding: 10px;
	margin: 35px;
	vertical-align:top;
	border:  solid 1px #ccc;
	background-color: #efefef;
	text-align: left;
	font-size: 16px;
}

#internalContent {
	width: 100%;
	height: auto;
	min-height: 700px;
	margin-bottom: 100px;
}


.intHeader {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
	color: #003981;
	padding: 40px 0px 0px 100px;
}


.intText {
    font-size: 20px;
    font-weight: 300;
	color: #003981;
	padding: 30px 0px 0px 100px;
}

ol {
	padding-left: 30px;
}

li {
	padding-bottom: 10px;
}

#footer {
	width: 100%;
	height: 200px;
	background-color: #013368;
	text-align: center;
	border-top: solid 10px #F5C110;
}

.footerContent {
	height: auto;
	width: 1000px;
	padding: 30px;
	margin: auto;
	color: white;
}

input {
    width: 250px;
    height: 30px;
    line-height: 28px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #F5C110;
    background-color: #efefef;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
}


select {
    width: 292px;
    height: 52px;
    line-height: 28px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #F5C110;
    background-color: #efefef;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	color: #757575;
}

.smallSelect {
    width: 150px;
    height: 30px;
	line-height: 20px;
    padding: 0px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #F5C110;
    background-color: #efefef;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	color: #757575;
}

textarea {
    width: 600px;
    height: 270px;
    line-height: 28px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #F5C110;
    background-color: #efefef;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
}

input[type=radio] {
    float: right;
	width: 15px;
	height: 15px;
}


.submit {
    width: 290px;
    height: 50px;
    line-height: 28px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #F5C110;
    background-color: #013368;
	margin-top: 10px;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
}

.required {
    font-size: 13px;
	color: red;
	text-transform: uppercase;
	margin-top: 5px;
}

.error{
	background-image:url(../images/error-bg.png);
}

#logos {
	width: 70%;
	height: 170px;
	text-align: center;
	margin: auto;
}

.nfl_logo {
	height: 33px;
	width: 50px;
	display: inline-block;
	padding: 4px;
	margin: 3px;
	vertical-align:top;
	border:  solid 1px #ccc;
}

.hide{ display:none; }


#sideBar {
	width: 15%;
	min-height: 600px;
	height: auto;
	border: solid 1px #ccc;
	display: inline-block;
	vertical-align:top;
	padding: 10px;
	font-size: 14px;
}

#intContainer {
	width: 80%;
	height:auto;
	min-height: 600px;
	display: inline-block;
	vertical-align:top;
	padding-left: 40px;
}

label {
	
	display: inline-block;
	width: 250px;

}

#squareRows {
	width: 99%;
	height: 60px;
	vertical-align: text-top;
}

#square1 {
	width: 5%;
	height: 50px;
	display:inline-block;
	border: solid 1px black;
	vertical-align: text-top;
	background-color: #CCC;
}

#square-blue {
	width: 5%;
	height: 50px;
	display:inline-block;
	border: solid 1px black;
	vertical-align: text-top;
	background-color: #093B7E;
}

#square-yellow {
	width: 5%;
	height: 50px;
	display:inline-block;
	border: solid 1px black;
	vertical-align: text-top;
	background-color: #F2C213;
}

#square-afc {
	width: 5%;
	height: 50px;
	display:inline-block;
	border: solid 1px black;
	vertical-align: text-top;
	background-color: #C81125;
}

#square-nfc {
	width: 5%;
	height: 50px;
	display:inline-block;
	border: solid 1px black;
	vertical-align: text-top;
	background-color: #34598C;
}

#squares {
	width: 5%;
	height: 50px;
	display:inline-block;
	border: solid 1px black;
	vertical-align: text-top;
}

.squareCheckBox{
	margin-top: 15px;
	width: 20px;
	height: 20px;
}

.squareName{
	padding-top: 12px;
	font-size: 17px;
	text-transform: uppercase;
}