ul, li { list-style: none; margin:0px; padding:0px;}
.default-list { margin-bottom: 10px; padding-left: 40px; }
ol.default-list li { list-style: inherit;}
ul.default-list li { list-style: initial;}

/* ============================================= */
/* Standard Styles */
/* ============================================= */

.resp-text-left { text-align:left; }
.resp-text-right { text-align:right; }
.align_center { text-align: center; }
.justify  { text-align:justify; }
.float_left { float:left; }
.float_right { float:right; }
.pad_left { padding-left: 8px;}
.pad_right { padding-right: 8px;}
.padit {padding-left: 8px; padding-right: 8px;}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.clear-left, .clear_left { clear:left; } .clear-right, .clear_right { clear:right; }
.hide  { display:none;  }
.block {display:block !important;}
.inline {display:inline !important;}
.d-flex {display: flex !important;}
.align-items-center {align-items: center;}

.bold {font-weight:600;}
.italic {font-style:italic;}
.white { color:#fff;}

a { color:#000;text-decoration:none;outline:none;   }
a:hover, a:focus { color:#444;text-decoration:none;outline:none;}
a:active, a:visited { outline:none; }

/* ** ** Header Styles ** ** */
h1, h2, h3, h4, h5 {margin:0 0 0.5em; line-height:1.1em;font-weight: normal;}
h1 {    font-size:1.8em;}
h2 {    font-size:1.2em;}
h5 {    font-size:1.0em;}
h4 {    font-size:1.1em; color:#000; }
h3 {    font-size:1.1em; color:#fff;}
h6 {    font-size:1.0em;}

strong          {   font-weight:600;}
em, dfn         {   font-style:italic;}
dfn             {   font-weight:600;}
sup, sub        {   line-height:0;}
abbr, acronym   {   border-bottom:1px dashed #ccc;}
address         {   margin:0 0 1.5em;font-style:italic;}
del             {   color:#666;}
pre, code, tt   {   font:1em 'andale mono', 'lucida console', monospace;line-height:1.5; display:block;}
code            {   background-color:#eee; display:inline; padding:0px 2px 1px 2px; line-height:1.1em;}
pre             {   margin:1.5em 0;white-space:pre;}

.nopadding { padding:0px;}
.nomargin { margin:0px;}

img { width:auto; max-width: 100%; }
li { margin:0px; padding:0px;}

/* Default Styles used on all sites Can be tweaked to colours but as used included in reset */
/* Growl & Success Messages */

/* Error Messages */
#errorMsg {
    width:90%;
    margin:10px auto;
    border:1px solid rgba(255,0,0,1);
    padding:10px;
    font-size:0.8em;
    background:rgba(255,0,0,0.4);
    color: #fff !important;
}
#successMsg {
    width:90%;
    margin:10px auto;
    border:1px solid rgba(0,255,0,1);
    padding:10px;
    font-size:0.8em;
    background:rgba(0,255,0,0.4);
    color: #fff !important;
}

/* System Error Message */
#systemError {
    position:fixed;
    top:30px;
    left:50%;
    margin-left:-300px;
    width: 600px;
    border:4px solid red;
    padding:10px;
    border-radius:10px;
    background:#fff;
    z-index:99999999;
}

/* ajax submit message */
#infoHold {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(0,0,0,0.5);
    display: none;
}
#infoMessage {
    max-width: 400px;
    height: auto;
    position: relative;
    z-index:1000;
    top: 50%;
    transform: translateY(-50%);
    padding:20px 35px;
    font-size:20px;
    color:#fff;
    background:rgba(0,0,0,0.8);
    margin:0px auto;
    border:3px solid rgba(255,255,255,1);
    border-radius:4px;
    text-align: center;
}
/* Growl Message */
#growlMsgHolder {
    position:fixed;
    top:50px;
    right:10px;
    z-index:999999999;
}
.growlMsg {
    right:0px;
    background:#000;
    border-radius:4px;
    border:2px solid white;
    padding:10px;
    width:480px;
    color:#fff;
    z-index:9999999999999;
    margin:2px 0px;
}
.growlIcon {
  font-size:3em;
}
.growl-error {
    background:#C9302C;
    color:#fff;
}
.growl-warning {
    background:#EC971F;
    color:#fff;
}
.growl-success {
    background:#449D44;
    color:#fff;
}
.growl-info {
    background:#31B0D5;
    color:#fff;
}
#passfeedback,#passCheckfeedback {
    color:#000;
}

.facebook-icon {
    max-width:28px;
    height:auto;
    margin-top:-5px;
}
/* stripy tables */

/*
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: url(../images/layout/founder_bg.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

.table-striped > tbody > tr:nth-of-type(2n+1) a {
    color: white;
}
*/

.table-striped > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #EE0088 !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #fff;
	border-bottom: 2px solid #EE0088 !important;
	border-top: 2px solid #EE0088 !important;
}

.popover {
    color:#000 !important;
}
/* Back To Top Link */
#backTop, #quickCart {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color:#fff;
    background: #961894;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    border:1px solid #eee;
    position: fixed;
    bottom: 50px;
    right: 20px;
    text-align: center;
    z-index: 9999999;
    cursor: pointer;
}
#backTop:hover, #quickCart:hover {
    background: #BA3FB8;
}
#quickCart {
    right: 20px;
    bottom: 110px;
    color: #000;
}
#quickCart .badge {
    position: absolute;
    top: 5px;
    right: 1px;
    font-size: 10px;
    background: #fff;
    z-index: 99;
}
#quickCart i {
    position: relative;
    z-index: 999;
    bottom: -2px;
    font-size: 18px;
    z-index: 9;
}
#quickCart a {
    color: #000;
}

/* CSS Switch */
.container > .switch {
  display: block;
  margin: 12px auto;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 0px !important;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 2px;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 1px;
  left: 0px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

h5.subsc_town {
    margin-top: 14px;
    font-weight: 600;
}

/* CHECBOXES */

/*input[type=checkbox]:not(old){
    width     : 2em;
    margin    : 0;
    padding   : 0;
    font-size : 1em;
    opacity   : 0;
    position: relative;
    bottom: 0;
    right: -23px;
    z-index: 1;
}
input[type=checkbox]:not(old):hover {
    cursor: pointer;
}
input[type=checkbox]:not(old) + label {
    display      : inline-block;
    margin-left  : -2em;
    line-height  : 1.5em;
}

input[type=checkbox]:not(old) + label > span {
    display          : inline-block;
    width            : 1.1em;
    height           : 1.1em;
    margin           : 0.25em 0.5em 0.25em 0.25em;
    border           : 0.15em solid rgb(198,198,198);
    border-radius    : 0.3em;
    background       : #08080A;
    vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span {
    background: #08080A;
}

input[type=checkbox]:not(old):checked + label > span:before {
    content     : '✓';
    display     : block;
    width       : 1em;
    color       : #FCC50D;
    font-size   : 1.5em;
    line-height : 1em;
    text-align  : center;
    text-shadow : 0 0 0.0714em #DCAE12;
    font-weight : bold;
    position: relative;
    top: -8px;
    left: -2px;
}*/
.container-fluid{ max-width:1170px; }

.benefittitle {
    height:100px;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 870px) {
     .resp-text-right,.resp-text-left {
        text-align:center;
     }
}

.video_thumbnail img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.video-information {
  background-image: radial-gradient(circle, #c41a72 25%, #a41b38);
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px 8px;
}

.video-title {
  color: white;
  text-transform: capitalize;
  font-weight: bold;
  min-height: 50px;
}

.video-column:nth-child(3n+3):not(:last-child) {
  padding-bottom: 15px;
}

.video-container {
  cursor: pointer;
  transition: filter 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.video-container:hover {
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12) !important;
}

.video-thumbnail {
  border-style: solid;
  border-color: transparent;
  border-width: 2px 2px 0 2px;
  transition: border-color 300ms ease-in-out;
}

.video-container:hover .video-thumbnail {
  border-color: #a41b38;
}

.video-title.modal-title {
  color: black;
  text-align: center;
}

.modal-dialog.video-dialog {
  width: 1000px;
  max-width: 100%;
}

.video-content.modal-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  box-shadow: none;
  border: 0;
}

.video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
