
@import url('https://fonts.googleapis.com/css?family=Anton|Open+Sans+Condensed:700');

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quickand', Verdana, Geneva, sans-serif;
}

.header__intro {
  font-family: 'Quickand', Verdana, Geneva, sans-serif;
  font-size: 2.0625em; /*33px;*/
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 1.25em; /* 20px; */
}

.header__section {
  font-family: 'Quickand', Verdana, Geneva, sans-serif;
  font-size: 1.75em; /*  28px; */
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1.25em; /* 20px; */
}

.header__color-primary {
  color: #028f76;
}

.header__color-secondary {
  color: #d14334;
}
/*left off here*/
.header__list {
  padding: .75em 0;
  text-align: center;
}

.header__list-topbar {
  border-top: 2px solid #373b44;
  background-color: #f6f6f6;
  margin-bottom: 0;
}

.container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images2/landing/overlay.png) repeat 100% 100%;
}

/* ordered list styles */
ol.olist {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

ol.olist > li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 0.25rem 0.5rem; /* 4px 8px; */
    list-style: none;
    border-top:2px solid #373b44;
    background: #f6f6f6;
}

ol.olist > li:before {
    content:counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 0.5rem; /* 8px; */
    padding: 0.25rem; /* 4px; */
    border-top:2px solid #373b44;
    color: #fff;
    background: #373b44;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}

li ol.olist,
li ul {
  margin-top: 0.375rem; /* 6px; */
}

ol.olist ol li:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0 0 1.5em 0;
  /* padding-left: 1.5em; */
}

.img__banner-right {
  float: right;
}

.text__banner-left {
  float: left;
}

.img__banner-padding {
  padding: 10px;
}

.text__banner-heading {
  font-size: 36px;
  line-height: 38px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: normal;
}

.text--bold {
  font-family: 'Quickand', Verdana, Geneva, sans-serif;
  font-weight: bold;
}

.text--normal {
  font-family: 'Quickand', Verdana, Geneva, sans-serif;
  font-weight: normal;
}

.text--color-yellow {
  color: #f8fcc1;
}

/* text colors */
.text__color-seagreen {
  color: #73c8a9;
}

.text__color-muteblack {
  color: #373b44;
}

.text__color-beige {
  color: #dee1b6;
}

.text__color-darkorange {
  color: #bd5532;
}

.text__color-mustardyellow {
  color: #e1b866;
}

.text__color-default {
  color: #f3f3f3;
}

.img__banner-left {
  margin-left: -1.25rem;  /* -20px; */
}

.container p {
  font-size: 0.9375em; /* 15px */
  line-height: normal;
}

.p__body {
  font-size: 0.9375em; /* 15px */
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0.125em; /* 2px */
}

/* Utility Classess */
.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.rounded-ends {
  -webkit-border-radius: 0.625rem; /* 10px; */
      -moz-border-radius: 0.625rem; /* 10px; */
          border-radius: 0.625rem; /* 10px; */
  background-color: #f5f5f5;
  padding: 0.625rem; /* 10px; */
}

.flat-ends {
  -webkit-border-radius: 0;
      -moz-border-radius: 0;
          border-radius: 0;
  background-color: #f5f5f5;
  padding: 0.625rem; /* 10px; */
}

.thead-compare--theme th {
  background-color: #373737 !important;
  color: #f1db42
}

.table-striped tbody tr:nth-of-type(odd) {
  /* background-color: #fcfcd7; */
  background-color: rgba(149,208,184,.3); /* lite green: #95d0b8; */
}

.table-striped {
  border-bottom: 1px solid #373737;
}

.mb--padding {
  margin-bottom: 1.25rem !important; /* 20px */
}

.mb--padding-double {
  margin-bottom: 2.5rem !important; /* 40px */
}

.mt-padding-double {
  margin-top: 2.5rem !important; /* 40px */
}

.ml--padding {
  margin-left: 0.3125rem;  /* 5px; */
}

.mb--80-padding {
  margin: 0 0 5rem 0;  /* 80px */
}

.mb--30-padding {
  margin: 0 0 1.875rem 0; /* 30px */
}

.mb--20-padding {
  margin: 0 0 1.25rem 0; /* 20px */
}

.mb--15-padding {
  margin: 0 0 0.9375rem 0; /* 15px */
}

.mb--10-padding {
  margin: 0 0 0.625rem 0; /* 10px */
}

.mb--5-padding {
  margin: 0 0 0.3125rem 0; /* 5px */
}

.mtb--20-padding {
  margin: 1.25rem 0;  /* 20px */
}

.hidden {
  display: none;
}

#welcome_chat {
  display: none !important;
}

#chat_call {
  display: none !important;
}

.col-width--743 {
  width: 46.4375rem !important;  /* 743px */
}

dt {
  display: block;
  font-style: normal;
  padding: 0.625rem; /* 10px */
}

dd {
  display: block;
  padding: 0.625rem; /* 10px */
}

.text__color--white li {
  color: #fff;
}

/*
BACKGROUND COLORS
*/
.bg--fill-primary {
  background-color: #0c0d0e;;
}

.bg--fill-secondary {
  background-color: #00a3e0;
}

.bg--fill-accent {
  background-color: #43b02a;
}

.bg--fill-highlight {
  background-color: #777777;
}
/*
TEXT COLORS
*/
.text__color-primary {
  color: #f8f8f8;
}

.text__color-secondary {
  color: #484848;
}

.text__color-accent {
  color: #e62f48;
}

.text__color-highlight {
  color: #ffeadd;
}

.button--cta {
  position: absolute;
  bottom:0;
  left:0;"
}

.modal-header {
    /* background-color: rgba(0,0,0,.9); */
  background-color: rgba(240,65,88,.9);
  -webkit-border-top-right-radius: .2rem;
  -webkit-border-top-left-radius: .2rem;
     -moz-border-top-right-radius: .2rem;
     -moz-border-top-left-radius: .2rem;
          border-top-right-radius: .2rem;
          border-top-left-radius: .2rem;
}

.modal-content {
  position: relative;
  margin-top: 1.25rem; /* 20px */
  background-color: rgba(0,0,0,.8);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
  /* border: 15px solid rgba(0,0,0,.2); */
  border: 0.9375rem solid rgba(55,55,55,.5);   /* 15px */
  outline: 0;
  color: #fff;
}

.modal-footer {
  background-color: rgba(240,65,88,.7);
  padding: 0.9375rem;  /* 15px */
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(252,252,215,.8);
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

.close:hover {
  color: #373737;
  text-shadow: 0 1px 0 #fff;
}

/*.text-muted--yellow {
    color: #fcfcd7;
}*/

.kudocopy {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    opacity: 0;
    display: none;
    background-color: rgb(255, 255, 255);
}

/* pulled from footer.css because bootstrap breaks them... */
#mainfooter ul {
  padding: 0 0 0 0;
  list-style: none;
  white-space: nowrap;
  width: 9.1857rem;  /* 147px */
  color: #999;
  float: left;
}
.lt-ie8 #mainfooter ul{
  width: 9.125rem;  /* 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: 0.75em;  /* original 13px, now 12px */
  color:#C6C6C6;
}

#mainfooter ul li:first-child {
  text-transform: uppercase;
  margin-bottom: 0.625rem;  /* 10px */
  font-weight: bold;
  font-size: 0.9375em; /* 15px */
  color: #FFF;
}

#mainfooter .locations .location{
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0;
  height: 5.9375rem;  /* 95px */
}

#mainfooter .location.location-honolulu{background-image: url(/images2/main/aloha-tower.png); padding-left: 1.75rem;}                /* 28px */
#mainfooter .location.location-seattle{background-image: url(/images2/main/seattle-needle.png); padding-left: 2.125rem; width: 17%;}  /* 34px */
#mainfooter .location.location-dc{background-image: url(/images2/main/washington-monument.png); padding-left: 1.125rem; width: 29%;}  /* 18px */
#mainfooter .location.location-ny{background-image: url(/images2/main/statue-of-liberty.png); padding-left: 2.0625rem; width: 30%;}    /* 33px */

.location{
  color: #f2f2f2;
}

.locations .location-container{
  position: absolute;
  bottom: 0;
}

.location .location-header{
  font-size: 0.875em;  /* 14px */
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.location .location-body p{
  font-size: 0.75em;  /* 12px */
  color: #f2f2f2;
  margin: 0 1.1875rem 0 0; /* 19px */
  float: left;
}

#postfooter .footerlinks  {
  font-size: 0.75em; /* 12px */
  width: 25rem;  /* 400px */
  float: left;
  color: #666666;
  padding-top: 1.9375rem; /* 31px*/
}

#postfooter .footerextras {
  font-size: 0.75em; /* 12px */
  width: 36.25rem;  /* 580px */
  float: left;
  color: #D6D6D6;
  padding-top: 1.0625rem;  /* 17px */
}

#postfooter .socialicons {
  margin: 0.625rem 0 0 0;  /* 10px */
  padding: 0.3125rem 0;  /* 5px */
  float: right;
  width: 23.125rem;  /* 370px */
}

#postfooter .socialicons a:link {
  color: #D5D5D5;
}

#postfooter .link { position: relative; top: -0.3125rem;  /* -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: 1.875rem; /* 30px */
  padding-right: 0.3125rem; /* 5px */
  font-weight: bold;
  width: 8.6875rem; /* 139px */
  height: 2rem; /* 32px */
  float: left;
  color: #FFF;
}

#postfooter input#search2 {
  background-color: #212121;
  width: 5rem; /* 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: 8.6875rem;  /* 139px */
}

.precall {
  padding-top: 0.5rem;  /* 8px */
}

.prefooter{

}

.prefooter .titles{
  font-size: 0.625rem;  /* 10px */
}

.prefooter .left, .prefooter .right{
  width: 50%;
  float: left;
}

.prefooter .right{
  text-align: right;
}

.prefooter .logos{
  background: #4f4f4f;
}

.prefooter .partners{
  float: left;
}

/* to fix non-bootstrap 4 navigation gaps on <ul>'s */
.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: -0.6875rem;  /* <--  -11px this fixes the gap */
}

/* remove default pdf image from main.css */
a[href$='.pdf'] {
  background: none;
  padding-right: 0;
}


/* web form styling */
.row--color-mutegreen {
  background-color: #92ad9f;
}

.row--color-yellow {
  background-color: #e1d5a3;
}

.row--color-teal {
  background-color: #3c6c84;
}

.row--color-royalblue {
  background-color: #302c5b;
}

.mr--50-padding {
  padding-right: 3.125rem;  /* 50px */
}

legend {
  color:#f7e9b7;
}

label {
  color: #373737;
  font-size: 1em; /* 16px */
  text-transform: uppercase;
}

/* VR styles */
.form--styles {
  font-family: verdana;
  font-size: 0.6875em;  /* 11px */
  width: 10rem; /* 160px; */
  padding: 0.625rem; /* 10px; */
  border: 1px solid #000000;
  background: #dddddd;
}

.form--header {
  font-weight: bold;
  color: #333;
}

.form--p {
  text-align: right;
  margin-top: 0.625rem;  /* 10px; */
  margin-bottom: 0.625rem;  /* 10px */
}

.form--p .form--span-star {
   color: #cc0c39;
}

.form--p .form--span-text {
   color: #333;
}

.input--styles {
  margin-top: 0.3125rem;  /* 5px; */
  margin-bottom: 0.3125rem;  /* 5px;  */
  border: 1px solid #999;
  padding: 0.1875rem;  /* 3px;  */
}

.label--styles {
  color: #333;
}

/* bootstrap overrides */
.btn {
  color: #f8f8f8;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.container--btn {
  position: relative;
  width: 100%;
  height: 178px;
  line-height: 232px;
 }

.wcu-style {
  padding: 0;
  margin: -.5em 0 0 0;
}

.wcu-style > li {
  position: relative;
  list-style: none;
  font-size: 0.875em; /* 14px; */
  line-height: 1em; /* 16px; */
  text-align: left;
  padding: 0.25rem 0.5rem;  /* 4px 8px; */
  background-color: #f8f8f8;
}

.wcu-style > li::before {
  position: absolute;
  /*content: url(/images2/hawaii/right-circle-arrow.png);*/
  content: "\f18e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #777;
  top: 0.625rem;  /* 1px; */
  left: 0;
  font-size: 1.125rem;  /* 18px; */
  width: 1.2rem;
  margin-right: 0.5rem;  /* 8px; */
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;  /* 4px 8px 4px 8px; */
  text-align: center;
}

.wcu-style > li:first-child::before {
  position: absolute;
  top: 0.4375rem; /* 7px; */
  left: 0;
}

.wcu-style > li:first-child {
  padding-top: 0.625rem;  /* 10px; */
}

.wcu-style > li:last-child {
  padding-bottom: 0.625rem;  /* 10px; */
}

.wcu-style > li:nth-child(even) {
  /*background-color: #ccc;*/
}

 .wcu-style > li.list--item span {
   display: inline-block;
   padding-left: 1.5625rem;  /* 25px; */
   color: #373b44;
 }

.card-block-side {
  padding: 0;
  /*border-right: 1px dotted #bd5532;
  border-bottom: 1px dotted #bd5532;
  border-left: 1px dotted #bd5532;*/
}

.card, .card-header:first-child {
  border-radius: 0;
}

.card-bg {
  position:relative;
  background-color: #f8f8f8;
  /*background-image: url(/images2/landing/floral-pattern-bg-10.png);
  background-position: 50% 0;"*/
}

/* main styles overrides */
a {
  color: #00a3e0;
  transition: all 0.2s ease-in-out 0.1s;
}

a:hover {
  color: #0159a4;
}

a:focus, a:active {
  color: #0159a4;
}

.span--pipe {
  margin-left: 0.625rem;  /* 10px; */
  margin-right: 0.625rem;  /* 10px;  */
  font-weight: bold;
}

.blockquote-footer {
  display: inline-block;
  font-size: 80%;
  font-weight: 600;
  line-height: 1.5;
  color: #818a91;
  padding-right: 0.5rem;  /* 8px; */
}

.card-header {
  position: relative;
  background-color: #028f76;
  color: #b3e099;
  text-align: center;
}

.card-header-side {
  position: relative;
  background-color: #0c0d0e;
  color: #fa321e;
  padding: .75rem 1.25rem;
}

.card-header-side span {
  color: #fa321e;
}

.card-header-side:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #555 #fff;
}

.card {
  border: 0;
  background-color: #f8f8f8;
}

.text--effects-emboss {
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

.text--effects-shadow {
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

#preprecontent, .preprenavarrows {
  display: none;
}
/* Common styles */
.col-md-4 {
  padding: 0;
}

.banner__header--left {
  display: inline-block;
  font-size: 2.375em;  /* 38px; */
  margin-top: 1.25rem;  /* 20px; */
  margin-bottom: 0;
  color: #e62049;
}
.banner__header--right {
  display: inline-block;
  font-size: 2.375em;  /* 38px; */
  margin-top: 1.25rem;  /* 20px; */
  margin-bottom: 0;
  color: #f5f5f5;
}
.banner__div--top {
  position: relative;
}
.icon--server {
  position: absolute;
  top: 1.25rem;  /* 20px; */
  left: 1.5625rem;  /* 25px; */
  color: #43b02a;
}
.banner__list--left {
  margin-left: 1.25rem; /* 20px; */
}
.banner__list--right {
  margin-left: 1.25rem; /* 20px; */
  width: 100%;
}
.banner__list--left li {
  font-size: 1.375rem; /* 22px; */
  color: #f5f5f5;
}
.banner__list--right li {
  list-style-type: none;
  float: left;
  width: 33.3%;
}
.banner__list--cloud {
  margin-left: 1.25rem;  /* 20px; */
  width: 100%;
}
.banner__list--cloud li {
  list-style-type: none;
  float: left;
  margin-right: 0.3125rem;  /* 5px; */
  color: #f8f8f8;
}
/*.banner__list--cloud li:first-child {
  margin-right: 150px;
}*/
.header__theme-grey {
  color: #222;
}
.header__theme-blue {
  color: #00a3e0;
}

/* hide default SELECT dropdown arrow in FIREFOX */
select {
  -moz-appearance: none;
}

/* media queries */
/* media queries */
@media (min-width: 544px) {
  /*small*/
  html {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  /*medium*/
  html {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  /*large*/
  html {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  /*x-large*/
  html {
    font-size: 17px;
  }
}
