@charset "UTF-8";
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
* {
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  color: #222; }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #5460FF;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #5460FF;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .container img {
    width: 100%; }

.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

@media (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 550px) {
  .container {
    padding: 0 1.5rem; }
  .column,
  .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .column.centered, .columns.centered {
      margin-left: auto;
      margin-right: auto;
      float: none; }
  .mobile-one.column,
  .mobile-one.columns {
    width: 25%; }
  .mobile-two.columns {
    width: 50%; }
  .mobile-three.columns {
    width: 75%; }
  .mobile-four.columns {
    width: 100%; } }

@media (min-width: 768px) {
  .one.column,
  .one.columns {
    width: 8.33333%; }
  .two.columns {
    width: 16.66667%; }
  .three.columns {
    width: 25%; }
  .four.columns {
    width: 33.33333%; }
  .five.columns {
    width: 41.66667%; }
  .six.columns {
    width: 50%; }
  .seven.columns {
    width: 58.33333%; }
  .eight.columns {
    width: 66.66667%; }
  .nine.columns {
    width: 75%; }
  .ten.columns {
    width: 83.33333%; }
  .eleven.columns {
    width: 91.66667%; }
  .twelve.columns {
    width: 100%; }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.33333%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.66667%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.33333%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.66667%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.33333%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.66667%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.33333%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.66667%; } }

@media (min-width: 1300px) {
  .container {
    max-width: 130rem; } }

.hr-10 {
  width: 10%;
  margin-left: auto;
  margin-right: auto; }

.hr-20 {
  width: 20%;
  margin-left: auto;
  margin-right: auto; }

.hr-30 {
  width: 30%;
  margin-left: auto;
  margin-right: auto; }

.hr-40 {
  width: 40%;
  margin-left: auto;
  margin-right: auto; }

.hr-45 {
  width: 45%;
  margin-left: auto;
  margin-right: auto; }

.hr-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto; }

.hr-75 {
  width: 75%;
  margin-left: auto;
  margin-right: auto; }

.mt00 {
  margin-top: 0; }

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

.mt05 {
  margin-top: 05px; }

.mt-05 {
  margin-top: -05px; }

.mt05i {
  margin-top: 05px !important; }

.mt10 {
  margin-top: 10px; }

.mt-10 {
  margin-top: -10px; }

.mt10i {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px; }

.mt-15 {
  margin-top: -15px; }

.mt15i {
  margin-top: 15px !important; }

.mt17 {
  margin-top: 17px; }

.mt-17 {
  margin-top: -17px; }

.mt17i {
  margin-top: 17px !important; }

.mt20 {
  margin-top: 20px; }

.mt-20 {
  margin-top: -20px; }

.mt20i {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px; }

.mt-25 {
  margin-top: -25px; }

.mt25i {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px; }

.mt-30 {
  margin-top: -30px; }

.mt30i {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px; }

.mt-35 {
  margin-top: -35px; }

.mt35i {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px; }

.mt-40 {
  margin-top: -40px; }

.mt40i {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px; }

.mt-45 {
  margin-top: -45px; }

.mt45i {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px; }

.mt-50 {
  margin-top: -50px; }

.mt50i {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px; }

.mt-55 {
  margin-top: -55px; }

.mt55i {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px; }

.mt-60 {
  margin-top: -60px; }

.mt60i {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px; }

.mt-65 {
  margin-top: -65px; }

.mt65i {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px; }

.mt-70 {
  margin-top: -70px; }

.mt70i {
  margin-top: 70px !important; }

.mt75 {
  margin-top: 75px; }

.mt-75 {
  margin-top: -75px; }

.mt75i {
  margin-top: 75px !important; }

.mt80 {
  margin-top: 80px; }

.mt-80 {
  margin-top: -80px; }

.mt80i {
  margin-top: 80px !important; }

.mt85 {
  margin-top: 85px; }

.mt-85 {
  margin-top: -85px; }

.mt85i {
  margin-top: 85px !important; }

.mt90 {
  margin-top: 90px; }

.mt-90 {
  margin-top: -90px; }

.mt90i {
  margin-top: 90px !important; }

.mt95 {
  margin-top: 95px; }

.mt-95 {
  margin-top: -95px; }

.mt95i {
  margin-top: 95px !important; }

.mt100 {
  margin-top: 100px; }

.mt-100 {
  margin-top: -100px; }

.mt100i {
  margin-top: 100px !important; }

.mt150 {
  margin-top: 150px; }

.mt-150 {
  margin-top: -150px; }

.mt150i {
  margin-top: 150px !important; }

.mb00 {
  margin-bottom: 0; }

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

.mb05 {
  margin-bottom: 05px; }

.mb-05 {
  margin-bottom: -05px; }

.mb05i {
  margin-bottom: 05px !important; }

.mb10 {
  margin-bottom: 10px; }

.mb-10 {
  margin-bottom: -10px; }

.mb10i {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px; }

.mb-15 {
  margin-bottom: -15px; }

.mb15i {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px; }

.mb-20 {
  margin-bottom: -20px; }

.mb20i {
  margin-bottom: 20px !important; }

.mb23 {
  margin-bottom: 23px; }

.mb-23 {
  margin-bottom: -23px; }

.mb23i {
  margin-bottom: 23px !important; }

.mb25 {
  margin-bottom: 25px; }

.mb-25 {
  margin-bottom: -25px; }

.mb25i {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px; }

.mb-30 {
  margin-bottom: -30px; }

.mb30i {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px; }

.mb-35 {
  margin-bottom: -35px; }

.mb35i {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px; }

.mb-40 {
  margin-bottom: -40px; }

.mb40i {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px; }

.mb-45 {
  margin-bottom: -45px; }

.mb45i {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px; }

.mb-50 {
  margin-bottom: -50px; }

.mb50i {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px; }

.mb-55 {
  margin-bottom: -55px; }

.mb55i {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px; }

.mb-60 {
  margin-bottom: -60px; }

.mb60i {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px; }

.mb-65 {
  margin-bottom: -65px; }

.mb65i {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px; }

.mb-70 {
  margin-bottom: -70px; }

.mb70i {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px; }

.mb-75 {
  margin-bottom: -75px; }

.mb75i {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px; }

.mb-80 {
  margin-bottom: -80px; }

.mb80i {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px; }

.mb-85 {
  margin-bottom: -85px; }

.mb85i {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px; }

.mb-90 {
  margin-bottom: -90px; }

.mb90i {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px; }

.mb-95 {
  margin-bottom: -95px; }

.mb95i {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px; }

.mb-100 {
  margin-bottom: -100px; }

.mb100i {
  margin-bottom: 100px !important; }

.mb150 {
  margin-bottom: 150px; }

.mb-150 {
  margin-bottom: -150px; }

.mb150i {
  margin-bottom: 150px !important; }

.ml00 {
  margin-left: 0; }

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

.ml05 {
  margin-left: 05px; }

.ml-05 {
  margin-left: -05px; }

.ml05i {
  margin-left: 05px !important; }

.ml10 {
  margin-left: 10px; }

.ml-10 {
  margin-left: -10px; }

.ml10i {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px; }

.ml-15 {
  margin-left: -15px; }

.ml15i {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px; }

.ml-20 {
  margin-left: -20px; }

.ml20i {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px; }

.ml-25 {
  margin-left: -25px; }

.ml25i {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px; }

.ml-30 {
  margin-left: -30px; }

.ml30i {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px; }

.ml-35 {
  margin-left: -35px; }

.ml35i {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px; }

.ml-40 {
  margin-left: -40px; }

.ml40i {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px; }

.ml-45 {
  margin-left: -45px; }

.ml45i {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px; }

.ml-50 {
  margin-left: -50px; }

.ml50i {
  margin-left: 50px !important; }

.ml55 {
  margin-left: 55px; }

.ml-55 {
  margin-left: -55px; }

.ml55i {
  margin-left: 55px !important; }

.ml60 {
  margin-left: 60px; }

.ml-60 {
  margin-left: -60px; }

.ml60i {
  margin-left: 60px !important; }

.ml65 {
  margin-left: 65px; }

.ml-65 {
  margin-left: -65px; }

.ml65i {
  margin-left: 65px !important; }

.ml70 {
  margin-left: 70px; }

.ml-70 {
  margin-left: -70px; }

.ml70i {
  margin-left: 70px !important; }

.ml75 {
  margin-left: 75px; }

.ml-75 {
  margin-left: -75px; }

.ml75i {
  margin-left: 75px !important; }

.ml80 {
  margin-left: 80px; }

.ml-80 {
  margin-left: -80px; }

.ml80i {
  margin-left: 80px !important; }

.ml85 {
  margin-left: 85px; }

.ml-85 {
  margin-left: -85px; }

.ml85i {
  margin-left: 85px !important; }

.ml90 {
  margin-left: 90px; }

.ml-90 {
  margin-left: -90px; }

.ml90i {
  margin-left: 90px !important; }

.ml95 {
  margin-left: 95px; }

.ml-95 {
  margin-left: -95px; }

.ml95i {
  margin-left: 95px !important; }

.ml100 {
  margin-left: 100px; }

.ml-100 {
  margin-left: -100px; }

.ml100i {
  margin-left: 100px !important; }

.ml150 {
  margin-left: 150px; }

.ml-150 {
  margin-left: -150px; }

.ml150i {
  margin-left: 150px !important; }

.mr00 {
  margin-right: 0; }

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

.mr05 {
  margin-right: 05px; }

.mr-05 {
  margin-right: -05px; }

.mr05i {
  margin-right: 05px !important; }

.mr10 {
  margin-right: 10px; }

.mr-10 {
  margin-right: -10px; }

.mr10i {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px; }

.mr-15 {
  margin-right: -15px; }

.mr15i {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px; }

.mr-20 {
  margin-right: -20px; }

.mr20i {
  margin-right: 20px !important; }

.mr21 {
  margin-right: 21px; }

.mr-21 {
  margin-right: -21px; }

.mr21i {
  margin-right: 21px !important; }

.mr25 {
  margin-right: 25px; }

.mr-25 {
  margin-right: -25px; }

.mr25i {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px; }

.mr-30 {
  margin-right: -30px; }

.mr30i {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px; }

.mr-35 {
  margin-right: -35px; }

.mr35i {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px; }

.mr-40 {
  margin-right: -40px; }

.mr40i {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px; }

.mr-45 {
  margin-right: -45px; }

.mr45i {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px; }

.mr-50 {
  margin-right: -50px; }

.mr50i {
  margin-right: 50px !important; }

.mr55 {
  margin-right: 55px; }

.mr-55 {
  margin-right: -55px; }

.mr55i {
  margin-right: 55px !important; }

.mr60 {
  margin-right: 60px; }

.mr-60 {
  margin-right: -60px; }

.mr60i {
  margin-right: 60px !important; }

.mr65 {
  margin-right: 65px; }

.mr-65 {
  margin-right: -65px; }

.mr65i {
  margin-right: 65px !important; }

.mr70 {
  margin-right: 70px; }

.mr-70 {
  margin-right: -70px; }

.mr70i {
  margin-right: 70px !important; }

.mr75 {
  margin-right: 75px; }

.mr-75 {
  margin-right: -75px; }

.mr75i {
  margin-right: 75px !important; }

.mr80 {
  margin-right: 80px; }

.mr-80 {
  margin-right: -80px; }

.mr80i {
  margin-right: 80px !important; }

.mr85 {
  margin-right: 85px; }

.mr-85 {
  margin-right: -85px; }

.mr85i {
  margin-right: 85px !important; }

.mr90 {
  margin-right: 90px; }

.mr-90 {
  margin-right: -90px; }

.mr90i {
  margin-right: 90px !important; }

.mr95 {
  margin-right: 95px; }

.mr-95 {
  margin-right: -95px; }

.mr95i {
  margin-right: 95px !important; }

.mr100 {
  margin-right: 100px; }

.mr-100 {
  margin-right: -100px; }

.mr100i {
  margin-right: 100px !important; }

.mr150 {
  margin-right: 150px; }

.mr-150 {
  margin-right: -150px; }

.mr150i {
  margin-right: 150px !important; }

.pt00 {
  padding-top: 0; }

.pt00i {
  padding-top: 0 !important; }

.pt05 {
  padding-top: 05px; }

.pt05i {
  padding-top: 05px !important; }

.pt10 {
  padding-top: 10px; }

.pt10i {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px; }

.pt15i {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px; }

.pt20i {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px; }

.pt25i {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px; }

.pt30i {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px; }

.pt35i {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px; }

.pt40i {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px; }

.pt45i {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px; }

.pt50i {
  padding-top: 50px !important; }

.pt55 {
  padding-top: 55px; }

.pt55i {
  padding-top: 55px !important; }

.pt60 {
  padding-top: 60px; }

.pt60i {
  padding-top: 60px !important; }

.pt65 {
  padding-top: 65px; }

.pt65i {
  padding-top: 65px !important; }

.pt70 {
  padding-top: 70px; }

.pt70i {
  padding-top: 70px !important; }

.pt75 {
  padding-top: 75px; }

.pt75i {
  padding-top: 75px !important; }

.pt80 {
  padding-top: 80px; }

.pt80i {
  padding-top: 80px !important; }

.pt85 {
  padding-top: 85px; }

.pt85i {
  padding-top: 85px !important; }

.pt90 {
  padding-top: 90px; }

.pt90i {
  padding-top: 90px !important; }

.pt95 {
  padding-top: 95px; }

.pt95i {
  padding-top: 95px !important; }

.pt100 {
  padding-top: 100px; }

.pt100i {
  padding-top: 100px !important; }

.pt150 {
  padding-top: 150px; }

.pt150i {
  padding-top: 150px !important; }

.pb00 {
  padding-bottom: 0; }

.pb00i {
  padding-bottom: 0 !important; }

.pb05 {
  padding-bottom: 05px; }

.pb05i {
  padding-bottom: 05px !important; }

.pb10 {
  padding-bottom: 10px; }

.pb10i {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px; }

.pb15i {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px; }

.pb20i {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px; }

.pb25i {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px; }

.pb30i {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px; }

.pb35i {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px; }

.pb40i {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px; }

.pb45i {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px; }

.pb50i {
  padding-bottom: 50px !important; }

.pb55 {
  padding-bottom: 55px; }

.pb55i {
  padding-bottom: 55px !important; }

.pb60 {
  padding-bottom: 60px; }

.pb60i {
  padding-bottom: 60px !important; }

.pb65 {
  padding-bottom: 65px; }

.pb65i {
  padding-bottom: 65px !important; }

.pb70 {
  padding-bottom: 70px; }

.pb70i {
  padding-bottom: 70px !important; }

.pb75 {
  padding-bottom: 75px; }

.pb75i {
  padding-bottom: 75px !important; }

.pb80 {
  padding-bottom: 80px; }

.pb80i {
  padding-bottom: 80px !important; }

.pb85 {
  padding-bottom: 85px; }

.pb85i {
  padding-bottom: 85px !important; }

.pb90 {
  padding-bottom: 90px; }

.pb90i {
  padding-bottom: 90px !important; }

.pb95 {
  padding-bottom: 95px; }

.pb95i {
  padding-bottom: 95px !important; }

.pb100 {
  padding-bottom: 100px; }

.pb100i {
  padding-bottom: 100px !important; }

.pb150 {
  padding-bottom: 150px; }

.pb150i {
  padding-bottom: 150px !important; }

.pl00 {
  padding-left: 0; }

.pl00i {
  padding-left: 0 !important; }

.pl05 {
  padding-left: 05px; }

.pl05i {
  padding-left: 05px !important; }

.pl10 {
  padding-left: 10px; }

.pl10i {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px; }

.pl15i {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px; }

.pl20i {
  padding-left: 20px !important; }

.pl23 {
  padding-left: 23px; }

.pl23i {
  padding-left: 23px !important; }

.pl25 {
  padding-left: 25px; }

.pl25i {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px; }

.pl30i {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px; }

.pl35i {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px; }

.pl40i {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px; }

.pl45i {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px; }

.pl50i {
  padding-left: 50px !important; }

.pl55 {
  padding-left: 55px; }

.pl55i {
  padding-left: 55px !important; }

.pl60 {
  padding-left: 60px; }

.pl60i {
  padding-left: 60px !important; }

.pl65 {
  padding-left: 65px; }

.pl65i {
  padding-left: 65px !important; }

.pl70 {
  padding-left: 70px; }

.pl70i {
  padding-left: 70px !important; }

.pl75 {
  padding-left: 75px; }

.pl75i {
  padding-left: 75px !important; }

.pl80 {
  padding-left: 80px; }

.pl80i {
  padding-left: 80px !important; }

.pl85 {
  padding-left: 85px; }

.pl85i {
  padding-left: 85px !important; }

.pl90 {
  padding-left: 90px; }

.pl90i {
  padding-left: 90px !important; }

.pl95 {
  padding-left: 95px; }

.pl95i {
  padding-left: 95px !important; }

.pl100 {
  padding-left: 100px; }

.pl100i {
  padding-left: 100px !important; }

.pl150 {
  padding-left: 150px; }

.pl150i {
  padding-left: 150px !important; }

.pr00 {
  padding-right: 0; }

.pr00i {
  padding-right: 0 !important; }

.pr05 {
  padding-right: 05px; }

.pr05i {
  padding-right: 05px !important; }

.pr10 {
  padding-right: 10px; }

.pr10i {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px; }

.pr15i {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px; }

.pr20i {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px; }

.pr25i {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px; }

.pr30i {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px; }

.pr35i {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px; }

.pr40i {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px; }

.pr45i {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px; }

.pr50i {
  padding-right: 50px !important; }

.pr55 {
  padding-right: 55px; }

.pr55i {
  padding-right: 55px !important; }

.pr60 {
  padding-right: 60px; }

.pr60i {
  padding-right: 60px !important; }

.pr65 {
  padding-right: 65px; }

.pr65i {
  padding-right: 65px !important; }

.pr70 {
  padding-right: 70px; }

.pr70i {
  padding-right: 70px !important; }

.pr75 {
  padding-right: 75px; }

.pr75i {
  padding-right: 75px !important; }

.pr80 {
  padding-right: 80px; }

.pr80i {
  padding-right: 80px !important; }

.pr85 {
  padding-right: 85px; }

.pr85i {
  padding-right: 85px !important; }

.pr90 {
  padding-right: 90px; }

.pr90i {
  padding-right: 90px !important; }

.pr95 {
  padding-right: 95px; }

.pr95i {
  padding-right: 95px !important; }

.pr100 {
  padding-right: 100px; }

.pr100i {
  padding-right: 100px !important; }

.pr150 {
  padding-right: 150px; }

.pr150i {
  padding-right: 150px !important; }

@media (max-width: 767px) {
  .sm-pt00 {
    padding-top: 0; }
  .sm-pt00i {
    padding-top: 0 !important; }
  .sm-pt05 {
    padding-top: 05px; }
  .sm-pt05i {
    padding-top: 05px !important; }
  .sm-pt10 {
    padding-top: 10px; }
  .sm-pt10i {
    padding-top: 10px !important; }
  .sm-pt15 {
    padding-top: 15px; }
  .sm-pt15i {
    padding-top: 15px !important; }
  .sm-pt20 {
    padding-top: 20px; }
  .sm-pt20i {
    padding-top: 20px !important; }
  .sm-pt25 {
    padding-top: 25px; }
  .sm-pt25i {
    padding-top: 25px !important; }
  .sm-pt30 {
    padding-top: 30px; }
  .sm-pt30i {
    padding-top: 30px !important; }
  .sm-pt35 {
    padding-top: 35px; }
  .sm-pt35i {
    padding-top: 35px !important; }
  .sm-pt40 {
    padding-top: 40px; }
  .sm-pt40i {
    padding-top: 40px !important; }
  .sm-pt45 {
    padding-top: 45px; }
  .sm-pt45i {
    padding-top: 45px !important; }
  .sm-pt50 {
    padding-top: 50px; }
  .sm-pt50i {
    padding-top: 50px !important; }
  .sm-pb00 {
    padding-bottom: 0; }
  .sm-pb00i {
    padding-bottom: 0 !important; }
  .sm-pb05 {
    padding-bottom: 05px; }
  .sm-pb05i {
    padding-bottom: 05px !important; }
  .sm-pb10 {
    padding-bottom: 10px; }
  .sm-pb10i {
    padding-bottom: 10px !important; }
  .sm-pb15 {
    padding-bottom: 15px; }
  .sm-pb15i {
    padding-bottom: 15px !important; }
  .sm-pb20 {
    padding-bottom: 20px; }
  .sm-pb20i {
    padding-bottom: 20px !important; }
  .sm-pb25 {
    padding-bottom: 25px; }
  .sm-pb25i {
    padding-bottom: 25px !important; }
  .sm-pb30 {
    padding-bottom: 30px; }
  .sm-pb30i {
    padding-bottom: 30px !important; }
  .sm-pb35 {
    padding-bottom: 35px; }
  .sm-pb35i {
    padding-bottom: 35px !important; }
  .sm-pb40 {
    padding-bottom: 40px; }
  .sm-pb40i {
    padding-bottom: 40px !important; }
  .sm-pb45 {
    padding-bottom: 45px; }
  .sm-pb45i {
    padding-bottom: 45px !important; }
  .sm-pb50 {
    padding-bottom: 50px; }
  .sm-pb50i {
    padding-bottom: 50px !important; }
  .sm-pl00 {
    padding-left: 0; }
  .sm-pl00i {
    padding-left: 0 !important; }
  .sm-pl05 {
    padding-left: 05px; }
  .sm-pl05i {
    padding-left: 05px !important; }
  .sm-pl10 {
    padding-left: 10px; }
  .sm-pl10i {
    padding-left: 10px !important; }
  .sm-pl15 {
    padding-left: 15px; }
  .sm-pl15i {
    padding-left: 15px !important; }
  .sm-pl20 {
    padding-left: 20px; }
  .sm-pl20i {
    padding-left: 20px !important; }
  .sm-pl23 {
    padding-left: 23px; }
  .sm-pl23i {
    padding-left: 23px !important; }
  .sm-pl25 {
    padding-left: 25px; }
  .sm-pl25i {
    padding-left: 25px !important; }
  .sm-pl30 {
    padding-left: 30px; }
  .sm-pl30i {
    padding-left: 30px !important; }
  .sm-pl35 {
    padding-left: 35px; }
  .sm-pl35i {
    padding-left: 35px !important; }
  .sm-pl40 {
    padding-left: 40px; }
  .sm-pl40i {
    padding-left: 40px !important; }
  .sm-pl45 {
    padding-left: 45px; }
  .sm-pl45i {
    padding-left: 45px !important; }
  .sm-pl50 {
    padding-left: 50px; }
  .sm-pl50i {
    padding-left: 50px !important; }
  .sm-pr00 {
    padding-right: 0; }
  .sm-pr00i {
    padding-right: 0 !important; }
  .sm-pr05 {
    padding-right: 05px; }
  .sm-pr05i {
    padding-right: 05px !important; }
  .sm-pr10 {
    padding-right: 10px; }
  .sm-pr10i {
    padding-right: 10px !important; }
  .sm-pr15 {
    padding-right: 15px; }
  .sm-pr15i {
    padding-right: 15px !important; }
  .sm-pr20 {
    padding-right: 20px; }
  .sm-pr20i {
    padding-right: 20px !important; }
  .sm-pr25 {
    padding-right: 25px; }
  .sm-pr25i {
    padding-right: 25px !important; }
  .sm-pr30 {
    padding-right: 30px; }
  .sm-pr30i {
    padding-right: 30px !important; }
  .sm-pr35 {
    padding-right: 35px; }
  .sm-pr35i {
    padding-right: 35px !important; }
  .sm-pr40 {
    padding-right: 40px; }
  .sm-pr40i {
    padding-right: 40px !important; }
  .sm-pr45 {
    padding-right: 45px; }
  .sm-pr45i {
    padding-right: 45px !important; }
  .sm-pr50 {
    padding-right: 50px; }
  .sm-pr50i {
    padding-right: 50px !important; }
  .sm-mt00 {
    margin-top: 0; }
  .sm-mt00i {
    margin-top: 0 !important; }
  .sm-mt05 {
    margin-top: 05px; }
  .sm-mt-05 {
    margin-top: -05px; }
  .sm-mt05i {
    margin-top: 05px !important; }
  .sm-mt10 {
    margin-top: 10px; }
  .sm-mt-10 {
    margin-top: -10px; }
  .sm-mt10i {
    margin-top: 10px !important; }
  .sm-mt15 {
    margin-top: 15px; }
  .sm-mt-15 {
    margin-top: -15px; }
  .sm-mt15i {
    margin-top: 15px !important; }
  .sm-mt17 {
    margin-top: 17px; }
  .sm-mt-17 {
    margin-top: -17px; }
  .sm-mt17i {
    margin-top: 17px !important; }
  .sm-mt20 {
    margin-top: 20px; }
  .sm-mt-20 {
    margin-top: -20px; }
  .sm-mt20i {
    margin-top: 20px !important; }
  .sm-mt25 {
    margin-top: 25px; }
  .sm-mt-25 {
    margin-top: -25px; }
  .sm-mt25i {
    margin-top: 25px !important; }
  .sm-mt30 {
    margin-top: 30px; }
  .sm-mt-30 {
    margin-top: -30px; }
  .sm-mt30i {
    margin-top: 30px !important; }
  .sm-mt35 {
    margin-top: 35px; }
  .sm-mt-35 {
    margin-top: -35px; }
  .sm-mt35i {
    margin-top: 35px !important; }
  .sm-mt40 {
    margin-top: 40px; }
  .sm-mt-40 {
    margin-top: -40px; }
  .sm-mt40i {
    margin-top: 40px !important; }
  .sm-mt45 {
    margin-top: 45px; }
  .sm-mt-45 {
    margin-top: -45px; }
  .sm-mt45i {
    margin-top: 45px !important; }
  .sm-mt50 {
    margin-top: 50px; }
  .sm-mt-50 {
    margin-top: -50px; }
  .sm-mt50i {
    margin-top: 50px !important; }
  .sm-mb00 {
    margin-bottom: 0; }
  .sm-mb00i {
    margin-bottom: 0 !important; }
  .sm-mb05 {
    margin-bottom: 05px; }
  .sm-mb-05 {
    margin-bottom: -05px; }
  .sm-mb05i {
    margin-bottom: 05px !important; }
  .sm-mb10 {
    margin-bottom: 10px; }
  .sm-mb-10 {
    margin-bottom: -10px; }
  .sm-mb10i {
    margin-bottom: 10px !important; }
  .sm-mb15 {
    margin-bottom: 15px; }
  .sm-mb-15 {
    margin-bottom: -15px; }
  .sm-mb15i {
    margin-bottom: 15px !important; }
  .sm-mb20 {
    margin-bottom: 20px; }
  .sm-mb-20 {
    margin-bottom: -20px; }
  .sm-mb20i {
    margin-bottom: 20px !important; }
  .sm-mb23 {
    margin-bottom: 23px; }
  .sm-mb-23 {
    margin-bottom: -23px; }
  .sm-mb23i {
    margin-bottom: 23px !important; }
  .sm-mb25 {
    margin-bottom: 25px; }
  .sm-mb-25 {
    margin-bottom: -25px; }
  .sm-mb25i {
    margin-bottom: 25px !important; }
  .sm-mb30 {
    margin-bottom: 30px; }
  .sm-mb-30 {
    margin-bottom: -30px; }
  .sm-mb30i {
    margin-bottom: 30px !important; }
  .sm-mb35 {
    margin-bottom: 35px; }
  .sm-mb-35 {
    margin-bottom: -35px; }
  .sm-mb35i {
    margin-bottom: 35px !important; }
  .sm-mb40 {
    margin-bottom: 40px; }
  .sm-mb-40 {
    margin-bottom: -40px; }
  .sm-mb40i {
    margin-bottom: 40px !important; }
  .sm-mb45 {
    margin-bottom: 45px; }
  .sm-mb-45 {
    margin-bottom: -45px; }
  .sm-mb45i {
    margin-bottom: 45px !important; }
  .sm-mb50 {
    margin-bottom: 50px; }
  .sm-mb-50 {
    margin-bottom: -50px; }
  .sm-mb50i {
    margin-bottom: 50px !important; }
  .sm-ml00 {
    margin-left: 0; }
  .sm-ml00i {
    margin-left: 0 !important; }
  .sm-ml05 {
    margin-left: 05px; }
  .sm-ml-05 {
    margin-left: -05px; }
  .sm-ml05i {
    margin-left: 05px !important; }
  .sm-ml10 {
    margin-left: 10px; }
  .sm-ml-10 {
    margin-left: -10px; }
  .sm-ml10i {
    margin-left: 10px !important; }
  .sm-ml15 {
    margin-left: 15px; }
  .sm-ml-15 {
    margin-left: -15px; }
  .sm-ml15i {
    margin-left: 15px !important; }
  .sm-ml20 {
    margin-left: 20px; }
  .sm-ml-20 {
    margin-left: -20px; }
  .sm-ml20i {
    margin-left: 20px !important; }
  .sm-ml25 {
    margin-left: 25px; }
  .sm-ml-25 {
    margin-left: -25px; }
  .sm-ml25i {
    margin-left: 25px !important; }
  .sm-ml30 {
    margin-left: 30px; }
  .sm-ml-30 {
    margin-left: -30px; }
  .sm-ml30i {
    margin-left: 30px !important; }
  .sm-ml35 {
    margin-left: 35px; }
  .sm-ml-35 {
    margin-left: -35px; }
  .sm-ml35i {
    margin-left: 35px !important; }
  .sm-ml40 {
    margin-left: 40px; }
  .sm-ml-40 {
    margin-left: -40px; }
  .sm-ml40i {
    margin-left: 40px !important; }
  .sm-ml45 {
    margin-left: 45px; }
  .sm-ml-45 {
    margin-left: -45px; }
  .sm-ml45i {
    margin-left: 45px !important; }
  .sm-ml50 {
    margin-left: 50px; }
  .sm-ml-50 {
    margin-left: -50px; }
  .sm-ml50i {
    margin-left: 50px !important; }
  .sm-mr00 {
    margin-right: 0; }
  .sm-mr00i {
    margin-right: 0 !important; }
  .sm-mr05 {
    margin-right: 05px; }
  .sm-mr-05 {
    margin-right: -05px; }
  .sm-mr05i {
    margin-right: 05px !important; }
  .sm-mr10 {
    margin-right: 10px; }
  .sm-mr-10 {
    margin-right: -10px; }
  .sm-mr10i {
    margin-right: 10px !important; }
  .sm-mr15 {
    margin-right: 15px; }
  .sm-mr-15 {
    margin-right: -15px; }
  .sm-mr15i {
    margin-right: 15px !important; }
  .sm-mr20 {
    margin-right: 20px; }
  .sm-mr-20 {
    margin-right: -20px; }
  .sm-mr20i {
    margin-right: 20px !important; }
  .sm-mr21 {
    margin-right: 21px; }
  .sm-mr-21 {
    margin-right: -21px; }
  .sm-mr21i {
    margin-right: 21px !important; }
  .sm-mr25 {
    margin-right: 25px; }
  .sm-mr-25 {
    margin-right: -25px; }
  .sm-mr25i {
    margin-right: 25px !important; }
  .sm-mr30 {
    margin-right: 30px; }
  .sm-mr-30 {
    margin-right: -30px; }
  .sm-mr30i {
    margin-right: 30px !important; }
  .sm-mr35 {
    margin-right: 35px; }
  .sm-mr-35 {
    margin-right: -35px; }
  .sm-mr35i {
    margin-right: 35px !important; }
  .sm-mr40 {
    margin-right: 40px; }
  .sm-mr-40 {
    margin-right: -40px; }
  .sm-mr40i {
    margin-right: 40px !important; }
  .sm-mr45 {
    margin-right: 45px; }
  .sm-mr-45 {
    margin-right: -45px; }
  .sm-mr45i {
    margin-right: 45px !important; }
  .sm-mr50 {
    margin-right: 50px; }
  .sm-mr-50 {
    margin-right: -50px; }
  .sm-mr50i {
    margin-right: 50px !important; } }

label {
  line-height: 2;
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #292c2d; }
  label.app {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 3rem;
    margin-bottom: -3px; }
  label.checkbox-wrap {
    line-height: 38px; }

input, select {
  width: 100%; }

input[type='radio'],
input[type='checkbox'] {
  width: auto;
  display: inline-block;
  width: auto; }

fieldset.submit {
  background: #fff; }

label.checkbox-wrap input {
  float: left;
  width: auto;
  height: 38px;
  line-height: 1;
  margin: 0 8px 0 0; }

label.checkbox-wrap.inline {
  float: left;
  margin-right: 1rem; }

.input-wrapper {
  margin-bottom: 1.2rem;
  position: relative; }
  .input-wrapper.error input, .input-wrapper.error textarea, .input-wrapper.error select {
    border-color: #FB3B68; }
  .input-wrapper.error .error-message {
    color: #FB3B68;
    font-weight: 700; }

.fancy-form {
  position: relative;
  width: 100%;
  min-height: 51px; }
  .fancy-form input[type='text'] {
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid grey;
    padding-left: 0.4em;
    padding-bottom: 0px;
    font-weight: 600;
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .fancy-form input[type='text'] + label {
      -webkit-transition: all 175ms ease-in-out 0ms;
      -moz-transition: all 175ms ease-in-out 0ms;
      -o-transition: all 175ms ease-in-out 0ms;
      -ms-transition: all 175ms ease-in-out 0ms;
      transition: all 175ms ease-in-out 0ms;
      left: 5px;
      position: absolute;
      top: 1rem;
      line-height: 1;
      cursor: text; }
    .fancy-form input[type='text']:focus + label, .fancy-form input[type='text']:valid + label {
      top: -0.5rem;
      font-size: 1.05em; }

.signature canvas {
  width: 100%;
  border: 1px solid #dddddd; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="date"],
input,
select,
textarea,
input[type="password"] {
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  background-color: #fff;
  min-height: 4.5rem;
  padding: 1.2rem 1.6rem;
  line-height: 1.95rem;
  font-size: 1.5rem;
  -webkit-transition: border 300ms ease-in-out 0ms;
  -moz-transition: border 300ms ease-in-out 0ms;
  -o-transition: border 300ms ease-in-out 0ms;
  -ms-transition: border 300ms ease-in-out 0ms;
  transition: border 300ms ease-in-out 0ms; }
  input[type="email"].app,
  input[type="number"].app,
  input[type="search"].app,
  input[type="text"].app,
  input[type="tel"].app,
  input[type="url"].app,
  input[type="date"].app,
  input.app,
  select.app,
  textarea.app,
  input[type="password"].app {
    border: 1px oslid #F5F5F5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem; }

textarea {
  width: 100%;
  height: auto; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("https://s3.amazonaws.com/canoply-assets/img/select.svg");
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 0; }

.checkboxes p, .checkboxes p.smaller {
  line-height: 3rem; }

.checkboxes label {
  font-weight: normal;
  line-height: 1.6rem;
  padding-top: 4px;
  cursor: pointer; }
  .checkboxes label:hover span {
    border-color: #6AD198; }
  .checkboxes label input[type=checkbox]:checked + span {
    background: #6AD198;
    border-color: #6AD198;
    border-radius: 100%; }
  .checkboxes label span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: solid #878A8C 2px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -4px;
    transition: all 0.5s; }
    .checkboxes label span:hover {
      border-color: #6AD198; }
    .checkboxes label span:focus {
      border-color: #6AD198; }
  .checkboxes label input {
    display: none; }

.checkboxes .toggle-button {
  background: #e1e1e1;
  border: solid #CCCCCC 2px;
  border-radius: 100px;
  height: 30px;
  width: 60px;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding-top: 0px;
  padding: 0px !important; }
  .checkboxes .toggle-button .knob {
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
    border: none;
    position: absolute;
    top: 4px;
    left: 0px;
    transition: all 0.5s;
    z-index: 999; }
  .checkboxes .toggle-button .toggle-background {
    background-color: transparent;
    position: absolute;
    height: 30px;
    width: 60px;
    top: 2px;
    left: -1px;
    box-sizing: border-box;
    border: none;
    transition: all 0.5s;
    border-radius: 100px !important;
    border: solid rgba(0, 0, 0, 0) 2px; }
    .checkboxes .toggle-button .toggle-background:before {
      content: "On";
      color: #fff;
      display: block;
      position: absolute;
      top: 6px;
      left: 7px;
      font-size: 1.4rem;
      transition: color 0.5s; }
    .checkboxes .toggle-button .toggle-background:after {
      content: "Off";
      color: #888;
      display: block;
      position: absolute;
      top: 6px;
      right: 7px;
      font-size: 1.4rem;
      transition: color 0.5s; }
  .checkboxes .toggle-button input[type=checkbox]:checked + .toggle-background {
    background-color: #6AD198;
    border: solid #6AD198 2px; }
    .checkboxes .toggle-button input[type=checkbox]:checked + .toggle-background .knob {
      background: #fff !important;
      width: 26px;
      height: 26px;
      border-radius: 100%;
      display: block;
      box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
      border: none;
      position: absolute;
      left: calc(100% - 26px); }

.radio_boxes_wrap {
  margin-top: 1rem;
  margin-bottom: 1.2rem; }
  .radio_boxes_wrap label.active span.wrap {
    background: #5460FF;
    color: #fff; }
  .radio_boxes_wrap label span.wrap {
    width: 100%;
    height: 4.8rem;
    background: #fff;
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    line-height: 4.8rem;
    color: #686868;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis; }
  .radio_boxes_wrap label input[type='checkbox'] {
    display: none; }
    .radio_boxes_wrap label input[type='checkbox']:checked + span.wrap {
      background: #5460FF;
      color: #fff; }
  .radio_boxes_wrap label input[type='radio'] {
    display: none; }
    .radio_boxes_wrap label input[type='radio']:checked + span.wrap {
      background: #5460FF;
      color: #fff; }

@font-face {
  font-family: 'fontello';
  src: url("/font/fontello.eot?13307774");
  src: url("/font/fontello.eot?13307774#iefix") format("embedded-opentype"), url("/font/fontello.woff2?13307774") format("woff2"), url("/font/fontello.woff?13307774") format("woff"), url("/font/fontello.ttf?13307774") format("truetype"), url("/font/fontello.svg?13307774#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?13307774#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-check:before {
  content: '\e800'; }

/* '' */
.icon-cancel:before {
  content: '\e801'; }

/* '' */
.icon-down:before {
  content: '\e802'; }

/* '' */
.icon-left:before {
  content: '\e803'; }

/* '' */
.icon-right:before {
  content: '\e804'; }

/* '' */
.icon-up:before {
  content: '\e805'; }

/* '' */
.icon-camera:before {
  content: '\e806'; }

/* '' */
.icon-report:before {
  content: '\e807'; }

/* '' */
.icon-trash:before {
  content: '\e808'; }

/* '' */
.icon-info:before {
  content: '\e809'; }

/* '' */
.icon-info-circled:before {
  content: '\e80a'; }

/* '' */
.icon-calendar:before {
  content: '\e80b'; }

/* '' */
.icon-pencil:before {
  content: '\e80c'; }

/* '' */
.icon-ccw:before {
  content: '\e80d'; }

/* '' */
.icon-c:before {
  content: '\e80e'; }

/* '' */
.icon-r:before {
  content: '\e80f'; }

/* '' */
.icon-user:before {
  content: '\e810'; }

/* '' */
.icon-chart-bar:before {
  content: '\e811'; }

/* '' */
.icon-pass:before {
  content: '\e812'; }

/* '' */
.icon-cancel-1:before {
  content: '\e813'; }

/* '' */
.icon-star:before {
  content: '\e814'; }

/* '' */
.icon-star-empty:before {
  content: '\e815'; }

/* '' */
.icon-star-half-alt:before {
  content: '\e816'; }

/* '' */
.icon-star-half:before {
  content: '\f123'; }

/* '' */
.icon-dollar:before {
  content: '\f155'; }

/* '' */
.icon-cake:before {
  content: '\f1fd'; }

/* '' */
body {
  background: #fff;
  width: 1024px;
  height: 768px;
  margin: 0 auto !important;
  display: block;
  position: fixed;
  overflow: hidden; }

html {
  background: #F5F5F5;
  position: fixed;
  overflow: hidden; }

* {
  font-family: "Source Sans Pro"; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro";
  margin-bottom: 0.45em;
  margin-top: 0;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #4d5455;
  line-height: 1.1; }
  h1.sub, h2.sub, h3.sub, h4.sub, h5.sub, h6.sub {
    font-weight: 400;
    color: #4d5455; }
  h1.heavy, h2.heavy, h3.heavy, h4.heavy, h5.heavy, h6.heavy {
    font-weight: 500; }
  h1.tight, h2.tight, h3.tight, h4.tight, h5.tight, h6.tight {
    line-height: 1.2; }

h1, .h1 {
  font-size: 4.209rem; }

h2, .h2 {
  font-size: 3.159rem; }

h3, .h3 {
  font-size: 2.370rem; }

h4, .h4, .fancy-form input[type='text'], .fancy-form input[type='text'] + label {
  font-size: 1.777rem; }

h5, .h5 {
  font-size: 1.333rem; }

h6, .h6, label.checkbox-wrap {
  font-size: 1.200rem; }

p {
  font-size: 1.4rem; }

.scratch {
  text-decoration: line-through;
  opacity: 0.7; }

.modal-bg {
  background: rgba(11, 11, 11, 0.475);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  overflow: auto; }
  .modal-bg .modal-include {
    width: 100%;
    height: 100%;
    -webkit-transition: all 250ms ease-in-out 0ms;
    -moz-transition: all 250ms ease-in-out 0ms;
    -o-transition: all 250ms ease-in-out 0ms;
    -ms-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms; }
  .modal-bg.standard.ng-hide-remove {
    -webkit-animation: revealModal 300ms 1;
    -moz-animation: revealModal 300ms 1;
    -o-animation: revealModal 300ms 1;
    animation: revealModal 300ms 1; }
  .modal-bg.standard.ng-hide-add {
    -webkit-animation: hideModal 300ms 1;
    -moz-animation: hideModal 300ms 1;
    -o-animation: hideModal 300ms 1;
    animation: hideModal 300ms 1; }
  .modal-bg.standard .modal-include {
    padding-top: 0;
    opacity: 1; }
    .modal-bg.standard .modal-include.ng-enter {
      opacity: 0;
      padding-top: 3rem; }
      .modal-bg.standard .modal-include.ng-enter.ng-enter-active {
        opacity: 1;
        padding-top: 0; }
    .modal-bg.standard .modal-include.ng-leave {
      opacity: 1;
      padding-top: 0; }
      .modal-bg.standard .modal-include.ng-leave.ng-leave-active {
        opacity: 0;
        padding-top: 3rem; }
  .modal-bg.right.ng-hide-remove {
    -webkit-animation: revealModal 300ms 1;
    -moz-animation: revealModal 300ms 1;
    -o-animation: revealModal 300ms 1;
    animation: revealModal 300ms 1; }
  .modal-bg.right.ng-hide-add {
    -webkit-animation: hideModal 300ms 1;
    -moz-animation: hideModal 300ms 1;
    -o-animation: hideModal 300ms 1;
    animation: hideModal 300ms 1; }
  .modal-bg.right .modal-include .modal {
    right: 0;
    -webkit-transition: right 400ms ease 300ms;
    -moz-transition: right 400ms ease 300ms;
    -o-transition: right 400ms ease 300ms;
    -ms-transition: right 400ms ease 300ms;
    transition: right 400ms ease 300ms; }
  .modal-bg.right .modal-include.ng-enter .modal {
    right: -40rem; }
  .modal-bg.right .modal-include.ng-enter.ng-enter-active .modal {
    right: 0; }
  .modal-bg.right .modal-include.ng-leave .modal {
    right: 0;
    transition-delay: 400ms; }
  .modal-bg.right .modal-include.ng-leave.ng-leave-active .modal {
    right: -40rem; }
  .modal-bg .modal {
    background: #fff;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.275);
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.275);
    padding: 35px 25px 40px;
    margin: 0 auto 55px;
    height: auto;
    opacity: 0; }
    .modal-bg .modal hr {
      margin-top: 13px; }
  .modal-bg.standard .modal {
    -webkit-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
    left: 0;
    position: relative;
    right: 0;
    top: 10%;
    width: 100%;
    max-width: 50rem;
    z-index: 5;
    opacity: 1; }
    .modal-bg.standard .modal.medium {
      max-width: 56rem; }
    .modal-bg.standard .modal.large {
      max-width: 72rem; }
  .modal-bg.right {
    background: none;
    overflow: hidden; }
    .modal-bg.right .modal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: auto;
      overflow-y: scroll;
      width: 38rem;
      margin-bottom: 0;
      opacity: 1; }
      .modal-bg.right .modal footer {
        position: fixed;
        bottom: 0;
        margin-bottom: 0;
        width: 100%;
        z-index: 999; }

.error-modal {
  position: fixed;
  top: 1rem;
  width: 50rem;
  left: 50%;
  margin-left: -25rem;
  text-align: center;
  background: #FB3B68;
  color: #fff;
  padding: 0.5rem 1.75rem;
  border-radius: 1.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075); }

body {
  -webkit-transition: padding 400ms ease 300ms;
  -moz-transition: padding 400ms ease 300ms;
  -o-transition: padding 400ms ease 300ms;
  -ms-transition: padding 400ms ease 300ms;
  transition: padding 400ms ease 300ms; }

body.side-modal-add header {
  top: 0; }

body.side-modal-add .form-footer {
  bottom: 0; }

body.side-modal {
  padding-right: 38rem;
  overflow-y: hidden; }
  body.side-modal header {
    top: -6rem; }
  body.side-modal .form-footer {
    bottom: -7rem; }
  body.side-modal .form-toolbar {
    display: none; }

body.side-modal-active header, body.side-modal-active .form-footer {
  display: none; }

body.side-modal-remove header, body.side-modal-remove .form-footer {
  transition-delay: 400ms; }

@media (max-width: 767px) {
  .modal-bg {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .modal-bg .modal {
      margin-bottom: 7.5rem; }
    .modal-bg.right .modal {
      margin-bottom: 0; }
  .modal-footer {
    text-align: center; }
    .modal-footer .button,
    .modal-footer button,
    .modal-footer input[type="submit"],
    .modal-footer input[type="reset"],
    .modal-footer input[type="button"] {
      float: none;
      clear: both;
      display: block;
      margin: 0.75rem auto; } }

@media (max-width: 1023px) {
  .modal-bg.right {
    background: rgba(11, 11, 11, 0.25); }
  body.side-modal {
    padding-right: 0; } }

@-webkit-keyframes revealModal {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-moz-keyframes revealModal {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-ms-keyframes revealModal {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-o-keyframes revealModal {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes revealModal {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hideModal {
  0% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes hideModal {
  0% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes hideModal {
  0% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes hideModal {
  0% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hideModal {
  0% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: white;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #5460FF;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: background-color 300ms ease-in-out 0ms;
  -moz-transition: background-color 300ms ease-in-out 0ms;
  -o-transition: background-color 300ms ease-in-out 0ms;
  -ms-transition: background-color 300ms ease-in-out 0ms;
  transition: background-color 300ms ease-in-out 0ms; }
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    color: #333;
    border-color: #888888;
    outline: 0; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    background-color: #3b48ff; }
  .button:disabled,
  button:disabled,
  input[type="submit"]:disabled,
  input[type="reset"]:disabled,
  input[type="button"]:disabled {
    opacity: 0.5;
    cursor: default; }
  .button.selected,
  button.selected,
  input[type="submit"].selected,
  input[type="reset"].selected,
  input[type="button"].selected {
    background-color: #0F0B5F !important; }
  .button.tall,
  button.tall,
  input[type="submit"].tall,
  input[type="reset"].tall,
  input[type="button"].tall {
    line-height: 4.5rem;
    height: 4.5rem; }
  .button.wide,
  button.wide,
  input[type="submit"].wide,
  input[type="reset"].wide,
  input[type="button"].wide {
    width: 100%; }
  .button.centered,
  button.centered,
  input[type="submit"].centered,
  input[type="reset"].centered,
  input[type="button"].centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .button.secondary,
  button.secondary,
  input[type="submit"].secondary,
  input[type="reset"].secondary,
  input[type="button"].secondary {
    background-color: #F5F5F5;
    color: #333333; }
  .button.smaller,
  button.smaller,
  input[type="submit"].smaller,
  input[type="reset"].smaller,
  input[type="button"].smaller {
    line-height: 4rem;
    text-transform: none;
    padding: 0.5rem 1.5rem;
    font-weight: 400; }
  .button.role-selector,
  button.role-selector,
  input[type="submit"].role-selector,
  input[type="reset"].role-selector,
  input[type="button"].role-selector {
    line-height: 3.5rem;
    text-transform: none;
    padding: 0.25rem 1.5rem;
    font-weight: 400;
    background-color: white;
    border: 2px solid #0F0B5F;
    width: 100%;
    color: #0F0B5F; }
    .button.role-selector.selected,
    button.role-selector.selected,
    input[type="submit"].role-selector.selected,
    input[type="reset"].role-selector.selected,
    input[type="button"].role-selector.selected {
      background-color: #5460FF;
      color: white;
      position: relative; }
      .button.role-selector.selected:after,
      button.role-selector.selected:after,
      input[type="submit"].role-selector.selected:after,
      input[type="reset"].role-selector.selected:after,
      input[type="button"].role-selector.selected:after {
        content: '\2713';
        position: absolute;
        right: 1rem; }
  .button.linky,
  button.linky,
  input[type="submit"].linky,
  input[type="reset"].linky,
  input[type="button"].linky {
    background: none;
    color: #0F0B5F;
    font-weight: 500;
    padding: 1rem 1.5rem;
    text-transform: none;
    font-size: 1.6rem; }
  .button.tertiary,
  button.tertiary,
  input[type="submit"].tertiary,
  input[type="reset"].tertiary,
  input[type="button"].tertiary {
    background-color: transparent;
    color: #333333;
    padding: 0 1rem;
    font-size: 14px; }
    .button.tertiary:hover,
    button.tertiary:hover,
    input[type="submit"].tertiary:hover,
    input[type="reset"].tertiary:hover,
    input[type="button"].tertiary:hover {
      background-color: #bdc3c7; }
  .button.processing,
  button.processing,
  input[type="submit"].processing,
  input[type="reset"].processing,
  input[type="button"].processing {
    color: transparent;
    background-image: url(img/test-loading.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 50% 50%; }
  .button.confirmed,
  button.confirmed,
  input[type="submit"].confirmed,
  input[type="reset"].confirmed,
  input[type="button"].confirmed {
    color: transparent;
    background-image: url(img/check-icon.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: 50% 50%; }

ng-form[name=timeForm] {
  display: block;
  position: relative;
  vertical-align: middle; }

ng-form[name=timeForm] > * {
  display: inline-block; }

ng-form[name=timeForm] input,
ng-form[name=timeForm] md-input-container {
  text-align: center;
  padding: 0; }

ng-form[name=timeForm] md-input-container .md-errors-spacer {
  min-height: 0; }

ng-form[name=timeForm] div.time-error-messages {
  position: absolute;
  top: 30px; }

md-hours-minutes {
  width: 60px; }

md-meridiem {
  max-width: 100px; }

md-meridiem .md-select-value {
  padding: 2px;
  min-height: 25px; }

md-meridiem .md-select-value.md-select-placeholder {
  padding-left: 5px; }

md-meridiem .md-select-value .md-select-icon {
  width: 15px; }

.time-colon {
  position: absolute;
  top: 23px;
  padding-left: 4px; }

.md-up-arrow, .md-down-arrow {
  position: absolute;
  height: 0;
  top: 7px;
  right: 2px;
  color: rgba(0, 0, 0, 0.38);
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.md-up-arrow:focus, .md-down-arrow:focus {
  outline: none; }

.md-up-arrow:hover, .md-down-arrow:hover {
  color: black;
  cursor: pointer; }

.md-up-arrow:after, .md-down-arrow:after {
  display: block;
  position: relative;
  speak: none;
  font-size: 13px;
  transform: scaleY(0.5) scaleX(1); }

.md-up-arrow:after {
  content: '\25B2';
  top: -6px; }

.md-down-arrow:after {
  content: '\25BC';
  top: 3px; }

.mdp-animate-next {
  opacity: 0;
  -webkit-transform: translate3d(50%, 0, 1px);
  transform: translate3d(50%, 0, 1px); }

.mdp-animate-next-remove {
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  opacity: 0;
  -webkit-transform: translate3d(50%, 0, 1px);
  transform: translate3d(50%, 0, 1px); }

.mdp-animate-next-remove-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px); }

.mdp-animate-prev {
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 1px);
  transform: translate3d(-50%, 0, 1px); }

.mdp-animate-prev-remove {
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 1px);
  transform: translate3d(-50%, 0, 1px); }

.mdp-animate-prev-remove-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px); }

@-webkit-keyframes mdp-animation-bounce {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes mdp-animation-bounce {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.mdp-animation-zoom.ng-enter {
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: mdp-animation-bounce;
  animation-name: mdp-animation-bounce; }

.mdp-datepicker {
  max-height: initial;
  min-width: 234px; }

.mdp-datepicker * {
  outline: 0; }

.mdp-datepicker .md-actions {
  width: 100%;
  padding: 0px 5px; }

.mdp-calendar-week-days {
  font-size: 0.75rem;
  opacity: 0.6; }

.mdp-calendar-week-days > * {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 5px;
  padding: 0;
  min-width: 0px;
  min-height: 0px;
  box-shadow: none !important;
  background-color: transparent; }

.mdp-calendar-days {
  font-size: 1rem;
  max-width: 100%; }

.mdp-calendar-days .md-button,
.mdp-calendar-days .mdp-day-placeholder {
  width: 32px;
  height: 32px;
  margin: 0 5px; }

.mdp-calendar-days .md-button {
  cursor: pointer;
  border-radius: 50%;
  font-size: 12px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  min-width: 0px;
  min-height: 0px;
  box-shadow: none !important;
  background-color: transparent; }

.mdp-calendar-days .md-button[disabled]:not(.md-accent) {
  background-color: transparent !important; }

.mdp-calendar-monthyear {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 32px;
  min-height: 32px; }

.mdp-datepicker-date,
.mdp-datepicker-day,
.mdp-datepicker-dow,
.mdp-datepicker-month {
  font-size: 1.8rem;
  opacity: 0.6; }

.mdp-datepicker-date:not(.active),
.mdp-datepicker-day:not(.active),
.mdp-datepicker-dow:not(.active),
.mdp-datepicker-month:not(.active) {
  cursor: pointer; }

.mdp-datepicker-date.active,
.mdp-datepicker-day.active,
.mdp-datepicker-dow.active,
.mdp-datepicker-month.active,
.mdp-datepicker-date:hover,
.mdp-datepicker-day:hover,
.mdp-datepicker-dow:hover,
.mdp-datepicker-month:hover {
  opacity: 1; }

.mdp-datepicker-year {
  font-size: 0.9rem;
  opacity: 0.6;
  padding: 0;
  margin: 0; }

.mdp-datepicker-year:not(.active) {
  cursor: pointer; }

.mdp-datepicker-year.active,
.mdp-datepicker-year:hover {
  opacity: 1; }

.mdp-datepicker-select-year {
  height: 232px; }

.mdp-datepicker-select-year .repeated-year {
  text-align: center; }

.mdp-datepicker-select-year .repeated-year .md-button {
  width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 0;
  font-size: 1.0rem;
  line-height: 42px; }

.mdp-datepicker-select-year .repeated-year .md-button.current {
  font-size: 1.8rem;
  line-height: 42px; }

.mdp-datepicker-select-year .md-virtual-repeat-container,
.mdp-datepicker-select-year .md-virtual-repeat-offsetter,
.mdp-datepicker-select-year .md-virtual-repeat-scroller {
  height: 100%;
  width: 100%; }

mdp-date-picker > md-input-container.md-has-icon {
  padding-left: 40px; }

mdp-date-picker .md-button.md-icon-button {
  margin: 18px 0 0 0; }

.mdp-datepicker:not(.portrait) .mdp-datepicker-select-year {
  width: 309px; }

.mdp-datepicker:not(.portrait) .mdp-calendar {
  margin-right: 5px;
  width: 294px;
  margin-left: 10px; }

.mdp-datepicker:not(.portrait) .mdp-datepicker-date-wrapper {
  width: 150px; }

.mdp-datepicker:not(.portrait) .mdp-datepicker-dow {
  width: 100%;
  display: block; }

.mdp-datepicker:not(.portrait) .mdp-calendar-week-days > *,
.mdp-datepicker:not(.portrait) .mdp-calendar-days > * {
  width: 42px; }

.mdp-datepicker .mdp-datepicker-date-wrapper {
  padding: 16px 35px 16px 16px; }

.mdp-datepicker md-dialog-content {
  overflow: hidden;
  padding: 0px; }

.mdp-datepicker md-dialog-content .mdp-calendar {
  width: 294px;
  overflow-x: hidden; }

.mdp-datepicker.portrait {
  max-width: 234px; }

.mdp-datepicker.portrait .mdp-calendar {
  text-align: center;
  width: 100%; }

.mdp-datepicker.portrait .mdp-datepicker-select-year {
  height: 252px; }

.mdp-datepicker.portrait md-dialog-content > * {
  width: 100%; }

.mdp-datepicker.portrait .mdp-calendar-week-days,
.mdp-datepicker.portrait .mdp-calendar-days,
.mdp-datepicker.portrait .md-actions {
  padding: 0 5px; }

.mdp-datepicker.portrait .md-actions {
  margin-top: 20px; }

.mdp-datepicker.portrait .mdp-calendar-week-days > *,
.mdp-datepicker.portrait .mdp-calendar-days > * {
  width: 32px; }

mdp-calendar {
  display: block; }

.mdp-calendar-week-days {
  width: 100%; }

.mdp-calendar-week-days > * {
  margin: 0; }

.mdp-calendar-days .md-button,
.mdp-calendar-days .mdp-day-placeholder {
  margin: 0; }

.mdp-clock {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  cursor: pointer;
  padding: 24px;
  background: #ededed; }

.mdp-clock .md-button {
  box-shadow: none !important;
  background-color: transparent;
  display: block;
  position: absolute;
  min-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.mdp-clock .mdp-clock-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: block; }

.mdp-clock .mdp-pointer {
  min-height: 0px;
  width: 1px;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  z-index: 0;
  pointer-events: none; }

.mdp-clock .mdp-clock-center {
  min-height: 0px;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%; }

.mdp-clock .md-button.mdp-clock-selected {
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  bottom: -8px;
  left: 0px;
  min-width: 0;
  min-height: 0;
  pointer-events: none; }

.mdp-timepicker .mdp-clock-switch-container {
  padding: 20px;
  width: 309px; }

.mdp-timepicker .mdp-timepicker-time {
  padding: 15px; }

.mdp-timepicker .mdp-timepicker-selected-time {
  font-size: 3rem; }

.mdp-timepicker:not(.portrait) .mdp-timepicker-time {
  width: 160px; }

.mdp-timepicker.portrait .mdp-timepicker-selected-time {
  font-size: 4rem;
  margin-right: 1.5rem; }

mdp-time-picker md-input-container.md-has-icon {
  padding-left: 40px; }

mdp-time-picker .md-button.md-icon-button {
  margin: 18px 0 0 0; }

.mdp-timepicker-selected-time > span,
.mdp-timepicker-selected-ampm > span {
  outline: 0;
  opacity: 0.6; }

.mdp-timepicker-selected-time > span:not(.active),
.mdp-timepicker-selected-ampm > span:not(.active) {
  cursor: pointer; }

.mdp-timepicker-selected-time > span.active,
.mdp-timepicker-selected-ampm > span.active {
  opacity: 1; }

.mdp-clock-deg0 {
  top: 0%;
  left: 50%; }

.mdp-clock-deg15 {
  top: 1.70370869%;
  left: 62.94095226%; }

.mdp-clock-deg30 {
  top: 6.69872981%;
  left: 75%; }

.mdp-clock-deg45 {
  top: 14.64466094%;
  left: 85.35533905%; }

.mdp-clock-deg60 {
  top: 25%;
  left: 93.30127019%; }

.mdp-clock-deg75 {
  top: 37.05904774%;
  left: 98.29629131%; }

.mdp-clock-deg90 {
  top: 50%;
  left: 100%; }

.mdp-clock-deg105 {
  top: 62.94095226%;
  left: 98.29629131%; }

.mdp-clock-deg120 {
  top: 75%;
  left: 93.30127019%; }

.mdp-clock-deg135 {
  top: 85.35533906%;
  left: 85.35533906%; }

.mdp-clock-deg150 {
  top: 93.30127019%;
  left: 75%; }

.mdp-clock-deg165 {
  top: 98.29629131%;
  left: 62.94095226%; }

.mdp-clock-deg180 {
  top: 100%;
  left: 50%; }

.mdp-clock-deg195 {
  top: 98.29629131%;
  left: 37.05904774%; }

.mdp-clock-deg210 {
  top: 93.30127019%;
  left: 25%; }

.mdp-clock-deg225 {
  top: 85.35533906%;
  left: 14.64466094%; }

.mdp-clock-deg240 {
  top: 75%;
  left: 6.69872981%; }

.mdp-clock-deg255 {
  top: 62.94095226%;
  left: 1.703708686%; }

.mdp-clock-deg270 {
  top: 50%;
  left: 0%; }

.mdp-clock-deg285 {
  top: 37.05904774%;
  left: 1.703708686%; }

.mdp-clock-deg300 {
  top: 25%;
  left: 6.69872981%; }

.mdp-clock-deg315 {
  top: 14.64466094%;
  left: 14.64466094%; }

.mdp-clock-deg330 {
  top: 6.69872981%;
  left: 25%; }

.mdp-clock-deg345 {
  top: 1.703708686%;
  left: 37.05904774%; }

.mdp-clock-deg360 {
  top: 0%;
  left: 50%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.bg-white {
  background-color: #fff; }

.right {
  float: right; }

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

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.rounded {
  border-radius: 100%; }

.text-upper {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.text-yellow {
  color: #FECB2F; }

.text-blue {
  color: #5460FF; }

.text-green {
  color: #6AD198; }

@media (max-width: 767px) {
  .sm-text-left {
    text-align: left; }
  .sm-text-center {
    text-align: center; }
  .sm-text-right {
    text-align: right; } }

.error-badge {
  background-color: #FB3B68;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  font-size: 1.333rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 2rem; }

.card {
  background: #fff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  cursor: pointer;
  position: relative;
  display: block; }

a.card,
a.card:any-link {
  color: #686868; }

.average-rating {
  text-align: center;
  color: white;
  width: 50rem;
  margin-left: auto;
  margin-right: auto; }
  .average-rating span {
    font-size: 2rem;
    margin-right: 1rem;
    color: white; }
  .average-rating .icon-star, .average-rating .icon-star-empty, .average-rating .icon-star-half {
    font-size: 2rem;
    color: #d4a000; }
  .average-rating h5 {
    color: white;
    font-weight: 600; }

.time-wrapper {
  background-color: pink;
  width: 1024px;
  height: 768px;
  overflow: auto;
  display: table;
  text-align: center; }
  .time-wrapper.clocked-in {
    background-color: red;
    background-color: #5460FF; }
  .time-wrapper.clocked-out {
    background-color: green;
    background-color: #0F0B5F; }
  .time-wrapper .false-bg {
    position: absolute;
    z-index: -1;
    background-color: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .time-wrapper .false-bg.clocking-in {
      background-color: #5460FF; }
    .time-wrapper .false-bg.clocking-out {
      background-color: #0F0B5F; }
  .time-wrapper .countdown {
    position: fixed;
    top: 2rem;
    left: 50%;
    width: 40rem;
    margin-left: -20rem;
    background: white;
    z-index: 500;
    line-height: 2.5;
    border-radius: 2px; }
  .time-wrapper a {
    color: #fff;
    margin-top: 50px;
    display: inline-block;
    font-family: "Source Sans Pro";
    text-decoration: none;
    letter-spacing: 1px; }
  .time-wrapper .timer {
    width: 0px;
    height: 25px;
    background-color: white;
    transition: width 1.75s linear 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .time-wrapper .timer.confirmed {
      width: 100%; }
  .time-wrapper .centered {
    display: table-cell;
    vertical-align: middle;
    z-index: 5;
    position: relative;
    width: 100%; }
  .time-wrapper button.secondary {
    width: 200px; }
  .time-wrapper .tertiary {
    position: absolute;
    left: 2rem;
    top: 2rem;
    z-index: 50;
    color: #fff; }
  .time-wrapper .centered h1, .time-wrapper .centered h3, .time-wrapper .centered h4, .time-wrapper .centered table {
    color: #fff; }
  .time-wrapper .centered table {
    margin-left: auto;
    margin-right: auto; }
    .time-wrapper .centered table th, .time-wrapper .centered table td {
      text-align: center; }

.home-page {
  width: 1024px;
  height: 768px; }
  .home-page .left-column {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #4d5455;
    color: #fff;
    text-align: left;
    padding-left: 4rem; }
    .home-page .left-column img.logo {
      width: 10rem;
      margin-top: 3rem; }
    .home-page .left-column .message {
      top: 35%;
      position: absolute;
      padding-right: 5rem;
      letter-spacing: 0.5px;
      font-weight: 300;
      font-size: 1.8rem;
      line-height: 1.6; }
    .home-page .left-column .vertical-center {
      position: absolute;
      top: 45%; }
      .home-page .left-column .vertical-center .date {
        font-size: 2rem;
        letter-spacing: 1px; }
      .home-page .left-column .vertical-center .time {
        font-size: 8rem;
        line-height: 1; }
      .home-page .left-column .vertical-center .ampm {
        font-size: 4rem;
        font-weight: 300; }
      .home-page .left-column .vertical-center.has-message {
        top: 70%; }
  .home-page .right-column {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: white;
    border-left: 1px solid #F5F5F5;
    z-index: 25; }
    .home-page .right-column .employees-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      height: auto;
      width: 100%;
      overflow-y: scroll;
      padding-top: 3.5rem;
      padding-bottom: 4rem; }
    .home-page .right-column .employee {
      border-bottom: 1px solid #F5F5F5;
      height: 7rem;
      position: relative; }
      .home-page .right-column .employee:after {
        display: table;
        content: '';
        clear: both; }
      .home-page .right-column .employee img.profile {
        width: 5rem;
        height: 5rem;
        margin: 1rem 2rem;
        border-radius: 100%;
        float: left; }
      .home-page .right-column .employee h3 {
        float: left;
        line-height: 7rem;
        margin: 0; }
      .home-page .right-column .employee img.clock {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        width: 4rem;
        height: 4rem; }
  .home-page .passcode-prompt {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: white;
    border-left: 1px solid #F5F5F5;
    z-index: 50;
    text-align: center;
    padding-top: 10rem; }
    .home-page .passcode-prompt .close {
      position: absolute;
      left: 1rem;
      top: 2.5rem;
      font-size: 1.75rem; }
    .home-page .passcode-prompt img.profile {
      width: 10rem;
      height: 10rem;
      border-radius: 100%; }
    .home-page .passcode-prompt .passcode-wrap {
      width: 20rem;
      height: 2rem;
      margin: 5rem auto 3rem;
      display: block; }
      .home-page .passcode-prompt .passcode-wrap .block {
        width: 2rem;
        height: 2rem;
        margin: 0 1.5rem;
        background: blue;
        float: left;
        background: none;
        border: 2px solid #686868;
        border-radius: 100%; }
        .home-page .passcode-prompt .passcode-wrap .block.full {
          background: #686868; }
    .home-page .passcode-prompt img.spinner {
      height: 4rem;
      margin: 4rem auto 2rem;
      display: block; }
    .home-page .passcode-prompt .pin-pad {
      width: 30rem;
      margin: 1rem auto; }
      .home-page .passcode-prompt .pin-pad:after {
        display: table;
        content: '';
        clear: both; }
      .home-page .passcode-prompt .pin-pad .number {
        width: 7rem;
        height: 7rem;
        border-radius: 100%;
        border: 1px solid #4d5455;
        float: left;
        margin: 1rem 1.5rem;
        line-height: 7rem;
        font-size: 2.5rem; }
        .home-page .passcode-prompt .pin-pad .number.zero {
          margin-left: 11.5rem; }
      .home-page .passcode-prompt .pin-pad .backspace {
        background: #F5F5F5;
        width: 5rem;
        height: 4rem;
        float: left;
        margin-top: 2.5rem;
        line-height: 4rem;
        margin-left: 2.75rem;
        position: relative; }
        .home-page .passcode-prompt .pin-pad .backspace:after {
          content: '';
          width: 0;
          height: 0;
          border-top: 2rem solid transparent;
          border-bottom: 2rem solid transparent;
          border-right: 1rem solid #F5F5F5;
          position: absolute;
          top: 0;
          right: 100%; }
    .home-page .passcode-prompt .pin-area.error {
      animation: shake 0.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      transform: translate3d(0, 0, 0);
      backface-visibility: hidden;
      perspective: 1000px; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-0.5rem, 0, 0); }
  20%, 80% {
    transform: translate3d(1rem, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-2rem, 0, 0); }
  40%, 60% {
    transform: translate3d(2rem, 0, 0); } }

.history-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #5460FF;
  position: fixed;
  overflow-y: scroll;
  padding-top: 10rem; }
  .history-wrapper .history-card {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    max-width: 90rem;
    padding-bottom: 10rem;
    padding-top: 8.5rem;
    position: relative;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    box-shadow: 0 -5px 10px -5px; }
    .history-wrapper .history-card .tertiary {
      position: absolute;
      right: 15px;
      top: 15px; }
  .history-wrapper .countdown {
    position: fixed;
    top: 1.5rem;
    left: 50%;
    width: 40rem;
    margin-left: -20rem;
    background: white;
    z-index: 500;
    line-height: 2.5;
    border-radius: 2px; }
  .history-wrapper .timer {
    width: 0px;
    height: 25px;
    background-color: white;
    transition: width 1.75s linear 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .history-wrapper .timer.confirmed {
      width: 100%; }
  .history-wrapper .centered {
    display: table-cell;
    vertical-align: middle;
    z-index: 5;
    position: relative; }
  .history-wrapper .button.secondary {
    width: 200px; }
  .history-wrapper table.u-full-width {
    max-width: 80rem;
    margin: 25px auto; }
    .history-wrapper table.u-full-width td {
      font-family: "Source Sans Pro";
      font-size: 1.6rem; }
      .history-wrapper table.u-full-width td .date {
        font-size: 1.1rem;
        line-height: 1; }
  .history-wrapper h1, .history-wrapper h3, .history-wrapper h4 {
    color: #fff; }
