 .inline {
   display: inline-block;
   vertical-align: middle;
 }

 body.overlay-open .fs-overlay {
   overflow-x:hidden;
   overflow-y:auto;
 }

 .img-full {
   width:100%;
   display:block;
   height:auto;
 }

 .fluid-width-video-wrapper {
   padding-top:56.25%;
   height:0;
   position:relative;
 }

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

 .fs-overlay {
   background-color: rgba(48, 54, 63, .97);
   position:fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   z-index: 25000;
   overflow:hidden;
   outline:0;
 }

 .fv-close {
   border: 0;
   z-index:6000;
   background-color:#FF6600;
   width:36px;
   height:36px;
   border-radius:50%;
   line-height:32px;
   font-size:26px;
   text-align:center;
   display:block;
   color:#fff;
   -webkit-transition: background-color ease-in-out .1s;
   transition: background-color ease-in-out .1s;
 }

 .fv-close:hover {
   color:#fff;
   background-color:#5BC9EB;
 }

 .fa-center {
    vertical-align:middle;
 }
 .fa-1-5x {
   font-size:1.3em;
 }

 [class*='arrow-']:not([class*='-arrow']) {
   position: relative;
}

 .arrow-top:after,
 .arrow-bottom:after,
 .arrow-right:after,
 .arrow-left:after,
 .arrow-top:before,
 .arrow-bottom:before,
 .arrow-right:before,
 .arrow-left:before  {
   content:'';
   display: block;
   width: 0;
   height: 0;
   position: absolute;
   border-style: solid;
   border-color: transparent;
   border-width:10px;
 }

 .arrow-top:before, .arrow-top:after, .arrow-bottom:before, .arrow-bottom:after  {
   left:50%;
   -ms-transform:translateX(-50%);
   -webkit-transform:translateX(-50%);
   transform:translateX(-50%);

 }

 .arrow-left:after, .arrow-right:after, .arrow-left:before, .arrow-right:before {
   top:50%;
   -ms-transform:translateY(-50%);
   -webkit-transform:translateY(-50%);
   transform:translateY(-50%);
 }

 [class*='arrow-']:not([class*='-arrow']):before {
   z-index: 200;
 }

 .arrow-bottom:after, .arrow-bottom:before {
   border-bottom-width:0 !important;
 }

 .arrow-bottom:after {
   bottom:-10px;
 }

 .arrow-bottom:before {
   bottom:-8px;
}

 .arrow-top:after, .arrow-top:before {
   border-top-width:0 !important;
 }

 .arrow-top:after {
   top: -10px;
 }

 .arrow-top:before {
   top: -8px;
 }

 .arrow-left:before {
   left: -8px;
   border-left-width: 0;
 }

 .arrow-left:after {
   left: -10px;
   border-left-width:0;
 }
 .arrow-right:before {
   right: -8px;
   border-right-width: 0;
 }
 .arrow-right:after {
   right: -10px;
   border-right-width: 0;
 }

 .btn.arrow-right:before {
   right:-9px;
 }
 .btn.arrow-left:before {
   left:-9px;
 }

.btn-primary.arrow-right:after {
  border-left-color:#4088C6;
}
.btn-primary.arrow-right:hover:after{
  border-left-color:#2F6FA7;
}
.btn-primary.arrow-left:after {
  border-right-color:#4088C6;
}
.btn-primary.arrow-left:hover:after{
  border-right-color:#2F6FA7;
}
.btn-primary.arrow-bottom:after {
  border-top-color:#4088C6;
}
.btn-primary.arrow-bottom:hover:after{
  border-top-color:#2F6FA7;
}
.btn-default.arrow-left:before {
  border-right-color: #ffff;
}
.btn-default.arrow-left:after {
  border-right-color: #ccc;
}
.btn-default.arrow-left:hover:after {
  border-right-color: #adadad;
}

.pinline {
  text-align: center;
  display: block;
  overflow: hidden;
  margin: 20px 0;
  clear:both;
}
.pinline.pinline-small {
  margin:10px 0;
  font-size:12px;
}

.pinline > span:before, .pinline > span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background:#83D4ED;
  width: 99999px;
}

.pinline-collapse-top {
  margin-top:0 !important;
}

.pinline.pinline-left {
  text-align:left;
}

[class*='col'] + .pinline {
  margin:20px 0;
}

.pinline > span {
  position: relative;
  display: inline-block;
}

.pinline-subtle > span:before, .pinline-subtle > span:after {
    background-color:rgba(0,0,0,0.15);
  }

.pinline > span:before {
  left: 100%;
  margin-left: 20px;
}

.pinline > span:after {
  right: 100%;
  margin-right: 20px;
}

.pinline.pinline-small > span:before {
  margin-left: 10px;
}

.pinline.pinline-small > span:after {
  margin-right: 10px;
}

.cue {
  display: inline-block;
  width:30px;
  height:30px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  color:#fff;
  line-height: 27px;
  background-color: #69D5F1;
  border:2px solid transparent;
}

.cue.cue-loud {
  background-color: #FF7B02;
}

.cue.cue-desaturated {
  background-color:#ffffff;
  color:#666;
}

.cue.cue-block {
  border-radius:2px;
}
.cue.cue-outlined {
  background-color:transparent;
  border-color:inherit;
  color:inherit;
}
.row.row-butted {
  margin-left:0px;
  margin-right:0px;
}

.row.row-butted > [class*='col-']{
  padding-left:0;
  padding-right:0;
}


.row.row-crunched-xs {
  margin-left: -5px;
  margin-right: -5px;
}

.row.row-crunched-xs > [class*='col-']{
  padding-left:5px;
  padding-right:5px;
}

.row.row-expanded-xs > [class*='col-']{
  padding-left:35px;
  padding-right:35px;
}

.clear {
  clear:both;
}

.collapse {
  margin-top: 0;
  margin-bottom: 0;
}

.collapse-bottom {
  margin-bottom:0 !important;
}

.collapse-top {
  margin-top:0 !important;
}

.collapse-right {
  margin-right:0 !important;
}

.collapse-left {
  margin-left:0 !important;
}

.extend-top-sm {
  margin-top:.5em !important;
}

.extend-top-md {
  margin-top: 1.3em !important;
}

.extend-bottom-fixed-sm {
  margin-bottom:10px !important;
}

.extend-bottom-fixed-md {
  margin-bottom:20px !important;
}

.extend-bottom-fixed-lg{
  margin-bottom:30px !important;
}

.extend-bottom-fixed-xl{
  margin-bottom:50px !important;
}

.extend-top-lg {
  margin-top:2em !important;
}

.extend-bottom-xs {
  margin-bottom:.2em;
}

.extend-bottom-sm {
  margin-bottom:.5em !important;
}

.extend-bottom-md {
  margin-bottom:1em !important;
}

.extend-bottom-lg {
  margin-bottom:2em !important;
}

.panel-subtle {
  background-color: rgba(255,255,255,0.2);
}

.panel-subtle.arrow-top:after {
  border-bottom-color: rgba(255,255,255,0.2);
  top:-11px;
  left: 59px;
}

.panel-subtle-inverse {
  background-color: rgba(0,0,0,0.2);
}

.cell {
  display:table-cell;
  vertical-align:middle;
}

.cell-minimize {
  width:1%;
}

.btn-block-xs {
  display:block !important;
  width:100%;
}

.center-y,
.sprite-center-y:before {
  top:50% !important;
  -ms-transform:translateY(-50%) !important;
  -webkit-transform:translateY(-50%)!important;
  transform:translateY(-50%)!important;
}

.center-xy {
  position: absolute;
}

.center-xy,
.sprite-center-xy:before {
  left:50% !important;
  top:50% !important;
  -ms-transform:translate(-50%, -50%) !important;
  -webkit-transform:translate(-50%, -50%)!important;
  transform:translate(-50%, -50%)!important;
}

.foldover {
  position:relative;
}

.foldover:after {
  content:'';
  position:absolute;
  right: -2px;
  top: -2px;
  border-style: solid;
  border-color:transparent;
  border-width:10px;
  border-right-color: #FF6600;
  border-top-color: #FF6600;
  z-index: 5000;
}

.foldover-alternate:after {
    border-right-color:#46ABD3;
    border-top-color:#46ABD3;
}

.fs-overlay {
  padding:30px 0;
  visibility:hidden;
}

.container.container-max {
  width:100%;
}

.nowrap {
  white-space:nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.extend-words {
  word-spacing:6px;
}

span.emphasis {
  font-size:120%;
}

.onoffswitch {
    position: absolute;
    width: 84px;
    top: -6px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-label-pre .onoffswitch {
  right:0;
}
.onoffswitch-label-post .onoffswitch {
  left:0;
}

.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #9ab0bd;
    border-radius: 50px;
    position: initial;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    font-family: Trebuchet, Arial, sans-serif;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 15px;
    background-color: #E3F9DB;
    color: #666;
    text-align: left;
}
.onoffswitch.yesno .onoffswitch-inner:before {
    content: "YES";
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px;
    background-color: #e1eaef;
    text-align: right;
}
.onoffswitch.yesno .onoffswitch-inner:after {
    content: "NO";
}
.onoffswitch-switch {
    display: block;
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    border: 2px solid #99AFBC;
    border-radius: 50%;
    /* transition: all 0.1s linear 0s; */
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  border-color: #77db77;
  }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color:#FFF;
    border-color: #77db77;
}
.onoffswitch.yesno .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right:-5px;
}
.onoffswitch-label-post,
.onoffswitch-label-pre {
  display:inline-block;
  vertical-align: middle;
  margin-bottom:0;
  position: relative;
}
.onoffswitch-label-pre {
  padding-right: 94px;
}
.onoffswitch-label-post {
  padding-left: 94px;
}
.onoffswitch-label-pre {
  padding-right: 94px;
}
.onoffswitch-label-post {
  padding-left: 90px;
}
.subtle-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+62,efefef+100 */

    background: rgb(255, 255, 255);
    /* Old browsers */

    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 62%, rgba(239, 239, 239, 1) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(62%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(239, 239, 239, 1)));
    /* Chrome,Safari4+ */

    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 62%, rgba(239, 239, 239, 1) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 62%, rgba(239, 239, 239, 1) 100%);
    /* Opera 12+ */

    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 62%, rgba(239, 239, 239, 1) 100%);
    /* IE10+ */

    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 62%, rgba(239, 239, 239, 1) 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/*label > * { pointer-events: none; }*/

.pull-bottom:after {
  cursor: pointer;
  content: "\21d5";
  font-size:20px;
  color: #FF7B02;
  text-align: center;
  position:absolute;
  width: 70px;
  height: 30px;
  background:#fff;
  border: 1px solid #dddddd;
  border-top:0;
  left: 50%;
  bottom: -30px;
  z-index: 5000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: -35px;
}

.subtle-badge {
  border:1px solid #ccc;
  display:inline-block;
  padding: 2px 5px;
  background-color: #FFFDE4;
  border-radius: 2px;
}

.auto-width {
  /* width:auto !important; */
}

.wrap-long-strings {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.text-shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.spacer-relative, .cue + .inline, .svg-inline--fa ~ span, .fa-layers ~ span {
  margin-left: .4em;
}
.spacer-em {
  margin-left: .4em !important;
}
.spacer-em-lg {
  margin-left:2em !important;
}
.spacer-fixed {
  margin-left: 15px !important;
}
.input-icon .svg-inline--fa + span {
  margin-left:0;
}
.input-icon .btn .svg-inline--fa + span {
  margin-left:.4em;
}
.ghosted {
  color: rgba(0,0,0,0.3);
}
.ghosted-regular {
  color:rgba(0,0,0,0.5);
}
.ghosted-inverse {
  color:rgba(255,255,255,0.4);
}

.block {
  display:block;
}
.btn-link-left {
  padding-left:0;
}

#habla_window_div {
    left: 50% !important;
    margin-left: -125px !important;
}

#footer-dial {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: #fff;
    z-index: 100;
    font-size: 22px;
    padding: 15px;
    transition: border-color .3s linear;
}
#footer-dial:hover {
    border-color:#777;
}

#footer-dial a {
  display:block;
  text-align: center;
  padding: 1px 0;
  color: #58656d;
}
#footer-dial a:hover {
  color:#000000;
}

.popover {
    font-size: 14px;
    max-width: 320px;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    z-index: 3000;
    color:#777;
}
.popover.top>.arrow {
    margin-left: -11px;
    border-top-color: #bbbbbb;
    bottom: -11px;
}
.popover.top>.arrow:after {
    bottom: 4px;
    border-top-color: #ffffff;
    margin-left: -10px;
}
.popover.bottom>.arrow {
    border-bottom-color: #bbbbbb;
    top: -11px;
}
.popover.bottom>.arrow:after {
    top: 4px;
    border-bottom-color: #FEFFEA;
}
.popover.left>.arrow {
    right: -11px;
    margin-top: -11px;
    border-left-color: #bbbbbb;
}
.popover.left>.arrow:after {
    right: 2px;
    border-left-color: #ffffff;
}
.popover.right>.arrow {
    left: -11px;
    margin-top: -11px;
    border-right-color: #bbbbbb;
}
.popover.right>.arrow:after {
    left: 2px;
    border-right-color: #ffffff;
}
.popover-title {
    background-color: #FEFFEA;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.row-of-links {
  list-style: none;
  padding: 0;
}
ul.row-of-links li {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  min-height: 18px;
}
.row-of-links li + li {
  margin-left: .8em;
  border-left: 1px solid #ddd;
  padding-left: .8em;
}
.row-of-links li a {
  display: block;
  position: relative;
}

.active-indicator {
  position: relative;
}

.row-of-links a.active:after,
.active-indicator:after{
  content:'';
  width: 100%;
  height: 2px;
  background-color: #666666;
  position: absolute;
  left:0;
  bottom: -7px;
}
#slider .row-of-links a.active:after,
#slider .active-indicator:after {
  background-color: #fffde9;
}
.row-of-links.no-border li {
  border-left:0;
}
.row-of-links li.clause-divider {
  margin-left: 0;
  margin-right: -.8em;
}
.extend-bottom-xs-sm {
  margin-bottom:1em !important;
}
.extend-bottom-xs-md {
  margin-bottom:2em !important;
}
.extend-bottom-xs-lg {
  margin-bottom:3em !important;
}
.extend-bottom-xs-xl {
  margin-bottom: 5em !important;
}
.extend-bottom-xs-xs-fixed {
  margin-bottom:5px !important;
}
.extend-bottom-xs-sm-fixed {
  margin-bottom:10px !important;
}
.extend-bottom-xs-md-fixed {
  margin-bottom:20px !important;
}
.extend-bottom-xs-lg-fixed {
  margin-bottom:30px !important;
}
.extend-bottom-xs-xl-fixed {
  margin-bottom:50px !important;
}
.picker {
  z-index: 50000 !important;
}
.fa-spin.fa-2x.center-xy {
  margin-left: -12px;
}
.hr-dark {
  border-color: rgba(0,0,0,0.1);
}

hr.hr-minimal {
    margin: 12px 0;
}
hr.hr-maximum {
    margin: 40px 0;
}
.collapse-bottom-padding {
  padding-bottom: 0 !important;
}
.collapse-top-padding {
  padding-top:0 !important;
}
.pull-right-xs {
  float:right;
}
.onoffswitch-label > * {
    display: block;
    pointer-events: none;
}
.title-hint, a.title-hint {
  border-bottom:1px solid transparent;
  transition: .3s border linear;
}
.title-hint:hover, a.title-hint:hover {
  border-color:inherit;
}

.block-xs {
  display: block !important;
}
.inline-xs {
  display: inline-block !important;
  vertical-align: middle !important;
}
.inline-xs + .inline-xs {
  margin-left:1em;
}
.inline-xs.inline-text-xs,
.inline-text-xs {
  vertical-align:text-bottom !important;
}
.text-left-forced {
  text-align: left !important;
}
.calendly-overlay {
  z-index: 30000 !important;
}
.wistia-end-link,
.wistia-end-link:visited,
.wistia-end-link:active {
  color: #ccc;
  font-size: 24px;
  font-family: proxima-novaregular;
  display: inline-block;
  border-bottom: 1px solid #77DB77;
  line-height: 1.4em;
}
.wistia-end-link:hover {
  color:#fff;
  border-color: #fff;
}
li.divider {
  border-top:1px solid #ccc;
  margin:1em 0 !important;
}
.flex-xs {
  display:flex;
}

/*hack for 100% height inside bs3 until bs4 - children of bs3 floated cols*/
.flex-height {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sprite-spacing-xs {
  padding-left: 1.2em !important;
}
.sprite-spacing-sm {
  padding-left: 1.4em !important;
}
#user-pass-auto-fill-disable {
  height:0;
}

.no-wrap {
  white-space: nowrap;
}

.hidden {
  display: none !important
}
.space-between {
  margin-left:.5em;
  margin-right:.5em;
}
.icon-list li {
  padding-left: 25px;
  position: relative;
}
.icon-list li .svg-inline--fa {
  position: absolute;
  top:0;
  left:0;
}
.icon-list .list-group-item .svg-inline--fa {
  top: 15px;
}
.sup {
  position: relative;
  font-size: 60%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.4em;
}
ol {
  counter-reset: my-counter;
}
.flex {
  display: flex;
}
.capitalize {
  text-transform: uppercase;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media screen and (min-width:768px) {

  .row.row-crunched-sm {
    margin-left:-5px;
    margin-right:-5px;
  }

  .row.row-normal-sm {
    margin-left:-15px;
    margin-right:-15px;
  }

  .row.row-crunched-sm > [class*='col-']{
    padding-left:5px;
    padding-right:5px;
  }

  .row.row-normal-sm > [class*='col-']{
    padding-left:15px;
    padding-right:15px;
  }

  .row.row-expanded-sm > [class*='col-']{
    padding-left:35px;
    padding-right: 35px;
  }

  .row.row-expanded-sm > [class*='col-']{
    padding-left:35px;
    padding-right:35px;
  }
  .row.row-expanded-sm {
    margin:0 -35px;
  }

  .hr-bright {
    border-color: #52C5E8;
  }

  [class*='vert-divider-'] {
    position:relative;
  }

  [class*='vert-divider-']:before,
  [class*='vert-divider-']:after {
    content:'';
    position:absolute;
    height:100%;
    width:0;
    background-color: #ddd;
    top:0;
  }

  [class*='vert-divider-left']:before {
    left: 0;
  }

  [class*='vert-divider-right']:after {
    right: -1px;
  }

  .vert-divider-left-sm:before, .vert-divider-right-sm:after  {
    width:1px;
  }

  [class*='btn-block-'] {
    display:inline-block !important;
    width:auto;
  }

  .btn-block-sm {
    display:block !important;
    width:100%;
  }

  .container.container-max {
    max-width: 2500px;
  }

  .fs-overlay {
    padding: 60px 0;
  }
  #footer-dial {
    position: fixed;
    margin: 0;
    border-radius: 26px;
    right: 10px;
    bottom: 10px;
    width: 40px;
    z-index: 25000;
    font-size: 14px;
    box-shadow: 0 0 80px rgba(0,0,0,0.1);
    padding: 10px 0;
    transition: border-color .3s linear;
    height: 82px;
    background: #98afbd;
  }
  .overlay-open #footer-dial {
    display:none;
  }
  .extend-bottom-sm-sm {
    margin-bottom:1em !important;
  }
  .extend-bottom-sm-md {
    margin-bottom:2em !important;
  }
  .extend-bottom-sm-lg {
    margin-bottom:3em !important;
  }
  .extend-bottom-sm-xl {
    margin-bottom: 5em !important;
  }
  .extend-bottom-sm-xs-fixed {
    margin-bottom:5px !important;
  }
  .extend-bottom-sm-sm-fixed {
    margin-bottom:10px !important;
  }
  .extend-bottom-sm-md-fixed {
    margin-bottom:20px !important;
  }
  .extend-bottom-sm-lg-fixed {
    margin-bottom:30px !important;
  }
  .extend-bottom-sm-xl-fixed {
    margin-bottom:50px !important;
  }
  .extend-bottom-sm-collapse {
    margin-bottom:0 !important;
  }
  .cue-divider-sm > .vert-divider-right-sm {
    padding-right: 50px;
  }
  .cue-divider-sm > .vert-divider-left-sm {
    padding-left: 50px;
  }
  .pull-right-sm {
    float:right;
  }
  .block-sm {
    display: block !important;
  }
  .inline-sm {
    display:inline-block !important;
    vertical-align: middle !important;
  }
  .inline-sm + .inline-sm {
    margin-left:1em;
  }
  .inline-sm.inline-text-sm,
  .inline-text-sm {
    vertical-align:text-bottom !important;
  }
  .flex-height-sm {
    height:100%;
  }
  .flex-sm {
    display:flex;
  }
  .hidden {
    display: none !important
  }
}

@media screen and (min-width:992px) {

  .row.row-crunched-md {
    margin-left:-5px;
    margin-right:-5px;
  }

  .row.row-normal-md {
    margin-left:-15px;
    margin-right:-15px;
  }

  .row.row-normal-md [class*='col-md-12'], .row.row-expanded-md [class*='col-md-12'] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .row.row-crunched-md > [class*='col-']{
    padding-left:5px;
    padding-right:5px;
  }

  .row.row-normal-md > [class*='col-']{
    padding-left:15px;
    padding-right:15px;
  }

  .row.row-expanded-md > [class*='col-']{
    padding-left:35px;
    padding-right:35px;
  }

  .row-expanded-md-flipped.row[class*='row-expanded-'] > [class*='col-']:last-child {
    padding-left: 15px;
  }

  .row-expanded-md-flipped.row[class*='row-expanded-'] > [class*='col-']:first-child {
    padding-right: 15px;
  }

  .row-expanded-md-flipped.row[class*='row-expanded-'] > [class*='col-']:last-child {
    padding-right: 35px;
  }

  .row-expanded-md-flipped.row[class*='row-expanded-'] > [class*='col-']:first-child {
    padding-left: 35px;
  }

  .row.row-expanded-md > [class*='col-']{
    padding-left:35px;
    padding-right:35px;
  }
  .row.row-expanded-md {
    margin:0 -35px;
  }

  .vert-divider-left-md:before, .vert-divider-right-md:after  {
    width:1px;
  }

  [class*='btn-block-'] {
    display:inline-block !important;
    width:auto;
  }

  .btn-block-md {
    display:block !important;
    width:100%;
  }

  .cue-divider {
    position: relative;
  }

  .cue-divider .cue {
    position: absolute;
    z-index: 1000;
    top: 5%;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
  }

  .cue-divider-md > .vert-divider-right-md {
    padding-right:60px;
  }
  .cue-divider-md > .vert-divider-left-md {
    padding-left: 60px;
  }
  .extend-bottom-md-sm {
    margin-bottom:1em !important;
  }
  .extend-bottom-md-md {
    margin-bottom:2em !important;
  }
  .extend-bottom-md-lg {
    margin-bottom:3em !important;
  }
  .extend-bottom-md-xl {
    margin-bottom: 5em !important;
  }
  .extend-bottom-md-xs-fixed {
    margin-bottom:5px !important;
  }
  .extend-bottom-md-sm-fixed {
    margin-bottom:10px !important;
  }
  .extend-bottom-md-md-fixed {
    margin-bottom:20px !important;
  }
  .extend-bottom-md-lg-fixed {
    margin-bottom:30px !important;
  }
  .extend-bottom-md-xl-fixed {
    margin-bottom:50px !important;
  }
  .extend-bottom-md-collapse {
    margin-bottom:0 !important;
  }
  .pull-right-md {
    float:right;
  }
  .block-md {
    display:block !important;
  }
  .inline-md {
    display:inline-block !important;
    vertical-align: middle !important;
  }
  .inline-md + .inline-md {
    margin-left: 1em;
  }
  .inline-md.inline-text-md,
  .inline-text-md {
    vertical-align: text-bottom;
  }
  .flex-height-md {
    height:100%;
  }
  .flex-md {
    display:flex;
  }
  .hidden {
    display: none !important
  }
  .no-border-lg {
    border:0 !important;
  }
}

@media screen and (min-width:1200px) {

  .row.row-crunched-lg {
    margin-left:-5px;
    margin-right:-5px;
  }

  .row.row-normal-lg {
    margin-left:-15px;
    margin-right:-15px;
  }

  .row.row-normal-lg [class='col-lg-12'] {
    padding-right:15px !important;
    padding-left:15px !important;
  }
  .row.row-crunched-lg > [class*='col-']{
    padding-left:5px;
    padding-right:5px;
  }
  .row.row-normal-lg > [class*='col-']{
    padding-left:15px;
    padding-right:15px;
  }
  .row.row-expanded-lg > [class*='col-']{
    padding-left:35px;
    padding-right:35px;
  }
  .row.row-expanded-lg {
    margin:0 -35px;
  }

  .vert-divider-left-lg:before, .vert-divider-right-lg:after  {
    width:1px;
  }

  [class*='btn-block-'] {
    display:inline-block !important;
    width: auto;
  }

  .btn-block-lg {
    display:block !important;
    width:100%;
  }

  .extend-bottom-lg-sm {
    margin-bottom:1em !important;
  }
  .extend-bottom-lg-md {
    margin-bottom:2em !important;
  }
  .extend-bottom-lg-lg {
    margin-bottom:3em !important;
  }
  .extend-bottom-lg-xl {
    margin-bottom: 5em !important;
  }
  .extend-bottom-lg-xs-fixed {
    margin-bottom:5px !important;
  }
  .extend-bottom-lg-sm-fixed {
    margin-bottom:10px !important;
  }
  .extend-bottom-lg-md-fixed {
    margin-bottom:20px !important;
  }
  .extend-bottom-lg-lg-fixed {
    margin-bottom:30px !important;
  }
  .extend-bottom-lg-xl-fixed {
    margin-bottom:50px !important;
  }
  .extend-bottom-lg-collapse {
    margin-bottom:0 !important;
  }
  .pull-right-lg {
    float:right;
  }
  .block-lg {
    display:block !important;
  }
  .inline-lg {
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .inline-lg + .inline-lg {
    margin-left:1em;
  }
  .inline-lg.inline-text-lg,
  .inline-text-lg {
    vertical-align: text-bottom;
  }
  .hidden {
    display: none !important
  }
}

@media (min-width: 1600px) {

    .inline-xl {
      display:inline-block !important;
      vertical-align: middle !important;
    }
    .inline-xl + .inline-xl {
      margin-left: 1em;
    }
    .vert-divider-left-xl:before, .vert-divider-right-xl:after  {
      width:1px;
    }
    .row.row-crunched-xl {
      margin-left:-5px;
      margin-right:-5px;
    }

    .row.row-normal-xl {
      margin-left:-15px;
      margin-right:-15px;
    }

    .row.row-normal-xl [class='col-xl-12'] {
      padding-right:15px !important;
      padding-left:15px !important;
    }
    .row.row-crunched-xl > [class*='col-']{
      padding-left:5px;
      padding-right:5px;
    }
    .row.row-normal-xl > [class*='col-']{
      padding-left:15px;
      padding-right:15px;
    }
    .row.row-expanded-xl > [class*='col-']{
      padding-left:35px;
      padding-right:35px;
    }
    .row.row-expanded-xl {
      margin:0 -35px;
    }
    .hidden {
      display: none !important
    }
}


/*--------------------------------animation/keyframes--------------------------------*/

.bounce, .pulse, .floating, .tossing, .pullUp, .pullDown, .stretchLeft, .stretchRight, .fadeIn, .fadeInStandard, .slideUp {
  visibility: visible !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.expandUp {
  max-height: 100px; /* approximate max height */
  overflow-y:hidden;
  transition-delay:.3s;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.expandUp.closed {
  max-height: 0;
}

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;

  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;

  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.7;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;

  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;

  animation-iteration-count: 4;
  -webkit-animation-iteration-count: 4;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-25%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;

  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;

  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}

.bounce{
  animation-name: bounce;
  -webkit-animation-name: bounce;

  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;

  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;

  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60%{
    transform: translateY(-100%) scaleY(1.1);
  }
  70%{
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80%{
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90%{
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100%{
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6);
  }
  60%{
    -webkit-transform: translateY(-100%) scaleY(1.1);
  }
  70%{
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80%{
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90%{
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100%{
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
  }
}

.fadeIn{
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;

  animation-duration: .4s;
  -webkit-animation-duration: .4s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.fadeInStandard{
  animation-name: fadeInStandard;
  -webkit-animation-name: fadeInStandard;

  animation-duration: .4s;
  -webkit-animation-duration: .4s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
}

@keyframes fadeInStandard {
  0% {
    opacity: 0.0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInStandard {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.slideUp{
  animation-name: slideUp;
  -webkit-animation-name: slideUp;

  animation-duration: 1s;
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;

}

.slideUp.fast {
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50%{
    transform: translateY(-8%);
  }
  65%{
    transform: translateY(4%);
  }
  80%{
    transform: translateY(-4%);
  }
  95%{
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50%{
    -webkit-transform: translateY(-8%);
  }
  65%{
    -webkit-transform: translateY(4%);
  }
  80%{
    -webkit-transform: translateY(-4%);
  }
  95%{
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.rotate {
-webkit-animation-name: rotate;
-webkit-animation-duration: 0.5s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
}


@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.rotateIn {
-webkit-animation-name: rotateIn;
-webkit-animation-duration: 0.25s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-60deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

.pullUp{
  animation-name: pullUp;
  -webkit-animation-name: pullUp;

  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;

  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;

  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

.pullUp.fast {
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
}

@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}

.pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;

	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}
}


.turn{

  animation-name: turn;
  -webkit-animation-name: turn;

  animation-duration: .2s;
  -webkit-animation-duration: .2s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

@keyframes turn {
  0% {
    transform: scaleY(0.1);
    background:transparent;
  }

  50% {
    background:#FFFFE4;
  }

  100% {
    transform: scaleY(1);
    background:transparent;
  }
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: scaleY(0.1);
    background:transparent;
  }

  50% {
    background:#FFFFE4;
  }

  100% {
    -webkit-transform: scaleY(1);
    background:transpar
  }
}

.fly-in-from-bottom {
  -webkit-user-select: none;
  -webkit-animation: fly-in-from-bottom .5s ease both;
  -webkit-transform-origin: top left;
}

@-webkit-keyframes fly-in-from-bottom {
  from {
    -webkit-transform: translateY(30rem);
    opacity:0;
  }
}

.fv-pulse {
 animation-duration: 1.5s;
 -webkit-animation-duration: 1.5s;
 animation-iteration-count:infinite;
 -webkit-animation-iteration-count: infinite;
 animation-timing-function: ease-out;
 -webkit-animation-timing-function: ease-out;
 -webkit-transform-origin: 50% 50%;
 transform-origin:50% 50%;
 -webkit-animation-name: fv-pulse;
 animation-name: fv-pulse;
}

@keyframes fv-pulse {
  0% {
    transform: scale(0.5);
    opacity: 0.0;
  }
  50% {
    transform: scale(1.0);
  }
  100% {
    opacity: 1.0; }
}

@-webkit-keyframes fv-pulse {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: scale(1.0);
  }
  100% {
    opacity: 1.0; }
}

.fv-urgent {
 animation-duration: .4s;
 -webkit-animation-duration: .4s;
 animation-iteration-count:infinite;
 -webkit-animation-iteration-count: infinite;
 animation-timing-function: ease-out;
 -webkit-animation-timing-function: ease-out;
 -webkit-transform-origin: 50% 50%;
 transform-origin:50% 50%;
 -webkit-animation-name: fv-urgent;
 animation-name: fv-urgent;
}

@keyframes fv-urgent {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    transform: scale(1);
    opacity: 1.0;
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes fv-urgent {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1);
  }
}



.stretchLeft{
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;

  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;

  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;

  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}

.stretchRight{
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;

  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;

  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;

  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}

.slideRight.fast {
  animation-duration: .20s;
  -webkit-animation-duration: .20s;
}
.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

@keyframes fv-flash {
  1% {
      background-color: #FFFDE6;
  }
}

@-webkit-keyframes fv-flash {
    1% {
        background-color: #FFFDE6;
    }
}

.fv-flash {
  -webkit-animation-name: fv-flash;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-name: fv-flash;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

@keyframes flash-success {
  5% {
      background: #DCF6D8;
  }
}

@-webkit-keyframes flash-success {
    5% {
        background: #DCF6D8;
    }
}

.flash-success {
  -webkit-animation-name: flash-success;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: flash-success;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

.scale-disappear {
  transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6);
  opacity:0;
}

.scale-up-down-animation {
  -webkit-animation-name: scale-up-down;
  -webkit-animation-duration: .75s;
  -webkit-animation-iteration-count: 1;
  animation-name: scale-up-down;
  animation-duration: .75s;
  animation-iteration-count: 1;
  position: relative;
  z-index: 10;
}

.bellshake-animation {
  animation-name: bellshake;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes bellshake {
  0% { transform: rotate(0); }
  15% { transform: rotate(7deg); }
  30% { transform: rotate(-7deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
}

@-webkit-keyframes scale-up-down {
  50% {
    -webkit-transform: scale(3);
    background:#FFFDE6;
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scale-up-down {
  50% {
    transform: scale(3);
    background:#FFFDE6;
  }
  100% {
    transform: scale(1);
  }
}

@font-face {
  font-family: 'oswald-light';
  src: url('../fonts/oswald-light-webfont.eot');
  src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-light-webfont.svg#oswald-light') format('svg'), url('../fonts/oswald-light-webfont.woff') format('woff'), url('../fonts/oswald-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oswald-regular';
  src: url('../fonts/oswald-regular-webfont.eot');
  src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-regular-webfont.svg#oswald-regular') format('svg'), url('../fonts/oswald-regular-webfont.woff') format('woff'), url('../fonts/oswald-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'oxygen-light';
  src: url('../fonts/oxygen-light-webfont.eot');
  src: url('../fonts/oxygen-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oxygen-light-webfont.svg#oxygen-light') format('svg'), url('../fonts/oxygen-light-webfont.woff') format('woff'), url('../fonts/oxygen-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

  @font-face {
    font-family: 'proxima-novaregular';
    src: url('/fonts/proximanova-regular-webfont.eot');
    src: url('/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/proximanova-regular-webfont.woff2') format('woff2'), url('/fonts/proximanova-regular-webfont.woff') format('woff'), url('/fonts/proximanova-regular-webfont.ttf') format('truetype'), url('/fonts/proximanova-regular-webfont.svg#proxima-novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'oxygen_monoregular';
    src: url('/fonts/oxygenmono-regular-webfont.woff2') format('woff2'),
         url('/fonts/oxygenmono-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'proxima-novaregular';
    src: url('../fonts/proximanova-regular-webfont.svg#proxima-novaregular') format('svg');
  }
  @font-face {
    font-family: 'oswald-light';
    src: url('../fonts/oswald-light-webfont.svg#oswald-light') format('svg');
  }
  @font-face {
    font-family: 'oswald-regular';
    src: url('../fonts/oswald-regular-webfont.svg#oswald-regular') format('svg');
  }
  @font-face {
    font-family: 'oxygen-light';
    src: url('../fonts/oxygen-light-webfont.svg#oxygen-light') format('svg');
    background:transpar
  }
}

/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background: #ffffff;
  background-image: none;
}
.select select,
.select .form-control {
  border:0;
  height: 42px;
  border-radius: 0;
  padding: 10px 34px 12px 14px;
}
/* Custom Select */
.select {
  position: relative;
  display: block;
  height: 44px;
  border: 1px solid #83D4ED;
  padding: 0;
  background: white;
}
.select.transparent-select,
.select.transparent-select select {
  border:0;
  background: none;
  background: rgba(255,255,255,0.5);
}
.select.transparent-select {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.spot-quote-email-group-header .transparent-select {
  border-color: #83d4ee;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #555;
  cursor: pointer;
  background-image:url(/img/select-arrow.png) !important;
  background-repeat:no-repeat !important;
  background-position: right center !important;
}
select::-ms-expand {
  display: none;
}
