ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, 
fieldset, input {
    margin: 0;
    padding: 0;
}

html{
  -webkit-font-smoothing: antialiased;
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
    color: #fff;
    height: 100%;
    min-width: 100%;
    position: relative;
    background-color: #fff;
}

div{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table{
  font-family: 'modern';
}

ul{
  padding-left: 30px;
}

li{
  margin-top: 6px;
}

td{
    padding-left: 8px;
    vertical-align: middle;
    padding-right: 8px;
}

th.scorePositionHeader{
  text-align: center;
  padding-left: 2px;
}

td.scorePosition{
  text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

th {
        font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    padding-bottom: 5px;
}

select{
      border-radius: 3px;
    font-size: 16px;
    color: #0083bf;
    font-family: 'modern';
    font-weight: bold;
    -webkit-appearance: none;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 1px 1px 9px rgba(50,50,93,.08), 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 9px rgba(50,50,93,.08), 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 9px rgba(50,50,93,.08), 0 1px 3px rgba(0,0,0,.1);
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

a{
  color: #46addd;
  text-decoration: none;
}

.standardExtraCopy a{
  color: #0083bf;
    font-weight: bold;
}

/* --------------------------------- fonts ------------------------------------ */

@font-face {
    font-family: 'ourSerif';
    src: url('../fonts/BookmanOldStyle.eot'), url('../fonts/BookmanOldStyle.ttf') format('truetype'), url('../fonts/BookmanOldStyle.svg') format('svg'), url('../fonts/BookmanOldStyle.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'modern';
    src: url('../fonts/ProximaNovaA-Light.eot'), url('../fonts/ProximaNovaA-Light.ttf') format('truetype'), url('../fonts/ProximaNovaA-Light.svg') format('svg'), url('../fonts/ProximaNovaA-Light.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'modern';
    src: url('../fonts/ProximaNovaA-Regular.eot'), url('../fonts/ProximaNovaA-Regular.ttf') format('truetype'), url('../fonts/ProximaNovaA-Regular.svg') format('svg'), url('../fonts/ProximaNovaA-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}

.ourSerif{
    font-family: 'ourSerif', 'serif';
    font-weight: normal;
}

.modern{
  font-family: 'modern', 'sans-serif';
  -webkit-font-smoothing: antialiased;
}

/*-- took this from clubspot --*/
.standardExtraCopy{
    padding: 15px;
    background-color: rgba(192, 208, 224, 0.4);
    border-left: 5px solid #0083bf;
    font-family: 'modern';
}

/*------------------------------------- inputs and textareas ----------------------*/

/*------------- animated inputs ------------- */

.animatedInputWrap{
        padding-top: 12px;
    padding-bottom: 12px;
    height: 20px;
    min-width: 100px;
    border: 2px solid #ddd;
    background-color: #fff;
    border-radius: 0px;
    position: relative;
}

.animatedInputWrap.wider{
    min-width: 230px;
    max-width: 230px;
}

.animatedInputWrap.missingField{
    -webkit-animation: shake 0.5s linear;
}

.animatedInputWrap.checkoutanimatedInputWrap{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.animatedInputWrap select{
    position: absolute;
    padding-left: 10px;
    width: 95%;
    font-size: 22px;
    font-weight: 100;
    color: #333;
    background-color: rgba(0,0,0,0.0);
    left: 0px;
    top: 0px;
    bottom: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.animatedInputWrap input{
        position: absolute;
    top: 5px;
    left: 0px;
    bottom: 0px;
    max-width: 50%;
    margin: 0px;
    /* padding-right: 0px; */
    padding-left: 15px !important;
    width: 90%;
    min-width: 90%;
    font-size: 18px;
    font-weight: 100;
    color: #333;
    background-color: rgba(0,0,0,0.0) !important;
    outline: none;
    padding-top: 5px;
    border: none;
    padding-bottom: 5px;
    z-index: 1;
}

.animatedInputWrap .inputLabel{
      background-color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    top: -15px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 20px;
    line-height: 20px;
    -webkit-transition: all 0.20s ease-out;
    -moz-transition: all 0.20s ease-out;
    -ms-transition: all 0.20s ease-out;
    -o-transition: all 0.20s ease-out;
    color: #0083bf;
    margin-left: 0px;
    margin-right: 0px;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 92%;
}

.animatedInputWrap.inputWrapEmpty .inputLabel{
  top: 8px;
    color: #999;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    right: 0px;
}

@-webkit-keyframes shake {
    0% {-webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);}
    20% {-webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    -o-transform: translateX(-12px);
    transform: translateX(-12px);}
    40% {-webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);}
    60% {-webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);}
    80% {-webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);}
    100% {-webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);}
}

.shake{
    -webkit-animation: shake 0.5s linear;
}

/* --------------- end animated inputs  --------------- */

.biggerSelect{
  height: 38px;
  margin-top: 3px;
  font-size: 18px;
}

.merchSizeSelect {
     height: 25px;
    margin-top: 3px;
    font-size: 18px;
    font-weight: 200;
    display: inline-block;
}

.coolInput{
    width: 180px;
    font-size: 18px;
    font-family: 'modern';
    font-weight: 200;
    height: 28px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 12px;
}

.datePicker{
        height: 28px;
    line-height: 28px;
    margin-top: 5px;
    font-size: 15px;
    margin-bottom: 12px;
    width: 147px;
    font-weight: 200;
}

.shortInput{
      height: 28px;
    line-height: 28px;
    margin-top: 5px;
    max-width: 120px;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 200;
}

.percentageInput{
   height: 28px;
    line-height: 28px;
    width: 80%;
    font-weight: 200;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.percentageInput.blueText{
        color: #0083bf;
    font-family: 'modern';
    font-weight: bold;
    border: none;
    background-color: #f3f7f9;
    border: 1px solid #ddd;
}

.percentageInput.bigger{
  width: 98%;
}

.biggerInput, .datePicker.bigger{
  width: 60%;
    font-size: 20px;
    font-weight: 200;
    height: 28px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 12px;
    min-width: 250px;
}

.biggerInput.narrower{
  min-width: 220px;
}

.biggerInput.fullWidth{
  width: 96%;
    min-width: 50px;
}

input, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 5px;
  border: 2px solid #e0e0e0;
  border-radius: 2px;
  min-width: 30px;
  font-family: 'modern';
  color: #333;
}

-webkit-file-upload-button, -moz-file-upload-button{
  display: none;
}

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

input:focus::-webkit-input-placeholder { color:transparent !important; }
input:focus:-moz-placeholder { color:transparent !important; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent !important; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent !important; } /* IE 10+ */

input:focus, textarea:focus {
  border: 2px solid #46addd;
}

.animatedInputWrap input:focus{
  border: none;
}

input::-webkit-input-placeholder {
   color: #999;
   font-size: 18px;
    font-family: 'modern';
}

input:-moz-placeholder { /* Firefox 18- */
  color: #999;
   font-size: 18px;
    font-family: 'modern';
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
   font-size: 18px;
    font-family: 'modern';
}

input:-ms-input-placeholder {  
   color: #999;
   font-size: 18px;
    font-family: 'modern';
}

/*--- number inputs ----*/

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*------- input V2 --------- */

input.inputV2{
    border: none;
    cursor: pointer;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
    border-radius: 0px;
    color: #555;
    font-size: 16px;
    max-width: 130px;
}

select.selectV2{
    border: none;
    cursor: pointer;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
    border-radius: 0px;
    color: #0083bf;
    font-size: 16px;
    background-color: rgba(255,255,255,0);
    direction: rtl;
    padding-right: 3px;
}

.inputV2Wrap.active select.selectV2{
  color: #777;
}

/*
input.inputV2.smallerFont{
  font-size: 12px;
}
*/

input.inputV2:focus, input.inputV2:hover{
  color: #333;
}

input.inputV2.shorter{
    max-width: 60px;
}

.inputV2Wrap{
  margin-left: 10px;
}

.inputV2Wrap::after {
    content: '';
    display: block;
    width: 0;
    margin-right: 0px;
    height: 2px;
    background: #e1e4e6;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    margin-right: 0px;
    margin-left: auto;
    right: 0px;
}

.inputV2Wrap:hover::after{
  background: #999;
}

.inputV2Wrap.active::after {
    width: 100%;
    transition: width .3s;
}

input.inputV2::-webkit-input-placeholder {
   color: #0083bf;
   font-weight: bold;
   font-size: 14px;
   text-align: right;
}

input.inputV2:-moz-placeholder { /* Firefox 18- */
  color: #0083bf;
   font-weight: bold;
   font-size: 14px;
   text-align: right;
}

input.inputV2::-moz-placeholder {  /* Firefox 19+ */
   color: #0083bf;
   font-weight: bold;
   font-size: 14px;
   text-align: right;
}

input.inputV2:-ms-input-placeholder {  
   color: #0083bf;
   font-weight: bold;
   font-size: 14px;
   text-align: right;
}

/* -- smaller versions -- */

input.smaller::-webkit-input-placeholder {
   font-size: 12px;
}

input.smaller:-moz-placeholder { /* Firefox 18- */
  font-size: 12px;
}

input.smaller::-moz-placeholder {  /* Firefox 19+ */
   font-size: 12px;
}

input.smaller:-ms-input-placeholder {  
   font-size: 12px;
}

/*--- text areas --- */

textarea::-webkit-input-placeholder {
   color: #999;
   font-size: 18px;
    font-family: 'modern';
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: #999;
   font-size: 18px;
    font-family: 'modern';
}

textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
   font-size: 18px;
    font-family: 'modern';
}

textarea:-ms-input-placeholder {  
   color: #999;
   font-size: 18px;
    font-family: 'modern';
}

/* --------------- custom ui datepicker styles ----------------- */

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid #476471 !important;
    background: #476471 !important;
    font-weight: normal !important;
    color: #fff !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
  border: 1px solid #999 !important;
    background: #e0e0e0 !important;
    color: #333 !important;
}

.ui-datepicker .ui-datepicker-header{
  position: relative !important;
    padding: .2em 0 !important;
    background-color: #f1f1f1 !important;
    border-radius: 1px !important;
    font-family: 'modern' !important;
    letter-spacing: 2px !important;
}

.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png") !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 38% !important;
    margin: 5px !important;
    font-family: 'modern' !important;
}

/*------------------------------------- secondary input v3 ----------------------*/

.secondaryInputV3{
  height: 20px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    font-size: 16px;
}

/*------------------------------------- addInputs ----------------------*/

.addInputWrap{
  overflow: hidden;
  padding: 0px;
  border-radius: 2px;
  width: 80%;
  max-width: 350px;
}

.addInputWrap.secondary > div{
  height: 34px;
}

.addInputWrap.secondary .addInput, .entryFeeInput, .lateFeeInput{
  font-size: 14px;
}

.addInputWrap.secondary input::-webkit-input-placeholder, input.entryFeeInput::-webkit-input-placeholder, input.lateFeeInput::-webkit-input-placeholder {
   font-size: 14px;
}

.addInputWrap.secondary input:-moz-placeholder, input.entryFeeInput:-moz-placeholder, input.lateFeeInput:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
}

.addInputWrap.secondary input::-moz-placeholder, input.entryFeeInput::-moz-placeholder, input.lateFeeInput::-moz-placeholder {  /* Firefox 19+ */
   font-size: 14px;
}

.addInputWrap.secondary input:-ms-input-placeholder, input.entryFeeInput:-ms-input-placeholder, input.lateFeeInput:-ms-input-placeholder {  
   font-size: 14px;
}

.addInputWrap > div {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 52px;
}

.addInputWrap.stepOne .firstStep{
  margin-left: 0px;
}

.addInputWrap.stepTwo .firstStep{
  margin-left: -100%;
}

.addButton .buttonSpinner{
    position: absolute;
    bottom: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
}

.addInputWrap.secondary .addButton .buttonSpinner{
    top: 6px;
}

.addButton .buttonSpinner, .superWideAddButton .buttonSpinner { 
    display: none;
    opacity: 0;
}

.addButton.spinning .buttonSpinner, .superWideAddButton.spinning .buttonSpinner{
    display: block;
    opacity: 1;
}

.addButton.spinning .plusIcon{
  opacity: 0;
}

.addButton.spinning, .addButton.alwaysActive{
  background-color: #46addd;
}

.addInput{
  border-right: none;
  padding: 12px;
  line-height: 24px;
  font-size: 20px;
    font-weight: 200;
    color: #333;
}

.addInput:focus{
    border-right: none;
}

.addInputWrap.secondary .addButton{
  line-height: 30px;
  font-size: 20px;
}

.addButton, .removeButton{
    min-width: 50px;
    max-width: 50px;
    line-height: 46px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    background-color: #c9c9c9;
    position: relative;
}

.goBack{
    min-width: 40px;
    max-width: 50px;
    line-height: 46px;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/backArrowDark.png');
    opacity: 0;
}

.stepTwo .goBack{
  opacity: 1;
}

.addInputWrap.active .addButton{
  background-color: #46addd;
  text-align: center;
  
}

/*------------------------------------- header ----------------------*/

.headerPromo{
        margin-top: 0px;
    height: 20px;
    color: #fff;
    background-color: #0083bf;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    line-height: 21px;
    font-family: 'modern';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

.headerPromoText{
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
}

#header{
  background-color: rgba(255,255,255,1.0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 201;
  -webkit-transform: translate3d(0,0,0);
  box-shadow: 0px 1px 2px #c9c9c9;
    -moz-box-shadow: 0px 1px 2px #c9c9c9;
    -webkit-box-shadow: 0px 1px 2px #c9c9c9;
}

.promoActive #header{
  top: 20px;
}

.promoActive .flexibleLeftMenu{
  padding-top: 70px;
}

.promoActive .leftMenuMobileTab{
  top: 70px;
}

.promoActive .contentBlock{
  padding-top: 30px;
}

#desktopHeader{
  position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 50px;
}

#header .userIcon{
  background-color: #c9c9c9;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.userIcon.missingProfPic, .newMissingEventIcon{
  background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/newMissingIconNoLogo.jpg);
}

#header .userIcon.active{
  background-color: #0083bf;
  background-image: none;
}

#header .userIconText{
  font-family: 'modern';
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  color: #666; 
}

#desktopHeaderLoginSignup{
  float: right;
    margin-right: 10px;
    height: 30px;
    margin-top: 10px;
    border-radius: 4px;
    background-color: #fafafa;
    border: 1px solid #c9c9c9;
    color: #0083bf;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 10px;
    padding-right: 12px;
    padding-left: 12px;
    font-weight: bold;
    font-family: 'modern';
}

#desktopHeaderLoginSignup:hover{
  background-color: #fff;
}

.desktopHeaderLink{
  float: right;
    cursor: pointer;
    color: #888;
    font-size: 13px;
    margin-right: 25px;
    font-family: 'modern';
    font-weight: bold;
    text-transform: uppercase;
    border-top: 4px solid #fff;
}

#desktopUserIconWrap{
  float: right;
  margin-right: 10px;
  margin-left: 20px;
  cursor: pointer;
  height: 50px;
}

.desktopHeaderLink.active, .desktopHeaderLink:hover{
  color: #0083bf;
    border-top: 4px solid #0083bf;
    line-height: 41px;
}

.backArrowV2{
    width: 20px;
    background-position: center;
    margin-right: 3px;
    background-size: contain;
    height: 24px;
    margin-top: 10px;
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/backArrowV2.jpg);
    background-repeat: no-repeat;
}

.backArrowWrap:hover .backArrowV2{
  height: 18px;
    margin-top: 14px;
    margin-left: 5px;
    margin-right: -2px;
}

.backButtonV2{
      border-radius: 20px;
    height: 36px;
    font-family: 'modern';
    width: 100px;
    border: 1px solid #c9c9c9;
    position: relative;
    line-height: 36px;
    font-size: 14px;
    cursor: pointer;
}

.backButtonV2:hover{
  background-color: #fff;
}

.backButtonV2:hover .backArrowBlack, .leftMenuMobileTab:hover .backArrowBlack, .backArrowWrapRelative:hover .backArrowBlack{
  left: 6px;
}

.leftMenuMobileTab .backArrowBlack{
  border-radius: 100%;
    background-color: #f1f5f8;
    width: 40px;
    height: 40px;
    background-size: 20px;
    position: absolute;
    bottom: -10px;
    box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    -moz-box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    -webkit-box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
}

.backArrowBlack{
        background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/backArrowBlack.png);
    width: 18px;
    background-position: center;
    background-size: contain;
    top: 13px;
    bottom: 11px;
    left: 10px;
    background-repeat: no-repeat;
    position: absolute;
}

.forwardArrow{
        background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/backArrowBlack.png);
    width: 18px;
    background-position: center;
    background-size: contain;
    top: 13px;
    bottom: 11px;
    right: 10px;
    background-repeat: no-repeat;
    position: absolute;
}

.bottomTab:hover .forwardArrow{
  right: 6px;
}

.backArrowBlack.rotated, .forwardArrow{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.tapPreviewEventV2{
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    font-family: 'modern';
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    color: #666;
    padding-right: 12px;
    padding-left: 12px;
    text-transform: uppercase;
    text-align: center;
}

.tapPreviewEventV2.active{
  background-color: #476471;
  border: 1px solid #476471;
  color: #fff;
  cursor: pointer;
}

#headerAppName, .headerAppName{
    color: #0083bf;
    font-size: 24px;
    margin-left: 5px;
    line-height: 50px;
    letter-spacing: -1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#headerLogoWrap, .headerLogoWrap{
    height: 50px;
    margin-left: 10px;
    cursor: pointer;
    width: 200px;
}

#headerLogoWrap.wider{
  width: 240px;
}

.poweredBy{
    color: #666;
    font-size: 12px;
    line-height: 55px;
    font-family: 'modern';
    margin-right: 10px;
}

#headerLogo, .headerLogo{
      background-repeat: no-repeat;
      margin-top: 5px;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/icon180pxTransparent.png');
}

#headerMobileMenu>div{
  background-color: #555;
  position: absolute;
}

#headerMobileMenu.active>div{
  background-color: #333;
  position: absolute;
}

.activeMenu #headerLineTop{
    right: 0px;
    left: 10px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 20px;
}

.activeMenu #headerLineMiddle{
    opacity: 0;
}

.activeMenu #headerLineBottom{
    right: 0px;
    left: 10px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 20px;
}

#headerLineTop{
    right: 0px;
    left: 4px;
    top: 11px;
    height: 2px;
}

#headerLineMiddle{
        right: 0px;
    left: 13px;
    top: 20px;
    height: 2px;
}

#headerLineBottom{
    right: 0px;
    left: 22px;
    top: 28px;
    height: 2px;
}

#contentWrap{
  width: 100%;
  margin-left: 0px;
  position: relative;
}

#contentWrap.hideOverflow{
  overflow: hidden;
}

.activeMenu #contentWrap{
  width: 100%;
  margin-left: -270px;
}

.activeMenu .breadcrumbWrap, .activeMenu .fixedBottomBar{
  -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
}

#mobileMenuOverlay{
  background-color: rgba(0,0,0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
  opacity: 0;
  display: none;
}

#leftMenuOverlay{
  background-color: rgba(0,0,0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.expandedMenu #leftMenuOverlay{
  opacity: 1;
  visibility: visible;
}

#quickLinksOverlay{
  background-color: rgba(0,0,0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
  opacity: 0;
  display: none;
}

#mobileMenuBar{
        background-color: #fff;
    position: fixed;
    width: 270px;
    top: 0px;
    -moz-box-shadow: inset 0 3px 10px 0px rgba(50,50,93,.1), inset 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 3px 10px 0px rgba(50,50,93,.1), inset 0 3px 6px 0 rgba(0,0,0,.07);
    box-shadow: inset 0 3px 10px 0px rgba(50,50,93,.1), inset 0 3px 6px 0 rgba(0,0,0,.07);
    padding-top: 50px;
    z-index: 12;
    bottom: 0px;
    display: none;
    border-left: 2px solid #ddd;
}

#mobileMenuBar .menuItemCard{
      font-size: 14px;
    text-transform: uppercase;
}

#sailFastText{
  text-align: center;
    line-height: 100px;
    opacity: 0.4;
    font-size: 12px;
}

.menuItemCard, .leftMenuItem{
  cursor: pointer;
    height: 70px;
    line-height: 70px;
    color: #555;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-size: 16px;
    /* margin-top: 5px; */
    margin-left: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: auto;
    font-family: 'modern';
    border-bottom: 1px solid #eee;
}

.leftMenuItem.inactive, .leftMenuItem.inactive:hover{
  color: #bbbcbf;
  cursor: initial;
}

.menuItemCard{
  padding-left: 20px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.leftMenuItem > p{
  padding-left: 20px;
  font-weight: bold;
}

.menuItemCard:hover, .leftMenuItem:hover, .leftMenuItem.active{
  color: #0083bf;
}

#mobileMenuBar{
  right: -273px;
}

.activeMenu #mobileMenuBar{
  right: 0px;
}

/*
.menuItemCard:nth-of-type(even), .leftMenuItem:nth-of-type(even) {
    background-color: #f5f5f5;
}

.adminExtraWrapV3 .leftMenuItem:nth-of-type(even), .adminExtraWrapV3 .leftMenuItem{
  background-color: #ebedef;
}
*/

#headerMobileMenu{
    position: absolute;
    right: 10px;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
}

#headerProfPic{
    position: absolute;
    right: 10px;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/missingUserIcon.png');
    border-radius: 100%;
    overflow: hidden;
}

/* ----------------------------- quick links v2 ------------------------- */

.quickLinksWrapV2{
    max-height: 60vh;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: fixed;
    left: 50%;
    bottom: 55px;
    background-color: rgba(255,255,255, 0.97);
    border-radius: 10px;
        box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    -moz-box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    -webkit-box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);

    /*
    -webkit-transform: translate3d(0,0,0);
    */

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#messengerCallout, #duplicateSailNumbersCallout{
  max-width: 310px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    position: fixed;
    bottom: 55px;
    background-color: rgba(250, 252, 253, 0.97);
    border-radius: 4px;
    box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    -moz-box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    -webkit-box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    -webkit-transform: translate3d(0,0,0);
    right: -400px;
    cursor: pointer;
}

#duplicateSailNumbersCallout > div{
  padding: 18px;
}

#messengerCallout.active, #duplicateSailNumbersCallout.active{
  right: 10px;
}

.quickLinkV2{
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 40px;
    min-width: 180px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    color: #555;
    font-family: 'modern';
}

.adminExtraWrapV2 .quickLinkV2{
      margin-left: 10px;
    margin-right: 15px;
}

.adminExtraWrapV2{
    margin-top: -1px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
    padding-left: 20px;
    padding-right: 12px;
    background-color: #ebedef;
}

.adminExtraWrapV3{
    margin-bottom: -55px;
    border-top: 1px solid #ddd;
}

.quickLinkV2:hover, .quickLinkV2.active{
    color: #0083bf;
    cursor: pointer;
    font-weight: bold;
}

/*
.fixedBottomBar .closeQuickLinksV2, .closeQuickLinksV2, .closeMessenger{
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0px;
    line-height: 34px;
    color: #333;
    font-size: 24px;
    text-align: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
}
*/

.bottomBarButton.seeMoreQuickLinksV2{
    border: 1px solid #c9c9c9;
    background-color: #fff;
    color: #0083bf;
    font-weight: bold;
    border-radius: 12px;
    height: 24px;
    line-height: 24px;
    margin-top: 2px;
    width: 85px;
}

.seeMoreQuickLinksV3{
        border: 1px solid #c9c9c9;
    border-radius: 100%;
    cursor: pointer;
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/quickLinksV3Icon.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 6px;
    height: 21px;
    width: 21px;
    margin-right: 10px;
    margin-left: 5px;
}

.seeMoreQuickLinksV3.active{
  -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
}

.bottomBarButton.seeMoreQuickLinksV2.deployed{
  background-color: #f1f1f1;
  color: #666;
  border: 1px solid #c9c9c9;
}


/* -------------------------- quick links relative v2 ----------------------- */

.quickLinksWrapRelative{
  /*
  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    max-height: 60vh;
    left: 50%;
    */
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 27px;
    background-color: #fff;
    border: 1px solid #eee;
    right: -10px;
    position: absolute;
    width: 220px;
    text-align: left;
    bottom: 53px;
    border-radius: 10px;
    display: none;
    box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.quickLinksLabelWrap{
    width: 100%;
    height: 100%;
    margin-left: 0px;
    position: relative;
}

.quickLinksLabel{
    color: #fff;
    font-size: 14px;
    line-height: 10px;
    padding-top: 13px;
    padding-bottom: 12px;
    opacity: 1;
    font-weight: 200;
    letter-spacing: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'modern';
    padding-right: 30px;
    text-align: right;
    margin-right: 30px;
}

.quickLinksOuterRelative .quickLinksLabel{
  color: #333;
}

.quickLinksOuterRelative .quickLinksIcon .firstBar, .quickLinksOuterRelative .quickLinksIcon .secondBar, .quickLinksOuterRelative .quickLinksIcon .thirdBar{
  background-color: #333;
}

.quickLinksIcon .firstBar{
    height: 2px;

    background-color: #fff;

    position: absolute;
    top: 11px;
    right: 0;
    width: 15px;
}

.quickLinksIcon .secondBar{
    height: 2px;

    background-color: #fff;

    position: absolute;
    top: 17px;
    right: 0;
    width: 20px;
}

.quickLinksIcon .thirdBar{
    height: 2px;
    
    background-color: #fff;

    position: absolute;
    top: 23px;
    right: 0;
    width: 20px;
}

.quickLinksOuterRelative{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f6f7;
    padding-left: 15px;
    margin-top: 10px;
    border-top: 2px solid #e0e0e0;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

.quickLinksOuterRelative.noMarginTop{
  margin-top: 0px;
}

.quickLinksOuter.active .quickLinksLabelWrap, .quickLinksOuterRelative.active .quickLinksLabelWrap{
    opacity: 0;
    margin-left: -120%;
}

/*------------------------------ accordions ---------------------------- */

.accordionSection{
   margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}

.accordionBody{
    display: none;
    background-color: #fff;
    padding: 35px;
}

#faqWrap{
  max-width: 750px;
  min-width: 300px;
}

.accordionBody ul{
        margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 200;
    line-height: 24px;
    color: #333;
    text-align: left;
    font-size: 16px;
    font-family: 'modern';
}

.accordionBody p{
    font-family: 'modern';
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.accordionHeader{
    background-color: #fff;
    cursor: pointer;
    padding: 25px;
    position: relative;
    color: #333;
    text-align: left;
}

.accordionToggle{
    font-size: 30px;
    line-height: 34px;
    position: absolute;
    left: 22px;
    top: 22px;
    font-weight: 200;
}

.accordionHeader.active{
    background-color: #476471;
    color: #fff;
}

.accordionHeader h2{
    font-family: 'modern';
    padding-left: 30px;
    line-height: 36px;
    font-weight: normal;
}

.accordionHeader.active .accordionToggle{
     -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    font-weight: bold;
}

/* -------------- thumbnails ------------------ */

.standardThumbnail{
  width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 100%;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: -8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/newMissingIconV2.jpg);
}

.nameAndThumbnailWrap{
  cursor: pointer;
  line-height: 30px;
  word-break: break-word;
}

.nameAndThumbnailWrap:hover .standardThumbnail{
  transform: translateX(2px);
}

.nameAndThumbnailWrap:hover .standardThumbnailNameInsert{
  color: #0083bf;
}

/*------------------------------------- other global ----------------------*/

.boxShadowBottom{
  /*
    box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  */
   box-shadow: 1px 3px 4px 0px rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 1px 3px 4px 0px rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 1px 3px 4px 0px rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.whiteSpaceNormal{
  white-space: normal !important;
}

.tipBox{
  padding-top: 24px;
    padding-bottom: 24px;
    background-color: #fff;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    min-height: 25px;
    -moz-box-shadow: 1px 1px 2px #adb5bd;
   -webkit-box-shadow: 1px 1px 2px #adb5bd;
   box-shadow: 1px 1px 2px #adb5bd;
   box-shadow: 1px 1px 2px #adb5bd;
}

.tipBox.darker{
  background-color: #f3f7f9;
  /*
  -moz-box-shadow: inset 0px 0px 2px 1px #cbcfd2;
   -webkit-box-shadow: inset 0px 0px 2px 1px #cbcfd2;
   box-shadow: inset 0px 0px 2px 1px #cbcfd2;
   */
    border: none;
    -moz-box-shadow: inset 0 3px 10px 0px rgba(50,50,93,.1), inset 0 3px 6px 0 rgba(0,0,0,.07);
   -webkit-box-shadow: inset 0 3px 10px 0px rgba(50,50,93,.1), inset 0 3px 6px 0 rgba(0,0,0,.07);
   box-shadow: inset 0 3px 10px 0px rgba(50,50,93,.1), inset 0 3px 6px 0 rgba(0,0,0,.07);
   box-shadow: inset 0 3px 10px 0px rgba(50,50,93,.1), inset 0 3px 6px 0 rgba(0,0,0,.07);
}

.tipBoxBottomTab{
  border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-top: 6px;
    padding-bottom: 6px;
}

.tipBoxText{
  font-size: 16px;
  line-height: 24px;
    color: #333;
    font-family: 'modern';
    padding-left: 20px;
    max-width: 500px;
    padding-right: 20px;
}

.tipBoxLeft{
  max-width: 350px;
}

.offWhite{
  background-color: rgba(253, 253, 254, 1);
}

.easy-autocomplete{
  width: 100% !important;
}

.easy-autocomplete-container{
  text-align: left;
    position: absolute;
    top: 44px;
    left: 0;
    border-radius: 4px;
    width: 100%;
    box-shadow: 0px 1px 4px #afacac;
    -moz-box-shadow: 0px 1px 4px #afacac;
    -webkit-box-shadow: 0px 1px 4px #afacac;
    background: rgba(250, 250, 250, 0.95);
    z-index: 9;
}

.easy-autocomplete-container ul{
  overflow: hidden;
  padding-left: 0px;
  cursor: pointer;
}

.easy-autocomplete-container li{
  padding: 12px;
  cursor: pointer;
  color: #555;
  font-family: 'modern';
}

.easy-autocomplete-container li:nth-child(even){
  background-color: #fff;
}

sup {
    /*
    vertical-align: 20%;
    font-size: 9px;
    color: #46addd;
    font-weight: bold;
    */
    color: #666;
    background-color: #eee;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 3px;
    letter-spacing: 0px;
    border-radius: 2px;
    vertical-align: 25%;
    font-weight: bold;
}

sup.active{
  color: #fff;
  background-color: #0083bf;
}

sup.active.warn{
  background-color: #52ad0d;
}

sup.supLink{
  background-color: #fff;
    color: #0083bf;
    cursor: pointer;
    border: 1px solid #c9c9c9;
}

sup.noLineHeight{
    line-height: 0px;
    vertical-align: super;
}

.leftMenuItem sup{
  font-size: 9px;
    letter-spacing: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 5px;
}

.noBorder{
  border: none !important;
}

.noBoxShadow{
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.threes{
  color: #333;
}

.filterBarOuter{
        background-color: #f6f6f6;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    z-index: 1;
    height: 36px;
}

.inlineBlock{
  display: inline-block;
}

.borderBottom{
  border-bottom: 1px solid #ddd;
}

.lightBorderBottom{
  border-bottom: 1px solid #ddd;
}

.standardBorder{
  border: 1px solid #ddd;
}

.lightBorderTop{
  border-top: 1px solid #ddd;
}

.blockLetters{
  text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.borderTop{
  border-top: 1px solid #c9c9c9;
}

.bigBorderTop{
  border-top: 2px solid #efeff4;
}

.hugeBorderTop{
  border-top: 20px solid #f1f3f5;
}

.clearBoth{
  clear: both;
}

.noPaddingBottom, .eventBlock.noPaddingBottom, .boatClassRow.noPaddingBottom{
  padding-bottom: 0px;
}

.sixtyPercent{
  width: 62%;
}

.eightyPercent{
  width: 80%;
}

.hundop{
  width: 100%;
}

.bottomTab{
  border-top: 2px solid #efeff4;
    margin-top: 20px;
    padding: 8px;
    color: #666;
    font-family: 'modern';
}

.bottomTab.active{
  color: #0083bf;
  font-weight: bold;
}

.centeredText{
  text-align: center;
}

.relative{
  position: relative;
}

.textLeft{
  text-align: left;
}

.textRight{
  text-align: right;
}

.bigPaddingTopBottom, .eventBlock.bigPaddingTopBottom{
  padding-top: 34px;
  padding-bottom: 34px;
}

.bigPaddingLeftRight{
  padding-left: 34px;
  padding-right: 34px;
}

.hugePaddingTop{
  padding-top: 50px;
}

.hugePaddingTopBottom{
  padding-top: 54px;
  padding-bottom: 54px;
}

.hugePaddingBottom, .eventBlock.hugePaddingBottom{
  padding-bottom: 54px;
}

.ginourmousPaddingBottom, .ginormousPaddingBottom{
  padding-bottom: 80px !important;
}

.marginTopOneHundo{
  margin-top: 100px;
}

.giganticMarginBottom{
  margin-bottom: 80px;
}

.bigPaddingTop{
  padding-top: 34px;
}

.bigPaddingBottom, .tipBox.bigPaddingBottom{
  padding-bottom: 34px;
}

.blurredStockImage{
    background: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/blurredStock.jpg');
    background: -webkit-linear-gradient(left top, #262b6b, #35b2cc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #262b6b, #35b2cc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #262b6b, #35b2cc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #262b6b, #35b2cc);
}

.defaultUserIcon{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/defaultUserIcon.jpg');
}

.missingEventImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/missingEventImage.jpg');
}

.missingEventImageV2{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/missingEventImageV2.jpg');
}

.marginTopBottom{
  margin-top: 20px;
  margin-bottom: 20px;
}

.noMargin{
  margin: 0px !important;
}

.noPadding{
  padding: 0px !important;
}

.maxTwelveFifty{
  max-width: 1250px;
}

.maxOneThousand{
  max-width: 1000px;
}

.maxEightHundo{
  max-width: 800px;
}

.maxSixHundo{
  max-width: 600px;
}

.maxFiveFifty{
  max-width: 550px;
}

.maxFourFifty{
  max-width: 450px;
}

.maxFourHundo{
  max-width: 400px;
}

.maxThreeHundo, .wideButton.maxThreeHundo{
  max-width: 300px;
}

.maxThreeFifty{
  max-width: 350px;
}

.maxTwoHundo{
  max-width: 200px;
}

.maxTwoFifty{
  max-width: 250px;
}

.maxTwoFiftyFive{
  max-width: 255px;
}

.maxTwoSeventy{
  max-width: 270px;
}

.minTwoFiftyFive{
  min-width: 255px;
}

.minTwoSixty{
  min-width: 260px;
}

.minTwoHundo{
  min-width: 200px;
}

.minThreeHundo{
  min-width: 300px;
}

.eightyFiveThenHundo{
  width: 85%;
  max-width: 1050px;
}

.eightyFiveThenNinetyFive{
  width: 85%;
  max-width: 1050px;
}

.eightyFiveThenHundo.shorter{
  max-width: 620px;
}

.eightyThenNinety, .wideButton.eightyThenNinety, .superWideAddButton.eightyThenNinety, .bulkEntryCard.eightyThenNinety{
  width: 80%;
}

.ninetyPercent{
  width: 90%;
}

.paddingBottom{
  padding-bottom: 20px;
}

.paddingTopBottom, .productAreaBlock.paddingTopBottom{
  padding-top: 20px;
  padding-bottom: 20px;
}

.paddingTopHeader{
  padding-top: 50px;
}

.paddingLeftRight{
  padding-left: 20px;
  padding-right: 20px;
}

.smallPaddingTop{
  padding-top: 10px;
}

.smallPaddingLeft{
  padding-left: 15px;
}

.paddingTop{
  padding-top: 20px;
}

.paddingAllAround{
  padding: 20px;
}

.tinyPaddingAllAround{
  padding: 8px;
}

.tinyMarginLeftRight{
  margin-left: 5px;
  margin-right: 5px;
}

.smallMarginLeftRight{
  margin-left: 12px;
  margin-right: 12px;
}

.bigMarginTopBottom, .eventBlock.bigMarginTopBottom, .wideButton.bigMarginTopBottom{
  margin-top: 34px;
  margin-bottom: 34px;
}

.biggerMarginTop{
  margin-top: 44px;
}

.vhMarginTop, .eventBlock.vhMarginTop{
  margin-top: 8vh;
}

.marginTop{
  margin-top: 20px;
}

.marginLeft, .tabOption.marginLeft{
  margin-left: 20px;
}

.marginRight{
  margin-right: 20px;
}

.marginBottom{
  margin-bottom: 20px;
}

.smallMargin{
  margin: 10px;
}

.uppercase{
  text-transform: uppercase;
}

.tinyCenteredText{
  font-size: 11px;
  text-align: center;
  color: #333;
  font-family: 'modern';
}

.tinyText{
  font-size: 11px;
  color: #333;
  font-family: 'modern';
}

.smallPaddingLeft{
  padding-left: 10px;
}

.smallPaddingLeftRight{
  padding-left: 8px;
  padding-right: 8px;
}

.tinyPaddingTop{
  padding-top: 4px;
}

.tinyMarginTop{
  margin-top: 4px;
}

.tinyMarginBottom{
  margin-bottom: 4px;
}

.tinyMarginRight{
  margin-right: 5px;
}

.bigMarginTop, .wideButton.bigMarginTop, .bottomTab.bigMarginTop{
  margin-top: 34px;
}

.bigMarginBottom{
  margin-bottom: 34px;
}

.hugeMarginBottom{
  margin-bottom: 55px;
}

.hugeMarginTop, .wideButton.hugeMarginTop, .sectionBlock.hugeMarginTop{
  margin-top: 55px;
}

.marginFifteen{
  margin: 15px;
}

.smallMarginTop{
  margin-top: 15px;
}

#bandToggleCTA, .fbMessengerIcon{
    bottom: 8px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: center;
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0px #333;
    -moz-box-shadow: 0 0 5px 0px #333;
    box-shadow: 0 0 5px 0px #333;
}

.fbMessengerIcon{
  background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/messengerIcon.png);
    background-size: 24px;
    background-color: #fff;
}

.activeToggleArrow{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/activeWifiSignal.jpg');
}

.defaultToggleArrow{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/defaultWifiSignal.jpg');
}

.findOutMoreNoSize{
  color: #0083bf;
  cursor: pointer;
  font-weight: bold;
}

.filterBar{
  border-top: 1px solid #c9c9c9;
  width: 100%;
  justify-content: flex-start;
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -moz-justify-content: flex-start;
       -moz-flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x:scroll;
        white-space: nowrap;
        display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.filterBarOuterActive, .filterBarOuter.active{
  height: 36px;
}

.filterBarOuterDefault, .filterBarOuter{
  height: 0px;
}

.noWrap{
    white-space: nowrap;
}

.xButtonUpperLeft, .successBlock .xButtonUpperLeft{
   position: absolute;
    top: 8px;
    right: 15px;
    margin: 0px;
    line-height: 40px;
    color: #666;
    font-size: 40px;
    cursor: pointer;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    font-family: 'modern';
}

.imageHeaderCTAs{
  font-size: 18px;
  margin-top: 8px;
}

.bottomBar{
  background-color: #fff;
  border-top: 1px solid #c9c9c9;
  height: 68px;
  line-height: 50px;
}

.thinBlackBar{
      background-color: #476471;
      color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    display: inline-flex;
    width: 100%;
}

.thinBlackBar.kiosk{
      background-color: #f8f9fb;
    border-bottom: 1px solid #ddd;
    color: #666;
    font-weight: bold;
    font-family: 'modern';
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    display: inline-flex;
    width: 100%;
}

.scoreFilters{
    text-align: center;
    margin-left: 20px;
    padding: 5px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    cursor: pointer;
}

#eventNameEditEntry, #memberNameEditMembership, #eventNameDataCenter, #eventNameConnectSocial, #eventNameAddEntry, #eventNamePaymentDetails, #eventNameScoreRace, #eventNameEditEvent, #eventNamePostNotice, #eventNameAccess, #eventNameSchedule{
  margin-left: 37px;
  font-family: 'modern';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
}

.backArrow{
      position: absolute;
    left: 8px;
    top: 58px;
    cursor: pointer;
    height: 20px;
    border: 1px solid #fff;
    width: 20px;
    border-radius: 100%;
    background-position: 6px;
    background-repeat: no-repeat;
    background-size: 7px;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/backArrow.png');
}

.smallDarkText{
  color: #666;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.noScroll, body.activeMenu, html.activeMenu{
  height: 100%;
  overflow: hidden;
}

.normalBackgroundColor{
  background-color: #f1f5f8;
}

.sectionBlock {
      background-color: #fff;
    /*
  border: 1px solid #c9c9c9;
  */
  box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    border-radius: 3px;
    padding-bottom: 35px;
    max-width: 600px;
    min-width: 290px;
    width: 90%;
    margin-top: 20px;
    position: relative;
}

.filterBar>.filterOptionDefault, .filterBar>.filterOptionActive, .filterOption{
     max-width: 150px;
    min-width: 130px;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 5px;
    line-height: 28px;
    height: 28px;
    margin-right: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'modern';
}

.filterBar>.filterOptionDefault, .filterOption{
  color: #666;
}

.filterBar>.filterOptionActive, .filterOption.active{
  color: #0083bf;
}

.filterOption:first-child {
    margin-left: 28px !important;
}

.scrollable{
    overflow: auto;
    -webkit-transition-property: top, bottom;
    transition-property: top, bottom;
    -webkit-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -webkit-transition-timing-function: linear, linear;
    transition-timing-function: linear, linear;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.scrollable.vertical{
  overflow-x: hidden;
}

.scrollable.horizontal{
    overflow-x: auto;
    -webkit-transition-property: top, bottom;
    transition-property: top, bottom;
    -webkit-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -webkit-transition-timing-function: linear, linear;
    transition-timing-function: linear, linear;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.zeroOpacit{
  opacity: 0;
}

.mainSection{
  min-height: 99vh;
  position: relative;
}

.mainSection.fixedView{
  min-height: 100vh;
  max-height: 100vh;
  width: 100%;
}

.hiddenButton{
  height: 0px;
}

.tabDefault, .tabOption{
  color: #777;
    border: 1px solid #ddd;
    background-color: #f3f5f7;
}

/* -------------------------------- tabBarV3 ---------------------- */

.tabBarV3Outer {
    z-index: 10;
    -webkit-transform: translate3d(0,0,0);
    white-space: nowrap;
    bottom: 0px;
    position: fixed;
    left: 180px;
    right: 0px;
}

.tabBarV3{
   background-color: #fff;
   border-top: 2px solid #f1f3f5;
    padding-bottom: 6px;
}

.tabOption:first-child{
  margin-left: 20px;
}

/* -------------------------------- end tabBarV3 ---------------------- */

.tabBarV4Outer {
        -webkit-transform: translate3d(0,0,0);
    z-index: 3;
    background-color: #f1f5f8;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}

.tabBarV4Outer.fixed{
    position: fixed;
    left: 180px;
    right: 0px;
    top: 50px;
}

.tabBarV4ScrollPoint{
  width: 100%;
  height: 0px;
}

.tabBarV4 {
    z-index: 3;
    background-color: #fff;
    /*
    box-shadow: 0px 1px 2px #c9c9c9;
    -moz-box-shadow: 0px 1px 2px #c9c9c9;
    -webkit-box-shadow: 0px 1px 2px #c9c9c9;
    */
    box-shadow: 0 1px 4px 0 rgba(50,50,70,.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(50,50,70,.2);
    -webkit-box-shadow: 0 1px 4px 0 rgba(50,50,70,.2);
    -webkit-transform: translate3d(0,0,0);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1px;
    white-space: nowrap;
    padding-bottom: 8px;
    min-height: 49px;
}

.tabBarV4Spacer{
  height: 0px;
}

.tabBarV4Spacer.active{
    height: 65px;
}

.bandsSpacer, .divisionsSpacer{
  height: 35px;
}

.divisionsSpacer.notFixed, .bandsSpacer.notFixed{
  display: none !important;
}

.hideBands .bandsSpacer{
  height: 0px;
}

.flexibleLeftMenuMobileSpacer{
    height: 0px;
}

/* -------------------------------- tabBarV2 ---------------------- */

.tabBarV2 {
    z-index: 10;
    background-color: #fff;
    -webkit-transform: translate3d(0,0,0);
    height: 54px;
    white-space: nowrap;
    margin-left: auto;
    left: 0px;
    right: 0px;
    margin-right: auto;
    /*
    border-bottom: 1px solid #e0e0e0;
    */
  box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.tabBarV2.fixedTop{
  top: 0px;
  position: fixed;
    border: none;
}

/* -------------------------------- end tabBarV2 ---------------------- */

.tabBar {
    z-index: 10;
    background-color: #fff;
    /*
    box-shadow: 0px 1px 2px #c9c9c9;
    -moz-box-shadow: 0px 1px 2px #c9c9c9;
    -webkit-box-shadow: 0px 1px 2px #c9c9c9;
    */
  box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-transform: translate3d(0,0,0);
    padding-left: 30px;
    padding-right: 30px;
    height: 54px;
    white-space: nowrap;
    left: 0px;
  right: 0px;
}

.tabBarFixed, .filterBarOuterFixed{
  position: fixed;
  top: 51px;
  left: 0px;
  right: 0px;
}

.tabBarFixedTop, .tabBar.fixedTop {
  position: fixed;
  top: 0px;
}

.tabBar>div, .tabOption{
    margin-top: 12px;
    padding-right: 18px;
    padding-left: 18px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 2px;
    line-height: 32px;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*
    max-width: 150px;
    */
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    font-family: 'modern';
}

.tabBar>div.hidden{
  display: none;
}

.tabBar.wider>div{
  max-width: 300px;
}

.tabBar>.tabActive, .tabOption.active{
  color: #fff;
  background-color: #46addd;
  border:1px solid #46addd;
}

.reviewTabBar{
    margin-top: 8px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
    border-radius: 2px;
    line-height: 20px;
    height: 200px;
    white-space: nowrap;
    overflow-y: hidden;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

/* used all over */
.successBlock{
  margin-top: 23vh;
    max-width: 600px;
    width: 90%;
    padding-bottom: 20px;
    background-color: #fff;
  padding-top: 50px;
  padding-bottom:50px;
  margin-bottom: 50px;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
  text-align: center;
  position: relative;
}

.successBlock.higher{
  margin-top: 20vh;
}

.successBlock.wayHigher{
  margin-top: 10vh;
}

.successBlock p{
  margin-left: 30px;
  margin-right: 30px;
  font-family: 'modern';
}

.successBlock p.centeredBlock{
  margin-left: auto;
  margin-right: auto;
}

.successBlock .smallExplainDark{
  margin-left: 0px;
  margin-right: 0px;
}

#fbEmailInsert{
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: -5px;
    margin-top: -5px;
    text-transform: uppercase;
}

.successBlock .smallExplainDark.smaller{
    font-size: 14px;
    line-height: 22px;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 10px;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.successIcon{
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/successIcon.png');
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background-color: #eaeaea;
    margin-bottom: 15px;
}

.successBlock p.headerText, .headerText{
        font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    color: #333;
}

.ease, tr, td{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

tr.noEase, tr.noEase td{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

.easeSlow{
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}

.easeVerySlow{
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}

.easeSuperSlow{
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
}

.easeFast{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.myCheckbox, .personalCheck{
    margin-top: 5px;
    margin-right: 5px;
}

.checkBoxText{
      color: #444;
    display: inline-block;
    font-size: 14px;
    font-family: 'modern';
    padding-left: 4px !important;
    padding-right: 4px !important;
    text-align: left;
    line-height: 22px;
}

.explainDark{
  font-size: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    color: #333;
    text-align: center;
}

.explainDark.goLeft{
  width: auto;
  text-align: left;
}

.smallExplainDark{
  font-size: 16px;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    color: #333;
    text-align: center;
}
.xsmallExplainDark{
  text-align: center;
  font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #333;
}

.faqQuestion{
  font-size: 18px;
  font-weight: 600;
    display: block;
    text-align: left;
    padding-left: 40px;
    width: 80%;
    color: #333;
    font-family: 'ourSerif';
}

.faqAnswer{
  font-size: 18px;
  font-family: 'modern';
  line-height: 24px;
    display: block;
    text-align: left;
    padding-left: 34px;
    padding-right: 34px;
    color: #333;
}

.bigQuote{
  margin-bottom: 35px;
    width: 90%;
    max-width: 700px;
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
    line-height: 54px;
    font-size: 30px;
    font-family: 'ourSerif';
    color: #333;
}

.eventBlockHeader, .serviceHeader, .standardBlockHeader, .smallerBlockHeader{
  color: #555;
    font-weight: bold;
    font-size: 18px;
    height: 40px;
    padding-top: 8px;
    line-height: 40px;
    border-bottom: 2px solid #e5e9ec;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'modern';
    text-transform: uppercase;
}

.blur{
  -webkit-filter: blur(45px);
    -moz-filter: blur(45px);
    -o-filter: blur(45px);
    -ms-filter: blur(45px);
    filter: blur(45px);
}

.lightBlur{
  -webkit-filter: blur(18px);
    -moz-filter: blur(18px);
    -o-filter: blur(18px);
    -ms-filter: blur(18px);
    filter: blur(18px);
}

.coolLink{
      color: #0083bf;
      font-weight: bold;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}

.scratchSheetLink.coolLink{
  padding-top: 0px;
  padding-bottom: 0px;
}

.coolLinkV2{
 background-color: #fafafa;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    font-family: 'modern';
    font-weight: bold;
    text-align: center;
    color: #0083bf;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #c9c9c9;
}

.coolLinkV2.fixedBottom{
      position: absolute;
    line-height: 16px;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
}

.coolLinkV2.warning{
    color: #ef7011;
    border: 1px solid orange;
}

.secondaryCTAV2.warning{
  color: #ef7011;
}

.inactiveLink{
  color: #999;
  padding: 5px;
}

.noObjectsMSG{
  color: #333;
    padding-top: 70px;
    padding-bottom: 150px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: left;
    max-width: 400px;
    margin-right: auto;
    font-family: 'modern';
    margin-left: auto;
}

.noObjectsMSG.lower{
  padding-top: 30vh;
    padding-bottom: 50px;
}

.noObjectsLessPadding{
  color: #333;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 400px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: left;
    font-family: 'modern';
}

.noObjectsMuchLessPadding{
  color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 400px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: left;
    font-family: 'modern';
}

#resultsTableWrapLetterScores .noObjectsMSG{
  padding-top: 95px;
  padding-bottom: 95px;
}

.imageHeader{
    height: 270px;
    position: relative;
    padding-bottom: 60px;
}

.imageHeaderBlock{
    margin-top: 30px;
    position: relative;
    /*
    background-color: rgba(255,255,255,0.95);
    */
    background-color: rgb(241, 245, 248);
    border: 1px solid #e0e0e0;
    max-width: 400px;
    width: 70%;
    color: #333;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    padding: 40px;
    font-family: 'modern';
    border-radius: 1px;
}

/*-------- score-event -------------------------- */

.tipBox .toggleWrapV2{
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.fourteen{
  font-size: 14px;
}

.leftMenuItem.flexibleHeight{
  height: initial;
  margin-top: 0px;
}

.leftMenuItem.fff > p, .leftMenuItem.fff.inactive:hover > p{
    border-left: 6px solid rgba(255,255,255,0);
    margin-left: -6px;
    padding-left: 20px;
}

.leftMenuItem.fff.active > p, .leftMenuItem.fff:hover > p{
    border-left: 6px solid #0083bf;
    padding-left: 20px;
    margin-left: 0px;
}

.leftMenuItem.flexibleHeight > p{
  padding-left: 20px;
}

.addRaceButton{
        background-color: #0083bf;
    /* border-top: 1px solid #eee; */
    color: #fff;
    line-height: 24px;
    padding-left: 40px;
    font-weight: bold;
    position: relative;
}

.boatClassSettingsButton{
      background-color: #f9fafa;
    border-radius: 2px;
    color: #999;
    line-height: 30px;
    font-weight: bold;
    text-transform: none;
    padding-left: 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.boatClassSettingsButton:hover, .boatClassSettingsButton.active{
  background-color: #fff;
  color: #111;
}

.addRaceButton:hover, .addRaceButton.active{
  background-color: #036e9e;
}


.addRaceButton.active p{
  margin-left: -10px;
} 

.addRaceButton .buttonSpinner{
      height: 16px;
    top: 3px;
    bottom: 9px;
  opacity: 0;
}

.addRaceButton.active .buttonSpinner{
  display: block;
  opacity: 1;
} 

.addRaceButton .buttonSpinner > div{
  background-color: #fff;
}

.leftMenuItem.fff{
  border-top: 1px solid #eee;
}

.leftMenuItem.fff:nth-of-type(even) {
    background-color: #fff;
}

#scoreEventContentZone .contentBlock, .standardContentZone .contentBlock{
  position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.contentBlock.fixedToTop{
    top: 0px;
  }

.contentBlockScrollSpacer{
  height: 50px;
}

.leftMenuItem .boatClassRaceInsert{
  background: #eee;
}

.leftMenuRaceItem{
  color: #999;
    line-height: 50px;
    min-height: 50px;
    padding-left: 40px;
    border-top: 1px solid #eee;
    font-weight: bold;
}

.leftMenuRaceItemFleetScoringWrap{
      display: block;
    padding-left: 10px;
    font-size: 11px;
    font-weight: normal;
    line-height: 30px;
    text-transform: none;
    padding-bottom: 15px;
}

.leftMenuAssignmentsOption, .leftMenuScoringOption{
  color: #999;
  font-weight: bold;
  line-height: 26px;
}

.leftMenuAssignmentsOption.active, .leftMenuScoringOption.active, .leftMenuAssignmentsOption:hover, .leftMenuScoringOption:hover{
  color: #0083bf;
}

.leftMenuRaceItem:hover, .leftMenuRaceItem.active{
  color: #111;
  background-color: #fff;
}

/* v2 hero ------------------------------------- */

.heroV2{
  padding-top: 50px;
    /*
    background: #f1f3f5;
    */
    background: #f1f5f8;
    position: relative;
    margin-bottom: 20px;
    /*
    overflow: hidden;
    */
}

#eventListMeasureV2, #toggleMeasure{
  position: relative;
    height: 1px;
    background-color: #ddd;
}

.imageBackgroundV2{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 458px;
    position: absolute;
    overflow: hidden;
      transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
      transform-origin: 0;
}

.withImage .imageHeaderBlockV2{
  margin-bottom: -1px;
}

.imageBackgroundV2.shorter{
  height: 320px;
}

.imageHeaderBlockV2{
    position: relative;
    background-color: rgba(252,252,252,0.94);
    color: #333;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    font-family: 'modern';
    box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.imageHeaderBlockV2.noImage .eventThumbnail{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/newMissingIconV3.jpg');
}

.eventThumbnail{
    min-width: 400px;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.eventNameLabelV2, .imageBlockHeader{
      padding-bottom: 12px;
    margin-bottom: 12px;
    margin-right: 25px;
    border-bottom: 1px solid #d9d9d9;
}

.eventNameLabelV2.smaller{
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  margin-bottom: 0px;
  line-height: 18px;
  margin-top: 5px;
}

.lastChanceToRegisterV2{
  text-align: center;
  margin-top: -2px;
  font-size: 12px;
  margin-bottom: 13px;
}

#registerWrap{
  width: 205px;
}

#burgeeV2{
   background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 30px;
    opacity: 0.95;
    top: 3px;
    right: 3px;
    border-radius: 1px;
    position: absolute;
}

/* end v2 heros --------------------------------- */

.imageOverlay p{
  padding-left: 8px;
  padding-right: 8px;
}

.imageHeaderBig{
    position: relative;
    padding-bottom: 70px;
    padding-top: 120px;
    overflow: hidden;
}

.pageTitle{
    font-size: 70px;
    line-height: 70px;
    margin-top: 70px;
    margin-bottom: 22px;
    text-align: center;
}

.smallerPageTitle{
    font-size: 55px;
    line-height: 70px;
    margin-top: 55px;
    margin-bottom: 5px;
    height: 70px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.absoluteBottom{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.higherBlock{
  margin-top: 5vh;
  max-width: 290px;
}

.bigText{
      font-size: 80px;
    letter-spacing: 5px;
    line-height: 80px;
    text-align: center;
    padding-top: 25vh;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.pagesBigText{
      font-size: 80px;
    letter-spacing: 5px;
    line-height: 80px;
    text-align: center;
    padding-top: 12vh;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.darkHeaderMorePadding{
    font-size: 28px;
    line-height: 46px;
    text-align: center;
    padding-top: 60px;
    color: #333;
    border-top: 2px solid #c9c9c9;
    background: #fff;
    font-family: 'ourSerif';
    padding-left: 20px;
    padding-right: 20px;
}

.darkHeader{
    font-size: 28px;
    line-height: 46px;
    text-align: center;
    padding-top: 20px;
    color: #333;
    border-top: 2px solid #c9c9c9;
    background: #fff;
    font-family: 'ourSerif';
}

.darkHeaderNoFrills{
  font-size: 28px;
    line-height: 46px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #333;
    font-family: 'ourSerif';
    padding-left: 20px;
    padding-right: 20px;
}

.levelTwoHeader{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 8px;
    margin-bottom: 30px;
    color: #29363e;
    font-family: 'modern';
    text-transform: uppercase;
    padding-left: 4px;
    padding-right: 4px;
    letter-spacing: 2px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #768b98;
}

.levelTwoHeader.lessMargin{
  margin-top: 30px;
}

.levelTwoHeader.strippedDown{
      margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.darkSubheader{
        font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 35px;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 650px;
    font-family: 'modern';
}

.darkSubheaderV2{
        font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    width: 80%;
    max-width: 600px;
    font-family: 'modern';
}

.tipBox .darkSubheaderV2{
  padding-left: 0px;
}

.darkSubheaderV2.fullWidth{
  width: 100%;
  padding-left: 12px;
}

.darkSubheaderV2.bigger{
  font-size: 18px;
  line-height: 30px;
}

.breadcrumbWrap{
      border-top: 2px solid #f1f1f1;
    background-color: rgba(255,255,255,0.9);
}

.breadcrumbWrap.fixed{
    /*
    background-color: rgba(102, 117, 127, 0.94);
    */
    border-top: 2px solid #fff;
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
  -webkit-transform: translate3d(0,0,0);
  box-shadow: 0px 0px 4px #c9c9c9;
    -moz-box-shadow: 0px 0px 4px #c9c9c9;
    -webkit-box-shadow: 0px 0px 4px #c9c9c9;
}

.mobileBreadcrumb{
  display: none;
}

.breadcrumbStep{
        line-height: 46px;
    text-transform: uppercase;
    color: #999;
    font-family: 'modern';
    font-size: 14px;
    letter-spacing: 1px;
        margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.breadcrumbStep.active{
    color: #0083bf;
    font-weight: bold;
}

.breadcrumbSpacer{
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 50px;
}

.darkSubheader.smaller{
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}

.darkHeaderItalic{
      font-size: 40px;
    line-height: 70px;
    height: 70px;
    text-align: center;
    padding-top: 30px;
    font-weight: 100;
    color: #333;
    font-style: italic;
}

.fixedImageBackground{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #c9c9c9;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: fixed;
}

.imageBackground{ 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #c9c9c9;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  padding-top: 50px;
} 

.imageOverlay{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.63);
}

.imageOverlay.lighter{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(2,17,33,0.1);
}

.centeredBlock{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.flexGrowOne{
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.flexGrowTwo{
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}

.flexGrowThree{
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
}


.flexWrap{
  display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap:wrap;
  text-align: center;
}

.flexWrapLeftAlign{
  display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap:wrap;
  text-align: center;
}

.flexNoWrap{
  display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.flexNoWrapCenter{
  display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
}

.flexWrap>div, .flexWrapLeftAlign>div{
  margin: 10px;
}
.flexWrap>div.moreMarginLeftRight, .flexWrapLeftAlign>div.moreMarginLeftRight{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.flexWrap>div.moreMarginAllAround, .flexWrapLeftAlign>div.moreMarginAllAround{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.flexWrapLeftAlign>div.boatClassSubrow, .flexWrapLeftAlign>div.variantRow, .flexWrapLeftAlign>div.classOption, .flexWrapLeftAlign>div.planOption, .flexWrapLeftAlign>div.fleetOption, .flexWrapLeftAlign>div.amendment, .flexWrapLeftAlign>div.stripeAccountOption{
  margin: 5px;
}

.hidden{
  display: none !important;
  opacity: 0;
}

.zeroOpacity{
  opacity: 0;
}

.fadedOut{
  opacity: 0;
  visibility: hidden;
  /*
  transform: translateY(15px);
  */
}

.fff, #presetBar.fff{
  background-color: #fff;
}

.f1{
  /*
  background-color:#f1f3f5;
  */
  background-color: #f1f5f8;
}

.ef{
  background-color: #efeff4;
}

.fa{
  background-color: #fafafa;
}

.overflowHidden{
  overflow: hidden;
}

.ellipsis{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.overflowVisible, .eventBlock.overflowVisible{
  overflow: visible;
}

.whiteSubtext{
  text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    margin-top: 8px;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.darkSubtext{
  text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    margin-top: 8px;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #666;
}

.fullScreen{
  width: 100%;
  height: 100vh;
  position: relative;
}

/*--------------------------------- buttons --------------------------*/

.fb-send-to-messenger, .fb-messenger-checkbox{
  display: block !important;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: auto !important;
    max-width: 200px !important;
    margin-right: auto !important;
    overflow: hidden;
}

.fb-send-to-messenger.noMargin, .fb-messenger-checkbox.noMargin{
    margin-top: 0px !important;
}

.fbMessengerIconRelative{
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/messengerIcon.png');
  background-position: center;
  background-size: contain;
  width: 26px;
  max-width: 26px;
  min-width: 26px;
  max-height: 26px;
  min-height: 26px;
    height: 26px;
    border-radius: 100%;
}

.sendToMessengerIconV2{
        margin-left: 20px !important;
    background-repeat: no-repeat;
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/sendToMessengerIconV2.png);
    background-position: center;
    background-size: 140px;
    width: 160px;
    max-width: 160px;
    min-width: 160px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    max-height: 30px;
    min-height: 30px;
    background-color: #fff;
    cursor: pointer;
    height: 30px;
}

.buttonSpinner{
        position: absolute;
    bottom: 11px;
    right: 10px;
    height: 20px;
    width: 20px;
}

.secondaryCTA .buttonSpinner, .secondaryCTABig .buttonSpinner, .addDivisionCTA .buttonSpinner, .addVariantCTA .buttonSpinner, .secondaryCTAV2 .buttonSpinner{
    bottom: 9px;
    height: 16px;
    width: 19px;
    right: 7px;
}

.secondaryCTA{
    color: #0083bf;
    background-color: #fafafa;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #c9c9c9;
    border-radius: 17px;
    height: 34px;
    line-height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    width: 120px;
    position: relative;
    text-align: center;
    font-family: 'modern';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.secondaryCTABig{
    color: #0083bf;
    background-color: #fafafa;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #c9c9c9;
    border-radius: 17px;
    height: 34px;
    line-height: 34px;
    padding-left: 12px;
    padding-right: 12px;
    width: 150px;
    position: relative;
    text-align: center;
    font-family: 'modern';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.secondaryCTA:hover, .secondaryCTABig:hover{
  background-color: #fff;
}

.secondaryCTAV2, .footerButton{
      font-family: 'modern';
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    border-radius: 3px;
    border: none;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 30px;
    height: 30px;
    color: #0083bf;
    font-weight: bold;
    box-shadow: 1px 1px 9px rgba(50,50,93,.08), 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 9px rgba(50,50,93,.08), 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 9px rgba(50,50,93,.08), 0 1px 3px rgba(0,0,0,.1);
}

.secondaryCTAV2.spinning > p{
  margin-left: -10px;
    padding-left: 20px;
    padding-right: 30px;
}

.footerButton{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.secondaryCTAV2.bigger{
  height: 38px;
    line-height: 38px;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: bolder;
    max-width: 180px;
}

.secondaryCTAV2:hover, .footerButton:hover, select:hover{
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.1);
}

#stripeButton{
  width: 240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  cursor: pointer;
}

#socialWrapMainImage{
  position: absolute;
  right: 3px;
  bottom: -5px;
}

#socialWrapMainImage .spreadSocial{
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
    margin: 3px;
    cursor: pointer;
    color: #fff;
    height: 24px;
    line-height: 24px;
    width: 24px;
}

.spreadSocial{
  font-size: 30px;
  border-radius: 2px;
  margin: 10px;
  cursor: pointer;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.copyAndPasteIcon{
  background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/copyAndPaste.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d4dfe2;
}

.mediaResultsIcon{
      background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/mediaResultsIcon.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d4dfe2;
    background-color: #5e66a7;
}

.printerIcon{
  background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/printerIcon.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #555;
}

#printMe {
background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/printMe.png');
background-size: 20px;
background-repeat: no-repeat;
background-position: center;
}

.twitterBlue{
  background-color: #4099ff;
}

.facebookBlue{
  background-color: #3b5998;
}

.emailGrey{
  background-color: #476471;
}

.embed{
  background-color: #416675;
}

.greyButton{
  border: 3px solid #b5b5b5;
  background-color: #b5b5b5;
    width: 90px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    position: relative;

    text-transform: uppercase;
    font-size: 15px;
    font-family: 'modern';
    font-weight: bold;
    letter-spacing: 2px;
}

.greyButton:hover{
  background-color: #989898;
  border: 3px solid #989898;
}

.redButton{
  border: 3px solid #ff0000;
  background-color: #ff0000;
    width: 90px;
    border-radius: 2px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    position: relative;

    text-transform: uppercase;
    font-size: 15px;
    font-family: 'modern';
    font-weight: bold;
    letter-spacing: 2px;
}

.redButton:hover{
  background-color: #cc0000;
  border: 3px solid #cc0000;
}

.greenButton{
  /*
  border: 3px solid #40ad7c;
  background-color: #40ad7c;
  */
  border: 3px solid #184f87;
  background-color: #184f87;
    width: 90px;
    border-radius: 2px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    position: relative;

    text-transform: uppercase;
    font-size: 15px;
    font-family: 'modern';
    font-weight: bold;
    letter-spacing: 2px;
}

#FBLoginButton .buttonSpinner, .wideButton .buttonSpinner, .superWideButton .buttonSpinner, .flexButton .buttonSpinner, .greyButton .buttonSpinner, .wideButtonRed .buttonSpinner, .secondaryCTA .buttonSpinner, .secondaryCTABig .buttonSpinner, .addDivisionCTA .buttonSpinner, .addVariantCTA .buttonSpinner, .secondaryCTAV2 .buttonSpinner{
    display: none;
    opacity: 0;
}

#FBLoginButton.active .buttonSpinner, .wideButtonActive .buttonSpinner, .superWideButtonActive .buttonSpinner, .flexButtonActive .buttonSpinner, .greyButtonActive .buttonSpinner, .wideButtonRedActive .buttonSpinner, .secondaryCTAActive .buttonSpinner, .addDivisionCTA.spinning .buttonSpinner, .addVariantCTA.spinning .buttonSpinner, .secondaryCTAV2.spinning .buttonSpinner, .wideButton.spinning .buttonSpinner{
    display: block;
    opacity: 1;
}

/* used all over */
#addCompetitorButton, #addPlanButton, #addAssociationButton, .superWideAddButton{
  width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin-top: 20px;
    font-family: 'modern';
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    /* font-size: 18px; */
    color: #0083bf;
    text-align: center;
    min-width: 300px;
    /* border: 1px solid #c9c9c9; */
    box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#addCompetitorButton .buttonSpinner, #addPlanButton .buttonSpinner, #addAssociationButton .buttonSpinner, .superWideAddButton .buttonSpinner{
  bottom: 13px;
}

.wideButtonActive>p, .superWideButtonActive>p, .flexButtonActive>p, .greyButtonActive>p, .wideButtonRedActive>p, .secondaryCTAActive>p, .addDivisionCTA.spinning > p, .addVariantCTA.spinning > p{
  margin-left: -30px;
}

.wideButton>p, .superWideButton>p, .flexButton>p, .wideButtonRed>p, .secondaryCTA>p{
  -webkit-transition: margin 0.40s ease-in-out;
  -moz-transition: margin 0.40s ease-in-out;
  -ms-transition: margin 0.40s ease-in-out;
  -o-transition: margin 0.40s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  text-transform: uppercase;
    font-size: 15px;
    font-family: 'modern';
    font-weight: bold;
    letter-spacing: 2px;
}

.wideButton.alreadyTapped, .wideButton.alreadyTapped:hover{
  background-color: #fff;
  border: 3px solid #c9c9c9;
  color: #999;
  cursor: initial;
}

.wideButton.inactive, .wideButton.inactive:hover{
    background-color: #b1c0ce;
    border: 3px solid #b1c0ce;
    color: #fff;
}

#gotIt:hover{
  background-color: #0083bf;
  border: 3px solid #0083bf;
}

#gotIt{
  border: 3px solid #46addd;
  color: #fff;
  background-color: #46addd;
    width: 200px;
    border-radius: 2px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;

    text-transform: uppercase;
    font-size: 14px;
    font-family: 'modern';
    font-weight: bold;
    letter-spacing: 2px;
}

.wideButtonRed{
  border: 3px solid #d04519;
    width: 100px;
    background-color: #d04519;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    position: relative;

    text-transform: uppercase;
    font-size: 15px;
    font-family: 'modern';
    font-weight: bold;
    letter-spacing: 2px;
}

.wideButtonRed:hover{
  background-color: #bd3e15;
  border: 3px solid #bd3e15;
}

.wideButtonNotTappable{
  border: 3px solid #b5b5b5;
  background-color: #b5b5b5;
    width: 200px;
    border-radius: 2px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    position: relative;

    text-transform: uppercase;
    font-size: 15px;
    font-family: 'modern';
    font-weight: bold;
    letter-spacing: 2px;
}

.wideButton{
  border: 3px solid #46addd;
  background-color: #46addd;
    /*width: 200px;*/
    width: 90%;
    max-width: 600px;
    border-radius: 3px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'modern';
    font-weight: bold;
    letter-spacing: 2px;
}

.wideButton.shorter{
  height: 36px;
    line-height: 36px;
    font-size: 15px;
}


.shortButton{
  border: 3px solid #46addd;
  background-color: #46addd;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
    min-width: 100px;
    max-width: 101px;
    border-radius: 2px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'modern';
    font-weight: bold;
    letter-spacing: 2px;
}

.flexButton{
  border: 3px solid #46addd;
  background-color: #46addd;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
    min-width: 100px;
    max-width: 101px;
    border-radius: 2px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    position: relative;

    text-transform: uppercase;
    font-size: 15px;
    font-family: 'modern';
    font-weight: bold;
    letter-spacing: 2px;
}

.superWideButton{
  border: 3px solid #46addd;
  background-color: #46addd;
    width: 240px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    position: relative;

    text-transform: uppercase;
    font-size: 15px;
    font-family: 'modern';
    font-weight: bold;
    letter-spacing: 2px;
}

.wideButton:hover, .wideButtonActive, .gotItButton:hover, .superWideButton:hover, .superWideButtonActive, .flexButton:hover, .shortButton:hover{
  border: 3px solid #0083bf;
  background-color: #0083bf;
}

.wideButton:hover, .greyButton:hover, .wideButtonRed:hover, .gotItButton:hover, .superWideButton:hover, .greenButton:hover, .waitingCard:hover, .seriesClassPickerOuter:hover, #addCompetitorButton:hover, #addPlanButton:hover, #addAssociationButton:hover, .superWideAddButton:hover{
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.1);
}

.wideButton, .greyButton, .wideButtonRed, .gotItButton, .superWideButton, .greenButton{
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.1);
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.gotItButton{
      border: 3px solid #fff;
    width: 180px;
    border-radius: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

/*---------------- on-off toggles ----------------- */

.liveToggleOuter{
     width: 100%;
    height: 34px;
    background-color: rgba(250,250,250,0.9);
    position: absolute;
    padding-top: 3px;
    padding-bottom: 3px;
    bottom: 0px;
}

.liveToggleWrap{
    height: 26px;
    width: 50px;
    margin-top: 3px;
    margin-left: 5px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #999;
}

.liveToggleWrap.centeredBlock{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 10px;
}

.liveToggleWrapHidden, .liveToggleWrap{
  background-color: #333;
}

.liveToggleWrapLive, .liveToggleWrap.live, #kioskWrap .liveToggleWrap.live{
  background-color: #46addd;
}

.toggleStatus{
      line-height: 34px;
    margin-left: 8px;
    color: #333;
    font-size: 14px;
}

.liveToggleSlider{
      width: 26px;
    height: 26px;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 1px 1px 7px 1px #333;
    -moz-box-shadow: 1px 1px 7px 1px #333;
    -webkit-box-shadow: 1px 1px 7px 1px #333;
}

.liveToggleSliderLive, .liveToggleWrap.live .liveToggleSlider{
  margin-left: 50%;
}


/*----------------- content toggles (eg log in vs. sign up) ---------------------- */

/*
.toggleWrap{
      width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap:wrap;
  text-align: center;
  margin-bottom: 14px;
}

.toggleWrap.narrower{
  width: 70%;
}

.toggleWrap>div{
    padding-top: 2px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: bold;
    min-width: 65px;
    max-width: 200px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
    color: #333;
    height: 31px;
    font-family: 'modern';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.toggleDefault{
  border-bottom: 7px solid #e0e0e0;
  opacity: 0.5;
}

.toggleWrapOuterFixed{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}

#smallToggleOuter{
  background-color: #fff;
    width: 100%;
     box-shadow: 0px 1px 2px #c9c9c9;
    -moz-box-shadow: 0px 1px 2px #c9c9c9;
    -webkit-box-shadow: 0px 1px 2px #c9c9c9;
    z-index: 10;
}

.smallToggleWrap{
  width: 100%;
    height: 50px;
    display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap:wrap;
  text-align: center;
  line-height: 50px;
}

.smallToggleWrap>div{
  padding-left: 8px;
  padding-right: 8px;
    cursor: pointer;
    font-size: 20px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 60px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 2px;
    margin-right: 2px;
    color: #333;
}

.smallToggleDefault{
  border-bottom: 6px solid #fff;
  opacity: 0.5;
}

.smallToggleActive{
  border-bottom: 6px solid #131e31;
  opacity: 1.0;
}
*/

/* ------------------------------- content toggles v2 --------------------------- */

.contentToggle{
 background-color: #dee8ec;
    padding-top: 20px;
    padding-bottom: 12px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    margin: 0px !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-family: 'modern';
    color: #999;
    max-width: 50%;
}

.contentToggle.active{
    color: #333;
    background-color: #fff;
}

.contentToggle:hover{
  color: #333;
}

/*--------------------------------- overlays --------------------------*/

.standardOverlayVisible{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #efeff4;
  color: #333;
  text-align: center;
  z-index: 2000;
}

.standardOverlayHidden{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.75);
  color: #333;
  text-align: center;
  z-index: 2000;
  display: none;
  opacity: 0;
}

.lightOverlayHidden{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.75);
  color: #333;
  text-align: center;
  z-index: 2000;
  display: none;
  opacity: 0;
}

.lightOverlayHidden.opaque{
  background-color: #fff;
}

#errorOverlay{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.75);
  color: #333;
  text-align: center;
  z-index: 2001;
  display: none;
  opacity: 0;
}

#messageInsert{
  font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    font-family: 'modern';
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
}

#initialSpinnerOverlay .errorBlock, #rightSpinnerOverlay .errorBlock{
  background-color: transparent;
  border: none;
}

#rightSpinnerOverlay, #specialFinishOverlay{
    position: fixed;
    left: 180px;
    z-index: 9;
}

#initialSpinnerOverlay{
  background-color: #fff;
}

.errorBlock{
      max-width: 290px;
    margin-top: 28vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    color: #555;
}

/*------------------------------tutorials! ------------------------------*/

.tutorialWrap{
    padding-left: 30px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    background-color: #f5f6f7;
    border-bottom: 3px solid #fff;
    font-size: 14px;
    color: #333;
    display: none;
}

.tutorialBody{
  max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.tutorialBody li{
  font-size: 14px;
  font-family: 'modern';
  text-align: left;
}

.tutorialButton{
    background-color: #fff;
    text-align: center;
    color: #fff;
    width: 170px;
    margin-top: -18px;
    line-height: 34px;
    cursor: pointer;
    font-size: 10px;
    margin-left: auto;
    color: #476471;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: auto;
    border: 2px solid #476471;
    border-radius: 22px;
    z-index: 1;
    position: relative;
}

.tutorialBody .xButton{
  top: -8px;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 13px;
}

.tutorialButton.active{
  color: #66778a;
    background: #fff;
    border: 2px solid #c9c9c9;
}

.tutorialText{
    font-weight: bold;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'modern';
}

/*------------------------------spinners ------------------------------*/


#loadMoreSpinner, #messagesSpinner{
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
     margin-top: 40px;
    height: 30px;
    width: 30px;
    margin-bottom: 30px;
}

.spinnerText, .spinnerTextTwo{
  margin-top: 10px;
  font-family: 'modern';
  font-size: 16px;
  line-height: 24px;
}

.errorBlockFrame{
  overflow: hidden;
}

.errorBlockSlider{
  margin-left: 0px;
  width: 200%;
}

.errorBlockSlider.active{
  margin-left: -100%;
}

.errorBlockSlider>div{
  width: 100%;
} 

.greenCheck{
  position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    margin-top: 100px;
    width: 60px;
    margin-top: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/greenCheck.png);
}

.infiniteSpinnerWrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

div.spinner div {
    width: 8%;
    height: 26%;
    background: #fff;
    position: absolute;
    left: 44.5%;
    top: 37%;
    opacity: 0;
     -webkit-animation: fade 1s linear infinite;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  }

  div.buttonSpinner div{
    width: 8%;
    height: 26%;
    background: #fff;
    position: absolute;
    left: 44.5%;
    top: 37%;
    opacity: 0;
     -webkit-animation: fade 1s linear infinite;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  }

  .secondaryCTA div.buttonSpinner div, .secondaryCTABig div.buttonSpinner div, .superWideAddButton div.buttonSpinner div, .addDivisionCTA div.buttonSpinner div, .addVariantCTA div.buttonSpinner div, .secondaryCTAV2 div.buttonSpinner div, .darkSpinner div.spinner div{
    background: #333;
  }

  div.spinner div.bar1, div.buttonSpinner div.bar1 {
    -webkit-transform:rotate(0deg) translate(0, -142%);
    -webkit-animation-delay: 0s;
  }    

  div.spinner div.bar2, div.buttonSpinner div.bar2 {
    -webkit-transform:rotate(30deg) translate(0, -142%); 
    -webkit-animation-delay: -0.9167s;
  }

  div.spinner div.bar3, div.buttonSpinner div.bar3 {
    -webkit-transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.833s;
  }

  div.spinner div.bar4, div.buttonSpinner div.bar4 {
    -webkit-transform: rotate(90deg) translate(0, -142%);
    -webkit-animation-delay: -0.75s;
  }

div.spinner div.bar5, div.buttonSpinner div.bar5 {
  -webkit-transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.667s;
}

div.spinner div.bar6, div.buttonSpinner div.bar6 {
  -webkit-transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.5833s;
}

div.spinner div.bar7, div.buttonSpinner div.bar7 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s;
}

div.spinner div.bar8, div.buttonSpinner div.bar8 {
  -webkit-transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41667s;
}

  div.spinner div.bar9, div.buttonSpinner div.bar9 {
      -webkit-transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.333s;
  }

  div.spinner div.bar10, div.buttonSpinner div.bar10 {
    -webkit-transform: rotate(270deg) translate(0, -142%);
    -webkit-animation-delay: -0.25s;
  }

  div.spinner div.bar11, div.buttonSpinner div.bar11 {
    -webkit-transform: rotate(300deg) translate(0, -142%);
    -webkit-animation-delay: -0.1667s;
  }
  
  div.spinner div.bar12, div.buttonSpinner div.bar12 {
    -webkit-transform:rotate(330deg) translate(0, -142%); 
    -webkit-animation-delay: -0.0833s;
  }

  @-webkit-keyframes fade {
  from {opacity: 1;}
  to {opacity: 0.25;}
}

div.spinner{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  margin-top: 100px;
  width: 40px;
}

/*--------------------------------- footer --------------------------*/

#footer{
      background-color: #f5f8f9;
    border-top: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;

}

#footer h2{
    color: #555;
    text-align: left;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: 'modern';
    font-weight: bold;
}

.copyrightText{
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    color: #666;
}

.issueFooterText{
    text-align: center;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 30px;
    margin-top: 12px;
    display: block;
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
    color: #939598;
}

.contactUs{
    text-align: left;
    line-height: 33px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.footerText{
   text-align: left;
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
    color: #555;
    font-weight: bold;
    font-family: 'modern';
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

/*
.footerButton{
  width: 180px;
    height: 40px;
    line-height: 42px;
    background-color: #fff;
    border-radius: 21px;
    color: #0083bf;
    font-weight: bold;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    font-family: 'modern';
    font-size: 12px;
    text-transform: uppercase;
}
*/

.footerTextWrap{
  max-width: 280px;
    min-width: 120px;
    text-align: left;
}

.hereToHelp{
  color: #333;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'modern';
}

.footerText:hover{
    color: #333;
    padding-left: 5px;
    font-weight: bold;
}

#supportInput, #newEventNameInput{
  margin-top: 2px;
  max-width: 350px;
}

/*--------------------------------- index --------------------------*/

#indexFlexWrap{
  height: 100%;
    position: absolute;
    bottom: -35%;
    left: 0px;
    right: 0px;
    z-index: 100;
}

#indexFlexTwo{
  position: relative;
  overflow: hidden;
  max-width: 900px;
}

#indexFlexTwo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/whiteIpadHP1.png');
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}

#indexTablet{
  width: 100%;
    height: 75%;
    max-width: 820px;
    bottom: -10%;
    right: 0px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/whiteIpadHP2.png);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    z-index: 100;
}

#indexTagLineWrap{
  position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
    font-weight: bold;
    margin-top: 65px;
    bottom: 0px;
    font-family: 'modern';
    padding-top: 3%;
}

.bigHeadline{
  font-size: 50px;
    font-weight: 100;
    line-height: 65px;
    color: #fff;
    font-family: 'modern';
    max-width: 800px;
    padding-top: 50px;
}

.bigHeadline.dark{
  color: #95a0a9;
}

.quoteCloudOne{
  color: #7a828c;
    font-size: 44px;
    line-height: 50px;
    margin-top: 5px;
    font-family: 'modern';
}

.quoteCloudTwo{
     color: #7a828c;
    font-size: 22px;
    font-family: 'modern';
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
}

.highlightedV2{
      font-weight: bold;
    color: #0083bf;
}

.quoteCloudThree{
  color: #7a828c;
    font-size: 32px;
    line-height: 45px;
    margin-top: 10px;
    font-family: 'ourSerif';
    padding-left: 30px;
    padding-right: 30px;
}

.openingQuotes{
  height: 80px;
    position: absolute;
    top: -90px;
    left: 0px;
    width: 80px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/openingQuotes.png);
}

.closingQuotes{
  height: 80px;
  width: 80px;
  position: absolute;
  z-index: 10;
    bottom: -90px;
    right: 0px;
  background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/closingQuotes.png);
}

#indexTagLineWrap p{
      max-width: 450px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#firstIndexCard{
  min-height: 90vh;
  height: 90vh;
  max-height: 90vh;
  padding-top: 0px;
}

#firstIndexCardV2{
  min-height: 620px;
  height: 105vh;
  max-height: 1000px;
  padding-top: 0px;
}

.backgroundGradientWrap{
  height: 100%;
    width: 100%;
    z-index: 90;
    position: relative;
}

.backgroundGradient{
    transform-origin: 0;
    height: 100%;
    width: 100%;
    transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    /*
    background: linear-gradient(150deg,#4488ec 12%,#64dfec 80%,#e7edf3 95%);
    */
        background: linear-gradient(150deg,#1245b3 12%,#9dfafb 80%,#d4e5f7 95%);
}

.skewed{
     transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    height: 60%;
    bottom: -30%;
    left: 0px;
    right: 0px;
    position: absolute;
}

.firstRhombus{
  position: absolute;
    height: 30%;
    width: 33.3%;
    bottom: 0px;
    left: 0px;
    background-color: #c0eaf0;
}

.secondRhombus{
  position: absolute;
    height: 30%;
    width: 33.3%;
    bottom: 0px;
    left: 33%;
    background-color: #a7e6ef;
}

.thirdRhombus{
  position: absolute;
    height: 30%;
    width: 33.3%;
    bottom: 0px;
    right: 0px;
    background-color: #a7e6ef;
}

.fourthRhombus{
    position: absolute;
    height: 30%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #4284e6;
}

.fifthRhombus{
  position: absolute;
    height: 30%;
    width: 67%;
    top: 0px;
    left: 33%;
    background-color: #3c7bd8;
}

#tryItOutWrap{
  overflow: hidden;
}

#tryItOutSlider{
  width: 200%;
  margin-left: 0px;
}

#tryItOutSlider.active{
  margin-left: -100%;
}

#tryItOutSlider > div{
  width: 50%;
}

#firstIndexCard, #secondIndexCard, #thirdIndexCard, #fourthIndexCard, #fifthIndexCard{
  /*min-height: 100vh;*/
  position: relative;
}

#secondIndexCardV2{
  padding-top: 60px;
  padding-bottom: 15%;
  position: relative;
}

#thirdIndexCardV2{
  margin-top: -5%;
    padding-bottom: 15%;
    padding-top: 5%;
}

.primaryQuoteIndex{
  font-size: 80px;
  line-height: 90px;
}

.teamCardIndex{
  width: 205px;
  margin: 15px;
}

.cursor, .pointer{
  cursor: pointer;
}

.noCursor, .noPointer{
  cursor: initial !important;
}

.littleText{
  font-size: 14px;
    text-align: center;
    color: #666;
    padding-bottom: 50px;
}

.userQuote{
      white-space: normal;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-family: 'modern';
    margin-top: 8px;
}

.reviewFrom{
  display: inline-block;
    text-align: left;
    vertical-align: bottom;
    font-size: 14px;
    color: #000;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-left: 8px;
    overflow: auto;
    white-space: normal;

}

.indexStory{
        color: #666;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    margin-top: 10px;
    max-width: 750px;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'modern';
}

.teamCardProfPic{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  height: 150px;
  width: 150px;
  cursor: pointer;
}

.reviewProfPic{
  margin-left: 5px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    height: 80px;
    width: 80px;
}

.teamCardAbout{
  color: #999;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
    margin-top: 3px;
}

#indexTagLine{
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 15px;
    padding-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'modern';
}

.headerTagline{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#indexBackground{
  background-color: rgba(0,0,0,0.15);
  /*
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/optiImage.jpg');
  */
  /*
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/RFIDMirror.jpg');
  */
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/optiImage.jpg');
}

#indexCoverUp{
  background-color: rgba(10,10,10,1);
}

/*---------- used all over ---------*/
#tapLearnMore, #pricingPage, #tapOrganizeNow, .findOutMore{
    color: #46addd;
    font-size: 18px;
    cursor: pointer;
}

#pricingPage:hover{
    text-decoration: underline;
}

#indexCTAWrap{
    background-color: #fff;
    padding-bottom: 70px;
}

#indexCTAInner{
    padding-bottom: 10px;
}

#indexBottomCallout{
    /*
    background-color: rgba(20,20,20, 0.74);
    */
        background-color: rgba(253,253,253,0.92);
    padding: 6px;
    border-bottom: 1px solid #c9c9c9;
}

#indexBottomCallout>p{
      font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 8px;
    /* margin-bottom: 0px; */
    margin-left: 10px;
    margin-right: 10px;
    color: #333;
    font-family: 'modern';
}

#indexBottomCallout .secondaryCTA{
      margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-right: 10px;
    height: 28px;
    line-height: 30px;
    font-size: 11px;
    width: 100px;
}

.flexWrap .service{
  margin: 20px;
}

.service{
    min-width: 300px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.serviceImage{
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #555;
    width: 100%;
}

.serviceText{
  margin-top: 5px;
  color: #666;
}

#serviceWrap{
  padding-bottom: 50px;
  padding-top: 40px;
}

#rfidBlock .serviceImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/RFIDMirror.jpg');
  cursor: pointer;
}

#scoringBlock .serviceImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/optiImage.jpg');
}

#registrationBlock .serviceImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/registrationBlockImage.png');
  cursor: pointer;
}

#pagesBlock .serviceImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/eventPage.png');
  cursor: pointer;
}

/*--------------------------------- login & reset password & kiosk slider --------------------------*/

#tapSignUp, #tapLogIn{
  width: 205px;
}

#FBLoginButton{
      margin: 0px;
    position: absolute;
    left: -1px;
    right: -1px;
    background-color: #3b5998;
    color: #fff;
    bottom: -1px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    line-height: 28px;
    text-transform: uppercase;
}

#FBLoginButton .buttonSpinner{
    bottom: 5px;
    height: 18px;
    width: 18px;
}

#loginWrap{
        width: 320px;
        /*
    height: 300px;
    */
    height: 340px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    background-color: rgba(255,255,255,0.95);
    border: none;
    border-radius: 6px;
    color: #333;
    font-size: 24px;
    line-height: 30px;
}

#loginWrap.shorter{
  height: 220px;
}

#logInDisplay, #signUpDisplay{
  padding-top: 8px;
}

#loginOuter{
    padding-top: 40px;
    padding-bottom: 20px;
}

#loginImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/470Image.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#kioskWrap{
       background-color: #fff;
    border-radius: 3px;
    width: 320px;
    max-width: 320px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    margin-top: 14vh;
}

#kioskWrap .liveToggleWrap{
  background-color: #40ad7c;
}

#kioskWrap .bottomTab{
    margin-bottom: -30px;
    margin-top: 0px;
}

#kioskWrap #visibilityToggle{
  margin-right: 5px;
    margin-left: auto;
}

#profPicDisplayZone{
    width: 200px;
    height: 150px;
    margin-top: 20px;
    background-size: cover;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/uploadImageIcon.png);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background-color: #eaeaea;
}

#loginInner, #kioskInner{
  /*
  height: 300px;
  */
    height: 350px;
    overflow: hidden;
    width: 320px;
    position: relative;
}

#loginSlider{
  /*
  height: 290px;
  */
  height: 340px;
  width: 960px;
  position: absolute;
  text-align: center;
}

.loginSliderLeftPosition{
  left: 0px;
}

.loginSliderDefaultPosition{
  left: -320px;
}

.loginSliderRightPosition{
  left: -640px;
}

#kioskSlider{
  /*
  height: 290px;
  */
  height: 340px;
  width: 640px;
  position: absolute;
  text-align: center;
  left: 0px;
}

#kioskSlider.active{
  left: -320px;
}

#loginBlock, #photoBlock, #kioskBlock, #kioskMessageBlock, #resetPasswordBlock, #mergeAccountsBlock, #displayNameBlock{
  /*
  height: 290px;
  */
  height: 340px;
  width: 320px;
}

#tapResetPassword, #tapSkipThis, #tapContactSupport, #tapCancelReset{
     text-align: center;
    font-size: 12px;
    cursor: pointer;
    margin-top: 5px;
    color: #0083bf;
    font-weight: bold;
    font-family: 'modern';
}

/*--------------------------------- entry cards & paymentDetails & elsewhere (including organize!) ---------------------------------------*/

.tapRefundCharge, .tapReleaseCharge, .tapCaptureCharge, .tapVerifyMemberCharge, .tapRequestRefund, .tapAddMemberNumber, .tapAddAssociation, .tapAddSeries, .tapResendContract{
      margin-left: auto;
    margin-right: 0px;
    width: 75px;
    margin-top: 20px;
    border: 1px solid #46addd;
    border-radius: 3px;
    color: #0083bf;
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: 'modern';
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.tapAddAssociation, .tapAddSeries{
  position: absolute;
    bottom: 8px;
    right: 8px;
}

.tapRequestRefund, .tapAddMemberNumber, .tapResendContract{
  width: 125px !important;
}

.tapRefundCharge:hover, .tapReleaseCharge:hover, .tapCaptureCharge:hover, .tapVerifyMemberCharge:hover, .tapRequestRefund:hover, .tapAddMemberNumber:hover, .tapAddAssociation:hover, .tapAddSeries:hover, .tapResendContract:hover{
  background-color: #46addd;
  color: #fff;
  transform: translateY(-2px) !important;
}

.tapRejectMemberCharge{
      margin-left: auto;
    margin-right: 0px;
    width: 75px;
    margin-top: 20px;
    border: 1px solid #d04519;
    border-radius: 3px;
    color: #d04519;
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: 'modern';
    font-weight: bold;
}

.tapRejectMemberCharge:hover{
  background-color: #d04519;
  color: #fff;
  transform: translateY(-2px);
}

#refundAmountInput{
  max-width:100px;
  min-width:100px;
}

#paymentStatusText{
        line-height: 30px;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.receiptWrap{
    background-color: #f5f5f5;
    padding: 20px;
    max-width: 210px;
    min-width: 180px;
    border: 1px solid #e0e0e0;
}

.confirmed{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/confirmed.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#refundCurrencyLabel{
  margin-left: 10px;
    font-size: 22px;
    line-height: 42px;
    margin-top: 5px;
}

#completePaymentBlock{
  border-top: 2px solid #efeff4;
  display: none;
}

.refunded{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/paymentRefunded.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.missingPayment{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/missingPayment.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#chargeAmountLabel{
      font-size: 26px;
    font-style: italic;
    font-weight: 100;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#chargeIDLabel, .chargeIDLabel, .validUntilInsert{
    font-size: 11px;
    line-height: 20px;
    margin-top: 8px;
    color: #111;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
}

#flexPaymentDetailsBox{
  max-width:310px;
  min-width: 250px;
  text-align:left;
}

/* ------------------------------- social stuff across connectSocial and eventDetails ----------------- */

#tapConnectInstagram{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/connectInstagram.jpg');
  max-width: 160px;
  background-size: cover;
}

#instagramInsert{
    width: 90%;
    max-width: 1200px;
}

#youtubePlayer{
        height: 65vh;
    min-height: 250px;
    max-height: 900px;
    width: 90%;
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#facebookWrap{
    height: 500px;
    min-height: 250px;
    max-height: 500px;
    width: 90%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

#twitterInner{
    height: 95vh;
    min-height: 250px;
    max-height: 500px;
    width: 90%;
    max-width: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.youtubeLogo{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/youtubeLogo.png');
    background-color: #fff;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
    margin: 10px;
    height: 55px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 1;
    max-width: 500px;
}

.facebookLogo{
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/facebookLogoIcon.png);
    background-color: #fff;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: center;
    margin: 10px;
    height: 55px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 1;
    max-width: 500px;
}

.twitterLogo{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/twitterLogo.png');
    background-color: #fff;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: center;
    margin: 10px;
    height: 55px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 1;
    max-width: 500px;
}

.instagramLogo{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/instagramLogo.png');
    background-color: #fff;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    margin: 10px;
    height: 55px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 1;
    max-width: 500px;
}

#socialToggleWrap{
  max-width: 820px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* for connect social page */
.tinyYoutubePlayer, .twitterInner{
  height: 150px;
  width: 250px;
  display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------- event list & entry cards ---------------------------------------*/

#eventDate{
  font-size: 16px;
  line-height: 40px;
  font-family: 'modern';
}

#eventVenue, .eventVenue{
  font-size: 16px;
  line-height: 20px;
  font-family: 'modern';
}

.entryDetailsHeader{
    max-width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'modern';
}

.entryDetailsText{
  font-family: 'modern';
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.adjustedLineHeight{
  line-height: 32px;
  margin-left: 10px;
}

.tapSeeDetails{
  margin-top: 15px;
  margin-bottom: 15px;
  min-width: 200px;
}

.minTwoThirtyTwo{
  min-height: 232px;
}

#eventDisplayZone{
  padding-top: 30px;
  padding-bottom: 50px;
}

/*
.eventDisplayZoneV2{
  background-color: rgba(255,255,255,0.98);
}
*/

#detailsDisplay, #socialDisplay{
  margin-bottom: 50px;
}

#socialDisplay{
  min-height: 85vh;
}

.flexWrap .eventCard{
  margin-bottom: 20px;
}

.eventCardTextWrap{
  max-width: 300px;
  min-width: 240px;
  min-height: 204px;
}

.eventCard, .entryCard{
  max-width: 600px;
    min-width: 300px;
    margin: 8px;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    border: 1px solid #c9c9c9;
    position: relative;
}

.eventCard.noImage, .entryCard.noImage{
  max-width: 400px;
}

.eventCard.noImage .eventCardImageWrap{
  display: none;
}

.eventName{
   color: #333;
   padding-right: 12px;
   padding-left: 12px;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 2px solid #efeff4;
    margin-top: 8px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 200;
    text-align: center;

    font-family: 'modern';
    text-transform: uppercase;
    font-size: 20px;
}

.eventCardImageWrap{
    position: relative;
    min-height: 180px;
  overflow: hidden;
   cursor: pointer;
   min-width: 240px;
}

.eventCardImageWrap .eventCardImage {
    -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.eventCardImageWrap .newCardOverlay{
  background-color: black;
    opacity: 0.1;
    -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.newCardOverlay{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.cardCTAWrap, .classCardRaceWrap{
  margin-top: 8px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.cardCTAWrap>div:hover, .classCardRaceWrap>div:hover{
  color: #333;
  background-color: #fff;
}

.cardCTAWrap>div, .classCardRaceWrap>div{
        border: 1px solid #c9c9c9;
        background-color: #fafafa;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 8px;
    min-width: 60px;
    max-width: 210px;
}

.tapSettingsCTAWrap{
    min-width: 300px;
    max-width: 320px;
}

.eventCardDate{
      margin-top: 15px;
    font-weight: 200;
    line-height: 28px;
    padding-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
}

.eventCardVenue{
    max-height: 63px;
    margin-bottom: 12px;
    max-width: 280px;
    min-width: 270px;
    overflow: hidden;
    text-align: left;
    font-family: 'modern';
    padding-left: 20px;
    padding-right: 20px;
}

/*-------------- event & entry & association cards v2 ------------- */

.eventCardWrapV2{
    width: 80%;
    max-width: 750px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#associationsInsert.wider{
  max-width: 600px;
}

.eventCardV2, .associationCard, .clubCard{
  background: #fff;
    color: #555;
    font-family: 'modern';
    margin-top: 20px;
  box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    text-align: left;
    min-width: 250px;
    cursor: pointer;
}

.entryCardV2{
  background-color: #fefefe;
    border-radius: 3px;
    margin-top: 24px;
    width: 80%;
    margin-left: auto;
    min-width: 240px;
    max-width: 500px;
    color: #555;
    cursor: pointer;
  box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.bulkEntryCard{
  background-color: #fefefe;
    border-radius: 3px;
    margin-top: 24px;
    margin-left: auto;
    min-width: 240px;
    max-width: 600px;
    color: #555;
  box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.entryCardV2 .adminExtraWrapV2{
  margin-bottom: 0px;
}

.entryCardMenu{
    height: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 2px solid #e0e0e0;
    background-color: #f5f6f7;
}

.entryCardMenu div{
    float: right;
    height: 100%;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.entryCardMenu .entryCardPaymentIcon{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/entryCardPaymentIcon.jpg');
    background-size: 22px;
}

.entryCardWristbandIcon{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/entryCardWristbandIcon.jpg');
}

.entryCardV2 .quickLinksOuterRelative{
  margin-top: 0px;
}

.flagImage{
  height: 34px;
  max-height: 34px;
}

.entryCardTextWrapV2{
  padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

.entryDetailsTextV2{
  font-family: 'modern';
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    padding-left: 12px;
    text-overflow: ellipsis;
    border-left: 2px solid #efeff4;
    margin-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    min-width: 200px;
}

.entryDetailsTextV2_boatClass{
  font-family: 'modern';
    text-align: left;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    min-width: 200px;
}

.flagTextV2{
  font-family: 'modern';
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 60px;
    line-height: 34px;
    margin-left: 8px;
}

.eventCardFlex{
  display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.eventCardDateV2{
      font-size: 14px;
    text-transform: uppercase;
}

.eventNameV2{
  text-align: left;
  text-transform: uppercase;
    font-size: 14px;
    color: #555;
    font-weight: bold;
}

.eventCardImageWrapV2{
  position: relative;
    overflow: hidden;
    cursor: pointer;
    min-width: 320px;
    max-width: 220px;
    min-height: 120px;
}

.eventCardImageWrapV2.taller{
  min-height: 180px;
}

.eventCardImageWrapV2 .eventCardImage {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.eventCardImageWrapV2 .newCardOverlay{
  background-color: black;
    opacity: 0.1;
}

.eventCardVenueV2{
   margin-top: 16px;
    font-size: 14px;
    margin-bottom: 12px;
}

.eventCardTextWrapV2{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 18px;
    text-align: left;
}

/*--------------end event card v2 ------------- */


/*--------------------------------- news cards ---------------------------------------*/

.newsCard{
  background-color: #fff;
  box-shadow: 1px 1px 2px #c9c9c9;
    -moz-box-shadow: 1px 1px 2px #c9c9c9;
    -webkit-box-shadow: 1px 1px 2px #c9c9c9;
  color: #333;
  max-width: 550px;
  border-radius: 2px;
  margin-bottom: 20px;
  position: relative;
}

.newsMain{
  padding-top: 10px;
}

.newsCardConstrained{
  max-height: 0px;
}

.newsDate{
    text-align: right;
    font-size: 10px;
    line-height: 14px;
    margin-right: 8px;
    font-family: 'modern';
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.newsHeader{
  min-width: 115px;
  max-width: 115px;
    padding: 15px;
}

.sponsorOuter{
  min-width: 115px;
  padding: 10px;
  max-width: 180px;
}

.sponsorOuterV2{
  min-width: 130px;
    max-width: 250px;
    margin-top: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: rgba(255, 255, 255,0.95);
}

.sponsorOuterV2 .sponsorOuterLogo{
  height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 44px;
}

.actorName, .sponsorName{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 11px;
    line-height: 14px;
    margin-top: 8px;
    font-family: 'modern';
    word-break: break-word;
}

.newsHeaderProfPic{
    height: 75px;
    width: 75px;
    color: #fff;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 4px;
    background-color: #c9c9c9;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    line-height: 75px;
    border: 1px solid #eee;
}

.sponsorOuterLogo{
  height: 75px;
    width: 100px;
    border-radius: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 4px;
    color: #476471;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 75px;
}

.newsAction{
    text-align: left;
    color: #333;
    font-family: 'modern';
    font-size: 16px;
    line-height: 25px;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 25px;
    word-break: break-word;
}

/*--------------------------------- event details ---------------------------------------*/
#tapSI, #tapContactEmail, #tapNOR{
  max-width: 100px;
    width: 100px;
    min-width: 100px;
    height: 90px;
    max-height: 100px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 4px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#eventDetailsContentWrap{
  padding-bottom: 0px;
}

#liveVideoWrap{
  max-width: 800px;
    width: 80%;
    padding-bottom: 10px;
}

#periscopeButton{
  margin-left: 20px;
}

#hashtag{
  text-align: center;
  color: #333;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}

.galleryCard{
  min-width: 300px;
  max-width: 500px;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*
.galleryImage{
  width: 100%;
  height: auto;
}
*/

#burgee, .burgee{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    margin-top: 2px;
    margin-bottom: 4px;
    margin-right: 8px;
    margin-left: 10px;
    height: 34px;
    float: right;
    opacity: 0.95;
}

#socialToggleCallout{
  position: absolute;
    top: -32px;
    left: 180px;
    background-color: #476471;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    padding-top: 2px;
    padding-left: 12px;
    padding-bottom: 2px;
    z-index: 1;
    padding-right: 12px;
}

#socialToggleCallout::before{
  position: absolute;
    top: -6px;
    z-index: 0;
    left: 70px;
    background-color: #476471;
    content: '';
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

#tapNOR{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/viewNOR.jpg');
}

#tapSI{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/viewSIs.jpg');
}

#tapContactEmail{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/emailOrganizer.jpg');
}

#amendWrap{
  display: none;
  margin-top: 20px;
}

#youtubeTips{
  display: none;
}

#toggleAmendWrap, #toggleYoutubeTips{
  margin-bottom: -20px;
    cursor: pointer;
}

.amendmentCard{
    border: none;
    height: 26px;
    line-height: 26px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 12px;
    margin-bottom: 8px;
    position: relative;
}

.amendmentCardMain{
  border-radius: 2px;
    border: 1px solid #666;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#tapSeeResults, #tapRegister{
  /*
  background-color: #40ad7c;
    border: 2px solid #40ad7c;
    */
        margin-top: 20px;
    min-width: 165px;
}

#tapWaiver{
  border: 1px solid #c9c9c9;
    border-radius: 2px;
    position: center;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    font-size: 16px;
    margin: auto;
    padding-right: 8px;
    min-width: 40px;
    max-width: 160px;
}

#tapWaiver.coolLink, #tapNOR.coolLink, #tapSI.coolLink, #tapContactEmail.coolLink, #tapEntryList.coolLink, #tapResults.coolLink {
   border: 1px solid #666;
    border-radius: 2px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    min-width: 40px;
    max-width: 160px;
    color: #333;
}

#tapWaiver.coolLink:hover, #tapNOR.coolLink:hover, #tapSI.coolLink:hover, #tapContactEmail.coolLink:hover, #tapEntryList.coolLink:hover, #tapResults.coolLink:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #ffffff; 
    border-radius: 2px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    min-width: 40px;
    max-width: 160px;
}

.amendmentCardMain:hover{
  background-color: #333;
  color: #ffffff; 
}

#dateRangeLabel{
      line-height: 24px;
    height: 24px;
    bottom: 3px;
    right: 3px;
    position: absolute;
    z-index: 1;
}

#noScheduleMessage{
  width:100%;
}

#noticeBoardTextArea, #emailTextArea, #makeOrHoldDescriptionInput{
       border-radius: 3px;
    height: 40px;
    font-size: 16px;
    color: #555;
    font-family: 'modern';
    min-height: 80px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#makeOrHoldDescriptionInput{
  max-width: 300px;
}

#noticeInsert{
  margin-top: 20px;
  padding-left: 20px;
    padding-right: 20px;
}

#noticeBoardTextArea:focus, #emailTextArea:focus{
  min-height: 90px;
}

#fromEmailInput, #subjectEmailInput{
  margin-right: 10px;
  width: initial;
}

#eventNameLabel, .eventNameLabel{
  padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #c9c9c9;
}

#lastChanceToRegister{
  margin-top: -2px;
  text-align: center;
  font-size: 12px;
}

#lastChanceToRegister.textLeft{
  text-align: left;
}

#venueDisplay{
  margin-top: -30px;
}

#venueWrap{
  width: 100%;
  background-color: #fff;
  height: 100vh;
  text-align: center;
  position: relative;
}

#venueMap{
    min-width: 300px;
    min-height: 300px;
    width: 100%;
    height: 100%;
    color: #333;
}

#venueMapV2{
  width: 100%;
  height: 60vh;
}

#detailsFlex>div{
  color: #333;
  border-radius: 2px;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 700px;
  min-width: 300px;
}

.flexCardLabel{
      height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #666;
    border-bottom: 2px solid #efeff4;
    margin-bottom: 10px;
    font-family: 'modern';
}

#bitly{
  margin-bottom: 15px;
}

/*--------------------------------------------------weather tile-------------------------------------------*/

#windDisplay, #weatherDisplay, #tideDisplay{
    padding-top: 5px;
    height: 175px;
}

#windDirection{
    padding-top: 20px;
    font-size: 20px;
}

#windSpeed{
    font-weight: bold;
    font-size: 20px;
    padding-top: 25px;
}

#windDetails, #tideLocation, .tides{
   text-align: left;
   padding-left: 8px;
   font-weight: bold;
   padding-bottom: 5px;
   padding-top: 5px;
}

#windLocation, #tideSite{
   text-align: left;
   padding-left: 8px;
   padding-right: 8px;
}

#weatherWrap{
    position: relative;
}

#weatherFooter{
    position: absolute;
    width: 100%;
    margin-bottom: 0px;
    height: 20px;
}

.flexWrap>.userCard{
        min-width: 130px;
    max-width: 200px;
    color: #666;
}

.countryNumber{
  font-size: 11px;
    line-height: 13px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 140px;
}

.sailorName{
  font-size: 14px;
    line-height: 16px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px;
}

.classTitle{
  color: #333;
    font-size: 28px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #efeff4;
}

.classOptionWrap>div{
    min-width: 120px;
    max-width: 120px;
    color: #66B5BF;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #66B5BF;
    padding-right: 8px;
    background-color: #fff;
    padding-left: 8px;
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.classOptionWrap>.classOptionActive, .planOption.active{
  color: #fff;
  background-color: #66B5BF;
}

#entriesWrap, #resultsWrapOuter{
    padding-left: 10px;
    padding-right: 10px;
}

#entriesWrapOuter, #resultsWrapOuter{
  background-color: #fff;
    border-top: 1px solid #c9c9c9;
    margin-top: 25px;
}

#resultsTableMiddle, #membersTableMiddle, #resultsTableMiddleLetterScores, #resultsTableMiddleAssign, .tableMiddle{
  max-width: 100%;
  min-width: 100%;
}

#resultsTableMiddle.adjustMargin{
  margin-left: 8px;
  margin-right: 8px;
  min-width: 90%;
}

.scoresInsert{
  min-height: 50px;
  color: #333;
}

.resultsPic{
      height: 33px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.nameWrap{
  display: inline-block;
    text-align: left;
    padding-left: 5px;
}

.throwOut{
  text-decoration: line-through;
}

/*----------------------------------------- organize.html ---------------------------------*/

#card-errors{
  padding-top: 15px;
    font-family: 'modern';
}

#newAccountDisplayZone, #newAcountSuccessZone, #newPaymentMethodDisplayZone, #paymentMethodSliderWrap.active #existingPaymentMethodDisplayZone{
  opacity: 0;
  max-height: 10px;
}

#stripeAccountSliderWrap.active #newAccountDisplayZone, #paymentMethodSliderWrap.active #newPaymentMethodDisplayZone{
  max-height: 10000px;
  opacity: 1;
}

#newAccountBusinessNameInput, #newAccountBusinessEmailInput{
  width: 96%;
}

#newAccountCountrySelect{
  margin-left:0px;
  margin-right:auto;
}

#createPaymentsAccountButton p, #connectExistingPaymentsAccountButton p{
  margin-left: 10px;
  margin-right: 10px;
}

#createPaymentsAccountButton, #connectExistingPaymentsAccountButton{
  min-width: 240px;
}

#connectExistingPaymentsAccountButton{
  display: block;
  text-align: center;
}

.addAssociationLocation, .addSeriesLocation{
  text-align: left;
    font-size: 14px;
    margin-top: 12px;
    line-height: 18px;
  padding-bottom: 24px;
}

.tapPreviewEventV3{
  background-color: rgb(224, 231, 236);
  color: #555;
    padding-left: 20px;
    padding-right: 30px;
    display: inline-block;
    font-family: 'modern';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 15px;
    position: absolute;
    cursor: pointer;
    min-width: 150px;
    border-radius: 20px;
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 6px;
    max-width: 85%;
    bottom: -18px;
    right: 10px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.tapPreviewEventV3:hover{
  color: #333;
  transform: translateX(3px);
  border: 1px solid rgb(224, 231, 236);
}

.tapPreviewEventV3::after{
  content: '';
      background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/backArrowBlack.png);
    width: 18px;
    background-position: center;
    background-size: contain;
    top: 13px;
    bottom: 11px;
    right: 10px;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.currencyInsert{
  color: #0083bf;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 10px;
    letter-spacing: 0px;
}

.coachRegistrationSelect, .hideRegistrationSelect, .hidePlanSelect, .planDurationSelect, .requestSignaturesSelect, .merchAvailabilitySelect, .variantAvailabilitySelect{
  height: 24px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.seriesClassNameWrap, .seriesClassPickerOuter{
        background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    z-index: 10;
}

.seriesClassSpacer{
  min-width: 30px;
}

.seriesClassPickerOuter{
  cursor: pointer;
}

.seriesClassPickerText{
  color: #0083bf;
}

.classWrapHorizontalLine{
    position: absolute;
    height: 2px;
    left: 0px;
    right: 0px;
    top: 18px;
    background-color: #c9c9c9;
}

#addSeriesInsert, #addAssociationsInsert{
  height: 70vh;
    min-height: 100px;
    max-height: 320px;
    border: 1px solid #ddd;
}

#tapConnectStripeAccount{
  width: 250px;
}

.associationTab{
  font-size: 13px;
  cursor: pointer;
}

.sponsorLogoInputWrap, .merchImageInputWrap{
     height: 80px;
    width: 80px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #ddd;
    overflow: hidden;
    border: 1px solid #ddd;
    position: relative;
    margin-top: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/uploadSponsorLogo.jpg');
}

.sponsorLogoInputWrap .imageOverlay, .merchImageInputWrap .imageOverlay{
  display: none;
  opacity: 0;
}

.sponsorLogoInputWrap.active .imageOverlay, .merchImageInputWrap.active .imageOverlay{
  display: block;
  opacity: 1;
}

.toggleAdvancedSettingsCTA{
           font-size: 12px;
    color: #333;
    margin-bottom: -15px;
    border-top: 2px solid #f1f3f5;
    cursor: pointer;
    padding-top: 3px;
    margin-top: 20px;
    font-weight: bold;
    font-family: 'modern';
}

.standardCardBottom{
      font-size: 14px;
    color: #0083bf;
    margin-bottom: -15px;
    border-top: 2px solid #f1f3f5;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 3px;
    margin-top: 20px;
    font-weight: bold;
    font-family: 'modern';
}

.classesFeesName{
      min-width: 35%;
    max-width: 35%;
    line-height: 40px;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.successBlock #successfulCreationText{
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/*---------------- also used on register, eventDetails, and all over ---------*/
.eventBlock{
  max-width: 600px;
  width: 90%;
  min-width: 300px;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
  color: #333;
  position: relative;
  /*
  border: 1px solid #c9c9c9;
  */
  box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);

  font-family: 'modern';
  text-align: center;
}

.eventBlock.crewCard{
  overflow: visible;
}

.eventBlock.narrower{
  min-width: 260px;
}

.eventBlock p{
  padding-left: 8px;
  padding-right: 8px;
}

.dottedBorder{
  border: 1px dashed #c9c9c9;
}

.dottedInsert{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
    border: 1px dashed #999;
    width: 70%;
    border-radius: 2px;
    min-height: 30px;
    background-color: rgb(253, 253, 253);
}

.dottedInsert.initial{
  width: initial;
}

.registrationPricingBlock{
  max-width: 600px;
  width: 50%;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
  padding-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: #333;
  position: relative;
  border: 1px solid #c9c9c9;
  display: inline-block;
}

.RFIDPricingBlock{
  max-width: 600px;
  width: 30%;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
  color: #333;
  position: relative;
  border: 1px solid #c9c9c9;
}

.faqBlock{
  max-width: 90%;
  width: 90%;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
  color: #333;
  position: relative;
  border: 1px solid #c9c9c9;
}

#checkWrap{
  width: 20%;
  margin-top: 2%;
  float: left;
  height: 20px;
  text-align: center;
  position: relative;
}

.eventFlex>div{
  min-width: 250px;
}

.addMerchBox {
  margin: 0 auto;
  background-color: #f9f9f9;
  width: 90%;
  height: 100px;
  border-radius: 5px;
  border-style: dashed;
  border-color: #dfdfdf;
  border-width: 2px;
}

.boatClassRow, .merchRow{
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #c9c9c9;
}

.classFeeRow{
  margin-top: 10px;
  margin-bottom: 10px;
}

.merchRowInner, .boatClassRowInner{
  width: 80%;
}

.merchRowInnerV2, .associationOption, .seriesEventOption{
          padding: 18px;
    width: 80%;
    min-width: 210px;
    border-radius: 3px;
    background-color: #fff;
}

.merchRowInnerV2.simpleProduct{
  padding-top: 20px;
  padding-bottom: 34px;
}

.addAssociationImage, .addSeriesImage{
  min-width: 80px;
    min-height: 80px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/newMissingIconV3.jpg');
}

.purchaseMerchImage{
   min-width: 80px;
    min-height: 80px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/priceTagIcon.png);
}

.merchRowInner > p, .boatClassRowInner > p{
  line-height: 24px;
}

.boatClassSubrow, .variantRow{
  font-size: 14px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    border-radius: 2px;
    padding-bottom: 5px;
    background-color: #476471;
    position: relative;
}

.classOption, .fleetOption, .planOption, .renewalOption, .existingEntryOption, .recentCrewOption, .adminUserWrap, .stripeAccountOption, .signerOption, .paymentMethodOption, .bulkEmailOption, .customFieldOption, .childMembershipOption{
  font-size: 16px;
    line-height: 20px;
    color: #666;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    border-radius: 2px;
    padding-bottom: 5px;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-family: 'modern';
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}

.signerOption{
    text-align: left;
    word-break: break-word;
}

.stripeAccountOption:hover, .paymentMethodOption:hover{
  background-color: #0083bf;
  color: #fff;
  font-weight: bold;
  border: 1px solid #0083bf;
}

.adminUserWrap p{
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 170px;
}

#fleetPickerWrap{
  display: none;
}

.fleetOption.active, .adminUserWrap.you{
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    border-radius: 2px;
    padding-bottom: 5px;
    background-color: #5ea9c7;;
    border: 1px solid #5ea9c7;;
    font-weight: bold;
    font-family: 'modern';
}

.amendment, .waiver{
  font-size: 16px;
  line-height: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    border-radius: 2px;
    padding-bottom: 5px;
    color: #0083bf;
    font-weight: bold;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    font-weight: bold;
    font-family: 'modern';
    cursor: pointer;
}

.amendmentNameInput, .waiverNameInput{
    background-color: rgba(0,0,0,0);
    border: none !important;
    color: #333;
    font-size: 16px;
  line-height: 20px;
    font-family: 'modern';
    min-width: 10px;
    padding: 0px;
}

.classOption.active, .planOption.active, .signerOption.active, .bulkEmailOption.active{
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    border-radius: 2px;
    padding-bottom: 5px;
    background-color: #476471;
    border: 1px solid #476471;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-family: 'modern';
}

.merchSubrow{
     position: relative;
    line-height: 20px;
    text-align: left;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 4px;
    width: 70%;
    background: #fff;
    margin-bottom: 28px;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
}

.merchSubrow .quantityWrap{
  margin-top: 12px;
  margin-bottom: -20px;
}

.divisionCard .xButton, .variantCard .xButton, .amendment .xButton, .selectedMemberCard .xButton, .adminUserWrap .xButton, .customFieldOption .xButton{
    position: absolute;
    right: -7px;
    top: -6px;
}

.existingBand .xButton{
      right: -24px;
    top: -8px;
}

.merchSubrow .xButton{
    text-align: center;
    height: 13px;
    width: 13px;
    line-height: 11px;
    font-size: 12px;
    top: 3px;
    right: 5px;
}

.validation{
      opacity: 0;
    max-width: 0px;
    min-width: 0px;
    width: 0px;
    height: 20px;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/validation.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    margin-top: 10px;
}

.validation.ready{
  opacity: 1;
    max-width: 20px;
    min-width: 20px;
    width: 20px;
}

.merchRow > p{
  display: inline-block;
  margin: 10px;
}

.merchPrice, .boatClassPrice{
  text-align: right;
    padding-left: 8px;
}

.variantName{
  font-size: 14px;
  font-style: italic;
  font-weight: 200;
}

.merchName, .boatClassName, .addAssociationName, .addSeriesName{
 text-align: left;
    padding-left: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'modern';
    text-transform: uppercase;
}

.addSeriesName{
  padding-bottom: 30px;
}

.flexWrap>.boatClassRow, .flexWrap>.merchRow{
  margin-top: 20px;
}

.boatClassExplain{
  color: #333;
    margin-bottom: 3px;
    font-size: 16px;
}

.divisionInsert, .variantInsert, .waiverInsert{
    width: 50%;
    margin-right: 0px;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 200px;
}

.toTheRight{
  margin-right: 0px;
  margin-left: auto;
}

.divisionCard, .variantCard{
       background-color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px #c9c9c9;
    -moz-box-shadow: 1px 1px 2px #c9c9c9;
    -webkit-box-shadow: 1px 1px 2px #c9c9c9;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 5px solid #7994a7;
}

.addDivisionCTA, .addVariantCTA{
      background-color: #fff;
    width: 140px;
    margin-right: 0px;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
    margin-left: auto;
    cursor: pointer;
    line-height: 24px;
    color: #0083bf;
    font-size: 12px;
    font-weight: bold;
    font-family: 'modern';
    margin-top: 5px;
}

.addDivisionCTA .buttonSpinner, .addVariantCTA .buttonSpinner{
      bottom: 6px;
    height: 12px;
    width: 12px;
}

.crewCard > .xButton, .xButton.upperRight, .closeQuickLinksV2{
  height: 28px;
    width: 28px;
    top: -12px;
    right: -12px;
    background-size: 16px;
    z-index: 1;
}

.xButton, .closeQuickLinksV2{
        width: 16px;
    height: 16px;
    border-radius: 100%;
    line-height: 14px;
    border: 1px solid #dad6d6;
    position: absolute;
    background-color: #fff;
    background-image: url("https://s3-us-west-1.amazonaws.com/regattatoolbox/xButton.jpg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    color: rgba(0,0,0,0) !important;
    top: 8px;
    right: 8px;
    font-size: 13px;
    cursor: pointer;
    position: absolute;
}

#addClass, #uploadEventImage, #addCrew{
  margin-bottom: 30px;
  margin-top: 30px;
}

#lateFeeWrap{
  margin-top: 25px;
  display: none;
}

.hideLateFeeInputs .lateFeeRelated{
  display: none;
}

.extraFooterWrap{
      margin-top: 15px;
    border-top: 2px solid #efeff4;
    margin-bottom: -10px;
    padding-top: 10px;
}

#dateWrap>div{
  min-width: 170px;
}

#dateWrap input{
  margin-top: 5px;
}

#dateWrap .explainDark{
  width: 100%;
}

.absoluteA{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.addMerchText {
  font-size: 15px;
  margin-right: 20px;
  margin-left: 10px;
    color: #333;
    text-align: left;
    display: inline-block;
}

.addMerchPrice {
  font-size: 15px;
  font-weight: bold;
    max-width: 200px;
    color: #333;
    display: inline-block;
}

.racesPerThrowSelect{
  margin-top: 5px;
}

#eventImageInput, #NORInput, #SIsInput, #WaiverInput, #profPicInput, #amendmentInput, .amendmentInput, #burgeeInput, #otherDocsInput, .absoluteInput{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: none;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

#imageDisplayZone{
        width: 200px;
    margin-bottom: 15px;
    height: 134px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/uploadImage.jpg');
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background-color: #eaeaea;
}

#burgeeDisplayZone{
        width: 200px;
    margin-bottom: 15px;
    height: 134px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/uploadBurgee.jpg');
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background-color: #eaeaea;
}

#accountDisplayZone{
    width:250px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/connectAccount.png');
    border-radius: 3px;
    position: relative;
    background-color: #eaeaea;
    margin-bottom: 20px;
    cursor: pointer;
}

.poweredByStripe{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #46addd;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/poweredByStripe.png');
    right: -20px;
    bottom: 0px;
    width: 110px;
    border-radius: 30px;
    height: 24px;
    border: 2px solid #e0e0e0;
    position: absolute;
}

.poweredByStripeCenter{
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #46addd;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/poweredByStripe.png');
    width: 110px;
    border-radius: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 24px;
    border: 2px solid #e0e0e0;
}

.poweredByStripeCenter.hidden{
  display: none;
}

.applePayLogo{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/applePayLogo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 30px;
}

#applePayDisplayZone{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/applePayDisabled.jpg');
      background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 180px;
    height: 140px;
    cursor: pointer;
}

#applePayDisplayZone.enabled{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/applePayEnabled.jpg');
  cursor: initial;
}

.uploadZone{
    height: 140px;
    min-width: 160px;
    max-width: 220px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background-color: #eaeaea;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#tapUploadSIs{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/uploadSIs.jpg');
}

#tapUploadNOR{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/uploadNOR.jpg');
}

#tapUploadWaiver{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/uploadWaiver.jpg');
    width: 200px;
    min-width: 200px;
    height: 134px;
}


/*------------------------------------------------ registration flows ---------------------------------------- */

.USSailingOptOutText{
      font-size: 14px;
    color: #333;
    text-align: left;
    padding-left: 15px !important;
}

.USSailingStatusSpinnerOverlay{
  position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255,0.7);
}

.USSailingStatusIndicator{
  max-width: 120px;
    margin-right: 0px;
    margin-left: auto;
}

.merchRowInnerV2 .merchPrice{
  text-align: left;
    font-size: 14px;
    margin-top: 12px;
    line-height: 18px;
    padding-bottom: 12px;
}

#bottomTabSeries.inactive{
    visibility: hidden;
    margin-top: -10px;
    opacity: 0;
}

.customFieldOneWrap, .customFieldTwoWrap, .customFieldThreeWrap{
  display: none;
}

.showCustomFieldOne .customFieldOneWrap, .showCustomFieldTwo .customFieldTwoWrap, .showCustomFieldThree .customFieldThreeWrap{
  display: block;
}

#retrievedMembersInsert{
  background-color: #f5f5f5;
    width: 80%;
    max-width: 450px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.retrievedMemberCard{
      background-color: #fff;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 20px;
    text-align: left;
    cursor: pointer;
    border: 1px solid #ddd;
}

.retrievedMemberName{
      font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 5px;
    margin-top: 3px;
}

.retrievedMemberEmail{
  font-size: 13px;
}

/*-- used in a few different places --*/
.retrievedMemberStatus{
    border: 1px solid #ddd;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
}

.retrievedMemberStatus.active{
  border: 1px solid #40ad7c;
    color: #2f865f;
    font-weight: bold;
}

.externalMembership{
    display: none;
    margin-top: -20px;
    margin-bottom: 20px;
    background-color: #fafbfc;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.tapLookupMemberID{
  margin-top: 2px;
    margin-left: 15px;
}

.selectedClassLabel{
    margin-left: 5px;
    color: #333;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

.boatClassNameInsert{
  text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    font-family: 'ourSerif';
}

.paymentOptionInner, .seriesOptionInner, .scoringSystemOptionInner{
  border: 1px solid #e1e1e1;
    border-radius: 2px;
}

.selectedMemberWrap, .selectedMemberWrap.dottedInsert{
  padding-left: 10px;
  padding-right: 10px;
}

.selectedMemberCard{
     max-width: 300px;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 18px;
    padding-left: 18px;
}

.selectedMemberInitial{
  background-color: #909aa0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 34px;
    min-width: 34px;
    margin-left: auto;
    margin-right: auto;
    height: 34px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-right: 8px;
}

.personalWrap{
  background: #f3f7f9;
    margin-top: 40px;
    /* margin-bottom: 20px; */
    border-top: 4px solid #dfe6ea;
    /* border-bottom: 4px solid #dfe6ea; */
    padding-top: 15px;
    padding-bottom: 40px;
}

.extraMembershipWrap{
  padding-top: 30px;
    border-top: 4px solid #dfe6ea;
}

.shareAccessTab{
  margin-bottom: 10px;
    border-top: 4px solid #efeff4;
}

.paymentOptionHeader, .sortOptionHeader, .seriesClassRow, .seriesOptionHeader, .scoringSystemOptionHeader{
  line-height: 50px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.sortByOptionInner{
      box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.1);
    border-radius: 5px;
    font-family: 'modern';
    overflow: hidden;
    position: absolute;
    top: 80%;
    right: 10px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    min-width: 250px;
}

.sortByOptionInner.deployed{
  display: block;
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.paymentOptionBody, .seriesOptionBody, .scoringSystemOptionBody{
  background-color: #f3f7f9;
  padding: 30px;
  display: none;
}

.pleaseAddClassesText{
  font-weight: normal;
    padding-left: 30px;
    background-color: #fff;
    width: 260px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.seriesClassPickerInner{
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.1);
    border-radius: 5px;
    font-family: 'modern';
    overflow: hidden;
    position: absolute;
    bottom: 80%;
    right: 5px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    min-width: 250px;
}

.seriesClassPickerInner.deployed{
  display: block;
    opacity: 1;
    bottom: 110%;
    visibility: visible;
}

.radioButton{
 height: 30px;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/unselectedRadio.jpg');
}

.radioButton.personalRadio, .radioButton.shareAccessRadio, .radioButton.noCheck{
  height: 24px;
    width: 24px;
    min-width: 24px;
    margin-top: 12px;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/unselectedRadioNoCheck.jpg');
}

.smallerRadio .radioText{
      line-height: 22px;
    font-size: 14px;
}

.smallerRadio .radioButton{
      height: 20px;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
}

.radioText{
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
}

.radioText.shareAccessText{
  text-align: left;
    line-height: 20px;
    margin-top: 15px;
    padding-left: 12px;
    margin-bottom: 15px;
}

.paymentOptionRadio, .seriesOptionRadio, .scoringSystemOptionRadio{
  height: 30px;
    width: 30px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/unselectedRadioNoCheck.jpg');
}

#paymentStatusRadio.radioButton{
  margin-left: 0px;
  margin-top: 0px;
}

.paymentOption.active .paymentOptionRadio, .radioButton.active, .active .radioButton, .seriesOption.active .seriesOptionRadio, .scoringSystemOption.active .scoringSystemOptionRadio, .active .radioButton.noCheck{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/selectedRadio.jpg');
}

.paymentOptionHeader p, .sortOptionHeader p, .seriesClassRow p, .seriesOptionHeader p, .scoringSystemOptionHeader p{
  text-align: left;
  font-size: 16px;
  margin-left: 8px;
  color: #999;
  font-weight: bold;
}

.paymentOption.active .paymentOptionHeader p, .sortOption.active .sortOptionHeader p, .seriesClassRow.active p, .seriesOption.active .seriesOptionHeader p, .scoringSystemOption.active .scoringSystemOptionHeader p {
  color: #333;
}

.crewRow{
  margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.quantityWrap{
    padding: 0px;
    overflow: hidden;
    border-radius: 2px;
    max-width: 120px;
    border: 1px solid #f1f1f1;
    border-radius: 24px;
    margin-top: -24px;
    background-color: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.quantityWrap.active{
  background-color: #476471;
}

.quantityWrap.active .removeButton, .quantityWrap.active .addButton, .quantityWrap.active .quantity{
  color: #fff;
}

#merchBlock .merchRow{
      border-bottom: 1px solid #e0e0e0;
    position: relative;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.quantityWrap .removeButton, .quantityWrap .addButton{
       font-size: 18px;
    line-height: 40px;
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    color: #666;
    font-weight: bold;
    background-color: rgba(0,0,0,0);
}

.quantityWrap .addButton{
  padding-right: 12px;
}

.quantityWrap .removeButton{
  padding-left: 12px;
}

.quantity{
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    color: #999;
}

#classPickerRegister{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#paymentOptionWrap{
  padding-top: 5px;
  position: relative;
  display: none;
}

.lockIcon{
        background-repeat: no-repeat;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/lock.png');
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 5px;
    top: 13px;
    height: 24px;
    width: 34px;
}

/*---------------------------------------------- account ----------------------------------------------*/

#noRegattasMessage{
  padding-bottom: 60px;
  max-width: 425px;
}

/*
.tapRenew{
  max-width: 140px;
}
*/

#profPicMain{
    height: 180px;
    width: 75%;
    max-width: 300px;
    position: relative;
    bottom: -80px;
    background-size: cover;
    background-color: #131e31;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #fff;
}

#tapGetStarted{
  margin-top: 1px;
    min-width: 120px;
}

/* ----- also used on entrylist.html ------*/
#profileDisplayZone, #entriesDisplayZone{
    padding-top: 30px;
  padding-bottom: 50px;
}

#organizingDisplay{
  padding-top: 15px;
  padding-bottom: 60px;
}

#competingDisplay{
  padding-top: 15px;
  padding-bottom: 60px;
}

#profileName{
  padding-top: 55px;
    min-height: 34px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 15px;
}

/*---------------------------------------------- pricing.html ----------------------------------------------*/

.pricingBlock{
  max-width: 45%;
  width: 45%;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
  color: #333;
  position: relative;
  border: 1px solid #c9c9c9;
}

.pricingText{
  color: #666;
    font-size: 20px;
    line-height: 50px;
    font-family: 'modern';
}

/*--------------------------------------------- product pages ----------------------------------------------*/

#RFIDBackground{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/RFIDmirror1200px.png');
}

#scoringBackground{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/470Image.jpg');
}

#registrationBackground{
    /*
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/optiImage.jpg');
    */
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/RFIDMirror.jpg');
}

#pagesBackground{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/aboutbk.png');
}

#accountSelectedImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/accountSelected.png');
  background-size: cover;
  margin-top: 10px;
} 

#eventDetailsImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/eventDetailsImageV2.jpg');
  background-size: contain;
  margin-top: 10px;
  height: 450px;
}

#communicationImage{
    /*
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/FBmessengerALL.jpg');
    */
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/fbMessengerImage.jpg');
  background-size: contain;
  margin-top: 10px;
  height: 550px;
}

#isafRFIDImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/isafRFID.jpg');
  background-size: cover;
  margin-top: 10px;
}

#wristbandDashImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/wristbandDash.jpg');
  height: 350px;
  background-size: contain;
} 

#facebookPostImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/facebookPost.png');
  height: 350px;
  background-size: contain;
} 

#registrationPageImage{
  /*
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/registrationPage.png');
  */
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/registrationImageV3.jpg');
  height: 550px;
  background-size: contain;
} 

#scoringGraphImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/scoringGraph.png');
  background-size: contain;
  margin-top: 10px;
  height: 350px;
}

#rrsImage{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/RRS2013_16.png');
  background-size: contain;
  margin-top: 10px;
  height: 350px;
}

#scoringDevicesImage{
      background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/scoringDevicesImageV2.jpg);
    background-size: contain;
    margin-top: 10px;
    max-height: 400px;
    min-height: 350px;
}

.productHeader {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    padding-bottom: 50px;
    font-family: 'modern';
}

.productImage{
  background-repeat: no-repeat;
  background-position: center;
  width: 98%;
  height: 265px;
  min-width: 300px;
}

.productAreaBlock{
    width: 100%;
    padding-bottom: 90px;
    padding-top: 20px;
    border-bottom: 1px solid #c9c9c9;
}

.userReview{
  vertical-align: middle;
  display: inline-block;
  margin-left: 1px;
  padding: 10px;
    height: 170px;
    width: 320px;
    border: 1px solid #c9c9c9;
    margin: 5px;
    border-radius: 3px;
    background-color: #fff;
}

.productUser{
    height: 150px;
    min-width: 300px;
    z-index: 10;
    margin: 20px;
    border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.1);
}

#lynnLynch {
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/lynnLynch.jpg');
}

#pequotYachtClub{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/pycBurgee.jpg');
  border: 1px solid #c9c9c9;
  background-size: contain;
}

#juniorOlympics {
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/JOreview.jpg');
  border: 1px solid #c9c9c9;
}

#jerelynReview {
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/29erReview.jpg');
  border: 1px solid #c9c9c9;
}

.USSailingLogo {
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/usSailingLogo.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#andrewHawkins {
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/andrewHawkins.jpg');
}

#sailingWorld {
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/sailingWorld.png');
  border: 1px solid #c9c9c9;
}

#productUserOne{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/WorldSailingLogo80px.png');
}

.isafLogo{
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/WorldSailingLogo80px.png');
}

#productUserTwo{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/29erAssoc.jpg');
    background-size: 170px;
}

#productUserThree{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/aioda80px.png');
}

#productUserFour{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/flying11Assoc.jpg');
    background-size: 170px;
}

#productUserFive{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/openBic80px.png');
}

#productUserSix{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/sailsydney100px.png');
}

#productUserSeven{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/bcSailingAssoc.jpg');
    background-size: 170px;
}

#productUserEight{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/c420Assoc.jpg');
    background-size: 170px;
}

#productUserNine{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/crx300x150.jpg');
    background-size: 170px;
}

#productUserTen{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/StFYC.jpg');
    background-size: 170px;
}

#productUserEleven{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/USwaszpClass.jpg');
    background-size: 170px;
}

#productUserTwelve{
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/obowlLogo.jpg');
    background-size: 170px;
}


/*--------------------------------------------- kiosk ----------------------------------------------*/

#enterInOut{
  margin-top: 3px;
  min-width: 260px;
  margin-left: 0px;
}

#enterInOut.comingAshore, .actuallyGreen{
    border: 3px solid #40ad7c;
    background-color: #40ad7c;
}

#kioskImageInsert{
      height: 120px;
    width: 120px;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #c9c9c9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 8px;
    font-size: 80px;
    line-height: 120px;
    font-weight: bold;
    text-align: center;
    font-family: 'ourSerif';
}

.goingSailingBackgroundColor{
  background-color: #46addd;
}

.comingAshoreBackgroundColor{
  background-color: #40ad7c;
}

.invalidScanBackgroundColor{
  background-color: #333;
}

.multipleScansBackgroundColor{
  background-color: #555;
}

#kioskCountryNumberInsert, #kioskExplainInsert{
    color: #333;
    font-family: 'modern';
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#kioskSkipperNameInsert, #kioskCrewNameInsert{
  font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    padding-right: 4px;
    font-family: 'modern';
}


/*--------------------------------------------- entry list ----------------------------------------------*/

#wristbandsBackground{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/RFIDmirror1200px.png');
}

.sortArrow{
  display: none;
    margin-left: 8px;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/downArrowWhite.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 100%;
}

.sortArrowWrap{
  cursor: pointer;
}

.sortArrowWrap.down .sortArrow{
  display: inline-block;
}

.sortArrowWrap.up .sortArrow{
  display: inline-block;
  -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.nonOrg #tapExposeBands{
  display: none;
}

#tapExposeBands{
  position: fixed;
    height: 40px;
    width: 40px;
    border: 1px solid #555;
    z-index: 11;
    top: 56px;
    cursor: pointer;
    right: 4px;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/isafRFID.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px #333;
    -moz-box-shadow: 0px 0px 10px 0px #333;
    -webkit-box-shadow: 0px 0px 10px 0px #333;
    background-color: #fff;
}

.hideBands .wristbandRelated{
  display: none;
}

.tapWristbandCTA{
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  width: 100px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: 'modern';
}

.nonOrg .tapEditEntry{
  cursor: default;
  height: 24px;
  line-height: 24px;
  border-radius: none;
  width: 100px;
  text-align: left;
  border: none;
  background-color: rgba(0,0,0,0);
  padding-left: 0px;
  padding-right: 0px;
}

.nonOrg .tapEditEntry:hover{
  color: #666;
  background-color: rgba(0,0,0,0);
}

.tapPaymentCTA, .tapMerchCTA, .tapEditEntry, .standardTapCell, .finishPlaceCountryCode, .tapCheckinStatus, .tapMerchOrdered, .tapPaymentPending, .tapWaiverCell, .tapHousingRequest, .tapHousingCTA {
  cursor: pointer;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    width: 70%;
    overflow: hidden;
    min-width: 110px;
    max-width: 120px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.standardTapCell.wider{
  min-width: 120px;
}

.standardTapCell.bigger{
  min-width: 110px;
  max-width: 140px;
}

table .paymentRelated, table .wristbandRelated, table .merchRelated, table .merchRelated, table .paymentRelated, table .wristbandRelated, table .waiverRelated, table .housingRelated{
  text-align: center;
    max-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
}

th.isafRelated, th.fleetRelated{
  min-width: 110px;
}

th#clubSponsor{
  min-width: 160px;
}

th.enteredUserTH{
  min-width: 100px;
}

th.wider{
  min-width: 110px;
}

.contraryBandsIcon{
    border-radius: 100%;
    height: 14px;
    width: 14px;
    position: absolute;
    cursor: pointer;
    right: -7px;
    top: -6px;
    border: 1px solid #fafafa;
    line-height: 25px;
    text-align: center;
    font-family: 'modern';
    font-size: 14px;
    font-weight: bold;
    /* color: #fff; */
}

.clusterStatusIsOutside .contraryBandsIcon{
  background-color: #40ad7c;
}

.clusterStatusIsInside .contraryBandsIcon{
  background-color: #46addd;
}

.clusterStatusIsInside{
      background-color: #d8f1e6;
    color: #245d24;
    border: 1px solid #abd4c1;
}

.tapMemberPlanActive{
    padding-left: 8px;
    padding-right: 8px;
}

.tapPaymentPaid, .tapMerchReceived, .tapCheckinStatus.active, .tapWaiverCell.active, .tapMemberPlanActive, .tapHousingRequest.approved{
  background-color: #dcebf7;
    color: #0e5e90;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    border: 1px solid #a5c3dc;
}

.tapHousingRequest.requested, .tapHousingRequest.requested:hover, .tapHousingCTA.requested, .tapHousingCTA.requested:hover{
  background-color: #fff5c0;
    color: #333;
    border: 1px solid #d8d27e;
    padding-left: 8px;
    padding-right: 8px;
}

.tapPaymentPaid:hover, .tapMerchReceived:hover, .tapCheckinStatus.active:hover, .tapWaiverCell.active:hover, .tapMemberPlanActive:hover, .tapHousingRequest.approved:hover{
  background-color: #c8dbea;
}

.clusterStatusIsInside:hover{
  background-color: #c1e2d4;
}

.tapPaymentMissing, .clusterStatusNeedsBand, .tapEditEntry, .tapMemberPlanMissing, .tapMemberPlanExpired, .tapEditMember, .tapFleetAssignment, .finishPlaceCountryCode, .tapCheckinStatus, .tapMerchOrdered, .tapPaymentPending, .finishPlaceEmpty .finishPlaceCountryCode:hover, .tapWaiverCell, .tapHousingRequest{
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    font-family: 'modern';
}

.tapPaymentMissing:hover, .clusterStatusNeedsBand:hover, .tapEditEntry:hover, .tapMemberPlanMissing:hover, .tapMemberPlanExpired:hover, .tapEditMember:hover, .finishPlaceCountryCode:hover, .tapCheckinStatus:hover, .tapMerchOrdered:hover, .tapPaymentPending:hover, .tapWaiverCell:hover, .tapHousingRequest:hover{
  color: #333;
  background-color: #fff;
}

.clusterStatusIsOutside{
  background-color: #dcebf7;
    color: #0e5e90;
    border: 1px solid #a5c3dc;
}

.clusterStatusIsOutside:hover{
  background-color: #c8dbea;
}

#refundSectionOuter, #tapIssueRefund{
  overflow: hidden;
}

 #refundSectionSlider>div, #tapRefundSlider>div{
  width: 50%;
}

#updateStatusText{
  margin-bottom: 15px;
}

 #refundSectionSlider, #tapRefundSlider{
  width: 200%;
  min-width: 200%;
  max-width: 200%;
}

#addBandOverlay{
  z-index: 1999;
}

#addBandOverlay .lessMargin{
  margin-top: 6vh;
}

#addBandInput{
  margin-bottom: 5px;
}

#confirmAddBand{
  margin-top: 0px;
    min-width: 82%;
    margin-left: auto;
    margin-right: auto;
}

#addBandSliderWrap, .standardSliderWrap{
  overflow: hidden;
}

.standardSlider{
  width: 200%;
  margin-left: 0px;
}

.standardSliderWrap.threePane .standardSlider{
  width: 300%;
}

.standardSliderWrap.threePane .standardSlider > div{
  width: 33.3%;
  max-width: 33.3%;
  min-width: 33.3%;
}

.standardSliderWrap.threePane.center .standardSlider{
  margin-left: -100%;
}

.standardSliderWrap.threePane.right .standardSlider{
  margin-left: -200%;
}

.standardSliderWrap.active .standardSlider{
  margin-left: -100%;
}

.standardSlider > div{
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  margin: 0px !important;
}

#addBandSlider{
  width: 200%;
    margin-left: 0px;
    min-height: 336px;
}

#addBandOuter.active #addBandSlider{
  margin-left: -100%;
}

#addBandOuter .backArrowBlack{
  opacity: 0;
}

#addBandOuter.active .backArrowBlack{
  opacity: 1;
}

#addBandOuter.active .bottomTab{
    border-top: 2px solid #e0e0e0
}

#addBandOuter.active .forwardArrow{
  opacity: 0;
}

#addBandSlider > div{
  width: 50%;
}

#addBandOuter{
        padding-top: 20px;
    padding-bottom: 0px;
    min-width: 300px;
    margin-top: 18vh;
    max-width: 400px;
    margin-bottom: 80px;
}

.refundSectionSliderActive, .tapRefundSliderActive{
  margin-left: -100%;
}

.wristbandSectionOuter{
  padding-bottom: 0px;
}

.wristbandSectionOuter>div{
      margin-bottom: 20px;
    padding-bottom: 30px;
}

#loadedAllMessage{
  padding-top: 22px;
    padding-bottom: 0px;
}

/*
#noEntriesMSG, #noResultsMSG{
  padding-top: 50px;
  padding-bottom: 0px;
}
*/

.clusterCard{
     min-width: 250px;
    max-width: 300px;
    color: #666;
    background-color: #fff;
    border-radius: 3px;
    padding-top: 5px;
    border: 1px solid #c9c9c9;
}

.clusterCard .cardCTAWrap{
  margin-top: 0px;
}

.clusterCard .flexWrap>div{
  margin-bottom: 0px;
}

#editEntryOverlay{
  padding-top: 10px;
    padding-bottom: 70px;
}

.nonOrg .clusterStatusWrap, .nonOrg .cardCTAWrap, .nonOrg .adminExtras, .nonOrg .wristbandRelated, .nonOrg .paymentRelated, .nonOrg .merchRelated, .nonOrg .isafRelated, .nonOrg .adminExtraWrapV2{
  display: none;
}

.nonOrg .tapFleetAssignment{
  cursor: default;
}

.hideFleets .fleetRelated, .hideISAF .isafRelated, .hideMerch .merchRelated, .hideStreamers .streamerRelated, .dynamicAssignmentMode .hideIfDynamicEnabled, .hideWaivers .waiverRelated, .hideUSSailing .showIfUSSailingRequired, .hideHousing .housingRelated{
  display: none;
}

.showIfDynamicEnabled, .dynamicAssignmentMode .showIfDynamicEnabled.hidden{
  display: none;
}

.dynamicAssignmentMode .showIfDynamicEnabled{
  display: block;
}

#confirmUpdateOnShore{
  background-color: #40ad7c;
  border: 3px solid #40ad7c;
}

#updateStatusWrapCTA{
      margin-top: 15px;
    max-width:375px;
}

.tapUpdateStatus{
  position: absolute;
    top: 1px;
    right: 4px;
    height: 22px;
    width: 40px;
    cursor: pointer;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/changeIcon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.marginBase{
  margin-top: 0px;
}

.marginSuperExtended{
  margin-top: 88px;
}

.marginExtended{
  margin-top: 54px;
}

.clusterStatusWrap{
      text-align: left;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 4px;
    position: relative;
}

#timelineWrap{
    max-height: 220px;
    min-height: 180px;
    background-color: #f1f5f8;
    width: 100%;
    border-top: 1px solid #c9c9c9;
}

.timelineObject{
  margin: 15px;
    font-family: 'modern';
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.statusChangeTimingText{
      text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 140px;
}

.statusChangeMainText{
      min-width: 96px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.statusChangeTextWrap{
  text-align: right;
    overflow: hidden;
}

.backArrowWrapRelative{
  position: relative;
  cursor: pointer;
  height: 30px;
  width: 100%;
}

.backArrowWrapRelative .backArrowBlack{
  top: 3px;
  bottom: 3px;
}

.backArrowWrapRelative .leftMenuMobileTabText{
  text-align: left;
    line-height: 30px;
}

.statusChangeActor{
    margin-top: 4px;
    font-size: 16px;
    color: #555;
}

.statusChangeTextWrap p{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.statusLightV2{
      height: 14px;
    width: 14px;
    border-radius: 100%;
    margin-top: 3px;
    margin-right: 8px;
    margin-left: auto;
}

.statusLightV2.sailing{
  background-color: #46addd;
}

.statusLightV2.ashore{
  background-color: #40ad7c;
}

.clusterStatusText{
  display: inline-block;
}

.profPic{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/missingUserIcon.png');
  height: 60px;
  width: 60px;
  border-radius: 100%;
  overflow: hidden;
}


/*------------------------------------- about ----------------------*/

.aboutImage{
    background-repeat: no-repeat;
    background-position: center;
    width: 110px;
    border-radius: 100%;
    margin: 10px;
    background-size: cover;
    background-color: #131e31;
    height: 110px;
}

#aboutImageCJ{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/aboutcj.png');
}

#aboutImageGB{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/aboutgb.png');
}

#aboutImageBK{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/aboutbk.png');
}

/*------------------------- scoring ---------------------------- */

.classCard{
      background-color: #fff;
    border: 1px solid #c9c9c9;
    color: #666;
    border-radius: 3px;
    min-width: 300px;
    max-width: 600px;
    padding-bottom: 65px;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.classCardRaceWrap>.publishedRace{
  color: #fff;
  border: 1px solid #476471;
  background-color: #476471;
}

.classCardRaceWrap>.publishedRace:hover{
  color: #fff;
  border: 1px solid #476471;
  background-color: #476471;
}

#fleetScoringOverlayV2{
  background-color: #f1f5f8;
}

#addFleetButton{
  max-width: 120px;
}

.raceDropWrap, .fleetScoringWrap{
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
    z-index: 1;
}

.fleetScoringWrap{
  border-left: 1px solid #efeff4;
  max-width: 50%;
}

.scoreCardBottom{
  border-top: 1px solid #efeff4;
}

.classCardGearIcon{
  background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/gearIcon.png');
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 4px;
    left: 5px;
  }

#classWrapScoring{
  padding-top: 50px;
  padding-bottom: 80px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.fixedBottomBar{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(253,253,253,0.92);
    font-size: 12px;
    text-align: center;
    color: #333;
    padding: 5px;
    height: 36px;
    line-height: 28px;
    -webkit-transform: translate3d(0,0,0);
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.3);
    font-family: 'modern';
    z-index: 100;
}

.fixedBottomBar.taller{
  height: 44px;
}

.fixedBottomBar > p{
  line-height: 34px;
} 

.fixedBottomBar p{
  font-size: 12px;
}

.fixedUpdateButtonWrap{
  position: fixed;
  z-index: 1;
    bottom: -80px;
    left: 180px;
    right: 0px;
    min-width: 300px;
    background-color: rgba(255,255,255,0.8);
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    -webkit-transform: translate3d(0,0,0);
}

.fixedUpdateButtonWrap.active{
  bottom: 0px;
}

.fixedUpdateButtonWrap .wideButton{
  margin-top: 0px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    max-width: 250px;
}

.bottomBarEventName{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 1px;
  font-size: 12px;
  line-height: 34px;
  cursor: pointer;
}

#tapDoneScoring{
  width: 200px;
  margin-top: 50px;
}

#tapPublishScores{
  margin-top: 50px;
}

.bottomBarButton{
  background-color: #46addd;
    width: 100px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    margin-left: 8px;
    margin-top: 4px;
    cursor: pointer;
}

.bottomBarButton.green{
  background-color: #40ad7c;
}

#fleetScoringOuter{
  overflow: hidden;
}

#fleetScoringOuter .slider{
  width: 200%;
}

#fleetScoringOuter .firstView, #fleetScoringOuter .secondView{
      width: 50%;
    max-width: 50%;
    min-width: 50%;
}

#fleetScoringOuter .slider{
  margin-left: 0px;
}

#fleetScoringOuter.stepTwo .slider{
  margin-left: -100%;
}

.colorSwatch{
  height: 15px;
  cursor: pointer;
  width: 15px;
  min-width: 15px;
  min-height: 15px;
  max-height: 15px;
  max-width: 15px;
  border-radius: 100%;
}

.streamerPickerInner .colorSwatch{
  margin: 10px;
  display: inline-block;
}

.colorSwatchNoHover{
  height: 15px;
  width: 15px;
  min-width: 15px;
  min-height: 15px;
  max-height: 15px;
  max-width: 15px;
  border-radius: 100%;
}

.finalSeriesInterject{
  line-height: 34px;
    padding-top: 15px;
    background: #f3f3f3;
    padding-bottom: 15px;
}

#existingBandInsert{
      max-height: 120px;
    min-height: 120px;
}

.streamerCard, .existingBand{
    background: #fff;
    color: #555;
    font-size: 13px;
    font-family: 'modern';
    padding-left: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 80px;
    max-height: 22px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-right: 16px solid #eee;
    box-shadow: 0px 1px 2px #c9c9c9;
    -moz-box-shadow: 0px 1px 2px #c9c9c9;
    -webkit-box-shadow: 0px 1px 2px #c9c9c9;
}

.existingBand{
  border-right: 16px solid #40ad7c;
    margin-right: 6px;
}

.existingBand.sailing{
  border-right: 16px solid #46addd;
}

.streamerCard.active{
  opacity: 0.5;
}

.streamerStartPicker, .bandAssignmentPicker{
      line-height: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    max-height: 30px;
    font-family: 'modern';
    border-radius: 0px;
    border: none;
    font-weight: bold;
    margin-left: 6px;
    line-height: 15px;
    box-shadow: 0px 1px 2px #c9c9c9;
    -moz-box-shadow: 0px 1px 2px #c9c9c9;
    -webkit-box-shadow: 0px 1px 2px #c9c9c9;
}

.bandAssignmentPicker{
      padding-top: 7px;
    padding-bottom: 6px;
}

.streamerCard .xButton{
    top: -7px;
    right: -23px;
}

.colorSwatch.active, .colorSwatch:hover{
    background-color: #46addd;
    height: 25px;
    width: 25px;
    max-width: 25px;
    max-height: 25px;
    margin: 5px;
}

#streamerStartAssignmentInsert{
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  color: #333;
  font-family: 'modern';
}

.streamerStartAssignment{
    margin-top: 15px;
}

.streamerStartAssignment p{
  margin-left: 8px;
   font-size: 14px;
    line-height: 16px;
}

#dropWrap, #firstFinalsWrap{
  max-width: 600px;
    border-radius: 3px;
    padding: 10px;
    background: #f4f4f4;
}

#dropWrap>div, .firstFinalsOption{
      height: 35px;
    width: 35px;
    line-height: 35px;
    margin:1px !important;
    cursor: pointer;
    font-family: 'modern';
}

#tapCleanUp, .tapSortBelow{
    border: 1px solid #eee;
    position: absolute;
    bottom: 10px;
    right: 8px;
    height: 18px;
    line-height: 20px;
    font-size: 9px;
     box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.unscoredToggleBox{
  position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.bottomToggleBox{
    position: absolute;
    bottom: 3px;
    right: 5px;
    cursor: pointer;
}

.sortedByIcon{
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/sortedBy.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    height: 38px;
    margin-top: 0px;
    width: 50px;
}

#sortedByOptionWrap, #sortedByOptionWrapAssign{
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.unscoredToggleText, .toggleText, .toggleTextVisibility, .toggleTextDynamic{
      font-size: 9px;
    text-align: center;
    line-height: 12px;
    color: #333;
}

.tabBar.scoring{
  background: #fafafa;
}

.finishBox{
  text-align: center;
  color: #333;
  position: relative;
  background-color: #fff;
  margin: 24px;
  border: 1px solid #c9c9c9;
}

.scoringRowFleetText{
    margin-left: 8px;
    font-weight: normal;
    min-width: 120px;
}

.pointsText{
  min-width: 90px;
}

.showIfFleetScoringEnabled, .fleetScoringRelated, #resultsTable.flexTDs td.fleetScoringRelated, #resultsTableLetterScores.flexTDs td.fleetScoringRelated, .standardTable.flexTDs td.fleetScoringRelated{
  display: none;
}

.fleetScoringEnabled #resultsTable.flexTDs td.fleetScoringRelated, .fleetScoringEnabled th.fleetScoringRelated, .fleetScoringEnabled #resultsTableLetterScores.flexTDs td.fleetScoringRelated, .fleetScoringEnabled .standardTable.flexTDs td.fleetScoringRelated{
  display: table-cell;
}

.fleetScoringEnabled .fleetScoringRelated, .fleetScoringEnabled .showIfFleetScoringEnabled{
  display: block;
}

.fleetScoringEnabled .showIfFleetScoringDisabled{
  display: none;
}

.usingResultsPDF .hideIfUsingResultsPDF{
  display: none !important;
}

#finishedWrap, #waitingWrap, #specialFinishWrap{
  padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px solid #ddd;
}

#missingBoats, #presetBar{
  background-color: rgba(245, 247, 249, 0.9);
    color: #333;
    font-family: 'modern';
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    padding-top: 6px;
    line-height: 13px;
    padding-bottom: 6px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.waitingCard{
    border-radius: 2px;
    font-family: 'modern';
    background-color: #fff;
    cursor: pointer;
    height: 40px;
    box-shadow: 1px 1px 9px rgba(50,50,93,.08), 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 9px rgba(50,50,93,.08), 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 9px rgba(50,50,93,.08), 0 1px 3px rgba(0,0,0,.1);
}

.positionLabel{
        padding-left: 50px;
    font-family: 'modern';
}

.finishPlaceEmpty .finishPlaceCountryCode{
  cursor: initial;
}

.waitingCardMain{
  color: #666;
}

.waitingCardMain, .finishPlaceMain{
      padding-left: 8px;
    padding-right: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 90px;
    line-height: 40px;
}

.waitingCardDropdown{
    border-left: 1px solid #c9c9c9;
    width: 40px;
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/dots.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px;
}

#pointValueSelect{
  margin-top: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    max-width: 50px;
    min-width: 50px;
}

.activeDrop, .firstFinalsOption.active{
  color: #fff;
  background-color: #46addd;
  font-weight: bold;
}

.finishCardBottom{
  text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

.waitingCardBottom{
    font-size: 11px;
    line-height: 18px;
    border-top: 1px solid #c9c9c9;
}

.finishPlaceEmpty .finishCardBottom{
  border-top: 1px solid #c9c9c9;
}

/*-------------------------------- archived results ----------------------- */

.showForArchivedResults .successBlock p.darkSubtext{
      text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #555;
}

/*--------------------- edit entry --------------------------- */

.hideNameWraps .nameInputWrap{
  display: none;
}

.convertToSkipperWrap{
  margin-top: 10px;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -10px;
}

/*------------------------------------- /assign ----------------------*/

.streamerPicker{
  top: 100%;
  opacity: 0;
  position: absolute;
    left: 0px;
    z-index: 10;
    background: #fff;
    min-width: 145px;
    height: 32px;
    border-radius: 4px;
    box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    -moz-box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    -webkit-box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    /*
    -webkit-transform: translateX(-98px);
    -moz-transform: translateX(-98px);
    -ms-transform: translateX(-98px);
    -o-transform: translateX(-98px);
    */
}

.streamerPicker.active{
  opacity: 1;
  top: 20px;
}

.streamerPicker.lower.active{
  top: 30px;
}

.fleetAssignmentText{
      margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tapFleetAssignment.active{
    margin-top: -30px;
}

.tapFleetAssignment{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.active .fleetAssignmentText{
  color: #333;
}

.fleetAssignmentColor{
      position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    right: -2px;
    top: 0px;
    border-left: 1px solid #ddd;
}

/*
.streamerPickerOption{
  padding-top: 8px;
    padding-bottom: 8px;
    font-family: 'modern';
    text-align: left;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 15px;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}
*/

/*------------------------------------- results & AND ENTRY LIST ----------------------*/

.nonOrg .loopingIcon{
  display: none;
}

.loopingIcon{
  position: absolute;
    left: 8px;
    height: 15px;
    top: 15px;
    width: 30px;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
  background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/loopingInactive.jpg');
}

.loopingIcon.active{
  background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/loopingActive.jpg);
}

#resultsTable, #membersTable, .standardTable, #resultsTableLetterScores, #memberClubsTable{
  color: #333;
  border-collapse: collapse;
  min-width: 100%;
}

#resultsTable td, #membersTable td, .standardTable td, #resultsTableLetterScores td{
    min-width: 34px;
    padding-top: 3px;
    padding-bottom: 3px;
}

td.shorter{
  max-width: 180px;
}

#resultsTable.slightlyTallerRows td, #resultsTableLetterScores.slightlyTallerRows td, .standardTable.slightlyTallerRows td{
    padding-top: 8px;
    padding-bottom: 8px;
}

#resultsTable.tallerRows td, #resultsTableLetterScores.tallerRows td, .standardTable.tallerRows td{
    padding-top: 15px;
    padding-bottom: 15px;
}

#resultsTable.flexTDs td, #resultsTableLetterScores.flexTDs td, .standardTable.flexTDs td{
  margin-right: 8%;
  display: table-cell;;
}

#officialUnofficialText{
  text-align: right;
    font-size: 14px;
    margin-bottom: -10px;
    font-weight: bold;
    margin-top: 10px;
    color: #46addd;
    text-transform: uppercase;
}

#resultsFooter {
  display: none;
}

#bandToggleBox{
  position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    cursor: pointer;
    width: 90px;
    padding-top: 5px;
    border-left: 1px solid #e1e1e1;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    border-radius: 2px;
}

#bandToggleBox .liveToggleWrap{
    height: 26px;
    width: 50px;
    margin-top: 2px;
    margin-left: 19px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #999;
}

#resultsTableWrap, #resultsTableWrapLetterScores, #resultsTableWrapAssign{
      width: 100%;
    position: relative;
    background-color: #f1f5f8;
    padding-top: 8px;
}

.biggerInputAddon {
  border-radius: 2px;
    border: 2px solid #e0e0e0;
    border-left: none;
    background-image: url('https://s3-us-west-1.amazonaws.com/regattatoolbox/callMe.png');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 40px;
}

.biggerInputEmail {
      font-size: 25px;
    font-weight: bold;
    text-align: center;
    font-weight: 200;
    line-height: 38px;
    width: 40px;
    border-radius: 2px;
    border: 2px solid #e0e0e0;
    border-left: none;
}

.resultsRow img{
  width: 32px;
  height: 32px;
}

.resultsRow.duplicateSailNumber .tapEditEntry{
      background-color: #fbf763;
    color: #333;
    font-weight: bold;
    border: 1px solid #eae43e;
}

.resultsRow-media{
      font-family: 'modern';
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

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

.clubSponsorText p, .fleetRelated p{
  text-overflow: ellipsis;
    white-space: normal;
    max-width: 150px;
    overflow: hidden;
}

#waitingListButton{
  margin-top: 34px;
}

#resultsTable #waitingListTableBody th{
        background-color: rgba(0,0,0,0);
    padding-top: 30px;
    padding-bottom: 24px;
    color: #333;
    vertical-align: top;
    background-color: #f1f5f8;
    text-transform: uppercase;
    font-family: 'modern';
    font-weight: bold;
    font-size: 13px;
}

#resultsTable th, .standardTable th{
  padding-top: 10px;
  background-color: #476471;
  color: #fff;
  padding-left: 8px;
  vertical-align: top;
}

#resultsTable th p, #resultsTable th div, .standardTable th p, .standardTable th div{
  vertical-align: top;
}

#resultsTable tr:nth-child(even), .standardTable tr:nth-child(odd){
  background-color: #fff;
}

#resultsTable tr, .standardTable tr, #resultsTableLetterScores tr{
    border-bottom: 1px solid #ddd;
}

#netPoints, .netPoints{
  font-weight: bold;
  text-align: center;
}

.resultsSailNumberWrap, .resultsClubSponsorWrap, .resultsCrewWrap{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 100%;
}

.finishPlaceFull .resultsSailNumberWrap, .letterScore .resultsSailNumberWrap{
  min-width: 133px;
}

.resultsRow img{
  vertical-align:middle; 
  padding-right:3px;
}

th{
  text-align: left;
}

.sailorNameResults{
  font-size: 14px;
    line-height: 16px;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 185px;
} 

.isafRelated p{
  font-family: 'modern';
    font-size: 13px;
    line-height: 20px;
}

.resultsCrewWrap p{
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bowNumberResults{
  font-family: 'modern';
    font-size: 12px;
    padding-left: 3px;
}

.boatNameResults{
  font-family: 'modern';
    font-size: 12px;
}

.resultsCrewMember, .secondaryFleet{
  font-family: 'modern';
    padding-top: 3px;
    /*
    font-size: 12px;
    padding-left: 3px;
    */
}

.resultsRow{
  font-size: 14px;
  white-space: nowrap;
  line-height: 16px;
} 

.resultsPlace{
  margin-right: 5px;
  padding-left: 12px;
}

.resultsPlace p{
  display: inline-block;
    font-size: 16px;
    font-family: 'modern';
    white-space: nowrap; 
    margin-left: 5px;
    vertical-align: middle;
}

.resultsPlace .colorSwatchNoHover{
  vertical-align: middle;
  box-shadow: 0 2px 3px 0 rgba(50,50,93,.15), 0 3px 12px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(50,50,93,.15), 0 3px 12px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 3px 0 rgba(50,50,93,.15), 0 3px 12px 0 rgba(0,0,0,.15);
}

#lastUpdate{
  padding-top: 15px;
    font-size: 14px;
    font-style: italic;
    line-height: 1px;
    margin-bottom: -10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#specialFinishBlock{
  width: 100%;
}

/*------------------------------------- access.html ----------------------*/

#tapNewAdmin{
  margin-bottom: 20px;
  width:130px;
}

/*------------------------------------- schedule.html ----------------------*/

#tapNewScheduleItem{
  margin-top: 30px;
}

#calendarItemDateInput{
  margin-top: 3px;
}

#scheduleFlex{
  margin-bottom: 20px;
  margin-right: 10px;
}

.calendarRow{
  width: 80%;
    border-bottom: 1px solid #efeff4;
    position: relative;
    margin: 8px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
    font-family: 'modern';
}

.startTime{
  margin-left: 8px;
}

.calendarRow .xButton{
    top: -20px;
    right: -20px;
}

.calendarRow>p{
  margin-left: 8px;
  margin-right: 8px;
  white-space: nowrap;
  text-overflow:ellipsis;
  padding-left: 3px;
  padding-right: 3px;
}

.calendarItemName{
  min-width: 180px;
    font-size: 14px;
    text-align: right;
    overflow: hidden;
    font-family: 'modern';
    color: #666;
}

#tapNewScheduleItem{
    margin-bottom: 30px;
    margin-top: 10px;
    width: 165px;
}

#dashText{
  line-height: 38px;
  font-size: 30px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 0px;
  margin-right: 0px;
}

/* --------------------------------- merchandise.html ------------------------------- */

.merchToggleBox{
  position: absolute;
    top: 10px;
    right: 8px;
    cursor: pointer;
}

.merchToggleText{
      font-size: 9px;
    text-align: center;
    line-height: 12px;
}

.amountDueRow{
      border-top: 2px solid #efeff4;
    margin-top: 8px;
}

/* --------------------------------- links.ejs ------------------------------- */

#embedTextArea{
      min-height: 100px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

/* ---------------------------------jsa-program-director and entryList ------------------------------- */

#housingCommentsInput{
        border: none;
    min-height: 60px;
    font-size: 16px;
    width: 100%;
    padding: 0px;
}

.housingCommentsWrap{
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.housingCommentsHeader{
      background-color: #f9fafb;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #e6e7ea;
}

#tapUpdateHousingRequest{
    height: 34px;
    line-height: 34px;
    width: 80px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #46addd;
    color: #fff;
    font-family: 'modern';
    font-weight: bold;
    font-size: 16px;
    border: none;
}

/* --------------------------------- search bars ------------------------------- */

.searchBarWrapV2{
  background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 20px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    position: relative;
    max-width: 750px;
}

.searchBarWrapV2 input{
  position: absolute;
  left: 0px;
  padding-left: 20px;
  top:0px;
  bottom: 0px;
  width: 95%;
  border: none !important;
  font-size: 16px;
}

/* --------------------------------- associations.ejs (and jsa-program-director) ------------------------------- */

.overlayFooter{
  padding:10px;
}

.searchBarWrap, .topBarFilter{
  background-color: #fafafa;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
}

.topBarFilter{
  height: 44px;
}

.topBarFilterButton{
  height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    background-color: #fff;
    font-weight: bold;
    font-size: 14px;
    color: #0083bf;
    font-family: 'modern';
    margin-top: 6px;
    margin-left: 6px;
    cursor: pointer;
}

.topBarFilterButton.filtered{
  background-color: #0083bf;
  color: #fff;
  font-weight: bold;
}

.topBarFilterContent{
    position: fixed;
    top: 20px;
    left: 185px;
    z-index: 100;
    background-color: rgba(255,255,255,0.96);
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    min-width: 220px;
}

.topBarFilterContent .dropdownFilterOption{
      color: #555;
    font-family: 'modern';
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.topBarFilterContent .dropdownFilterOption.nthCard{
    border-top: 1px solid #ddd;
}

.filterContentFooter{
      border-top: 1px solid #ddd;
    background-color: #fafafa;
    padding: 8px;
    text-align: right;
}

.filterButton_apply{
     height: 30px;
    line-height: 30px;
    cursor: pointer;
    background-color: #46addd;
    color: #fff;
    /* margin-right: 10px; */
    padding-left: 5px;
    font-family: 'modern';
    font-weight: bold;
    border-radius: 2px;
    font-size: 14px;
    padding-right: 5px;
    display: inline-block;
}

.topBarFilterContent.displayed{
  visibility: visible;
  opacity: 1;
  top: 100px;
}

#topBarSearch, .topBarFilter{
  position: fixed;
    top: 50px;
    width: 100%;
    -webkit-transform: translate3d(0,0,0);
  box-shadow: 0px 1px 2px #c9c9c9;
    -moz-box-shadow: 0px 1px 2px #c9c9c9;
    -webkit-box-shadow: 0px 1px 2px #c9c9c9;
}

.planSymbol{
  line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 50px;
    min-width: 70px;
    font-size: 12px;
    margin-left: 0px;
    padding-left: 0px !important;
}

#searchMembersInput{
      height: 44px;
    padding-top: 0px;
    padding-left: 30px;
    padding-bottom: 0px;
    font-size: 20px;
    color: #555;
    font-family: 'modern';
    width: 100%;
}

.searchBarWrap input{
    border: none;
    background: rgba(0,0,0,0);
}

#bottomBarSearch{
  padding: 0px;
  z-index: 9;
}

.flexibleLeftMenu{
  min-width: 180px;
  max-width: 180px;
  margin-left: 0px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 8px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 8px rgba(0,0,0,0.2);
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 10;
    /*position: relative; */
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.flexibleCartMenu{
  min-width: 320px;
  max-width: 320px;
  margin-right: 0px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 8px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 8px rgba(0,0,0,0.2);
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 10;
    /*position: relative; */
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.flexibleCartMenu .wideButton{
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 280px;
}

.flexibleCartMenu .wideButton.outOfView{
  bottom: -90px;
}

.standardContentZone{
  position: absolute;
  left: 180px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.standardContentZone.left{
  left: 0px;
  right: 320px;
}

.fixedLeftMenuQuickLinksWrap{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  -webkit-transform: translate3d(0,0,0);
    bottom: 0px;
    width: 180px;
    font-family: 'modern';
    font-weight: bold;
}

.fixedLeftMenuQuickLinksWrap.deployed{
  padding-top: 0px;
  visibility: visible;
  opacity: 1;
  bottom: 65px;
}

.fixedLeftMenuButton:hover .leftMenuButtonArrow{
  top: -16px;
}

.fixedLeftMenuButton{
  line-height: 30px;
    position: fixed;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #476471;
    color: #fff;
    bottom: 0px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    width: 180px;
    bottom: 0px;
    text-align: center;
    font-family: 'modern';
    letter-spacing: 1px;
    font-size: 16px;
    -webkit-transform: translate3d(0,0,0);
    z-index: 10;
}

.leftMenuButtonArrow{
  height: 30px;
    width: 30px;
    position: absolute;
    top: -12px;
    right: 10px;
    background-color: #fff;
    box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    -moz-box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    -webkit-box-shadow: 0px 1px 15px -1px rgba(10, 10, 10, 0.4);
    background-image: url(https://s3-us-west-1.amazonaws.com/regattatoolbox/backArrowV2.jpg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 6px;
    background-position-y: 3px;
    border-radius: 100%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.activeQuickLinksV5 .leftMenuButtonArrow{
  -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.activeQuickLinksV5 .leftMenuItemWrap{
  opacity: 0;
    visibility: hidden;
    margin-top: -100px;
}

.quickLinkV5{
   font-size: 16px;
    color: #444;
    font-weight: bold;
    line-height: 50px;
    cursor: pointer;
    padding-left: 20px;
}

.quickLinkV5.active{
  color: #0083bf;
}

.quickLinkV5:hover{
  color: #0083bf;
  padding-left: 22px;
}

#membersTableMiddle, #entriesTableMiddle{
  margin-top: 44px;
}

.leftMenuMobileTab{
     position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    background-color: #f1f5f8;
    cursor: pointer;
    line-height: 60px;
    font-weight: bold;
    color: #444;
    height: 46px;
    z-index: 11;
    display: none;
    box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.leftMenuMobileTabText{
  font-family: 'modern';
    padding-left: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 15px;
    padding-right: 15px;
}

.flexibleLeftMenu p{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25px;
}

#associationContentZone{
    padding-top: 50px;
}

#associationContentZone > div{
  position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#membersTable th, #memberClubsTable th, .tableHeaderV2 th{
      padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f0f3f7;
    border-bottom: 2px solid #d3d5dc;
    color: #111;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'modern';
    /* font-weight: bold; */
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
}

#membersTable tr:nth-child(even){
  background-color: #fff;
}

#membersTable tr.active{
    background-color: #d3ecf5;
}

#membersTable tr{
    border-bottom: 1px solid #ddd;
}

#membersTable, #memberClubsTable{
  font-size: 14px;
}

/*---------------------------------- membershipDetails page && membership card styles used on the account page and also on /organize ---------------------- */

.paymentCardWrap{
  width: 90%;
  max-width: 600px;
}

.paymentCard.updating{
  opacity: 0.5;
}

.paymentCard, .membershipCard, .boatClassRowV2, .merchRowV2, .calendarRowV2, .sponsorRow, .membershipPlanRowV2, .customFieldRow{
      background-color: #fff;
    border-radius: 2px;
    margin-top: 22px;
    width: 80%;
    margin-left: auto;
    min-width: 280px;
    color: #555;
   box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.goToTheRight{
  margin-right: 0px;
  margin-left: auto;
}

.waiverRow, .amendmentRow{
  background-color: #fff;
    border-radius: 2px;
    margin-top: 22px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    color: #555;
   box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.customFieldWaiverCard{
      margin-right: 10px;
    margin-left: auto;
    border-radius: 3px;
    overflow: hidden;
}

.customFieldsHeader{
  margin-top: -20px;
    line-height: 30px;
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #e0e7ec;
}

.membershipPlanRowV2 input, .customFieldRow input{
  text-align: right;
}

.paymentCard .flexNoWrap p, .membershipCard .flexNoWrap p, .boatClassRowV2 .flexNoWrap p, .calendarRowV2 .flexNoWrap p, .sponsorRow .flexNoWrap p, .membershipPlanRowV2 .flexNoWrap p, .waiverRow .flexNoWrap p, .amendmentRow .flexNoWrap p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 70px;
}

.paymentCardLabel, .membershipLabel, .boatClassRowLabel, .merchRowLabel, .calendarRowLabel, .sponsorRowLabel, .membershipPlanRowLabel, .waiverRowLabel, .amendmentRowLabel, .newRowLabel{
  font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.boatClassRowLabel, .merchRowLabel, .calendarRowLabel, .membershipPlanRowLabel, .waiverRowLabel, .amendmentRowLabel, .newRowLabel{
    line-height: 28px;
}

.advancedSettingsWrap .boatClassRowLabel{
    color: #777;
    text-transform: none;
}

.paymentCardInsert, .membershipCardInsert{
  font-size: 13px;
    color: #666;
    padding-left: 8px;
}

/*----------------------------- join page ------------------------------ */

.waiverName{
  padding-left: 12px;
  padding-right: 12px;
  line-height: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  text-align: left;
  overflow: hidden;
}

.waiverRadio{
  margin-right: 10px;
}

.tapToDownload{
  padding-right: 8px;
    padding-left: 8px;
    color: #999;
    border: 1px solid #c9c9c9;
    font-size: 14px;
    text-align: center;
    min-width: 140px;
    left: 50%;
    position: absolute;
    background-color: #fff;
    bottom: -18px;
    border-radius: 20px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    cursor: pointer;
}

.associationThumbnail{
  background-repeat: no-repeat;
    min-width: 100px;
    max-width: 100px;
    max-height: 100px;
    min-height: 100px;
    margin-top: 36px;
    background-position: center;
    background-size: contain;
    border-radius: 100%;
    margin-left: 30px;
    background-color: #fff;
    box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 6px 13px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.waiverCard{
         background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    height: 50px;
    max-width: 350px;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

#existingStatusInsert{
      text-align: left;
    font-size: 13px;
    margin-top: -15px;
    line-height: 18px;
}

.waiverExplain{
    font-size: 13px;
    line-height: 18px;
}

/*----- used on /register ------------ */
.associationThumbnail.eventVersion{
    background-position: center;
    background-size: cover;
    margin-top: 5px;
}


/* --------------------------------- program director registration ------------------------------- */

.grandTotal{
  margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    font-weight: bold;
}

.secondaryCartWrap{
  display: none;
}

#mobilePaymentButton{
  display: none;
}

.ageWeightWarningWrap_skipper, .ageWeightWarningWrap_crew, .weightWarningWrap, .ageWeightWarningWrap_crew_secondary{
  color: #ff6e00;
    font-weight: bold;
    font-size: 14px;
    padding-top: 15px;
}

/* --------------------------------- emergency-export page ------------------------------- */

.emergency-page{
      color: #333;
    width: 90%;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    min-height: 50vh;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* --------------------------------- media queries ------------------------------- */

@media (max-width: 1450px) {
  #indexTablet{
    max-width: 730px;
    bottom: -10%;
  }
}

@media (max-width: 1400px) {
  #indexTablet{
    max-width: 650px;
  }
}

@media (max-width: 1325px) {
  #indexTablet{
    max-width: 600px;
  }
}

@media (max-width: 1250px) {
  #indexTablet{
    max-width: 550px;
  }
}

@media (max-width: 1200px) {
  #indexTablet{
    max-width: 500px;
    bottom: -8%;
  }
  .eventThumbnail{
    min-height: 370px;
  }
}

@media (max-width: 1130px) {
  .tipBoxLeft{
    max-width: 600px;
  }
  #indexTablet{
    max-width: 450px;
  }
}

@media (max-width: 1075px) {
  #indexTablet{
    max-width: 420px;
    bottom: -4%;
  }
}

@media (max-width: 1040px) {
  #indexTagLineWrap p{
    max-width: 400px;
    margin-top: 15px;
    line-height: 28px;
  }
}

@media (max-width: 950px) {
  #indexTablet{
    right: -5%;
    bottom: -6%;
  }
}

@media (max-width: 880px) {
    .secondaryCartWrap{
        display: block;
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd;
    }
    #mobilePaymentButton{
      display: block;
    }
    #indexTablet{
      right: -12%;
    }
    .imageBackgroundV2{
      background-image: none !important;
        -webkit-filter: blur(0px) !important;
      -moz-filter: blur(0px) !important;
      -o-filter: blur(0px) !important;
      -ms-filter: blur(0px) !important;
      filter: blur(0px) !important;
      display: none !important;
    }
    .extraPaddingBottomMobile{
      padding-bottom: 50px;
    }

    #bandToggleCTA{
        bottom: 76px;
    }
    .activeToggleArrow{
      bottom: 114px !important;
    }
    .fbMessengerIcon{
        bottom: 76px;
    }
    .fbMessengerIcon.higher{
      bottom: 114px !important;
    }
    .heroV2.withImage{
      padding-top: 1px;
    }
    .eightyFiveThenHundo{
        width: 100%;
    }
    .eightyFiveThenNinetyFive{
        width: 95%;
    }
    .heroV2{
      padding-top: 1px;
    }

    #desktopHeader{
      display: none;
    }

    #headerMobileMenu, #mobileMenuBar{
      display: block;
    }

    /*------ left menu styles ----- */
    .leftMenuItem{
        font-weight: bold;
    }

    .standardContentZone, .standardContentZone.left{
      left: 0px;
      right: 0px;
    }

    .fixedUpdateButtonWrap{
      left: 0px;
    }

    .fixedLeftMenuButton{
      width: 220px;
    }

    .flexibleLeftMenu{
      left: -220px;
      padding-top: 96px;
      width: 220px;
      max-width: 220px;
      min-width: 220px;
    }

    .promoActive .flexibleLeftMenu{
      padding-top: 116px;
    }

     .flexibleCartMenu{
        right: -220px;
        padding-top: 96px;
        width: 220px;
        max-width: 220px;
        min-width: 220px;
    }

    .flexibleCartMenu .wideButton, .flexibleCartMenu .wideButton.outOfView{
      bottom: -90px;
    }

    .fixedLeftMenuQuickLinksWrap{
      width: 220px;
      min-width: 220px;
    }

    .leftMenuMobileTab{
      display: block;
    }
    .bandsSpacer, .divisionsSpacer{
      height: 0px;
    }
    .tabBarV4Outer, .tabBarV4Outer.fixed{
        bottom: 0px;
        padding: 0px;
        left: 0px;
        right: 0px;
        position: fixed;
        top: auto;
        border-top: 1px solid #ddd;
        margin-bottom: 0px;
    }
    .tabBarV4Spacer, .tabBarV4Spacer.active{
      height: 0px !important;
    }
    .flexibleLeftMenuMobileSpacer{
        height: 50px;
    }
    #membersTableMiddle, #entriesTableMiddle{
      margin-top: 0px;
    }
    #resultsTableMiddle.adjustMargin{
      margin-left: 0px;
      margin-right: 0px;
      min-width: 100%;
    }
    /*
    .shiftRight .fixedUpdateButtonWrap, .shiftRight .tabBarV4Outer{
      left: 180px;
    }
    */
    #associationContentZone {
        padding-top: 96px;
    }
    #associationContentZone > div, #scoreEventContentZone .contentBlock, .standardContentZone .contentBlock {
        min-width: 100%;
        top: 96px;
    }
    .contentBlock.fixedToTop{
      top: 0px;
    }
    .contentBlockScrollSpacer{
      height: 116px;
    }

    .flexibleLeftMenu.expanded{
      left: 0px;
    }
    .flexibleCartMenu.expanded{
      right: 0px;
    }
    .tabBarV3Outer {
        left: 0px;
    }
    #topBarSearch, .topBarFilterContent{
      display: none;
    }
    #rightSpinnerOverlay, #specialFinishOverlay{
        left: 0px;
    }
}

@media (min-width: 880px) {

    /* reverse the changes for the open-drawer state of the mobile menu, in case a user starts with mobile menu and then drags the screen width out */

    #mobileMenuOverlay, #leftMenuOverlay{
      display: none !important;
    }

    .activeMenu .breadcrumbWrap, .activeMenu .tapPreviewEventV2, .activeMenu .fixedBottomBar{
      -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }

    .activeMenu #contentWrap{
      margin-left: 0px !important;
    }

    .activeMenu{
      overflow: auto !important;
    }

    /* ----------- end mobile menu reversals -----------------*/
}

@media (max-width: 850px) {
  #indexTablet{
    height: 400px;
    max-width: 550px;
    bottom: 0px;
  }
  #firstIndexCardV2{
      min-height: 900px;
  }
  #indexTagLineWrap p {
      max-width: 500px;
  }
}

@media (max-width: 780px) {
  .bigHeadline{
    font-size: 40px;
    line-height: 50px;
  }
}



@media (max-width: 750px) {
  .eventCardFlex{
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap:wrap;
    text-align: center;
  }
  .eventCardImageWrapV2{
      min-width: 100%;
    max-width: 100%;
    min-height: 300px;
  }
}





