/************************************************
*	Alerts										*
************************************************/

.alert {
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 35px 5px 15px;
}

.alert a {
	color: #fff;
	text-decoration: underline;
}

.alert-success {
	background-color: #1cabb0;
	border-color: #1cabb0;
	color: #fff;
}
.has-success .form-control-feedback {
  color: #1cabb0;
}
.alert-warning {
	background-color: #ffce70;
	border-color: #ffce70;
	color: #fff;
}
.alert-danger {
	background-color: #bf202f;
	border-color: #bf202f;
	color: #fff;
}

.alert-info {
  background-color: #04538e;
  border-color: #04538e;
  color: #fff;
}

.alert-warning p {
	font-size: 1.2em;
}
.alert-warning select {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 1.0em;
}

/************************************************
* Main Navigation               *
************************************************/

.navbar {
  margin-bottom: 0;
}

.navbar-default {
  border: none;
  background: #fff;
  border-radius: 0;
}

.blog .navbar-default,
.single .navbar-default {
  border-bottom: 2px solid #d5d3cb;
  margin-bottom: 20px;
}

#primary-navbar-links {
  padding-top: 19px;
}

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

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

.navbar-brand {
  height: auto;
  padding: 8px 12px;
}

.navbar-brand>img {
  display: block;
  height: 75px;
}

.navbar-nav {
  margin-top: 10px;
  float: right;
}

.navbar-top {
  padding-right: 15px;
}

.navbar-bottom {
  clear: both;
  margin-top: 12px;
}

.navbar-nav>li>a {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 5px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  border: none;
}

.dropdown-menu>li>a {
  color: #fff;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px;
}

.navbar-left .dropdown-menu,
.navbar-right .dropdown-menu {
  padding: 5px;
}

.navbar-left .dropdown.open {
  background-color: #1cabb0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.navbar-nav>li>.dropdown-menu {
  background-color: #0c9297;
  border: medium none;
  border-radius: 0 3px 3px;
  box-shadow: none;
  color: #fff;
}

.navbar-right>.navbar-nav>li>.dropdown-menu {
  border-radius: 3px 0 3px 3px;
}

.navbar-left .dropdown-menu>li>a,
.navbar-right .dropdown-menu>li>a {
  padding: 5px 50px 5px 15px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
}

.navbar-fullwidth.open>.dropdown-toggle:after {
  content: "";
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -10px;
  border-width: 0 12.5px 12.5px 12.5px;
  border-color: transparent transparent #a29f96 transparent;
}

.navbar-fullwidth>.dropdown-menu {
  border-radius: 0;
}

.navbar .nav .navbar-fullwidth,
.navbar .navbar-fullwidth .dropup,
.navbar .navbar-fullwidth .dropdown,
.navbar .navbar-fullwidth .collapse {
  position: static;
}

.navbar .navbar-fullwidth .dropdown-menu {
  left: auto;
  border: none;
  box-shadow: none;
  background: #a29f96;
}

.navbar .navbar-fullwidth .dropdown-content {
  color: #fff;
  padding: 3px;
  text-align: center;
}

.navbar .navbar-fullwidth .dropdown-content a {
  color: #fff;
  text-transform: uppercase;
  margin: 0 15px 0;
  font-weight: bold;
  font-size: 12px;
}

.navbar .navbar-fullwidth .dropdown-menu>li {
  display: block;
}

.navbar .navbar-fullwidth .dropdown-submenu .dropdown-menu {
  left: 100%;
}

.navbar .navbar-fullwidth .nav.pull-right .dropdown-menu {
  right: 0;
}

.navbar.navbar .nav>li>.dropdown-menu:after,
.navbar.navbar .nav>li>.dropdown-menu:before {
  display: none;
}

.navbar .dropdown.navbar-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}

#menuSearch {
  margin-right: 15px;
}

#menuSearch .dropdown-menu {
  border: none;
  border-top-left-radius: 3px;
  box-shadow: none;
  padding: 17px;
  background: #fff;
}

#menuSearch input {
  width: 200px;
  height: 34px;
}

#menuSearch.open .dropdown-toggle {
  background: #d5d3cb;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#menuRegister {
  margin-right: 10px;
}

#menuRegister .btn-register {
  background-color: #04538e;
  border: 2px solid #04538e;
  font-size: 14px;
  line-height: 1.42857;
  padding: 5px 14px 5px;
  text-transform: none;
  color: #fff;
  transition: background 0.5s ease 0s;
}

#menuRegister .btn-register:hover {
  background-color: transparent;
  color: #04538e;
}

#menuLogin input {
  height: 34px;
}

#menuLogin .form-control {
  border: none;
}

#menuLogin .btn-login {
  background-color: #1cabb0;
  color: #fff;
  border: 2px solid #1cabb0;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 16px 5px;
  text-transform: none;
  transition: background 0.5s ease 0s;
  width: 100%;
  height: 33px;
}

#menuLogin .btn-login:hover {
  background-color: #fff;
  border: 2px solid #1cabb0;
  color: #1cabb0;
}

#menuLogin .btn-login:focus,
#menuLogin .btn-login:active {
  color: #fff;
  background-color: #1cabb0;
}

#menuLogin.open .btn-login {
  background-color: #1cabb0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-width: 5px;
  border-color: #1cabb0;
  color: #fff;
}

#menuLogin #btnForgot {
  color: #fff;
  float: left;
  font-size: 11px;
  margin: 9px 0 0 1px;
  background: transparent;
}

#menuLogin .dropdown-menu {
  background-color: #1cabb0;
  border: medium none;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  box-shadow: none;
  padding: 17px;
  width: 250px;
}

#menuLogin .dropdown-menu form hr {
  border-color: rgba(255, 255, 255, 0.5);
  margin: -4px -17px 13px;
}

#menuLogin .checkbox input {
  height: inherit;
}

#menuLogin .dropdown-menu #btnLogin {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  float: right;
  font-size: 14px;
  height: 36px;
  padding: 5px 18px 5px;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color, background-color;
}

#menuLogin .dropdown-menu #btnLogin:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #1cabb0;
}

#menuLogout .btn-logout {
  background-color: #c6202e;
  border: 2px solid #c6202e;
  color: #fff;
  font-size: 14px;
  line-height: 1.42857;
  padding: 5px 14px 5px;
  text-shadow: none;
  text-transform: none;
  transition: background 0.5s ease 0s;
}

#menuLogout .btn-logout:hover {
  background-color: transparent;
  color: #c6202e;
}

#menuMyAccount {
  padding: 0 0 0 10px;
}

#menuMyAccount .btn-account {
  background-color: transparent;
  border: 2px solid #ccc;
  color: #666;
  font-size: 14px;
  line-height: 1.42857;
  padding: 5px 14px 5px;
  text-shadow: none;
  text-transform: none;
  transition: background 0.5s ease 0s;
}

#menuMyAccount .btn-account:hover {
  background: #efefef;
}

#menuMyAccount.open .btn-account {
  background-color: #1cabb0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-width: 5px;
  border-color: #1cabb0;
  color: #fff;
}

#formSearch .btn {
  font-size: 12px;
  padding: 8px 15px 7px;
}

.nav .avatar-icon {
  position: absolute;
  right: 5px;
  top: -1px;
}

.nav .avatar-icon i {
  font-size: 37px;
}

.navbar-right #menu-landing {
  position: relative;
  padding-right: 50px;
}

.page-header-wrapper .logOut {
  display: inline-block;
  float: right;
}

.page-header-wrapper .logRegister {
  display: inline-block;
  float: right;
}

.page-header-wrapper ul.logRegister li {
  display: inline-block;
}

.leftTopNav .user-nav-wrapper {
  background: white;
}

.leftTopNav .user-nav-wrapper .nav>li>a {
  color: #777;
}

.primary-nav .logOut {
  float: right;
  margin-top: 25px;
}

.primary-nav .PageTitle {
  margin-top: 29px;
  padding: 0 20px 0;
  float: left;
  top: 10px;
  position: relative;
  font-size: 25px;
}

#menuMemberTools {
  margin-right: 10px;
}

#menuMemberTools .btn-member-tools {
  background-color: #008080;
  border: 2px solid #008080;
  color: #fff;
  font-size: 14px;
  line-height: 1.42857;
  padding: 5px 14px 5px;
  text-shadow: none;
  text-transform: none;
  transition: background 0.5s ease 0s;
}

@media (max-width:1199px) {
  .navbar-brand>img {
    display: block;
    height: 50px;
    width: auto;
  }

  .narwhal-hp-top {
    width: 130px;
  }

  #primary-navbar-links {
    padding-top: 9px;
  }

}

@media (max-width:991px ) and (min-width:768px) {
  #primary-navbar-links {
    padding-top: 0;
  }
}

@media (max-width:767px) {

  #menuMyAccount,
  #menuLogout,
  #menuLogin,
  #menuRegister {
    padding: 0;
  }

  #menuLogin .dropdown-menu #btnLogin {
    float: none;
  }

  /* Hide search simulator and mobile emulator */
  .navbar .navbar-fullwidth .dropdown-content a[href="/tools/seo_search_simulator"],
  .navbar .navbar-fullwidth .dropdown-content a[href="/tools/mobile_handset_emulator"] {
    display: none;
  }

  #menuSearch {
    padding-left: 10px;
    margin-right: 0;
    margin-top: 5px;
  }

  #menuSearch.open .dropdown-toggle {
    border: 0;
  }

  #menuSearch .dropdown-menu {
    background: #fff;
    border-radius: 0;
  }

  #menuSearch input {
    width: 100%;
  }

  #menuLogin {
    margin-top: 10px;
  }

  #menuLogin .dropdown-menu {
    padding: 0 17px 17px;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #menuLogin .btn {
    margin-bottom: 0;
  }

  #menuLogin .btn-login {
    width: 100%;
    height: auto;
    padding: 11px 15px 10px;
  }

  #menuRegister .btn-register {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 14px 9px !important;
  }

  .btn-logout {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 14px 9px !important;
  }

  #menuMyAccount {
    margin-bottom: 10px;
  }

  #menuMyAccount .btn-account {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 14px 9px !important;
  }

  #menuLogin #btnForgot {
    margin: 5px 0 10px;
  }

  .nav .avatar-icon {
    display: none;
  }

  #menuRegister,
  #menuLogin {
    width: 100%;
  }

  .navbar-right #menu-landing {
    padding-right: 0;
  }

  #menuMemberTools {
    padding: 0 0px 10px 0px;
    margin-right: 0;
  }

  #menuMemberTools .btn-member-tools {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 14px 9px !important;
  }
}

/************************************************
*	User Nav									*
************************************************/

.user-nav-wrapper {
	background: #a29f96;
	/*background: rgb(18,84,136); /* Old browsers */
	/*background: -moz-linear-gradient(left, rgba(18,84,136,1) 0%, rgba(28,171,177,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, rgba(18,84,136,1) 0%,rgba(28,171,177,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, rgba(18,84,136,1) 0%,rgba(28,171,177,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125488', endColorstr='#1cabb1',GradientType=1 );*/
}

.user-nav-wrapper .navbar-nav {
  float: left;
  margin-left: 0;
  margin-top: 0;
}

.user-nav-wrapper .navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  padding: 10px 15px 7px;
  border-bottom: 3px solid transparent;
}

.user-nav-wrapper .navbar-nav > li.active > a {
  background-color: rgba(255, 255, 255, 0.2);
  /*border-bottom: 3px solid rgba(255, 255, 255, 0.4);*/
}

.user-nav-wrapper .nav > li > a:focus,
.user-nav-wrapper .nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  /*border-bottom: 3px solid rgba(255, 255, 255, 0.4);*/
}

.user-mobile-navbar {
	background: #a29f96;
  	/*background: rgb(18,84,136); /* Old browsers */
	/*background: -moz-linear-gradient(left, rgba(18,84,136,1) 0%, rgba(28,171,177,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, rgba(18,84,136,1) 0%,rgba(28,171,177,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, rgba(18,84,136,1) 0%,rgba(28,171,177,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125488', endColorstr='#1cabb1',GradientType=1 );*/
  	padding: 8px 15px;
}

.user-mobile-navbar > .user-navbar-toggle {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
}

@media(max-width:767px) {

	.user-nav-wrapper {
	  background-color: #04538e;
	}

	.user-nav-wrapper .navbar-nav {
		background: #a29f96;
		/*background: rgb(18,84,136); /* Old browsers */
		/*background: -moz-linear-gradient(left, rgba(18,84,136,1) 0%, rgba(28,171,177,1) 100%); /* FF3.6-15 */
		/*background: -webkit-linear-gradient(left, rgba(18,84,136,1) 0%,rgba(28,171,177,1) 100%); /* Chrome10-25,Safari5.1-6 */
		/*background: linear-gradient(to right, rgba(18,84,136,1) 0%,rgba(28,171,177,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125488', endColorstr='#1cabb1',GradientType=1 );*/
		float: none;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 0;
	}

	.user-nav-wrapper .navbar-nav > li > a {
		border-bottom: none;
		border-left: 3px solid transparent;
		border-top: none;
		color: #fff;
		display: block;
		font-size: 14px;
		padding: 10px 15px 7px;
	}

	.user-nav-wrapper .navbar-nav > li.active > a {
		background-color: rgba(255, 255, 255, 0.2);
		border-bottom: none;
		border-left: 3px solid rgba(255, 255, 255, 0.4);
	}

	.user-nav-wrapper .navbar-nav > li > a:hover,
	.user-nav-wrapper .navbar-nav > li > a:active,
	.user-nav-wrapper .navbar-nav > li.active > a:hover,
	.user-nav-wrapper .navbar-nav > li.active > a:active {
		background-color: rgba(255, 255, 255, 0.2);
		border-bottom: none;
		border-left: 3px solid rgba(255, 255, 255, 0.4);
	}

}
/************************************************
* Buttons                   *
************************************************/

.btn {
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  padding: 13px 25px 12px;
}

.btn-sm {
  font-size: 12px;
  padding: 8px 12px 7px;
}

.btn-default {
  background: #fff;
  border-color: #d5d3cb;
}

#mc_embed_signup .button {
  border-radius: 3px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  background: #fff !important;
  border-color: #d5d3cb !important;
  color: #000 !important;
}

.btn-primary {
  color: #fff;
  background: #04538e;
  border: 2px solid #04538e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #fff;
  color: #04538e;
}

.btn-primary.btn-sm {
  box-shadow: 0 2px 0 #137ba6;
}

.btn-purple {
  color: #fff;
  background: #951a91;
  border: none;
  box-shadow: 0 3px 0 #7c1679;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  color: #fff;
  background: #7c1679;
}

.btn-purple.btn-sm {
  box-shadow: 0 2px 0 #7c1679;
}

.btn-teal {
  color: #fff;
  background-color: #1cabb0;
  border: 2px solid #1cabb0;
}

.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active {
  background-color: #fff;
  color: #1cabb0;
}

.ws-but {
  border: 1px solid #951a91;
  padding: 0px 5px;
  border-radius: 3px;
  margin-right: 5px;
}

.mem-but {
  border: 1px solid #4d9a49;
  padding: 0px 5px;
  border-radius: 3px;
  margin-right: 5px;
}

.tools-but {
  border: 1px solid #00aced;
  padding: 0px 5px;
  border-radius: 3px;
  margin-right: 5px;
}

.api-but {
  border: 1px solid #222222;
  padding: 0px 5px;
  border-radius: 3px;
  margin-right: 5px;
}

/* Recent Updates */

.version {
  color: #2bc58d;
  float: right;
}

.social-wrapper {
  margin-bottom: 20px;
  font-size: 0;
}

/* social button */
.btn-linkedin,
.btn-facebook {
  width: 30%;
  margin-right: 5%;
}

.btn-google {
  width: 30%;
}

/* social color */
.btn-social {
  border-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: .2s;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  font-weight: normal;
  margin-bottom: 10px;
  max-width: 230px;
  line-height: 18px;
}

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

.social-register .btn-social {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}

.btn-social:hover {
  border-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.btn-social:active {
  border-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.btn-social:hover:active {
  border-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.btn-social .fa {
  float: left;
  margin-top: 5px;
  margin-left: 15px;
}

.fa-facebook-icon {
  background: url('/img/icons/facebook-icon.png') no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  float: left;
  margin-left: 15px;
}

.fa-linkedin-icon {
  background: url('/img/icons/linkedin-icon.png') no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  float: left;
  margin-left: 15px;
}

.fa-google-icon {
  background: url('/img/icons/google-icon.png') no-repeat center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  float: left;
  margin-left: 15px;
}

.btn-facebook {
  background-color: #4267b2;
}

.btn-facebook:focus,
.btn-facebook.focus {
  background-color: #2d4373;
}

.btn-facebook:hover {
  background-color: #2d4373;
}

.btn-facebook:active,
.btn-facebook.active {
  background-color: #2d4373;
}

.btn-linkedin {
  background-color: #007bb6;
}

.btn-linkedin:focus,
.btn-linkedin.focus {
  background-color: #005983;
}

.btn-linkedin:hover {
  background-color: #005983;
}

.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
  background-color: #005983;
}

.btn-google {
  background-color: #dd4b39;
}

.btn-google:focus,
.btn-google.focus {
  background-color: #c23321;
}

.btn-google:hover {
  background-color: #c23321;
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
  background-color: #c23321;
}

.seperate-wrapper {
  text-align: center;
  position: relative;
  height: 24px;
  margin-bottom: 5px;
}

.btn-blue,
.btn-register-blue {
  background-color: #04538e;
  border: 2px solid #04538e;
  line-height: 1.42857;
  color: #fff;
  transition: background .3s, color .3s;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn-blue:hover,
.btn-register-blue:hover {
  background-color: transparent;
  color: #04538e;
}

.btn-blue.disabled:hover .btn-register-blue.disabled:hover {
  background-color: #04538e;
  color: #fff;
}

.condition-link {
  color: #5f9de5;
}

.btn.btn-see-live-result {
  background: #209ea0;
  border: 2px solid #209ea0;
  font-size: 24px;
  border-radius: 10px;
  padding: 12px;
}

.btn.btn-see-live-result:hover {
  color: #209ea0;
  background-color: #fff;
}

@media(max-width:767px) {
  .version {
    float: left;
  }

  p.tight {
    clear: both;
  }

  .btn {
    font-size: 13px;
    margin-bottom: 15px;
    width: 100%;
  }

  .btn.btn-see-live-result {
    font-size: 18px;
    border-radius: 10px;
    padding: 12px;
  }
}

/************************************************
* Input Fields                *
************************************************/

.form-control {
  height: 41px;
  padding: 6px 12px 4px;
}

label small {
  font-size: 70%;
  font-weight: normal;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* Firefox 18- */
input:focus::-moz-placeholder {
  color: transparent;
}

/* Firefox 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* oldIE ;) */
/* Account Profile Tab Styles */

.forgot-email-input {
  height: 37px;
  line-height: 37px;
}

/************************************************
*	Accordian									*
************************************************/

.panel {
	border:none;
	box-shadow:none;
}

.panel-default {
	border: none;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-default .panel-heading {
	border-radius: 0;
	background-color: #1cabb0;
	padding: 12px 20px 12px 15px;
}
.panel-default .panel-title {
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	}

.panel-title:before {
	font-family: FontAwesome;
	font-size:18px;
	content:"\f13a";
	font-weight:normal;
	padding-right:5px;
	}

.collapsed .panel-title:before {
	font-family: FontAwesome;
	font-size:18px;
	content:"\f138";
	font-weight:normal;
	padding-right:5px;
	}

.panel-default .panel-body {
	background-color: #f2f1eb;
	padding: 20px 20px 20px;
}
.panel.panel-advanced {
	margin-bottom: 0 !important;
}
.panel-advanced .panel-heading {
	border-radius: 0;
	background-color: #fff;
	padding: 12px 20px 12px 0;
}
.panel-advanced .panel-title {
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
}
.panel-title .panel-score {
    float: right;
	}
.panel-advanced .panel-body {
	background-color: transparent;
	padding: 10px 20px 20px;
}
.panel a:hover, .panel a:focus {
	text-decoration: none;
}

/************************************************
*	Footer										*
************************************************/

.footer {
  background-color: #04538e;
  color: #fff;
  font-size: 12px;
  padding: 25px 0;
  text-align: center;
}
.footer .container {
  position: relative;
}
.footer ul {
	padding: 0;
	margin-top: 20px;
  z-index: 1;
  position: relative;
}
.footer ul li {
	display: inline-block;
	padding: 0 5px 0 0;
}
.footer ul li:after {
	content: "|";
	padding-left: 5px;
}
.footer ul li:last-child:after {
	content: "";
}
.footer ul li a {
	font-weight: 600;
	color: #fff;
}
.footer .mm-footer-icon {
  margin: -80px auto 0;
  position: relative;
  z-index: 99;
}

.footer .copyright {
  z-index: 1;
  position: relative;
}

.footer .ada-homepage {
  display: none;
}

@media (max-width:767px) {
  .footer .ada-homepage {
    bottom: 25px;
    height: 150px;
    left: 2%;
    right: auto;
    width: auto;
    position: absolute;
    display: block;
  }

	.questions-block {
		padding: 55px 0 65px;
	}

	.ada-about {
		display: block;
		width: 100px;
  }
}

.cookies-notice{
    z-index: 999999;
    width: 100%;
    position: fixed;
    text-align: center;
    border-bottom: solid 1px rgba(138, 138, 138, 0.44);
    padding: 2px 60px;
    background-color: #24a8aa;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    height: auto;
    bottom: 0px;
}
.cookies-notice .btn-default-round {
    font-size: 10px;
    padding: 0 15px;
    line-height: 20px;
    color: #fff;
    background: #04538e;
}
.cookies-notice .close{
  opacity:1; margin-left:18px;margin-top: 4px;
}
@charset "UTF-8";
/* CSS Document */

body {
  font-family: 'proxima-soft', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}

h1,
.h1 {
  color: #04538e;
  font-size: 48px;
  margin: 25px 0;
}

h2,
.h2 {
  color: #1cabb0;
  font-size: 30px;
  font-weight: 100;
  margin: 25px 0;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin: 24px 0;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

a {
  color: #1cabb0;
}

p {
  margin: 0 0 25px;
}

p.tight {
  margin: 0 0 10px !important;
  font-weight: lighter;
}

.breadcrumb {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-radius: 4px;
  font-size: 12px;
  list-style: outside none none;
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 0 5px 10px;
  text-transform: uppercase;
}

.clear {
  clear: both;
}

.blue {
  color: #52a6e4;
}

.orange {
  color: #ff7c33;
}

.red {
  color: #bf202f;
}

.purple {
  color: #951a91;
}

.green {
  color: #2bc58d;
}

.yellow {
  color: #ffb533;
}

.gray {
  color: #666666;
}

.ready-to-started {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

/* common style */
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.text-bold {
  font-weight: 700;
}

.w-150 {
  width: 150px;
}

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

.bluecenter {
  display: block;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;

}

.contact-form #mc_embed_signup {
  background: transparent !important;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
}

#mc_embed_signup h2 {
  color: #fff !important;
  font-family: 'proxima-soft', sans-serif !important;
}

#mc_embed_signup .asterisk {
  color: #fff !important;
}

.p-relative {
  position: relative;
}

@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  50% {
    transform: scale(1.01);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width:1199px) {
  .homepage-consulting .ada-homepage {
    left: -300px;
  }

  .contact-content {
    background-size: 165px auto;
  }

  .section-mission,
  .section-story,
  .section-mascot {
    width: 200px;
    height: 200px;
    ;
  }
}

@media (max-width:991px) {
  .homepage-consulting {
    padding-bottom: 70px;
  }

  .homepage-consulting .ada-homepage {
    bottom: -125px;
    height: 200px;
    left: auto;
    position: absolute;
    right: 0;
    width: auto;
  }

  .contact-content {
    background-position: 80px 250px;
    background-size: 250px auto;
  }

  .training-services .material-icons {
    font-size: 30px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .section-mission {
    background: #52a6e4 none repeat scroll 0 0;
    border-radius: 15px;
    height: 150px;
    padding: 40px 20px;
    text-align: center;
    width: 150px;
  }

  .mission-icon .fa {
    color: #fff;
    font-size: 70px;
  }

  .section-story {
    background: #52a6e4 none repeat scroll 0 0;
    border-radius: 15px;
    height: 150px;
    padding: 40px 20px;
    text-align: center;
    width: 150px;
  }

  .story-icon .fa {
    color: #fff;
    font-size: 70px;
  }

  .section-mascot {
    background: #52a6e4 url("/img/ada/ada-about.png") no-repeat scroll left 30px bottom -40px / 65% auto;
    border-radius: 15px;
    height: 150px;
    padding: 40px 20px;
    text-align: center;
    width: 150px;
  }

  .form-control {
    font-size: 13px;
  }
}

@media (max-width:767px) {
  body {
    font-size: 14px;
  }

  h1,
  .h1 {
    font-size: 36px;
  }

  .circle-block-container .row {
    margin-left: 0;
    margin-right: 0;
  }

  .about-cindy {
    margin: 0 auto;
  }

  .row-eq-height {
    display: block;
  }

  .page-fos_user_registration_register h1 {
    text-align: center;
  }

  .ada-who-for {
    height: 300px;
    margin: 0 auto;
  }
}

#menu-landing>li>a.user-profile {
  background-color: #24a8aa;
  border-radius: 16px;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  line-height: 32px;
  padding: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-transform: uppercase;
}

#menu-landing>li>a.user-profile:hover {
  background-color: #28bdbf;
}

#menu-landing>li>a.user-profile img {
  width: 32px;
  height: 32px;
}

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

  .logo {
    width: 70%;
    height: auto;
  }

  .navbar-nav {
    margin-top: 15px;
  }

  .navbar-right {
    float: none !important;
  }

  .navbar-nav.navbar-bottom {
    float: none;
    margin-left: -15px;
  }

  .navbar-nav>li>a {
    font-size: 14px;
    padding: 10px;
  }

  .navbar-fullwidth.open>.dropdown-toggle:after {
    bottom: 0;
  }

  .narwhal-hp-top {
    width: 130px;
  }

}


@media (max-width:767px) {
  .navbar-nav {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
  }

  .navbar-left .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
  }

  .navbar-default {
    border: none;
  }

  .navbar-left {
    margin-left: 0;
  }

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

  .navbar-top {
    padding-right: 0;
  }

  .navbar-toggle {
    margin-top: 20px;
  }

  #primary-navbar-links {
    padding-top: 0;
  }

  .navbar-collapse {
    background: #fff;
    max-height: 440px;
  }

  .navbar-brand .logo {
    height: 50px;
  }

  .navbar-nav>li>a {
    border-top: none;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .navbar-left .dropdown-menu,
  .navbar-right .dropdown-menu {
    padding: 0 5px 15px;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px;
  }

  .navbar-fullwidth.open>.dropdown-toggle:after {
    left: 30px;
    bottom: 0;
    margin-left: -10px;
  }

  .navbar .navbar-fullwidth .dropdown-content {
    text-align: left;
    padding: 0;
  }

  .navbar .navbar-fullwidth .dropdown-content a {
    display: block;
    padding: 10px 0;
    margin: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #1cabb0;
    border-radius: 0 0 3px 3px !important;
  }

}

.navbar-nav>li>a.book-a-demo {
  border: solid 2px #c53333;
  color: #c53333;
  border-radius: 4px;
  background-color: #fff;
  text-transform: none;
  transition: background 0.5s ease 0s;
  margin-top: -2px;
}

.navbar-nav>li>a.book-a-demo:hover {
  background-color: #c53333;
  color: white;
}

@media (max-width: 767px) {
  .navbar-nav>li>a.book-a-demo {
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* API SITE STYLES NEED TO CLEAN UP */

.apikey-table {
	font-size: 12px;
}
.apikey-table th {
	background: #666 none repeat scroll 0 0;
	border-top: medium none !important;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}
.apikey-table .btn-sm {
	font-size: 9px;
	padding: 5px 8px 4px;
}
.apikey-table tbody tr:nth-child(2n+1) td {
	border-top: none !important;
}
.apikey-table tbody tr:nth-child(4n) td, .apikey-table tbody tr:nth-child(4n+1) td {
	background: #f9f9f9;
}
.manage-subscriptions {
	display: inline-block;
}


@media (max-width:767px) {
	.apikey-table-mobile {
		font-size: 14px;
		table-layout: fixed;
	}
	.apikey-table-mobile .btn {
		margin-bottom: 0;
	}
	.apikey-table-mobile .btn-sm {
		font-size: 12px;
		padding: 8px 12px 7px;
		margin-top: 10px;
	}
	table.apikey-table-mobile tr > td {
		border: 1px solid #666;
		display: block;
		margin-bottom: 30px;
		padding: 0 !important;
		overflow-wrap: break-word;
		word-break: break-all;
	}
	table.apikey-table-mobile p {
		margin: 0;
		padding: 0 10px 15px;
	}
	table.apikey-table-mobile strong {
		background-color: #666;
		color: #fff;
		display: block;
		font-size: 11px;
		margin: 0 -10px 15px;
		padding: 5px 10px;
		text-transform: uppercase;
	}
	table.apikey-table-mobile br {
		display: none;
	}
	table.apikey-table-mobile .label {
		display: block;
		padding: 10px;
		width: 100%;
	}
}
.modal-content {
  border-radius:3px;
}

.modal-content > .modal-header {
  background-color: #1cabb0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.modal-content > .modal-header > .modal-title{
  color:#fff;
  font-weight:600;
}


.modal-body > h3 {
  color: #52a6e4;
  font-size: 16px;
  margin: 10px 0;
}
.modal-body > p {
  font-size: 12px;
  margin-bottom: 5px;
}
.modal-body > hr {
  margin: 25px 0;
}

.modal-footer .btn {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px 9px;
}

.modal a:hover {
  text-decoration: none;
}

#registrationPricingPlan.modal-new-style .modal-content,
#registerConfrimPlan.modal-new-style .modal-content {
    background-color: #1e4a7f;
    color: #fff;
    border-radius: 10px;
}

#registrationPricingPlan.modal-new-style .modal-header,
#registerConfrimPlan.modal-new-style .modal-header {
  background-color: #fff;
  color: #1e4a7f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#registrationPricingPlan.modal-new-style .modal-header h3,
#registerConfrimPlan.modal-new-style .modal-header h3 {
  display: inline-block;
  color: #04538e;
  font-size: 18px;
  font-weight: 600;
}

#registrationPricingPlan.modal-new-style .modal-header img,
#registerConfrimPlan.modal-new-style .modal-header img {
  margin-right: 10px;
  display: inline-block;
}

#registrationPricingPlan.modal-new-style .modal-body,
#registerConfrimPlan.modal-new-style .modal-body {
  margin-top: 20px;
  font-size: 12px;
}

#registrationPricingPlan.modal-new-style .modal-body h3 {
  font-size: 14px;
}

#registrationPricingPlan.modal-new-style .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

#registrationPricingPlan.modal-new-style .modal-footer {
  padding: 32px;
  text-align: center;
  font-size: 14px;
}

#registrationPricingPlan.modal-new-style .control-label,
#registrationPricingPlan.modal-new-style .modal-body .tab-content,
#registrationPricingPlan.modal-new-style .select2-container--default .select2-selection--single .select2-selection__rendered,
#registrationPricingPlan.modal-new-style .table thead tr th,
#registrationPricingPlan.modal-new-style .table thead tr,
#registrationPricingPlan.modal-new-style .table tbody tr td,
#registrationPricingPlan.modal-new-style .form-control,
#registrationPricingPlan.modal-new-style .os-container .input-section label {
  font-size: 12px;
}

#registrationPricingPlan.modal-new-style .form-control {
  color: #000;
}

#registrationPricingPlan.modal-new-style .select2-container .select2-selection--single {
  color: #000;
  background-color: #fff;
  font-size: 12px;
}

#registrationPricingPlan.modal-new-style input[type=checkbox], 
#registrationPricingPlan.modal-new-style input[type=radio] {
  margin-top: 2px;
}


#registerConfrimPlan .bill-panel {
  padding: 0;
  border: solid 0 #fff;
  border-radius: 0;
  -webkit-box-shadow: 0px 3px 13px -4px rgba(0,0,0,0.44);
  -moz-box-shadow: 0px 3px 13px -4px rgba(0,0,0,0.44);
  box-shadow: 0px 3px 13px -4px rgba(0,0,0,0.44);
  margin: 0 0 22px;
  padding: 17px 22px 25px;
  background: #fff;
  font-size: 13px;
}


#registerConfrimPlan.modal-new-style .modal-body h3 {
  font-size: 14px;
}

#registerConfrimPlan.modal-new-style .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

#registerConfrimPlan.modal-new-style .modal-footer {
  padding: 32px;
  text-align: center;
  font-size: 14px;
}

#registerConfrimPlan.modal-new-style .control-label,
#registerConfrimPlan.modal-new-style .modal-body .tab-content,
#registerConfrimPlan.modal-new-style .select2-container--default .select2-selection--single .select2-selection__rendered,
#registerConfrimPlan.modal-new-style .table thead tr th,
#registerConfrimPlan.modal-new-style .table thead tr,
#registerConfrimPlan.modal-new-style .table tbody tr td,
#registerConfrimPlan.modal-new-style .form-control,
#registerConfrimPlan.modal-new-style .os-container .input-section label {
  font-size: 12px;
}

#registerConfrimPlan.modal-new-style .form-control {
  color: #000;
}

#registerConfrimPlan.modal-new-style .select2-container .select2-selection--single {
  color: #000;
  background-color: #fff;
  font-size: 12px;
}

#registerConfrimPlan.modal-new-style input[type=checkbox], 
#registerConfrimPlan.modal-new-style input[type=radio] {
  margin-top: 2px;
}






.switch {
  display: inline-block;
  width: 34px;
}

.switch > input[type="checkbox"] {
  display: none;
}

.switch > label {
  cursor: pointer;
  height: 0;
  position: relative;
  width: 34px;
}

.switch > label::before {
  background: #88A8C5;
  border-radius: 7px;
  content: '';
  height: 14px;
  margin-top: -7px;
  position:absolute;
  transition: all .4s ease-in-out;
  width: 34px;
}

.switch > label::after {
  background: #0e5487;
  border-radius: 100%;
  content: '';
  height: 20px;
  margin-top: -7px;
  left: -2px;
  position: absolute;
  top: -3px;
  transition: all .3s ease-in-out;
  width: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .31);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .31);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .31);
}

.switch > input[type="checkbox"]:checked + label::before {
  background: #9bd1cc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.switch > input[type="checkbox"]:checked + label::after {
  background: #24a8aa;
  left: 16px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .31);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .31);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .31);
}

.switch > input[type="checkbox"]:disabled + label {
  cursor: default;
}

#registrationPricingPlan .choose-plan h4 {
  font-size: 24px;
  font-weight: 700;
  color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
}

#registrationPricingPlan small.frequency-style {
  color: #7a7a7a !important;
  font-family: "Roboto", Sans-serif;
  font-weight: 400 !important;
}

#registrationPricingPlan .choose-plan h4.soloPrice {
  color: #66b266 !important;
}

#registrationPricingPlan .choose-plan h4.teamPrice {
  color: #fc6a1a !important;
}

#registrationPricingPlan .choose-plan h4.proPrice {
  color: #4fa5e2 !important;
}

#registrationPricingPlan .choose-plan h4.enterprisePrice {
  color: #11abb0 !important;
}

#registrationPricingPlan .choose-plan .col-xs-12 > h4 {
  margin-top: 24px;
  text-align: left;
}

#registrationPricingPlan .choose-plan h4.soloPrePrice,
#registrationPricingPlan .choose-plan h4.teamPrePrice,
#registrationPricingPlan .choose-plan h4.proPrePrice,
#registrationPricingPlan .choose-plan h4.enterprisePrePrice {
  color: red !important;
}

#registrationPricingPlan header.head-pd {
  padding: 10px 10px !important;
  background-color: white !important;
}

#registrationPricingPlan section.bg-col {
  background-color: white !important;
  padding: 13px 10px !important;
  font-size: 12px !important;
}

#registrationPricingPlan .solo-bd-col {
  border-color: #66b266 !important;
}

#registrationPricingPlan .team-bd-col {
  border-color: #fc6a1a !important;
}

#registrationPricingPlan .pro-bd-col {
  border-color: #4fa5e2 !important;
}

#registrationPricingPlan .enterprise-bd-col {
  border-color: #11abb0 !important;
}

#registrationPricingPlan button.btn-access {
  background-color: #04538e !important;
  /*height: 65px !important;*/
  border: none !important;
  margin-bottom: 0px !important;
}

#registrationPricingPlan table.tbl-style {
  padding: 20px 0px 20px 0px;
  border-style: solid;
  border-radius: 10px 10px 10px 10px;
}

#registrationPricingPlan table.tbl-solo {
  background-color: #66b266;
}

#registrationPricingPlan table.tbl-team {
  background-color: #fc6a1a;
}

#registrationPricingPlan table.tbl-pro {
  background-color: #4fa5e2;
}

#registrationPricingPlan table.tbl-enterprise {
  background-color: #11abb0;
}

#registrationPricingPlan .elementor-heading-title {
    color: #394a55;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 1;
    margin-bottom: 18px;
    font-size: 28px !important;
}

#registrationPricingPlan .choose-plan .block {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  padding-bottom: 11px;
  border: 2px solid #fff;
}

#registrationPricingPlan .choose-plan .block header {
  background-color: #f7f7f7;
  padding: 0 24px;
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
  border: 2px solid #f7f7f7;
  border-bottom: 0 none;
}

#registrationPricingPlan .choose-plan .block header table {
  width: 100%;
}

#registrationPricingPlan .choose-plan .block header td {
  height: 64px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #212121;
  font-family: 'Roboto', sans-serif;
}

#registrationPricingPlan .choose-plan .block section {
  padding: 13px 24px;
  font-size: 14px;
}

#registrationPricingPlan .choose-plan .block section table {
  width: 100%;
}

#registrationPricingPlan .choose-plan .block section td {
  padding-bottom: 4px;
}

#registrationPricingPlan .choose-plan .block section tr:last-child td {
  padding-bottom: 0;
}

#registrationPricingPlan .choose-plan .block section td .material-icons {
  font-size: 20px;
}

#registrationPricingPlan .choose-plan .block section td:last-child {
  width: 50px;
}

#registrationPricingPlan .choose-plan .block section h4 {
  font-weight: 600;
}

#registrationPricingPlan .choose-plan .block section h4 small {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}

#registrationPricingPlan .choose-plan .block section hr{
  border-color: #88a8c5;
}

#registrationPricingPlan .choose-plan .block section td {
  color: #505050 !important;
}

#registrationPricingPlan .choose-plan .block .btn-primary {
  border-radius: 0;
  width: calc(100% + 4px);
  background-color: #88a8c5;
  text-transform: capitalize;
  font-size: 16px;
  height: 43px;
  padding: 0;
  margin-bottom: 7px;
  margin-top: 3px;
  margin-left: -2px;
  margin-right: -2px;
  border-left: 2px solid #88a8c5;
  border-right: 2px solid #88a8c5;
}

#registrationPricingPlan .choose-plan .block .btn-success {
  border-radius: 0;
  background-color: #24a8aa;
  border-color: #24a8aa;
  font-size: 14px;
  height: 36px;
  padding: 0 32px;
  margin-top: 10px;
}

#registrationPricingPlan .choose-plan .block2 {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  padding: 24px 32px;
  margin-top: 48px;
}

#registrationPricingPlan .choose-plan .block2 h5 {
  font-size: 20px;
  font-weight: 400;
  color: #0e5487;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}

#registrationPricingPlan .choose-plan .block2 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  color: #505050;
  text-align: left;
  margin-bottom: 20px;
}

#registrationPricingPlan .choose-plan .block2 .btn-success {
  border-radius: 0;
  background-color: #24a8aa;
  border-color: #24a8aa;
  font-size: 14px;
  height: 36px;
  padding: 0 32px;
  width: 240px;
}

#registrationPricingPlan .choose-plan .planActive > h4 {
  color: #24a8aa;
}

#registrationPricingPlan .choose-plan .col-xs-12 > h4 > span.current-plan{
  display: none;
}
#registrationPricingPlan .choose-plan .col-xs-12.planActive > h4 > span {
  font-size: 16px;
  color: #24a8aa;
  display: inline-block;
}

#registrationPricingPlan .choose-plan .planActive .block {
  border-color: #24a8aa;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 7px 25px rgba(0, 0, 0, .4);
  box-shadow: 0 7px 25px rgba(0, 0, 0, .4);
}

#registrationPricingPlan .choose-plan .planActive .block header {
  border-color: #24a8aa;
}

#registrationPricingPlan .choose-plan .planActive .block .btn-primary {
  border-color: #24a8aa;
}

#registrationPricingPlan .choose-plan .block .current-plan {
  font-size: 14px;
  height: 36px;
  padding: 0 32px;
  margin-top: 20px;
  color: #24a8aa;
  line-height: 36px;
  font-weight: 500;
  display: none;
}










#registerConfrimPlan .choose-plan h4 {
  font-size: 24px;
  font-weight: 700;
  color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
}

#registerConfrimPlan .choose-plan h4.fn-color {
  color: #0e5487 !important;
}

#registerConfrimPlan .choose-plan .col-xs-12 > h4 {
  margin-top: 24px;
  text-align: left;
}

#registerConfrimPlan .choose-plan .block {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  padding-bottom: 11px;
  border: 2px solid #fff;
}

#registerConfrimPlan .choose-plan .block header {
  background-color: #f7f7f7;
  padding: 0 24px;
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
  border: 2px solid #f7f7f7;
  border-bottom: 0 none;
}

#registerConfrimPlan .choose-plan .block header table {
  width: 100%;
}

#registerConfrimPlan .choose-plan .block header td {
  height: 64px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #212121;
  font-family: 'Roboto', sans-serif;
}

#registerConfrimPlan .choose-plan .block section {
  padding: 13px 24px;
  font-size: 14px;
}

#registerConfrimPlan .choose-plan .block section table {
  width: 100%;
}

#registerConfrimPlan .choose-plan .block section td {
  padding-bottom: 4px;
}

#registerConfrimPlan .choose-plan .block section tr:last-child td {
  padding-bottom: 0;
}

#registerConfrimPlan .choose-plan .block section td .material-icons {
  font-size: 20px;
}

#registerConfrimPlan .choose-plan .block section td:last-child {
  width: 50px;
}

#registerConfrimPlan .choose-plan .block section h4 {
  font-weight: 600;
}

#registerConfrimPlan .choose-plan .block section h4 small {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}

#registerConfrimPlan .choose-plan .block section hr{
  border-color: #88a8c5;
}

#registerConfrimPlan .choose-plan .block .btn-primary {
  border-radius: 0;
  width: calc(100% + 4px);
  background-color: #88a8c5;
  text-transform: capitalize;
  font-size: 16px;
  height: 43px;
  padding: 0;
  margin-bottom: 7px;
  margin-top: 3px;
  margin-left: -2px;
  margin-right: -2px;
  border-left: 2px solid #88a8c5;
  border-right: 2px solid #88a8c5;
}

#registerConfrimPlan .choose-plan .block .btn-success {
  border-radius: 0;
  background-color: #24a8aa;
  border-color: #24a8aa;
  font-size: 14px;
  height: 36px;
  padding: 0 32px;
  margin-top: 10px;
}

#registerConfrimPlan .choose-plan .block2 {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  padding: 24px 32px;
  margin-top: 48px;
}

#registerConfrimPlan .choose-plan .block2 h5 {
  font-size: 20px;
  font-weight: 400;
  color: #0e5487;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}

#registerConfrimPlan .choose-plan .block2 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  color: #505050;
  text-align: left;
  margin-bottom: 20px;
}

#registerConfrimPlan .choose-plan .block2 .btn-success {
  border-radius: 0;
  background-color: #24a8aa;
  border-color: #24a8aa;
  font-size: 14px;
  height: 36px;
  padding: 0 32px;
  width: 240px;
}

#registerConfrimPlan .choose-plan .planActive > h4 {
  color: #24a8aa;
}

#registerConfrimPlan .choose-plan .col-xs-12 > h4 > span.current-plan{
  display: none;
}
#registerConfrimPlan .choose-plan .col-xs-12.planActive > h4 > span {
  font-size: 16px;
  color: #24a8aa;
  display: inline-block;
}

#registerConfrimPlan .choose-plan .planActive .block {
  border-color: #24a8aa;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 7px 25px rgba(0, 0, 0, .4);
  box-shadow: 0 7px 25px rgba(0, 0, 0, .4);
}

#registerConfrimPlan .choose-plan .planActive .block header {
  border-color: #24a8aa;
}

#registerConfrimPlan .choose-plan .planActive .block .btn-primary {
  border-color: #24a8aa;
}

#registerConfrimPlan .choose-plan .block .current-plan {
  font-size: 14px;
  height: 36px;
  padding: 0 32px;
  margin-top: 20px;
  color: #24a8aa;
  line-height: 36px;
  font-weight: 500;
  display: none;
}



#newPlan.modal-new-style .modal-content {
    background-color: #1e4a7f;
    color: #fff;
    border-radius: 10px;
}

#newPlan.modal-new-style .modal-header {
  background-color: #fff;
  color: #1e4a7f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#newPlan.modal-new-style .modal-header h3 {
  display: inline-block;
  color: #04538e;
  font-size: 18px;
  font-weight: 600;
}

#newPlan.modal-new-style .modal-header img {
  margin-right: 10px;
  display: inline-block;
}

#newPlan.modal-new-style .modal-body {
  margin-top: 20px;
  font-size: 12px;
}

#newPlan.modal-new-style .modal-body h3 {
  font-size: 14px;
}

#newPlan.modal-new-style .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

#newPlan.modal-new-style .modal-footer {
  padding: 32px;
  text-align: center;
  font-size: 14px;
}

#newPlan.modal-new-style .control-label,
#newPlan.modal-new-style .modal-body .tab-content,
#newPlan.modal-new-style .select2-container--default .select2-selection--single .select2-selection__rendered,
#newPlan.modal-new-style .table thead tr th,
#newPlan.modal-new-style .table thead tr,
#newPlan.modal-new-style .table tbody tr td,
#newPlan.modal-new-style .form-control,
#newPlan.modal-new-style .os-container .input-section label {
  font-size: 12px;
}

#newPlan.modal-new-style .form-control {
  color: #000;
}

#newPlan.modal-new-style .select2-container .select2-selection--single {
  color: #000;
  background-color: #fff;
  font-size: 12px;
}

#newPlan.modal-new-style input[type=checkbox], 
#newPlan.modal-new-style input[type=radio] {
  margin-top: 2px;
}

#newPlan .choose-plan h4 {
  font-size: 24px;
  font-weight: 700;
  color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
}

#newPlan .choose-plan h4.fn-color {
  color: #0e5487 !important;
}

#newPlan .choose-plan .col-xs-12 > h4 {
  margin-top: 24px;
  text-align: left;
}

#newPlan .choose-plan .block {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  padding-bottom: 11px;
  border: 2px solid #fff;
}

#newPlan .choose-plan .block header {
  background-color: #f7f7f7;
  padding: 0 24px;
  margin-top: -2px;
  margin-left: -2px;
  margin-right: -2px;
  border: 2px solid #f7f7f7;
  border-bottom: 0 none;
}

#newPlan .choose-plan .block header table {
  width: 100%;
}

#newPlan .choose-plan .block header td {
  height: 64px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #212121;
  font-family: 'Roboto', sans-serif;
}

#newPlan .choose-plan .block section {
  padding: 13px 24px;
  font-size: 14px;
}

#newPlan .choose-plan .block section table {
  width: 100%;
}

#newPlan .choose-plan .block section td {
  padding-bottom: 4px;
}

#newPlan .choose-plan .block section tr:last-child td {
  padding-bottom: 0;
}

#newPlan .choose-plan .block section td .material-icons {
  font-size: 20px;
}

#newPlan .choose-plan .block section td:last-child {
  width: 50px;
}

#newPlan .choose-plan .block section h4 {
  font-weight: 600;
}

#newPlan .choose-plan .block section h4 small {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}

#newPlan .choose-plan .block section hr{
  border-color: #88a8c5;
}

#newPlan .choose-plan .block .btn-primary {
  border-radius: 0;
  width: calc(100% + 4px);
  background-color: #88a8c5;
  text-transform: capitalize;
  font-size: 16px;
  height: 43px;
  padding: 0;
  margin-bottom: 7px;
  margin-top: 3px;
  margin-left: -2px;
  margin-right: -2px;
  border-left: 2px solid #88a8c5;
  border-right: 2px solid #88a8c5;
}

#newPlan .choose-plan .block .btn-success {
  border-radius: 0;
  background-color: #24a8aa;
  border-color: #24a8aa;
  font-size: 14px;
  height: 36px;
  padding: 0 32px;
  margin-top: 10px;
}

#newPlan .choose-plan .block2 {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  padding: 24px 32px;
  margin-top: 48px;
}

#newPlan .choose-plan .block2 h5 {
  font-size: 20px;
  font-weight: 400;
  color: #0e5487;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}

#newPlan .choose-plan .block2 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  color: #505050;
  text-align: left;
  margin-bottom: 20px;
}

#newPlan .choose-plan .block2 .btn-success {
  border-radius: 0;
  background-color: #24a8aa;
  border-color: #24a8aa;
  font-size: 14px;
  height: 36px;
  padding: 0 32px;
  width: 240px;
}

#newPlan .choose-plan .planActive > h4 {
  color: #24a8aa;
}

#newPlan .choose-plan .col-xs-12 > h4 > span.current-plan{
  display: none;
}
#newPlan .choose-plan .col-xs-12.planActive > h4 > span {
  font-size: 16px;
  color: #24a8aa;
  display: inline-block;
}

#newPlan .choose-plan .planActive .block {
  border-color: #24a8aa;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 7px 25px rgba(0, 0, 0, .4);
  box-shadow: 0 7px 25px rgba(0, 0, 0, .4);
}

#newPlan .choose-plan .planActive .block header {
  border-color: #24a8aa;
}

#newPlan .choose-plan .planActive .block .btn-primary {
  border-color: #24a8aa;
}

#newPlan .choose-plan .block .current-plan {
  font-size: 14px;
  height: 36px;
  padding: 0 32px;
  margin-top: 20px;
  color: #24a8aa;
  line-height: 36px;
  font-weight: 500;
  display: none;
}

.add-payment-info * {
  font-size: 13px;
  font-weight: 300;
}

.add-payment-info .baseline {
  position: absolute;
  width: 95%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.add-payment-info label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #cfd7df;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #fff;
}

.add-payment-info .cell-input {
  position: absolute;
  width: 95%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent;
}

.add-payment-info .field {
  position: relative;
  height: 50px;
  margin: 0;
}

.add-payment-info .field.pr {
  margin-right: 5px;
  width: 47%;
  padding-right: 16px;
}

.add-payment-info .field.pl {
  padding-left: 16px;
  width: 47%;
  margin-left: 15px;
}

.add-payment-info .cell-input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.add-payment-info .cell-input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.add-payment-info .cell-input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.add-payment-info .cell-input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
}

.add-payment-info .cell-input.focused,
.add-payment-info .cell-input:not(.empty) {
  opacity: 1 !important;
}

.add-payment-info .cell-input.focused::-webkit-input-placeholder,
.add-payment-info .cell-input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df !important;
}

.add-payment-info .cell-input.focused::-moz-placeholder,
.add-payment-info .cell-input:not(.empty)::-moz-placeholder {
  color: #cfd7df !important;
}

.add-payment-info .cell-input.focused:-ms-input-placeholder,
.add-payment-info .cell-input:not(.empty):-ms-input-placeholder {
  color: #cfd7df !important;
}

.add-payment-info .cell-input.focused + label,
.add-payment-info .cell-input:not(.empty) + label {
  color: #0e5487 !important;
  transform: scale(0.88) translateY(-26px) !important;
  cursor: default !important;
  background: transparent !important;
}

.add-payment-info .cell-input.focused + label {
  color: #0e5487 !important;
}

.add-payment-info .cell-input.invalid + label {
  color: #cd1515 !important;
}

.add-payment-info .cell-input.focused + label + .baseline {
  background-color: #0e5487 !important;
}

.add-payment-info .cell-input.focused.invalid + label + .baseline,
.add-payment-info .cell-input.invalid + label + .baseline {
  background-color: #cd1515 !important;
}

.add-payment-info input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.add-payment-info input:-webkit-autofill {
  -webkit-text-fill-color: #e39f48;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.add-payment-info .StripeElement--webkit-autofill {
  background: transparent !important;
}

.add-payment-info input {
  -webkit-animation: 1ms void-animation-out;
}

.add-payment-info input:active {
  background-color: #159570;
}

.add-payment-info .brand {
  position: absolute;
  top: 25px;
  left: -3px;
  z-index: 20;
}

#stripePopup .modal-header {
  padding-bottom: 0 !important;
  padding-top: 20px !important;
  padding-right: 27px !important;
  background-color: #ffffff !important;
  border-bottom: none !important;
}

.modal-content > .modal-header > .modal-title {
  color: #666666 !important;
}

.display-none, 
.special-icon-block {
  display: none !important;
}

#stripePopup .btn-cancel {
  background-color: #fff;
  border-radius: 0;
  color: #cd1515;
  padding: 10px 0;
  border: solid 0 #fff;
  line-height: 16px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 25px!important;
  margin-top: 0px;
}

#stripePopup .pf {
    display: inline-block;
    font: normal normal normal 14px/1 PaymentFont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#stripePopup .pf-credit-card:before {
    content: "\f012";
}

#stripePopup .ml-15 {
    margin-left: 15px!important;
}

#stripePopup .mt-5 {
    margin-top: 5px!important;
}

#stripePopup .pr-0 {
    padding-right: 0!important;
}

#stripePopup .pl-0 {
    padding-left: 0!important;
}

#stripePopup #paymentCardNumber, 
#stripePopup #paymentCardNumber + label {
    padding-left: 25px !important;
}

#stripePopup .mr-0 {
    margin-right: 0!important;
}

#stripePopup .ml-0 {
    margin-left: 0!important;
}

#paymentSubmit {
    padding-right: 40px!important;
    padding-left: 40px!important;
    padding-bottom: 9px!important;
    background: #1e9496;
    color: #fff;
    font-weight: 200;
}

#newPlan .choose-plan .block::before {
  background-image: none !important;
}

#registerConfrimPlan .mb-10
{
  margin-bottom: 10px !important;
}

#registerConfrimPlan .mb-0
{
  margin-bottom: 0px !important;
}

#registerConfrimPlan .font-weight-bold {
  color: #0E5487;
  font-weight: 700;
  margin: 0 0 10px;
}

#registerConfrimPlan .modal-body {
  padding: 0 32px;
}

#registerConfrimPlan .blue-color {
  color: #0E5487 !important;
}

/*#registrationPricingPlan .choose-plan .bg-col{
      min-height: 715px;
}*/

/*@media (min-width: 1675px) {
    .choose-plan .bg-col {
      min-height: 729px;
    }
}*/

#registrationPricingPlan h4.header-h4 {
  color: #7a7a7a;
  font-size: 12px;
  background: #dddd;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin: 10px 0px 10px 0px;
}

#registrationPricingPlan table th {
  color: #505050;
}

#registrationPricingPlan table tbody.fs-12 {
  font-size: 12px;
  line-height: 1.3;
}

.choose-plan .block section td:last-child {
  width: 0px !important;
}

#registrationPricingPlan .switch > label::before {
  background: #9bd1cc !important;
}

#registrationPricingPlan .switch > label::after {
  background: #24a8aa !important;
}

   #registrationPricingPlan .secHeight{
       min-height: 695px !important;
       max-height: 695px !important;
      }
@media (max-width: 1300px) {

  #registrationPricingPlan .secHeight{
       min-height: 770px !important;
       max-height: 700px !important;
      }

}

@media (min-width:1000px) and (max-width: 1300px) {
  #registrationPricingPlan .choose-plan h4 {
    font-size: 15px ;
  }
}

/* Setup 1/5 grid columns for 5 columns*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
	}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
		}
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    	}
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    	}
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.forgot-email-form {
  padding-right: 0;
}

/************************
	Mail Chimp Forms
 */

 input#mce-EMAIL.required.email, input#mce-FNAME, input#mce-LNAME {
	color: #808080 !important;
}
.leftTopNav{
	width: 126px;
    padding: 0px;
    margin: 0px;
}
.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-menu .ui-menu-item-wrapper {
  font-size: 14px;
  color: #555 !important;
  padding: 6px !important;
  margin: 0 !important;
  line-height: 1.12;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  color: #fff !important;
  border: 0 !important;
}

.custom-selection__arrow {
  height: 34px;
  position: absolute;
  top: 5px;
  right: -8px;
  width: 20px;
  cursor: pointer;
}

.custom-selection__arrow b {
  width: 10px;
  height: 10px;
  background: url('/img/icons/arrow.svg') no-repeat left center;
  display: inline-block;
  border: 0;
  margin-top: -5px;
  margin-left: -10px;
}

.custom-selection__arrow.focus b {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
  background-position: right center;
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
  background-position: right center;
}

.input-section {
	position: relative;
}
.seperate-line {
	width: 100%;
	background: rgba(0,0,0,0.1);
	position: absolute;
	height: 1px;
	top: 10px;
}

.seperate-text {
	position: absolute;
	width: 56px;
	height: 24px;
	background: white;
	z-index: 5;
	transform: translate(-50%, 0);
	font-size: 12px;
	vertical-align: middle;
}

.custom-form-group {
	margin-bottom: 10px;
}

.custom-form-group input {
	border: none;
	box-shadow: 0;
	background-color: #D8D8D8;
}

@media (min-width: 992px)  {
	.no-gutter .small-gutter:first-child {
		padding-right: 5px;
	}

	.no-gutter .small-gutter:last-child {
		padding-left: 5px;
	}
}


.custom-checkbox input{
	visibility: hidden;
}

.custome-checkbox label:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}

.checkbox .custom-checkbox {
	padding-left: 30px;
	font-size: 12px;
	text-align: left;
}


/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .help-block {
	font-size: 16px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
	width: 20px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #000;
	transition: all .15s;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: rgba(0,0,0,0.1);
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #1cabb0;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
	left: 7px;
	top: 5px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/************************************************
* Home Page                 *
************************************************/

.homepage-intro {
  background-color: #04538e;
  text-align: left;
  position: relative;
}

.homepage-intro h1 {
  color: #fff;
  font-size: 41px;
}

.homepage-intro p {
  color: #fff;
  font-size: 20px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 0 20px;
}

.homepage-intro .btn-hp-start {
  background-color: #1cabb0;
  border-color: #1cabb0;
  font-size: 18px;
  margin-top: 10px;
  padding: 13px 25px 12px;
}

.homepage-intro .btn-hp-start:hover,
.homepage-intro .btn-hp-start:active {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.narwhal-hp-top {
  bottom: -40px;
  left: 8%;
  position: absolute;
  width: 160px;
}

.has-narwhal .title {
  max-width: 78%;
  margin-left: auto;
  margin-right: auto;
}

.narwhal-sad {
  bottom: -40px;
  display: block;
  margin: 0 auto;
  width: 225px;
}

.p-relative {
  position: relative;
}

.btn.w-auto {
  width: auto;
}

.circle-block-container {
  padding: 85px 0 60px;
}

.circle-block {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 325px;
  padding: 35px 20px 0;
  text-align: center;
  color: #fff;
  margin: 0 auto 25px;
  font-size: 14px;
}

.circle-block p {
  margin: 10px 0;
}

.circle-block-title {
  margin: 0 auto;
  padding-top: 0px;
  text-transform: uppercase;
}

.circle-block i {
  font-size: 72px;
  padding-right: 10px;
}

.circle-block-title .icon-mobile-serp-test,
.circle-block-title .icon-mobile-page-test {
  width: 31px;
}

.circle-block-title p {
  text-align: centre;
  font-size: 26px;
  line-height: 30px;
}

.circle-block .btn-primary {
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
  font-size: 16px;
  margin-top: 15px;
  padding: 7px 25px 6px;
  width: auto;
}

.circle-block .btn-primary:hover,
.circle-block .btn-primary:active {
  background-color: transparent;
  color: #fff;
}

.seo-tools-block,
.marketing-tools-block {
  background: #11abb0;
}

.seo-tools-block-title i {
  font-size: 55px;
}

.seo-tools-block .btn-primary {
  color: #52a6e4;
}

.tech-tools-block,
.marketing-tools-block.blue {
  background: #04538e;
}

.tech-tools-block .fa-wrench {
  font-size: 55px;
}

.tech-tools-block .btn-primary {
  color: #52a6e4;
}

.marketing-tools-block .fa-eye {
  font-size: 55px !important;
}

.marketing-tools-block .btn-primary {
  color: #52a6e4;
}

.homepage-consulting {
  padding: 80px 0 50px;
  border-top: 1px solid #d5d3cb;
  background: url(/img/bg-crossword.png);
  position: relative;
}

.homepage-consulting h2 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 0;
}

.homepage-consulting .ada-homepage {
  left: -360px;
  margin-top: -211px;
  position: absolute;
  width: 244px;
}

.homepage-signup {
  padding: 65px 0;
  font-family: 'Arial Rounded MT Bold', sans-serif;
  background-color: #11abb0;
  text-align: center;
  color: #fff;
}

.homepage-signup ._form-content {
  text-align: center;
}

.homepage-signup ._form-branding {
  display: none;
}

.homepage-signup ._form-title {
  font-size: 36px !important;
  color: #fff !important;
  margin: 0 !important;
  font-family: 'proxima-soft', sans-serif !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
}

.homepage-signup ._html-code p {
  padding: 25px 0 0 0;
  margin: 0 !important;
  font-size: 18px !important;
  font-family: 'proxima-soft', sans-serif !important;
}

.homepage-signup ._form_element {
  margin-bottom: 0 !important;
}

.homepage-signup form {
  padding: 0 !important;
  margin: 0 !important;
}

.homepage-signup ._field-wrapper input {
  font-family: 'proxima-soft', sans-serif;
  font-size: 16px !important;
  border-radius: 4px !important;
  border: solid 1px #d9d9d9 !important;
  background-color: #fff !important;
  box-sizing: border-box !important;
  height: 51px !important;
  width: 270px !important;
  margin-right: 23px !important;
  margin-left: 98px !important;
}

.homepage-signup ._submit {
  height: 51px !important;
  width: 168px !important;
  font-family: 'proxima-soft', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.homepage-signup .form-group {
  margin-bottom: 0;
}

.top-90 {
  top: 7vh;
}

.homepage>.btn,
.homepage-intro .btn {
  background-color: #67a7ad !important;
  border-radius: 10px !important;
  font-weight: 900;
}

.special-title {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 20px;
  margin: 0;
  color: #04538e;
  position: absolute;
}

.special-title.try-your-own {
  top: 5px;
  left: 240px;
}

#serperator .special-title.try-your-own,
#pageoscope .special-title.try-your-own,
#appilyzer .special-title.try-your-own {
  /*top: 509px !important;*/
  left: calc(50% - 15px) !important;
}

.special-title.try-your-own span {
  transform: rotate(-6deg);
  left: -70px;
  position: absolute;
  width: 140px;
}

.special-title.try-your-own .handrawn-arrow {
  transform: rotate(-8deg);
  left: -45px;
  width: 65px;
  position: absolute;
  top: 22px;
}

.special-title.sample-result {
  top: 4px;
  left: calc(50% - 15px);
}

.special-title.sample-result span {
  left: 116px;
  position: absolute;
  width: 140px;
  transform: rotate(8deg);
  top: -4px;
}
#emulator_div .special-title.sample-result span {
  top: 0;
}
.special-title.sample-result .handrawn-arrow {
  width: 50px;
  position: absolute;
  transform: rotate(322deg);
  left: 164px;
  top: 19px;
}

@media (max-width: 991px) {
  .special-title.try-your-own {
    top: -50px;
    right: 50px;
    left: auto;
  }

  .special-title.try-your-own .handrawn-arrow {
    left: -40px;
    width: 56px;
    position: absolute;
  }

  .special-title.sample-result {
    position: static;
    height: 60px;
  }

  .special-title.sample-result span {
    left: calc(50% + 30px);
    top: 7px;
  }

  .special-title.sample-result .handrawn-arrow {
    left: calc(50% + 80px);
    top: 15px;
  }

  #tools__emulator {
    margin-top: 60px;
  }
}


@media (max-width:767px) {
  .narwhal-hp-top {
    bottom: -70px;
    left: 5%;
    position: absolute;
    width: 100px;
    z-index: 1;
  }

  .narwhal-sad {
    width: 130px;
  }

  .homepage-intro h1 {
    font-size: 24px;
  }
  .homepage-intro p {
    font-size: 16px;
    width: auto;
  }
  .homepage-intro .btn-hp-start {
    font-size: 15px;
  }

  .btn-login:hover {
    background: #52a6e4;
  }

  .circle-block-text {
    font-size: 12px;
  }
  .seo-tools-block-title {
    width: 100%;
    text-align: center;
  }
  .tech-tools-block .fa-wrench {
    font-size: 45px;
    margin-top: 6px;
  }
  .tech-tools-block-title {
    width: 100%;
  }
  .marketing-tools-block .fa-eye {
    font-size: 45px;
    margin-top: -15px;
    line-height: 1;
  }

  .marketing-tools-block-title {
    width: 100%;
  }

  .homepage-intro {
    padding-top: 20px;
  }

  .homepage-consulting {
    padding: 55px 0 140px;
    text-align: center;
  }

  .homepage-consulting .ada-homepage {
    bottom: -187px;
    height: 150px;
    left: 2%;
    right: auto;
    width: auto;
    display: none;
  }

  .homepage-consulting .mobile-emulator-device-view .title.bottom {
    bottom: -44px;
  }
}

@media (max-width: 520px) {
  .special-title.sample-result span {
    left: auto;
    right: 20px;
  }

  .special-title.sample-result .handrawn-arrow {
    left: auto;
    right: 80px;
    top: 30px;
  }
}

.homepage.mainHomePage #serperator #mobile-emulator-results-wrapper .mobile-emulator-device-view .live-testing-device-view .phone-wrap .phone-bg,
.homepage.mainHomePage #pageoscope #mobile-emulator-results-wrapper .mobile-emulator-device-view .live-testing-device-view .phone-wrap .phone-bg,
.homepage.mainHomePage #appilyzer #mobile-emulator-results-wrapper .mobile-emulator-device-view .live-testing-device-view .phone-wrap .phone-bg {
  left: 13px;
}

.homepage.mainHomePage #serperator .search-results-container #emulator_div video.gif,
.homepage.mainHomePage #pageoscope .search-results-container #pageoscope_div video.gif,
.homepage.mainHomePage #appilyzer .search-results-container #apprank_div video.gif  {
  max-width: 437px;
}

.homepage.mainHomePage #serperator h2.special-title.try-your-own,
.homepage.mainHomePage #pageoscope h2.special-title.try-your-own {
  position: relative;
  top: -45px;
}

.homepage.mainHomePage #appilyzer h2.special-title.try-your-own {
  position: relative;
  top: -60px;
}
/************************************************
*	Subpage Header								*
************************************************/

.page-header-wrapper {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%, rgba(244,242,233,1) 94%, rgba(237,235,226,1) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%,rgba(244,242,233,1) 94%,rgba(237,235,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(255,255,255,1) 1%,rgba(244,242,233,1) 94%,rgba(237,235,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edebe2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
      margin-bottom: 40px;
      padding: 20px 0;
  }
  
  
  .page-header-wrapper .page-header {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
    display:inline-block;
  }
  
  .page-header-wrapper .page-header h1 {
    margin: 0;
    font-size: 30px;
  }
  
  .page-header-wrapper .breadcrumb {
    background-color: transparent;
    border-bottom: medium none;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0;
    /*text-align: center;*/
    text-transform: uppercase;
  }
  
  
/************************************************
* Main Conent               *
************************************************/

.main-content {
  padding: 0 0 80px;
  min-height: calc(100vh - 254px);
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-content {
    min-height: calc(100vh - 286px);
  }
}

@media (max-width: 767px) {
  .main-content {
    min-height: calc(100vh - 229px);
  }
}

.page-homepage .main-content {
  padding: 0;
}

.main-content hr {
  border-width: 1px 0 0;
  border-color: #d5d3cb;
  margin: 40px 0;
}

.main-content .section {
  padding: 10px 0 10px;
}

.text-center-narrow {
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
}

.standout-text {
  font-size: 18px;
}

.ada-about {
  width: 200px;
}

/************************************************
* Questions Form Block            *
************************************************/

.questions-block {
  text-align: center;
  padding: 40px 0 95px;
  border-top: 1px solid #d5d3cb;
  background: url(../../../assets/css/assets/css/images/bg-halftone.png);
}

.questions-block h2 {
  margin-bottom: 10px;
}

.questions-block form {
  width: 70%;
  margin: 0 auto;
}

.questions-block form textarea {
  height: 153px;
}

@media (max-width:767px) {

  .text-center-narrow {
    padding-left: inherit;
    padding-right: inherit;
  }
}

/************************************************
*	Tour Page									*
************************************************/

.tour-section {
}
.tour-section-header {
	margin-bottom: 35px;
}
.tour-section-heading {
	font-size: 36px;
	margin: 0 0 10px;
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
}
.tour-section-subheading {
	text-align: center;
}
.tour-section .tour-section-title {
	color: #52a6e4;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 2px 0;
	text-transform: uppercase;
}
.tour-section-feature {
	margin: 50px 0 25px 40px;
	padding-left: 20px;
	position: relative;
}
.tour-section-feature:before {
	color: #52a6e4;
	font-family: FontAwesome;
	font-size: 40px;
	content: "\f138";
	line-height: 1.1em;
	position: absolute;
	display: block;
	width: 30px;
	left: -30px;
	padding-right: 20px;
}
.tour-row-1 {
}
.tour-row-2 .tour-section-feature {
	margin-top: 10px;
}
.tour-row-4 .tour-section-feature:before {
	top: -8px;
}
.screenshot {
	border-radius: 5px;
	margin-bottom: 25px;
}

@media (max-width:767px) {
	.tour-section-header {
		margin-bottom: 20px;
	}

	.tour-section-heading {
		font-size: 24px;
	}

	.tour-section-feature {
		margin: 30px 0 25px 40px;
	}
}


/************************************************
*	Search Results								*
************************************************/

.result-item {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d3cb;
}
.result-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.result-item h3 {
	margin-bottom: 10px;
}
.result-item .result-item-date {
	color: #999;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
/************************************************
*	Consulting									*
************************************************/

.consulting-services .block-service {
  border-color: #efefef;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  display: block;
  margin-bottom: 20px;
  padding: 40px 10px 40px;
  text-align: center;
  width: 100%;
}

.block-service > h3 {
  color: #04538e;
  display: block;
  font-size: 18px;
  margin: 10px 0 0;
}

.block-service .material-icons {
  display: block;
  font-size: 60px;
	color:#1cabb0;
}

.consulting-clients {
	margin-top: 15px;
}
.consulting-clients img {
	margin: 0 auto;
	max-height: 100px;
}

@media (max-width:767px) {
	.consulting-clients img {
		max-height: 60px;
  }
}
/************************************************
* Contact Us                  *
************************************************/

.contact-content {
  background-image: url('/img/ada/ada-love.svg');
  background-position: 235px 15px;
  background-repeat: no-repeat;
  background-size: 285px auto;
}

.contact-content .fa {
  margin-right: 5px;
}

.fa-facebook-square {
  color: #3b5998;
}

.fa-twitter-square {
  color: #00aced;
}

.contact-content #SkypeButton_Call_MobileMoxie_1 {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  z-index: 99;
}

.contact-content #SkypeButton_Call_MobileMoxie_1 p {
  margin: 0;
}

.contact-content #SkypeButton_Call_MobileMoxie_1 a img {
  margin: 0 !important;
  vertical-align: 0 !important;
}

.contact-map {
  padding-bottom: 10px;
  position: relative;
  min-height: 250px;
}

.contact-map iframe {
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.contact-map .scrolloff {
  pointer-events: none;
}

.contact-form {
  background: #52a6e4;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #eee;
  color: #fff;
  padding: 20px 20px 20px;
  position: relative;
  top: -75px;
  right: 40px;
}

.contact-form>h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 15px 0;
  text-transform: none;
}

.contact-details {
  padding: 30px 20px;
}

.contact-details h2 {
  margin: 5px 0;
}

@media (max-width:767px) {
  .contact-form {
    top: auto;
    right: auto;
  }

  .contact-content {
    background-position: 160px 130px;
    background-size: 155px auto;
  }

}

/************************************************
*	Team Page									*
************************************************/

.team-member {
	padding: 15px;
}
.team-member img {
	margin: 0 auto;
}
.team-member h2 {
	font-size: 24px;
	text-align: center;
	text-transform: none;
}
.team-member p {
	font-size: 14px;
	text-align: justify;
}
.team-member .team-member-image {
	border: 8px solid #d5d3cb;
}
.team-member .strike {
	text-decoration: line-through;
}
.team-member-charity {
	border-left: 4px solid #a91826;
	padding-left: 15px;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 3px;
	font-size: 14px;
}
.team-member-charity-heading {
	text-transform: uppercase;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #a91826;
	margin-bottom: 5px;
	border-bottom: 0px solid #ccc;
}
.team-member-charity-title {
	font-size: 16px;
	font-weight: bold;
	display: block;
}
/************************************************
*	Our Story									*
************************************************/

.section-mission,
.section-story,
.section-mascot {
  background: #52a6e4 none repeat scroll 0 0;
  border-radius: 15px;
  height: 250px;
  width: 250px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.mission-icon,
.story-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.story-icon {
  font-size: 150px;
  color: #fff;
}

.our-story-title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.03em;
  margin-top: 0;
  text-transform: capitalize;
}

.mission-icon .fa {
  color: #fff;
  font-size: 100px;
}

.story-icon .fa {
  color: #fff;
  font-size: 100px;
}

.section-mascot {
  background: #52a6e4 url("/img/ada/ada-about.png") no-repeat scroll left 50px bottom -70px / 65% auto;
  border-radius: 15px;
  height: 250px;
  padding: 40px 20px;
  text-align: center;
  width: 250px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:767px) {

  .section-mission,
  .section-story,
  .section-mascot {
	  background: #52a6e4 none repeat scroll 0 0;
	  border-radius: 15px;
	  height: 150px;
	  padding: 40px 20px;
	  text-align: center;
	  width: 150px;
    margin: 0 auto;
    position: initial;
    transform: initial;
	}

	.mission-icon .fa {
	  color: #fff;
	  font-size: 70px;
	}

	.story-icon .fa {
	  color: #fff;
	  font-size: 70px;
	}

	.section-mascot {
	  background: #52a6e4 url("/img/ada/ada-about.png") no-repeat scroll left 30px bottom -40px / 65% auto;
	  border-radius: 15px;
	  height: 150px;
	  padding: 40px 20px;
	  text-align: center;
	  width: 150px;
		margin: 0 auto;
	}

  .our-story-title {
    margin-top: 25px;
  }
}
/* Training Page */

.training-services {
  background-color: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 30px;
  margin-bottom: 40px;
}

.training-services .learn-section-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.training-services .material-icons {
  background-color: #04538e;
  border-radius: 3px;
  color: #fff;
  font-size: 80px;
  margin-bottom: 50px;
  padding: 20px;
  margin-top: 28px;
}

@media (max-width:1199px) {

	.training-services .material-icons {
	  font-size: 40px;
    margin-top: 10px;
	}

	.training-services h3 {
	  font-size: 16px;
	  margin: 10px 0;
  }

}

@media (max-width:767px) {
	.training-services h3 {
	  margin-top: 0;
	}

	.training-services .material-icons {
	  font-size: 40px;
	  padding: 10px;
    margin-top: 4px;
	}
}

.training-highlight-section {
  font-weight: 600;
  padding-bottom: 20px;
}

/* API Keys Page */

.api-tool-note {
	background: #04538e none repeat scroll 0 0;
	border: 2px solid #04538e;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 15px;
}
.api-tool-note > a {
	color: #fff;
	text-decoration: underline;
}
#generate_api_key_form {
	background: rgba(200, 200, 200, 0.2) none repeat scroll 0 0;
	border-left: 5px solid #04538e;
	border-radius: 3px;
	margin-top: 10px;
	padding: 25px;
}
#generate_api_key_form > h3 {
	color: #bf202f;
	margin: 5px 0 15px;
	text-transform: none;
}

#generate_api_key_form .has-feedback .form-control {
	  padding-right: 15px;
	}

#generate_api_key_form .has-feedback label ~ .form-control-feedback {
  right: 0;
  top: 35px;
}
/* API Account Dashboard */

.acct-dashboard h3 {
  background-color: #1cabb0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0 0;
  padding: 8px 15px;
  text-transform: none;
}

.acct-section {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #efefef;
  border-image: none;
  border-radius: 0 0 3px 3px;
  border-style: solid;
  border-width: 0 2px 2px;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 25px 15px 15px 25px;
}

.acct-section > hr {
	border-color: #f2f1eb;
	border-width: 2px;
	margin: 15px -15px 15px -25px;
}
.acct-section .btn-primary.btn-sm {
	box-shadow: none;
}
/* Login Page */

.login-page-form {
  background: #11abb0 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  padding: 25px 25px 10px;
}

.login-page-form a {
  color: #fff;
}

.login-page-form hr {
  border-color: rgba(255, 255, 255, 0.5);
  margin: 10px -25px 20px;
}

.login-page-form .form-control {
  border: none;
}

.login-page-form .btn-primary {
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
  color: #fff;
  padding: 8px 30px;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color, background-color;
  float: right;
}

.login-page-form .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #52a6e4;
}

.login-page-form .forgot-pass {
  display: block;
  margin-top: 10px;
  text-align: left;
}

.register-img {
	margin-top: 30px;
  width: 80%;
  margin: 0 auto;
}

.page-fos_user_registration_register .page-header-wrapper {
  display: none;
}

.page-fos_user_registration_register .navbar-wrapper {
  border-bottom: solid 1px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}


@media (max-width: 767px)  {
	.register-img {
		display: none;
	}
}

/* How it works page */
.how-it-works.tour-section-feature {
	margin: 0 auto;
	padding-left: 25px;
	position: relative;
	width: 65%;
}

/************************************************
*   CSS for choose plan page
************************************************/
@font-face{
  font-family:'Arial Rounded MT Bold';
  src:url('/fonts/arial-rounded-mt-bold.eot');
  src:url('/fonts/arial-rounded-mt-bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/arial-rounded-mt-bold.woff') format('woff'),
    url('/fonts/arial-rounded-mt-bold.ttf') format('truetype'),
    url('/fonts/arial-rounded-mt-bold.svg#Arial Rounded MT Bold') format('svg');
  font-weight:normal;
  font-style:normal;
}

.text-positive {
  color: #28bdbf !important;
}

.text-negative {
  color: #c53333 !important;
}

.block-heading {
  font-size: 20px;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 16px;
}

.block-heading .blue-color {
  font-weight: bold;
}

.choose-plan {
  font-family: 'Arial Rounded MT Bold', sans-serif;
}

@media (max-width: 767px) {
  .choose-plan {
    margin-top: -30px;
  }
}

.choose-plan h4 {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  font-family: 'Arial Rounded MT Bold', sans-serif;
}

@media (max-width: 767px) {
  .choose-plan h4 {
    font-size: 28px;
  }
}

.choose-plan .col-xs-12 > h4 {
  margin-top: 24px;
  text-align: center;
}

.choose-plan .block {
  padding-bottom: 11px;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
}

.choose-plan .block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/choose-plan/bg.jpg');
  border: 1px solid #d9d9d9;
}

.choose-plan .block .section1 {
  height: 285px;
}

.choose-plan .block .section2 {
  height: 174px;
}

.choose-plan .block header {
  background-color: #f7f7f7;
  padding: 0 24px;
  border: 2px solid #f7f7f7;
  border-bottom: 0 none;
}

.choose-plan .toggle-content {
  position: relative;
  z-index: 2;
}

.choose-plan .DayPassPlan .block header {
  background-color: #11abb0;
  border: 2px solid #11abb0;
}

.choose-plan .DayPassPlan .block section h4 .price-day {
  color: #11abb0;
}

.choose-plan .SoloPlan .block header {
  background-color: #00518c;
  border: 2px solid #00518c;
}

.choose-plan .SoloPlan .block section h4 .price-monthly {
  color: #00518c;
}

.choose-plan .TeamPlan .block header {
  background-color: #fc6a1a;
  border: 2px solid #fc6a1a;
}

.choose-plan .TeamPlan .block section h4 .price-monthly {
  color: #fc6a1a;
}

.choose-plan .ProPlan .block header {
  background-color: #4fa5e2;
  border: 2px solid #4fa5e2;
}

.choose-plan .ProPlan .block section h4 .price-monthly {
  color: #4fa5e2;
}

.choose-plan .block header table {
  width: 100%;
}

.choose-plan .block header td {
  height: 60px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: 'Arial Rounded MT Bold', sans-serif;
}

.choose-plan .block section {
  padding: 13px 24px;
  font-size: 14px;
}

.choose-plan .block section table {
  width: 100%;
}

.choose-plan .block section td {
  padding-bottom: 4px;
  color: #505050;
}

.choose-plan .block section tr:last-child td {
  padding-bottom: 0;
}

.choose-plan .block section td .material-icons {
  font-size: 20px;
}

.choose-plan .block section td:last-child {
  width: 50px;
}

.choose-plan .block section h4 {
  font-weight: 600;
  color: #00518c;
  line-height: 48px;
  margin: 0;
}

.choose-plan .block section h4 small {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}

.choose-plan .block section hr{
  border-color: #88a8c5;
  margin: 14px 0 20px;
}

.choose-plan .block .btn-primary {
  border-radius: 0;
  width: calc(100%);
  background-color: #88a8c5;
  text-transform: capitalize;
  font-size: 16px;
  height: 43px;
  padding: 0;
  margin-bottom: 7px;
  margin-top: 3px;
  border: 2px solid #88a8c5;
  color: #fff;
}

.choose-plan .block .btn-success {
  border-radius: 0;
  background-color: #24a8aa;
  border-color: #24a8aa;
  font-size: 14px;
  height: 36px;
  padding: 0 32px;
  margin-top: 10px;
}

.choose-plan .block2 {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .24);
  padding: 24px 32px;
  margin-top: 48px;
}

.choose-plan .block2 h5 {
  font-size: 20px;
  font-weight: 400;
  color: #0e5487;
  font-family: 'Arial Rounded MT Bold', sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}

.choose-plan .block2 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Arial Rounded MT Bold', sans-serif;
  color: #505050;
  text-align: left;
  margin-bottom: 20px;
}

.choose-plan .block2 .btn-success {
  border-radius: 0;
  background-color: #24a8aa;
  border-color: #24a8aa;
  font-size: 14px;
  height: 36px;
  padding: 0 32px;
  width: 240px;
}

.choose-plan .planActive .block::before {
  border: 2px solid #24a8aa;
}

.choose-plan .DayPassPlan.planActive .block::before {
  border-color: #11abb0;
}

.choose-plan .SoloPlan.planActive .block::before {
  border-color: #00518c;
}

.choose-plan .TeamPlan.planActive .block::before {
  border-color: #fc6a1a;
}

.choose-plan .ProPlan.planActive .block::before {
  border-color: #4fa5e2;
}

.choose-plan .planActive .block header {
  border-color: #24a8aa;
  background: #24a8aa;
}

.choose-plan .DayPassPlan.planActive .block header {
  border-color: #11abb0;
  background: #11abb0;
}

.choose-plan .SoloPlan.planActive .block header {
  border-color: #00518c;
  background: #00518c;
}

.choose-plan .TeamPlan.planActive .block header {
  border-color: #fc6a1a;
  background: #fc6a1a;
}

.choose-plan .ProPlan.planActive .block header {
  border-color: #4fa5e2;
  background: #4fa5e2;
}

.choose-plan .planActive .block .btn-primary {
  border-left-color: #24a8aa;
  border-right-color: #24a8aa;
  box-shadow: none;
  outline: 0 none;
}

.choose-plan .DayPassPlan.planActive .block .btn-primary {
  border-left-color: #11abb0;
  border-right-color: #11abb0;
}

.choose-plan .SoloPlan.planActive .block .btn-primary {
  border-left-color: #00518c;
  border-right-color: #00518c;
}

.choose-plan .TeamPlan.planActive .block .btn-primary {
  border-left-color: #fc6a1a;
  border-right-color: #fc6a1a;
}

.choose-plan .ProPlan.planActive .block .btn-primary {
  border-left-color: #4fa5e2;
  border-right-color: #4fa5e2;
}

.choose-plan .block .current-plan {
  font-size: 14px;
  height: 36px;
  padding: 0 32px;
  margin-top: 20px;
  color: #24a8aa;
  line-height: 36px;
  font-weight: 500;
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .choose-plan h4 {
    font-size: 22px;
  }

  .choose-plan .block .current-plan {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
}

.choose-plan .planActive .block .current-plan {
  display: block;
  line-height: 20px;
  padding-top: 10px;
}

.confirm-plan {
  display: block;
}

.choose-plan .planActive .confirm-plan {
  display: none;
}

@media (min-width: 992px) and (max-width: 1055px) {
  .choose-plan .col-xs-12.planActive > h4 > span {
    font-size: 14px;
  }

  .choose-plan .planActive .block .current-plan {
    padding: 0;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .choose-plan .block section {
    padding: 13px 15px;
    position: relative;
  }

  .choose-plan .block {
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .choose-plan .planActive .block .current-plan {
    padding-left: 0;
    padding-right: 0;
  }

  .choose-plan .block .mb-header-toggle h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 30px;
  }

  .choose-plan .block2 .mb-header-toggle h5 {
    margin-bottom: 0;
    text-align: left;
  }

  .choose-plan .block2 {
    margin-top: 15px;
    padding: 13px 15px;
  }
}

@media (max-width: 340px) {
  .choose-plan .block .mb-header-toggle h4 {
    padding-right: 15px;
  }
}

/*.choose-plan .bg-col{
  min-height: 753px !important;
}*/

.get-start {
  padding: 62px 0 42px;
  position: relative;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .get-start {
    padding-top: 56px;
    padding-bottom: 0;
    margin-top: 67px;
    text-align: center;
  }
}

.get-start::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url('/img/choose-plan/bg.jpg');
  width: 99vw;
  top: 0;
  bottom: -80px;
  border-top: 1px solid #d9d9d9;
  left: 50%;
  transform: translateX(-50%);
}

.get-start h4 {
  font-size: 36px;
  color: #269b9c;
  font-family: 'Arial Rounded MT Bold', sans-serif;
  margin: 0 0 10px;
  font-weight: 700;
}

.get-start p {
  font-size: 22px;
  color: #746666;
  font-family: 'Arial Rounded MT Bold', sans-serif;
  margin: 0 0 35px;
  font-weight: 700;
  line-height: 26px;
}

.get-start .btn {
  font-size: 14px;
  font-family: 'Arial Rounded MT Bold', sans-serif;
  width: 168px;
}

@media (min-width: 768px) {
  .get-start .text-center {
    height: 184px;
  }
}

.get-start .text-center img {
  margin-top: -38px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .get-start .text-center img {
    margin-top: 12px;
    width: 80%;
  }
}

/* need help block */
.need-help {
  padding: 10px;
  margin: 20px 0;
  border: 2px solid #1cabb0;
}

.need-help p {
  margin: 0;
}

.need-help ul {
  list-style-type: none;
  margin-bottom: 25px;
}

/*#registrationPricingPlan .choose-plan .bg-col{
      min-height: 800px !important;
}*/
/* Mozcon page specific css */

.page-mozcon h2.text-center {
  font-size: 36px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px !important;
}

.mozcon h4 {
  text-align: center;
  font-size: 40px !important;
  color: #000000 !important;
  margin-top: -25px !important;
}

.mozcon hr {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.mozcon .btn-primary {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.mozcon-videos {
  margin-bottom: 45px;
}

.mozcon-videos .col-md-6 {
  margin-bottom: 15px;
}

.mozcon-videos a {
  display: inline-block;
  margin-bottom: 8px;
}

.mozcon-videos a:nth-of-type(2n) {
  margin-right: 8px;
}

.mozcon-videos a:nth-of-type(4n) {
  margin-right: 0px;
}

.mozcon-videos figcaption {
  width: 300px;
  padding-top: 5px;
}

.page-mozcon .page-header-wrapper {
  margin-bottom: 0;
}

.page-mozcon .top-nav-header {
  display: none;
}

.page-mozcon .main-content {
  padding: 0;
}

.page-mozcon .emulator-section .mobile-emulator-device-view h2 .emulator {
  display: none;
}

.page-mozcon .emulator-section .mobile-emulator-device-view h2 .emulator.active {
  display: block;
}

.page-mozcon .mozcon-logo {
  margin-bottom: 10px;
}

.page-mozcon .tour-section-header {
  padding-top: 30px !important;
}

.page-mozcon .search-simulator-section {
  padding-top: 65px;
}

.page-mozcon #simulator_control_tab .col-md-11 {
  width: 100%;
}

@media (max-width: 991px) {
  .page-mozcon .emulator-section {
    display: none;
  }

  .page-mozcon .emulator-section .mobile-emulator-device-view h2::after {
    content: '';
    display: block;
    clear: both;
  }

  .page-mozcon .emulator-section .mobile-emulator-device-view h2 .emulator {
    display: block;
    text-align: center;
    width: 50%;
    float: left;
    padding: 0 5px;
    text-align: center;
    color: #999;
    cursor: pointer;
  }

  .page-mozcon .emulator-section .mobile-emulator-device-view h2 .emulator.active {
    font-weight: 600;
    color: #0E5487;
    cursor: default;
  }

  .page-mozcon .emulator-section.active {
    display: block;
  }
}

@media (max-width: 767px) {
  .homepage-consulting {
    padding-bottom: 50px;
  }

  .results-wrapper-content {
    overflow-x: auto;
  }

  .page-mozcon .mozcon-logo {
    width: 25% !important;
  }
  .page-mozcon .container-fluid .homepage-intro{
    padding-bottom: 10px !important;
  }
  .page-mozcon .btn-teal {
    width: 160px;
  }
}

.page-mozcon .page-header-wrapper{
  display: none;
}
.page-mozcon .homepage-consulting {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}



/* Reset Password page */
.page-fos_user_resetting_request .fos_user_resetting_request {
  padding-top: 2%;
}

@media (max-width: 768px) {
  .page-fos_user_resetting_request .forgot-email-form {
    padding-right: 15px;
  }
}

 .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: relative;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-spinner-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: #b9b8b8;
  opacity: .4;
}

.loading-spinner-icon {
  background: transparent url("/img/preloader-gray.gif") no-repeat scroll center center;
  border-radius: 5px;
  font-size: 20px;
  height: 100px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  z-index: 9999;
  transform: scale(.7);
  background-size: 80px;
}

.loading-spinner-message {
  position: absolute;
  width: 410px;
  display: block;
  top: 90px;
  left: -155px;
  background-color: rgb(227, 227, 227);
  border-radius: 4px;
  padding: 0px 10px;
}
