/* in general link colors 
    Sorry for possible stomping on the style of this sheet...
    */
a:link {
    color: #004990;
    text-decoration: none;
}
a:visited { 
               color: #d2232a;
               text-decoration: none;
}
a:hover {
               color: #647bb2;
               text-decoration: underline;
}


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { background-color:#bcc0c3; font-family:Arial, Helvetica, sans-serif; font-size:0.85em; height:100%; margin:0; overflow:auto; padding:10px; color: #333333;}

/* =============================================================================
   Typography
   ========================================================================== */

P { font-family:Arial, Helvetica, sans-serif; font-size:1em;}
blockquote { margin: 1em 2.5em; }
.redfont { color: #d2232a; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
h1 { font-family: 'Roboto', sans-serif; font-size:24px; }
h2 { font-family: 'Roboto', sans-serif; font-size:18px; }
h3 { font-family: 'Roboto', sans-serif; font-size:14px; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 2.5em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */

img, object, embed, video { max-width: 100%; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
.testSite {
    text-align:center;
    background-color:red;
    color:white;
    padding:10px;
}

form { margin: 0; }
input[type=text], input[type=password], input[type=date], input[type=email], textarea, input[type=number], select, input[type=datetime], input[type=url] {
    box-sizing:border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size:14px;
    padding:5px;
    margin:5px 0;
    min-height:30px;
    min-width:200px;
    background-color:#FFFFFF;
    background-image:url(/images/textfieldBG.png);
    background-repeat:repeat-x;
    background-position:center top;
    border:solid 1px #CCC;
    vertical-align:middle;
}
input[type=submit] {
    box-sizing:border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size:14px;
    padding:0px 5px 0px 5px;
    margin:5px 0; 
    min-height:36px; 
    text-transform:uppercase;
    min-width:200px;
    color:#FFF;
    border:1px solid #990033;
    background-color:#c41230;
    background-image:url(/images/redButtonBG.png);
	background-repeat:repeat-x;
}

select, select option
{
    background-color:#FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#000;
    padding:2px;
}

select
{
    box-sizing:border-box;
    min-height:30px;
    min-width:200px;
    background-color:#FFFFFF;
    border:solid 1px #CCCCCC;
    vertical-align:middle;
}

fieldset {
    font-family: 'Roboto', sans-serif;
    border:1px solid #BFBFBF;
    padding:10px;
}

fieldset legend {
    color:#333;
    font-weight:normal;
    text-transform:capitalize;
    padding:5px 10px 5px 10px;
}

fieldset.form div.item{
    margin:5px 0;
    min-height:35px;
}

fieldset.form div.item > label {
    font-weight:bold;
    display:inline-block;
    width:155px;
}

fieldset.form div.item > label::after{
    content:':';
}

fieldset.form div.item > label.blank::after {
    content:none;
}

fieldset.form div.item input[type=submit]{
    margin:0;
    padding:1px;
}

.required {
    font-weight:bold;
    color:#333;
}

.required::before {
    display:block;
    float:left;
    height:12px;
    margin-right:2px;
    content: "*";
    font-size:16px; 
    font-weight:bold; 
    color:#c41230;
}

hr.divider {
    height:15px;
    border:0px;
    background-image:url(/images/dividerBG.png);
    background-repeat:repeat-x;
}

#siteSearchForm #searchBox {
    float:left;
}

#siteSearchForm button {
    float:left;
    box-sizing:border-box;
    width:62px;
	height:30px;
	text-indent: 62px;
	white-space: nowrap;
	overflow: hidden;
    background-color:#FFF;
    background-image:url(/images/searchIcon.png);
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #CCC;
    margin:5px 0px 0px 7px;
}

#contactUsAdditionalComments {
    width:100%;
    min-height:100px;
}

/* =============================================================================
   Content Columns
   ========================================================================== */

.colWrapper .half {
    float:none;
    width:100%;
    margin:0;
}

/* =============================================================================
   Information Formatting
   ========================================================================== */
.displayInformation{
    border:1px solid #BFBFBF;
    margin:5px 0;
    padding:10px;
}

.displayInformation a.add,
.displayInformation a.edit{
    float:right;
}

.displayInformation h1{
	font-size:1.25em;
    margin:0 0 5px 0;
}

.displayInformation div.item{
    margin:5px 0;
    min-height:20px;
}

.displayInformation div.item > label{
    display:inline-block;
    width:125px;
}

.displayInformation div.item > label::after{
    content:':';
}

.displayInformation div.item > label.blank::after {
    content:none;
}

.horseListLegend{
    list-style-type:none;
    padding:0;
}

/* =============================================================================
   Clear
   ========================================================================== */
   
.clearAfter::after{ clear:both; content:''; display:block; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clearBoth { clear:both; }

/* =============================================================================
   Tabbed Content
   ========================================================================== */
.tabContentContainer{
    height:100%;
}

.tabContentContainer ul.tabs{
    margin:0;
    padding:0;
}

.tabContentContainer ul.tabs::after{
    clear:both;
    content:'';
    display:block;
}

.tabContentContainer ul.tabs li{
    color:#D2232A;
    cursor:pointer;
    float:left;
    font-weight:bold;
    list-style-type:none;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0;
    text-align:center;
}

.tabContentContainer ul.tabs li.inactive{
    background-color:#C3CAE3;
}

.tabContentContainer .contentContainer{

}

.tabContentContainer .contentContainer .tabContent {
    display:none;
    padding:5px;
}

.tabContentContainer .contentContainer .active{
    display:block;
}

/* =============================================================================
   VALIDATION
   ========================================================================== */
.validation-summary-errors ul{
    margin:10px 0;
    padding:0;
}

.validation-summary-errors ul li{
    color:red;
    font-size:1em;
    font-style:italic;
    font-weight:bold;
    list-style-type:none;
}


/* =============================================================================
   Device Width Flag: used as a flag in the javascript code in place of the width
   method which is not consistent with the css media width.
   width: 0 - PHONE
   width: 481px - TABLET
   width: 769px - DESKTOP
   ========================================================================== */

#deviceWidthFlag{
    display:none;
}

/* =============================================================================
   Overlay
   ========================================================================== */
.overlay {
    background-repeat:  repeat;
    background-image:url(/images/overlay.png);
    color:#535353;
    display:none;
    height:100%;
    left:0;
    overflow-y:auto;
    position:fixed;
    top:0;
    width:100%;
    z-index:1000000;
}

.overlay.show{
    display:block;
}

.overlay .overlayContent {
    background-color:#FFF;
    margin:10px auto;
    padding:10px;
    position:relative;
    width:95%;
}

.overlay .close
{
    display:table-cell;
    color:#FFF;
    cursor:pointer;
    float:right;
    font-size:7pt;
    font-weight:bold;
    margin:10px;
    text-decoration:none;
    text-transform:uppercase;
    vertical-align:middle;
}

.overlay .close span
{
    background:#FFF;
    border:1px solid #B59684;
    border-radius:3px;
    color:#312720;
    height:16px;
    line-height:16px;
    padding:1px 4px;
}

/* =============================================================================
   Loading Modal
   ========================================================================== */
#loadingModal{
    z-index:10000000;
}
.loading {
    height:100px;
    left:50%;
    margin:-50px 0 0 -50px;
    position:absolute;
    top:50%;
    width:100px;
}

.loading img {
    display:block;
    height:100px;
    left:50%;
    margin:-50px 0 0 -50px;
    position:absolute;
    top:50%;
    width:100px;
}

/* =============================================================================
   Default table layout
   ========================================================================== */
table {
    border-collapse:collapse;
    margin:10px 0;
    padding:0;
    width:100%;
}

table th, table td {
    padding:5px;
    vertical-align:top;
}

table td{
    background-color:#FFF;
    border-bottom:1px dotted #BFBFBF;
    color:#000;
    text-align:left;
}

table th{
    background-color: #4E4C4C;
    color:#FFF;
    font-weight:bold;
    text-align:left;
    text-transform:uppercase;
}

/* =============================================================================
   Pager
   ========================================================================== */
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager a:hover, .pager a:active {
    outline: 0;
}

.pager .btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pager .btn:hover {
    color: #333;
    text-decoration: none;
}

.pager .btn-default{
    background-color: #fff;
    border-color: #ccc;
}

.pager .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.pager a.btn-default, .pager a.btn-default:link {
    color: #333;
}

.pager .btn-group > .btn:hover {
    z-index: 2;
}

.pager .btn-group > .btn:first-child {
    margin-left: 0;
}

.pager .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pager .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.pager .btn-group .btn + .btn {
    margin-left: -1px;
}

.pager .btn-primary{
    background-color: #337ab7;
    border-color: #2e6da4;
}

.pager .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.pager .btn-primary:link,
.pager .btn-primary:visited{
    color:#FFF;
}

.pager.btn-toolbar {
    margin: 40px 0px 20px 0px;
}

.pager .btn-toolbar > .btn-group {
    display: inline-block;
    float: left;
    margin-left: 5px;
    position: relative;
    vertical-align: middle;
}

/* =============================================================================
   Mobile Layout: 480px and below.
   ========================================================================== */

#deviceWidthFlag{
    width:0;
}

.siteWrapper {
	max-width:1100px;
	margin: 0px auto 0px auto;
}

.siteInner {
    padding-top:0px;
    background-color:#FFF;
    border-left: 1px solid #b1b4b7;
    border-right: 1px solid #b1b4b7;
    border-bottom: 1px solid #b1b4b7;
}

/*-----Site Header
------------------------------------------------------------------------------*/

header.logoHeader {
    position:relative;
    font-family: 'Roboto', sans-serif;
	margin:20px 0px 20px 0px;
}

header.logoHeader .ashaLogo {
	float:left;
	margin-right:20px;
	max-width:100px;
}

header.logoHeader .asrLogo {
	float:left;
	max-width:100px;
}

header.logoHeader .links {
	position:relative;
	clear:left;
	float:none;
	font-size:14px;
	padding-top:20px;
	color:#FFF;
	font-weight:700;
	text-transform:uppercase;
}

header.logoHeader .links a {
	display:inline-block;
	margin:0px 5px 0px 5px;
    color: #666;
}

header.logoHeader .welcome {
    position:relative;
    width:auto;
    font-family: 'Roboto', sans-serif;
    color: #666;
    margin:10px 0px 0px 10px;
    clear:both;
}

header.logoHeader .welcome .message {
    display:block;
    font-weight:700;
    margin-bottom:5px;
}

header.logoHeader .welcome .loggedInAs {
    display:block;
}

header.logoHeader .links a:link,
header.logoHeader .links a:visited {
	color:#FFF;
	text-decoration:none;
}

header.logoHeader .links a:hover,
header.logoHeader .links a:active {
	color:#FFF;
	text-decoration:underline;
}

header.logoHeader .links a.signIn:link,
header.logoHeader .links a.signIn:visited {
	color:#c41230;
	text-decoration:none;
}

header.logoHeader .links a.signIn:hover,
header.logoHeader .links a.signIn:active {
	color:#c41230;
	text-decoration:underline;
}

header.logoHeader .links a.signOut:link,
header.logoHeader .links a.signOut:visited {
	color:#666;
	text-decoration:none;
}

header.logoHeader .links a.signOut:hover,
header.logoHeader .links a.signOut:active {
	color:#666;
	text-decoration:underline;
}

header.logoHeader .links .support {
	padding-left:4px;
}

header.logoHeader .links .becomeMember,
header.logoHeader .links .signIn,
header.logoHeader .links .signOut {
	display:inline-block;
	padding:4px;
}

header.logoHeader .links .becomeMember.active,
header.logoHeader .links .signIn.active {
	display:inline-block;
	color:#333 !important;
	text-decoration:none !important;
	background-color:#EEE;	
	padding:4px;
	z-index:999;
}

header.logoHeader .links .memberDropDown {
	display:none;
	position:absolute;
	background-color:#EEE;
	width:224px;
	left:0px;
	top:62px;
	z-index:999;
	border-left: 1px solid #bcc0c3;	
	border-right: 1px solid #bcc0c3;	
	border-bottom: 1px solid #bcc0c3;
	color:#333;
	font-weight:400;
	font-size:12px;
}

header.logoHeader .links .signInDropDown {
	display:none;
	position:absolute;
	background-color:#EEE;
	width:224px;
	left:0px;
	top:62px;
	z-index:999;
	border-left: 1px solid #bcc0c3;	
	border-right: 1px solid #bcc0c3;	
	border-bottom: 1px solid #bcc0c3;
	color:#333;
	font-weight:400;
	font-size:12px;
}
   
/*-----Become A Member
------------------------------------------------------------------------------*/

header.logoHeader .links .memberDropDown ul {
    margin:10px;
    padding:0px;
}

header.logoHeader .links .memberDropDown ul li {
    list-style-type: none;
    margin-top:10px;
    font-size:14px;
    text-transform:none;
}

header.logoHeader .links .memberDropDown a:link,
header.logoHeader .links .memberDropDown a:visited {
    color:#333;
    text-decoration:none;
}

header.logoHeader .links .memberDropDown a:active,
header.logoHeader .links .memberDropDown a:hover {
    color:#333;
    text-decoration:underline;
}

/*-----Sign In
------------------------------------------------------------------------------*/

#ddSignInContainer {
    padding:10px;
}

#ddSignInContainer a.forgotPassword,
#signInContainer a.forgotPassword {
    text-transform:none;
    font-size:12px;
    padding:5px 0px 5px 0px;
}

#ddSignInContainer a.forgotPassword:link,
#ddSignInContainer a.forgotPassword:visited,
#signInContainer a.forgotPassword:link,
#signInContainer a.forgotPassword:visited {
    color:#333;
    text-decoration:underline;
}

#ddSignInContainer a.forgotPassword:active,
#ddSignInContainer a.forgotPassword:hover,
#signInContainer a.forgotPassword:active,
#signInContainer a.forgotPassword:hover {
    color:#333;
    text-decoration:none;
}

#ddSignInContainer span.logInError,
#signInContainer p.logInError {
    display:block;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    color:#c41230;
    padding:5px 0px 5px 0px;
    text-transform:capitalize;
}

/*-----Main Site Navigation
------------------------------------------------------------------------------*/
nav.main {
	position:relative;
    font-family: 'Roboto', sans-serif;
}

nav.main ul,
nav.main ul li {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	
}

nav.main a.menu {
	display:block;
	background-color:#FFF;
	height:50px;
	line-height:50px;
    border-top: 1px solid #b1b4b7;
    border-left: 1px solid #b1b4b7;
    border-right: 1px solid #b1b4b7;
	cursor:pointer;
}

nav.main a.menu:before {
	content: url(/images/menu.png);
	float:left;
	margin-top:7px;
	margin-left:12px;
    width:32px;
    height:35px;
    overflow:hidden;
}

nav.main ul.first {
	display:none;
	position:absolute;
	width:96%;
	padding:2%;
	left:-1px;
	top:50px;
	background-color:#EEE;
	border: 1px solid #b1b4b7;
    z-index:998;
}

nav.main ul.first > li {
	display:none;
	margin:10px 10px 10px 10px;
}

nav.main ul.first > li > a {
    cursor:pointer;
}

nav.main ul.first > li > a:after {
	content: "";
	float:none;
	margin-right:0px;
	
}

nav.main ul.first > li.search > a:after {
	content: "";
	float:none;
	margin-right:0px;
}

nav.main ul.first > li > a:before {
	content: url(/images/dropIcon.png);
	float:left;
	margin-right:10px;
}

nav.main ul.first > li.search > a:before {
	content: "";
	float:none;
	margin-right:18px;
}

nav.main ul.second {
	margin-top:7px;
	margin-left:30px;
    visibility:hidden;
}

nav.main ul.second li {
	margin-bottom:5px;
}

nav.main ul.second li .header {
	display:block;
	font-size:14px;
	font-weight:700;
	margin-top:15px;
	margin-bottom:7px;
}

nav.main ul.second li a:link,
nav.main ul.second li a:visited {
	text-decoration:none;
	color:#333;
}

nav.main ul.second li a:active,
nav.main ul.second li a:hover {
	text-decoration:underline;
	color:#c41230;
}

nav.main ul.third li {
	float:none;
	text-transform:none;
	
}

nav.main ul.first li.members > a {
	color:#c41230;
}

/*-----Image Banner Slider
------------------------------------------------------------------------------*/
.topBannerContainer{
    clear:left;
    position:relative;
    font-family: 'Roboto', sans-serif;
    border-left:solid 10px #FFF;
    border-right:solid 10px #FFF;
    background-color:#373535;
}

.topBannerContainer .slick-slider {
    margin-bottom:0;
}

.topBannerContainer .topBanner > div {color:#BFBFBF; font-size:1em;}
.topBannerContainer .topBanner > div a:link {color:#c9c888; cursor:pointer; text-decoration:none;}
.topBannerContainer .topBanner > div a:visited { color: #c9c888; text-decoration:none;}
.topBannerContainer .topBanner > div a:focus { color:#c9c888; text-decoration:none; outline: thin dotted;}
.topBannerContainer .topBanner > div a:hover, .topBannerContainer .topBanner > div a:active {color:#c9c888; text-decoration:underline; outline: 0; }

.topBannerContainer .topBanner div.slideInfo{
    padding:5px;
}

.topBannerContainer .topBanner div.slideInfo h1 {
    font-size:2em;
    font-weight:normal;
    color:#FFF;
}

.topBannerContainer .slideArrowsContainer{
    height:50px;
    position:relative;
}

.topBannerContainer .slideArrows{
    height:100%;
    left:35px;
    padding:5px;
    position:relative;
    width:5px;
}

/*-----Main Content
------------------------------------------------------------------------------*/
.mainContent{
    background-color:#FFF;
    padding:10px;
}

/*-----Sponsors
------------------------------------------------------------------------------*/
.sponsorsVertical{
    font-family: 'Roboto', sans-serif;
    border:1px solid #BFBFBF;
    margin-bottom:10px;
    padding:10px 0 5px 0;
    text-align:center;
}

.sponsorsVertical h1{
    font-size:1.25em;
    font-weight:normal;
    margin:0 auto 10px;
    text-transform:uppercase;
}

.sponsorsVertical img{
    display:block;
    margin:5px auto;
}

/*-----Search
------------------------------------------------------------------------------*/
div.searchBox{
    margin:10px 0;
}

div.searchBox input[type=text] {
    width:200px;
    padding:5px;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#000;
    background-color:#FFFFFF;
    background-image:url(/images/textfieldBG.png);
    background-repeat:repeat-x;
    background-position:center top;
    border:solid 1px #CCC;
    margin:5px auto 5px auto;
    vertical-align:middle;
}

/*-----eNews
------------------------------------------------------------------------------*/
div.eNews {
    background-color:#BFBFBF;
    border:none;
    margin:0;
    padding:3px;
    text-align:center;
}

div.eNews form {
    margin:5px 0 10px 0;
}

div.eNews label {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#333;
    font-weight:700;
}

div.eNews input[type=email] {
    border:solid 1px #999;
}

div.eNews .error,
div.eNews .emphasize{
    font-size:12px;
    margin:5px 0;
    padding:0;
}

/*-----News / Events / Facebook
------------------------------------------------------------------------------*/
.contentContainer{
    overflow-y:auto;
    height: 775px;
}

#newsEventsFacebook{
    font-family: 'Roboto', sans-serif;
    border:1px solid #C3CAE3;
    box-sizing:border-box;
    min-height:300px;
    margin:5px 0;
    padding:0;
}

#newsEventsFacebook ul.tabs li{
    width:33%;
}

#newsEventsFacebook ul.tabs li:last-child {
    width:34%;
}

#homepage_News,
#homepage_Events {
    padding:20px;
}

#home_fb_container #homepage_Facebook {
    width:100%;
}

.newsArticle{
    color:#333;
    margin-bottom:15px;
}

.newsArticle .title{
    font-size:14px;
    color:#c41230;
    font-weight:700;
    text-decoration:none;
}

.newsArticle .title:hover{
    cursor:pointer;
    text-decoration:underline;
}

.newsArticle .publishDate{
    color:#666;
}

.newsArticle p.description {
    margin:10px 0 10px 0;
}

#homepage_News p.readMore a:link,
#homepage_News p.readMore a:visited {
    color:#c41230;
    text-decoration:none;
}

#homepage_News p.readMore a:active,
#homepage_News p.readMore a:hover {
    color:#c41230;
    text-decoration:underline;
}

/*----- Events
------------------------------------------------------------------------------*/
#homepage_Events .competitionInfo{
    color:#333;
    margin-bottom:15px;
}

#homepage_Events .competitionInfo .name{
    font-size:14px;
    color:#c41230;
    font-weight:700;
    text-decoration:none;
}

#homepage_Events .competitionInfo .name:hover{
    cursor:pointer;
    text-decoration:underline;
}

#homepage_Events .competitionInfo .startDate{
    color:#666;
}

#homepage_Events .competitionInfo p.description {
    margin:10px 0 10px 0;
}

#homepage_Events p.viewAllComps a:link,
#homepage_Events p.viewAllComps a:visited {
    color:#c41230;
    text-decoration:none;
}

#homepage_Events p.viewAllComps a:active,
#homepage_Events p.viewAllComps a:hover {
    color:#c41230;
    text-decoration:underline;
}


/*----- News Articles
------------------------------------------------------------------------------*/
#newsContainer {
    font-family: 'Roboto', sans-serif;
    padding:0px 40px 0px 40px;
}

#newsContainer .newsList {
    margin:0px;
    padding:40px 0px 0px 0px;
}

#newsContainer .newsList li {
    margin:0px 0px 20px 0px;
    padding:0px;
    list-style-type:none;
}

#newsContainer .newsList li .publishDate {
    color:#666;
    font-size:12px;
}

#newsContainer .newsList li a {
    font-size:14px;
    font-weight:700;
}

#newsContainer .newsList li a:link,
#newsContainer .newsList li a:visited {
    color:#c41230;
    text-decoration:none;
}

#newsContainer .newsList li a:active,
#newsContainer .newsList li a:hover {
    color:#c41230;
    text-decoration:underline;
}

#newsItemContent {
    font-family: 'Roboto', sans-serif;
    padding:0px 20px;
}

#newsItemContent h2 {
    margin:40px 0px 0px 0px;
}

#newsItemContent h3 {
    font-size:12px;
    font-weight:normal;
    color:#666;
    margin:0px 0px 40px 0px;
    padding-bottom:40px;
    border-bottom:1px solid #CCC;
}

#newsItemContent .body {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    line-height:22px;
    color:#333;
}

#newsItemContent .body a:link,
#newsItemContent .body a:visited {
    color:#333;
    text-decoration:underline;
}

#newsItemContent .body a:active,
#newsItemContent .body a:hover {
    color:#333;
    text-decoration:none;
}

#newsItemContent .readMore {
    font-size:16px;
    font-weight:700;
    margin:40px 0px 40px 0px;
}

#newsItemContent .readMore a:link,
#newsItemContent .readMore a:visited {
    color:#c41230;
    text-decoration:none;
}

#newsItemContent .readMore a:active,
#newsItemContent .readMore a:hover {
    color:#c41230;
    text-decoration:underline;
}

/*-----Videos / Photos
------------------------------------------------------------------------------*/
#photoOverlay {
    display:none;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-image:url(/images/overlay.png);
    z-index:1000;
}

#photoOverlay .detail {
    position:absolute;
    visibility:hidden;
    width:100%;
    height:100%;
    box-sizing:border-box;
}

#photoOverlay .detail .content:before {
	content: url(/images/overlayClose.png);
	display:block;
    position:absolute;
	right:-20px;
    top:-20px;
    z-index:1001;
    cursor:pointer;
}

#videosPhotos{
    font-family: 'Roboto', sans-serif;
    background-color:#BFBFBF;
    border:none;
    height:300px;
    margin:0;
    padding:0;
    min-height:500px;
}

#videosPhotos .contentContainer {
    min-height:500px;
}

#videosPhotos ul.tabs li{
    width:50%;
}

/*-----Footer
------------------------------------------------------------------------------*/
footer.main {
font-family: 'Roboto', sans-serif;
background-color:#4E4C4C;
color:#BFBFBF;
font-size:.75em;
padding:10px;
text-align:center;
}

footer.main a{
    color:#BFBFBF;
}

footer.main a:hover{
    color:#FFF;
    text-decoration:none;
}

footer.main section.siteInformation div.vertical{
    display:none;
}

footer.main section.ashaInfo img.ashaLogo{
    height:70px;
    margin-left:0;
}

footer.main section.ashaInfo img.asrLogo{
    height:70px;
    margin-left:20px;
}

footer.main section.siteInformation section.ashaInfo address{
    font-style:normal;
    margin:5px 0;
}
        
footer.main section.siteInformation section.ashaInfo address > div{
    margin:5px 0;
}

footer.main section.siteInformation section.links ul{
    margin:0;
    padding:0;
}

footer.main section.siteInformation section.links ul > li{
    list-style-type:none;
    margin:10px 0
}

footer.main section.copyWrite{
    text-align:center;
    padding:5px;
	font-size: 12px;
}

/*-----Category Specific Links
------------------------------------------------------------------------------*/
section.categorySpecificLinks {
    border:1px solid #BFBFBF;
    padding:14px 10px 0px 10px;
}

section.categorySpecificLinks ul {
    font-family: 'Roboto', sans-serif;
    color:#333;
    font-size:14px;
    font-weight:700;
    line-height:normal;
    list-style-type:none;
    margin:0px 0px 14px 0px;
    padding:0px;
    cursor:pointer;
}

section.categorySpecificLinks ul li a:link, section.categorySpecificLinks ul li a:visited {
    color:#333;
    text-decoration:none;
}

section.categorySpecificLinks ul li a:active, section.categorySpecificLinks ul li a:hover {
    color:#c41230;
    text-decoration:none;
}

section.categorySpecificLinks ul li ul {
    display:none;
    margin-top:14px;
}

section.categorySpecificLinks ul li ul li
{
    font-size:14px;
    font-weight:normal;
    color:#333;
    line-height:normal;
    list-style-type:none;
    margin:0px 0px 14px 30px;
    padding:0px;
    cursor:default;
}

section.categorySpecificLinks ul li ul li a:link,
section.categorySpecificLinks ul li ul li a:visited {
    color:#333;
    text-decoration:none;
}
        
section.categorySpecificLinks ul li ul li a:active,
section.categorySpecificLinks ul li ul li a:hover {
    color:#c41230;
    text-decoration:none;
}

section.categorySpecificLinks > ul > li {
    margin-bottom:14px;
}

section.categorySpecificLinks > ul > li:after
{
    content: url(/images/dropIcon.png);
    padding: 0px 0px 0px 4px;
}

section.categorySpecificLinks > ul > li.selected:after
{
    content: "";
    padding: 0px;
}

/*-----Home Videos
------------------------------------------------------------------------------*/
#homeYouTubeVideos {
    max-width:200px;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
}

#homeYouTubeVideos .video {
    margin-bottom:10px;
}

#homeYouTubeVideos .video .title {
    font-size:14px;
    color:#004990;
    font-weight:700;
    text-decoration:none;
    margin-top:10px;
    margin-bottom:5px;
}

#homeYouTubeVideos .video .title a:link,
#homeYouTubeVideos .video .title a:visited,
#homeYouTubeVideos p.viewMore a:link,
#homeYouTubeVideos p.viewMore a:visited {
    color:#004990;
    text-decoration:none;
}

#homeYouTubeVideos .video .title a:active,
#homeYouTubeVideos .video .title a:hover,
#homeYouTubeVideos p.viewMore a:active,
#homeYouTubeVideos p.viewMore a:hover {
    color:#004990;
    text-decoration:underline;
}

/*-----Home Photos
------------------------------------------------------------------------------*/
#homePhotos {
    max-width:200px;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
}

#homePhotos .photo {
    text-align: center;
    margin-bottom: 10px;
}

#homePhotos .photo img {
    background-color:#EEE;
    padding:4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

#homePhotos p.viewMore a:link,
#homePhotos p.viewMore a:visited {
    color:#004990;
    text-decoration:none;
}

#homePhotos p.viewMore a:active,
#homePhotos p.viewMore a:hover {
    color:#004990;
    text-decoration:underline;
}

/*-----Social Media
------------------------------------------------------------------------------*/
section.socialMedia{
    background-color:#FFF;
    height:50px;
    width:100%;
}

section.socialMedia ul{
    height:36px;
    margin:0 auto;
    padding:7px 0;
    width:310px;
}

section.socialMedia ul li{
    list-style-type:none;
    float:left;
    width:50px;
}

section.socialMedia ul li.facebookASHAYouth,
section.socialMedia ul li.facebookASHA{
    width:80px;
}

/*-----Home Page Splash
------------------------------------------------------------------------------*/
#homepageSplash {
    display:none;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-image:url(/images/overlay.png);
    z-index:1000;
}

#homepageSplash .content {
    position:absolute;
    visibility:hidden;
    width:100%;
    max-width:600px;
    background-color:#FFF;
}

#homepageSplash .content:before {
    content: url(/images/overlayClose.png);
    display: block;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 1001;
    cursor: pointer;
}

#homepageSplash .content .slides {
    display:none;
}

#homepageSplash .content .image {
    position:relative;
}

#homepageSplash .content .image .top {
    display:none;
    position:absolute;
    left:0px;
    top:0px;
    z-index: 1003;
}

#homepageSplash .content .image .noshow {
    position:absolute;
    left:0px;
    top:-16px;
    z-index: 1004;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    color:#FFF;
}

#homepageSplash .content .image .noshow label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

#homepageSplash .content .image .noshow input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

#homepageSplash .content .footer {
    position:relative;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    font-weight:700;
}

#homepageSplash .content .footer .left {
    position:absolute;
    width:50%;
    text-align:center;
    top:0px;
    left:0px;
    color:#b9cbff;
    line-height:10px;
    padding-top:6px;
}

#homepageSplash .content .footer .right {
    position:absolute;
    width:50%;
    text-align:center;
    top:0px;
    right:0px;
    color:#b9cbff;
    line-height:10px;
    padding-top:6px;
}

#homepageSplash .content .footer .left a,
#homepageSplash .content .footer .right a {
    color:#b9cbff;
    text-decoration:none;
}

/*-----Pop Up Overlays
------------------------------------------------------------------------------*/
#popupOverlay {
    display:none;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-image:url(/images/overlay.png);
    z-index:1000;
}

#popupOverlay .content {
    position: absolute;
    visibility: hidden;
    width: 100%;
    max-width: 800px;
    background-color: #EEE;
}

#popupOverlay .content .inner {
    font-family: 'Roboto', sans-serif;
    padding:10px;
    overflow-x:hidden;
    overflow-y:auto;
    box-sizing:border-box;
}

#popupOverlay .content:before {
    content: url(/images/overlayClose.png);
    display: block;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 1001;
    cursor: pointer;
}

/*----- Pedigree Table
------------------------------------------------------------------------------*/
#pedigreeTable{
    border:1px solid black;
}

    #pedigreeTable td{
        border-bottom:none;
        font-size:.85em;
        max-width:200px;
        text-transform:uppercase;
    }

    #pedigreeTableBottom{
    border:1px solid black;
    margin-top: -5px;
}

    #pedigreeTableBottom td{
        border-bottom:none;
        font-size:.85em;
        max-width:200px;
        text-transform:uppercase;
    }


/* =============================================================================
   Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout.
   ========================================================================== */

@media only screen and (min-width: 481px) {

    /*-----Content Columns
    ------------------------------------------------------------------------------*/

    .colWrapper .half {
        float:left;
        width:49.5%;
        margin:0 1% 0 0;
    }

    .colWrapper .half + .half {
        float:left;
        width:49.5%;
        margin:0 0 0 0;
    }

    #deviceWidthFlag{
        width:481px;
    }

    /*-----Site Header
    ------------------------------------------------------------------------------*/

	header.logoHeader .ashaLogo {
		max-width:100%;
	}
	
	header.logoHeader .asrLogo {
		max-width:100%;
	}

    /*-----Image Banner Slider
    ------------------------------------------------------------------------------*/
    
    /*-----Sponsors
    ------------------------------------------------------------------------------*/
    .homeContent .sponsorsVertical::after{
        clear:both;
        content:'';
        display:block;
    }

    .homeContent .sponsorsVertical .imgContainer{
        float:left;
        text-align:center;
        width:50%;
    }

    /*-----eNews
    ------------------------------------------------------------------------------*/
        div.eNews {
        text-align:center;
    }

    div.eNews form{
        float:left;
        width:50%;
    }   

    div.eNews label{
        display:block;
    }

    div.eNews input{
        display:block;
        margin:5px auto;
    }

    /*-----Videos / Photos
    ------------------------------------------------------------------------------*/
    #videosPhotos{
        height:100%;
        margin:0;
        padding:0;
        min-height:400px;
    }

    #videosPhotos .contentContainer {
        min-height:400px;
    }
        

    /*-----Banner Ads
    ------------------------------------------------------------------------------*/
    section.bannerAds{
        margin:5px 0;
    }

        section.bannerAds div.adContainer{
            text-align:center;
        }

            section.bannerAds div.adContainer a{
                text-decoration:none;
            }

    /*-----Footer
    ------------------------------------------------------------------------------*/
    footer.main section.ashaInfo{
        width:100%;
    }

        footer.main section.ashaInfo hr.horizontal{
            background-color:#939393;
            border:none;
            height:1px;
            margin:15px auto;
            width:90%;
        }

        footer.main section.siteInformation div.vertical{
            background-color:#BFBFBF;
            display:block;
            float:left;
            height:80%;
            margin:5px;
            width:1px;
        }
        
        footer.main section.siteInformation section.links ul{
            float:left;
            height:100%;
            margin:0;
            padding:0;
            width:30%;
        }

        /*-----Home Page Splash
        ------------------------------------------------------------------------------*/

        #homepageSplash .content .footer {
            font-size:14px;
        }

        #homepageSplash .content .footer .left {
            line-height:16px;
            padding-top:10px;
        }

        #homepageSplash .content .footer .right {
            line-height:16px;
            padding-top:10px;
        }
}

/* PARNELL OVERRIDES */

@media only screen and (min-width: 481px) {
	nav.main ul.first {
		display:none;
	}
}

/* =============================================================================
   Desktop Layout: 769px to a max of 1100px.  Inherits styles from: Mobile Layout and Tablet Layout.
   ========================================================================== */

@media only screen and (min-width: 769px) {
    #deviceWidthFlag{
        width:769px;
    }

    input[type=text]{
        max-width:190px;
        width:75%;
    }

    input[type=submit]{
        max-width:200px;
        width:75%;
    }

    .generalTemplate .leftColumn{
        float:left;
        height:100%;
        width:25%;
    }

    .generalTemplate .rightColumn{
        border:1px solid #BFBFBF;
        box-sizing:border-box;
        float:right;
        height:100%;
        padding:10px;
        width:74%;
        min-height:620px;
    }

    .homeContent .leftColumn{
        float:left;
        height:100%;
        width:25%;
    }

    .homeContent .middleColumn{
        float:left;
        height:100%;
        margin:0 1%;
        width:48%;
    }

    .homeContent .rightColumn{
        float:left;
        height:100%;
        width:25%;
    }

    /*-----Site Header
    ------------------------------------------------------------------------------*/

    header.logoHeader .welcome {
        position:absolute;
        width:232px;
        top:15px;
        right:0px;
        margin:0px;
        clear:none;
    }

	header.logoHeader .links {
		clear:none;
		float:right;
		margin-top:62px;
		padding-top:0px;	
	}
	
	header.logoHeader .links .memberDropDown {
		left:4px;
		top:42px;
	}
	
	header.logoHeader .links .signInDropDown {
		left:4px;
		top:42px;
	}

    /*-----Main Site Navigation
    ------------------------------------------------------------------------------*/
	nav.main {
		background-color:#FFF;
		height:50px;
        border-top: 1px solid #b1b4b7;
        border-left: 1px solid #b1b4b7;
        border-right: 1px solid #b1b4b7;
	}
	
	nav.main a.menu {
		display:none;
	}

	nav.main ul.first {
		width:100%;
		text-align:center;
		display:block;
		position:relative;
		top:0px;
		left:0px;
		width:inherit;
		padding:inherit;
		background: none;
		border: none;
	}
	
	nav.main ul.first > li {
		display:inline-block;
		line-height:50px;
		font-size:14px;
		color:#333;
		margin:0px 10px 0px 10px;
	}
	
	nav.main ul.first > li > a:after {
		content: url(/images/dropIcon.png);
		float:right;
		margin-left:10px;
	}
	
	nav.main ul.first > li.search > a:after {
		content: "";
		float:none;
		margin-left:0px;
	}
	
	nav.main ul.first > li > a:before {
		content: "";
		float:none;
		margin-right:0px;
	}
	
	nav.main ul.first > li.search > a:before {
		content: "";
		float:none;
		margin-right:0px;
	}
	
	nav.main ul.second {
		position:absolute;
		width:96%;
		padding:2%;
		left:-1px;
		top:50px;
		background-color:#EEE;
		border-top: 1px solid #CCC;
        border-left: 1px solid #b1b4b7;
        border-right: 1px solid #b1b4b7;
        border-bottom: 1px solid #b1b4b7;
		margin-top:0px;
		margin-left:0px;
	}
	
	nav.main ul.second li {
		display:block;
		float:left;
		max-width:199px;
		text-align:left;
		font-size:13px;
		line-height:18px;
		margin-right:20px;
		text-transform:uppercase;
	}
	
	nav.main ul.second li .header {
		margin-top:0px;
	}
	
	nav.main ul.third {
		margin-left:0px;
	}
	
	nav.main ul.third li {
		float:none;
		text-transform:none;
	}

    /*-----Sponsors
    ------------------------------------------------------------------------------*/
    .homeContent .sponsorsVertical .imgContainer{
        float:none;
        text-align:center;
        width:100%;
    }

    /*-----eNews
    ------------------------------------------------------------------------------*/
    div.eNews {
        text-align:center;
    }

    div.eNews form{
        float:none;
        width:100%;
    }

    /*-----News / Events / Facebook
    ------------------------------------------------------------------------------*/
    #newsEventsFacebook{
        height:100%;
        margin:0;
        padding:0;
    }

    /*-----Videos / Photos
    ------------------------------------------------------------------------------*/
    #videosPhotos{
        height:100%;
        margin:0;
        padding:0;
        min-height:300px;
    }

    #videosPhotos .contentContainer {
        min-height:300px;
    }

    /*-----Banner Ads
    ------------------------------------------------------------------------------*/
    section.bannerAds{
        margin:10px;
    }

        section.bannerAds::after{
            clear:both;
            content:'';
            display:block;
        }

        section.bannerAds img{
            max-width:470px;
            width:45%;
        }

        section.bannerAds div.adContainer a{
            margin:0 20px;
        }

    /*-----Footer
    ------------------------------------------------------------------------------*/
    footer.main section.ashaInfo{
        text-align:left;
		font-size:12px;
    }

    footer.main section.ashaInfo img.ashaLogo{
        height:80px;
        margin-left:0;
    }

    footer.main section.ashaInfo img.asrLogo{
        height:80px;
        margin-left:5px;
    }

    footer.main section.ashaInfo hr.horizontal {
        display:none;
		
    }

        footer.main section.siteInformation{
            height:250px;
        }

            footer.main section.siteInformation div.vertical{
                background-color:#939393;
                border:none;
                display:block;
                float:left;
                height:85%;
                margin:10px;
                width:1px;
            }

            footer.main section.siteInformation::after{
                clear:both;
                content:'';
                display:block;
            }

            footer.main section.siteInformation section.ashaInfo{
                float:left;
                min-width:200px;
                width:30%;
            }   

            footer.main section.siteInformation section.links {
                height:100%;
            }

                footer.main section.siteInformation section.links ul{
                    float:left;
                    height:100%;
                    margin:0;
                    min-width:125px;
                    padding:0;
                    text-align:right;
                    width:20%;
					font-size:12px;
                }

        /*-----Home Page Splash
        ------------------------------------------------------------------------------*/

        #homepageSplash .content .footer {
            font-size:16px;
        }

        #homepageSplash .content .footer .left {
            line-height:18px;
            padding-top:14px;
        }

        #homepageSplash .content .footer .right {
            line-height:18px;
            padding-top:14px;
        }
}

/* Navigation adjustments */
@media only screen and (min-width: 841px) {
	
	nav.main ul.first > li {
		margin:0px 20px 0px 20px;
	}

}

@media only screen and (min-width: 870px) {
    .topBannerContainer .bannerItem .mainImage {
        width:100%;
        max-width:inherit;
    }
}

@media only screen and (min-width: 1061px) {
        /*-----Image Banner Slider
    ------------------------------------------------------------------------------*/

    .topBannerContainer .topBanner > div .mainImage{
        float:left;
        max-width:75%;
    }

    .topBannerContainer .topBanner div.slideInfo{
        float:left;
        max-width:24%;
    }

    .topBannerContainer .slideArrowsContainer{
        left:50px;
        position:absolute;
        width:5px;
    }
	
	nav.main ul.first > li {
		margin:0px 3.76% 0px 3.76%;
	}

}

/* =============================================================================
   PAYMENT
   ========================================================================== */
#paymentForm{
    margin:25px 0 15px 0;
}

/* =============================================================================
   PAYMENT
   ========================================================================== */
#faithfulFriendsAddHorseContainer .overlayContent{
    max-width:600px;
}

#faithfulFriendsAddHorseContainer fieldset div.item > label{
    float:left;
    font-weight:bold;
}

#faithfulFriendsAddHorseContainer .fieldContainer{
    float:left;
}

    #faithfulFriendsAddHorseContainer .fieldContainer p:first-child{
        margin-top:0;
    }

#faithfulFriendsAddHorseContainer textarea{
    height:75px;
    width:350px;
}

/* =============================================================================
   BECOME A MEMBER BUTTON
   ========================================================================== */

.bambenefits {
  background: #d2232a;
  background-image: -webkit-linear-gradient(top, #d2232a, #F99);
  background-image: -moz-linear-gradient(top, #d2232a, #F99);
  background-image: -ms-linear-gradient(top, #d2232a, #F99);
  background-image: -o-linear-gradient(top, #d2232a, #F99);
  background-image: linear-gradient(to bottom, #d2232a, #F99);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  font-size: 20px;
  padding: 11px 25px 11px 20px;
  text-decoration: none;
}
.bambenefits a {
	text-decoration: none; color: #FFF;
}
.bambenefits:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #F99, #d2232a);
  background-image: -moz-linear-gradient(top, #F99, #d2232a);
  background-image: -ms-linear-gradient(top, #F99, #d2232a);
  background-image: -o-linear-gradient(top, #F99, #d2232a);
  background-image: linear-gradient(to bottom, #F99, #d2232a);
  text-decoration: none;
}

/* =============================================================================
   TABLE SETUP FOR MEMBERS BENEFITS
   ========================================================================== */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

.group:before,
.group:after {
	content:"";
	display:table;
}
.colb {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	border: 1px;
}
.colb:first-child { margin-left: 0; }

.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/* Rewnewal notification class At some point, this may probably be hidden so just change it to display: none */
.RenewalNotification
{
    color: red;
}

/*  Media */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/* =============================================================================
   Horse Multimedia
   ========================================================================== */
img.horseMultimediaIcon{
    margin: 0 5px;
    width:20px;
}

.horseMultimediaImageContainer{
    /*background-color:#EEE;
    border-radius:4px;*/
    display:inline-block;
    /*padding:5px;*/
}

.horseMultimediaVideoContainer{
    display:inline-block;
    position:relative;
}

.horseMultimediaVideoContainer .playVideo{
    background: url(/Images/playvideo.png) no-repeat center;
    background-size: 20px;
    display:inline-block;
    height:20px;
    left:5px;
    position:absolute;
    top:65px;
    width:20px;
    z-index:1000;
}

.horseMultimediaVideoContainer img:hover + span.playVideo{
    background: url(/Images/playvideo_red.png) no-repeat center;
    background-size: 20px;
}

.horseMultimediaClear{
    display:none;
}

.horseMultimediaContainer{
    display:inline-block;
    margin:0 10px;
}

.viewHorseMultimedia{
        background: url(/Images/multimedia.png) no-repeat left;
        background-size:20px;
        cursor:pointer;
        font-weight:bold;
        margin:3px 0;
        padding:5px 25px;
        text-decoration:underline;
}

    .viewHorseMultimedia:hover{
        text-decoration:none;
    }

@media only screen and (max-width: 480px) {
    .horseMultimediaClear{
        display:block;
    }

    .horseMultimediaContainer{
        text-align:center;
    }

    .horseMultimediaImageContainer{
        margin:10px auto;
    }

    .horseMultimediaVideoContainer{
        display:inline-block;
        margin:10px auto;
    }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
