a {
  color: #0d5561;
}

.gocBlue {
  color: #018293;
}

.activeTab {
    font-weight: bold;
}

#modalPasswordReqs {
    top: 100px !important;
}

.modalProcessingClass p {
    color: #018293 !important;
}

.gocRegisterForm input {
    background-color: #d2d3d5;
}

.w-logo-img {
    max-width: 200px;
}

.listlogin li {
    list-style-type: none;
}

.l-subheader.at_top {
  background-color: #121b2a;
  border-bottom: none;
}

.l-subheader.at_middle {
  background-color: #018293;
  border-bottom: none;
}

.l-subheader.at_middle .w-nav-item {
    line-height: 88px;
}

.l-subheader.at_middle .w-nav-anchor.level_1,
.l-subheader.at_middle .w-nav-item.level_1:hover .w-nav-anchor.level_1 {
  color: #fff;
  background-color: #018293;
  padding: 0px 10px;
}

.w-nav-item-h a span {
    color: #fff;
}

.w-pagehead-nav .w-pagehead-nav-h .w-pagehead-nav-item:hover {
  color: #fff;
}

.tp-bannertimer {
  display: none;
}

.w-nav-title {
  color: #fff;
  font-size: 14px;
}

.l-subheader.at_middle .w-search-show,
.l-subheader.at_middle .w-search-show:hover {
    color: #ffffff;
}

.w-iconbox-icon {
  background-color: #0d5561;
}

.w-iconbox:hover .w-iconbox-icon {
}

.l-subheader.at_middle .w-search-input input {
  padding-left: 15px;
}

.w-shortblog-entry-meta-date {
  color: #0b5f6c;
  background-color: #a5dde6;
}

.w-shortblog-entry-title-h {
  color: #00a0b9;
}

.w-shortblog-entry-short a {
  color: #00a0b9;
}

.l-subfooter.at_top {
  background-color: #0b5f6d;
  color: #ffffff;
}

.w-copyright {
  color: #00a0b9;
}

.l-subfooter.at_bottom a {
  color: #00a0b9;
}


/* Anchored Footer */
#sticky-contact {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    min-height: 70px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 12px;
    opacity: 1;
    background-color: #018293;
    border: none;
}
#sticky-contact #content #right-content {
    float: right;
}
.sticky-form { margin-top: 15px; }
.cta-left { text-align: right; }
.cta-right { text-align: left; }
.cta-left h3 { font-size: 24px; }
.cta-center { display: none; }

@media only screen and (max-width: 975px) {
    .sticky-form { margin-top: 30px; }
    .cta-left, .cta-right, .cta-left h3 { display: none; }
    .cta-center { display: block; text-align: center; }
}

.align_center {
  text-align: center;
}

.button_pink {
  background-color: #e61674 !important;
}

.button_blue {
  background-color: #0b5f6d !important;
}

.button_special_orange {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background-color: #fba552 !important;
}

.l-subheader.at_middle .w-nav-anchor.level_1:after
{
     background-color: #fff;
}

.l-sidebar-h li {
    list-style-type: none;
}

.g-breadcrumbs-item {
  margin-right: 4px;
}

.g-breadcrumbs-separator {
  margin-right: 4px;
}

.fb_iframe_widget {
  display: inline-flex !important;
}

.g-html table > tbody > tr > td {
  border-bottom: none;
}

.eCardNotSelected img
{
    border: 3px solid #FFFFFF !important;
}

.eCardSelected img
{
    border: 3px solid #3B9DBD !important;
}

.w-blogpost {
  padding-bottom: 0;
  border-bottom: none;
}

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

.Modal-Blackout
{
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    background: url(https://3stepsolutions.s3.amazonaws.com/assets/custom/000008/images/modal-overlay.png);
    z-index: 200;
    visibility: hidden;
}

.Modal
{
    position: fixed;
    top: 150px;
    left: 0;
    width: 100%;
    z-index: 300;
}

.Modal-Border
{
    position: relative;
    background: url(https://3stepsolutions.s3.amazonaws.com/assets/custom/000008/images/modal-overlay.png);
    padding: 8px;
    width: 615px;
    margin: auto;
    border-radius: 19px 19px 19px 19px;
}

.Modal-Container
{
    display: inline-block;
    width: 600px;
    position: relative;
    background-color: #fff;
    padding: 30px 30px 0px 30px;
    border-radius: 11px 11px 11px 11px;
}
.Modal-Content
{
    margin-bottom: 20px;
    overflow: auto;
}

@media only screen and (max-width: 640px) {
  .Modal { top: 50px; }
  .Modal-Border { width: 355px; }
  .Modal-Container { width: 340px; }
  .Modal-Content {max-height: 400px; }
}

.iframecontainer {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.iframecontainer iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alertbox
{
    border-right: #c4c2c2 1px solid;
    border-top: #c4c2c2 1px solid;
    background: #ffffff;
    border-left: #c4c2c2 1px solid;
    border-bottom: #c4c2c2 1px solid;
    background-color: #ffff99;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    margin: 5px 0px;
}
.alertbox td
{
    padding: 5px;
}

.corpbanner {
    min-height: 620px !important;
    max-height: 620px !important;
}

@media only screen and (max-width: 800px) {
    .corpbanner {
        min-height: 440px !important;
        max-height: 440px !important;
    }
}

@media only screen and (max-width: 500px) {
    .corpbanner {
        min-height: 310px !important;
        max-height: 310px !important;
    }
}

.w-clients-itemgroup {
    background-color: #fafafa;
}

@media only screen and (max-width: 479px) {
    .w-pagehead .g-breadcrumbs {
        display: block;
    }
}

    .gocSelected {
        border: 2px solid #000 !important;
        border-radius: 5px !important;
    }

    .gocNotSelected {
        border: 2px solid #fff !important;
        border-radius: 5px !important;
    }

    .g-form-row {
        padding: 0 0 10px 0;
    }

            .FontBodyBold {
                font-weight: bold;
            }

            .FontBody {
                display: block;
                margin-bottom: 20px;
            }

@media (max-width: 767px)
{
    .g-cols > div {
        margin-bottom: 0;
    }
}

.datepicker {
    padding: 10px;
    cursor: pointer;
}

.datepicker-switch {
    text-align: center;
}

.datepicker .next {
    text-align: right;
}

.datepicker .month, .datepicker .year {
    padding: 5px;
}

.g-html blockquote, .w-clients.columns_5 .w-clients-item:hover, .w-filters-item.active .w-filters-item-link, .w-tabs-item.active {
    border-color: #018293 !important;
}

a, .w-blog.imgpos_atleft .w-blog-entry.format-audio .w-blog-entry-link:hover .w-blog-entry-preview-icon, .w-blog.imgpos_atleft .w-blog-entry.format-gallery .w-blog-entry-link:hover .w-blog-entry-preview-icon, .w-blog.imgpos_atleft .w-blog-entry.format-link .w-blog-entry-link:hover .w-blog-entry-preview-icon, .w-blog.imgpos_atleft .w-blog-entry.format-quote .w-blog-entry-link:hover .w-blog-entry-preview-icon, .w-blog.imgpos_atleft .w-blog-entry.format-status .w-blog-entry-link:hover .w-blog-entry-preview-icon, .w-blog.imgpos_atleft .w-blog-entry.format-video .w-blog-entry-link:hover .w-blog-entry-preview-icon, .w-blog-entry-link:hover .w-blog-entry-title-h, .w-filters-item-link:hover, .w-filters-item.active .w-filters-item-link, .color_primary .w-iconbox.icon_top .w-iconbox-text-link, .color_alternate .w-iconbox.icon_top .w-iconbox-text-link, .w-nav-list.layout_ver .w-nav-anchor:hover, .w-nav-list.layout_ver .active .w-nav-anchor.level_1, .w-shortblog-entry-title-h, .w-tabs-item.active, .w-tabs.layout_accordion .w-tabs-section.active .w-tabs-section-title, .widget.widget_nav_menu .menu-item.current-menu-item > a, .widget.widget_nav_menu .menu-item.current-menu-ancestor > a {
    color: #018293 !important;
}

.w-tabs-section-content iframe {
    min-height: 1100px;
}

.g-cols.about > .one-third > .w-team-member {
    margin-bottom: 0;;
}

@media (min-width: 768px)
{
    .g-cols.about > .one-third {
        padding: 40px;
    }
}

.w-socials-item.facebook:hover,
.w-socials-item.twitter:hover,
.w-socials-item.instagram:hover,
.w-socials-item.linkedin:hover,
.w-socials-item.youtube:hover,
.w-socials-item.gplus:hover
 {
    background-color: initial;
}

.goc_btn {
    padding: 3px 13px !important;
    background-color: #018293 !important;
    color: #fff !important;
    margin-top: 2px !important;
    margin-left: 8px !important;
}



.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8r {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-8r {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        width: 12.5%;
        float: left;
    }
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.w-links-anchor:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.tp-leftarrow.default:before, .tp-rightarrow.default:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.cursorPointer {
    cursor: pointer !important;
}

.w-socials.size_normal .w-socials-item-link em {
    font-size: 18px;
    line-height: 40px;
}

.g-hr-h em {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 16px;
    height: 16px;
    width: 50px;
    margin-top: -8px;
    margin-left: -25px;
    text-align: center;
    background-color: #fff;
    color: #dce2e5;
}

.gocCards > .row {
    overflow-x: auto;
    white-space: nowrap;
}

    .gocCards > .row > .col-md-4, .gocCards > .row > .col-sm-6 {
        display: inline-block;
        float: none;
        padding-right: 0;
    }

    .gocCards > .row > .col-sm-6 {
        width: 42%;
    }

.gocCards > .row::-webkit-scrollbar {
    -webkit-appearance: none;
}

.gocCards > .row::-webkit-scrollbar:vertical {
    width: 11px;
}

.gocCards > .row::-webkit-scrollbar:horizontal {
    height: 11px;
}

.gocCards > .row::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.gocCards > .row::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 

@media (min-width: 992px) {
    .gocCards > .row > .col-md-4 {
        width: 30% !important;
    }
}

.g-btn.type_primary {
    color: #fff !important;
}

@media (min-width: 800px) {
    .purchGCCol1 {
        width: 80% !important;
        margin-left: 0% !important;
    }
    .purchGCCol1A {
        width: 38% !important;
        margin-left: 0% !important;
    }
    .purchGCCol1B {
        width: 58% !important;
        margin-left: 4% !important;
    }
    .purchGCCol2 {
        width: 18% !important;
        margin-left: 2% !important;
    }
}

@media (min-width: 992px) {
  .modal-dialog.modal-full {
    width: 90%;
    height: 90%;
    margin: auto;
    padding: 0;
  }

  .modal-dialog.modal-full .modal-content {
    height: auto;
    min-height: 90%;
    border-radius: 0;
  }
}

.whatsNextNext {
    color: #fff;
}

.whatsNextDone {
    color: #fff;
}


.alert-success {
    background-color: rgb(154 219 219 / 25%) !important;
    border-color: #368B8A !important;
    color: #368B8A !important;
    border-radius: 4px !important;
    border-left-width: 5px;
}

    .alert-success p {
        color: #4C8887 !important;
        font-size: 15px !important;
        font-weight: 400 !important;
   }

.gocBullets {
    margin-left: 30px;
}

.gocBullets li {
    list-style: disc;
}

.g-form-row-label label {
    font-weight: bold !important;

}

.modal {
    top: 100px;
}