body .btn {
  display: inline-block;
  padding: 2px 10px 2px;
  margin-bottom: 0;
  font-family: tahoma;
  font-weight:normal;
  font-size: 11px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #0077C8;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.05) 95%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.05) 95%);
  background-image: -linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.05) 95%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.05) 95%);
  background-repeat: repeat-x;
  border: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
          box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
  -webkit-transition: 0.1s;
     -moz-transition: 0.1s;
  transition: 0.1s;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
body .btn i{margin-left:5px}
body .btn:hover {
  background-color: #0098ff;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,.2);
          box-shadow: inset 0 -4px 0 rgba(0,0,0,.2);
}

body .btn:active {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

body .btn-gray { color:#000000; background-color: #F5F5F5; }
body .btn-gray:hover { background-color:#DDDDDD; }
body .btn-dkblue { background-color: #054375; }
body .btn-dkblue:hover { background-color:#0066b8; }
body .btn-ltblue { background-color: #00a4d8; }
body .btn-ltblue:hover { background-color:#01c2ff; }
body .btn-black { background-color: #222222; }
body .btn-black:hover { background-color:#444444; }

body .btn-large {
  padding: 8px 28px;
  font-size: 20px;
  line-height: 30px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
          box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
}

body .btn-large:hover {
  -webkit-box-shadow: inset 0 -6px 0 rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 -6px 0 rgba(0,0,0,.2);
          box-shadow: inset 0 -6px 0 rgba(0,0,0,.2);
  margin-top: -4px;
  padding: 8px 28px 12px;
}

body .btn-large:active {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  margin-top: 3px;
  padding: 8px 28px 5px;
}

body .btn-small {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding: 0 8px;
  margin-top: -5px;
  margin-bottom:-4px;
}

body .btn-small:hover {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding: 0 8px 2px;
  margin-top: -7px; 
}

body .btn-small:active {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
padding: 0 8px 0px;
margin-top: -5px; 
}

body .btn-block {
  padding: 8px 28px;
  font-size: 20px;
  line-height: 30px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
          box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
  width:100%;
  max-width:960px

}
body .btn-block:hover {
  -webkit-box-shadow: inset 0 -6px 0 rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 -6px 0 rgba(0,0,0,.2);
          box-shadow: inset 0 -6px 0 rgba(0,0,0,.2);
  margin-top: -4px;
  padding: 8px 28px 12px;
}

body .btn-block:active {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  margin-top: 3px;
  padding: 8px 28px 5px;
}
.sf-back-to-top {
    background-color: #50A1CB; /* button color */
    color: white; /* text/arrow color */ 
    display: none;
    z-index: 999;
    /* float in bottom right corner */
    /* 20 pixels from edge */
    position: fixed;
    right: 20px;
    bottom: 20px;
    /* size of button is 50 pixels*/
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    /* round button */
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

a.sf-back-to-top {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 4px;    
}

a.sf-back-to-top .arrow:before {
    content: "\e02d";
    font-family: 'squarespace-ui-font';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e02d";
    text-align: center;
    display: block;
    vertical-align: middle;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    cursor: pointer;
    margin-left: -4px;
}
.leftfloat {float:left}