@import url('https://fonts.googleapis.com/css?family=Anton|Michroma|Syncopate:700');

html {
  font-size: 16px;
  font-family: sans-serif;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
p {
  margin: 0 0 11px;
}
.banner-styles {
  height: 13.125rem;
  margin: 0;
  border-top: 3px solid #373737;
  border-bottom: 3px solid #373737;
}
section {
  margin: 3rem 0;
}
.btn {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
/*.text-inverse {
  color: #f8f8f8 !important;
}*/
.hidden {
  display: none !important;
}
.btn {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.outer-container {
  /* margin-top: 1.25rem; */
  border: 1px solid #5cb85c;
  background-color: #f8f8f8;
}
.outer-container:hover {
  border-color: #419641;
}
/*.card {
  border: 0;
  background-color: #f8f8f8;
}*/
img {
  /* width: 100%; */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.card-img-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* fixes for main.css */
.sf-menu ul {
   position: absolute;
   top: -999em;
   width: 14em;
   border-bottom: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-left: 1px solid #ccc;
   margin-top: -11px;  /* <-- this fixes the gap */
}
/* pulled from footer.css because bootstrap breaks them... */
#mainfooter ul {
  padding: 0;
  list-style: none;
  white-space: nowrap;
  width: 147px;
  color: #999;
  float: left;
}

.lt-ie8 #mainfooter ul{
  width: 146px;
}

#mainfooter ul:last-child { background-image: none !important; }
#mainfooter ul:nth-child(3) { position: relative; left: -30px; margin-right: 10px; }
#mainfooter ul:nth-child(4), #mainfooter ul:nth-child(5) {  margin-right: 10px !important; }

#mainfooter ul li {
  margin-bottom: 1px;
  font-size: 13px;
  color:#C6C6C6;
}

#mainfooter ul li:first-child {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #FFF;
}

#mainfooter .locations .location{
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0;
  height: 95px;
}

#mainfooter .location.location-honolulu{background-image: url(/images2/main/aloha-tower-v1.png); padding-left: 28px;}
#mainfooter .location.location-seattle{background-image: url(/images2/main/seattle-needle-v1.png); padding-left: 34px; width: 17%;}
#mainfooter .location.location-dc{background-image: url(/images2/main/washington-monument-v1.png); padding-left: 18px; width: 29%;}
#mainfooter .location.location-ny{background-image: url(/images2/main/statue-of-liberty-v1.png); padding-left: 33px; width: 30%;}

.location{
  color: #f2f2f2;
}

.locations .location-container{
  position: absolute;
  bottom: 0;
}

.location .location-header{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.location .location-body p{
  font-size: 12px;
  color: #f2f2f2;
  margin: 0 19px 0 0;
  float: left;
}

#postfooter {
  /* adjust height accordingly to remove white space after footer */
  height: 60px;
}

#postfooter .footerlinks  {
  font-size: 12px;
  width: 400px;
  float: left;
  color: #666666;
  padding-top: 31px;
}

#postfooter .footerextras {
  font-size: 12px;
  width: 580px;
  float: left;
  color: #D6D6D6;
  padding-top: 17px;
}

#postfooter .socialicons {
  margin: 10px 0 0 0;
  padding: 5px 0;
  float: right;
  width: 370px;
}

#postfooter .socialicons a:link {
  color: #D5D5D5;
}

#postfooter .link { position: relative; top: -5px;
}

#postfooter #searchboxbtm { float: right; }

#postfooter input#search2{
  background: url(/images2/main/searchglass.png) 8px 8px no-repeat;
  border: solid 2px #4C4C4C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 5px;
  font-weight: bold;
  width: 139px;
  height: 32px;
  float: left;
  color: #FFF;
}

#postfooter input#search2 {
  background-color: #212121;
  width: 80px;
  -moz-transition: background-color 0.5s ease, width 0.2s ease-out;
  -webkit-transition: background-color 0.5s ease, width 0.2s ease-out;
  transition: background-color 0.5s ease, width 0.2s ease-out;
}

#postfooter input#search2:focus, #postfooter input#search2:active {
  background: url(/images2/main/searchglass_o.png) 8px 8px no-repeat;
  background-color: #262626;
  box-shadow: none;
  outline: none;
  width: 139px;
}

.precall {
  padding-top: 8px;
}

.prefooter{

}

.prefooter .titles{
  font-size: 10px;
}

.prefooter .left, .prefooter .right{
  width: 50%;
  float: left;
}

.prefooter .right{
  text-align: right;
}

.prefooter .logos{
  background: #4f4f4f;
}

.prefooter .partners{
  float: left;
}

/* remove default pdf image from main.css */
a[href$='.pdf'] {
  background: none;
  padding-right: 0;
}

/* remove customer reviews slider */
#preprecontent, .preprenavarrows {
  display: none;
}

.container p,
.p__body {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

/* Utility Classess */
.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

/* Server Cart */

.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  /* margin: 0 auto 3em; */
}

.pricing__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 310px;
  flex: 0 1 310px;
}

.pricing__feature-list {
  text-align: left;
}

.pricing__action {
  color: inherit;
  border: none;
  background: none;
}

.pricing__action:focus {
  outline: none;
}

/* Tetradeca */
.pricing--tetradeca .pricing__item {
  font-family: 'PT Sans', sans-serif;
  padding: 1em em;
  cursor: default;
  color: #fff;
  margin: 0;
  border: 1px solid #5c6552;
  max-width: 320px;
}

@media screen and (min-width: 66.250em) {
  .pricing--tetradeca .pricing__item {
    margin: 0;
  }
  .pricing--tetradeca .pricing__item:nth-child(2) {
    border-right: none;
    border-left: none;
  }
}

.pricing--tetradeca .pricing__item:hover {
  z-index: 100;
}

.pricing--tetradeca .pricing__item:hover::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  border: 5px solid #5db85d; /* success green (dark) */
}

.pricing--tetradeca .pricing__title {
  font-size: 1.5em;
  margin: 0 0 -20px 0;
  padding: 0;
  color: #373737;
}

.pricing--tetradeca .icon {
  font-size: 3em;
  margin: 0 0 0.5em 0;
  color: #5db85d; /* success green (dark) */
}

.pricing--tetradeca .pricing__price {
  display: inline-block;
  font-size: 1em;
  margin: 0 0 0.5em 0;
  font-weight: bold;
  color: #5db85d; /* success green (dark) */
}

.pricing--tetradeca .pricing__price--strike {
  position: relative;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 0.5em 0;
  font-weight: normal;
  color: #ccc;
}

.pricing--tetradeca [class*=pricing__amount] {
  font-size: 2em;
  margin: 0.85em 0 0 0;
  font-weight: bold;
  color: #5db85d; /* success green (dark) */
}

.pricing--tetradeca [class*=pricing__amount] small {
  position: absolute;
  top: 20px;
  left: -44px;
  font-size: 0.8em;
  margin: 0.85em 0 0 0;
  font-weight: normal;
  color: #ccc;
}

.pricing--tetradeca .pricing__currency {
  font-size: 1.3em;
  vertical-align: super;
}

.pricing--tetradeca .pricing__currency--strike {
  position: absolute;
  top: 46px;
  left: -60px;
  font-size: 0.8em;
  /* vertical-align: super; */
}

.pricing--tetradeca .pricing__period {
  font-size: 0.8em;
  padding: 0 0 0 0.5em;
  color: #646D5B;
}

.pricing--tetradeca .pricing__feature-list {
  margin: 0;
  /* padding: 0.25em 0 8em; */
  padding: 0.25em 0 4em;
  list-style: none;
  text-align: center;
  color: #81867D;
}

.pricing--tetradeca .pricing__feature-list li:nth-child(4){
  margin-bottom: 15px;
}

.pricing--tetradeca .pricing__feature {
  padding: 0.25em;
}

.pricing--tetradeca .pricing__action {
  font-weight: bold;
  margin-top: auto;
  padding: 1em 2em;
  /*border-radius: 40px;*/
  border-radius: 0;
  background: #5db85d; /* success green (dark) */
  color: ;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pricing--tetradeca .pricing__action:hover,
.pricing--tetradeca .pricing__action:focus {
  color: #f4f4f4;
  background: #373737;
}

.pricing--tetradeca .pricing__select {
  font-weight: bold;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") right no-repeat;
  background-color: #f4f4f4;
  background-transparency: 0.8;
  background-position: right 8px top 50%;
  background-size: 14px 14px;
  color: #373737;
  border: 1px solid #f4f4f4;
  border-radius: 0;
  width: 100%;
  padding: 1em 2em;
  -webkit-appearance: none;
}

.pricing__select:active {
  border: 1px solid #f4f4f4;
}

.pricing--tetradeca .pricing--bold {
  font-weight: bold;
}
/*  temp testing */
@media (min-width: 576px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 15.5px;
  }
}

/* new styles for homepage */
.section-header {
  font-size: 2.5rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}

.section-image {
  margin-top: 1.5rem;
}

.gp-list li,
.lh-list li,
.cl-list li {
  font-size: 15px;
  line-height: 1.5;
  margin-left: 1.25rem;
}

.lh-list {
  margin-left: 325px;
}

.btn {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: #39a6ce;
  border-color: #39a6ce;
}

.btn-primary:hover {
  color: #f1f1f1;
  background-color: #398fc5;
  border-color: #398fc5;
}

.cloud-promo {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

.cloud-promo-hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-iteration-count: 2s;
}

.top-container {
   width:100%;
   max-width:750px;
   height:288px;
   margin: 0 auto;
   position: relative;
}

.top-container_sp {
   width:100%;
   max-width:394px;
   height:222px;
   margin: 0 auto;
   position: relative;
}

.cloud-left {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 51;
}

.cloud-right {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 10px;
  right: -30px;
  z-index: 52;
}

.bottom-container {
   width:100%;
   max-width:1000px;
   height:200px;
   margin: 0 auto;
   position: relative;
}

.banner-text {
  padding: 4.75rem 0;
}

.banner-chat {
  padding: 1.4rem 0;
}

.chat-button {
  background-color: #71c89e;
  transition: all .2s ease-in-out .1s;
}

.chat-button:hover {
  background-color: #71b19e;
}
