﻿@font-face {
    font-family: play;
    src: url(../fonts/Play-Regular.ttf);
}

body {
    font-family: sans-serif;
    background-color: #eee;
}

.body-content {
    /*padding-top: 130px;*/
    padding-left: 15px;
    padding-right: 15px;
}

.body-content p {
    padding-left: 15px;
    padding-right: 15px;
}

.body-context.maxWidth {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#header {
    background: #211842;
    color: white;
    display: inline-block;
    /* height: 130px; */
    width: 100%;
    clear: both;
}

h1 {
    font-size: 25px;
    margin-top: 40px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

p {
    font-size: 15px;
}

li {
    font-size: 15px;
}

.font0 {
    font-size: 32px;
    line-height: 0.7em;
    font-family: play, sans-serif;
    display: inline-block;
    padding-left: 30px;
}

#imgLogo {
    vertical-align: middle;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.centeredcontent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 980px; 
}

.navbar {
    margin-bottom: 0px;
}

.nav {
    /*margin-top:-40px;*/
    /*margin-left: 115px;*/
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-nav > li > a, 
.nav > li > a {
    font-family: play, sans-serif;
    color: white;
    font-size: 19px;
}

.nav > li.selected > a {
    color: #ffad31;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: underline;
    background-color: transparent;
    color: white;
}

.headerstyle {
    margin-top: 30px;
    margin-bottom: 5px;
    width: 427px;
    height: 35px;
    background-color: #8b0000;
}

.btn-tmt {
  color: #ffffff;
  background-color: #8b0000;
  border-color: #ffffff;
}

.notCurrent {
    display:none;
}

h4 {
    display: block;
    padding-top: 8px;   
    margin-left: 17px;
    color: white;
    bottom: 0;
    right: 0;
    left: 0;
}

.tmtbutton {
    border-radius: 3px;
    transition: border-color 0.4s ease 0, background-color 0.4s ease 0;
    background-color: #002e5d;
    cursor: pointer !important;
}

.tmtbutton:hover {
    background-color: #2b6ca3;
    border-color: #002e5d;
}

.tmtwide {
    width: 100px;
}

.voffset {
    margin-top: 15px;
}

.voffset30 {
    margin-top: 30px;
}

.hoffset {
    margin-left: 15px;
}

footer > p {
    font-size: 90%;
}

.theCheckBox {
    display: inline-block;
    margin-left: 15px;
    margin-right: 3px;
}

.maxWidth {
    max-width: 1000px;
    background-color: white;
}

.searchTextBox {
    width: 275px;
    height: 36px;
    font-size: 150%;
    padding: 4px 0px 0px 10px;
    color: #FF0000;
    border: 1px solid;
}

.contactInputTextBox {
    width: 100%;
    margin: 5px;
    max-width: none;
    background-color: rgba(197, 195, 195, 0.84);
    border: 0px solid rgba(255, 255, 255, 1);
    color: #545658;
}

.contactMessage {
    min-height: 130px;
}

.img-responsive-carousel-contain {
    object-fit: contain;
}

.img-responsive-contain {
    /*height: 260px;*/
    object-fit: contain;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

.itemdivsize {
    width: 100%;
}

.clearboth {
    clear: both;
}

.imgCarouselLink {
    width: 100%;
    height: 100%;
}

.datewidth {
    width: 100px;    
}

@media print {
    /*footer {
        position: fixed;
    } 

    div.row {
        page-break-inside: avoid;
    }
    body {
        width: 1500px;
    }*/
}

.buttonpadleft {
    padding-left: 10px;
}

.field-validation-error {
    color: red;
    font-weight: bold;
    margin-left: 15px;
}
