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

html {
  background: #E6F1F4;
}

body {
  font: 14px/18px sans-serif;
  padding: 0;
  color: #444;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

/* TYPE */
.lesser {
  color: #B6BCBF;
}

/* LINKS */
a, .btn-link {
  color: #569cb0;
}

a.new-btn, a.new-btn:hover {
    text-decoration: none;
    border: none;
}

a:hover,
a:focus,
a:active {
  color: #3d7485;
}

/* LOGO */

.eg-logotype {
  line-height: 1em;
    text-shadow: none;
    /* do not set font-size or margin here, set it depending on where it is */
}

.eg-logotype .e {
  font-family: "Arial Black", "Helvetica Bold", sans-serif;
  text-transform: uppercase;
  font-size: 70%;
  color: #89B7C6;
  margin-right: 0.1em;
}

.eg-logotype .g {
  font-family: Georgia, Cambria, serif;
  text-transform: lowercase;
  color: #87D077;
}

.eg-logomark {
  font-size: 84px;
  color: #89B7C6;
  position: relative;
  background: #87D077;
  border-radius: 100%;
  border-style: solid;
  /* border-width and height should both be half of width */
  border-width: 15px 0 0;
  height: 15px;
  width: 30px;
    top: -65px;
    left: 110px;
}

.navbar .brand .eg-logotype {
  font-size: 36px;
  margin-bottom: 4px;
    text-shadow: none;
}


/* end LOGO */


/* Logo Animation */

@-webkit-keyframes spinning {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spinning {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-o-keyframes spinning {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spinning {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spinning {
   -webkit-animation: spinning 0.9s infinite ease-in-out;
   animation: spinning 0.9s infinite ease-in-out;
}

/* end Logo Animation */

.navbar {
  margin-bottom: 0;
}

.primary-bg {
/*   background: #fff; */
/* 	background: #70b85d; */
  background-color: #FAF9F3;
  padding-top: 3em;
  padding-bottom: 2em;
}

.home .primary-bg {
  text-align: center;
  background-color: #70b85d;
  background-image: url('../img/bg-globe.png');
  background-position: top 40px center;
  background-repeat: no-repeat;
}

.primary-bg .eg-logotype {
  font-size: 36px;
  text-align: center;
  margin-bottom: 1.25em;
}

.primary-bg .eg-logomark {
  margin: 0 auto 40px;
}

.hero {
	color: #ffffff;
}

.hero .lead {
  margin-bottom: 2em;
}

#grader-form {
  width: 82%;
  padding: 8%;
  border: 1px solid #ddd;
  border-radius: 7px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  text-align: center;
  margin: 0 auto 3em;
  height: 308px;
}

/* Typography */

h1,h2,h3,h4,h5,h6 {
	font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}

@media screen and (min-width: 480px) {
  #grader-form {
    width: 315px;
      padding: 2em 2em 3em 2em;
  }
}

#grader-form .form-item {
  position: relative;
}

#grader-form label {
  font-weight: bold;
  text-align: left;
}

#grader-form label.checkbox {
  font-size: 12px;
  font-weight: normal;
}

#grader-form label small {
  color: #B6BCBF;
}

#grader-form .input-text {
  font-size: 20px;
  height: auto;
  line-height: 1em;
  padding: 6px 8px;
  margin-bottom: 1.75em;
  color: #555;
}

#grader-form .input-text:focus {
  border-color: #999;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#grader-form .input-text.input-error {
  border-color: #DF4A53;
}

#grader-form #grader-submit {
  font-size: 18px;
  font-weight: bold;
    margin-top: .5em;
    left: -30px;
}

#grader-form .alert {
  border: none;
  background: transparent;
  text-align: left;
  text-shadow: none;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 13px;
  position: absolute;
  bottom: 1em;
  left: 0;
}

#grader-form .alert-error {
  color: #DF4A53;
}

#grader-form .form-item.recaptcha {
  height: 190px;
}

#grader-form .form-item.recaptcha .alert {
  position: relative;
  margin-top: 17px;
}
.below-form p.lesser {
  font-size: 16px;
  line-height: 2em;
}

.below-form {
    margin-top: -20px;
}

.mb-funnel {
	margin-top: 18px;
	color: #ffffff;
}

.mb-funnel-results {
	margin-top: 48px;
	color: #787878;
	text-align: center;
}

.mb-funnel a.mb-contact {
  display: inline-block;
  width: 186px;
  height: 35px;
  background-image: url('../img/mb-logo.png');
  vertical-align: middle;
  text-indent: -99999px;
  margin-left: 10px;
}

.mb-funnel-results a.mb-contact {
  display: inline-block;
  width: 186px;
  height: 38px;
  background-image: url('../img/mb-logo-blue.png');
  vertical-align: middle;
  text-indent: -99999px;
  margin-left: 10px;
  background-repeat: no-repeat;
}

.secondary-bg {
  background: #E6F1F4;
  border-top: 2px solid #B7E3AE;
}

.more-info {
  padding-top: 6em;
  padding-bottom: 5em;
}

.site-footer {
  background: #E6F1F4;
  padding: 2em 0;
  text-align: center;
}

.site-footer a {
}

.credit {
  font-size: 12px;
  margin: 0;
}

.footer-heading {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.footer-logo {
    margin: 15px;
}



/* ******************************* RESULTS PAGE *************************** */

a.back-link {
  font-weight: bold;
  color: #000;
}
a.top-back-link {
}

.row.top-results {
    margin: 10px 0 20px;
/*     border-bottom: 5px solid #000; */
	border-bottom: 1px solid #e5e2d1;
    padding: 0 0 10px;
}

.results .navbar {
	padding: 16px 0px;
	background-color: #70b85d;
}

.results .navbar-inner {
/*     background: none repeat scroll 0 0 #F5F5F5; *//*

    border-color: #ECF4F6;
    border-image: none;
    border-radius: 0 0 0 0;
    border-style: none none solid;
*/
    box-shadow: none;
    background-color: #70b85d;
    border: none;
    background-image: none;
}
.results .navbar-inner .brand {
  padding: 10px 20px 8px;
}

.results .primary-bg {
  padding-top: 18px;
}

.results .row.top-results h1 {
    font-size: 22px;
    line-height: 18px;
    margin: 10px 0 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
    /*border-bottom: 5px solid #000;*/
}

.results h1 {
    font-size: 22px;
    line-height: 18px;
    margin: 10px 0 20px;
  padding: 0 0 10px;
  text-transform: uppercase;
    /*border-bottom: 5px solid #000;*/
}
.results h1 small {
    font-size: 22px;
    margin-left: 5px;
  text-transform: none;
}

.results .category h2 {
	color: #70b85d;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 40px;
	text-transform: uppercase;
}

.results .category h2 span {
  color: #81797F;
  opacity: .15;
  position: absolute;
  font-size: 114px;
  font-size: 7.125rem;
  font-family: Baskerville,Garamond,Palatino,"Palatino Linotype","Hoefler Text","Times New Roman",serif;
  font-style: italic;
/*   z-index: -1; */
  left: 50%;
  margin-left: -3%;
  padding-right: 5px;
}

@media only screen and (max-width: 767px) {
	
	.results .category h2 span {
		display: none;
	}
	
}

a [class^="icon-"], a [class*=" icon-"] {
  text-decoration: none;
}

i.icon-arrow-left {
    margin-right: 3px;
    margin-top:-1px;
}

.your-score {
  background: #ffffff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 20px;
  margin-bottom: 10px;
}
.score-title {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
}

.score-value {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.score-numerator {
  font-size: 96px;
  font-weight: bold;
  line-height: 80px;
  display: block;
}
@-moz-document url-prefix() { 
  .score-numerator {
    line-height: 72px;
    margin-top: 12px;
  }
}

.score-denominator {
  font-size: 16px;
}

.sharing-links {
  padding: 10px;
}

.sharing-links a {
  font-size: 15px;
  margin: 0 5px;
  padding: 5px;
    display: inline-block;
}

.score-message {
  padding: 10px 0;
}
.score-message .label {
  display: block;
}
.score-message .desc {
  padding: 0 10px;
}

#scorecard {
  margin-bottom: 0;
  border-radius: 0;
}

#scorecard tr td,
#scorecard tr th {
  background: #fff;
}
#scorecard .grade-category {
  font-size: 18px;
  padding: 20px 10px 18px 22px;
  border-radius: 0;
}
#scorecard .grade-sub-category {
  font-weight: bold;
  font-size: 16px;
  padding: 13px 16px 10px;
  vertical-align: middle;
}
#scorecard tr.error td {
  color: #df4a53;
}
#scorecard tr.warning td {
  color: #FFC74E;
}
#scorecard tr.success td {
  color: #409838;
}
#scorecard .grade {
  vertical-align: middle;
  text-align: center;
}

.disclaimer {
  border: 4px double #F2F2F3;
  margin: 2em 0;
  padding: 1.5em 3em;
  color: #979da4;
}
.disclaimer p {
  margin-bottom: 0;
}

.category {
  border-top: 1px solid #e5e2d1;
  padding-top: 2.85em;
}
.category.last {
  border-bottom: 1px solid #e5e2d1;
}
.category .lead {
  margin-bottom: 40px;
  font-family: Baskerville,Garamond,Palatino,"Palatino Linotype","Hoefler Text","Times New Roman",serif;
  line-height: 1.5em;
  color: #666666;
  text-align: center;
}
.alert-icon-block,
.grade-sub-category i {
  display: none;
  visibility: hidden;
}
.alert-copy-block .alert {
  padding: 10px 25px 6px 2.2%;
  border-radius: 0;
  border: none;
  color: #fff;
  text-shadow: none;
}
.alert-copy-block .alert-error,
.label-error,
.score-low .score-value {
  background: #df4a53;
  color: #fff;
}
.alert-copy-block .alert-warning,
.label-warning,
.score-med .score-value {
  background: #FFC74E;
  color: #444;
}
.alert-copy-block .alert-success,
.label-success,
.score-high .score-value {
  background: #409838;
  color: #fff;
}

.label-warning {
  color: #A37000;
}

.label {
  border-radius: 0;
  font-size: 15px;
  padding: 8px 11px 6px;
  text-shadow: none;
  text-transform: uppercase;
}

.results .alert-info {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.score {
  font-size: 18px;
  font-weight: bold;
/*   color: #444; */
}
.metric-container {
	background-color: #ffffff;
	box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.08);
	margin-bottom: 40px;
	padding-bottom: 15px;
}
.metric {
  margin-bottom: 2.85em;
/*   border: 5px solid #E9EAEB; */
}
.metric-description {
  margin-left: 4%;
  font-size: 1.25em;
  padding-top: 20px;
}
.metric-description h4,
.metric-description p {
  line-height: 24px;
}
.metric-tips {
/*   background: #f6f6f6; */
  padding: 20px;
  color:#6b737b;
}
.metric-description h4, .metric-tips h4 {
  color: #54CFED;
}
.metric-tips ul {
	margin: 0;
	list-style-type: none;
}
.metric-tips li {
  padding: 5px 0 5px 41px;
}
.metric-tips .fa-2x {
	float: left;
	margin-top: 8px;
	color: #cbc8ca;
}

/* *********** later *************** */

/*
.metric-title {
  margin-bottom: 2em;
}

.alert-icon-block {
  width: 7%;
  background: #ccc;
  float: left;
  height: 29px;
  line-height: 29px;
  padding: 32px 0 18px;
  text-align: center;
}

.alert-copy-block {
  float: left;
  width: 93%;
}

.alert-copy-block .alert {
  text-shadow: none;
  border-radius: 0;
  padding: 0 1em;
  background: transparent;
  border: 4px solid;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.alert-copy-block h3 {
  margin: 0;
  line-height: 25px;
  padding: 25px 0 21px;
}
*/

/* **************** SHARING *************** */
.sharing-link-content {
  display: none;
}



/* ***************** FAQ ****************** */
.faq-nav {
  margin-bottom: 2.5em;
}

.faq-list dt {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.faq-list dd {
  margin-bottom: 2.5em;
  margin-left: 0;
}

/*--------------------   BUTTON #1   -----------------------------*/

/* General button style (reset) */
.btn1 {
    border: none;
    font-family: inherit;
    font-size: 11px;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn1:before, .icon-file:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.btn-1.icon-arrow-right:before {
    content: "\e00d";
    margin-top: -2px;
}

.btn-1 {
    background: #61B2DC;
    color: #fff;
}

.btn-1:hover {
    background: #3D7485;
}

.btn-1:active {
    background: #f58500;
    top: 2px;
}

.btn-1:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: -2px;
    line-height: 3;
    font-size: 140%;
}

.btn-1 {
    padding: 14px 35px 15px 10px;
    overflow: hidden;
    border-radius: 3px;
}

.btn-1:before {
    left: auto;
    right: 10px;
    z-index: 2;
}

.btn-1:after {
    width: 30%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
}

.btn-1:hover:after {
    width: 70%;
}

/*--------------------  END BUTTON #1   -----------------------------*/

/*--------------------   BUTTON #2   -----------------------------*/

/* General button style (reset) */
.btn2 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 50px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn2:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-2 {
    background: #5BB75B;
    color: #fff;
    box-shadow: 0 2px #4A934A;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btn-2 {
    border-radius: 3px;
}

.btn-2:hover {
    box-shadow: 0 2px #4A934A;
    top: 2px;
}

.btn-2:active {
    box-shadow: 0 0 #4A934A;
    top: 6px;
}

/*--------------------   BUTTON #2   -----------------------------*/

/*--------------------   BUTTON #3   -----------------------------*/

/* General button style (reset) */
.btn3 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 45px;
    display: inline-block;
    /*margin: 15px 30px;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn3:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn3:before, .icon-file:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.btn-3.icon-arrow-left:before {
    content: "\e003";
}

.btn-3 {
    color: #FFF;
    overflow: hidden;
    background-color: #5BB75B;
    border-radius: 3px;
}

.btn-3:active {
    border-color: #17954c;
    color: #fff;
    background: #4A934A;
}

.btn-3:hover {
    border-color: #17954c;
    color: #fff;
    background: #4A934A;
}

.btn-3:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-3:active:before {

}

.btn-3.icon-arrow-left:before {
    content: "\e003";
    margin-top: -3px;
}

.btn-3:before {
    left: -50%;
    top: 5px;
}

.btn-3:hover:before {
    left: 10%;
}

/*--------------------  END BUTTON #3   -----------------------------*/

/*--------------------  Modal Styles   -----------------------------*/

#badgeModal {
    background-color: #ffffff;
}

#badgeModal .modal-header {
    background-color: #ffffff;
}

#badgeModal .modal-body {
    background-color: #ffffff;
}

#badgeModal .modal-footer {
    background-color: #ffffff;
}

#upgrade-modal .modal-body {
    text-align: center;
    max-height: 490px;
}

#upgrade-modal form {
    margin: 0;
}

#upgrade-modal img {
    padding-bottom: 20px;
}

#upgrade-modal .modal-body .btn2 {
    margin: 15px;
}

#upgrade-modal .modal-body .eg-logotype {
    font-size: 36px;
    margin-bottom: .5em;
    text-align: center;
    padding: 0 12px;
}

#upgrade-modal .input-block-level {
    min-height: 52px;
    width: 60%;
}

.modal-body #mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
}

/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */