body, td {
    font-family    : 'Roboto', Arial, Helvetica, sans-serif;
    font-size   : 12px;
    color       : #333;
    line-height : 18px;
}

h1, h2, h3, #mainNav li a, input[type="submit"], button, .button, #home_video_banner .video_heading p, .homeContent #copy, .banner_widgets .banner_widgets_title p, #mobile_nav ul li a, #mobile_nav .mobile_nav_wrap,
#mobile_nav ul li {
    font-family    : 'Roboto', Arial, Helvetica, sans-serif;
    letter-spacing : 0;
    font-style     : normal;
}

h1 {
    font-size   : 45px;
    line-height: 54px;
    color       : #333333;
    font-weight : bold;
    margin      : 0 0 20px 0;
}

h2 {
    font-size   : 34px;
    line-height: 36px;
    color       : #333333;
    font-weight : bold;
    margin      : 0 0 10px 0;
}

h3 {
    font-size   : 18px;
    line-height: 16px;
    color       : #333333;
    font-weight : bold;
    margin      : 0 0 10px 0;
}

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

a, a:visited, a:active {
    color           : #7cad3d;
    text-decoration : none;
    outline         : none;
}

a:hover {
    color           : #003a6d;
    text-decoration : none;
}

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

/*
	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.
*/
.large_heading {
    font-size: 45px;
    line-height: 54px;
    color: #333333;
}
.large_desc_text {
    color: #a5a5a5;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
}

.small_desc_text {
    color: #555555;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
}
.line_heading {
    font-size: 21px;
    line-height: 21px;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cacaca;
}
.button {}

.scale_with_grid {}

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

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

.pageimageright{
    float  : right;
    margin : 0px 3px 10px 25px;
    border: solid 5px #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 7px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 7px rgba(0, 0, 0, 0.4);
}

.pageimageleft{
    float  : left;
    margin : 0px 25px 10px 3px;
    border: solid 5px #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 0px 7px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 0px 7px rgba(0, 0, 0, 0.4);
}

.book_button_container.white{}

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

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

#content ul li {
    text-indent : -10px;
    margin-left : 10px;
    padding     : 3px 0px;
}

#copy ul li:before {
    content     : "\203A \00a0";
    color       : #7cad3d;
    font-size   : 17px;
    line-height : 10px;
}

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

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

/* ******************* */
/* Tables */
/* ******************* */

#our-brandsPage table tr td{
    border: none;
}


#content table, table {
    width  : 100% !important;
    margin : 20px 0px;

}

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

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

table tr td {
    text-align     : center;
    padding        : 14px 14px;
    text-align     : left !important;
    vertical-align : middle !important;
    border: none;
}

table tr td:first-child {
    border-left: none;
    
}

table tr td:last-child {
    border-right: none;
}

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

table thead tr th, table thead tr td{
    font-weight      : bold;
    padding          : 10px 14px 10px 15px;
    font-size        : 13px;
    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 thead tr{
    background: #ED5C33;

}
table thead tr th:first-of-type, table thead tr td:first-of-type {
    border-top-left-radius : 4px;
    border-left: 0;
}

table thead tr th:last-of-type, table thead tr td:last-of-type {
    border-top-right-radius : 4px;
    border-right: 0;
}

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

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

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

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