@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/*************************
*******Typography******
**************************/
/*ebdb70 - hover gold*/

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 22px;

    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

img{
    max-width: 100%;
}

h4 {
    font-size: 16px;
}

a {
    color: #1f75fe;
    -webkit-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn-primary {
    background:  #002ec1;
    color: #fff;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background:  #002ec1;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}

body>section {
    padding: 30px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*************************
*******Header******
**************************/

#header .search {
    display: inline-block;
}

.navbar>.container .navbar-brand {
    margin-left: 0;
}

.top-bar {
    padding: 10px 0;
    background: #191919;
    border-bottom: 1px solid #222;
    line-height: 28px;
}

.top-number {
    color: #fff;
}

.top-number p {
    margin: 0
}

.social {
    text-align: right;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

ul.social-share li a:hover {
    background-color: #002ec1;
    color: #fff;
}

.search i {
    color: #fff;
}

input.search-form {
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #FFF;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

input.search-form::-webkit-input-placeholder {
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #002ec1;
    padding: 4px 0;
    padding-bottom: 0;
}

.navbar-nav {
    margin-top: 12px;
}

.navbar-nav>li {
    margin-left: 20px;
    padding-bottom: 18px;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    font-weight: 300;
}

.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #002ec1;
    color: #fff;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #002ec1;
    color: #ebdb70;
    font-weight: bold;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, .85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
    background-color:  #002ec1;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/

.no-margin {
    margin: 0;
    padding: 0;
}

#middle {
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

#middle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: .3
}

#middle h2 {
    font-size: 48px;
    color: #ffffff;
}

#middle .skill {
    margin-bottom: 60px;
}

span.bar-width::after {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    bottom: -32.5px;
    border-radius: 50%;
    right: 5px;
    border: 4px solid #fff;
}

.panel-default {
    border: 1px solid #d9d9d9;
}

.panel-default>.panel-heading {
    background-color: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
    padding: 8px;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    background: #fff;
    color: #858586;
}

.panel-body {
    padding: 10px 10px 10px;
    text-align: left;
    font-size: 12pt;
}

.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

.panel-title>a {
    color: #4e4e4e;
}

.accordion-inner img {
    border-radius: 4px;
}

.accordion-inner h4 {
    margin-top: 0;
}

.panel-heading.active {
    background: #1f1f20;
}

.panel-heading.active .panel-title>a {
    color: #fff;
}

a.accordion-toggle i {
    width: 45px;
    line-height: 44px;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
    margin-right: -15px;
    background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
/*    background: #EC5538; */
    background:  #002ec1;
    color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
    background: #EC5538;
    color: #fff;
}

.nav-tabs>li {
    margin-bottom: 0px;
    border: 1px solid transparent;
}

#content .nav-tabs>li.active>a,
#content .nav-tabs>li.active>a:hover,
#content .nav-tabs>li.active>a:focus {
/*    color: #EC5538; */
    color:  #002ec1;
    background-color: #F9FAFB;
    border: 1px solid #E9EFF4;
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
}

#content .tab-pane{
    padding-left: 100px;
}

.nav-tabs {
    border: none;
}

.nav-tabs>li>a {
    color: #666;
    border-radius: 0;
    border: 1px solid transparent;
    line-height: 24px;
    margin-right: 0;
    padding: 13px 30px;
}
.nav-tabs>li>a:hover{
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs li:last-child {
    border-bottom: 0 none;
}

.nav-stacked>li+li {
    margin-top: 0;
}


.tab-wrap {
    margin-bottom: 20px;
}


.tab-content h2 {
    margin-top: 0;
}

.tab-content img {
    border-radius: 4px;
}

#conatcat-info {
    background: #fff url(../images/contact.png) no-repeat 90% 0;
    padding: 30px 0;
}

.contact-info i {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 10px;
}

.contact-info h2 {
    margin-top: 0;
    color: #000;
}

.contact-info {
    color: #000;
}




/*************************
********* Home Page CSS ******
**************************/

.home-img{
    padding-right: 70px;
}

.home-content{
/*    color: #989898; */
    font-size: 16px;
    line-height: 26px;
    margin-top: 80px;
}

.home-content h2{
    font-size: 48px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 25px;
}

.home-content h3{
    font-family: Verdana, sans-serif;
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 25px;
}


/*************************
********* About Us Page CSS ******
**************************/

.about-img{
    padding-right: 70px;
}

.about-content{
/*    color: #989898; */
    font-size: 16px;
    line-height: 26px;
    margin-top: 80px;
}

.about-content h2{
    font-size: 48px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 25px;
}

.about-content h3{
    font-family: Verdana, sans-serif;
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 25px;
}

/*************************
********* Contact Us CSS ******
**************************/


#contact-page {
    padding-top: 20px;
}

#contact-page .contact-wrap {
    margin-top: 20px;
}

.large-title{
    text-align: center;
    margin-bottom: 70px;
    margin-top: 50px;
}

.large-title h2{
    font-size: 48px;
    font-weight: 700;
    color: #222;
}

.large-title p{
    font-size: 16px;
    line-height: 26px;
    color: #989898;
    font-weight: 300;
}


/*************************
********* Form CSS ******
**************************/

textarea#message {
    resize: none;
    padding: 10px;
}

.control-label, div.form-label {
    color: #565656;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 600;
    padding-top: 6px;
}

.control-text {
    color: #000000;
    font-size: 14px;
    text-align: left;
    padding-top: 6px;    
}

.form-group .form-control {
    padding: 0 12px;
    border-color: #e2e2e2;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

.form-group .move-left {
    width: auto;
    box-shadow: none;   
}

.form-group button {
    font-size: 15px;
    padding: 15px 30px;
}

.checkboxes label {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
    color: #565656;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 600;
    padding-top: 6px;
}

.checkboxes input {
  vertical-align: middle;
}

.checkboxes label span {
  vertical-align: middle;
}

/*************************
********* Login CSS ******
**************************/


#login-page {
    padding-top: 20px;
}

/*************************
********* Account CSS ******
**************************/

DIV.menucontainer {
    background-color: #002ec1;
    color: #fff;
    padding: 8px 0px 0px 12px;
}

DIV.menucontainer a, DIV.menucontainer a:visited {
    color: #fff;
}

DIV.menucontainer a:hover {
    color: #f6a731;
}

DIV.menucontainer a.selected {
    color: #f6a731;
    font-weight: bold;
}

DIV.accountpageheader, DIV.teampageheader
{
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 25px;
    text-decoration: underline;
    text-align: center;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #4E4E4E;
}

#error h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 250px;
    line-height: 190px;
    margin-top: 0;
    margin-bottom: 40px;
}

#error p {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 50px;
}

#error{
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/******************
shortcodes page css
******************/

.shortcode-item {
    padding-bottom: 0;
}

.shortcode-item h2 {
    color: #4E4E4E;
    font-size: 24px;
    margin-bottom: 22px;
    margin-top: 0;
    font-weight: 600
}


/***********************
********* Footer ******
************************/
.footer-logo{
    display: inline-block;
}
#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background: #2e2e2e;
    font-size: 10pt;
    font-weight: 300;
    margin-top: auto;
}

#footer a {
    color: #fff;
}

#footer a:hover {
/*    color: #EC5538; */
    color:  #ebdb70;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul>li {
    display: inline-block;
    margin-left: 15px;
}

.footer_sm{
    font-size: x-small;
}


/***********************
********* Custom CSS ******
************************/

[rel="popover"] {
    cursor: pointer;
    display: inline-block; /* chrome-fix */
}

.info-icon
{
    padding-left: 10px;
    text-decoration: none;
    font-size: 12pt;
}

.btn-toggle {
    background-color: #a0a0a0;
    border-color:  #808080;
    color: #000000;
}

.btn-toggle:focus {
    color: #000000;
    outline:  none;
}

.btn-toggle:hover {
    background-color: #b0b0b0;
    color: #000000;
}

.btn-info:focus {
    outline:  none;
}

.team-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    color: #f6a731;
}

.team-title-white{
    font-family: 'Open Sans', sans-serif;
    font-size: 24pt;
    color: #fff;
}

#headerimg{
    width: 100%;
    height: auto;
}

.page-title h1{
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 10px;
}

.pageheader {
    font-size: 24pt;
    line-height: 1.1;
    color: #333333;
    font-weight: 700;
    margin: 0 0 25px;
    text-decoration: underline;
    text-align: center;
}

.help-block.with-errors {
    color: #ff5050;
    font-size: 14px;
    text-align:  left;
}

.top-number a, .top-number a:visited {
    color: #fff
}

.top-number a:hover {
    text-decoration: underline;
}

#navbar1 .nav-link {
    color:  #fff;
}

#navbar1 .nav-item.active {
    text-decoration: underline;
}

#navbar1 .nav-link:hover {
    color: #ff0;
}

div#teams>div {
    font-size: 11pt;
    width: auto;
    padding: 4px;
}

div#teams.container a, div#teams.container a:visited {
  color: #000;
}

div#teams.container a:hover {
    text-decoration: underline;
}

div.tblheader, div.tbldata {
    border: 1px solid #e0e0e0;
}

div.tbldata {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

div.tblheader {
    color: #565656;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

div.tblheaderleft, div.tbldataleft {
    text-align: left;
}

div.tblheadercenter, div.tbldatacenter {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

div.tbldata>a, div.tbldata>a:visited {
    color: #000;
}

div.tbldata>a:hover {
    color: #f6a731;
}

.fa-edit, .fa-trash, .fa-map-pin {
    cursor: pointer;
}

.fa-disabled {
    color: #dddddd;
    cursor: default;
}

DIV.mainalert {
    text-align: center;
    color: white;
    font-size: 16pt;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
}

A.dropdown-item {
    background-color: #6c757d;
}

.do-hover:hover {
    cursor: pointer;
}

.btn-xs {
    padding:.125rem .25rem;
    font-size:.625rem;
    line-height:1.5;
    border-radius:.2rem
}

.accordion-toggle .fas:before {   
  content: "\f139";
}

.accordion-toggle.collapsed .fas:before {
  content: "\f13a";
}

.stat-table {
    font-size: 9pt;
    border: solid 1px #000000;
}

.statkey-table {
    font-size: 9pt;
}

.statcell-s {
    width: 3%;
}

.statcell-m {
    width: 5%;
}

.statcell-l {
    width: 10%;
}

.statcell-xl {
    width: 15%;
}

.prevnextgames { font-size: 11pt !important; }

.subheader {
    font-size: 12pt;
    font-weight: 600;
}

@media (min-width: 768px) {
    .prevnextgames { font-size: 12pt; }
    .subheader { font-size: 16pt; }
}

DIV.wagonHeader {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}

DIV.wagon {
	text-align: center;
	font-size: 11pt;
}