
@font-face{ 
    font-family: 'Assistant'; 
    src: url('/Templates/Fonts/Assistant-WebFont.eot'); 
    src: url('/Templates/Fonts/Assistant-WebFont.eot?#iefix') format('embedded-opentype'), url('/Templates/Fonts/Assistant-WebFont.woff') format('woff'), url('/Templates/Fonts/Assistant-WebFont.ttf') format('truetype'), url('/Templates/Fonts/Assistant-WebFont.svg#Assistant') format('svg'); 
}
@font-face { 
    font-family: 'Oswald-Regular'; 
    src: url('/Templates/Fonts/Oswald-Regular-WebFont.eot'); 
    src: url('/Templates/Fonts/Oswald-Regular-WebFont.eot?#iefix') format('embedded-opentype'), url('/Templates/Fonts/Oswald-Regular-WebFont.woff') format('woff'), url('/Templates/Fonts/Oswald-Regular-WebFont.ttf') format('truetype'), url('/Templates/Fonts/Oswald-Regular-WebFont.svg#Oswald-Regular') format('svg'); 
}
@font-face  {
    font-family: 'Oswald-Bold';
    src: url('/Templates/Fonts/Oswald-Bold-WebFont.eot');
    src: url('/Templates/Fonts/Oswald-Bold-WebFont.eot?#iefix') format('embedded-opentype'), url('/Templates/Fonts/Oswald-Bold-WebFont.woff') format('woff'), url('/Templates/Fonts/Oswald-Bold-WebFont.ttf') format('truetype'), url('/Templates/Fonts/Oswald-Bold-WebFont.svg#Oswald-Bold') format('svg');
}
@font-face  {
    font-family: 'Roboto Condensed';
    src: url('/Templates/Fonts/robotocondensed-WebFont.eot');
    src: url('/Templates/Fonts/robotocondensed-WebFont.eot?#iefix') format('embedded-opentype'), url('/Templates/Fonts/robotocondensed-WebFont.woff') format('woff'), url('/Templates/Fonts/robotocondensed-WebFont.ttf') format('truetype'), url('/Templates/Fonts/robotocondensed-WebFont.svg#robotocondensed') format('svg');
}
@font-face {
    font-family: 'Kanit-Regular';
    src: url('/Templates/Fonts/Kanit-Regular.ttf');
}
@font-face {
    font-family: 'Kanit-Bold';
    src: url('/Templates/Fonts/Kanit-Bold.ttf');
}
@font-face {
    font-family: 'Kanit-Thin';
    src: url('/Templates/Fonts/Kanit-Thin.ttf');
}
body {
    font-family: 'Assistant', sans-serif;
    margin:0;
    padding:0;
    padding-top: 68px;
    line-height: 1.4em;
    background-color: #092559;
}
main {
    background-color: #fff;
    height: 100%;
}
section .container {
    padding-top: 25px;
    padding-bottom: 25px;
}
a, a h2, a h3 {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1, h2, h3, h4 {
    font-family: Oswald-Bold,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    padding-top: 4px;
}
.frameContent p {
    margin:0;
    padding:0;
}
.lead {
    font-size: 18px;
}
@media (max-width: 767px) {
    body {
        padding-top: 52px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}
/*buttons*/
.btn {
    padding: 0 16px;
    border-radius: 6px;
}
.btn:before, .btn:after {
  display: inline-block;
  vertical-align: middle;
}

.clear {
    clear: both;
}

.btn span {
  vertical-align: middle;
  display: inline-block;
}
.btn .btn-label {
  margin-left:8px;
}

.btn-signUp {
    font-family: Oswald-Bold,Arial,Helvetica,sans-serif;
    padding-top: 4px;
    text-transform: uppercase;
    color: #fff;
    background-color: #256ad4;
    border: 2px solid #fff;
    border-radius: 100px;
}
.btn-signUp:hover {
    background-color: #00b200;
    border: 2px solid #fff;
    color:#fff;
}
.btn-goto:before {
    font-family: FontAwesome;
    content: "\f064";
}
.fa-bars:before {
    font-family: FontAwesome;
    content: "\f0c9";
}
.btn-search:before {
    font-family: FontAwesome;
    content: "\f002";
}
.btn-map-marker:before {
    font-family: FontAwesome;
    content: "\f041";
}

.btn-add:before {
    font-family: FontAwesome;
    content: "\f055";
}

.btn-pencilSquare:before {
    font-family: FontAwesome;
    content: "\f044";
}
.btn-back:before {
    font-family: FontAwesome;
    content: "\f053";
}
.btn-print:before {
    font-family: FontAwesome;
    content: "\f02f";
}
.btn-user:before {
    font-family: FontAwesome;
    content: "\f007";
}

.btn-list:before {
    font-family: FontAwesome;
    content: "\f0cb";
}




.btn-arrow-right:after {
    font-family: FontAwesome;
    content: "\f061";
    margin-left: 8px;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
}
.btn-primary {
    background-color: #27e;
}
.btn-purple {
    color: #fff;
    background-color: #21004b;
    border-color: #6a1caa;
}
.btn.btn-lg.btn-purple {
    font-size: 14px;
    border-width: 2px;
    border-style:solid;
    border-radius: 8px;
}
.btn.focus.btn-purple, .btn:focus.btn-purple, .btn:hover.btn-purple {
    color: #ddd;
    text-decoration: none;
}
.btn-blue {
    color: #fff;
    background-color: #27e;
    border-color: #27e;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #1862ed;
    border-color: #1862ed;
}
a.btn.btn-moreinfo::before {
    font-family: 'FontAwesome';
    content: '\f064';
    padding-right: 6px;
}
.btn-fb:before {
    font-family: FontAwesome;
    content: "\f230";
    margin-right: 10px;
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.btn-default {
    background-color: #888;
    border: none;
    color: #fff;
    font-weight: bold;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus {
    background-color: #666;
    color: #fff;
}

/*end buttons*/
/*old Sections*/
.row {
    margin: 0;
}

/* end old sections*/
/*navbar*/
.navbar {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    background-color: #110044;
    padding: 4px 15px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-brand {
    padding: 0;
    margin-right: 7px;
}
.navbar-collapse {
    padding: 3px 8px 3px 8px;
}
.navbar-nav {
    list-style: none;
}
.nav-link {
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 8px;
}
.nav-link, a.nav-link:visited, a.nav-link:active {
    color:#fff;
}
a.nav-link:hover {
    color:#00b200;
}
.dropdown-menu {
    color: #f1f1f1;
    background-color: #110044;
    border: none;
}
.dropdown-menu .dropdown-menu-display {
    height:0;
    -webkit-transition: height .25s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: height .25s;
    transition-timing-function: linear;
}
.dropdown-menu.show .dropdown-menu-display {
    height:100%;
}
.dropdown-item {
    color: #f1f1f1;
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar .container {
        max-width: 750px;
        padding-left: 5px;
    }
    .nav-link {
        font-size: 14px;
    }
    .btn.btn-lg.btn-purple {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .navbar {
        padding: 8px 14px;
    }
    .navbar-brand {
        padding: 0 5px;
    }
    .navbar-brand img {
        width: 132px;
    }
    .nav-link, .dropdown-item {
        font-size: 14px;
    }
    .dropdown-menu {
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 480px) {
    .navbar-brand {
        width: 42px;
        overflow: hidden;
        margin-right: 5px;
    }
}
@media (max-width: 350px) {
    .navbar {
        padding: 8px 0;
    }
}
.navbar-toggler {
    border: none;
}
.navbar-toggler-icon {
    color: #fff;
    font-size: 28px;
    width: 28px;
    height: 28px;
}
/* login */
.headerButtons {
    text-align: right;
    height: 62px;
    padding-top: 8px;
    position: relative;
    z-index:1000;
}
#page_login .headerButtons, #page_signup .headerButtons {
}
.headerButtons .btn {
    line-height: 38px;
}
.headerButtons .btn:hover {
    color:#00b200;
}
.headerButtons .dropdown {
    position: static;
}

@media (min-width: 991px) {
    .headerButtons {
        text-align: left;
        order: 3;
    }

}
@media (max-width: 991px) {
    .headerButtons {
        text-align: left;
    }
    .headerButtons {
        height: 35px;
        padding-top: 0;
    }
    .headerButtons .btn {
        line-height: 30px;
    }
    .btn.btn-lg.btn-purple#loginDrop {
        padding: 0 10px;
    }
    .btn.btn-lg.btn-purple {
        font-size: 14px;
        border-radius: 6px;
    }

}
@media (max-width: 480px) {
    .headerButtons {
        text-align: left;
    }
    .headerButtons {
        height: 35px;
        padding-top: 0;
    }
    .headerButtons .btn {
        line-height: 30px;
    }
    .btn.btn-lg.btn-purple#loginDrop {
        padding: 0 8px;
    }
    .btn.btn-lg.btn-purple {
        font-size: 14px;
        border-radius: 6px;
    }

}

/*
@media (max-width: 767px)  {
    .headerButtons {
        position: absolute;
        top: 77px;
        text-align: center;
        height: 62px;
        width: 316px;
        z-index: 1000;
    }
}
*/
.headerButtons button#searchDrop {
    margin-left: 7px;
}
button i {
    margin-right: 8px;
}
.headerLogin.dropdown-menu, .teamSearch.dropdown-menu {
    background-color: #261548;
    width: 316px;
    min-width: 316px;
    padding: 10px 5px 5px 5px;
    margin: 0;
    border: 2px solid #601b98;
    border-radius: inherit;
    text-align: initial;
    position: absolute;
    top:65px;
    right: 0px;
    left: auto;
    z-index: 1000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
@media (max-width: 767px)  {
    .headerLogin.dropdown-menu, .teamSearch.dropdown-menu {
        top:43px;
    }
}
@media (max-width: 480px)  {
    .headerButtons button {
        margin-left: 0;
    }
    .btn.btn-lg.btn-purple {
        font-size: 14px;
        border: none;
        background-color: transparent;
        padding: 0 10px;
    }
    .headerLogin.dropdown-menu, .teamSearch.dropdown-menu {
        right:-50px;
    }
}
.headerLogin .form-group {
    margin-bottom: 10px;
}
.form-group.formFoot {
    margin-bottom: 0;
}
.headerLogin input.form-control {
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    background-color: #1d122c;
    background-image: none;
    border: 1px solid #170c2b;
}
.headerLogin .fa {
    font-family: Arial, FontAwesome, Helvetica, Sans-Serif;
}
.headerLogin .btn {
    width: 100%;
}
.formFoot {
    line-height: 20px;
    font-size: 14px;
    text-transform: lowercase;
}
.headerLogin .formFoot input {
    vertical-align: middle;
}
.headerLogin label {
    display: inline;
    line-height: normal;
    color: #fff;
    margin-left: 3px;
}



.headerLogin .btn, .teamSearch .btn {
    border-radius: 6px;
}


.findMapRow {
  color:#007bff;
  margin-top:-6px;
}
.findMapRow a.browseMap {
  color:#888;
  text-transform: none;
  font-size: 16px;
  padding-left: 14px;
  text-align: left;
}


.findMapRow a.browseMap:before {
  font-size:18px;
}

#facebookLoginBut {
    margin-bottom: 10px;
}
.headerLogin .btn {
    width: 100%;
}
#facebookLoginBut .btn {
    font-size: 12px;
}
.btn-fb {
    color: #fff !important;
    background-color: #4267B2 !important;
    border-color: #4267B2 !important;
    padding: 0 12px;
}
a.btn-fb:hover, .headerButtons .btn-fb:hover {
    color: #fff !important;
    background-color: #4267B2 !important;
    border-color: #4267B2 !important;
}

a.forgotPasswword {
    color: #fff;
    text-decoration: none;
}
a.forgotPasswword:hover {
    text-decoration: underline;
}
a.forgotPasswword {
    float: right;
}
.teamSearch .form-control {
    color: #fff;
    background-color: #111;
    background-image: none;
    border: 1px solid #000;
}
.teamSearch .fa {
    font-family: Arial, FontAwesome, Helvetica, Sans-Serif;
}
.teamSearch .btn {
    width: 100%;
}
.headerLogin .btn, .teamSearch .btn {
    border-radius: 6px;
}
.header a {
    text-decoration: none;
}














/*title*/


.contentHeaderWrapper {
    background-color:#000;
    color:#fff;
    padding: 7px 12px 4px 12px;
}
.contentHeader h1 {
    font-size: 22px;
    display: inline-block;
    font-weight: normal;
    margin: 0;
}
.contentHeaderWrapper .contentHeader h3 {
    color: #007bff;
    font-size: 18px;
    text-transform: capitalize;
    margin-left: 15px;
    margin-bottom: 0;
    display: inline-block;
}
/*
.contentHeader h1 {
    font-size: 60px;
    margin-bottom: 0;
}
.contentHeader h3 {
    color: #777777;
}
@media (max-width: 767px) {
    .contentHeader h1 {
        font-size: 40px;
    }
    .contentHeader h3 {
        font-size: 18px;
    }
}
*/



/* end header*/


/*footer*/
footer {
    background-color: #092559;
    color: #fff;
}
footer .container {
    padding-top: 70px;
    padding-bottom: 70px;
}
footer .text-light {
    font-size: 14px;
}
.footerLogo {
    margin-bottom: 12px;
}
.socialLinks {
    margin: 12px 0;
}
.socialLinks a {
    display: inline-block;
    background-color: #f8f9fa;
    text-align: center;
    height: 32px;
    width: 32px;
    border-radius: 6px;
    font-size: 20px;
    color: #092559;
    line-height: 24px;
    margin: 6px;
}
.socialLinks .fa {
    vertical-align: middle;
    /* line-height: 32px; */
}
.socialLinks br {
    display: none;
}
@media (max-width: 1200px) {
    .socialLinks br {
        display: block;
    }
}
@media (max-width: 767px) {
    footer .container {
        text-align: center;
    }
}
.footerSignUp {
    min-width: 171px;
}
@media (max-width: 389px) {
    .footerSignUp {
        margin-left: -40px;
    }
}
.footerCopy {
    font-size: 12px;
    text-align: center;
    margin-bottom: 6px;
}
.footerCopy a {
    color: #FFF;
    text-decoration: none;
    line-height: 16px;
    white-space: nowrap;
}

/*sections*/
/*headSection*/
#headSection {
    /*background: url('/sportswebsites/images/tabs/easyToManage.jpg');*/
    background-position: left center;
    background-size: cover;
    color: #fff;
    /*
    -webkit-box-shadow: inset 0px 0px 1em #555;
    -moz-box-shadow: inset 0px 0px 1em #555;
    -o-box-shadow: inset 0px 0px 1em #555;
    -ms-box-shadow: inset 0px 0px 1em #555;
    box-shadow: inset 0px 0px 1em #555;
    */
}


/*
john put this in for a fix, but caused issue on dynamic ones, so removing
@media (max-width: 991px) {
    #page_home #headSection {
        background-position: -185px center;
    }
}
@media (max-width: 576px) {
    #page_home #headSection {
        background-position: -235px center;
    }
}
*/


#headSection.hasWhiteBG {
    color: #000;
}
#headSection .container {
    padding-top: 44px;
    text-align: right;
    height: 520px;
    position: relative;
}
#headSection h1, #headSection .lead {
    text-shadow: 2px 2px 6px #000;
}
#headSection .lead {
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
#headSection.hasWhiteBG h1, #headSection.hasWhiteBG .lead {
    text-shadow: none;
}
#headSection .btn.btn-signUp {
    font-family: "Oswald-Bold",Arial,Helvetica,sans-serif;
    font-size: 34px;
    line-height: 70px;
    text-transform: uppercase;
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0;
    width: 380px;
    display: inline-block;
    text-align: center;
    text-decoration: none;

    color:#fff;

    -webkit-box-shadow: 2px 2px 6px #000;
    -moz-box-shadow: 2px 2px 6px #000;
    -o-box-shadow: 2px 2px 6px #000;
    -ms-box-shadow: 2px 2px 6px #000;
    box-shadow: 2px 2px 6px #000;
}

@media (max-width: 450px) {
    #headSection .btn.btn-signUp {
        width: 300px;
        font-size: 30px;
    }
}


@media (max-width: 340px) {
    #headSection .btn.btn-signUp {
        width: 300px;
    }
}


@media (max-width: 575px) {
    #headSection h1 {
        font-size: 40px;
        line-height: 40px;
    }
    #headSection .lead {
        font-size: 20px;
    }
}
@media (min-width: 576px) {
    #headSection h1 {
        font-size: 42px;
    }
    #headSection .lead {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    #headSection h1 {
        font-size: 56px;
    }
    #headSection .lead {
        font-size: 25px;
    }
}



/* intentionally 1 px into ipad */
@media (max-width: 768px) {

    #headSection .container {
        padding-top: 24px;
    }
    #headSection .headSectionBottomPart {
        position: absolute;
        bottom: 24px;
        left: 0;
        right: 0;
        padding: 0 15px;
    }
    #headSection .signupButtonRow {
        text-align:  center;
    }

    #headSection .lead {
        margin-top: 0;
    }
}






/*
@media (min-width: 992px) {
    #headSection h1 {
        font-size: 72px;
    }
    #headSection .lead {
        font-size: 28px;
    }
}
*/




#passwordStrength {
    display: none;
}

.inlineHelp, .inlineHelp:focus, .inlineHelp:active {
  opacity: 0.7;
  text-decoration: none;
  color:#aaa;
  line-height: 28px;
  display: inline-block;
  margin-left: 2px;
  padding:0 6px;
  font-size: 18px;
  vertical-align: middle;

    transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
}
.inlineHelp:before {
  font-family: FontAwesome;
  content: "\f059";
}
.inlineHelp:hover {
  opacity: 1;
  text-decoration: none;
}




/* make youtube embeds responsive (requires container, class=videoWrapper) */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.staffComments {
  border:2px #FC0 dashed;
  padding:12px;
  background-color:#EFECE9;
  margin-top:12px;
}




