
.sr-only {
 position: absolute;
 height: 1px;
 width: 1px;
 clip-path: rect(1px 1px 1px 1px); // IE 6 and 7
 clip-path: rect(1px,1px,1px,1px);
 clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
 -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
 overflow: hidden !important;
 }


.heroheight {
    height: 400px;
}

.dropdowngroup {
    width: 100%;
    position: relative;
    border: 1px solid #6f7178;
    background: #FFF;
    margin-bottom: 10px;
}

.dropdowngroup-content {
    display: none;
    position: absolute;
    min-width: 280px;
    padding: 8px 10px;
    z-index: 1;
}

.bgsquare{
    background-color: #3c3f48;
    padding:25px;
    border-radius:4px;
}

.videorowhome{
    height:800px;
}

.videorowhomemobile{
    height:500px;
}

.icon-trophy {
   color:#ab8024;
}

.icon-flag-checkered {
   color:#ab8024;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imagecenter {
   box-sizing: content-box;
   width: 100%;
   height:150px;
   align:center;
}

.h1img {
    width: 100%;
    height: 150px;
    align:center;
}

.responsive {
    width: 100%;
    height: auto;
}

.fieldset {
    font-size: 20px;
    background-color: #eeeff3;
    color: #16191e;
    padding:20px;
}

.formtext {
    font-size: 13px;
    line-height: 22px;
    color: #6f7178
}

td.container > div {
    width: 100%;
    height: 100%;
    overflow:hidden;
}
td.container {
    height: 20px;
}

.redstring {
    background: #16191e;

}




