﻿/* Static site */

/* Custom fonts
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic|Arbutus+Slab);*/

/* ResetsÂ */
*, *:before, *:after {
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
/*html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background:transparent;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:.67em 0;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type=button], input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input{line-height:normal;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}b,strong,pre,textarea{overflow:auto;}button::-moz-focus-inner,input::-moz-focus-inner,legend{border:0;padding:0;}


/* fonts.css */

/* Custom fonts */
@font-face {
  font-family: 'Arbutus Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Arbutus Slab'), local('ArbutusSlab-Regular'), url(/assets/f3/font/Arbutus_Slab.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/assets/f3/font/Open_Sans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(/assets/f3/font/Open_Sans_Semibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(/assets/f3/font/Open_Sans_Italic.woff) format('woff');
}

@font-face{font-family:'Proxima';font-weight:normal;font-style:normal;src:url('/assets/f3/font/proximanova.eot');src:url('/assets/f3/font/proximanova.eot?#iefix') format('embedded-opentype'),url('/assets/f3/font/proximanova.woff') format('woff'),url('/assets/f3/font/proximanova.ttf') format('truetype'),url('/assets/f3/font/proximanova.svg#Proxima') format('svg')}
@font-face{font-family:'Helvetica Neue';font-weight:normal;font-style:normal;src:url('/assets/f3/font/helveticaneue.eot');src:url('/assets/f3/font/helveticaneue.eot?#iefix') format('embedded-opentype'),url('/assets/f3/font/helveticaneue.woff') format('woff'),url('/assets/f3/font/helveticaneue.ttf') format('truetype'),url('/assets/f3/font/helveticaneue.svg#HelveticaNeue') format('svg')}
@font-face{font-family:'Entypo';font-weight:normal;font-style:normal;src:url('/assets/f3/font/entypo.eot');src:url('/assets/f3/font/entypo.eot?#iefix') format('embedded-opentype'),url('/assets/f3/font/entypo.woff') format('woff'),url('/assets/f3/font/entypo.ttf') format('truetype'),url('/assets/f3/font/entypo.svg#Entypo') format('svg')}


/* Icon fontÂ */
@font-face {
  font-family: 'icomoon';
  src: url('/assets/f3/font/icomoon.eot');
  src: url('/assets/f3/font/icomoon_1.eot')   format('embedded-opentype'),
       url('/assets/f3/font/icomoon.woff')        format('woff'),
       url('/assets/f3/font/icomoon.ttf')         format('truetype'),
       url('/assets/f3/font/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 7px;

  /* Better Font Rendering =========== */
  /*-webkit-font-smoothing: antialiased;*/
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e601";
}
.icon-facebook:before {
  content: "\e600";
}

.icon-google:before {
content: "\e602";
}
/* General */
body {
  background-color: #fff;
  background: #fff url('/assets/f3/img/new_landing_ui/fabric.png') repeat;
  overflow-x: hidden;
  margin: 0;
  color: #333;
  font: 0.9em/1.6 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: "kern", "liga";
     -moz-font-feature-settings: "kern", "liga";
          font-feature-settings: "kern", "liga";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

main,
section {
  background-color: #FFF;
}

h4, h5 {
  color: #333;
  font-weight: 400;
  text-align: center;
}

h4 {
  color: #333;
  font-size: 2em;
}

h5 {
  font-size: 1.7em;
}

a {
  color: #6597CA;
}

a:hover {
  color: #8CBAE9;
  text-decoration: none;
}

a:active {
  color: #39AF71;
}

em {
  font-family: 'Open Sans 400italic', Helvetica, Arial, sans-serif;
}

button {
  cursor: pointer;
}

/* Helper classesÂ */
.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

.tip {
  cursor: help;
}

/* AnimationsÂ */
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(-1000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(-1000px);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(1000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}

/* Main */

main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

/* Nav*/

nav {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 50px;
  background-image: -webkit-linear-gradient(right, rgba(0, 137, 183, 0.9) 0%, rgba(42, 56, 131, 0.9) 100%);
  background-image:         linear-gradient(to right, rgba(0, 137, 183, 0.9) 0%, rgba(42, 56, 131, 0.9) 100%);
}

nav h1 {
  display: inline-block;
  width: 190px;
  height: 33px;
  margin: 9px 0 0 20px;
  vertical-align: top;
  background: transparent url('/assets/f3/img/new_landing_ui/logo.png') no-repeat 0 0;
  border: 0;
  cursor: pointer;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

nav h1 a {
  display: block;
  height: 100%;
}

nav ul {
  float: right;
  margin: 10px 23px 0 0;
}

nav li {
  display: inline;
}



nav li:nth-last-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

nav li a {
  display: inline-block;
  padding: 7px 13px;
  background-color: transparent;
  border-radius: 4px;
  color: #FFF;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}

nav li a:hover,
nav li a.on {
  background-color: #0E3D6D;
  color: #FFF;
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}

nav li:nth-last-child(1) a {
  background: transparent;
}

nav li:nth-last-child(1) a:hover {
  color: #FFE191;
}




/* Header */

header {
  position: relative;
  max-width: 1400px;
  height: 430px;
  margin: 0 auto;
  background: transparent url('/assets/f3/img/new_landing_ui/hero.jpg') no-repeat 50% 0;
  background-size: cover;
}

header h2 {
  margin: 220px 0px 50px 50px;
  color: #252525;
  font-size: 1.8em;
  font-weight: normal;
  text-align: left;
  text-shadow: 1px 1px 1px #FFF;
}

header h2 span {
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
}

/*header button {
  display: inherit;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  border: 0;
  border-radius: 4px;
  color: #000;
  font-size: 1.1em;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  background: rgba(238, 194, 20, 0.94);
  background-image: -webkit-linear-gradient(top, rgba(238, 194, 20, 0.7) 0%, rgba(255, 122, 0, 0.7) 93%);
  background-image: linear-gradient(to bottom, rgba(238, 194, 20, 0.7) 0%, rgba(255, 122, 0, 0.7) 93%);
  -webkit-transition: box-shadow .2s linear;
          transition: box-shadow .2s linear;
}

header button:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7), 0 0 0 7px rgba(157, 157, 157, 0.3);
}

header button:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7), 0 0 0 7px rgba(255, 255, 255, 0.3), inset 0 2px 7px rgba(0, 0, 0, 0.4);
  -webkit-transition: box-shadow .05s linear;
          transition: box-shadow .05s linear;
}

header button:focus {
  outline: none;
}*/

/* Benefits */

.benefits {
  padding: 50px 20px;
}

.benefits article {
  position: relative;
  max-width: 768px;
  height: 250px;
  margin: 0 auto;
}

.benefits h3 {
  margin-bottom: 12px;
  color: #6F532F;
  font: 400 1.3em/1.3 'Arbutus Slab', Georgia, Times, serif;
}

.benefits ul {
  width: 60%;
}

.benefits li {
  line-height: 2;
}

.benefits li:before {
  content: "";
  display: inline-block;
  margin: 10px 10px 0 0;
  vertical-align: top;
  border: 4px solid transparent;
  border-right-width: 0;
  border-left-color: #7B99B8;
}

.benefits article:nth-child(1) h3,
.benefits article:nth-child(1) ul,
.benefits article:nth-child(3) h3,
.benefits article:nth-child(3) ul {
  margin-left: 200px;
}

.benefits article:nth-child(2) h3,
.benefits article:nth-child(2) ul {
  margin-left: 0;
}

.benefits figure {
  position: absolute;
  top: 0;
  margin: 0;
  width: 160px;
  background: transparent url('/assets/f3/img/new_landing_ui/sprite.png') no-repeat;
}

.benefits article:nth-child(1) figure {
  height: 165px;
  background-position: -450px 0;
}

.benefits article:nth-child(2) figure {
  right: 0;
  height: 150px;
  margin-top: -10px;
  background-position: -450px -188px;
}

.benefits article:nth-child(3) figure {
  height: 195px;
  margin-top: -40px;
  background-position: -450px -358px;
}

.benefits article:nth-child(4) figure {
right: 0;
height: 160px;
margin-top: -30px;
background-position: -630px -380px;
}

.benefits article:nth-child(1) figure,
.benefits article:nth-child(3) figure {
  left: 0;
}

@media only screen and (min-width: 768px) {
  .benefits article {
    height: 200px;
  }

  .benefits ul {
    width: 100%;
  }

  .benefits article:nth-child(1) figure,
  .benefits article:nth-child(3) figure {
    left: -15px;
  }
}

/* OverviewÂ */

.overview {
  padding: 30px 0 40px;
  background-color: #F8F8F8;
  text-align: center;
}

.overview h4 {
  margin: 0 0 30px;
}

.overview h5 {
  margin: 30px 0 0;
}

.overview figure {
  position: relative;
  display: block;
  width: 413px;
  height: 470px;
  margin: 0 auto;
  background: transparent url('/assets/f3/img/new_landing_ui/sprite.png') no-repeat 0 0;
}

.overview figure:nth-child(3) {
  background-position: 0 -478px;
}

.overview figcaption {
  margin-top: -90px;
  padding: 5px 10px;
  background-color: #FFF;
  border-radius: 20px;
  color: #369;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.overview figcaption span {
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.overview figure p {
  position: absolute;
  top: -60px;
  color: #333;
  font-size: 0.9em;
  text-align: left;
}

.overview figure p:last-child {
  right: 10px;
}

.overview figure:nth-child(2) p:nth-child(2),
.overview figure:nth-child(4) p:nth-child(2) {
  left: 10px;
}

.overview figure:nth-child(3) p:nth-child(2) {
  left: 80px;
}

.overview .features {
  max-width: 940px;
  margin: 0 auto;
}

.overview .features li {
  display: block;
  width: 400px;
  margin: 30px auto;
}

.overview li figure {
  width: 400px;
  height: 278px;
  margin: 0;
}

.overview .features li:nth-child(1) figure {
  background-position: 0 -1065px;
}

.overview .features li:nth-child(2) figure {
  background-position: -420px -1065px;
}

.overview .features li:nth-child(3) figure {
  background-position: 0 -1372px;
}

.overview .features li:nth-child(4) figure {
  background-position: -420px -1372px;
}

.overview .features figure p:nth-child(2) {
  left: 10px;
}

.overview .features li:nth-child(4) figure p:nth-child(3) {
  right: 150px;
}

.overview .features li:nth-child(3) figure p:nth-child(3) {
  right: 60px;
}

@media only screen and (min-width: 650px) {
  .overview figure {
    display: inline-block;
    margin: 40px 20px 0;
  }

  .overview figure:nth-child(3) {
    display: inline-block;
    background-position: 0 -478px;
  }

  .overview .features li {
    display: inline-block;
    margin: 25px;
  }
}

/* Get startedÂ */

.start {
  position: relative;
  max-width: 960px;
  height: 440px;
  margin: 0 auto;
}

.start ol {
  margin-left: 30px;
}

.start li {
  margin-bottom: 30px;
  font-size: 1.3em;
}

.start ol li:before {
  display: inline-block;
  width: 75px;
  height: 75px;
  margin-right: 40px;
  vertical-align: middle;
  border: 6px solid #eee;
  border-radius: 100%;
  background: #2A98C5 url('/assets/f3/img/new_landing_ui/sprite.png') no-repeat;
  color: #FFF;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 3.5;
  text-align: center;
  text-shadow: -1px -1px 1px rgba(27, 38, 61, 0.3);
}

.start ol li:nth-child(1):before {
  content: "Step 1";
  background-position: -633px -22px;
}

.start ol li:nth-child(2):before {
  content: "Step 2";
  background-position: -633px -122px;
}

.start ol li:nth-child(3):before {
  content: "Step 3";
  background-position: -633px -222px;
}

.start li em {
  display: block;
  color: #660;
  font-size: 0.7em;
  margin: -30px 0 0 115px;
}

.start figure {
  display: none;
  position: absolute;
  top: 100px;
  right: 30px;
  margin: 0;
  width: 318px;
  height: 291px;
  background: transparent url('/assets/f3/img/new_landing_ui/sprite.png') no-repeat -453px -584px;
}

@media only screen and (min-width: 650px) {
  .start figure {
    display: inline-block;
  }
}

/* EndorsementsÂ */

.endorsements {
  height: 280px;
  padding-top: 20px;
  background-color: #EEE;
  text-align: center;
}

.endorsements h6 {
  margin: 0;
  color: #999;
  font-size: 0.9em;
}

.endorsements li {
  display: inline-block;
  margin: 20px;
  vertical-align: middle;
}

.endorsements li a {
  display: block;
  background: transparent url('/assets/f3/img/new_landing_ui/sprite.png') no-repeat;
}

.endorsements li:nth-child(1) a {
  width: 86px;
  height: 86px;
  background-position: 0px -960px;
}

.endorsements li:nth-child(2) a {
  width: 219px;
  height: 52px;
  background-position: -110px -977px;
}

.endorsements li:nth-child(3) a {
  width: 86px;
  height: 55px;
  background-position: -370px -977px;
}

.endorsements li:nth-child(4) a {
  width: 162px;
  height: 31px;
  background-position: -486px -990px;
}

.endorsements li:nth-child(5) a {
  width: 108px;
  height: 63px;
  background-position: -687px -977px;
}

@media only screen and (min-width: 650px) {
  .endorsements {
    height: 180px;
  }
}

/*.reasons h4 {
  position: relative;
  height: 150px;
  margin: 0;
  background-color: #F0F0F0;
  cursor: pointer;
  color: #262E3B;
  font: 1.5em/7.4 'Lato', Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}

.reasons h4:hover {
  color: #000;
  background-color: #EBEDF0;
}

.reasons h4:before {
  content: "\2665";
  position: absolute;
  top: 55px;
  left: 49.3%;
  opacity: .8;
  color: #F17F7F;
  font-size: 1.2em;
  line-height: 0;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}

.reasons h4:hover:before {
  opacity: 1;
  -webkit-transform: translateY(-5px) scale(1.1);
          transform: translateY(-5px) scale(1.1);
}*/

/* Footer */
footer {
  max-width: 1400px;
  height: 150px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #0E3D6D;
  color: #4F73A1;
  font-size: 0.9em;
}

footer section {
  width: 90%;
  margin: 0 auto;
  background-color: transparent;
}

footer section > div {
  display: inline-block;
  width: 24%;
  padding-left: 40px;
  vertical-align: top;
}

footer section > div:last-child {
  max-width: 130px;
  float: right;
  padding: 0;
}

footer a {
  color: #92B5E2;
  text-decoration: none;
}

footer a:hover {
  color: #FFE191;
}

footer .social li {
  display: inline;
}

footer .social a {
  font-size: 1.1em;
  line-height: 1.8;
}

footer a[href="#top"] {
  float: right;
  font-size: 0.9em;
}

@media only screen and (min-width: 980px) {
  footer section > div {
    width: 27%;
  }
}

/* Retina */

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  nav h1 {
    background: transparent url('/assets/f3/img/new_landing_ui/logo@2x.png') no-repeat 0 0;
    background-size: 190px 33px;
  }

  footer .social a {
    font-size: 2em;
    line-height: 2;
  }
}

/* content copied from app.css*/


nav a.login:before { content: ""; position: absolute; top: 6px; left: 27px; width: 50px; height: 25px; background: rgba(34,70,117,.3);
    z-index: -1; box-shadow: inset 0 1px 3px #111; border-radius: 4px;
}
	nav a.signup.on { width: 90%; margin: 5px auto; }
	/*nav a.userin:after { margin: 0 0 0 50px; }
	nav a.userin:after { content: none !important; }*/
	nav .flyout { top: 30px; left: 6px; border: 0; background: #21313F !important; border-radius: 0 0 3px 3px; }
	nav .flyout a:hover { background: none; }
	nav .notifs { margin-left: 9px !important; }
	nav .nav-bar li.notifs strong { border: 0; box-shadow: none; }
	nav .notifs strong:after,

	nav a.userin { cursor: default; }
nav a.userin:after { content: ""; width: 0; height: 0; margin: 16px 0 0 4px; display: inline-block; vertical-align: top; border: 4px solid transparent; border-top-color: #ddd; border-bottom: 0; }




.loginp { height: 0; }
.loginp > div { position: relative; }
html.appview .loginp > div { width: 100%; }
.login-panel {display: none; position: absolute; top: 0; right: -200px; width: 275px; height: 218px; padding: 15px 20px;
                background: #476E8F; background: linear-gradient(to right, rgba(0, 50, 131, 0.97) 0%, rgba(42, 56, 131, 0.9) 100%); z-index: 11111; }
.login-panel:hover { display: block;  }
.login-panel a { font: italic 11px/27px "Trebuchet MS", Arial, sans-serif; color: #E4E4E4; margin-left: 5px; cursor: pointer; }
.login-panel a:hover { color: #CAECF9; text-decoration: underline; }
.login-panel a:focus { color: #fff; text-decoration: underline; }
.login-panel hr { border-top: 1px solid rgba(32,32,32,.6); border-bottom: 1px solid rgba(255,255,255,.3); height: 1px; margin: 5px 0; }
.login-panel span { font: 11px/27px "Trebuchet MS", Arial, sans-serif; color: #E4E4E4; }
.login-panel button.social { width: 20px; height: 19px; margin: 0 0 0 5px; }
.login-panel button.social:focus { box-shadow: 0 0 3px #fff; }
.login-panel.gspg { height: 180px; }
.login-panel hr.gstxt, .login-panel span.gstxt { display: none; }
.login-panel button.gold,
.login-panel button.grey { width: 63px; height: 27px; margin-bottom: 5px; border: 0; border-radius: 3px; box-shadow: none; font-weight: normal; font-size: 14px; white-space: nowrap; }
.login-panel button.grey:hover { color: #000; }
.login-panel button.gold:focus,
.login-panel button.grey:focus { box-shadow: inset 0 0 0 1px #333; }
.login-panel input { border: 1px solid #245280; border-radius: 3px; }
.login-panel input:focus { background-color: #fff; border-color: #369 !important; box-shadow: 0 0 3px #fff; }

 .fly { border-radius: 0 0 4px 4px; box-shadow: 0 2px 5px rgba(0,0,0,.2); }
 .row{width:1000px;max-width:100%;min-width:768px;zoom:1;margin:0 auto}
.row .row{width:auto;max-width:none;min-width:0;margin:0 -15px}


/*SOCIAL

.social { background: transparent url('/assets/f3/img/sm/icons.png?v=3') no-repeat; background-color: #F8F8F8; text-indent: 15px; padding: 3px 6px; margin-bottom: 10px;
	display: inline-block; zoom: 1; border: 1px solid #535353; color: #333; font: bold 11px/11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-shadow: inset 0 -1px 1px rgba(32,32,32,.7); border-radius: 4px;
}
.social:hover { border-color: #888; box-shadow: 0 0 3px #fff; }
.social:active { border-color: #444; box-shadow: inset 0 1px 3px rgba(32,32,32,.4); }*/


.btn-fb { background-position: 3px -1006px; }
.btn-tw { background-position: 2px -962px; }
.btn-go { background-position: 1px -303px; }
.plus:before { content: "Z"; font: 27px/9px "Entypo"; color: #666; vertical-align: top; margin-right: 5px; display: inline-block; }


/*BUTTON SETS*/
.gold, .brass, .grey { padding: 4px 10px; font: bold 12px "Proxima", sans-serif; color: #333; text-align: center; text-shadow: 0 1px 1px rgba(255,255,255,.3);
	box-shadow: inset 0 -1px 1px rgba(32,32,32,.4); border-radius: 3px;
}
.gold { background-color: #FCD63A; border: 1px solid #797979;
	background-image: -webkit-linear-gradient(top, rgba(255,217,61,.7), rgba(214,173,10,.7));
	background-image:    -moz-linear-gradient(top, rgba(255,217,61,.7), rgba(214,173,10,.7));
	background-image:     -ms-linear-gradient(top, rgba(255,217,61,.7), rgba(214,173,10,.7));
	background-image:         linear-gradient(to bottom, rgba(255,217,61,.7), rgba(214,173,10,.7));
}
.brass { background-color: #FFB83A; color: #111; border: 1px solid #C1711B; box-shadow: inset 0 1px 1px rgba(255,255,0,.6);
	background-image: -webkit-linear-gradient(top, rgba(255,207,92,.7), rgba(223,156,38,.8));
	background-image:    -moz-linear-gradient(top, rgba(255,207,92,.7), rgba(223,156,38,.8));
	background-image:     -ms-linear-gradient(top, rgba(255,207,92,.7), rgba(223,156,38,.8));
	background-image:         linear-gradient(to bottom, rgba(255,207,92,.7), rgba(223,156,38,.8));
}
.grey { background-color: #ccc; color: #333; border: 1px solid #797979; border-bottom-color: #444;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.7), rgba(204,204,204,.8));
	background-image:    -moz-linear-gradient(top, rgba(255,255,255,.7), rgba(204,204,204,.8));
	background-image:     -ms-linear-gradient(top, rgba(255,255,255,.7), rgba(204,204,204,.8));
	background-image:         linear-gradient(to bottom, rgba(255,255,255,.7), rgba(204,204,204,.8));
}
.gold:hover,
.brass:hover,
.grey:hover { box-shadow: 0 0 3px rgba(32,32,32,.4); }
.gold:active,
.brass:active,
.grey:active { color: #000; border-bottom-color: #A36017; box-shadow: inset 0 1px 3px rgba(32,32,32,.6); }
.gold:hover { background-color: #ff0; }
.brass:hover { background-color: #F5FF00; }
.grey:hover { background-color: #fff; }
.grey:active { border-bottom-color: #444; }

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;}
/*body
{
    background:#FFF;
     font-size:1.6rem;line-height:1;color:#333;position:relative;-webkit-font-smoothing:antialiased}*/
     a{color:#1D89E2;text-decoration:none;line-height:inherit;cursor:pointer;}
     /*a:hover{color:#2795b6}a:focus{color:#2ba6cb;outline:none}p a,p a:visited{line-height:inherit}*/
     /*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{font-size:1.4rem;margin:0;padding:0}*/
     p{line-height:1.6;margin-bottom:17px}p.lead{font-size:17.5px;line-height:1.6;margin-bottom:17px}p img.left,p img{margin:17px 17px 17px 0}p img.right{margin:17px 0 17px 17px}aside p{font-size:13px;line-height:1.35;font-style:italic}h1,h2,h3,h4,h5,h6{text-rendering:optimizeLegibility;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:60%;color:#888;line-height:0}h1{font-size:22px;font-weight:400;margin-bottom:15px}h2{font-size:19px;font-weight:400}h3{font-size:14px;font-family:"Helvetica Neue",sans-serif;margin:7px 0}h4{font-size:23px}h5{font-weight:600;color:#555;margin-bottom:10px}h6{font-size:14px}hr{border:solid #ddd;clear:both;height:0;border-width:1px 0 0;margin:22px 0 21px}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:700;line-height:inherit}small{font-size:80%;line-height:inherit}.subheader{line-height:1.3;color:#777;font-weight:300;margin-bottom:17px}blockquote{font:18px "Goudy Old Style",Garamond,"Big Caslon","Times New Roman",serif;margin:0 0 17px;padding:9px 20px 0 10px}blockquote,blockquote p{line-height:1.5;color:#777}blockquote:before{content:";";font:40px/0 Entypo, san-serif;color:#bbb;vertical-align:top;margin-right:10px}ul,ol{font-size:14px;line-height:1.6;margin-bottom:5px;list-style-position:inside}ul{list-style:none}ul.square,ul.circle,ul.disc{margin-left:17px}ul.square{list-style-type:square}ul.circle{list-style-type:circle}ul.disc{list-style-type:disc}ul.large li{line-height:21px}
.column,.columns{float:left;min-height:1px;position:relative;padding:0}.column.centered,.columns.centered{float:none;margin:0 auto}.row .one{width:8.333%}.row .two{width:16.667%}.row .four{width:33.333%}.row .five{width:41.667%}.row .seven{width:58.333%}.row .eight{width:66.667%}.row .nine{width:75%}.row .ten{width:83.333%}.row .eleven{width:91.667%}.row .offset-by-one{margin-left:8.333%}.row .offset-by-two{margin-left:16.667%}.row .offset-by-three{margin-left:25%}.row .offset-by-four{margin-left:33.333%}.row .offset-by-five{margin-left:41.667%}.row .offset-by-six{margin-left:50%}.row .offset-by-seven{margin-left:58.333%}.row .offset-by-eight{margin-left:66.667%}.row .offset-by-nine{margin-left:75%}.row .offset-by-ten{margin-left:83.333%}.push-two{left:16.667%}.pull-two{right:16.667%}.push-three{left:25%}.pull-three{right:25%}.push-four{left:33.333%}.pull-four{right:33.333%}.push-five{left:41.667%}.pull-five{right:41.667%}.push-six{left:50%}.pull-six{right:50%}.push-seven{left:58.333%}.pull-seven{right:58.333%}.push-eight{left:66.667%}.pull-eight{right:66.667%}.push-nine{left:75%}.pull-nine{right:75%}.push-ten{left:83.333%}.pull-ten{right:83.333%}img,object,embed{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,.map_canvas img{max-width:none!important}.row:before,.row:after{content:"";display:table}.row:after{clear:both}.
block-grid{display:block;overflow:hidden;padding:0}.block-grid > li{display:block;height:auto;float:left}.block-grid.two-up{margin:0 -15px}.block-grid.two-up > li{width:50%;padding:0 15px 15px}.block-grid.three-up{margin:0 -12px}.block-grid.three-up > li{width:33.33%;padding:0 12px 12px}.block-grid.four-up{margin:0 -10px}.block-grid.four-up > li{width:25%;padding:0 10px 10px}.block-grid.five-up{margin:0 -8px}.block-grid.five-up > li{width:20%;padding:0 8px 8px}table.show-for-xlarge,table.show-for-large,table.hide-for-small,table.hide-for-medium{display:table!important}.label{font-size:12px;font-weight:700;text-align:center;text-decoration:none;line-height:1;white-space:nowrap;display:inline;position:relative;bottom:1px;color:#fff;background:#2ba6cb;padding:1px 4px 2px}.has-tip{border-bottom:dotted 1px #ccc;cursor:help;font-weight:700;color:#333}.tooltip{display:none;background:rgba(0,0,0,0.8);position:absolute;color:#fff;font-size:1.2rem;z-index:999;border-radius:4px;line-height:normal;padding:5px}.tooltip > .nub{display:block;width:0;height:0;border:solid 5px;position:absolute;top:-10px;left:10px;border-color:transparent transparent rgba(0,0,0,0.8)}.tooltip.tip-override > .nub{top:-10px!important;border-color:transparent transparent rgba(0,0,0,0.8)!important}.tooltip.tip-top > .nub{top:auto;bottom:-10px;border-color:rgba(0,0,0,0.8) transparent transparent}.tooltip.tip-left > .nub{right:-10px;left:auto;border-color:transparent transparent transparent rgba(0,0,0,0.8)}.tooltip.tip-right > .nub{right:auto;left:-10px;border-color:transparent rgba(0,0,0,0.8) transparent transparent}.tooltip.noradius{border-radius:0}.tooltip.opened{color:#0192DD!important;border-bottom:dotted 1px #0593DC!important}.tap-to-close{display:block;font-size:1rem;color:#888;font-weight:400}div.panel{position:relative;background:#eee;border:1px solid #ddd;font-size:14px;line-height:1.4;margin:0 0 22px;padding:20px}ul.pagination{display:block;height:24px;margin-left:-5px}ul.pagination li{float:left;display:block;height:24px;color:#999;font-size:14px;margin-left:5px}ul.pagination li a{display:block;color:#555;padding:1px 7px}ul.pagination li:hover a,ul.pagination li a:focus{background:#e6e6e6}ul.pagination li.unavailable a{cursor:default;color:#999}ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus{background:transparent}ul.pagination li.current a{background:#2ba6cb;color:#FFF;font-weight:700;cursor:default}ul.pagination li.current a:hover{background:#2ba6cb}.keystroke,kbd{font-family:Consolas, Menlo, Courier, monospace;font-size:13px;background:#ededed;border:solid 1px #dbdbdb;border-radius:3px;margin:0;padding:2px 4px 0}.flex-video{position:relative;padding-top:25px;padding-bottom:67.5%;height:0;margin-bottom:16px;overflow:hidden}.flex-video.widescreen{padding-bottom:57.25%}.flex-video.vimeo{padding-top:0}.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}table{background:#fff;border-radius:3px;border:1px solid #ddd;margin:0 0 18px}table thead,table tfoot{background:#f5f5f5}table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{font-size:1.2rem;line-height:18px;text-align:left}table thead tr th,table tfoot tr td{font-size:1.4rem;font-weight:700;color:#222;padding:8px 10px 9px}table thead tr th:first-child,table tfoot tr td:first-child{border-left:none}table thead tr th:last-child,table tfoot tr td:last-child{border-right:none}table tbody tr td{color:#333;vertical-align:top;border:none;padding:9px 10px}ul.vcard{display:inline-block;border:1px solid #ddd;margin:0 0 12px;padding:10px}ul.vcard li{display:block;margin:0}ul.vcard li.fn{font-weight:700;font-size:1.5rem}p.vevent span.summary{font-weight:700}p.vevent abbr{cursor:default;text-decoration:none;font-weight:700;border:none;padding:0 1px}.button{width:auto;background:#2ba6cb;border:1px solid #1e728c;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;color:#FFF;cursor:pointer;display:inline-block;font-family:"Helvetica Neue",HelveticaNeue,Helvetica,Arial,"Lucida Grande",sans-serif;font-size:14px;font-weight:700;line-height:1;outline:none;position:relative;text-align:center;text-decoration:none;-webkit-transition:background-color .15s ease-in-out;-moz-transition:background-color .15s ease-in-out;-o-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out;margin:0;padding:10px 20px 11px}.button:hover{color:#FFF;background-color:#2284a1}.button:active{box-shadow:0 1px 0 rgba(0,0,0,.2) inset}.button:focus{box-shadow:0 0 4px #2ba6cb, 0 1px 0 rgba(255,255,255,.5) inset;color:#FFF}input[type=submit].button,button.button{-webkit-appearance:none}dl.tabs{border-bottom:solid 1px #e6e6e6;display:block;height:40px;margin-bottom:20px;padding:0}dl.tabs dt{color:#b3b3b3;cursor:default;display:block;float:left;font-size:12px;height:40px;line-height:40px;width:auto;text-transform:uppercase;padding:0 9px 0 20px}dl.tabs dt:first-child{padding:0 9px 0 0}dl.tabs dd{display:block;float:left;margin:0;padding:0}dl.tabs dd a{color:#6f6f6f;display:block;font-size:14px;height:40px;line-height:40px;padding:0 23.8px}dl.tabs dd:first-child{margin-left:0}dl.tabs.vertical{height:auto;border-bottom:1px solid #e6e6e6}dl.tabs.vertical dt,dl.tabs.vertical dd{float:none;height:auto}dl.tabs.vertical dd{border-left:3px solid #ccc}dl.tabs.two-up dt a,dl.tabs.two-up dd a,dl.tabs.three-up dt a,dl.tabs.three-up dd a,dl.tabs.four-up dt a,dl.tabs.four-up dd a,dl.tabs.five-up dt a,dl.tabs.five-up dd a{text-align:center;overflow:hidden;padding:0 17px}dl.tabs.three-up dt,dl.tabs.three-up dd{width:33.33%}dl.tabs.five-up dt,dl.tabs.five-up dd{width:20%}ul.tabs-content{display:block;margin:0 0 20px;padding:0}ul.tabs-content.contained > li{border:solid 0 #e6e6e6;border-width:0 1px 1px;padding:20px}ul.tabs-content.contained.vertical > li{border-width:1px}.flyout{background:#f2f2f2;border:1px solid #d9d9d9;position:absolute;top:39px;left:-1px;width:250px;z-index:40;box-shadow:0 1px 5px rgba(0,0,0,.1);margin:0;padding:20px}.flyout p{line-height:1.2;font-size:13px}.flyout.small{width:166.667px}.flyout.large{width:437.5px}.flyout.right{left:auto;right:-2px}.flyout.up{top:auto;bottom:39px}ul.flyout,.nav-bar li ul{list-style:none;padding:0}ul.flyout li,.nav-bar li ul li{border-left:solid 3px #CCC}ul.flyout li a:hover,.nav-bar li ul li a:hover{background:#ebebeb;color:#333}form{margin:0 0 19.416px}.row form .row{margin:0 -6px}.row form .row .column,.row form .row .columns{padding:0 6px}label{font-size:14px;color:#4d4d4d;cursor:pointer;display:block;font-weight:500;margin-bottom:3px}label.right{float:none;text-align:right}label.inline{line-height:32px;margin:0 0 12px}.prefix,.postfix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;height:32px;line-height:31px}a.button.prefix,a.button.postfix{padding-left:0;padding-right:0;text-align:center}span.prefix,span.postfix{background:#f2f2f2;border:1px solid #ccc}.prefix{left:2px;border-top-left-radius:2px;border-bottom-left-radius:2px}.postfix{right:2px;border-top-right-radius:2px;border-bottom-right-radius:2px}
input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=email],input[type=number],input[type=search],input[type=tel],
input[type=time],input[type=url],textarea,select{border:0px solid #ccc;border-radius:2px/1px;box-shadow:0 1px 1px rgba(204,204,204,.5), inset 0 1px 1px rgba(102,102,102,.25), inset 0 0 2px rgba(204,204,204,.5);color:rgba(0,0,0,.75);display:block;font-size:14px;height:32px;width:100%;-webkit-transition:all .15s linear;-moz-transition:all .15s linear;-o-transition:all .15s linear;transition:all .15s linear;margin:0 0 8px;padding:6px}
input[type=text].oversize,input[type=password].oversize,input[type=date].oversize,input[type=datetime].oversize,input[type=email].oversize,input[type=number].oversize,input[type=search].oversize,input[type=tel].oversize,input[type=time].oversize,input[type=url].oversize,textarea.oversize{font-size:1.8rem!important}input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=url]:focus,textarea:focus{background:#fafafa;outline:none!important;border-color:#b3b3b3}input[type=text][disabled],input[type=password][disabled],input[type=date][disabled],input[type=datetime][disabled],input[type=email][disabled],input[type=number][disabled],input[type=search][disabled],input[type=tel][disabled],input[type=time][disabled],input[type=url][disabled],textarea[disabled]{background-color:#ddd}textarea{height:auto}fieldset{border:solid 1px #ddd;border-radius:3px;margin:18px 0;padding:12px 12px 0}fieldset legend{font-weight:700;background:#FFF;margin:0 0 0 -3px;padding:0 3px}.error input,input.error{background-color:rgba(198,15,19,0.1);border-color:#c60f13}.error label,label.error{color:#c60f13}.error small,small.error{display:block;margin-top:-13px;margin-bottom:12px;background:#c60f13;color:#fff;font-size:1.2rem;font-weight:700;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding:6px 4px}.lt-ie9 form.custom div.custom.dropdown a.selector{height:30px}div.orbit-wrapper{width:1px;height:1px;position:relative}div.orbit{width:1px;height:1px;position:relative;overflow:hidden;margin-bottom:17px}div.orbit.with-bullets{margin-bottom:40px}div.orbit .orbit-slide{max-width:100%;position:absolute;top:0;left:0}div.orbit a.orbit-slide{border:none;line-height:0;display:none}div.orbit div.orbit-slide{width:100%;height:100%}div.orbit-wrapper div.timer{display:none;width:40px;height:40px;overflow:hidden;position:absolute;top:10px;right:10px;opacity:.6;cursor:pointer;z-index:31}div.orbit-wrapper span.rotator{display:none;width:40px;height:40px;position:absolute;top:0;left:-20px;z-index:3}div.orbit-wrapper span.mask{display:none;width:20px;height:40px;position:absolute;top:0;right:0;z-index:2;overflow:hidden}div.orbit-wrapper span.rotator.move{left:0}div.orbit-wrapper span.mask.move{width:40px;left:0;background:url(../img/orbit/timer-black.png?1341958611) repeat 0 0}div.orbit-wrapper span.pause{display:none;width:40px;height:40px;position:absolute;top:0;left:0;background:url(../img/orbit/pause-black.png?1341958611) no-repeat;z-index:4;opacity:0}div.orbit-wrapper span.pause.active{background:url(../img/orbit/pause-black.png?1341958611) no-repeat 0 -40px}div.orbit-wrapper div.timer:hover span.pause,div.orbit-wrapper span.pause.active{opacity:1}.orbit-caption{display:none;font-family:HelveticaNeue, Helvetica-Neue, Helvetica, Arial, sans-serif}.orbit-wrapper .orbit-caption{background:rgba(0,0,0,0.6);z-index:30;color:#fff;text-align:center;font-size:1.3rem;position:absolute;right:0;bottom:0;width:100%;padding:7px 0}div.orbit-wrapper div.slider-nav span{width:38px;height:50px;background:url(/assets/f3/img/orbit/arrows.png?1341958611);text-indent:-9999px;position:absolute;z-index:30;top:50%;margin-top:-25px;cursor:pointer;opacity:0;-webkit-transition:opacity 400ms;-moz-transition:opacity 400ms;-o-transition:opacity 400ms;transition:opacity 400ms}div.orbit-wrapper div.slider-nav span:hover{opacity:.85}div.orbit-wrapper div.slider-nav span.right{background-position:-39px 0;right:0}div.orbit-wrapper div.slider-nav span.left{background-position:0 0;left:0}.lt-ie9 div.orbit-wrapper div.slider-nav span.right{background:url(../img/orbit/right-arrow-blue.png?1341958611)}.lt-ie9 div.orbit-wrapper div.slider-nav span.left{background:url(../img/orbit/left-arrow-blue.png?1341958611)}div.orbit-wrapper:hover div.slider-nav span{opacity:.7}ul.orbit-bullets{position:absolute;z-index:30;list-style:none;bottom:-50px;left:50%;margin-left:-50px;padding:0}ul.orbit-bullets li{float:left;margin-left:5px;cursor:pointer;color:#999;text-indent:-9999px;background:url(../img/orbit/bullets.jpg?1341958611) no-repeat 4px 0;width:13px;height:12px;overflow:hidden}ul.orbit-bullets li.active{color:#222;background-position:-8px 0}ul.orbit-bullets li.has-thumb{background:none;width:100px;height:75px}ul.orbit-bullets li.active.has-thumb{background-position:0 0;border-top:2px solid #000}div.orbit img.fluid-placeholder{visibility:hidden;position:static;display:block;width:100%}div.orbit,div.orbit-wrapper{width:100%!important}.lt-ie9 div.caption{background:transparent;}.reveal-modal-bg{position:fixed;height:100%;width:100%;background:#000;z-index:1111111;display:none;top:0;left:0}.reveal-modal{background:#fff;visibility:hidden;display:none;top:40px;left:50%;margin-left:-260px;width:520px;position:absolute;z-index:11111121111;border-radius:3px;box-shadow:0 0 10px rgba(0,0,0,.4);padding:30px}.reveal-modal .close-reveal-modal{cursor:pointer}.reveal-modal .close-reveal-modal.fix-tr{position:absolute;top:8px;right:11px}.reveal-modal.small{width:30%;margin-left:-10%}.reveal-modal.medium{width:40%;margin-left:-20%}.reveal-modal.large{width:60%;margin-left:-30%}.reveal-modal.expand{width:90%;margin-left:-45%}.reveal-modal .row{min-width:0}.left,[class*=column] + [class*=column].end{float:left}.right,[class*=column] + [class*=column]:last-child{float:right}.hide,ul.tabs-content > li{display:none}#googlemap img,object,embed,#map_canvas embed,#map_canvas img,#map_canvas object{max-width:none}.print-only.show-for-touch,.touch .hide-for-touch,.lt-ie9 .timer{display:none!important}.row.collapse .column,.row.collapse .columns,ul.tabs-content.contained,.row form .row.collapse .column,.row form .row.collapse .columns{padding:0}.row .row.collapse,dl.tabs.vertical dd:first-child a.active,.row form .row.collapse{margin:0}.row .three,dl.tabs.four-up dt,dl.tabs.four-up dd{width:25%}.row .six,dl.tabs.two-up dt,dl.tabs.two-up dd{width:50%}.row .twelve,select{width:100%}.has-tip.tip-left,.has-tip.tip-right,.tooltip.tip-left,.tooltip.tip-right{float:none!important}div.panel :first-child,.flyout :first-child,.reveal-modal :first-child{margin-top:0}table tbody tr.even,table tbody tr.alt,table tbody tr:nth-child(even){background:#f9f9f9}dl.tabs.contained,.flyout :last-child,.reveal-modal :last-child{margin-bottom:0}dl.tabs.vertical dd a,ul.flyout li a,.nav-bar li ul li a{background:#f2f2f2;border:1px solid #e6e6e6;color:#555;display:block;font-size:14px;height:auto;line-height:1;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;border-width:1px 1px 0 0;padding:15px 20px}dl.tabs.vertical dd.active,ul.flyout li.active,.nav-bar li ul li.active{margin-top:0;border-top:1px solid #4d4d4d;border-left:4px solid #1a1a1a}dl.tabs.vertical dd.active a,ul.flyout li.active a,.nav-bar li ul li.active a{background:#4d4d4d;border:none;color:#fff;height:auto;position:static;top:0;box-shadow:0 0 0;margin:0}ul.tabs-content > li.active,.no-js ul.tabs-content > li,div.orbit-wrapper div.slider-nav{display:block}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^=javascript:]:after,a[href^=#]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none!important}.print-only{display:block!important}}@media only screen and (max-width: 767px){body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;width:100%;min-width:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.row{width:auto;min-width:0;margin-left:0;margin-right:0}.column,.columns{width:auto!important;float:none}.column:before,.columns:before,.column:after,.columns:after{content:"";display:table}.column:after,.columns:after{clear:both}.no-left-margin,.offset-by-one,.offset-by-two,.offset-by-three,.offset-by-four,.offset-by-five,.offset-by-six,.offset-by-seven,.offset-by-eight,.offset-by-nine,.offset-by-ten{margin-left:0!important}.left-auto,.push-two,.push-three,.push-four,.push-five,.push-six,.push-seven,.push-eight,.push-nine,.push-ten{left:auto}.right-auto,.pull-two,.pull-three,.pull-four,.pull-five,.pull-six,.pull-seven,.pull-eight,.pull-nine,.pull-ten{right:auto}.row .mobile-one{width:25%!important;float:left;padding:0 15px}.row .mobile-two{width:50%!important;float:left;padding:0 15px}.row .mobile-three{width:75%!important;float:left;padding:0 15px}.row .mobile-four{width:100%!important;float:left;padding:0 15px}.push-one-mobile{left:25%}.pull-one-mobile{right:25%}.push-two-mobile{left:50%}.pull-two-mobile{right:50%}.push-three-mobile{left:75%}.pull-three-mobile{right:75%}.block-grid.mobile{margin-left:0}.block-grid.mobile > li{float:none;width:100%;margin-left:0}table.hide-for-xlarge,table.hide-for-large,table.hide-for-medium,table.show-for-small{display:table!important}.tooltip{font-size:1.4rem;line-height:1.4;padding:7px 10px 9px}.tooltip > .nub,.tooltip.top > .nub,.tooltip.left > .nub,.tooltip.right > .nub{top:-12px;left:10px;border-color:transparent transparent rgba(0,0,0,0.85)}.button{display:block}button.button,input[type=submit].button{width:100%;padding-left:0;padding-right:0}dl.tabs.mobile,dl.nice.tabs.mobile{width:auto;height:auto;margin:20px -20px 40px}dl.tabs.mobile dt,dl.tabs.mobile dd,dl.nice.tabs.mobile dt,dl.nice.tabs.mobile dd{float:none;height:auto}dl.tabs.mobile dd a{display:block;width:auto;height:auto;line-height:1;border:solid 0 #ccc;color:#555;background:#eee;font-size:1.5rem;border-width:1px 0 0;margin:0;padding:18px 20px}dl.tabs.mobile dd a.active{height:auto;border-width:1px 0 0;margin:0}.tabs.mobile{border-bottom:solid 1px #ccc;height:auto}.tabs.mobile dd a{border:none;border-left:none;border-right:none;border-top:1px solid #ccc;background:#fff;padding:18px 20px}.tabs.mobile dd a.active{border:none;background:#2ba6cb;color:#fff;position:static;top:0;height:auto;margin:0}.tabs.mobile dd:first-child a.active{margin:0}dl.contained.mobile,dl.nice.contained.mobile{margin-bottom:0}dl.contained.tabs.mobile dd a{padding:18px 20px}dl.tabs.mobile + ul.contained{margin-left:-20px;margin-right:-20px;border-width:0 0 1px}.flyout{position:relative;width:100%!important;top:auto;margin-right:-2px;border-width:1px 1px 0}.flyout.right{float:none;right:auto;left:-1px}.flyout p:last-child{margin-bottom:18px}label.right{text-align:left}.reveal-modal-bg{position:absolute}.reveal-modal,.reveal-modal.small,.reveal-modal.medium,.reveal-modal.large,.reveal-modal.xlarge{width:80%;top:15px;left:50%;margin-left:-40%;height:auto;padding:20px}.column:last-child,.columns:last-child,[class*=column] + [class*=column]:last-child{float:none}.row .mobile-one:last-child,.row .mobile-two:last-child,.row .mobile-three:last-child,.row .mobile-four:last-child{float:right}.row.collapse .mobile-one,.row.collapse .mobile-two,.row.collapse .mobile-three,.row.collapse .mobile-four{padding:0}.flyout.small,.flyout.large{width:100%!important}}
/*content copied from edu.css*/
.panbox { width: 400px; padding: 15px 20px; margin-bottom: 15px; background-color: #FAFAFA; border: 1px solid #eee; border-radius: 4px; }

.steps, .steps form { display: none; float:right; }
.steps.step1, .steps.step1 form { display: block; }
.steps form, .steps fieldset { margin: 10px 0 0; padding: 0; background: transparent; box-shadow: none; }
.steps button { width: auto; margin: 5px 0 10px; padding: 0 17px; }
.steps { margin-top: 30px; }
.steps.step1 { margin-top: 0; }
.step2 { padding: 40px 0; text-align: center; }
.step2 h2 { margin-bottom: 15px; }
.step2 button { width: 50%; margin: 5px; }
.step3 button { margin: 0 0 0 125px; }
.step3 select { width: auto; height: 33px; margin: 0 10px; color: #666; }
.steps ::-moz-placeholder { color: #aaa; }
.steps ::-webkit-input-placeholder { color: #aaa; }

.register { display:none; width: 300px; right: 20px; position: absolute; top: 70px;}

.register fieldset { display: block; max-width: 400px; padding: 20px 20px 20px; margin: 0px auto 0; background: #f9f9f9; border: 0; border-radius: 4px; box-shadow: 0 0 15px rgba(0,0,0,.5); }
.register label { display: block; position: relative; float: left; clear: both; width: 99%; font: 13px/10px "Helvetica Neue", Helvetica, Trebuchet MS, Arial, san-serif; color: #444; }
.register label span { display: inline-block; margin-bottom: 10px; }
.register label span sup { font-size: 14px; color: #369; }
.register input { float: right; clear: both; width: 70%; height: 34px; padding-left: 5px; margin-bottom: 15px; font-size: 15px; color: #444; background-color: #eaeaea; border: 1px solid #c7c7c7; }
.register input:focus,
.register select:focus { border-color: #999; outline: 0; background-color: #fff; box-shadow: 0 0 10px rgba(82,168,236,.4); }
.register button { width: 99%; height: 36px; border: 1px solid rgba(178,45,0,.5); border-bottom-color: #CB6601; border-radius: 4px; background-color: #fc0;
	font: bold 16px/22px "Helvetica Neue", Helvetica, Trebuchet MS, Arial, san-serif; color: #111; text-shadow: 1px 1px 1px rgba(255,255,255,.4); box-shadow: inset 0 1px 1px #ff0;
	background-image: -webkit-linear-gradient(top, #fc0 0%, #FE830C 100%);
	background-image:    -moz-linear-gradient(top, #fc0 0%, #FE830C 100%);
	background-image:     -ms-linear-gradient(top, #fc0 0%, #FE830C 100%);
	background-image:         linear-gradient(top, #fc0 0%, #FE830C 100%);
}
.register button:hover { border-color: rgba(178,45,0,.7); box-shadow: 0 0 5px rgba(32,32,32,.4); }
.register button:active { box-shadow: inset 0 1px 3px rgba(32,32,32,.4); }

.register li a { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.register ol { margin: 10px 0; }
.register ol li { margin: 0 0 7px 18px; }

.register div:first-child { text-align: left; }

.register { height: 300px; }

 .register label { font-size: 14px; line-height: 24px; }
 .register input { margin-bottom: 10px; background-color: #fff; border-color: #ddd; }
 .register input:focus { border-color: #ccc; background-color: #fff; }
 .register input[type="checkbox"] { width: 16px !important; height: 16px !important; margin: 3px 7px 0 0; }
 .register button[type="submit"] { width: 30%; margin: 8px 0 15px; }

 /**/
 li#loginTab {
display: none;
}

#alertMsgDiv { display: none; position: fixed; top: 4px; width: 100%; z-index: 22222; }
#alertMsg.alert-box { width: 45%; margin: 0 auto; background: #21C2D8; border: 1px solid #216083; font: bold 14px/2 "Helvetica Neue", Arial, sans-serif; color: #fff; text-align: center; }
#alertMsg.alert-box.warning { background: #EBE553; color: #333; border-color: #8D671B; }
#alertMsg.alert-box.error { background: #F16868; border-color: #9B4747; }
#alertMsg.alert-box a { color: #ff0; text-decoration: underline; }
#alertMsg.alert-box a:hover { text-decoration: none; }

/*Adding flyout props for profile*/
.flyout { display: none; position: absolute; top: 38px; left: 0; width: auto; min-width: 103px; z-index: 11111; margin: 0; padding: 7px 0 7px 10px; text-align: left;
    border: 2px solid #eaeaea; border-top: 0; background: #222; background: rgba(32,32,32,.9);
}
.flyout a { display: block; line-height: 22px; padding: 0; }
.flyout > a:before { display: inline-block; width: 16px; margin-right: 4px; font: 27px/14px "Entypo"; color: #fff; vertical-align: top; text-align: center; }
.flyout > a.top_messages:before { content: "%"; }
.flyout > a.top_settings:before { content: "@"; }
.flyout > a.top_logout:before { content: "/"; }
.flyout > a:hover, .flyout > a:hover:before { color: #FFED8C; }
.has-flyout { position: relative; }
.has-flyout:hover .flyout { display: block; }

.notifs strong { display: inline-block; min-width: 20px; height: 20px; padding: 3px; background: #EEE620; border: 1px solid #386694; border-radius: 3px; font-size: 12px; line-height: 13px; color: #333; text-align: center; text-shadow: 1px 1px 1px rgba(255,255,255,.6); cursor: pointer;
	background-image: -webkit-linear-gradient(top, #FFD600 0%, #FEA70C 100%);
	background-image:    -moz-linear-gradient(top, #FFD600 0%, #FEA70C 100%);
	background-image:     -ms-linear-gradient(top, #FFD600 0%, #FEA70C 100%);
	background-image:         linear-gradient(to bottom, #FFD600 0%, #FEA70C 100%);
}
.notifs strong:hover { box-shadow: 0 0 4px rgba(255,255,255,.8); }


nav li.prof a { padding: 0 15px; }
nav li.palm { display: none; }

/* Global */
.logo, nav, nav span.show-on-small, nav a.signup,
.usecase p, button, .smui, .arrowbtn, .grey, .gold, .brass,
.start .four button.brass ~ span, div.orbit-wrapper .slider-nav span,
nav .nav-bar li.notifs strong,
.sumnav input[type=checkbox] + label { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
::selection { background: #C2D4D9; color: #000; }
::-moz-selection { background: #C2D4D9; color: #000; }
/*::-webkit-input-placeholder { font: italic 11px/15px "Trebuchet MS", Arial, sans-serif; color: #777; padding-left: 2px; }
::-moz-placeholder { font: italic 11px/15px "Trebuchet MS", Arial, sans-serif; color: #777; padding-left: 2px; }*/
.content { margin: 0; padding: 0; }
.content.sub { margin-top: 50px; line-height: 26px; min-height: 600px; }
.content.sub.mini { min-height: 400px; }
.content.sub .columns { padding: 0 20px; }
.content.sub .columns:first-child { padding-left: 0; }

.vert { padding: 7px 0 !important; }
iframe { border: none; }
input[type="radio"]:focus { box-shadow: none !important; }


.form-user { display: none; }

.form-user fieldset p {
    border: 0 none;
    color: #5E4F3C;
    font: 11px/15px "Trebuchet MS","Helvetica Neue",san-serif;
    margin-top: 10px;
    padding-top: 7px;
    width: 230px;
}
.form-user fieldset p span {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin-left: 3px;
    padding-right: 3px;
}
.form-user fieldset p span:hover {
    color: #1D89E2;
}
.form-user fieldset p span:active {
    color: #222222;
}
.form-user fieldset p span:before {
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 2px;
    vertical-align: top;
    width: 16px;
    background: url("/assets/f3/img/sm/icons.png?v=3") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.form-user fieldset p span.fbk:before {
    background-position: -1px -67px;
}
.form-user fieldset p span.gpl:before {
    background-position: -1px -115px;
}
.form-user fieldset p span.fbk:hover:before {
    background-position: -1px -257px;
}
.form-user fieldset p span.gpl:hover:before {
    background-position: -1px -305px;
}

.edu_error_msg {
    color: #FF0000;
    display: none;
    /*font-size: 20px;*/
}

.register label.hideInitially{
    display:none;
}

.hideInitially p {float: left; margin-top: 0px; width: 115px;padding-top:5px;}
.hideInitially .style-select {background:url("/assets/f3/img/new_landing_ui/grey-arrow.png") no-repeat right #ddd; overflow:hidden;width:140px; height:30px; margin-left: 10px; margin-bottom:8px; float: right;}
.hideInitially .style-select select {height: 30px; width: 158px;background:transparent;box-shadow:none;border:0;border-radius:0; margin:0;padding:0}

#edu_SignUp,#ind_SignUp
{

}
/*forms*/
.form input {
  width: 100%;
  height: 37px;
  text-indent: 7px;
}



.form input:focus {
  outline: none;
}


.form select {
  width: 100%;
  height: 44px;
  text-indent: 7px;
}



.form select:focus {
  outline: none;
}

.form button[type='submit'] {
  width: 100%;
  margin: 2px auto 0;
  padding-left: 10px;
  background: #52B266;
  border: 1px solid #48AA29;
  border-top-color: #7CB14C;
  border-radius: 3px;
  /*box-shadow: 0 1px 0 0 #84B16B;*/
  color: #FFF;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 2.5;
  text-align: center;
  text-indent: 5px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.form button[type='submit']:hover {
  background: #A8D174;
}

.form button[type='submit']:active {
  box-shadow: inset 0 1px 0px 1px #A2B875;
}

@media only screen and (min-width: 650px) {
  .start figure {
    display: inline-block;
  }
}

.form .social {
  display: block;
  width: 120px;
  height: 34px;
  margin: 0 auto 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.form .social:hover {
  opacity: 0.8;
}

.form .social.icon-facebook {
  background-color: #6883B9;
}

.form .social.icon-google {
  background-color: #E26B5F;
}

.form .icon-facebook:before,
.form .icon-google:before {
  vertical-align: top;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2;
  text-shadow: -1px -1px 1px rgba(51, 51, 51, 0.2);
}
/* Overlay, for modalsÂ */
.overlay {
  display: none;
  opacity: 0;
  z-index: 1111;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}

.overlay.up {
  opacity: 1;
}

.overlay.alt {
  background-color: rgba(0, 137, 183, 0.9);
}

.modal {
  position: absolute;
  top: 10%;
  left: calc(50% - 50% / 2);
  width: 50%;
  padding: 0 40px 10px;
  background-color: #FFF;
  border-radius: 4px;
}

.modal h1 {
  font-size: 1.8em;
  font-weight: 400;
}

.modal-close {
  position: absolute;
  top: 0;
  right: -10%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #0089B7;
  border-radius: 4px;
  color: #FFF;
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}

.modal-close:hover {
  background-color: #065980;
}

.modal-signup {
  width: 440px;
  left: calc(50% - 440px / 2);
  text-align: left;
}

.modal-signup h6 {
  margin: 25px 0 10px;
  font-size: 1em;
}

.modal-signup .social {
  display: inline-block;
  margin: 0;
}

.modal-signup .social + p {
  /*font-size: 0.9em;*/
}

.modal-signup-on {
  display: block;
}

.modal-signup-on p
{
	margin-top: 0px; height: 20px; margin-bottom: 9px;padding-left:10px;color:#aaa;font-size:14px;
}

.modal-nonedusignup-on {
  display: none;
}


.regmodal-signup
{
    width: 326px;
text-align: left;
position: absolute;
right: 20px;
top: 70px;
box-shadow: 0 0 14px rgba(153,153,153,0.75);
-mozbox-shadow: 0 0 14px rgba(153,153,153,0.75);
-webkit-box-shadow: 0 0 14px rgba(153,153,153,0.75);
   }


.regmodal {
  position: absolute;
  top: 90px;
  padding: 0 30px 15px;
  background-color: #FFF;
  border-radius: 4px/3px;
  -webkit-border-radius: 4px/3px;
  -moz-border-radius: 4px/3px;
}

.regmodal-signup h6 {
  margin: 25px 0 10px;
  font-size: 1em;
}

.regmodal-signup .social {
  display: inline-block;
  margin: 0;
}

.regmodal-signup .signupTitle
{
	color:#333333;
	margin:0 0 10px;
	font-size:18px;
}

.regmodal-signup .signupTitle img
{
	margin:-6px 5px 0px -23px;
}

.regmodal-signup .social + p {
  /*font-size: 0.9em;*/
}

.regmodal .modal-signup-on,.modal-login-on, .modal-nonedusignup-on
{
    margin-top: 15px;
}


.hideInitially
{
    display:none;
}

.chrome .start .a_firefox {
  display: none;
}

.win-gecko .start .a_chrome {
  display: none;
}

.gecko .start .a_chrome {
  display: none;
}

.chrome .start .a_chrome {
  display: block;
}
.win-gecko .start .a_firefox {
  display: block;
}

.gecko .start .a_firefox {
  display: block;
}

.tipover {
  display: none;
  position: absolute;
  max-width: 300px;
  min-width: 100px;
  min-height: 85px;
  padding: 15px;
  font-size: 14px;
  background: #F9FBFF;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.tipover:before,
.tipover:after {
  content: "";
  position: absolute;
  left: 35px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-width: 0;
}

.tipover:hover {
  display: block;
}

.tipover:before {
  bottom: -13px;
  border-top-color: #B3B3B3;
}

.tipover:after {
  bottom: -12px;
  border-top-color: #F9FBFF;
}

.tipover strong {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  cursor: pointer;
  background-color: #CEE3F0;
  border-radius: 0 3px;
  color: #214F7E;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.tipover.tip-webapp a,
.tipover.tip-ipadapp a {
  font-style: italic;
  font-size: 0.9em;
  font-weight: 400;
}

.tipover.tip-webapp p,
.tipover.tip-ipadapp p {
  position: relative;
  margin: 0;
  padding-left: 80px;
  font-weight: 600;
}

.tipover.tip-webapp p:before,
.tipover.tip-ipadapp p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  margin-right: 20px;
  background: transparent url('/assets/f3/img/new_landing_ui/sprite.png') no-repeat;
}

.tip-webapp .a_chrome p:before {
  background-position: -735px -23px;
}

.tip-webapp .a_firefox p:before {
  background-position: -735px -126px;
}

.tip-webapp #surflet p:before
{

content:"";



}
#surflet a
{
display: block;
position: absolute;
left:20px;
width: 62px;
height: 62px;
cursor: move;
text-indent: -9999px;

 background: url("/assets/f3/img/sm/icons-product.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

#surflet b
{
position: absolute;
left: 90px;
font-weight: 700;
}


.tipover.tip-ipadapp p:before {
  background-position: -735px -226px;
}

.tipover.tip-newacct p {
  color: #666;
  font-size: 0.8em;
  margin-top: 25px;
}

.tipover.tip-newacct {
  max-width: 500px;
}

.tipover.tip-newacct > div {
  display: inline-block;
  vertical-align: top;
}

.tipover.tip-newacct > div:nth-child(1) {
  position: relative;
  width: 56%;
  padding-right: 14px;
  border-right: 1px solid #ccc;
}

.tipover.tip-newacct > div:nth-child(1):before,
.tipover.tip-newacct > div:nth-child(1):after {
  content: '';
  position: absolute;
  right: -5px;
  width: 10px;
  height: 40px;
  background-image: -webkit-linear-gradient(top, #F9FBFF 0%, rgba(0, 0, 0, 0.0) 100%);
  background-image:         linear-gradient(to bottom, #F9FBFF 0%, rgba(0, 0, 0, 0.0) 100%);
}

.tipover.tip-newacct > div:nth-child(1):before {
  top: 0;
}

.tipover.tip-newacct > div:nth-child(1):after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tipover.tip-newacct > div:nth-child(2) {
  width: 43%;
  padding-left: 10px;
  text-align: center;
}

.tipover.tip-newacct > div:nth-child(2) h6 {
  margin-bottom: 15px;
  color: #999;
  font-size: 0.8em;
  text-transform: uppercase;
}

/* PricingÂ */
.pricing {
  padding: 20px 0 50px;
  background-color: #FAFAFA;
  background-image: -webkit-linear-gradient(top, #FAFAFA, #FFF);
  background-image:         linear-gradient(to bottom, #FAFAFA, #FFF);
}

.pricing h5 {
  margin: 0;
  line-height: 4;
}

.pricing .pricing-table {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.pricing .pricing-plan {
  display: inline-block;
  width: 95%;
  margin-bottom: 40px;
  vertical-align: top;
}

.pricing h1 {
  margin: 0 auto 4px;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2.6;
}

.pricing .regular h1 {
  background-color: #80CADD;
}

.pricing .educator h1 {
  background-color: #9AC173;
}

.pricing .plan-overview {
  display: inline-block;
  vertical-align: top;
  background: #FFF;
}

.pricing .regular .plan-overview {
  width: 49%;
}

.pricing .educator .plan-overview {
  width: 32%;
}

.pricing h2 {
  margin: 0;
  color: #666;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 2;
}

.pricing .regular h2 {
  background-color: #CEE6E7;
}

.pricing .educator h2 {
  background-color: #D6E6AF;
}

.pricing h2 + p {
  color: #666;
  font-size: 0.9em;
  font-style: italic;
}

.pricing .plan-level {
  position: relative;
  min-height: 150px;
  background-color: #F7F7F7;
}

.pricing .plan-level.school .plan-price {
  margin: 25px 0 0;
  font-size: 1.5em;
}

.pricing .plan-price {
  margin: 15px 0 0;
  font-size: 2.2em;
  font-weight: 400;
}

.pricing .regular .plan-price {
  color: #6BACBD;
}

.pricing .educator .plan-price {
  color: #7B9C5E;
}

.pricing .plan-price span {
  font-size: 0.5em;
}

.pricing .plan-cta {
  position: absolute;
  left: calc(50% - 70% / 2);
  bottom: 20px;
  width: 70%;
  padding: 4px 10px;
  background-color: #FDD66D;
  border-radius: 20px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.pricing .plan-cta:hover {
  background-color: #FFE191;
  color: #111;
}

.pricing .plan-cta:active {
  box-shadow: inset 0 1px 3px rgba(51, 51, 51, 0.1);
}

.pricing .plan-details li {
  margin: 4px 0;
  background-color: #F5F5F5;
  color: #888;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 600;
  line-height: 2.6;
}

.pricing .plan-level.school + .plan-details li:first-child {
  height: 107px;
  padding-top: 19px;
  line-height: 1.8;
}

.pricing .plan-details li:last-child:hover {
  cursor: pointer;
  background-color: #eee;
  color: #369;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pricing .pricing-plan {
    width: 65%;
  }
}

@media only screen and (min-width: 980px) {
  .pricing .pricing-plan {
    width: auto;
    margin-bottom: 0;
  }

  .pricing .plan-overview {
    width: 190px !important;
  }
}

.team {
  height: 400px;
  margin: 30px 0;
  background: rgba(0, 0, 0, 0) url('/assets/f3/img//new_landing_ui/researchers.jpg') no-repeat 50% 0;
  background-size: contain;
  box-shadow: 0 0 0 30px #FFF;
}


/*Features page style elements copied from static.css & app.css*/
@font-face{font-family:'Kunstler';font-weight:400;src:url('/assets/f3/font/kunstler.eot?#iefix') format('embedded-opentype'),url('/assets/f3/font/kunstler.woff') format('woff'),url('/assets/f3/font/kunstler.ttf') format('truetype'),url('/assets/f3/font/kunstler.svg#Kunstler') format('svg');}
.features h1 { margin: 40px 0 -10px; }
.features  
{
    display: block; 
    padding: 0 0 30px 0; 
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkQAOMIP7du3frYeL4BZSVlRsBAvcKMXfm+z0AAAAASUVORK5CYII=') repeat;
}

.feat h4 { font: 68px/122px "Kunstler", "Lucida Bright", Georgia, serif; color: #666; text-align: center; margin-left: -40px; padding: 7px 10px; }
.feat ul { display: block; width: 100%; text-align: left; margin: 10px 0 50px; }
.feat ul.minor { margin-bottom: 30px; }
.feat li { display: inline-block; vertical-align: top; min-height: 100px; border-right: 1px solid #ddd; }
.feat ul.major li { width: 400px; margin: 0 20px 0 60px; padding: 0 60px 0 140px; background: transparent url('/assets/f3/img/sm/features-major.png') no-repeat; }
.feat ul.minor li { width: 230px; max-height: 80px; margin: 0 10px 0 0; padding: 0 10px 0 50px; background: transparent url('/assets/f3/img/sm/features-minor.png') no-repeat; }
.feat li:last-child { border: 0 none; margin-right: 0 !important; padding-right: 0 !important; }
.feat li h6 { color: #117297; font: 18px "Proxima", "Helvetica Neue", Helvetica, Trebuchet MS, sans-serif; margin-bottom: 5px; }
.feat li p { color: #222; font: 13px Trebuchet MS, Helvetica, Arial, sans-serif; margin: 0; }
.feat ul.minor li h6 { font-size: 17px; }
.feat ul.minor li p { font-size: 11px; }
.feat ul.major li.a { background-position: -1px -1px;  padding-left: 130px; }
.feat ul.major li.b { background-position: -2px -343px; padding-left: 130px; }
.feat ul.major li.c { background-position: -2px -115px; padding-right: 40px; }
.feat ul.major li.d { background-position: -1px -449px; margin-left: 40px; }
.feat ul.major li.e { background-position: -1px -232px; padding-left: 120px; }
.feat ul.major li.f { background-position: -2px -563px; margin-left: 40px; }
.feat ul.minor li.a { background-position: -1px -1px; }
.feat ul.minor li.b { background-position: -1px -138px; width: 240px; }
.feat ul.minor li.c { background-position: 0 -278px; padding-left: 40px; }
.feat ul.minor li.d { background-position: 5px -420px; padding-left: 60px; }
.feat ul.minor li.e { background-position: 0 -586px; width: 250px; }
.feat ul.minor li.f { background-position: -1px -730px; }
.feat ul.minor li.g { background-position: -1px -1435px; padding-left: 60px; }
.feat ul.minor li.h { background-position: 0 -873px; }
.feat ul.minor li.i { background-position: -1px -1011px; width: 238px; }
.feat ul.minor li.j { background-position: 0 -1154px; }
.feat ul.minor li.k { background-position: 1px -1305px; padding-left: 60px; width: 270px; }
.feat ul.minor li.l { background-position: 2px -1590px; padding-left: 60px; width: 210px; }


@media only screen and (max-width: 400px) 
{
    .features { padding: 20px 0; }
	.feat h4 { font-size: 60px; line-height: 60px; margin: 0; padding: 0; }
	.feat li h6 { font-size: 15px; }
	.feat ul { margin: 10px 0 10px; }
	.feat ul.major li { width: 320px; margin: 0 0 20px 10px; }
	.feat ul.major li.d,
	.feat ul.major li.f	{ margin-left: 10px; }
	.feat ul.major li.a,
	.feat ul.major li.c,
	.feat ul.major li.e { width: 360px; }
}

@media only screen and (min-width: 768px) and (max-width: 899px) 
{
        .row.feat:nth-child(3) { margin-bottom: 40px; }
	    .feat ul.major li { width: 350px; margin: 0 0 0 10px; }
	    .feat ul.minor li { width: 180px !important; margin: 0 5px 0 0; padding: 0 5px 0 50px; }
	    .feat ul.minor li.a { padding-left: 40px; }
	    .feat ul.major li h6 { font-size: 15px; }
	    .feat ul.minor li h6 { font-size: 14px; }
	    .feat ul.major li p { font-size: 12px; }
	    .features span { margin-bottom: 10px; }
}

@media only screen and (min-width: 960px) {
  header {
    height: 520px;
    background-position: 0 -50px;
    background-size: auto;
  }

  header h2 {
    margin: 220px 0px 50px 50px;
    font-size: 3.2em;
  }
  
  .regmodal
  {
  	top:100px;
  }
}

/**/
#overlay_educator
{
   position: absolute;
display: none;
background-color: gray;
opacity: .8;
top: 115px;
left: 230px;
width: 578px;
height: 500px;
z-index: 1;
}

#overlay_individual
{
   position: absolute;
display: none;
background-color: gray;
opacity: .8;
top: 115px;
right: 230px;
width: 385px;
height: 500px;
z-index: 1;
}
    

.userTypeSel
{
    float: left;
   width: auto;
   margin-left: 3em;
}

/*Styling loading div*/
.ajaxLoadingDiv { display: block; width: 35px !important; height: 35px !important; min-width: 35px !important; vertical-align: middle; border: 0 !important; box-shadow: none !important; background: url("/images/loading.gif") no-repeat scroll transparent !important; }
#signupLoading
{
    display:inline-block; 
    border: 5px solid #686868;   
}

#signupLoading .close-reveal-modal
{
    display:inline; 
    float:right;
    color: #6a6a6a;
    position: relative;
    top: -45px;
    left: 14px;
}