/* CUSTOM FONTS */

/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Exo', sans-serif;
*/

body, td, .banner_text h3 {
	font-family: 'Source Sans Pro', sans-serif;
    font-size   : 14px;
    color       : #666666;
    line-height : 24px;
}

.ambassadorContent h3 span, .button.arrowLeft, .button.viewallButton, input, textarea, select {
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing : 0;
	font-style     : normal;
	}

h1, h2, h3, #mainNav li a, #header .header_phone_number, #sidebar #subNav li.subNavHeading a, #sidebar .subNavBlog li.subNavHeading a, .productContainer, .eventContainer .title, #datepicker, .product-view .productPrice {
	font-family: 'Exo', sans-serif;
    letter-spacing : 0;
    font-style     : normal;
}

#header .header_forms, input[type="submit"], button, .button {
	font-family: 'Open Sans', sans-serif;
	letter-spacing : 0;
	font-style     : normal;
	}

h1 {
    font-size   : 30px;
    line-height: 34px;
    color       : #962e3b;
    font-weight : 700;
    margin      : 0 0 20px 0;
}

h2 {
    font-size   : 24px;
    line-height: 28px;
    color       : #962e3b;
    font-weight : 700;
    margin      : 0 0 10px 0;
}

h3 {
    font-size   : 18px;
    line-height: 20px;
    color       : #962e3b;
    font-weight : 700;
    margin      : 0 0 10px 0;
}

h4 {
    font-size   : 14px;
    line-height: 17px;
    color       : #666666;
    font-weight : bold;
}

a, a:visited, a:active {
    color           : #962e3b;
    text-decoration : none;
    outline         : none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover {
    color           : #721d27;
    text-decoration : none;
}

hr {
    margin     : 20px 0;
    height     : 1px;
    border     : none;
    border-top : 1px solid #E6E6E6;
    color      : #E6E6E6;
}

/*
	Custom Styles for dropdown
	Notice [10/02/2012]: TinyMCE applies css classnames in lowercase when used within a Webkit browser. So 'textHighlight' becomes 'texthighlight'.
	Workaround: Either declare all editor styles in lowercase, or create duplicate lowercase styles for webkit browsers.
*/

.button {}

.scale_with_grid {}

.text_highlight {
    font-weight : bold;
    color       : #999999;
}

.text_highlight2 {
    font-weight : bold;
    color       : #006600;
}

.pageimageright{
    float  : right;
    margin : 0px 3px 10px 25px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.pageimageleft{
    float  : left;
    margin : 0px 25px 10px 3px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}


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

/* ******************* */
/* Lists */
/* ******************* */

#content ul, #content ol {
    list-style : none;
    padding    : 0px;
    margin     : 0px 10px 15px;
}

#content ul li, #homepageItems ul li {
	position: relative;
    text-indent : 0px;
    margin-left : 30px;
    padding     : 6px 0px;
}

#copy ul li:before, #homepageItems ul li:before, .homepageMessage ul li:before {
	font-family: fontawesome;
    content     : "\f1e3 \00a0";
    color       : #962e3b;
    font-size   : 12px;
    line-height : 14px;
	position: absolute;
	left: -20px;
	top: 8px;
}

.homepageMessage ul li:before {
    left: 0px;
    top: 6px;
}

#sidebar .homepageMessage ul li {
    padding-left: 21px!important;
}

#copy ol {
	list-style  : decimal outside;
}

#copy ol li {
    margin-left : 20px;
    padding     : 3px 0px;
}

/* ******************* */
/* Tables */
/* ******************* */
.nice_table {}

table.nice_table {
    width  : 100% !important;
    margin : 20px 0px;

}

table.nice_table tr:nth-child(odd) {
    /*background-color : #f5f5f5;*/
}

table.nice_table thead tr {
    /*background-color : transparent !important;*/
}

table.nice_table tr td {
    border-bottom  : 1px solid #D8D8D8;
    text-align     : center;
    padding        : 14px 14px;
    text-align     : left !important;
    vertical-align : middle !important;
    border-right: solid 1px #D8D8D8;
}

table.nice_table tr td:first-child {
    border-left: solid 1px #D8D8D8;
}

table.nice_table tr td:last-child {
    border-right: solid 1px #D8D8D8;
}

table.nice_table tr:hover td {
    background : #fcfcfc;
}

table.nice_table thead tr th, table.nice_table thead tr td,
table.nice_table thead tr:hover th, table.nice_table thead tr:hover td {
    font-weight      : 400;
	font-size: 18px;
    padding          : 10px 14px 10px 15px;
    text-align       : left !important;
    color: #fff;
    background: url("images/backgrounds/table-row-divider-bg.png") no-repeat bottom right;
    border-right: solid 1px rgba(0,0,0,0.05);
}

table.nice_table thead tr {
    background: #962e3b;

}

table.nice_table thead tr th:first-of-type, table.nice_table thead tr td:first-of-type {
    border-left: 0;
}

table.nice_table thead tr th:last-of-type, table.nice_table thead tr td:last-of-type {
    border-right: 0;
}

table.nice_table tr td p {
    padding : 0px;
    margin  : 0px !important;
}

table.nice_table tr.rowDivider td {
    border-top : 3px solid #333;
}

table.invisibleTable tr, table.invisibleTable tr:hover,
table.invisibleTable td, table.invisibleTable td:hover,
table.invisibleTable tr:hover td,
table.gsc-search-box tr, table.gsc-search-box tr:hover,
table.gsc-search-box td, table.gsc-search-box td:hover,
table.gsc-search-box tr:hover td {
    border         : 0;
    background     : transparent !important;
    vertical-align : top !important;
}

table.invisibleTable tr, table.invisibleTable td {
    padding : 5px;
}