body {
    overflow-x: hidden;
    background:white;
    font-family: 'tofinoregular';
    font-display: auto;
    font-family: 'tofinoregular';
    font-display: auto;
    color: #404040;
}

img {
      border: 0;
    }
    img:not([src]) {
      visibility: hidden;
    }
    /* Fixes Firefox anomaly during image load */
    @-moz-document url-prefix() {
      img:-moz-loading {
        visibility: hidden;
      }
    }
    
p {
    /*font-size: 1em;*/
    font-size: 20px;
    font-family: 'tofinoregular';
font-display: auto;
    color: #404040;

}

#customer-page p{
  font-size: 1em;
}

h1, h2, h3, h4, h5 {
   font-family: 'tofinoregular';
font-display: auto;
}


h1 {
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

h2{
    padding-top: 3px;
    padding-bottom: 5px;
    font-weight: 700;
    color: #323232;
}

h3{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

h3 span {
    font-size: 3em;
}

h4 {
    margin-top:0em;
    margin-bottom: 25px;  
    font-size: 30px;
    font-weight: 400;}

h4 span {
    font-size: 1.5em;
    font-weight: 700;
}

h5{
    font-weight: 300;
}

.small, small {
    font-size: 70%;
    font-weight: 400;
}

.modal-xl {
    max-width: 1140px;
}


#news h1, #careers-page h1, #contact-page h1, #partner-page h1, #signup-page h1 {
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 3em;
    font-weight: 700;
    color: #323232;
    text-transform: capitalize;
}

#careers-page h3 {
    margin-bottom: 5px;
}

a { 
    color: #323232;
    font-size: .8em;
    font-family: 'tofinoregular';
font-display: auto;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none; 
    -webkit-transition: 0.4s ease;
     -moz-transition:  0.4s ease;
     transition:  0.4s ease;
}

a:focus, a:hover {
    color: #e12424;;
    text-decoration: none;
}

hr {
    border-top: 1px solid #bfbfbf;
}


legend, address{
  font-family: 'tofinobook';
}

address strong {
  font-family: 'tofinoregular';
font-display: auto;
}


.mobile {display: none !important;}
.desktop { display: block !important; }
.show {display: block; }
.hide {display: none; }

/*** FORMS ***/
.form-control {
  border-radius: 0;
}
select.form-control{
    -webkit-appearance: none;
    font-family: 'tofinomedium';
    border-radius: 0!important;
    background-image: url("../images/icons/arrow_down.png");
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0,0,0,.05);
}

select.form-control:after {
    font-family: 'FontAwesome';
    color: #e12424;
    content: "\f077";    
    float: right;
}
select.form-control option{
    color: black;
    /*color: #e12424;*/
}

/** Radio Buttons
input[type='radio']:checked:after {
  background-color: #e12424;;
}
**/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e12424;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #fff;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: 'Monthly';
  left: -4rem;
}
.btn-toggle:after {
  content: 'Annual \A (save 10%)';
  white-space: pre-wrap;
  right: -4rem;
  opacity: 0.5;

}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #e12424;
}
.btn-toggle.active {
  background-color: #e12424;
}
.btn-toggle.btn-lg {
  margin: 0 auto;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  min-width: 75px;
  border-radius: 2.5rem;
  font-weight: 300;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-lg:before {
  content: 'Monthly';
  left: -6rem;
  font-weight: 700;
}
.btn-toggle.btn-lg:after {
  content: 'Annual (save 10%)';
    width: 12rem;
    left: 100%;
    right: 0rem;
    top: 12px;
    white-space: inherit;
    line-height: 1rem;
    color: #fff;
    opacity: 1;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #e12424;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 1;
  color: #fff;
  font-weight: 300;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
  color: #e12424;
  font-weight: 700;
}


/*** LAYOUTS ***/
/*#alternate-row { max-height: 253px;}*/

#page #alternate-row { max-height: 100%;}

#alternate-row:nth-child(odd) {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}

#alternate-row:nth-child(even) {
    margin-top: 3em;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}


.no-pad {
    padding: 0;
}

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.333333%;
    -ms-flex: 0 0 18.333333%;
    flex: 0 0 18.333333%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}


.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8r {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8r {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8r {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
        float: left;
    }
}

  @media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}
 
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}


.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8r {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8r {
        width: 100%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        width: 12.5%;
        float: left;
    }
}

.flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 100vh;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.mt-10 {
    margin-top: 10rem!important;
}

.mb-7 {
    margin-bottom: 7rem!important;
}

.pt-6 {
    padding-top: 5rem!important;
}
.pb-6 {
    padding-bottom: 5rem!important;
}
.pt-10 {
    padding-top: 10rem!important;
}
.pl-10 {
    padding-left: 10rem!important;
}

.mt-minus {
    margin-top:-.6em;
}

.r-2 {
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Safari 3-8 */
    transform: rotate(2deg);
}
.r-5 {
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Safari 3-8 */
    transform: rotate(5deg);
}
.r-10 {
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari 3-8 */
    transform: rotate(10deg);
}
.l-2 {
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari 3-8 */
    transform: rotate(-2deg);
}
.l-5 {
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari 3-8 */
    transform: rotate(-5deg);
}
.l-10 {
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari 3-8 */
    transform: rotate(-10deg);
}


.h-200 {
    height: 200px;
}
.h-275 {
    height: 275px;
}
.h-300 {
  height: 300px;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.h-350 {
    height: 350px;
    flex-direction: column;
  display: flex;
  justify-content: center;
}

.h-375 {
  height: 375px;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.skew-left { position: relative; transform: skew(-15deg);}
.skew-left-content  { position: relative; transform: skew(15deg);}
.skew-right {position: relative; transform: skew(15deg);}
.skew-right-content {position: relative; transform: skew(-15deg);}

#section {position: relative;}


.strong {font-size:1.25em !important;font-weight: bold;}

.border-right{ border-right: 1px solid color: rgba(21, 30, 70, 1)}

/*** Parallax ***/
.parallax {
    position: relative ;
    width: 100% ;
    height: 100%;
    background-attachment: fixed !important;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
}

/*** Images ***/
.img-thumbnail {
    border: 5px solid #f7f7f7;
    border-radius: 0rem;
}

#home-about .img-thumbnail {
    padding: .0rem;
    border: 0px solid #dee2e6;
    border-radius: 0rem;
}


.circle {
    width: 30px;
    height: 30px;
    margin:0 auto;
    padding: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    transition: all .2s ease-in-out; 
}

/*** VIDEO ***/
video::-webkit-media-controls {
    display: none;
}
