/*!
Animate.css (Subset) - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* End Animate.css */

.delay-anim-1s {
  webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-anim-2s {
  webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-anim-3s {
  webkit-animation-delay: 3s;
  animation-delay: 3s;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555 !important;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #555 !important;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555 !important;
    opacity: 1;
}

/* Responsive helper class */
.show-on-small {
    display: none;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
}

div.wpcf7-response-output {
    margin: 1.3em 0 0 0;
    font-size: 14px;
    font-style: italic;
}

div.wpcf7-validation-errors {

}

.w-input, .w-select {
    color: #555;
    background: #fafafa;
}

.tab.w--current .tab-title {
    color: #596c8e;
}
.tab.w--current .number {
    border-color: #596c8e;
    color: #596c8e;
}

.header-telephone h2 {
    line-height: 20px;
    margin-top: 0;
}

.main h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
}

.main h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  /*color: #0f6939;*/
  color: #3d4a61;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.main h3 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  /*color: #747474;*/
  color: #000;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.main p {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
}

form {
  text-align: center;
}

strong {
  font-weight: 700;
}

.main .header {
  border: 1px solid #dfdfdf;
}

.header-inner {
  width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.main {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #f8f8f8;
  background-image: none;
}

.footer {
  background-image: url('../images/Footer%20Slice.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.footer-inner {
  width: 516px;
  margin-right: auto;
  margin-left: auto;
}

.main-inner {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.main-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.domain-info {
  padding: 15px 60px 30px 10px;
  text-align: center;
}

.domain-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
}

.tab-title {
  margin-top: 7px;
  font-family: Oswald, sans-serif;
  color: #8f8f8f;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.tab-title.tab-title-active {
  color: #29993a;
}

.tab {
  display: inline-block;
  padding-top: 20px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: solid 1px transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .11);
  background-color: hsla(0, 0%, 100%, 0);
  text-align: center;
}

.tab.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-width: 1px 1px 0px;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, .11);
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, .11);
  border-left-style: solid;
  border-left-color: rgba(0, 0, 0, .11);
  background-color: #fafafa;
  background-image: -webkit-linear-gradient(90deg, #fafafa, #fff);
  background-image: linear-gradient(0deg, #fafafa, #fff);
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.is-for-sale {
  color: #4d4d4d;
  font-size: 16px;
}

.form-inner {
  width: 100%;
}

.lp-primary-button,
.lp-secondary-button {
  margin-top: 20px;
  padding: 17px 12px;
  background-color: #37b34a;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: background .25s ease-out;
}

.lp-primary-button:hover,
.lp-secondary-button:hover {
  color: #fff;
  background: rgb(15,105,57);
}

.domain-description {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #45b356;
  background-color: #0f6939;
  background-color: #596c8e;
  /*background-color: #4570bd;*/
  background-image: none;
  color: #fff;
}

.process-wrapper {
  padding: 0px;
}

.tabs-content {
  padding: 20px;
  border-right: 1px solid rgba(0, 0, 0, .11);
  border-bottom: 1px solid rgba(0, 0, 0, .11);
  border-left: 1px solid rgba(0, 0, 0, .11);
  background-color: #fafafa;
  color: #666;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
}

.number {
  display: block;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 38px;
  padding-bottom: 38px;
  border: 2px solid #b3b3b3;
  border-radius: 50%;
  font-family: Oswald, sans-serif;
  color: #b3b3b3;
  font-size: 30px;
  line-height: 0;
  font-weight: 400;
}

.number.active {
  border-color: #37b34a;
  color: #37b34a;
}

.hr {
  height: 2px;
  margin-top: 33px;
  background-color: #e7e7e7;
}

.domain-description p {
  overflow: hidden;
  margin-bottom: 0px;
  text-align: left;
  letter-spacing: 0.5px;
}

.description-icon {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 1em;
  float: right;
  opacity: 0.36;
}

p.form-disclaimer {
  margin-top: 10px;
  color: #8d8d8d;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  letter-spacing: 1px;
}

.tld {
  position: relative;
  top: 0px;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0.1em;
  padding: 0px 7px 7px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
  font-family: Oswald, sans-serif;
  color: #0f6939;
  font-size: 36px;
  font-weight: 400;
}

.description-domain {
  color: #fff;
  font-weight: 700;
}

.extension {
  color: #0f6939;
}

.description-icon-2 {
  overflow: hidden;
  margin-right: 1em;
  float: left;
}

html.w-mod-js *[data-ix="transition-in"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .domain-info {
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .domain-form {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .domain-description {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .number {
    width: 60px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .description-icon {
    margin-left: 0em;
  }
}

@media (max-width: 767px) {
    .show-on-large {
        display: none;        
    }
    
    .show-on-small {
        display: block;
    }
  .main-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .domain-info {
    padding-bottom: 38px;
  }
  .description-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /*
  .w-tabs {
      display: none;
  }
#process-toggle {
    cursor: pointer;
    position: relative;
    padding: 10px;
    background: white;
    border: 1px solid rgba(0, 0, 0, .11);
  }
  #process-toggle:after {
    content: '+';
    display: inline-block;
    margin-left: 5px;
    padding: 0 .2em;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #45b356;
    border: 1px solid #45b356;   
  }
*/
}

@media (max-width: 479px) {
  h1 {
    font-size: 30px;
  }
  h3 {
    margin-bottom: 15px;
  }
  .domain-info {
    padding-top: 10px;
  }
  .domain-description {
    position: relative;
    padding-bottom: 56px;
  }
  .number {
    width: 50px;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 24px;
  }
  .description-icon {
    position: absolute;
    left: 50%;
    bottom: 10px;
    float: none;
    clear: none;
    -webkit-transform: translate(-50%, 0px) rotate(90deg);
    -ms-transform: translate(-50%, 0px) rotate(90deg);
    transform: translate(-50%, 0px) rotate(90deg);
  }
  .description-icon-2 {
    margin-bottom: 8px;
    float: none;
  }
}
/* Localized */

/* 
  BEGIN ADDITIONS 
  Date: Sept 28, 2016
  Author: Derek Loewen <derek@derekloewen.com>
*/

.lp-section {
  overflow: hidden;
  padding: 15px 0;
}

.lp-narrow-container {
  max-width: 800px;
}

.lp-section h2,
.lp-section h3 {
  font-weight: 400;
}

/*.lp-section h2 {
  border-bottom: solid 2px #ccc;
}*/

.lp-section h3 {
  text-align: left;
}

.reasons-to-buy {
  /* padding: 60px 0; */
  background: #333;
  color: #ccc;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}
  .reasons-to-buy h2,
  .reasons-to-buy h3 {
    text-align: left;
  }
  .reasons-to-buy h2 {
    border-bottom: solid 2px rgba(15,105,57,.63);
    margin-bottom: 1em;
    padding-right: 2em;
    color: #fff;
  }
  .reasons-to-buy h3 {
    color: rgb(15,105,57);
  }
  .reasons-to-buy ul,
  .reasons-to-buy ol {
    margin: 0 0 0 1.1em;
    padding: 0;
    list-style-position: outside;
  }
  .reasons-to-buy li {
    letter-spacing: 0.05em;
    margin: 0 0 .6em;
    padding: 0;
  }
  .lp-main-column {
    float: left;
    width: 58%;
    margin-top: 1em;
  }
  ol.lp-large-number-list {
    counter-reset: section; 
    list-style: none;
    margin-left: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
  }
    .lp-large-number-list li {
      position: relative;
      padding-left: 2.7em;
      padding-top: .3em;
      margin: 1em 0;
    }
    .lp-large-number-list li:before {
      counter-increment: section;
      content: counter(section);
      position: absolute;
      top: 0;
      left: 0;
      width: 2em;
      line-height: 2em;
      border: solid 1px #ccc;
      border-radius: 60px;
      text-align: center;
    }
  ul.lp-checkmark-list {
    list-style: none;
    margin-left: 0;
  }
    .lp-checkmark-list li {
      position: relative;
      padding-left: 1.6em;
    }
    .lp-checkmark-list li:before {
      font-family: "FontAwesome";
      content:"\f14a";
      position: absolute;
      top: 0;
      left: 0;
      color: rgb(15,105,57);
    }
  .reasons-to-buy .aside {
    position: relative;
    left: -30px;
    float: right;
    width: 42%;
    margin: 0 0 40px;
    font-size: 14px;
    font-weight: normal;
    /*color: rgba(255,255,255,.63);*/
    color: #333;
    /*color: rgb(15,105,57);*/
  }
  .aside-inner {
    position: relative;
    z-index: 1;
    padding: 72px 38px 0px 68px;
    border-top-left-radius: 30px;
    background: rgba(15,105,57,.63);
  }
  .aside-inner:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 30px;
    /*background: rgba(55,179,74,.37);*/
    background: linear-gradient(#ccc, #fff);
  }
  .aside-inner h3 {
    margin-top: 0;
  }
  .payment-options {
    margin-top: 2em;
    border-top: solid 1px #ccc;
  }
  .payment-options img {
    display: block;
    margin: 0 auto;
    padding-top: 1em;
    width: 100%;
    max-width: 400px;
  }
.lp-section .cta {
  margin: 2em 0;
  text-align: center;
  /*padding: 20px;
  background: #fff;*/
}
.lp-section p a {
  color: rgb(15,105,57);
  text-decoration: underline;
}
.lp-secondary-button {
  margin: 0;
  display: inline-block;
  /*background-color: #4570bd;*/
}

.call-cta {
  background: #596c8e;
}
  .call-cta h2 {
    color: white;
    font-family: "Open Sans";  
    font-weight: bold;
    font-size: 24px;
  }

.why-premium-domain {
  color: #000;
}

.why-top-notch {
  /*padding-bottom: 40px;*/
  background: #fff;
}

@media (max-width:1000px) {
  .container_inner {
    width: auto;
  }
  .lp-section {
    padding: 15px 30px;
  }
}

@media (max-width:767px) {
  .lp-main-column,
  .reasons-to-buy .aside {
    float: none;
    width: auto;
  }
  .reasons-to-buy .aside {
    position: static;
    margin-top: 30px;
    margin-right: 50px;
  }
}

/* END ADDITIONS */