.HideContent {
     display: none;
}
 @media(min-width:768px){
     .desktopHide{
        display:none;
    }
}
/*Backgrounds*/
 .BkDarkerGray {
     background: #323e48;
}
 .BkDarkGray {
     background: #1d252c;
}
 .BkGray {
     background: #5b6670;
}
 .BkLightGray {
     background: #7b868c;
}
 .BkLighterGray {
     background: #e6e6e6;
}
 .BkOrgange {
     background: #ff8300;
}
 .BkGreen {
     background: #42be3b;
}
 .BkPurple {
     background: #8a2be2;
}
 .BkBlue {
     background: #3cb9fc;
}
 .BkPink {
     background: #f0f;
}
 .BkOffWhite {
     background: #f4f3ee;
}
 .BkBlueGradient {
     background-image: url(/images/MI/Backgrounds/BlueLines.png);
     background-color: rgb(51, 148, 199);
}
 .BkPinkGradient {
     background-image: url(/images/MI/Backgrounds/PinkLines.png);
     background-color: #f0f;
}
 .BkPurpleGradient {
     background-image: url(/images/MI/Backgrounds/PurpleLines.png);
     background-color: #8a2be2;
}
 .BkOrangeGradient, .BkPurpleGradient, .BkPinkGradient,.BkBlueGradient {
     background-image: url(/images/MI/Backgrounds/OrangeLines.png);
     background-color: #ff8300;
}
 .BkOrangeGradient {
     background-repeat: no-repeat;
     background-size: cover;
}
 .FullWidthArea.BkGray, .FullWidthArea.BkDarkGray, .FullWidthArea.BkDarkerGray, .FullWidthArea.BkPurple, .FullWidthArea.BkLighterGray, .FullWidthArea.BkLightGray {
     padding: 1em 0;
}
 .BlockText {
     text-align: center;
     color: #fff;
     border: 3px solid green;
     padding: 20px;
     vertical-align: middle;
}
 .BkPurpleGradient .BlockText, .BkBlueGradient .BlockText, .BkOrangeGradient .BlockText, .BkPinkGradient .BlockText, .carousel-caption {
     margin: 0;
     position: absolute;
     top: 50%;
     left: 50%;
     right: 0%;
     transform: translate(-50%, -25%);
}
 .FullWidthArea.InternalBanner .carousel-caption {
     top: 40%;
}
 @media(max-width:767px) {
     .BkPurpleGradient .BlockText, .BkBlueGradient .BlockText, .BkOrangeGradient .BlockText, .BkPinkGradient .BlockText, .carousel-caption {
         margin: 0;
         position: absolute;
         top: 50%;
         left: 50%;
         right: 0%;
         transform: translate(-50%, -25%);
         width: 90%;
    }
     .BkPurpleGradient .BlockText, .BkBlueGradient .BlockText, .BkOrangeGradient .BlockText, .BkPinkGradient .BlockText, .FullwidthArea.InternalBanner.carousel-caption {
         margin: 0;
         position: absolute;
         top: 20%;
         left: 50%;
         right: 0%;
         transform: translate(-50%, -25%);
         width: 90%;
    }
     .FullWidthArea.InternalBanner .carousel-caption {
         transform: translate(-50%, -25%);
    }
}
 .BkOrangeGradientRight, .BkBlueGradientRight, .BkPinkGradientRight, .BkPurpleGradientRight {
     transform: scaleX(-1);
}
 .BkBlueGradient, .Screen75 .BkPinkGradient, .Screen75 .BkPurpleGradient,.Screen75 .BkOrangeGradient {
     opacity: 0.75;
}
 .BkOrgange body,.BkGreen body,.BkPurple body,.BkBlue body,.BkPink.BkDarkerGrey body,.BkDarkGrey body,.BkGrey body {
     color: #fff;
     font: italic;
     text-transform: uppercase;
}
 h4, .h4, .SectionLabel, h4.panel-title, h2.panel-title {
     color: #42be3b;
     font-style: italic;
     font-family: 'Barlow Condensed',Arial,sans-serif;
     font-weight: bold;
     font-size: 200%;
}
 .Wrapper-HomePage h4, .Wrapper-HomePage .SectionLabel, .Wrapper-HomePage h4.panel-title {
     color: #fff;
}
/*fix noncolor h2*/
 h2.ColGreen {
     color: #42be3b;
     text-shadow: none;
}
 @media (min-width: 768px) {
     .Wrapper-HomePage .FullWidthArea-StyleBg1 {
         padding: 1%;
         min-height: 450px;
         margin-bottom: -5.25em;
    }
}
 @media (max-width: 767px) {
     .Wrapper-HomePage .FullWidthArea-StyleBg1 {
         padding: 1%;
         min-height: 450px;
         margin-bottom: -1.25em;
    }
}
 .BkDarkGray p, .BkDarkGray body, .BkDarkerGray p, .BkDarkerGray body, .BkLightGray h4, .BkLightGray h3 {
     color: #fff;
}
/*Carousel Indicators*/
 .carousel-indicators li {
     display: inline-block;
     width: 10px;
     height: 24px;
     margin: 1px;
     text-indent: -999px;
     border: 0px solid transparent;
     border-radius: 0px;
     cursor: pointer;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+25,ffffff+75&0+0,0+24,1+25,1+74,0+75,0+100 */
     background: -moz-linear-gradient(-10deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 24%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 74%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-10deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 24%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 74%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(100deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 24%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 74%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
     ;
}
 .carousel-indicators .active {
     margin: 0;
     width: 10px;
     height: 24px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42be3b+25,42be3b+75&0+0,0+24,1+25,1+74,0+75,0+100 */
     background: -moz-linear-gradient(-10deg, rgba(66,190,59,0) 0%, rgba(66,190,59,0) 25%, rgba(66,190,59,1) 25%, rgba(66,190,59,1) 75%, rgba(66,190,59,0) 75%, rgba(66,190,59,0) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-10deg, rgba(66,190,59,0) 0%,rgba(66,190,59,0) 25%,rgba(66,190,59,1) 25%,rgba(66,190,59,1) 75%,rgba(66,190,59,0) 75%,rgba(66,190,59,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(100deg, rgba(66,190,59,0) 0%,rgba(66,190,59,0) 25%,rgba(66,190,59,1) 25%,rgba(66,190,59,1) 75%,rgba(66,190,59,0) 75%,rgba(66,190,59,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0042be3b', endColorstr='#0042be3b',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    /* background-image: url(Homepage_carousel_marker_green.svg);
     */
     ;
}
/*MI Events issues*/
 .MIEvents table#ctl01_TemplateBody_WebPartManager1_gwpciNewQueryMenuCommon_ciNewQueryMenuCommon_ResultsGrid_Grid1_ctl00 {
     background-color: transparent;
}
 .MIEvents .RadGrid a:visited, .RadToolTip a:visited, .MIEvents .RadGrid_Default .rgRow a, .RadGrid_Default .rgAltRow a, .RadGrid_Default .rgEditRow a {
     text-decoration: none!important;
}
 .MIEvents a h6 {
     color: #42be3b;
     font-weight: 900;
     font-style: italic;
     font-family: 'Barlow Condensed',Arial,sans-serif;
}
 .MIEvents a h3 {
     font-style: italic;
     color: #fff;
     text-transform: uppercase;
     font-family: 'Barlow Condensed',Arial,sans-serif;
     margin-top: 0px;
}
 .MIEvents .panel-title {
     text-align: center;
}
 .MIEvents {
     background: url(/images/MI/Backgrounds/MIEvents.png);
}
 .MIEventsChamp .HideHeader .RadGrid.RadGrid_MetroTouch .rgRow td, .MIEventsChamp .HiderHeader.RadGrid.RadGrid_MetroTouch .rgRow td:first-child, .MIEventsChamp .HideHeader .RadGrid.RadGrid_MetroTouch .rgAltRow td {
     border-bottom: 0px solid transparent;
}
 .RadGrid_MetroTouch .rgAltRow {
     background: transparent!important;
}
 .BkImage h4 {
     color: #ffffff;
}
 .BkImage.Events1 {
     background: url(/images/MI/Backgrounds/MIEventsInternal1.png);
}
 .BkImage.Events1 h4 {
     color: #fff;
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
 .BkImage.Events2 {
     background: url(/images/MI/Backgrounds/MIEventsInternal2.png);
}
 .BkImage.Events3 {
     background: url(/images/MI/Backgrounds/MIEventsInternal3.png);
}
 .Championship {
     float: right;
     margin-right: 5%;
     border-radius: 50%;
     background-color: #ff8300;
     height: 35px;
     width: 35px;
     text-align: center;
     vertical-align: middle;
     padding-top: 1%;
     padding-right: 1%;
}
 .ChLengend .Championship{
     color:#fff;
     font-weight: bold;
     text-align:center;
     float:left;
     margin:1%;
}
/*End of MI News*/
 .TaggedListPanel .NewsText h6 {
     text-shadow: none;
}
 .TaggedListPanel .NewsText {
     margin-bottom: 2em;
}
 .MINews {
     background: url(/images/MI/Backgrounds/MINews.jpg);
}
 .MIBannerBoxes .TaggedListPanel .ContentHtml {
     margin-bottom: -2.25em;
}
 .MIBannerBoxes {
     padding-bottom: 1.5em;
}
 .MINews a#ctl01_TemplateBody_WebPartManager1_gwpciNews1_ciNews1_TaggedListRepeater_ctl04_NextButton, .MIBannerBoxes a#ctl01_TemplateBody_WebPartManager1_gwpciNews1_ciNews1_TaggedListRepeater_ctl04_NextButton {
     display: none;
}
 .MIUpToDate {
     background: url(/images/MI/Backgrounds/UpToDate_Background.png);
     color: #fff;
     font-weight: 600;
     padding-bottom: 5em;
}
 .MIUpToDate .PanelField label {
     text-transform: uppercase;
     font-style: italic;
     font-size: larger;
     position: absolute;
     left: 5%;
     line-height: 3.5em;
     z-index: 2000;
     font-size: 80%;
     font-family: 'Barlow Condensed',Arial,sans-serif;
     letter-spacing: 1px;
}
 .MIUpToDate .Required {
     background-position: 1% 50% !important;
}
 .MIUpToDate div#ctl01_ButtonPanel {
     position: relative;
     bottom: 5em;
     right: 25%;
}
 .MIUpToDate input[type="text"] {
     width: 550px;
}
 .MIUpToDate input#ctl01_CancelButton {
     display: none;
}
 .MIUpToDate .CommandBar {
     text-align: center!important;
}
 #masterMainButtonBar {
     position: relative;
     bottom: 5em;
     text-align: center;
/*     margin-top: 3.5em;*/
}
 .MIUpToDate .ButtonPanel {
     position: relative;
     bottom: 3em;
}
 .MIVideo {
     background: url(/images/MI/Backgrounds/MiVideo.png);
}
 .MIVideo, .MIEvents, .MINews, .BkImage.Events1, .BkImage.Events2,.BkImage.Events3 {
     background-size: cover;
     padding-top: 1em;
     padding-bottom: 1em;
}
 .MIUpToDate {
     background-size: cover;
     padding-top: 1em;
     padding-bottom: 3em;
}
 .MIUpToDate h2.panel-title {
     color: #fff;
}
 div#ctl01_TemplateBody_WebPartManager1_gwpciEventDisplay_ciEventDisplay_TitleBar, div#ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_TitleBar {
     background-color: #42BE3B;
}
 .MIUpToDate input#ctl01_CancelButton {
     display: none;
}
/*Background dependancies*/
 .BkGreen h2, .BkPurple h2, .BkBlue h2, .BkPink h2, .BkOrange h2 {
     font-size: 175%;
     line-height: 1.25em;
     font-style: italic;
     border-bottom: transparent;
     text-align: center;
     font-family: 'Barlow Condensed',Arial,sans-serif;
     letter-spacing: -1px;
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
 .FullWidthArea.InternalBanner h2 {
     line-height: 110px;
     border-bottom: transparent;
     text-align: center;
     font-size: 4em;
     line-height: 1.5em;
     font-style: italic;
     letter-spacing: -2px;
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
     line-height: 1em;
}
 @media(max-width: 767px) {
     .BkGreen h2, .BkPurple h2, .BkBlue h2, .BkPink h2, .BkOrange h2, .FullWidthArea.InternalBanner h2 {
         line-height: 1.25em;
         padding-top: .5em;
         padding-bottom: .5em;
         text-transform:uppercase;
    }
     .FullWidthArea.InternalBanner h2{
         font-size: 2.75em;
    }
}
 .item:before, .ImageGrid ContentItemContainer:before {
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#323e48+0,323e48+100&0.15+0,0.15+100 */
     background: -moz-linear-gradient(top, rgba(50,62,72,0.15) 0%, rgba(50,62,72,0.15) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(50,62,72,0.15) 0%,rgba(50,62,72,0.15) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(50,62,72,0.15) 0%,rgba(50,62,72,0.15) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26323e48', endColorstr='#26323e48',GradientType=0 );
    /* IE6-9 */
     ;
}
 .BkGreen h3, .BkPurple h3, .BkBlue h3, .BkPink h3, .BkOrange h3, .BkDarkerGray h3, .BkDarkGray h3, .BkGray h3 {
     color: #ffffff;
     font: 22px/24px;
}
 .BkGreen h4, .BkPurple h4, .BkBlue h4, .BkPink h4, .BkOrange h4, .BkDarkerGray h4, .BkDarkGray h4, .BkGray h4 {
     color: #ffffff;
     font: Italic normal 36px/44px;
}
 .SideContent h3 {
     font-size: .8em;
}
/*IQA changes*/
 td h6, td h3 {
     text-shadow: none;
}
 td h6, td h3 {
     text-shadow: none;
}
 .RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch .rgHeader a {
     font-family: 'Barlow Condensed',Arial,sans-serif;
     font-style: italic!important;
     color: #ffffff!important;
}
 .RadGrid_MetroTouch .rgHeader {
     background-color: #333F49;
}
 .HideHeader .rgHeader,.HideHeader thead, .HideTFoot tfoot{
     display: none;
}
 .HideHeader .RadGrid_MetroTouch.rgAltRow {
     background-color: #23b0fc;
}
 td.HideHeader {
     font-weight: 700;
}
 .HideHeader .RadGrid_MetroTouch {
     border: 0 !important;
}
 .HideHeader {
     padding-bottom: 2em;
}
 .MIEvents .HideHeader {
     padding-bottom: 0em;
}
 .HideHeader .RadGrid.RadGrid_MetroTouch .rgRow td,.HiderHeader.RadGrid.RadGrid_MetroTouch .rgRow td:first-child,.HideHeader .RadGrid.RadGrid_MetroTouch .rgAltRow td {
     border-bottom: 2px solid #42be3b;
}
 .HiderHeader.RadGrid.RadGrid_MetroTouch .rgRow td:first-child {
     border-top: 2px solid #42be3b;
}
 .HideHeader.IQA3 .RadGrid.RadGrid_MetroTouch .rgRow td, .HiderHeader.IQA3 .RadGrid.RadGrid_MetroTouch .rgRow td:first-child, .HideHeader.IQA3 .RadGrid.RadGrid_MetroTouch .rgAltRow td {
     border-bottom: 2px solid transparent;
}
/* .HideHeader .RadGrid_MetroTouch{
     border:0px solid transparent !important 
}
 */
 .RadGrid_MetroTouch .rgHeader,.RadGrid_MetroTouch .rgHeader a {
     text-transform: uppercase;
     font-weight: 600;
}
 .RadGrid .rgHeader a, .RadGrid_Default .rgHeader {
     text-decoration: none!important;
     font-family: 'Barlow Condensed',Arial,sans-serif;
     font-style: italic;
     font-size: 1.2em;
     text-transform: uppercase;
     color: #fff!important;
}
 .RadGrid .rgHeader a {
     font-family: 'Barlow Condensed',Arial,sans-serif;
     font-style: italic;
     font-size: 1.2em;
     text-transform: uppercase;
}
 .RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper {
     border: 0;
     border-bottom: 1px solid #828282;
     background: #3C452F!important;
}
/* .RadGrid_MetroTouch .rgAltRow{
     background:transparent !important 
}
 */
 .RadGrid_MetroTouch .rgHeader,.RadGrid_MetroTouch th.rgResizeCol,.RadGrid_MetroTouch .rgHeaderWrapper {
     background-color: #fff;
}
 RadGrid_MetroTouch,.RadGrid_MetroTouch td.rgGroupCol,.RadGrid_MetroTouch td.rgExpandCol, .RadGrid_MetroTouch .rgSelectedRow>td, .RadGrid.RadGrid_MetroTouch .rgSelectedRow td {
     border: 0px solid transparent !important;
     background-color: transparent !important;
}
 .IQA3 .RadGrid_Default .rgAltRow, .IQA3 .RadGrid_Default .rgRow {
     background: #5b6670;
     min-height: 150px;
}
 .MIEvents tr, .MIEvents .RadGrid_MetroTouch .rgAltRow, .MIEvents .RadGrid_MetroTouch .rgRow, .MIEvents tr:hover, .MIEvents .RadGrid_MetroTouch .rgAltRow:hover, .MIEvents .RadGrid_MetroTouch .rgRow:hover, .MIEvents tr:focus, .MIEvents .RadGrid_MetroTouch .rgAltRow:focus, .MIEvents .RadGrid_MetroTouch .rgRow:focus {
     background-color: #5b6670!important;
     margin-bottom: 1em;
     height: 20vh;
     letter-spacing: 1px;
}
 .EventDesc p {
     padding-left: 10px;
     padding-left: 20px;
}
 @media(Max-width: 767px) {
     .MIEvents tr, .MIEvents .RadGrid_MetroTouch .rgAltRow, .MIEvents .RadGrid_MetroTouch .rgRow {
         height: 22vh;
    }
     .Championship {
         height: 30px;
         width: 30px;
        /* padding-top: 5px;
         padding-right: 5px;
         */
    }
}
 .IQA3 tr {
     display: inline-grid;
     width: 31.3333%;
    /* change back to 31.333 if an issue occurs*/
     margin: 1%;
     padding: 1%;
}
 .IQA3 tr > td {
     justify-content: space-between;
}
 .IQA3 .RadGrid_Default, .IAQA3 .RadGrid_Default .rgAltRow,.IQA3 .RadGrid_MetroTouch {
     border-color: #e6e6e6;
     color: #333;
     background-color: transparent;
}
 .IQA3 .RadGrid_Default .rgRow>td, .IQA3 .RadGrid_Default .rgAltRow>td, .IQA3 .RadGrid_Default, .IAQA3 .RadGrid_Default .rgAltRow {
     border-color: transparent;
}
 .IQA3 .BkDarkGray.EventDesc {
     height: 15vh;
     padding-right: 20px;
     padding-bottom: 2em;
     padding-top: 1em;
}
 .IQA3 h6, .IQA3 h3 {
     padding-left: 20px;
     font-style: italic;
}
 .IQA3 h3 {
     min-height: 3em;
}
 .EventDesc div.btn {
     width: 100%;
}
 @media (max-width: 767px) {
     .IQA3 h6, .IQA3 h3 {
         font-size: .9em;
         padding-left:0;
    }
     .BkDarkGray .EventDesc{
         padding: 0 5px;
    }
}
 .IQA3 h6, .IQA3 a h6 {
     color: #42be3b;
}
 .IQA3 h4, .IQA3 a h3 {
     color: #ffffff;
     font-family: 'Barlow Condensed',Arial,sans-serif;
     text-transform: uppercase;
     letter-spacing: 1px;
}
 .IQA3 a {
     text-decoration: none;
}
/* .IQA3 p{
    padding-left:20px;
     text-align:center;
}
 */
 .IQA3 p.btn {
     width: 100%;
}
 div.EventImage {
     height: 200px;
     margin-bottom: 2em;
     overflow: hidden;
}
 div.EventDesc {
     Min-height: 150px;
     overflow: hidden;
}
 .EventImage img {
     width: 100%;
     height: 200px;
}
 @media (max-width: 600px){
    div.EventImage {
         height: 100px;
         margin-bottom: 1em;
         overflow: hidden;
    }
     .EventDesc .btn {
         font-size:1em;
         position:relative;
    }
}
 @media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px) {
     .MICalendar tr>td:not {
         display: inline-grid;
         width: 100%;
    }
}
 .MICalendar .RadScheduler_Metro .rsHeader a, .MICalendar .RadScheduler_Metro .rsHeader a:hover, .MICalendar .RadScheduler_Metro .rsHeader em, .MICalendar .RadScheduler_Metro .rsHeader span {
     color: #555;
}
/*Responsive Table with side headers*/
 .rwd-table {
     margin: 1em 0;
     min-width: 300px;
}
 .rwd-table tr {
     border-top: 1px solid #323e48;
     border-bottom: 1px solid #323e48;
}
 .rwd-table th {
     display: none;
}
 .rwd-table td {
     display: block;
}
 .rwd-table td:first-child {
     padding-top: 0.5em;
}
 .rwd-table td:last-child {
     padding-bottom: 0.5em;
}
 .rwd-table td:before {
     content: attr(data-th) ": ";
     font-weight: bold;
     width: 6.5em;
     display: inline-block;
}
 @media (min-width: 480px) {
     .rwd-table td:before {
         display: none;
    }
}
 .rwd-table th, .rwd-table td {
     text-align: left;
}
 @media (min-width: 480px) {
     .rwd-table th, .rwd-table td {
         display: table-cell;
         padding: 0.25em 0.5em;
    }
     .rwd-table th:first-child, .rwd-table td:first-child {
         padding-left: 0;
    }
     .rwd-table th:last-child, .rwd-table td:last-child {
         padding-right: 0;
    }
}
 .rwd-table {
     background: #fff;
     color: #323e48;
     overflow: hidden;
}
 .rwd-table tr {
     border-color: #323e48;
}
 .rwd-table th, .rwd-table td {
     margin: 0.5em 1em;
}
 @media (min-width: 480px) {
     .rwd-table th, .rwd-table td {
         padding: 1em !important;
    }
}
 .rwd-table th {
     color: #fff;
     background-color: #323e48;
}
 .rwd-table td:before {
     color: #323e48;
     background-color: #fff;
     font-weight: bold;
     padding-right: 1em;
}
/*end of responsive table with side headers*/
/*Responsive Video*/
 .videoWrapper {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
}
 .videoWrapper iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/*Flex Group*/
 .cardGroup {
     display: flex;
     overflow: hidden;
}
 .cardGroupCard {
     flex: 1 1 auto;
     border: none;
     border-radius: 0;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-between;
     align-content: stretch;
     align-items: flex-start;
     position: relative;
}
 .cardDescription,.cardGroupCard.ContentItemContainer,.ContentItemContainer {
     flex: 1 1 auto;
}
 @media(max-width:600px) {
     .cardGroup {
         display: block;
    }
}
/*Spacers*/
 .spacerBottom {
     margin-bottom: 2em;
}
 .spacerTop {
     margin-top: 1em;
}
 .ContentItemContainer .iMIS-WebPart {
     margin-top: 1em;
     margin-bottom: 1em;
}
/*Tagged List chagnes*/
 .row--tagged-list-item.cardGroupCard {
     display: inline;
}
 .row--tagged-list-item img {
     width: 100%;
     position: relative;
}
 .row--tagged-list-item .col-sm-4 {
     margin-bottom: 2em;
}
 .row--tagged-list-item .ContentHtml:not(:first-of-type) {
     display: none;
}
 .row--tagged-list-item {
     padding-top: 2%;
}
 .contentTaggedListImageThumbnail {
     width: 100%;
     border: 0px solid transparent !important;
}
 .TaggedListPanel {
     display: flex;
     justify-content: space-between;
     margin-left: -10px;
     margin-right: -20px;
     position:relative;
}
 /* .BlockTLItem {
     padding: 0 15px;
} */
 .BkOffWhite .row {
     padding: 20px;
}
 .BlockTLItem h6 {
     color: #42be3b;
     font-size: 1.2em;
     margin: 0 1em;
}
 .sub-text {
     padding-bottom: 2em;
     background-color: #f4f3ee;
}
 .sub-text a, a.sub-text {
     color: #000000;
     text-decoration: none;
     font: italic 1.2em/1.5em;
     text-transform: uppercase;
}
 .sub-text a, .BlockTLItem h6, .BlockTLItem h6 a {
     font-family: 'Barlow Condensed',Arial,sans-serif;
     font-style: italic;
     font-size: 1.1em;
     text-transform: uppercase;
     text-decoration: none;
     line-height: 1em;
}
 @media(max-width:767px){
    .sub-text a, .BlockTLItem h6, .BlockTLItem h6 a {
         font-size: 1em;
    }
}
 .BlockTLItem h6 a {
     color: #1d252c;
}
 .col-sm-3.BlockTLItem {
     background: #f4f3ee;
     margin-right: 20px;
}
 .MINewsBlock .col-sm-3.BlockTLItem {
     background: #f4f3ee;
     margin-right: 0px;
}
 .col-sm-3.BlockTLItem:last-of-type {
     margin-right: 0px;
}
 a#ctl01_TemplateBody_WebPartManager1_gwpciNewsLinks_ciNewsLinks_TaggedListRepeater_ctl04_NextButton {
     display: none;
}
 .MINews a#ctl01_TemplateBody_WebPartManager1_gwpciNews1_ciNews1_TaggedListRepeater_ctl04_NextButton {
     display: none;
}
/*Content Alignment Ratios*/
 .align75 {
     width: 75%;
}
 .align50 {
     width: 50%;
}
 .align33 {
     width: 33%;
}
 .align25 {
     width: 25%;
}
/*Button Changes*/
 btn {
     background-color: #E0780C;
     text-transform: uppercase;
     font-style: italic;
     border-radius: 10px;
}
 .memBtn {
     background: #42be3b;
     font-family: 'Barlow Condensed',Arial,sans-serif;
}
 .noPadLeft {
     padding-left: 0;
}
 noPadRight {
     padding-right: 0;
}
/*QUOTATION BLOCKS*/
 blockquote {
     font-family: 'Barlow Condensed',Arial,sans-serif;
     color: #ffffff;
     text-transform: uppercase;
     font-style: italic;
     font-size: 200%;
     line-height: 1.2em;
     letter-spacing: 1px;
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
 .Quote_blue:before {
     color: #76777b;
     content: url(images/Topquotes_blue.png);
     margin-right: 0.25em;
     vertical-align: 50%;
     font-size: 500%;
     line-height: 0.1em;
     display: block;
     padding-bottom: 2%;
}
 .Quote_blue:after {
     color: #76777b;
     content: url(images/Bottomquotes_blue.png);
     margin-right: 0.25em;
     vertical-align: 50%;
     font-size: 500%;
     line-height: 0.1em;
     margin-left: 10px;
     display: block;
     margin-top: -2.5%;
}
 .Quote_blue50:before {
     color: #76777b;
     content: url(images/Topquotes_blue50.png);
     margin-right: 0.25em;
     vertical-align: 50%;
     font-size: 50%;
     line-height: 0.1em;
     display: block;
     padding-bottom: 2%;
}
 .Quote_blue50:after {
     color: #76777b;
     content: url(images/Bottomquotes_blue_50.png);
     margin-right: 0.25em;
     vertical-align: 50%;
     font-size: 300%;
     line-height: 0.1em;
     margin-left: 10px;
     display: block;
     padding-top: 2%;
}
 .Quote_purple:before {
     color: #76777b;
     content: url(images/Topquotes_purple.png);
     margin-right: 0.25em;
     vertical-align: 50%;
     font-size: 50%;
     line-height: 0.1em;
     display: block;
     padding-bottom: 2%;
}
 .Quote_purple:after {
     color: #76777b;
     content: url(images/Bottomquotes_purple.png);
     margin-right: 0.25em;
     vertical-align: 50%;
     font-size: 50%;
     line-height: 0.1em;
     margin-left: 10px;
     display: block;
     padding-top: 1%;
}
 blockquote.Quote_blue50 {
     margin-top: -1.25em;
}
 cite {
     color: #fff;
     font-weight: 600;
     font-size: 18px;
     letter-spacing: 1px;
}
 cite:before {
     white-space: pre;
}
/*Testimonial display*/
 .BlockTLItem blockquote {
     color: #000;
     font-family: inherit;
     text-transform: none;
     font-style: inherit;
     font-size: 100%;
     line-height: 1.2em;
}
 .BlockTLItem blockquote h4 a {
     color: #42be3b;
     text-decoration: none;
}
 .BlockTLItem blockquote cite {
     color: #8a2be2;
}
 .BlockTLItem blockquote cite .ContentHtml:not(:last-child) {
     display: none;
}
/*Testimonail MITestimonial option*/
 .MITestimonial .TaggedListPanel {
     display: inherit;
}
 .MITestimonial blockquote cite .ContentHtml:not(:last-child) {
     display: none;
}
 .MITestimonial .TaggedListPanel h4 a {
    /* padding-left: 5%;
     */
     text-decoration: none;
     color: #42be3b;
}
 .MITestimonial .TaggedListPanel h4 a:hover, .MITestimonial .TaggedListPanel h4 a:visited, .MITestimonial .TaggedListPanel h4 a:focus {
     color: #DC7913;
}
 .MITestimonial blockquote {
     font-family: "Axia",Arial,sans-serif;
     color: #ffffff;
     text-transform: none;
     font-style: normal;
     font-size: 110%;
     line-height: 1.2em;
     width: 100%;
}
 .MITestimonial cite {
     font-weight: 600;
     font-size: 18px;
     text-transform: uppercase;
     font-family: 'Barlow Condensed',Arial,sans-serif;
     line-height: 1;
}
 .MITestimonial .oneTwoJoin .BkDarkGray {
     margin: 0px 0px 0px -15px;
     padding: 2% 3% 0 3%;
}
 .MITestimonial .oneTwoJoin {
     margin-bottom: 1em;
}
 .MITestimonial blockquote.Quote_blue50 p {
     line-height: 1.2em;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
}
 .MITestimonial blockquote.Quote_blue50 strong {
     display: none;
}
/*Banner changes*/
 .Wrapper-FullWidth #masterContentArea.container {
     position: relative;
     top: -17px;
}
 .FullWidthArea.PageBanner .panel-body, .PanelBody {
     margin: -11px -11% 0;
     padding: 0px;
}
 .iMIS-WebPart > .ContentItemContainer, .WebPartZone > .ContentItemContainer {
     margin-bottom: 0px !important;
     border: 0px;
}
 .InternalBanner > .panel-body, .PanelBody {
     padding: 0px !important;
     border: 0 solid transparent;
}
 .FullWidthArea.InternalBanner {
     /* margin: -10px -10px -17px -10px; */
     .FullWidthArea.InternalBanner {
        margin-bottom: -17px;
     margin-left:-1px;
   }
}
 @media(max-width: 767px) {
     .FullWidthArea.InternalBanner {
         margin-left: 0px;
    }
}
 .FullWidthArea.InternalBanner .panel-body {
     padding: 0;
}
/* .FullWidthArea:not(:first-of-type){
     padding: 25px 0px;
}
 .FullWidthArea:last-of-type{
     padding: 0px 0px;
}
 */
 .FullWidthArea .BkImage {
     padding: 25px 0px;
}
 .carousel-caption {
     bottom: 0px;
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
 .boxContent {
     font: italic bold 36px/34px 'Barlow Condensed',Arial,sans-serif;
}
 .carousel-caption.boxContent {
     bottom: 0!important;
}
 .boxContent a {
     text-transform: uppercase;
     font: italic bold 1em/.9em 'Barlow Condensed',Arial,sans-serif;
     font-weight: bold;
     color: #fff;
     text-decoration: none;
     letter-spacing: 1px;
}
 .boxContent a:hover, .boxContent a:focus {
     color: #E0780C;
}
 .boxContent a:visited {
     color: #ffff;
}
 .noPadLeft {
     padding-left: 0px;
}
 .noPadRight .BkDarkGray {
     padding-right: 0px;
}
 .oneTwoJoin .BkDarkGray {
     padding: 2% 5%;
     margin: 16px -15px;
}
 @media(max-width: 600px) {
     .oneTwoJoin .BkDarkGray {
         margin: -16px 15px;
    }
}
 .oneTwoJoin h4, .oneTwoJoin a {
     color: #42be3b;
     font-style: italic;
     font-weight: bold;
     font-size: 36px;
     line-height: 38px;
     font-family: 'Barlow Condensed',Arial,sans-serif;
     text-decoration: none;
     letter-spacing: 1px;
     padding-bottom: 20px;
}
 .oneTwoJoin a:hover, .oneTwoJoin a:focus {
     color: #ff8300;
}
 .oneTwoJoin h3 {
     font-style: italic;
     font-weight: bold;
     font-size: 26px;
     line-height: 28px;
     font-family: 'Barlow Condensed',Arial,sans-serif;
     letter-spacing: 1px;
     position: relative;
     bottom: 1em;
     padding-right: 20px;
}
/*Fix auxiliary button issues*/
 a.UtilitySection.UtilityAuthenticationLink {
     width: auto;
     position: relative;
    /* bottom:60px;
     right:100px;
     */
     text-transform: uppercase;
     font-size: 120%;
     font-weight: 700;
     letter-spacing: 1px;
     font-family: 'Barlow Condensed',Arial,sans-serif;
     padding: 15px 15px;
     text-decoration: none;
     letter-spacing: -1px;
}
/*FIX issues with Carousel position*/
 @media (min-width: 768px) {
     .carousel-caption {
         right: 0px;
         padding-bottom: 0px;
    }
}
/* WebFromz mobile view */
 @media(max-width: 600px) {
     .WFZ5NormalTextFieldRequired .PanelFieldValue, .WFZ5NormalTextFieldRequired .PanelFieldValue, .WFZ5NormalTextFieldRequired .PanelFieldLabel, .WFZ5NormalTextFieldRequired .PanelFieldLabel, .WFZ5NormalComboBoxRequired .PanelFieldLabel, .WFZ5NormalTextField .PanelFieldLabel {
        /* When the label is on the top or bottom */
        /* NOTE: The PanelFieldLabel class is obsolete */
         display: block;
         clear: left;
         float: none;
    }
     .WFZ5NormalTextFieldRequired label , .WFZ5NormalTextFieldRequired label , .WFZ5NormalTextFieldRequired label , .WFZ5NormalTextFieldRequired label , .WFZ5NormalTextFieldRequired .Label , .WFZ5NormalTextFieldRequired .Label, .WFZ5NormalComboBoxRequired label, .WFZ5NormalTextField label {
         width: 100% !important;
         padding-right: 0;
    }
     .WFZ5NormalTextFieldRequired label, .WFZ5NormalTextField label, .WFZ5NormalCheckBoxSetRequired label, .WFZ5NormalCheckBoxSetRequired label, .WFZ5NormalComboBoxRequired label, .WFZ5NormalRadioButtonSet label, .WFZ5NormalRadioButtonSetRequired label {
         width: 100% !important;
    }
     div#RadWindowWrapper_GenericWindow {
         width: auto!important;
    }
}
/*CENTER PROFILE IMAGE */
 .profile {
     width: 5%;
     position: absolute;
     transform: translate(-50%, 50%);
}
 @media(max-width: 767px){
    .profile {
        width: 15%;
        position: absolute;
        transform: translate(-345%, 275%);
    }
}
 .box-banner-left, .box-banner-right {
     width: 50%;
}
 .box-banner-left {
     float: left;
}
 .box-banner-right {
     float: right;
}
 @media (max-width: 667px) {
     .box-banner-left, .box-banner-right {
         width: 100%;
    }
     .box-banner-left {
         margin-bottom: 1em;
    }
     .box-banner-right {
         margin-top: 1em;
    }
}
/*LeftProfileImage*/
/* .profileLeft{
     width:5%;
     position:absolute;
     top:50%;
     left:2%;
     transform: translate(-50%, -50%);
     border-radius:50%;
     border:5px solid #7b868c;
}
 */
 @media only screen and (min-width: 1366px) and (max-width: 1600px) {
     .RadMenu.RadMenu_Toronto .rmText, .RadMenu.RadMenu_Toronto .rmHorizontal .rmText, .RadMenu.RadMenu_Toronto .rmSlide .rmText, a.UtilitySection.UtilityAuthenticationLink {
         padding: 15px 7px;
    }
}
 @media only screen and (min-width: 1366px) {
     .RadMenu.RadMenu_Toronto .rmRootGroup>.rmItem>.rmLink,a.UtilitySection.UtilityAuthenticationLink {
         font-size: 100%;
    }
}
 @media only screen and (max-width: 1600px) {
     .RadMenu.RadMenu_Toronto .rmRootGroup>.rmItem>.rmLink,a.UtilitySection.UtilityAuthenticationLink {
         font-size: 110%;
    }
}
 a.UtilitySection.UtilityAuthenticationLink.BkGreen {
     color: #fff;
     font-style: italic;
}
/*FOOTER ICONS*/
 .MISocial img {
     height: 30px!important;
     padding-left: 20px;
     padding-top: 7px;
}
 .MISocial h5 {
     font-size: 150%;
     line-height: 1em;
     padding-top: 5px;
}
 .footer-conent .MIAffiliates img {
     height: 75px;
}
 @media (min-width: 768px){
     .MIAffiliates img {
/*         height: 80px!important;*/
         padding-left: 2em;
         padding-bottom:1em;
         max-width: 23%;
         max-height: 80px;
    }
}
 @media(max-width:767px) {
     .footer-nav-copyright .footer-copyright {
         margin-right: -2em;
    }
     .MIAffiliates img {
         padding-left: 5px;
         padding-right: 4px;
         height: 40px!important;
    }
     .MIAffiliates{
         margin-top:-2em;
         margin-bottom: 1em;
         text-align: center!important;
    }
}
 .RadMenu {
     font-style: italic;
     font-family: "Axia Reg",Arial,sans-serif;
}
 .ButtonPanel {
     height: 1em;
}
/*SEARCH FieldChanges*/
 .search-container-sm {
     margin-top: 3.5px;
     margin-bottom: 3.5px;
}
 .header-search {
    /* padding: 8px 15px;
     */
    /* Search field is used as toggle button *and* field on larger devices */
     ;
}
 .header-search > .header-search {
     padding: 0;
    /* don't double the padding */
    ;
}
 .header-search .search-field {
     height: 32px;
}
 @media (max-width: 767px) {
     .header-search .search-field {
         width: 100%;
    }
}
 @media (min-width: 768px) {
     .header-search .search-field {
         padding: 0 0 0 7px;
         width: 25px;
         height: 31px;
         padding-left: 34px !important;
         background-position: 5px 5px !important;
         background-color: rgba(255, 255, 255, 0.8);
         border: none;
         margin: 0 0 0 -5px;
         -webkit-transition: width;
         -o-transition: width;
         transition: width;
         -webkit-transition-duration: 1s;
         transition-duration: 1s;
         font-weight: 700;
         color: #0c0c0c;
    }
     .header-search .search-field:hover {
         cursor: pointer;
         background-color: #fff;
    }
     .header-search .search-field:focus {
         background-color: #fff;
         width: 200px;
    }
}
 .no-mqs .header-search .search-field {
     padding: 0 0 0 7px;
     width: 25px;
     height: 31px;
     padding-left: 34px !important;
     background-position: 7px -17px !important;
     background-color: rgba(255, 255, 255, 0.8);
     border: none;
     margin: 0 0 0 -5px;
     -webkit-transition: width;
     -o-transition: width;
     transition: width;
     -webkit-transition-duration: 1s;
     transition-duration: 1s;
}
 .no-mqs .header-search .search-field:hover {
     cursor: pointer;
     background-color: #fff;
}
 .no-mqs .header-search .search-field:focus {
     background-color: #fff;
     width: 200px;
}
 .caption {
     color: #ffffff;
     background: #323e48;
     padding: 2%;
     font-style: italic;
     font-size: .8em;
     font-weight: bold;
}
 h3.BigHeader, h4.BigHeader {
     background-color: #42be3b;
     padding: 2px 5px;
     line-height: 2em;
     color: #323e48;
}
/*OBO spacing*/
 #ctl01_ciOBO_UtilityPlaceholder {
     padding-top: 20px;
}
/*Fix issue with Clubs area*/
 div#ctl01_TemplateBody_WebPartManager1_gwpciClubs_ciClubs_ListTitle_Body a#ctl01_TemplateBody_WebPartManager1_gwpciClubs_ciClubs_TaggedListRepeater_ctl01_NextButton {
     display: none;
}
/*Menu fixes*/
 ul.rmVertical.rmGroup.rmLevel2 {
     font-style: normal;
}
 .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmOneLevel .rsmLink:hover,.RadSiteMap_Default .rsmOneLevel .rsmLink:hover, .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink:hover {
     background-color: rgba(88%, 49%, 8%, 0.9)!important;
     border-color: rgba(88%, 49%, 8%, 0.9)!important;
     color: #fff!important;
     font-style: normal;
     font-family: "Axia",Arial,sans-serif;
     background-image: none!important;
     border: 0px solid transparent;
}
 .RadMenu_Toronto .rmSlide .rsmOneLevel>.rsmItem>.rsmLink,.RadMenu_Toronto .rmSlide .rsmOneLevel>.rsmItem.rsmDisabled>.rsmLink:hover,.RadMenu_Toronto .rmSlide .rsmOneLevel>.rsmItem.rsmDisabled>.rsmLink:focus {
     color: #fff;
     font-weight: normal;
     letter-spacing: 1px;
     font-family: "Axia Reg",Arial,sans-serif;
     font-size: 115%;
     font-style: italic;
}
 .RadMenu.RadMenu_Toronto .RadSiteMap, .RadMenu.RadMenu_Toronto .RadSiteMap .rsmItem, .RadMenu.RadMenu_Toronto .RadSiteMap .rsmTwoLevels .rsmItem {
     font-style: normal;
     font-family: "Axia",Arial,sans-serif;
}
 .RadMenu.RadMenu_Toronto .rmSlide .rmText {
     padding: 5px 15px;
}
 @media(max-width:767px){
    .header-bottom-container {
         background-color:rgba(224,121,11,0.97);
    }
    /* .RadMenu.RadMenu_Toronto .rmSlide .rmText{
         width:68%;
    }
     */
     .navbar-collapse, .searchbar-collapse {
         background-color:rgba(224,121,11,0.97);
    }
     .navbar-collapse, .searchbar-collapse{
         background-color: transparent 
    }
}
 .TaggedListPanel a.btn {
     color: #fff;
     position: relative;
     right: 0%;
     font-size: 125%;
     padding: 0;
     width: 100px!important;
     letter-spacing: 1px;
}
 @media(max-width:767px) {
     .TaggedListPanel a.btn {
         left: 70%;
         right: 0%;
         margin-bottom: 2em;
    }
}
 a#ctl01_TemplateBody_WebPartManager1_gwpciClubsBox_ciClubsBox_TaggedListRepeater_ctl01_NextButton {
     display: none;
}
/*Downloads coding*/
 .DkDownload {
     margin-bottom: 1em;
     padding-top: 1em;
     font-style: italic;
     font-size: 18px;
     font-weight: 600;
}
 .DkDownload a {
     font-weight: bold;
     font-size: 15px;
     color: #000;
     text-decoration: none;
     font-style: normal;
}
 .DkDownload a:after {
     content: url(/images/MI/Icons/Download_purple.png);
     position: absolute;
     top: 50%;
     left: 70%;
     right: 0%;
     transform: translate(-50%, -55%);
}
 .BkGray.DkDownload, .BkGray.DkDownload a {
     color: #fff;
}
/*MI Lastest News Fixes*/
 .FirstBlock {
     width: 100%;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 .FirstBlock .col-sm-3.BlockTLItem {
     height: 400px;
}
 .FirstBlock .TaggedListPanel, .MIResults .TaggedListPanel {
     display: block;
}
 .FirstBlock .TaggedListPanel .col-sm-3, .MIReuslts.TaggedListPanel .col-sm-3 {
     border: 10px solid;
     float: left;
     width: 25%;
}
 .FirstBlock .TaggedListPanel .col-sm-3 .DescText {
     color: transparent;
     width:100%;
}
 .FirstBlock .TaggedListPanel .col-sm-3:first-of-type {
     width: 100%;
     height: auto;
}
 .FirstBlock .TaggedListPanel .col-sm-3:first-of-type .DescImage {
     width: 60%;
     float: left;
}
 .FirstBlock .TaggedListPanel .col-sm-3:first-of-type .DescText {
     width: 40%;
     float: right;
     position: relative;
     margin-right: 10px;
     color: #000;
}
 .FirstBlock .TaggedListPanel .col-sm-3:first-of-type .subText {
     margin-left: 5%;
     color: #42BE3B;
}
 .FirstBlock .TaggedListPanel .col-sm-3:not(first-of-type) .subText, .MIResults .TaggedListPanel .col-sm-3 .subText {
     display: none;
}
 .FirstBlock .TaggedListPanel .col-sm-3:first-of-type p.subText {
     display:block;
     color:#000;
}
 .MIResults .BlockTLItem{
     margin-bottom: 1em;
     width: 23%;
     float: left;
     height: 260px;
     margin-right: 10px;
}
 .DescText h6{
     text-shadow: none;
     margin-bottom:0.5em;
}
 .MIResults .row.DescText{
     min-height:15vh;
}
 @media(max-width:767px){
     .FirstBlock .TaggedListPanel .col-sm-3:first-of-type .DescImage, .FirstBlock .TaggedListPanel .col-sm-3:first-of-type .DescImage, .FirstBlock .TaggedListPanel .col-sm-3 {
         width: auto;
         float: none;
    }
}
/*TAB STRIP CHANGES*/
 .RadTabStrip_Default .rtsLI, .RadTabStrip_Default .rtsLink {
     color: #fff;
     text-decoration: none;
}
 span.rtsIn {
     font-family: "Axia Reg",Arial,sans-serif;
     font-weight: 600;
}
 .RadTabStrip_Default .rtsLI, .RadTabStrip_Default .rtsLink, .RadTabStrip_Default .rtsLevel .rtsLink.rtsSelected {
     color: #fff;
     text-decoration: none;
     letter-spacing: 1px;
     font-size: 110%;
}
 li.rtsLI {
     background-color: #323E48;
}
 .RadTabStrip_Default .rtsLevel .rtsLink.rtsSelected {
     background-color: #42BE3B;
}
 a.rtsLink.rtsSelected {
     background-color: #42BE3B;
}
 .RadTabStrip_Default.RadTabStripVertical .rtsLevel1 .rtsLink {
     background-image: none;
}
 .rounded-circle img {
     border-radius: 50% !important;
     padding: 5px;
     border: 5px solid #e6e6e6;
}
 .RadTabStrip_Default.RadTabStripVertical .rtsLevel1 .rtsLink {
     background-image: none;
}
 .RadButton_Default.rbButton, .RadButton_Default.rbButton.rbDisabled, .RadButton_Default .rbSplitPart {
     font-family: 'Barlow Condensed',Arial,sans-serif;
     background-image: none;
     background-color: #FF8300;
     border: 0px;
     color: #fff;
     letter-spacing: 1px;
     margin-right: 5px;
     text-transform: uppercase;
     border-radius: 0;
     font-style: italic;
}
 .RadButton .rbText {
     font-style: italic;
}
 .RadTabStripTop_Default_Baseline .rtsLevel1, .RadTabStripBottom_Default_Baseline .rtsLevel1 {
     background-image: none;
     background-position: 0 100%;
     background-color: #323E48;
}
 .RadTabStrip_Default .rtsLevel .rtsLink.rtsSelected {
     background-color: #42BE3B;
     background-image: none;
}
 .RadTabStrip_Default .rtsLevel .rtsOut {
     background-image: none;
}
 .RadTabStrip_Default .rtsLevel .rtsLink.rtsAfter {
     background-image: none;
}
 h5.BkGray {
     padding: 3%;
     letter-spacing: 1px;
     margin-top: 1em;
     color: #ffffff;
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
/*Responsive Coding*/
 @media (max-width: 767px) {
     .IQA3 tr {
         display: inline-grid;
         width: 100%;
         margin: 1%;
         padding: 1%;
    }
     .TaggedListPanel {
         display: block;
    }
     .row.NewsText {
         width: 58%;
         float: right;
         line-height: 1.2em;
         display: -webkit-box;
         -webkit-line-clamp: 1;
         -webkit-box-orient: vertical;
         overflow: hidden;
    }
     .row.NewsImage {
         width: 50%;
         float: left;
    }
     .col-sm-3.BlockTLItem {
         margin-bottom: 1em;
         height: Max-content;
    }
     .MINews .NewsText p {
         display: none;
    }
     .MINews .NewsText {
         padding-top: 1em;
    }
     .BlockTLItem h6 a {
         line-height: 1.2em;
         display: -webkit-box;
         -webkit-line-clamp: 3;
         -webkit-box-orient: vertical;
         overflow: hidden;
    }
     .navbar-toggle .icon-bar {
         background-color: transparent;
    }
     .navbar-toggle:focus {
         background-color: transparent;
         background: url(images/Mobile_close_menu.svg) no-repeat center top;
    }
     .navbar-toggle.collapsed, .navbar-toggle:hover {
         background-color: #E0790B;
         background: url(images/Mobile_open_menu.svg)no-repeat center top;
    }
     .navbar-toggle .icon-search {
         background: url(images/Mobile_search.svg) no-repeat center top;
    }
     div#ctl01_ciNewUtilityNavigationCommon_UtilityPlaceholder {
         position: absolute;
         top: 138px;
         right: 30px;
         width: 45px;
    }
     a.UtilitySection.UtilityAuthenticationLink.BkGreen{
         background: url(images/Mobile_member.png)no-repeat center top;
         background-position: 0 50%;
    }
     .nav-aux-account .nav-text {
         display: none;
    }
}
 @media (max-width: 767px){
     .col-sm-3.BlockTLItem {
         margin-bottom: 1em;
         height: auto;
    }
}
 @media(max-width:767px) {
     .nav-aux-account {
         background: url(images/Mobile_member.png) no-repeat center top;
         background-size: 40px;
         width: 40px;
         height: 40px;
         top: -2px;
    }
     .rmItem {
         line-height: 30px !important;
    }
     .nav-aux-cart {
         margin-bottom: 3px;
         color:transparent;
    }
}
 @media(max-width:600px) {
     .mbHide {
         display: none;
    }
}
 @media (max-width: 767px) {
     .nav-image {
         background-color: #7B868C;
         padding: 7px;
    }
     .nav-auxiliary .TextButton, .nav-auxiliary .navbar-toggle {
         margin-left: 0px;
    }
     .navbar-toggle {
         margin-left: 0px;
         padding: 0px;
         margin-top: 0px;
    }
     .nav-auxiliary .nav-aux-button .NavigationLink {
         margin-bottom: 0px;
         padding: 0px;
         margin-left: 0px;
    }
     .UtilitySearch, .UtilitySTEToggle, .UtilityAuthentication, .UtilityTranslation {
         margin-left: 0px;
    }
     .NavigationLink {
         padding-left: 0px;
         padding-right: 0px;
    }
}
 @media (max-width: 767px) {
     .MISocial {
         display: none;
    }
     .UtilitySearch, .UtilitySTEToggle, .UtilityAuthentication, .UtilityTranslation {
         display: none;
    }
     .navbar-toggle .icon-search {
         background-size: 40px;
         width: 40px;
         height: 40px;
    }
     .nav-image {
         padding: 10.5px;
    }
     .navbar-toggle.collapsed {
         background-size: 40px;
         width: 40px;
         height: 40px;
    }
     .navbar-header {
         right: 10px;
         top: 10px;
    }
     .navbar-toggle {
         border-radius: 0px;
         border: 0px solid transparent;
    }
     .nav-auxiliary .nav-aux-button .NavigationLink:hover, .nav-auxiliary .nav-aux-button .NavigationLink:focus {
         background-color: transparent;
    }
     .nav-auxiliary .nav-aux-button .NavigationLink {
         border: 0px solid transparent;
         border-radius: 0px;
    }
     .search-field{
         background-position: 2px;
    }
}
/* .navbar-collapse, .searchbar-collapse {
     background-color: #5b6670;
}
 */
 .nav-aux-cart {
     background: url(images/Mobile_Shopping_Basket.png) no-repeat center top;
     background-size: 30px;
     width: 30px;
     height: 30px;
}
 @media (max-width: 767px) {
     .RadMenu.RadMenu_Toronto .rmToggle .rmIcon, .RadMenu.RadMenu_Toronto .rmRootGroup .rmRootLink .rmToggle .rmIcon {
         background-image: url(Menu/dropdown_icon.png);
         background-repeat: no-repeat;
    }
     .rmText {
         text-transform: capitalize;
    }
     .footer {
         text-align: center;
    }
     .footer-nav-copyright p {
         text-align: center !important;
    }
     .nav-aux-cart {
         background: url(images/Mobile_Shopping_Basket.png) no-repeat center top;
         background-size: 40px;
         width: 40px;
         height: 40px;
    }
     .RadMenu.RadMenu_Toronto .rmToggle, .RadMenu.RadMenu_Toronto .rmRootGroup .rmRootLink .rmToggle {
         background: url(Menu/OpenButtonSquare.png)no-repeat 80%;
         position: relative;
        /* right: 5%;
        */
         background-size: 30px;
    }
     .RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink span{
         float:left;
         white-space:pre-line;
        /* margin-right:-5%;
        */
    }
     .RadMenu.RadMenu_Toronto .rmToggle{
         right:-55px;
    }
}
/* fix bullets*/
/* #masterContentArea ul li::before {
     content: "\2022";
     color: #DC7913;
     font-weight: bolder;
     display: inline-block;
     width: 1em;
     margin-left: -1em;
}
 #masterContentArea ul li {
     list-style: none;
}
 fixes to the staff and board page */
 .StaffImage {
     padding-top: 2%;
}
 .StaffImage h3 {
     font-family: 'Barlow Condensed',Arial,sans-serif;
     letter-spacing: 1px;
     font-size: 2em;
}
 .StaffImage img {
     border-radius: 10px;
     margin-top: 1.5em;
}
 .StaffImage h5 {
     width: 200px;
     margin: 0 auto;
     text-align: center;
     min-height: 3em;
     vertical-align: middle;
}
 @media(max-width: 767px){
     .MIAbout .StaffProfile {
         padding: 0 5%;
    }
}
 .SecondaryNavigation h3 .BigHeader, .SecondaryNavigation h2 .BigHeader {
     background-color: #42be3b;
     padding: 2px 5px;
     line-height: 2em;
     color: #fff;
     margin: -0px -5px;
}
 .SecondaryNavigation a {
     text-decoration: none;
     font-size: 1.2em;
     color: #DC7913;
     font-weight: 600;
}
 .SecondaryNavigation a:focus, .SecondaryNavigation a:visited {
     text-decoration: none;
     font-size: 1.2em;
     color: #DC7913;
     font-weight: 600;
}
 .rgAltRow {
     background-color: #5b6670 !important;
}
 .MIEvents tr {
     height: 30vh;
}
 Normal view .btn, .TextButton, .TextButtonWithImage, .ruButton, #masterHeaderActionArea a, .RadGrid input.TextButton {
     background-color: #FF8300;
}
 .footer-content, .footer-nav-copyright {
     padding-top: 0em;
     margin-left: 8% !important;
     margin-right: 8% !important;
     padding-left: 1em;
     padding-right: 1em;
}
 @media(max-width:767px){
     .footer-content, .footer-nav-copyright{
         margin-left: 1% !important;
         margin-right: 1% !important;
         padding-left: 1%;
         padding-right: 1%;
    }
}
/* fix header on sign in iPart*/
 div#ctl01_TemplateBody_WebPartManager1_gwpciNewContactSignInCommon_ciNewContactSignInCommon__Head {
     background-color: #42be3b;
}
 #ste_container_ciNewContactSignInCommon h2 {
     color: #fff;
}
/*FixBanner and other image issue*/
 @media(max-width:600px) {
     .FullWidthArea.InternalBanner {
         margin: -10px 0px -17px;
    }
     .FullWidthArea.BkGray.MIBannerBoxes {
         padding-right: 10px;
    }
}
 @media (max-width: 812px) and (min-width: 601px) {
     .BkPurpleGradient .BlockText, .BkBlueGradient .BlockText, .BkOrangeGradient .BlockText, .BkPinkGradient .BlockText, .carousel-caption{
         margin: 0;
         position: absolute;
         top: 35%;
         left: 50%;
         transform: translate(-50%, -25%);
         width: 90%;
    }
     .FullWidthArea.BkLightGray.MIBannerBoxes .col-sm-6.MIMobile {
         width: 97.5%;
    }
     .MIMobile .col-sm-6.noPadRight.cardGroupCard {
         width: 20%;
    }
}
 @media(max-width:600px) {
     .ImageGrid .carousel-caption {
         margin: 0;
         position: absolute;
         top: 50%;
         left: 50%;
         right: 0%;
         transform: translate(-50%, -25%);
         width: 90%;
    }
}
/* Fix footer issues with the trademarks*/
 .footerMobile p {
     font-size: .7em;
     font-weight: 600;
}
 .ImageGrid {
     padding: 2em 0em;
}
/* FIX SIGN IN HEADER ISSUE*/
 div#ctl01_TemplateBody_WebPartManager1_gwpciNewContactSignInCommon_ciNewContactSignInCommon__Head {
     background-color: #E0780C;
}
/* fix spacing on Banner Boxes*/
 .FullWidthArea.BkDarkGray.MIBannerBoxes .col-sm-4 {
     padding-bottom: 0.5em;
     padding-right: 25px;
}
/* .FullWidthArea.BkBlue {
     margin-bottom: -1em;
}
 */
 .RadMenu .rmItem {
     line-height: 1em;
}
/* RadGrid Issue*/
 .RadGrid.RadGrid_MetroTouch .rgHeader, .RadGrid.RadGrid_MetroTouch .rgHeader:first-child, .BKHeadDarkGray .RadGrid_MetroTouch .rgHeader, .BKHeadDarkGray .RadGrid_MetroTouch th.rgResizeCol, .BKHeadDarkGray .RadGrid_MetroTouch .rgHeaderWrapper {
     background-color: #323E48!important;
}
 @media(max-width:600px) {
     .FullWidthArea.BkDarkGray.BannerBoxes {
         padding-right: 10px;
    }
}
 .StaffProfile h3 {
     padding-top: 1em;
     margin-bottom: -.5em;
}
 .StaffProfile a {
     font-size: 18px;
}
 .MIVideoLine {
     padding: 2%;
     margin-bottom: 1em;
}
 .RadMultiPage {
     border-color: transparent;
}
/* ul {
     list-style: none;
}
 */
/* #masterContentArea ul li::before {
     content: "\2022";
     color: #E49638;
     font-weight: bold;
     display: inline-block;
     width: 1em;
     margin-left: -1em;
}
 */
 .RadGrid {
     overflow: auto!important;
}
 h2.panel-title {
     color: #42be3b;
}
 .panel-title {
     text-shadow: none;
}
 .MIEvents .rgNoRecords:before, .Events1 .rgNoRecords:before, .Events2 .rgNoRecords:before, .Events3 .rgNoRecords:before {
    /* height: 1em;
     */
    /* overflow: hidden;
     */
     content: "There are currently no events of this type scheduled. Please check back later.";
     color: #fff;
     display: block;
     white-space: pre;
     font-size: 24px;
    /*padding: 2% 0;
    */
     line-height: 1.5em;
     height: 45px;
     font-family: 'Barlow Condensed',Arial,sans-serif;
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
     letter-spacing: 1px;
     background-color:rgba(0, 0, 0, 0.6);
     padding: 1% 10px;
     margin-left:-10% 
}
 .MIEvents tr.rgNoRecords div, .Events1 tr.rgNoRecords div,.Events2 tr.rgNoRecords div, .Events3 tr.rgNoRecords div{
     display:none;
}
 @media(max-width:767px){
    .MIEvents, .Events1, .Events2, .Events3{
         background-size:cover!important;
    }
     .MIEvents .rgNoRecords:before, .Events1 .rgNoRecords:before, .Events2 .rgNoRecords:before, .Events3 .rgNoRecords:before{
         width:340px;
         font-size: 1em;
         height:auto;
         margin-left:0;
         white-space:normal;
    }
}
 @media(min-width:768px) {
     .MIEvents tr.rgNoRecords, .Events1 tr.rgNoRecords,.Events2 tr.rgNoRecords, .Events3 tr.rgNoRecords{
         margin-left: 25%;
    }
}
 .IQA3 .rgNoRecords tr {
     display: block;
}
 .Font90 {
     font-size: .9em;
}
 .panel-heading {
     text-align: center!important;
}
 .RadGrid {
     overflow: auto!important;
}
 h2.panel-title {
     color: #42be3b;
}
 .panel-title {
     text-shadow: none!important;
}
 .IQA3 .rgNoRecords tr {
     display: block;
}
 .Font90 {
     font-size: .9em;
}
 .rsHeader ul li:before {
     content: none!important;
}
/* remove the MIUpToDate on mobile*/
 @media(max-width:767px){
     .Wrapper-HomePage div#ctl01_ButtonPanel, .Wrapper-HomePage .MIUpToDate.BkGray {
         display: none;
    }
}
 .rsHeader ul li:before {
     content: none!important;
}
 .nav-aux-account {
     background: url(images/Mobile_member.png) no-repeat center top;
     background-size: 31px;
     width: 31px;
     height: 31px;
     right: -20px;
}
 @media (max-width:767px) {
     .nav-aux-account {
         background: url(images/Mobile_member.png) no-repeat center top;
         background-size: 40px;
         width: 40px;
         height: 40px;
         top: 1px;
         right: 0;
         top: 0;
    }
    /* remove the MIUpToDate on mobile*/
     .Wrapper-HomePage div#ctl01_ButtonPanel, .Wrapper-HomePage .MIUpToDate.BkGray {
         display: none;
    }
}
 .RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, .RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
     border-color: #42be3b!important;
     background-color: #42be3b!important;
}
 .RadGrid_MetroTouch .rgHeader, .RadGrid_MetroTouch .rgHeader a {
     color: #fff;
}
 .IQA3 .RadGrid_MetroTouch .rgMasterTable .rgSelectedCell, .IQA3 .RadGrid_MetroTouch .rgSelectedRow, .IQA3 .RadGrid_MetroTouch td.rgEditRow .rgSelectedRow, .IQA3 .RadGrid_MetroTouch .rgSelectedRow td.rgSorted {
     color: #fff;
     background: transparent!important;
     border-color: transparent!important;
}
/*FIXES DISPLAY SHIFT DURING EASY EDIT*/
/* #MainPanel #ctl01_TemplateBody_MainPanel_BodyContainer {
     margin-left:160px;
}
 */
 #MainPanel .PanelBody {
     margin: auto;
}
 #MainPanel #ctl01_ButtonPanel {
     position: fixed;
     bottom: 3em;
}
/*Fix tagged list panel responsive*/
 @media(max-width:767px){
    .TaggedListPanel, .FirstBlock.TaggedListPanel, .FirstBlock .TaggedListPanel .col-sm-3{
         display:block;
    }
     .FirstBlock .TaggedListPanel .col-sm-3{
        width:100%;
         height:auto
    }
     .col-sm-3.BlockTLItem{
         margin-right:9px;
    }
     .col-sm-3.BlockTLItem .row {
         width:50%;
         float:left;
         margin-right: 2%
    }
     .col-sm-3.BlockTLItem{
         margin-bottom:1em;
    }
}
/*Fix font-size on mobile*/
 @media(max-width:767px){
    body, p{
         font-size: 18px;
    }
}
/*Fix button on mobile*/
 .RadGrid a.btn,.RadToolTip a.btn, .RadGrid a.btn:visited,.RadToolTip a.btn:visited{
     color:#fff !important;
     text-decoration:none 
}
 .rowSpacer .row{
     margin-bottom: .5em
}
 @media (max-width:767px){
     .cc-revoke.cc-bottom {
         display: none;
    }
}
 a#ctl01_ciUtilityNavigation_ctl13__rptWrapper__rptWrapper_rpt_ctl01_NavigationLink {
     color: transparent;
     text-decoration: none;
}
 button#ctl01_TemplateBody_WebPartManager1_gwpciMyAccount_ciMyAccount_NewContactAddressEditorCommon_ctl07_ctl04:before, button#ctl01_TemplateBody_WebPartManager1_gwpciMiniProfile_ciMiniProfile_contactPicture_ctl000:before {
     content: " EDIT";
     font-size: 1.15em;
     font-weight: 400;
     font-family: 'Barlow Condensed',Arial,sans-serif;
     font-style:italic;
     color:#1d252c;
    text-shadow: 0 rgba(0, 0, 0, 0.1);
}
 #ctl01_TemplateBody_WebPartManager1_gwpciMyAccount_ciMyAccount_NewContactAddressEditorCommon_ctl07_ctl04, #ctl01_TemplateBody_WebPartManager1_gwpciMiniProfile_ciMiniProfile_contactPicture_ctl000 {
     background-image:none!important;
     position:relative;
     right: 10px 
}
 input[type="text"]{
     width: 100%;
}
 width: 100%;
/*Fixes issues with pop-up forms*/
 @media (max-width:767px){
    .RadWindow_MetroTouch .rwTable .rwTitlebarControls em {
         font-size: 22px;
         padding: 4px 0 0 1px;
         font-weight: 100;
         color: #fff;
         background-color: #195366;
         margin-left:2%;
    }
     .RadWindow .rwTitleRow, .RadWindow .rwTitleRow * {
         background-color: #195366;
    }
     #aspnetForm td.rwCorner.rwTopRight, #aspnetForm td.rwCorner.rwTopLeft {
         display: none;
    }
     #aspnetForm .LabelSpacer, #aspnetForm .LabelSpacer.PanelField {
        /* padding-left: 11em;
         */
         min-height: 1px;
    }
     #aspnetForm #ctl00_ButtonPanel {
        height: 4em;
         position:relative;
         top: -2.25em
    }
}
/*Fix form button posisitoning*/
 #ctl00_ButtonPanel {
     position: relative;
     bottom: 3em;
}
 .Shop .SearchField label {
     font-size: 120%;
     color: #5b6670;
}
 #ctl01_TemplateBody_WebPartManager1_gwpciMiniProfile_ciMiniProfile_contactPicture_ctl000 .IconSprite{
     width: 100%;
     height: 2em!important;
}
.IconSprite{
    width:auto!important;
    height:2em;
}
 @media(max-width: 400px){
     .RadMenu.RadMenu_Toronto .rmToggle, .RadMenu.RadMenu_Toronto .rmToggle .rmIcon, .RadMenu.RadMenu_Toronto .rmRootGroup .rmRootLink .rmToggle {
         position: relative;
         left: 0%;
    }
}
/*fixes issue with the float*/
 @media (max-width:600px){
     .RadMenu.RadMenu_Toronto .rmRootGroup>.rmItem {
         clear: left;
    }
}
 a#ctl01_ciUtilityNavigation_ctl15__rptWrapper__rptWrapper_rpt_ctl01_NavigationLink, a#ctl01_ciUtilityNavigation_ctl15__rptWrapper__rptWrapper_rpt_ctl02_NavigationLink {
     text-decoration: none;
     color: transparent;
}
 @media(min-width: 768px){
     a.rmLink.rmRootLink.rmFocused.desktopHide, li.rmItem.rmFirst .desktopHide {
         display: none;
    }
}


@media not all and (min-resolution:.001dpcm) { 
    @media {
        .safari10 { 
            color:#0000FF; 
            background-color:#CCCCCC; 
        }
    }
}

#ctl01_TemplateBody_WebPartManager1_gwpciGeneralProductDisplay_ciGeneralProductDisplay_DynamicProductDisplay_ProductTitle {
    color: #42be3b;
    text-shadow: none!important;
}
/*Target Safari Issues*/

@supports (background: -webkit-canvas(squares)) {.BkImage.Events1 h4, .BkGreen h2, .BkPurple h2, .BkBlue h2, .BkPink h2, .BkOrange h2, .FullWidthArea.InternalBanner h2,  blockquote, .carousel-caption, h5.BkGray,.MIEvents .rgNoRecords:before, .Events1 .rgNoRecords:before, .Events2 .rgNoRecords:before, .Events3 .rgNoRecords:before, button#ctl01_TemplateBody_WebPartManager1_gwpciMyAccount_ciMyAccount_NewContactAddressEditorCommon_ctl07_ctl04:before, button#ctl01_TemplateBody_WebPartManager1_gwpciMiniProfile_ciMiniProfile_contactPicture_ctl000:before, h5,.h5, h1.BigHeader,.h1.BigHeader, h2,.PanelTitle. h1.BigHeader,.h1.BigHeader, h2,.PanelTitle, h6,.h6, h6.sub-text, .btn,.TextButton,.TextButtonWithImage,.ruButton,#masterHeaderActionArea a,.RadGrid input.TextButton, .btn:hover,.btn:focus,.btn:active,.btn:visited,.TextButton:hover,.TextButton:focus,.TextButton:active,.TextButton:visited,.TextButtonWithImage:hover,.TextButtonWithImage:focus,.TextButtonWithImage:active,.TextButtonWithImage:visited,.ruButton:hover,.ruButton:focus,.ruButton:active,.ruButton:visited,#masterHeaderActionArea a:hover,#masterHeaderActionArea a:focus,#masterHeaderActionArea a:active,#masterHeaderActionArea a:visited,.RadGrid input.TextButton:hover,.RadGrid input.TextButton:focus,.RadGrid input.TextButton:active,.RadGrid input.TextButton:visited, .btn:active,.TextButton:active,.TextButtonWithImage:active,.ruButton:active,#masterHeaderActionArea a:active,.RadGrid input.TextButton:active, .HeroContent h1,.HeroContent h2,.HeroContent h3,.HeroContent h4,.HeroContent h5,.HeroContent .HeroText, .jumbotron.home,.jumbotron.interior {
    text-shadow: 0 0 transparent!important;}
}
blockquote{
    line-height:normal;
    }
    }
    .BlockTLItem .NewsImage {
        margin-top: -10px;
    }
    
    .BlockTLItem .NewsText {
        width: 95%;
    }
    .NewsText p {
        font-size: .5em;
    }

    .contentTaggedListImageThumbnail{
    background-color:transparent;
    }