@charset "utf-8";
/* CSS Document */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: 0;
    outline: 0;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body.home {
    background: none repeat scroll 0 0 #9BC42C;
}

img {
    border: none !important;
    outline: none !important;
}

*:outline {
    border: none;
}

body {
    position: relative;
}

.errorText {
    color: red !important;
}

p.errorText:empty {
    display: none;
}

.tabContentThr.is-open h3 {
    font-weight: bold;
}

.clear {
    clear: both;
    height: 0;
    visibility: hidden;
}

.clear-5 {
    clear: both;
    height: 5px;
}

.clear-10 {
    clear: both;
    height: 10px;
}

.clear-15 {
    clear: both;
    height: 15px;
}

.clear-20 {
    clear: both;
    height: 20px;
}

.clear-25 {
    clear: both;
    height: 25px;
}

.clear-30 {
    clear: both;
    height: 30px;
}

.sidr-class-clear {
    clear: both;
    height: 0;
    visibility: hidden;
}

.pt20 {
    padding-top: 5px !important
}

.pt30 {
    padding-top: 30px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.paddingTp {
    padding-top: 0 !important
}

.paddingLz {
    padding-left: 0 !important
}

.paddingRz {
    padding-right: 0 !important
}

.alignleft {
    float: left !important;
    display: inline-block;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 5px;
}

.alignright {
    float: right !important;
    display: inline-block;
    max-width: 100%;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.aligncenter {
    display: block !important;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 10px;
}

.side_text_h {
    top: 54px;
    right: 20px;
    position: fixed;
}

th[align="left"], td[align="left"] {
    text-align: left;
}

th[align="right"], td[align="right"] {
    text-align: right;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000000;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000000;
}

/* Common */
.centerdText {
    text-align: center;
}

.wrapper {
    min-height: 100%;
    position: relative;
    width: 100%;
    background: #9bc42c;
    margin: 0;
}

.wrapper.bg {
    background: url('/images/bg.jpg');
}

.greenLine5 {
    background: #00744f;
    height: 5px
}

.greenLine10 {
    background: #00744f;
    height: 10px;
}

.sidr-class-greenCol {
    color: #0e764f !important
}

.headerMenu li a.greenDiv,
.extraMenu a.greenDiv {
    background: #00744f;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -5px;
    margin-bottom: -10px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    border-right: none;
}

.headerSearch a.greenDiv,
.sidr-class-greenDiv {
    background: #00744f;
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    border-right: none
}

.sidr-class-buttonGreen {
    margin: 10px 0
}

.centerHeading {
    text-align: center;
    color: #00744f;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding: 3px 0 6px 0;
}

.centerHeading span {
    display: block
}

.down_arrow {
    display: inline-block;
    background: url("/images/dwn_arrow.png") no-repeat;
    width: 7px;
    height: 7px;
    margin-left: 6px;
}

button, .button {
    border: 1px solid #007095;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    font-family: 'Titillium Web', sans-serif;
}

/* Header */
.wrapper1320 {
    max-width: 1360px;
    width: 100%;
    margin: auto;
    position: relative;
    padding-left: 20px;
}

/* Make sure to not pad to the left when we are looking at mobile/tablet 8/17/2015 DMH*/
@media (max-width: 1024px) {
    .wrapper1320 {
        padding-left: 0px;
    }

}

.wrapper1040 {
    max-width: 1040px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    position: relative;
}

.homeBanner {
    padding-top: 15px;
}

.side140 {
    max-width: 140px;
    // width: 100%;
     width: 140px;
     height: 700px;
    float: left;
}

.yellow_bg_top {
    background: url("/images/yellow_bg.jpg") repeat-x;
    width: 100%;
    position: absolute;
    height: 275px;
    z-index: -1;
}

.yellow_bg_top.loggedin_bg {
    background: url("/images/yellow_bg.jpg") repeat-x 0 -30px;
    width: 100%;
    position: absolute;
    height: 225px;
    z-index: -1;
}

.main_menu li {
    position: relative;
}

/* Sub-menu */
.main_menu li:hover > ul.sub_menu {
    display: block !important;
}

.sub_menu .green_bg_menuT {
    background: #00744f;
    display: block;
    height: 10px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.sub_menu .green_bg_menuB {
    background: #00744f;
    display: block;
    height: 10px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.main_menu .sub_menu {
    display: none;
    padding: 11px 0;
    position: absolute;
    min-width: 200px;
    width: auto;
    z-index: 99;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 2px;
}

.main_menu .sub_menu li {
    background: #00744f;
    padding: 0 20px;
    position: relative;
    border-bottom: 1px solid #288968;
    display: block;
}

.main_menu .sub_menu li.sec_level {
    border-top: 1px solid #288968;
    background: url("/images/h_g_arrow.png") no-repeat 95% -17px #00744f;
}

.main_menu .sub_menu li.sec_level.activeli {
    background: #004d34 url("/images/h_g_arrow.png") no-repeat 95% 13px;
}

.main_menu .sub_menu li:first-child {
    border-top: 1px solid #288968;
}

.main_menu .sub_menu li a {
    border-right: none;
    white-space: nowrap;
    font-size: 12px;
    width: 100%;
}

.main_menu .sub_menu li .sec_sub_menu {
    display: none;
    padding: 10px 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 4px;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 99;
    left: 96%;
    background: #00744f;
    -moz-box-shadow: 1px 0 11px #4D4D4D;
    -webkit-box-shadow: 1px 0 11px #4D4D4D;
    box-shadow: 1px 0 11px #4D4D4D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.main_menu .sub_menu li .sec_sub_menu li {
    padding: 0 20px;
    border-bottom: 1px solid #288968;
    display: block;
}

.main_menu .sub_menu li .sec_sub_menu li:first-child {
    border-top: 1px solid #288968;
}

.main_menu .sub_menu li .sec_sub_menu li a {
    border-right: none;
    white-space: nowrap;
    width: 100%;
}

.main_menu .sub_menu li .sec_sub_menu li:hover {
    background: #004d34;
}

/* The mobile menu links */
.sidr ul li a {
    width: 100%;
}

.banner {
    Position: relative
}

.bannerImgL {
    position: absolute;
    left: 28px;
    top: -11px;
}

.bannerImgR {
    position: absolute;
    right: 5px;
    top: 6px;
}

.bannerTitle {
    text-align: center;
    padding: 18px 0 30px;
    color: #1b1b1b;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400
}

.bannerBlock .Title {
    text-transform: uppercase;
    color: #fff;
    font-size: 46px;
    line-height: 36px;
    font-weight: 700;
    float: left;
    width: 84%
}

.bannerBlock .Title span {
}

.bannerBlock .listing ul li, .bannerBlock .listing1 ul li {
    float: left;
    width: 50%;
    background: url("/images/greenBullet.png") no-repeat left;
    list-style: none;
    padding-left: 15px
}

.bannerBlock .listing1 {
    width: 102.4%
}

.banner .bannerBlock {
    background: url("/images/blockSideline.png") no-repeat 0 5px;
    padding: 0 0 0 20px;
    margin-right: 7px;
}

.bannerBlock .listing ul li a, .bannerBlock .listing1 ul li a {
    color: #1b1b1b;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px
}

.bannerBlock .listing ul, .bannerBlock .listing1 ul {
    margin: 37px 0 0px 3px;
    overflow: hidden;
}

.circle_arrow1 {
    float: right;
    width: 16%
}

.circleArrow {
    background: url("/images/circle-arrow.png") no-repeat right;
    width: 68px;
    height: 68px;
    float: right
}

.header {
    width: 100%;
    margin: 20px 0 13px;
}

.HeaderMenuBg .large-12.columns {
    padding-left: 0;
    margin-left: -1px;
    padding-right: 13px;
}

.position_fixed {
    position: fixed !important;
    z-index: 1000;
}

#logo {
    position: relative;
    top: 0;
    left: -5px;
    display: block;
    width: 100%;
    min-height: 90px;
    background: url('/images/logo.png') left no-repeat;
    background-size: 100% auto;
}

.header .large-3.columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}

@media only screen and (max-width: 599px) {
    #logo {
	max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    top: 15px;
    }
}

.header .large-9.columns {
    padding-left: 11px;
    padding-right: 14px;
}

.HeaderMenuBg {
    background: #1b1b1b;
    border-bottom: 5px solid #555555
}

.headerMenu {
    float: left;
    width: 72%;
}

.headerMenu ul {
    margin-bottom: 0;
    margin-left: 15px;
}

.headerMenu ul li a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 20px 2px 0px;
    font-weight: 400;
    display: inline-block;
    border-right: 1px solid #555555;
}

.headerMenu ul li {
    list-style: none;
    display: inline-block;
    padding: 0 15px 0 0;
}

.headerMenu ul li.firstLevel {
    padding: 0 15px 0 0;
}

.footerBg {
    background: #222;
}

.footer {
    color: #afafaf;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding: 25px 0 30px;
}

.footer .footerMenuA li {
    list-style: none;
    display: inline-block;
    text-align: right;
}

.footer .footerMenuA li a {
    text-align: right;
    color: #afafaf;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    line-height: 12px;
    padding: 0 2px;
    display: block;
    border-left: 2px solid #afafaf;
    font-weight: 600
}

.extraLinks .footerMenuB {
    float: right;
    margin: 0 4px 10px 0;
}

.footer ul li {
    list-style: none;
}

.extraLinks .footerMenuB li a {
    margin-left: 8px
}

.extraLinks .footerMenuB li {
    display: inline-block;
}

.footer .footerR {
    float: right;
    text-align: right;
}

.BottomAd {
    text-align: center;
    margin: 10px 0 30px 3px;
}

.centerContent {
    margin-top: 30px;
}

.greySep {
    background: #8d8d8d;
    height: 1px;
    margin: 15px 10px;
}

.homeContentLeft .greySep {
    margin: 15px 0 15px 0;
}

.sideWidgetList {
    border: 1px solid #8d8d8d;
}

.sideWidgetList .widgetBox {
    margin: 10px 9px 10px;
}

.one_half {
    width: 50%
}

.content_1a {
    display: table;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding-right: 5px;
    vertical-align: middle;
}

.content_1a .content_1a_one {
    display: table-cell;
    color: #00744f;
    background: #ffffff;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding: 5px;
}

.searchBox {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 25px;
    width: 55%;
    background: #dddddd;
    float: left;
    margin-top: 5px;
    margin-left: 3%;
    margin-right: 2%;
    padding: 2px 0;
}

.search-icon {
    float: right;
    margin: 5px 8px 0 2px;
    border: none
}

.searchBox input[type="text"] {
    color: #000;
    font: normal 13px/20px 'Titillium Web', sans-serif;
    font-weight: 400;
    width: 79%;
    height: 22px;
    padding: 0 2px !important;
    margin-bottom: 0;
    line-height: 20px;
    background: #dddddd;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 4px;
}

.searchBox input[type="text"]:focus {
    background: #dddddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.extraMenu {
    float: right;
}

.extraMenu .buttonGreen {
    float: right;
}

.extraMenu form {
    margin: 0
}

.smallArrow {
    background: url("/images/small_circle_arr.png") no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
    margin-left: 4px;
}

.tabbed_area p {
    margin-bottom: 5px
}

#content_1, #content_2, #content_1_2, #content_2_2, #content_1_3, #content_2_3 {
    background: #e5e5e5;
}

.SideBarTop .title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 18px;
    float: left;
    padding: 5px 0 0;
}

.orangeDiv {
    background: url("/images/down_black_arr.png") no-repeat 93% #f99e00;
    font-size: 11px;
    line-height: 20px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #1b1b1b;
    padding: 7px 30px 7px 12px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.dropDownDiv {
    float: left;
    margin-left: 5px;
}

.SideBarTop {
    padding: 5px 0 25px;
    border-bottom: 1px solid #8d8d8d;
    margin-bottom: 20px;
}

.content_1View ul li {
    padding: 3px 10px;
    width: 100%;
    overflow: hidden;
}

.content_1ViewA .content_1View .viewMore {
    background: #f99e00 !important;
    float: right;
    display: block;
    padding: 3px;
    margin-top: 5px;
    color: #1b1b1b;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    max-width: 100px;
    margin-left: 10px;
    overflow-wrap: break-word;
}

.content_1ViewA.contentA ul li,
.content_1ViewA.contentA_2 ul li,
.content_1ViewA.contentA_3 ul li {
    color: #00744f;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px
}

.content_1View ul li:nth-child(2n+1) {
    background: #eeeeee;
}

.content_1ViewA.contentA ul li:last-child,
.content_1ViewA.contentA_2 ul li:last-child,
.content_1ViewA.contentA_3 ul li:last-child {
    color: #00744f;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.Section_one .title {
    color: #1b1b1b;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    padding: 10px 0;
}

.Section_Two .title {
    color: #1b1b1b;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase
}

.adv468_60 img {
    text-align: center
}

.adv468_60 {
    text-align: center;
    margin: 10px auto;
}

/* Slider */
.slider_contr {
    width: 100%;
    position: relative;
}

.slider_contr .slider {
    width: 100%;
    overflow: hidden;
}

.slider_contr .slider .left_sec {
    width: 24%;
    margin: 0px 10px 5px 10px;
    float: left;
    text-align: center;
}

.slider_contr .slider .right_sec {
    float: right;
    padding: 0px;
    width: 72%;
}

.slider_contr .slider .right_sec p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.slider_contr .navigation {
    width: 100%;
    position: absolute;
    top: 155px;
}

.slider_contr .navigation .pre_btn {
    float: left;
}

.slider_contr .navigation .next_btn {
    float: right;
}

.slider_overlay {
    position: absolute;
    z-index: 9999;
}

.slider_contr .slider a,
a:hover {
    color: inherit;
    text-decoration: none;
}

.menuClick {
    background: url("/images/menuClick.jpg") no-repeat;
    width: 80px;
    height: 30px
}

.menuClose {
    background: url("/images/menuClose.jpg") no-repeat;
    width: 50px;
    height: 30px;
    z-index: 100;
    left: 5px;
}

.tableDiv {
    width: 70%;
    float: left;
}

.tableDiv_tab {
    width: 70%;
    padding-top: 10px;
    vertical-align: middle;
}

#navigation {
    display: none;
}

.mainContent .SideBarTop {
    display: none
}

.Section_one.adMob {
    display: none
}

.Section_one.adMob .adv468_60 img {
    width: 100%;
}

.MobileFooter {
    display: none;
    padding-right: 0.3375em;
}

.headerSearch {
    display: none
}

.headerSearch .buttonGreen {
    float: right;
    margin-right: 20px;
}

.headerSearch .searchBox input[type="text"] {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    box-shadow: none;
    color: #000000;
    font: 400 13px/20px 'Titillium Web', sans-serif;
    height: 26px;
    margin-bottom: 0;
    margin-left: 3px;
    padding: 3px 2px !important;
    width: 81%;
}

.headerSearch .searchBox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 26px;
    width: 27%;
    background: #dddddd;
    float: right;
    margin: 0;
}

.sidr-class-searchBox.searchBox input[type="text"] {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    box-shadow: none;
    color: #000000;
    font: 400 13px/20px 'Titillium Web', sans-serif;
    height: 26px;
    margin-bottom: 0;
    margin-left: 3px;
    padding: 3px 2px !important;
    width: 81%;
}

.sidr-class-search-icon {
    float: right;
    margin: 5px 4px 0 2px;
}

.headerSearch a.greenDiv {
    padding: 5px 10px 5px 10px;
}

@-moz-document url-prefix() {
    .headerSearch a.greenDiv {
        padding: 5px 10px 5px 11px;
    }
}

.HeaderR .adv320_50 {
    display: none;
    text-align: center;
}

.HeaderR .adv320_50 img {
    width: 100%;
}

.HeaderR {
    margin: 0 0 12px;
}

.bannerBlock .mobHeading {
    display: none;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 20px;
}

.circle_g_arrow1 {
    display: none;
    float: right;
    width: 16%
}

.featurePro {
    display: none
}

.Section_Two.mobfeaturePro {
}

.Section_Two.mobfeaturePro .smallArrow {
    display: none
}

.sidr-class-greenDiv:hover,
.sidr-class-greenDiv:focus {
    color: #fff
}

.sidr-class-solcialHeaderMob {
}

#tabbed_box_1 {
    margin: 0px auto 0px auto;
    width: 300px;
}

.tabbed_box h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.tabbed_box h4 small {
    color: #e3e9ec;
    font-weight: 400;
    font-size: 9px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    top: -4px;
    left: 6px;
    letter-spacing: 0px;
}

.tabbed_area {
    padding: 10px 0;
}

.tabbed_head {
    width: 100%;
    text-align: center;
}

ul.tabs {
    margin: 0;
    padding: 0px;
    text-align: right;
    font-size: 1em;
}

ul.tabs li {
    list-style: none;
    display: inline;
}

ul.tabs li a {
    display: inline-block;
    background-color: #bbbbbb;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 24.5%;
}

ul.tabs li a.active, ul.tabs li a.active_2, ul.tabs li a.active_3 {
    background-color: #e5e5e5;
    color: #282e32;
}

.contentA {
    background-color: #ffffff;
    padding: 18px 20px;
    display: block;
    margin-top: 0px;
}

.contentA_2,
.contentA_3 {
    padding: 10px 10px;
    display: block;
    margin-top: 0px;
}

#content_2,
#content_2_2,
#content_2_3 {
    display: none;
}

.contentA ul,
.contentA_2 ul,
.contentA_3 ul {
    margin: 0px;
}

.contentA ul li,
.contentA_2 ul li,
.contentA_3 ul li {
    list-style: none;
    margin-right: 20px;
    padding-top: 3px;
    padding-bottom: 6px;
    font-size: 13px;
}

.contentA ul li:last-child,
.contentA_2 ul li:last-child,
.contentA_3 ul li:last-child {
    border-bottom: none;
}

.contentA ul li a,
.contentA_2 ul li a,
.contentA_3 ul li a {
    text-decoration: none;
    color: #1b1b1b;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: url("/images/greenArrow.png") no-repeat left;
    padding-left: 15px;
}

.contentA ul li a small,
.contentA_2 ul li a small,
.contentA_3 ul li a small {
    color: #8b959c;
    font-size: 9px;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    left: 4px;
    top: 0px;
}

.contentA ul li a:hover,
.contentA_2 ul li a:hover,
.contentA_3 ul li a:hover {
    color: #00744F;
}

.contentA ul li a:hover small,
.contentA_2 ul li a:hover small,
.contentA_3 ul li a:hover small {
    color: #baae8e;
}

.tabPanelTitle {
    float: left;
    color: #1b1b1b;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 5px
}

.yellowBox .bannerImgL {
    display: block;
    margin: auto;
    left: 50px;
    right: 0;
}

.yellowBox .bannerBlock .Title {
    font-size: 56px;
    width: 100%;
    line-height: 65px;
}

.yellowBox .bannerTitle {
    padding: 0;
    text-align: left;
}

.banner.yellowBox .bannerBlock {
    margin-top: 36px;
    margin-left: -5px;
    margin-right: 0;
}

.yellowBox .bannerBlock .listing ul li {
    width: auto;
    padding-right: 13px;
}

.yellowBox .right_bannerBox {
    margin-top: 8px;
    background: #e49100;
    padding: 28px 20px 38px;
}

.yellowBox .right_bannerBox .bannerTitle {
    padding: 0 0 10px 10px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    color: #1b1b1b;
}

.yellowBox .right_bannerBox .Title {
    padding: 0 0 0 5px;
    border-left: 5px solid #00744f;
    font-size: 36px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.yellowBox .right_bannerBox .thrTitle {
    padding: 0 0 0 5px;
    border-left: 5px solid #00744f;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.yellowBox .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}

.informationBox {
    width: 100%;
    overflow-y: auto !important;
}

.informationBox .infolist {
    list-style: none;
    margin-bottom: 6px;
}

.informationBox .infolist li {
    padding-bottom: 14px;
}

.informationBox .infolist li a {
    display: block;
    padding: 0 0 0 44px;
    color: #00744f;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    background: url("/images/pdf_icon.png") no-repeat 0 3px;
}

.informationBox .infolist li a .date {
    display: block;
    color: #1b1b1b;
    font-size: 13px;
    line-height: 16px;
}

.freeinfo {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.mt_top {
    margin-top: -5px;
    margin-top: -10px !important;
    background: #fff;
}

.content_left {
    max-width: 630px;
    width: 100%;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

.content_right {
    max-width: 320px;
    width: 100%;
    float: right;
    margin-right: 10px;
}

.content_center {
    margin: 10px 20px;
}

.bx-controls.bx-has-pager {
    height: 10PX;
    margin-bottom: 9px;
}

.dropDownDiv .orangeDiv:hover {
    color: #1b1b1b;
}

.sidr-class-searchBox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    background: #dddddd;
    float: right;
    margin: 0;
}

.sidr-class-searchBox input[type="text"]:focus {
    box-shadow: none
}

.sidr-class-search-icon {
    float: right;
    margin: 11px 7px 0 2px;
}

.yellowBox .bannerBlock .Title {
    font-size: 56px;
    line-height: 65px;
    width: 90%;
    float: left;
}

.yellowBox .bannerBlock .harTitle {
    font-size: 44px;
    line-height: 65px;
    width: 70%;
    float: left;
}

.yellowBox .bannerBlock .harCircleImg {
    margin-right: 150px;
}

.circle_arrow2 {
    float: right;
    width: 10%;
}

.circle_arrow3 {
    float: right;
}

.green_arrow {
    display: none;
    float: right
}

.sidr-class-searchBox input[type="text"] {
    width: 84% !important;
    display: inline-block !important;
    background: #DDDDDD;
    border: medium none;
    box-shadow: none;
    color: #000000;
    font: 600 15px/20px 'Titillium Web', sans-serif;
    margin-bottom: 0 !important;
    margin-left: 3px;
}

.sidr-class-down_arrow {
    display: inline-block;
    background: url("/images/dwn_arrow.png") no-repeat;
    width: 7px;
    height: 7px;
    margin-left: 6px;
}

ul.tabs li a.active,
ul.tabs li a.active_2,
ul.tabs li a.active_3 {
    background-color: #e5e5e5;
    color: #282e32;
}

.contentA_2 .tab_2 li {
    display: inline-block;
    margin: 0 20px 0 10px;
    float: left;
    width: 40%;
}

a.tab_products {
    outline-style: inset;
    outline-width: 1px;
}

.bannerSup .greySep.border_space {
    margin-left: 15px;
    margin-right: 15px;
}

.headerMenu.headerMenu_2 {
    width: 66%;
}

.extraMenu.extraMenu_2 {
    width: 33.5%;
}

.extraMenu.extraMenu_2 .main_menu li {
    margin-right: 1px;
}

.extraMenu.extraMenu_2 .searchBox {
    width: 46%;
}

.circle_arrow3.circle_arrow_left {
    float: none;
}

.yellowBox .bannerBlock .listing ul {
    margin: 25px 0 0px 3px;
}

.white_bg {
    margin-top: 20px;
    background: #fff;
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.white_bg .content_left, .white_bg .content_left.homeContentLeft {
    margin-left: 25px;
}

.white_bg .content_left.homeContentLeft {
    margin-top: 5px;
}

.white_bg .content_right {
    margin-right: 25px;
}

.sidebarBox .SideBarTop {
    margin-bottom: 16px;
}

.footer p {
    margin-bottom: 0;
}

.footer .footerMenuA {
    max-width: 350px;
    margin-bottom: 19px;
    margin-left: 0;
}

.footer .footerMenuA li:first-child a {
    border-left: none;
}

.footer .footerMenuA li:nth-child(6) a {
    border-left: none;
}

.widgetBox.tabAd {
    display: none
}

.headerSearch .searchBox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.headerSearch a.greenDiv,
.sidr-class-greenDiv {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.headerMenu li a.greenDiv,
.extraMenu a.greenDiv {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tabAd {
    display: none
}

/* Internal pages */
.yellow_bg_top {
    background: url("/images/yellow_bg.jpg") repeat-x;
    width: 100%;
    position: absolute;
    height: 275px;
    z-index: -1;
}

.red_bg_top.loggedin_bg {
    background: #b82b00 0 -30px;
    width: 100%;
    position: absolute;
    height: 200px;
    z-index: -1;
    background-image: url("/images/har.png");
    background-position: center top;
    background-repeat: no-repeat;
}

.blue_bg_top.loggedin_bg {
    background: #2E2F4D 0 -30px;
    width: 100%;
    position: absolute;
    height: 200px;
    z-index: -1;
    background-image: url("/images/tb.png");
    background-position: center top;
    background-repeat: no-repeat;
}

.yellow_bg_products_top.loggedin_bg {
    background: url("/images/yellow_bg.jpg") repeat-x;
    width: 100%;
    position: absolute;
    height: 200px;
    z-index: -1;
}

.pageTopText {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    padding: 15px 0px 5px 0px;
    text-shadow: 2px 2px 6px #000000;
    text-transform: uppercase;
}

/* Added when we swapped to an h1 8/7/2015 DMH */
h1.pageTopText {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* make sure to reduce top padding on tablet layout 8/17/2015 DMH */
@media (max-width: 1024px) and (min-width: 600px) {
    .pageTopText {
        padding-top: 5px;
    }
}

.pageTopText span {
    color: #e0e0e0;
    font-weight: 300;
    font-size: 12px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    margin-right: 15px;
    margin-top: 30px;
}

.pageTopBreadcrumb {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: capitalize;
    margin-right: 15px;
    margin-left: 2px;
}

.editPageLink {
    text-align: left;
}

.belowSecText {
    padding: 0px 0 20px;
}

.belowSecText p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding: 0;
    margin-bottom: 0;
    width: 65%;
}

.belowSecText p a {
    color: #0d7350;
}

.greenBtn {
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    background: #00744f;
    padding: 10px 30px;
    font-size: 15px;
    line-height: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.greenBtn:hover {
}

.noBorderT {
    border-top: none !important;
}

.TopPageLinks {
    margin-bottom: 10px;
    text-align: center;
}

.TopPageLinks ul li {
    list-style: none;
    margin-right: 40px;
    line-height: 12px;
    padding-bottom: 5px;
    display: inline-block;
}

.TopPageLinks ul li:last-child {
    margin-right: 0px;
}

.TopPageLinks ul li a {
    background: url("/images/topLinkArrow.png") no-repeat right 8px;
    padding: 0 20px 0px 5px;
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d;
    text-transform: uppercase;
}

.TopPageLinks ul li a:hover {
    text-shadow: 2px 2px 10px #6fa396;
    text-decoration: underline;
}

.TopPageLinks ul {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 1em;
}

.radBannerImg {
    left: -75px;
    top: 15px;
    position: absolute;
}

.pageContent a,
.articleContent a {
    color: #6fa396;
}

.pageContent a:hover,
.articleContent a:hover {
    text-shadow: 2px 2px 10px #6fa396;
    text-decoration: underline;
}

.pageContent p,
.articleContent p {
    color: #1b1b1b;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    line-height: 20px;
}

#custLogin {
    margin-bottom: 10px;
    text-align: center;
}

#custLogin input {
    width: auto;
    display: inline-block;
    padding: 0.5em;
    margin: 0 0 1em 0;
    font-size: 0.875em;
    height: 2.3125em;
}

#headerLinks {
    padding: 0 10px 0 10px;
    text-align: center;
}

.my-account {
    margin: auto;
    text-align: center;
}

.register {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

div.register {
    background-color: beige;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
}

.reg_head {
    background-color: wheat;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    border: ridge 1px #cccccc;
}

.reg_head a, a:hover {
    color: #00744F;
}

.reg_section {
    padding: 10px;
    font-size: .85em;
}

.reg_help {
    font-size: .85em;
    line-height: 1.5em;
}

.regItem {
    display: block;
}

.regFormData {
    width: auto !important;
    height: auto !important;
    font-size: 16px !important;
    margin: 0 0 .3em 0 !important;
    padding: .2em !important;
    display: inline-block !important;
    max-width: 100% !important;
    vertical-align: middle !important;
}

.formLabel {
    width: 100px;
    text-decoration: underline;
    margin-right: 5px;
    display: inline-block !important;
}

.register .pageContent ul {
    margin-left: 30px;
}

.reg_terms a:hover {
    text-shadow: 2px 2px 10px #000;
}

.reg_terms a {
    text-decoration: underline;
    color: #00744F;
}

.reg_terms label {
    font-size: 1.0em !important;
    font-weight: 500 !important;
    color: #000 !important;
}

.reg_submit {
    text-align: left;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
    margin-top: 1em;
}

.idpwRules {
    font-size: 14px;
}

.idpwErr {
    color: red;
/ / border: 1 px solid red;
}

.errText ul {
    margin-left: 20px;
}

#welcomeText {
    text-align: left;
    font-size: 16px;
    padding-bottom: 20px;
    width: 90%;
    margin: auto;
}

#submitNew {
    border-bottom: none !important;
}

#submitCurrent {
    border: none;
    margin-bottom: 0;
}

#new_or_old {
    padding-left: 20px;
    font-size: 16px;
    line-height: 18px;
}

.pricingHeader, .pricingDesc, .pricingDesc p {
    font-size: 14px !important;
    line-height: 16px !important;
}

/* Internal pages:products */
.one_half265 {
    max-width: 40%;
    /* width: 100%; */
    padding-right: 10px;
    border-right: 1px solid #dddddd;
    float: left
}

.one_half340 {
    max-width: 60%;
    /* width: 100%; */
    float: left;
    padding-left: 20px;
}

.ChoiceBox {
    margin: 0 0 15px
}

.ChoiceBox .heading {
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    padding-bottom: 6px
}

.ChoiceBox .choices label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
    padding: 5px 0 0px 15px;
    margin-bottom: 0
}

.ChoiceBox .custom-checkbox input {
    position: absolute;
    left: 7px;
    top: 8px;
    margin: 0;
    z-index: 0;
}

.pro_listName {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    background: #eeeeee;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.clickText {
    color: #000000;
    font-size: 13px;
    line-height: 13px;
    margin-left: 0px;
    text-align: right;
    padding-left: 5px;
}

.links_list {
    margin: 10px 0 10px
}

.links_list ul li {
    list-style: none;
    margin-bottom: 5px;
}

.links_list ul li a {
}

.links_list ul li a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    background: url("/images/link_circle_green.png") no-repeat 0 2px;
    padding: 0px 0px 3px 35px;
    color: #00744f;
}

.stepDetail .custom-radio input {
    position: absolute;
    left: 20px;
    top: 10px;
    margin: 0;
    z-index: 0;
}

.stepDetail .custom-radio label.checked {
    background-position: 4px -211px;
}

.stepDetail .custom-radio label {
    background-position: 4px -2px;
}

.stepDetail .custom-radio label.hover,
.stepDetail .custom-radio label.focus {
}

.stepDetail .custom-radio label {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 14px;
    padding-right: 1em;
    line-height: 18px;
    padding: 8px 0 8px 45px;
    margin: 0;
    cursor: pointer;
    color: #00744f;
    font-weight: 600
}

.choices .custom-checkbox label {
    background-position: -10px -13px;
}

.choices .custom-checkbox label.checked {
    background-position: -10px -213px;
}

.choices .custom-checkbox label.hover,
.choices .custom-checkbox label.focus {
    background-position: -10px -110px;
}

/*
.ChoiceBox .custom-checkbox label.checked {
    background-position: -10px -209px;
}
.ChoiceBox .custom-checkbox label.hover {
    background-position: -10px -111px;
}
*/

/* CSS for customized radio buttons and check boxes */
.custom-checkbox,
.custom-radio {
    position: relative;
}

.custom-checkbox .hidden-field {
    visibility: hidden;
}

.custom label {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 14px;
    padding-right: 1em;
    line-height: 18px;
    padding: .3em 0 .3em 0;
    margin: 0;
    cursor: pointer;
    color: #00744f;
    font-weight: 600
}

/* Custom inputs */
.custom-checkbox label {
    background: url("/images/checkbox.png") no-repeat;
}

.custom-checkbox label {
    background-position: -10px -11px;
}

.custom-checkbox label.checked {
    background-position: -10px -211px;
}

.custom-checkbox label.checkedHover {
    background-position: -10px -311px;
}

.custom-checkbox label.checkedFocus {
    background-position: -10px -311px;
}

.custom-radio label {
    background: url("/images/radiobutton.png") no-repeat;
}

.custom-radio label {
    background-position: -10px -2px;
}

.custom-radio label.checked {
    background-position: -10px -211px;
}

/* Foundation custom radio and check boxes */
.custom span {
    margin-right: 1em;
}

.custom .custom.checkbox {
    background: url("/images/checkbox.png") no-repeat;
    background-position: -14px -21px;
}

.custom .custom.checkbox.checked {
    background-position: -14px -221px;
}

.custom .custom.checkbox.checkedHover {
    background-position: -14px -321px;
}

.custom .custom.checkbox.checkedFocus {
    background-position: -14px -321px;
}

.custom .custom.radio {
    background: url("/images/radiobutton.png") no-repeat;
    background-position: -15px -10px;
}

.custom .custom.radio.checked {
    background-position: -15px -219px;
}

form.custom span.custom.radio,
form.custom span.custom.checkbox {
    border: none;
    border-radius: 0;
}

form.custom span.custom.radio.checked:before,
form.custom span.custom.checkbox.checked:before {
    display: none;
}

/* CSS for customized radio buttons and check boxes */
.FullPageContent {
    margin: 0 20px
}

.RowBg .colH {
    background: #1b1b1b;
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: table-cell;
}

.colA {
    width: 359px;
}

.colA {
    padding: 10px 3%;
}

.colA.col1 {
    padding: 10px 2.5%;
    color: #00744f;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.colA.col1 {
    color: #00744f;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

.colA.colH span {
    font-style: italic;
    color: #b1b1b1;
    font-size: 14px;
    line-height: 19px;
    margin-left: 2%
}

.colA.colH {
    padding: 5px 3% 5px 4%;
}

.colB.colH {
    padding: 5px 1%;
}

.colB {
    width: 126px;
}

.colB.colH {
    text-align: center;
}

.colB.col1 {
    padding: 10px 2.5%;
}

.col1 {
    border-right: 1px solid #dddddd;
    display: table-cell;
}

.proTable .colH {
}

.proTable ul li:last-child {
    border-bottom: 1px solid #dddddd;
}

.colB.col1 {
    text-align: center;
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
}

.proTable ul li {
    list-style: none;
}

.proTable ul li:nth-child(2n+2) {
    background: #eeeeee;
}

.proTable ul {
    margin-bottom: 0
}

.proTable .proRow {
    display: table;
    width: 100%;
}

.proTable .custom-checkbox label.checked,
.proTable .custom-radio label.checked {
    background-position: -1px -214px;
}

.proTable .custom-checkbox label,
.proTable .custom-radio label {
    background-position: -1px -6px;
    margin: 0;
    padding: 0 0 0 45px;
    line-height: 22px;
}

.proTable .custom-checkbox input,
.proTable .custom-radio input {
    top: 6px;
    left: 15px;
}

.proOptions {
    display: none;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #000
}

.TableText .extratext {
    float: left;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    line-height: 23px;
}

.TableText .greenBtn {
    float: right;
    margin-left: 10px;
    text-align: right;
}

.TableText {
    width: 94%;
    margin: 25px auto;
}

.pro_listName.MobView {
    display: none
}

.pro_listName.MobView .leftSide {
    float: left;
    padding-right: 10px;
}

.pro_listName.MobView .leftSide span {
    display: block;
    font-size: 10px;
    font-style: italic;
    margin-left: 0
}

.pro_listName.MobView .filterPro {
    float: right;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 40px;
    color: #0e7350;
    background: url("/images/filterDownArrow.png") no-repeat 100% 13px;
    padding-right: 23px;
    cursor: pointer;
}

.mobView {
    display: none
}

.pro_standard .proTopDet {
}

.selectFileSec.tabMobfeaturePro {
    display: none
}

.belowSecText .greenBtn {
    float: right
}

.belowSecText {
    border-bottom: 1px solid #8d8d8d;
    margin-bottom: 20px
}

.SpacingPara a {
    font-weight: 600;
}

.menu_head {
    cursor: pointer;
    position: relative;
    background: url("/images/accordionDown.png") 95% 0 no-repeat #1b1b1b;
}

.menu_head:hover {
    background: url("/images/accordionDown.png") 95% center no-repeat #1b1b1b;
    color: #fff;
}

.menu_body {
    display: none;
}

.menu_body p {
    color: #404040 !important;
    line-height: 18px !important;
    margin-bottom: 2px !important;
    font-size: 13px !important;
    padding: 0px 20px;
    margin-bottom: 8px;
}

.accordion-para1 p a {
    color: #404040;
}

.proTopDesc {
    margin: 15px 0;
    display: none
}

.TabView {
    display: none
}

a.furtherQues {
    font-size: 11px;
    line-height: 13px
}

.menu_head,
.menu_head p {
    margin-bottom: 0px !important;
}

.extraLogo {
    margin: 15px 0;
    text-align: center;
}

.toggle_class {
    background: url("/images/accordionUp.png") no-repeat 95% center #1b1b1b !important;
}

.red_horse_img {
    position: absolute;
    right: 170px;
    top: 0px;
    z-index: -1;
}

.blue_horse_img {
    position: absolute;
    right: 170px;
    top: 0px;
    z-index: -1;
}

.gold_star {
    position: relative;
    margin: 0 5px 5px 0;
    vertical-align: middle;
}

.proTopDesc .custom-checkbox input,
.proTopDesc .custom-radio input {
    left: 7px;
    margin: 0;
    position: absolute;
    top: 8px;
    z-index: 0;
}

/* Tooltip */
a.tooltipA {
    outline: none;
}

a.tooltipA strong {
    line-height: 30px;
}

a.tooltipA:hover {
    text-decoration: none;
}

a.tooltipA span {
    background: #fffecd;
    display: none;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-box-shadow: 0 2px 6px -1px #c8c8c8;
    -webkit-box-shadow: 0 2px 6px -1px #c8c8c8;
    box-shadow: 0 2px 6px -1px #c8c8c8;
    width: 100%;
    margin-top: 5px;
    padding: 5px;
}

a.tooltipA:hover span {
    display: block;
    color: #000;
}

.callout {
    z-index: 20;
    position: absolute;
    border: 0;
    top: -14px;
    left: 120px;
}

.greenBtn:hover,
.greenBtn:focus {
    color: #fff;
}

.proTable .proRow .colA .custom-checkbox label {
    background-position: -3px -16px;
}

.proTable .proRow .colA .custom-checkbox label.checked {
    background-position: -3px -216px;
}

.proRow label {
    display: inline-block;
}

ul.PayGoChoices li {
    list-style: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    #STATS-RacLens .all-cards, #STATS-RacLens .btn-secondary {
        padding-right: 11px !important;
    }

    #STATS-RacLens .or-divide {
        padding-left: 13px !important;
    }

    #STATS-RacLens input.greenBtn {
        padding-right: 29px !important;
    }

    #productList h6 {
        padding-top: 1px;
    }
}

/* Retina and high-DPI displays */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
    #logo {
        background-image: url('/images/logo@2x.png');
    }
}

.sidr-class-mob_menu_sec {
    position: relative;
    height: 100%;
}

.sidr-class-back_btn {
    display: none;
    background: #f79d26 url('/images/w_arr.png') no-repeat 6px 10px;
    color: #fff;
    font-size: 15px;
    padding: 7px 14px 8px 20px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    border-radius: 5px;
    float: left;
}

.sidr-class-back_btn:hover {
    color: #fff;
}

.headerSearch a.greenDiv,
.sidr-class-greenDiv {
    float: right;
}

.buttonGreen ul,
.buttonGreen li {
    list-style: none;
}

.buttonGreen ul li a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 22px 5px 0px;
    font-weight: 400;
    display: inline-block;
    border-right: 1px solid #555555;
}

.buttonGreen ul li {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.main_menu .sub_menu li:hover {
    background: #004d34;
}

.main_menu .sub_menu li.sec_level:hover {
    background: #004d34 url("/images/h_g_arrow.png") no-repeat 95% 13px;
}

.extraMenu ul {
    margin-bottom: 0;
}

@media (max-width: 1024px) and (min-width: 600px) {
    .buttonGreen ul.sub_menu {
        top: 16px;
    }

    .wrapper1040.left {
        z-index: 8;
        margin-top: 15px;
    }
}

.radioBoxGroup .radioBoxGroup .custom-radio {
    float: left;
    display: inline-block;
}

#nameStartsWithGroup label,
#nameContainsGroup label,
#nameContainsGroup .custom-radio,
#nameStartsWithGroup .custom-radio {
    float: left;
    display: inline-block;
}

#nameStartsWithGroup .custom-checkbox input,
#nameStartsWithGroup custom-radio input,
#nameContainsGroup .custom-checkbox input,
#nameContainsGroup custom-radio input {
    top: 3px;
}

.height-60 {
    height: 60px;
}

label {
    cursor: context-menu !important;
    font-size: 0.875em;
    margin-bottom: 0.1875em;
    line-height: 1.6;
}

.loginErr {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    line-height: 18px;
}

.alert {
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 6px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.my-account table {
    width: 100%;
    border-collapse: collapse;
}

.table-fixed {
    table-layout: fixed;
}

.table-auto {
    table-layout: auto;
}

.align-center {
    text-align: center;
}

.align-center.forced {
    text-align: center !important;
}

.align-left {
    text-align: left;
}

.align-left.forced {
    text-align: left !important;
}

.align-right {
    text-align: right;
}

.align-right.forced {
    text-align: right !important;
}

.valign-middle.forced {
    vertical-align: middle;
!important;
}

.prodPricingData {
    display: none;
}

.invoiceDetails {
    display: none;
}

td .button {
    margin: 0;
}

/* The seperator for sections on a page */
hr.pageSections {
    width: 25%;
    margin-left: 0.5em;
}

/* Home page quick download file links */
hr.homePageDownloads {
    margin: 0.5em 0 0.35em 0;
}

/* First the defaults for all screen sizes */
@media only screen {
    .fav_type {
        font-size: 12px;
    }

    .fav_prod {
        background: url("/images/greenArrow.png") no-repeat left;
        padding-left: 10px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
    }

    .homePageDownloads {
        font-family: 'Titillium Web', sans-serif;
    }

    .homePageDownloads a {
        color: #00744f;
    }

    h4.homePageDownloads {
        line-height: 1.0;
        font-size: 1.00em;
        color: #00744f;
        margin-bottom: 0.5em;
        margin-top: 0.2em;
    }

    h5.homePageDownloads {
        line-height: 0.9;
        font-size: 0.85em;
        margin-bottom: 0.2em;
        font-weight: bold;
    }

    ul.homePageDownloads {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 0;
    }

    div.homePageDownloads {
        max-height: 210px !important;
        height: auto !important;
    }
}

/* Now the tablet and desktop sizes */
@media only screen and (min-width: 768px) {
    h4.homePageDownloads {
        line-height: 1.0;
        font-size: 1.05em;
        text-decoration: underline;
    }

    h5.homePageDownloads {
        line-height: 1.0;
        font-size: 0.95em;
    }

    ul.homePageDownloads {
        margin-left: 0;
    }

}

/* Foundation overrides for the alert box 7/6/2015 DMH */
.alert-box {
    text-align: center;
    background-color: #f99e00 !important;
}

/* hide the element by default */
#chatBox {
    display: none;
}

/* If we are on a screen and over the min width let it show */
@media only screen and (min-width: 768px) {
    #chatBox {
        display: inline;
        float: right;
        margin-top: 18px;
        margin-right: -3px;
    }
}

/* reduce the top margin on tablet screens 8/17/2015 DMH */
@media (max-width: 1024px) and (min-width: 600px) {
    #chatBox {
        margin-top: 1px;
    }
}

.compactOptions form,
.compactOptions .inline-list {
    margin-bottom: 0;
}

.fullWidthTables table {
    width: 100%;
}

.fullWidth {
    width: 100%;
}

ul.scrollableList {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 0 20px 0;
    border: 1px solid lightgrey;
    padding: 5px 0 0px 10px;
    box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.05);
}

.button.small.clustered {
    width: 100%;
    margin: 3px;
}

table.default.tablesaw {
    border-collapse: separate;
}

table.default.tablesaw tr th {
    padding-top: 0.7em !important;
    padding-bottom: 0.7em !important;
}

#freePicksAvailable {
    margin: 0;
    background: beige;
    padding-bottom: 10px;
}

.free_picks {
    color: #1b1b1b;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    margin: 10px 20px 0 10px;
    float: left;
    width: 45%;
    background: url("/images/greenArrow.png") no-repeat left;
    padding-left: 5px;
}

.free_picks :hover {
    color: #6fa396;
    text-shadow: 2px 2px 10px #6fa396;
    text-decoration: underline;
}

/* Added to migrate outdated formatting to css for the ads 10/8/2015 DMH */
iframe.adFrame {
    border: none;
    overflow: hidden;
}

img.adImage {
    border: none;
}

/* Overriding the foundation5.css */
body {
    background: white;
    color: #1b1b1b;
    cursor: default;
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    position: static;
}

.large-6 .columns, p {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility;
}

.HeaderMenuBg .row {
    margin: 0 auto;
    max-width: 1010px;
    width: 100%;
}

.large-6 {
    position: relative;
    padding-left: 12px;
}

.footer .large-6 {
    padding: 0 0.9375em;
}

.leftArrow img {
    margin-right: -10px;
}

.banner .leftHorse .bannerBlock {
    margin-right: 17px;
}

.breadcrumbs {
    background-color: transparent;
    border-color: #dcdcdc;
    border-radius: 3px;
    border-style: none;
    border-width: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
    -webkit-border-radius: 3px;
}

.breadcrumbs > * {
    color: #fff;
    font-size: 1em;
    line-height: 1.6;
}

.breadcrumbs li:first-child a {
    background-color: #555;
    padding: 1px 3px 1px 3px;
}

.breadcrumbs > * a {
    color: #fff;
}

.breadcrumbs > *:before {
    content: ">";
    color: #fff;
    margin: 0 .55em;
    top: -1px;
}

.large-12.columns {
    padding-left: 12px;
}

.banner .large-12.columns {
    padding-left: .9375em;
    padding-right: .9375em;
}

.generic_tabs {
    margin-left: 0;
}

.bannerSup .greySep {
    margin-left: 0;
    margin-right: 0;
}

.greenDiv .down_arrow {
    margin-left: 6px;
}

.footer_section .row {
    max-width: 1010px;
}

h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0
}

table thead {
    background-color: wheat;
}

ul, .headerMenu.headerMenu_2 ul, .extraMenu.extraMenu_2 ul, .footer .footerMenuA, .footerMenuB {
    font-size: 1em;
}

.no-bullet {
    font-size: 1em;
    margin-bottom: 1.25em;
}

hr {
    margin: 1.3em 0 1.1875em;
}

.contactAndBillingInfo .button.medium {
    padding: 0.8125em 1.5em 0.75em 1.5em;
    position: relative;
    font-size: 1em;
    border-width: 1px;
    font-weight: bold;
    background-color: #00744f;
    margin: 0 0 1.25em;
    border-color: #2284a1;
    font-family: 'Titillium Web', sans-serif;
}

.contactAndBillingInfo .button.tiny {
    background-color: #00744f;
    border-color: #2284a1;
    font-family: 'Titillium Web', sans-serif;
}
#productList .tablesaw-toolbar label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

#productList th {
    font-size: 0.875em;
}

#productList td {
    line-height: 1.125em;
    font-size: 0.875em;
}

#productList .button.radius {
    background-color: #00744f;
    border: 1px solid #2284a1;
    font-size: 0.8125em;
    padding: 0.625em 1.125em 0.5625em 1.125em;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
}

#productList table tr th {
    line-height: 1.125em;
}

#playersClub .content.tabContentThr ul:last-child, #playersClub .content.tabContentHar ul:last-child {
    margin-bottom: 0;
}

#playersClub .columns {
    padding-left: 15px;
}

#id_password, #billing_info, #contact_info {
    line-height: 1;
}

#srlbillingTable .large-6 {
    padding-left: 15px;
}

.pricingPlans ul {
    margin-left: 0;
}

.subscriptionRadio {
    vertical-align: top;
}

.subscriptionDetails {
    display: inline-block;
    max-width: 80%;
}

.pricingPlans .subscriptionDuration {
    display: inline-block;
    width: 70px;
}

.pricingPlans .subscriptionPrice {
    text-align: right;
    display: inline-block;
    width: 50px;
}

@media (max-width: 1352px) {
    .pricingPlans .subscriptionPriceComment {
        margin-left: 0;
    }

    .pricingPlans .subscriptionDuration {
        width: auto;
        text-align: left;
    }

    .pricingPlans .subscriptionPrice {
        /*margin-left: 0;*/
        text-align: left;
    }
}

.pricingPlans label input + span, .compAccount label span, #new_or_old label span,
.ChoiceBox .choices label span {
    padding: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    /*vertical-align: middle;*/
}

.ChoiceBox .choices label span {
    padding: 8px;
    top: 10;
}

.pricingPlans label input[type="radio"], .compAccount label input[type="radio"], #new_or_old label input[type="radio"],
.ChoiceBox .choices label input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    margin-left: -99999px;
}

.pricingPlans label input[type="radio"]:checked + span, .compAccount label input[type="radio"]:checked + span, #new_or_old label input[type="radio"]:checked + span {
    background: url("/images/radiobutton.png") no-repeat;
    background-position: -15px -219px;
}

.ChoiceBox .choices label input[type="checkbox"]:checked + span {
    background-position: -14px -221px;
}

div.register.billReg {
    padding-top: 5px;
}

#invoiceData {
    line-height: 1;
}

#invoiceData table thead th {
    line-height: 1.125em;
    font-size: 0.875em;
}

#invoiceData .tablesaw-toolbar label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

#invoiceData .tablesaw-stack td {
    line-height: 1.125em;
    font-size: 0.875em;
}

.content_left.homeContentLeft {
    margin-left: 10px;
}

.replayViewChoices img#entriesTabButton {
    margin-left: -1px;
}

.row.row0 {
    margin: 0;
    width: 101%;
}

.yellowBox .large-9.columns {
    width: 74.5%;
}

.reveal-modal {
    padding: 1.875em;
    overflow-y: auto;
}

.reveal-modal.medium {
    max-width: 62.5em;
    -webkit-transform: translate3d(0, -25%, 0);
    opacity: 1;
    -webkit-transform: scale(1);
}

.reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    top: 0.5em;
    right: 0.6875em;
}

.billingOptions div.register.billReg {
    padding-top: 0;
    margin-top: 5px;
}

.billingOptions .pricingPlans ul {
    margin-left: 0;
}

.billingOptions .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}

.fullWidthTables h2 {
    font-weight: bold;
    font-size: 2.3125em;
    margin-bottom: 0.5em;
    margin-top: 0.2em;
}

table.statuspagetable tr th.statuspageth, table.statuspagetable tr td.statuspageheader, table.statuspagetable tr td.statuspageoddrow {
    line-height: normal;
    font-size: 0.875em;
    padding: 0.5625em 0.625em;
    text-align: center;
}

table.statuspagetable tr td.statuspageheader, table.statuspagetable tr td.statuspageoddrow {
    text-align: left;
    line-height: 1.125em;
}

#tracks.large-12.columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}

#new_or_old form.custom, .one_half265 form#filterCriteria {
    margin: 5px 0 5px 0;
}

.one_half340 #productList ul {
    margin-left: 0;
}

h3.freeRaceHeader {
    font-size: 1.6875em;
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 0.2em;
}

.textMesg textarea {
    height: 200px;
}

#contactForm #sendContactMessage.button {
    margin: 0 0 1.25em;
    font-size: 1em;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    border: 1px solid #2284a1;
    padding: 10px 20px;
    height: 48px;
}

#contactForm label, #lostPwd label {
    line-height: 1;
}

#contactForm input, #lostPwd input[type="text"] {
    font-size: 0.875em;
    height: 2.3125em;
    margin: 0 0 1em 0;
    padding: 0.5em;
}

.articleContent table.company {
    margin-bottom: 1.25em;
}

.articleContent table.company td {
    line-height: 1.125em;
    font-size: 0.875em;
    padding: 0.5625em 0.625em;
}

.user_login .newAccountDiv form, .user_login .loginFormDiv form {
    margin: 0 0 1em;
}

/*Firefox fix*/
@-moz-document url-prefix() {
    #productList td, #productList table tr th, #invoiceData table thead th {
        line-height: 1.2em;
    }
}

/*media Queries*/
@media (min-width: 1025px) and (max-width: 1360px) {
    .TopPageLinks ul li {
        margin-right: 25px;
    }

    .banner .bannerBlock .Title {
        font-size: 40px;
    }

    .banner .large-6 .columns {
        padding-right: 0;
    }

    .bannerBlock .listing ul li a, .bannerBlock .listing1 ul li a {
        font-size: 18px;
    }

    .bannerBlock .listing ul, .yellowBox .right_bannerBox .bannerTitle, .bannerBlock .listing1 ul {
        margin-left: 0;
    }

    .bannerSup .white_bg .content_right, .pro_standard .white_bg .content_right {
        margin-right: 5px;
    }

    .content_left {
        width: 62%;
    }

    .content_right, .white_bg .content_right {
        margin-right: 25px;
    }

    .greySep.border_space {
        margin-left: 0;
        margin-right: 0;
    }

    // .side140 {
    //     max-width: 7.0%;
    // }

    .stepDetail .custom-radio input {
        left: 13px;
        top: 10px;
    }

    .stepDetail .custom-radio label {
        background-position: -2px -2px;
        padding: 8px 0 8px 34px;
    }

    .stepDetail .custom-radio label.checked {
        background-position: -2px -211px;
    }

    .stepTable .stepDetail ul li {
        padding: 0 10px 0 15px;
    }

    .stepTable .stepName {
        padding: 5px 10px 5px 15px;
    }

    .white_bg .content_left {
    }

    .wrapper1040 {
        max-width: 85%;
    }

    .yellowBox .right_bannerBox .Title {
        font-size: 28px;
    }

    ul.tabs li {
        display: inline;
        list-style: none;
    }

    ul.tabs li a {
        background-color: #bbb;
        color: #1b1b1b;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 24%;
    }
}
/* Upped the max width to remove the sidebars when they look like crap 9/15/2016 DMH
needs to match the max above so we set the wrapper to 100% when we aren't showing sidebars 9/16/2016 DMH
Removed the min width and moved both to the same query (since we don't show sidebars below this size)
*/
@media (max-width: 1360px) {
    .wrapper1040 {
        max-width: 100%;
    }
    .side140 {
        display: none
    }
}


@media (min-width: 768px)and (max-width: 1024px) {
    .large-6 {
        position: relative;
        width: 50%;
        padding-left: 17px;
        padding-right: 6px;
    }

    .circle_arrow1.tab_circle img {
        margin-right: 2px;
    }

    ul.tabs li a {
        margin-left: 0px;
    }
}


@media (min-width: 1025px) {
    .SpacingPara p {
        margin-bottom: 0
    }
}

@media (max-width: 1024px) {
    .BottomAd {
        background: none;
        display: none;
    }

    .TableText {
        width: 100%;
    }

    .TopPageLinks ul li {
        margin-right: 10px;
    }

    .TopPageLinks ul li a {
        background: none;
        padding: 0;
    }

    .footer p {
        margin-bottom: 10px;
        padding-right: 0.3375em;
    }

    .headerMenu {
        float: none;
        width: 100%;
    }

    .proTable .custom-checkbox input, .proTable .custom-radio input {
        left: 7px;
        top: 6px;
    }

    .proTable .custom-checkbox label, .proTable .custom-radio label {
        background-position: -9px -6px;
        padding: 0 0 0 35px;
    }

    .proTable .custom-checkbox label.checked, .proTable .custom-radio label.checked {
        background-position: -9px -216px;
    }

    .proTable .proRow .colA .custom-checkbox label {
        background-position: -10px -16px;
    }

    .proTable .proRow .colA .custom-checkbox label.checked {
        background-position: -10px -216px;
    }

    .pro_standard .content_left {
        margin-left: 0;
        max-width: 100%;
    }

    .selectFileSec .sectitle {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 10px;
    }

    .selectFileSec.deskfeaturePro {
        display: none;
    }

    .selectFileSec.tabMobfeaturePro {
        display: block;
    }

    .side140, .Section_one .deskAd, .extraMenu, .extraLogo, .content_right, .slashes, .pro_standard .sidebarBox, .selectFileSec .deskfeaturePro {
        display: none;
    }

    .stepDetail .custom-radio label.checked {
        background-position: 4px -211px;
    }

    .widgetBox .tabAd, .selectFileSec .tabMobfeaturePro {
        display: block;
    }

    .wrapper1040 {
        float: none !important;
        padding: 0;
    }

    .wrapper1040.left {
        float: none !important;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .TabView, .pro_listName.TabdeskView {
        display: block;
    }

    .bannerBlock .listing ul li a, .bannerBlock .listing1 ul li a {
        font-size: 16px;
        line-height: 22px;
    }

    .colA.col1 {
        padding: 10px 2%;
    }

    .colA.colH {
        padding: 5px 3%;
    }

    .colB.col1 {
        padding: 10px 1%;
    }

    .colB.col1.proCat, .colB.colH.proCat {
        width: 11%;
    }

    .colB.col1.proMob, .colB.colH.proMob {
        width: 9%;
    }

    .colB.col1.proPrice, .colB.colH.proPrice {
        width: 8%;
    }

    .content_1View span {
        display: block;
        font-size: 16px;
        line-height: 21px;
    }

    .headerMenu.headerMenu_2, .TableText {
        width: 100%;
        padding-left: 14px;
    }

    .headerSearch .searchBox, .colA {
        width: 45.5%;
    }

    .large-12.columns {
        padding-left: 17px;
    }

    .homeContentLeft {
        width: 50% !important;
    }

    .content_left.homeContentLeft {
        margin-left: 15px;
    }

    .homeContentRight {
        display: block !important;
        margin-right: 15px;
    }

    .leftHorse {
        padding-left: 17px;
        padding-right: 20px;
    }

    .banner .leftHorse .bannerBlock {
        margin-right: 7px;
    }

    .one_half265 {
        max-width: 46.5%;
    }

    .pro_standard .deskView {
        display: none;
    }

    .red_bg_top.loggedin_bg, .blue_bg_top.loggedin_bg, .yellow_bg_products_top.loggedin_bg {
        height: 100px;
    }

    .red_horse_img {
        right: 11%;
    }

    .tabPanelTitle {
        display: block;
        float: none;
        padding-bottom: 20px;
        padding-top: 5px;
    }

    .yellowBox .bannerBlock .listing ul, .yellowBox .bannerBlock .listing1 ul {
        margin-top: 30px;
    }

    .yellowBox .bannerBlock .listing ul li, .yellowBox .bannerBlock .listing1 ul li {
        float: left;
        padding-right: 0;
        width: 50%;
    }

    ul.tabs li {
        float: left;
        width: 50%;
    }

    ul.tabs li a {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }

    ul.tabs li a.active, ul.tabs li a.active_2, ul.tabs li a.active_3 {
        border-bottom: medium none;
    }

    .footer .large-6 {
        padding-left: .9375em;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    #content, .pro_standard .content_left {
        float: none;
        margin-top: 15px;
    }

    .HeaderR .headerSearch .searchBox input[type="text"] {
        width: 78%;
    }

    .RowBg .colH {
        font-size: 14px;
    }

    .Section_one .title {
        font-family: 'Titillium Web', sans-serif;
        font-size: 18px;
        font-weight: 700;
        padding: 10px 0;
    }

    .SideBarTop .title {
        padding: 2px 0 15px;
    }

    .banner .bannerBlock .Title {
        font-size: 36px;
    }

    .banner .bannerImgL {
        left: 140px;
        top: 60px;
        width: 240px;
    }

    .banner .bannerImgR {
        right: 25px;
        top: 50px;
        width: 245px;
    }

    .banner.yellowBox .bannerBlock {
        background: url(../images/blockSideline.png) no-repeat 0 50px;
        margin-top: 15px;
        margin-left: 0;
    }

    .banner.yellowBox .large-3 {
        width: 34%;
    }

    .banner.yellowBox .large-9 {
        width: 66%;
    }

    .row.row0 {
        width: 100%;
    }

    .bannerBlock .circle_arrow1 {
        margin: 4px 10px 0 0;
        width: 10%;
    }

    .bannerBlock .circle_arrow1.tab_circle {
        margin-right: 122px;
    }

    .bannerBlock .listing ul li, .bannerBlock .listing1 ul li {
        float: none;
        width: 100%;
    }

    .bannerBlock .listing ul li a, .bannerBlock .listing1 ul li a {
        color: #1b1b1b;
        font-family: 'Titillium Web', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
    }

    .bannerBlock .listing ul, .centerContent.white_bg, .bannerBlock .listing1 ul {
        margin-top: 20px;
    }

    .bannerBlock .tab_title_w {
        width: 50%;
    }

    .bannerTitle {
        padding-bottom: 10px;
        padding-top: 5px;
    }

    .centerContent .AdDiv728_90 .tabAd img {
        display: block;
        margin: auto;
        max-width: 100%;
    }

    .centerHeading {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        padding: 16px 0 6px;
        text-align: center;
    }

    .colB.colH {
        padding: 5px 1%;
    }

    .contentA_2 .tab_2 li {
        margin-right: 0;
        width: 49%;
    }

    .contentA_2 .tab_2 li a {
        font-size: 14px;
        line-height: 20px;
    }

    .content_1ViewA .contentA ul li:last-child {
        font-size: 12px;
        line-height: 20px;
    }

    .content_1ViewA .content_1View .tableDiv.tableDiv_tab {
        margin-top: 5px;
        width: 60%;
    }

    .content_1ViewA .content_1View .viewMore {
        margin-top: 15px;
    }

    .content_1ViewA .content_1View .viewMore.view_all {
        margin-left: 0;
    }

    .content_1a .content_1a_one {
        display: block;
        text-align: center;
        width: 100%;
    }

    .content_left {
        max-width: 700px;
    }

    .content_right {
        max-width: 300px;
    }

    .greySep.border_space {
        background: none;
    }

    .header .large-3.columns {
        width: 51%;
        padding-left: 22px;
    }

    .header .large-9.columns {
        width: 49%;
    }

    #chatBox {
        margin-right: 2px;
    }

    .headerSearch {
        display: block;
        //margin-top: 18px;
        margin-top: -8px;
    }

    .headerSearch .searchBox {
        height: 28px;
    }

    .one_half340 {
        max-width: 53.5%;
    }

    .one_half265 {
        max-width: 46.4%;
    }

    .row, .footer_section .row {
        max-width: 740px;
    }

    .selectFileSec.tabMobfeaturePro {
        padding: 0;
    }

    .sideWidgetList {
        border: none;
        padding: 0;
    }

    .sideWidgetList .widgetBox {
        margin: 10px 0;
    }

    .slider_contr .slider .left_sec {
        float: left;
        padding: 0 2px;
        width: 30%;
    }

    .slider_contr .slider .right_sec {
        float: right;
        width: 64%;
    }

    .slider_contr .slider .right_sec p {
        font-size: 16px;
        line-height: 20px;
    }

    .tabAd {
        display: block;
        margin-bottom: 20px;
    }

    .tabbed_area {
        padding-top: 0;
    }

    .tabbed_area p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .white_bg {
        background: none;
        border-top: none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 10px;
    }

    .white_bg.bannerSup {
        background: #fff;
    }

    .yellowBox .bannerBlock .Title {
        float: left;
        font-size: 36px;
        line-height: 30px;
        width: 65%;
    }

    .yellowBox .bannerBlock .harCircleImg {
        margin-right: 0;
    }

    .yellowBox .bannerImgL {
        left: -75px;
        top: 15px;
    }

    .yellowBox .bannerTitle {
        padding: 0 0 15px;
    }

    .yellowBox .circle_arrow2 {
        margin-right: 100px;
    }

    .yellow_bg_top {
        background: url(../images/yellow_bg.jpg) repeat-x 0 -50px;
    }

    .yellow_bg_top.loggedin_bg {
        background: url(../images/yellow_bg.jpg) repeat-x 0 -50px;
        height: 225px;
    }

    ul.tabs li a, .content_1a {
        display: block;
        font-size: 16px;
        line-height: 20px;
    }

}

@media (min-width: 600px) and (max-width: 767px) {
    #content {
        float: none;
        margin-top: 15px;
    }

    .FullPageContent {
        margin: 0;
    }

    .RowBg .colH {
        font-size: 13px;
        line-height: 22px;
    }

    .Section_one .title {
        font-size: 18px;
        font-weight: 700;
        padding: 10px 0;
    }

    .SideBarTop .title {
        display: block;
        float: none;
        padding: 2px 0 15px;
        text-align: center;
    }

    .banner .bannerImgL {
        left: 70px;
        top: 60px;
        width: 240px;
    }

    .banner .bannerImgR {
        right: 0;
        top: 50px;
        width: 245px;
    }

    .banner.yellowBox .bannerBlock {
        background: url(../images/blockSideline.png) no-repeat 0 40px;
        margin-top: 15px;
    }

    .banner.yellowBox .large-3 {
        width: 34%;
    }

    .banner.yellowBox .large-9 {
        width: 66%;
    }

    .bannerBlock .Title, .yellowBox .right_bannerBox .Title {
        font-size: 25px;
        line-height: 25px;
    }

    .bannerBlock .circle_arrow1 {
        margin: 4px 10px 0 0;
        width: 10%;
    }

    .bannerBlock .circle_arrow1.tab_circle {
        margin-right: 90px;
    }

    .bannerBlock .listing ul, .bannerBlock .listing1 ul {
        margin-top: 40px;
    }

    .bannerBlock .listing ul li, .bannerBlock .listing1 ul li {
        float: none;
        width: 100%;
    }

    .bannerTitle {
        padding-bottom: 10px;
        padding-top: 0px;
    }

    .belowSecText p {
        padding: 0;
        width: 50%;
    }

    .centerContent .AdDiv728_90.tabAd img {
        display: block;
        margin-top: 30px;
        max-width: 100%;
    }

    .centerContent .large-4.columns {
        width: 35%;
    }

    .centerContent .large-8.columns {
        width: 65%;
    }

    .centerHeading {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin: 0 2px;
        padding: 6px 0;
        text-align: center;
    }

    .colA.colH span {
        font-size: 12px;
        line-height: 21px;
        margin-left: 2%;
    }

    .colB.colH {
        padding: 5px 1%;
    }

    .contentA_2 .tab_2 li {
        margin-right: 15px;
    }

    .contentA_2 .tab_2 li a {
        font-size: 14px;
        line-height: 18px;
    }

    .contentA_2 ul li a {
        padding-right: 12px;
    }

    .content_1View span {
        display: block;
        font-size: 16px;
        line-height: 21px;
    }

    .content_1ViewA .content_1View .tableDiv.tableDiv_tab {
        font-size: 12px;
        margin-top: 15px;
        width: 68%;
    }

    .content_1ViewA .content_1View .viewMore {
        margin-top: 5px;
        max-width: 60px;
    }

    .content_1ViewA .content_1View .viewMore.view_all {
        margin-left: 0;
    }

    .content_1ViewA.contentA ul li {
        font-size: 20px;
        line-height: 25px;
    }

    .content_left {
        float: left;
        margin-left: 5px;
        margin-right: 10px;
        max-width: 700px;
        width: 100%;
    }

    .content_right {
        float: right;
        margin-left: 10px;
        margin-right: 5px;
        max-width: 200px;
        width: 100%;
    }

    .dropDownDiv {
        clear: both;
        display: block;
        float: none;
        text-align: center;
    }

    .footer .footerMenuA li a {
        font-size: 11px;
    }

    .footer .footerMenuA li:nth-child(5) a {
        border-left: 2px solid #afafaf;
    }

    .footer .large-6.columns, .banner .large-6.columns, .bannerBlock .tab_title_w {
        width: 50%;
        padding-right: 0.3375em;
    }

    .greySep.border_space {
        background: none;
    }

    .header .large-3.columns {
        width: 40%;
    }

    .header .large-9.columns {
        width: 59%;
    }

    .headerMenu li a.greenDiv, .extraMenu a.greenDiv {
        font-size: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .headerMenu ul li {
        padding: 0 10px 0 0;
    }

    .headerSearch {
        display: block;
    }

    .headerSearch .searchBox {
        height: 28px;
        width: 55%;
    }

    .headerSearch .searchBox input[type="text"] {
        width: 80%;
    }

    .informationBox .infolist li a {
        font-size: 14px;
        padding: 0 0 0 32px;
    }

    .one_half340 {
        max-width: 53.5%;
        width: 100%;
    }

    .pageTopText {
        font-size: 25px;
        line-height: 30px;
    }

    .pro_listName .clickText {
        display: block;
        margin-left: 0;
        text-align: left;
    }

    .pro_listName span {
        font-size: 12px;
        margin-left: 0;
    }

    .pro_standard .content_left {
        float: none;
        margin-left: 10px;
        max-width: 96%;
    }

    .row {
        max-width: 580px;
    }

    .sbHolder {
        margin: auto;
    }

    .selectFileSec.tabMobfeaturePro {
        padding: 0 0 10px;
    }

    .sideWidgetList {
        border: none;
    }

    .sideWidgetList .widgetBox {
        margin: 10px 0;
    }

    .slider_contr .slider .left_sec {
        float: middle;
        text-align: center;
        width: 95%;
    }

    .slider_contr .slider .right_sec {
        float: middle;
        padding: 10px 0;
        width: 95%;
    }

    .slider_contr .slider .right_sec p {
        font-size: 14px;
        line-height: 20px;
    }

    .tabbed_area p {
        font-size: 16px;
        line-height: 20px;
    }

    .topAd {
        display: none;
    }

    .white_bg {
        border-top: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px;
        padding-top: 0;
    }

    .white_bg .content_left {
        margin-left: 5px;
        margin-right: 10px;
    }

    .white_bg .content_right {
        margin-left: 10px;
        margin-right: 5px;
    }

    .yellowBox .bannerBlock .Title {
        float: left;
        font-size: 30px;
        line-height: 30px;
        width: 90%;
    }

    .yellowBox .bannerBlock .harCircleImg {
        margin-right: 0;
    }

    .yellowBox .bannerTitle {
        padding: 0 0 15px;
    }

    .yellowBox .right_bannerBox .bannerTitle {
        font-size: 15px;
        line-height: 18px;
    }

    .yellow_bg_top {
        background: url(../images/yellow_bg.jpg) repeat-x 0 -50px;
    }

    .yellow_bg_top.loggedin_bg {
        background: url(../images/yellow_bg.jpg) repeat-x 0 -52px;
        height: 210px;
    }

    ul.tabs li a {
        display: block;
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .Section_one .deskAd, .BottomAd, .slashes {
        display: none;
    }

    .TableText {
        margin: 10px auto 20px;
        text-align: center;
    }

    .TableText .extratext {
        display: block;
        float: none;
        font-size: 16px;
        padding: 10px 0;
        text-align: left;
    }

    .TableText .greenBtn {
        display: inline-block;
        float: none;
        margin-top: 5px;
    }

    .content_1a {
        display: block;
    }

    .content_1a .content_1a_one {
        display: block;
        text-align: center;
        width: 100%;
    }

    .tabPanelTitle {
        display: block;
        float: none;
        padding-bottom: 20px;
    }

    ul.tabs {
        float: none;
        text-align: left;
    }

    ul.tabs li a {
        min-width: 100%;
        text-align: center;
    }
}

@media (max-width: 599px) {
    #mobile-header {
        display: block;
        height: 30px;
        position: absolute;
        right: 0;
        top: 5px;
        width: 50px;
        z-index: 99;
    }

    #responsive-menu-button {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .FullPageContent {
        margin: 0;
    }

    .HeaderR {
        margin: 12px 0 0;
    }

    .Logo {
        float: left;
        margin-left: 20px;
        width: 50%;
    }

    .MobileFooter {
        display: block;
        margin-bottom: 10px;
    }

    .MobileFooter .extraLinks .footerMenuB, .belowSecText .greenBtn {
        float: none;
    }

    .Section_Two .title {
        padding-bottom: 10px;
    }

    .Section_Two.mobfeaturePro {
        border-bottom: 1px solid #8D8D8D;
        padding: 0 10px 10px;
    }

    .Section_Two.mobfeaturePro .smallArrow {
        display: inline-block;
    }

    .Section_Two.mobfeaturePro .title {
        font-size: 16px;
        line-height: 25px;
    }

    .Section_one .adMob .adv468_60 img {
        max-height: 100px;
    }

    .Section_one .title {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }

    .Section_one.mobEvent {
        border-bottom: 1px solid #8D8D8D;
        margin-bottom: 10px;
        padding: 10px 20px 20px 10px;
    }

    .SideBarTop {
        margin-bottom: 15px;
        padding: 10px;
        margin-left: -5px;
    }

    .SideBarTop .title {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        padding: 3px 0 0;
        margin-left: 5px;
    }

    .TableText {
        padding: 0 10px;
    }

    .TopPageLinks {
        border-bottom: 1px solid #1b1b1b;
        margin: 2px 15px 5px;
        text-align: center;
    }

    .TopPageLinks ul li {
        margin-right: 1px;
    }

    .TopPageLinks ul li a {
        background: none;
        padding: 5px;
    }

    .TopPageLinks ul li a span {
        font-size: 16px;
    }

    .banner .bannerBlock {
        background: #f99e27;
        margin-bottom: 6px;
        padding: 10px 24px 15px 20px;
        margin-right: 0;
    }

    .banner .leftHorse .bannerBlock {
        margin-right: 0;
    }

    .banner .large-9.columns, .banner .large-3.columns {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .banner.yellowBox {
        background: #F99E27;
    }

    .banner.yellowBox .bannerBlock {
        margin: 10px 0;
    }

    .bannerBlock .Title {
        border-left: 5px solid #0D7350;
        font-size: 20px;
        line-height: 16px;
        padding-left: 5px;
    }

    .bannerBlock .mobHeading {
        display: block;
        padding: 0 10px 7px;
    }

    .belowSecText {
        text-align: center;
    }

    .bx-wrapper .bx-next {
        margin-right: 20px !important;
    }

    .bx-wrapper .bx-prev {
        margin-left: 20px !important;
    }

    .bx-wrapper .bx-pager {
        padding-right: 0;
    }

    .centerContent {
        margin-top: 0px;
    }

    .centerContent.white_bg {
        margin-top: 0;
    }

    .centerHeading {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }

    .colA {
        float: none;
        width: 100%;
    }

    .colA .colH {
        padding: 5px 3% 5px 5%;
    }

    .contentA ul li a, .contentA_2 ul li a, .contentA_3 ul li a {
        background: url(../images/greenArrow.png) no-repeat left center;
        font-size: 14px;
        padding-left: 15px;
    }

    .contentA_2 .tab_2 li {
        display: block;
        float: none;
        width: 100%;
    }

    .content_1View span {
        display: block;
        font-size: 14px;
        line-height: 18px;
    }

    .content_1ViewA .content_1View .viewMore {
        margin-top: 5px;
    }

    .content_1ViewA .content_1View .viewMore.view_all {
        margin-left: 0;
        margin-top: 5px;
        text-align: center;
    }

    .content_1ViewA.contentA ul li {
        font-size: 20px;
    }

    .content_1ViewA.contentA ul li:last-child {
        font-size: 12px;
    }

    .content_1a .content_1a_one {
        font-size: 18px;
        line-height: 20px;
        margin-top: 15px;
    }

    .content_left, .content_left.homeContentLeft {
        float: none;
        margin-left: 0;
        max-width: 100%;
    }

    .footer .MobileFooter .footerR {
        float: none;
        text-align: center;
    }

    .footer .footerMenuA {
        margin: 0 auto 19px;
        max-width: 350px;
        width: 100%;
    }

    .footer .footerMenuA li a {
        font-size: 16px;
        padding-left: 4px;
    }

    .footer .footerMenuA li:nth-child(5) a, .footer .footerMenuA li:nth-child(6) a {
        border-left: none;
    }

    .footer .footerMenuA li:nth-child(5) a {
        border-left: 2px solid #afafaf;
    }

    .gold_star {
        height: 25px;
        width: 25px;
    }

    .green_arrow {
        display: inline-block;
        float: none;
        margin-bottom: 4px;
        margin-left: 10px;
    }

    .header {
        margin: 0 0 0;
    }

    .links_list ul li a {
        font-size: 16px;
    }

    .mainContent .SideBarTop, .Section_one.adMob, .HeaderR .adv320_50, .circle_g_arrow1, .featurePro, .proOptions, .mobView {
        display: block;
    }

    div.homePageDownloads {
        margin-left: 5px;
    }

    .one_half340 {
        float: none;
        max-width: 100%;
        padding-left: 0;
    }

    .pageContent {
        padding: 0 20px;
    }

    .pageTopText {
        font-size: 20px;
        line-height: 16px;
        padding: 15px 5px;
        text-align: center;
    }

    .pageTopText span {
        display: block;
        padding-bottom: 10px;
    }

    .pro_listName .MobView {
        display: block;
        margin-bottom: 20px;
    }

    .reg_help {
        margin: 0 0 20px 5px;
    }

    .regFormData, .formLabel {
        display: block !important;
    }

    .red_horse_img {
        right: 0;
    }

    .row {
        margin-bottom: 0px;
    }

    .selectFileSec {
        padding: 0 20px 20px;
    }

    .side140, .HeaderMenuBg, .listing, .listing1, .bannerImgL, .bannerImgR, .sideBar, .greySep, .BottomAd, .deskFooter, .AdDiv728_90.topAd, .bannerTitle, .circle_arrow1, .banner .bannerImgL, .circle_arrow2, .circle_arrow3, .mobileImage, .pageTopBreadcrumb, .colB, .colB .colH, .pro_listName .TabdeskView, .one_half265, .deskView, .belowSecText p {
        display: none;
    }
    .adv320_50 img {
        text-align: center
    }

    .adv320_50 {
        text-align: center;
        margin: 10px auto;
    }
    .sidr ul .sidr-class-mob_thirdlevel_menu {
        background: #fff;
        border-top: 1px solid #ccc !important;
        display: none;
        left: 260px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .sidr ul .sidr-class-mobile_sub_menu {
        background: #fff;
        border-top: 1px solid #ccc !important;
        display: none;
        height: auto;
        left: 260px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .sidr ul .sidr-class-mobile_sub_menu li {
        border-bottom: 1px solid #ccc;
    }

    .sidr ul .sidr-class-mobile_sub_menu li:hover > a, .sidr ul .sidr-class-mobile_sub_menu li.active > a {
        line-height: 40px !important;
    }

    .sidr ul .sidr-class-mobile_sub_menu li:last-child {
        border-bottom: 1px solid #ccc !important;
    }

    .sidr-class-top_level_menu_a, .sidr-class-second_level_menu_a {
        background: url(../images/greenArrow.png) no-repeat 97% 50%;
    }

    .slider_contr {
        padding: 0;
    }

    .slider_contr .slider .left_sec {
        float: left;
        height: auto;
        margin: 0 10px 5px;
        text-align: center;
        width: 95%;
    }

    .slider_contr .slider .right_sec {
        float: right;
        padding: 0;
        width: 95%;
    }

    .slider_contr .slider .right_sec p {
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }

    .tabPanelTitle {
        display: block;
        float: none;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 20px 20px 10px;
    }

    .tabbed_area {
        padding: 8px 0 2px;
    }

    .tabbed_area p {
        font-size: 14px;
        line-height: 18px;
    }

    .tableDiv {
        float: left;
        width: 68%;
    }

    .tableDiv.tableDiv_tab {
        width: 68%;
    }

    .white_bg {
        border-top: none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 10px;
    }

    .white_bg .content_left, .white_bg .content_left.homeContentLeft {
        margin-left: 0;
    }

    .wrapper1040.left {
        padding-top: 0;
    }

    .wrapper1040.mob_header, .banner .large-6.columns, .header .large-3.columns, .header .large-9.columns, .centerContent .large-8.columns {
        padding-left: 0;
        padding-right: 0;
    }

    .wrapper1320.pt20 {
        padding-top: 0 !important;
    }

    .yellowBox .bannerBlock .Title {
        border-left: 5px solid #0D7350;
        font-size: 26px;
        line-height: 30px;
        padding-left: 5px;
    }

    .yellowBox .bannerBlock .harTitle {
        float: left;
        width: 100%;
    }

    .yellowBox .right_bannerBox {
        margin-bottom: -10px;
        margin-top: 0;
        padding: 10px;
    }

    .yellowBox .right_bannerBox .Title {
        border-left: none;
        font-size: 14px;
        line-height: 14px;
    }

    .yellowBox .right_bannerBox .bannerTitle {
        display: block;
        font-size: 12px;
        line-height: 12px;
        padding: 0 20px 7px;
    }

    .yellowBox .right_bannerBox .thrTitle {
        font-size: 14px;
        margin-left: 10px;
    }

    .yellow_bg {
        background: none;
        padding: 10px 0 0;
    }

    .yellow_bg_top {
        background: none;
    }

    ul.tabs li {
        float: left;
        width: 50%;
    }

    ul.tabs li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
    }

    ul.tabs li a.active, ul.tabs li a.active_2, ul.tabs li a.active_3 {
        border-bottom: none;
    }

    .large-12.columns {
        padding-left: 0.9375rem;
    }

    .reveal-modal.medium {
        max-width: 80%;
        left: 50%;
        height: auto;
        position: absolute;
        margin-left: -40%;
        padding: 1.25em;
        min-height: 50%;
    }
}

/*For safari browser fix*/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1025px) {
    .content_left.homeContentLeft:not(Chrome:root) {
        width: 62.3%;
    }

    .centerContent:not(Chrome:root) {
        width: 100.5%;
    }

    .greySep.border_space:not(Chrome:root) {
        margin-left: 10px;
        margin-right: 10px;
    }

    .centerContent.white_bg:not(Chrome:root) {
        width: auto;
    }

    .header .large-9.columns:not(Chrome:root) {
        padding-left: 12px;
    }

}
.notes ul {
    list-style-type: disc;
    font-size: 0.8em;
}

#statsReleaseNotesModal {
    top: 10px;
    overflow-y: auto;
    height: 90%
}
.smallerText {
    font-size: 0.9em;
}

/* for the form edit fields for in house use 6/12/2017 DMH */
@media screen and (min-width: 1025px) {
    div.inHouseEditField {
        width: 1024px;
    }
}