.carbon-poweredby, em, i {
    font-style: italic;
}

/*@font-face {
	font-family: Oxygen;
	font-style: normal;
	font-weight: 300;
	src: url(../../fonts/oxygen/oxygen-v5-latin-300.eot);
	src: local("Oxygen Light"),local("Oxygen-Light"),url(../../fonts/oxygen/oxygen-v5-latin-300.eot?#iefix)format("embedded-opentype"),url(../../fonts/oxygen/oxygen-v5-latin-300.woff2)format("woff2"),url(../../fonts/oxygen/oxygen-v5-latin-300.woff)format("woff"),url(../../fonts/oxygen/oxygen-v5-latin-300.ttf)format("truetype"),url(../../fonts/oxygen/oxygen-v5-latin-300.svg#Oxygen)format("svg");
}

@font-face {
	font-family: Oxygen;
	font-style: normal;
	font-weight: 400;
	src: url(../../fonts/oxygen/oxygen-v5-latin-regular.eot);
	src: local("Oxygen"),local("Oxygen-Regular"),url(../../fonts/oxygen/oxygen-v5-latin-regular.eot?#iefix)format("embedded-opentype"),url(../../fonts/oxygen/oxygen-v5-latin-regular.woff2)format("woff2"),url(../../fonts/oxygen/oxygen-v5-latin-regular.woff)format("woff"),url(../../fonts/oxygen/oxygen-v5-latin-regular.ttf)format("truetype"),url(../../fonts/oxygen/oxygen-v5-latin-regular.svg#Oxygen)format("svg");
}

@font-face {
	font-family: Oxygen;
	font-style: normal;
	font-weight: 700;
	src: url(../../fonts/oxygen/oxygen-v5-latin-700.eot);
	src: local("Oxygen Bold"),local("Oxygen-Bold"),url(../../fonts/oxygen/oxygen-v5-latin-700.eot?#iefix)format("embedded-opentype"),url(../../fonts/oxygen/oxygen-v5-latin-700.woff2)format("woff2"),url(../../fonts/oxygen/oxygen-v5-latin-700.woff)format("woff"),url(../../fonts/oxygen/oxygen-v5-latin-700.ttf)format("truetype"),url(../../fonts/oxygen/oxygen-v5-latin-700.svg#Oxygen)format("svg");
}*/

/**, ::after, ::before {
	box-sizing: border-box;
}*/

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    color: #fff;
    /*background-color: #fff;*/
    /*background-image: url("img/common/background.jpg");*/
    background-color: #000;
    background-position: top center;
    background-repeat: no-repeat;
    font-family: Oxygen,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

/* replaced box-sizing above; does the same thing */
html {
    box-sizing: border-box;
}

*, ::before, ::after {
    box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: #3b3b3b;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    color: #F15A24;
    font-size: 24px;
    padding: 0 0 12px 0;
    margin: 0px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    text-shadow: 2px 2px #000000;
}

h2 {
    color: #fff;
    font-size: 16px;
    font-style: italic;
}

h3 {
    font-size: 18px;
    color: #ff0000;
}

/*a {
	color: #b18e5f;
	text-decoration: none;
}

	a:hover {
		color: #7c6341;
	}*/

/* ********************************************************* new branding stuff 10/31/2019 ******************************************************/

/*a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #008094;
    text-decoration: none;
    outline-offset: 2px;
    outline: 2px solid transparent;
    border-bottom: 1px solid #008094;
    font-size: 1.1em;
}

    a:hover, a:active {*/
        /*color: #191919;
		text-decoration: underline;
		outline: 2px solid transparent;*/
        /*color: #191919;
        text-decoration: none;
        border-bottom-color: transparent;
        -webkit-box-shadow: 0 4px 0 0 #f1b300;
        box-shadow: 0 4px 0 0 #f1b300;
    }

    a:visited {
        color: #008094;
    }*/

/* **********************************************************************************************************************************************/

b, strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

/* for table cells */

table tr th {
    background: #000000;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

table tr td {
    /*background: #6c374d - monte */
    background: #fff;
}

.pad5px {
    padding: 0px 5px 0px 5px;
}

.pad3px {
    padding: 3px 0px 3px 0px;
}

th a {
    color: #febe10;
}

    th a:hover, th a:visited {
        color: #febe10;
    }

/* -------------- */

.tableSquisherHead table tr td {
    padding: 2px 4px 2px 4px;
}

.tableSquisherBody table tr th {
    padding: 2px 4px 2px 4px;
}

.smallShadow table {
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px;
}

/* -------------- */

.container {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 960px;
}

.goldH2 {
    color: #978057;
    text-shadow: 1px 1px #cccccc;
    font-family: 'Times New Roman', Times, serif;
}

.spreademout {
    line-height: 25px;
}

.spreademoutmore {
    line-height: 40px;
}

.spreademoutless {
    line-height: 18px;
}

.buttonFarLeft {
    float: left;
    margin-left: 15px;
}

.buttonCenter {
    float: left;
    margin-left: 180px;
}

.buttonFarRight {
    float: right;
    margin-right: 15px;
}

.stuffFarRight {
    float: right;
    margin-right: 15px;
}

.centerSmileys {
    margin: auto;
    width: 150px;
}

.rounded15shadow {
    border-radius: 15px;
    box-shadow: 4px 4px 5px gray;
}

#errorMessage {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
}

a:link, a:active, a:visited {
    color: #f15a24;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.linkLinks a:link {
    color: #FFF;
}

.linkLinks a:hover {
    color: #F15A24;
}

/* ------------------------------------------------- */

/*.calendar .ajax__calendar_container {
	border: 1px solid #cccccc;
	background-color: #fff;
}

.calendar .ajax__calendar_header {*/
/*color: #fff;*/
/*color: #000;
	background-color: #febe10;
}

.calendar .ajax__calendar_today {*/
/*color: #b18e5f;*/
/*color: #000;
	font-weight: 600;
}

.calendar .ajax__calendar_other .ajax__calendar_day {
	background-color:#eee; 
} 

.ajax__calendar_days table tr td,  .ajax__calendar_months table tr td, .ajax__calendar_years table tr td {
 padding: 0;
 margin: 0;   
}  

.calendar .ajax__calendar_footer {
 display: none;   
}*/

/* ------------------------------------------------- */

.calendar .ajax__calendar_container {
    border: 1px solid #cccccc;
    background-color: #fff;
    height: 220px;
    width: 220px;
}

.calendar .ajax__calendar_body {
    height: 200px;
    width: 200px;
    margin-left: 17px;
}

.calendar .ajax__calendar_header {
    color: #000;
    background-color: #febe10;
    height: 25px;
}

.calendar .ajax__calendar_title {
    font-size: 15px;
}

.calendar .ajax__calendar_dayname {
    height: 25px;
    width: 25px;
}

.calendar .ajax__calendar_today {
    color: #000;
    font-weight: 600;
}

.calendar .ajax__calendar_day {
    background-color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
}

.ajax__calendar_days table tr td, .ajax__calendar_months table tr td, .ajax__calendar_years table tr td {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.calendar .ajax__calendar_footer {
    display: none;
}

.calendar ajax__calendar_dayname {
    height: 25px;
    width: 25px;
}

/* ------------------------------------------------- */

.DefaultStyle {
    background-color: rgb(255,255,255);
    border: 1px solid #000;
}

.FocusStyle {
    background-color: rgb(245,245,255);
    border: 1px solid #000;
}

::selection {
    background-color: #ccddee;
}

.hideText {
    color: #efefef;
}

.hideTextWhite {
    color: #ffffff;
}

/* ------------------------------------------------- */

@media all and (min-width:480px) {
    .container {
        padding: 0 24px;
    }
}

@media all and (min-width:720px) {
    .container {
        padding: 0 48px;
    }
}

.resp-header {
    margin: 0;
    padding: 0;
}

.resp-header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* background-color: #f07850; */
    background-color: #555555;
}

.resp-header-nav__link {
    padding: 12px;
    color: #fff;
}

    .resp-header-nav__link:hover {
        color: #fff;
        background-color: #c93f11;
    }

.resp-header__title {
    margin: 24px;
    padding: 0;
    color: #818181;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}

@media all and (min-width:480px) {
    .resp-header__title {
        margin: 36px;
        font-size: 42px;
    }
}

.resp-sub-nav {
    margin: 0 0 24px;
    padding: 0;
}

.resp-sub-nav__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.resp-sub-nav__item {
    margin: 0;
    padding: 4px;
}

.resp-sub-nav__link {
    display: block;
    margin: 0;
    padding: 4px 24px;
    border: 2px solid #f07850;
}

    .resp-sub-nav__item.active .resp-sub-nav__link, .resp-sub-nav__link:hover {
        color: #fff;
        /* background-color: #f07850; */
        background-color: #555555;
    }

.resp-footer {
    padding: 12px 0;
    text-align: center;
}

.padded2 {
    padding: .2em;
}

@media all and (min-width:480px) {
    .resp-footer {
        padding: 24px 0;
    }
}

@media all and (min-width:720px) {
    .resp-sub-nav {
        margin: 0 0 48px;
    }

    .resp-footer {
        padding: 48px 0;
    }
}

#carbonads {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 1000;
    padding: 24px 12px 12px;
    width: 154px;
    background-color: #fff;
    line-height: 1.1;
    border: 1px solid #e7e7e7;
}

.carbon-wrap {
    display: block;
    margin: 0 0 4px;
}

.carbon-img {
    display: block;
    margin: 0 0 4px;
    padding: 0;
    width: 130px;
    height: 100px;
}

.carbon-text {
    color: #818181;
    font-size: 12px;
}

.carbon-poweredby {
    font-size: 10px;
}

.carbonad__close {
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    height: 24px;
    font-size: 11px;
    line-height: 24px;
}

.biggerLinks {
    font-size: medium;
}

@media all and (max-width:660px) {
    #carbonads {
        display: none;
    }
}
