﻿@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';

/* Resets
===================================================================*/
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    width: 100%;
}

/* Scaffolding Styles
===================================================================*/
body {
    color: #555a5c;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    height: 100%;
}

.container {
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    width: 1200px;
    min-width: 1200px;
}

.btn-ds:hover, .btn-ds:active, .btn-ds:focus {
    border: none !important;
    background-color: #068b85 !important;
    color: #fff !important;
}

/*.site-message {
    background: transparent !important;
}*/

.site-message p {
    font-size: 12px;
}

.clearfix {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -200px;
    width: 100%;
    min-width: 1200px;
}

.page-wrap:after {
    content: "";
    display: block;
    height: 200px;
}

p {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

li {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

a {
    color: #337ab7;
    text-decoration: none;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    -webkit-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

a:hover {
    color: #23527c;
    text-decoration: underline;
}

b,
strong {
    font-weight: 700;
}

/* Dokshop Widths
===================================================================*/
.full_width {
    width: 960px !important;
}

.full_width_padded {
  width: 930px !important;
}

.three_quarter_width {
  width: 720px;
}

.three_quarter_width_padded {
  width: 697px;
}

.one_third_width_padded {
  width: 310px;
  margin: 0 auto;
}

.half_width_padded {
  width: 465px;
}

.one_quarter_width_padded {
  width: 232px;
}

/* Header Styles
===================================================================*/
header {
    background-color: #efeeed;
    border-bottom: 27px solid #79d214;
}

.brand-logo {
    display: inline-block;
    margin: 10px 0;
}

.main-nav {
    float: right;
}

.site-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav li {
    float: left;
    margin: 0 9px;
}

.site-nav li a {
    color: #777;
    font-size: 16px;
    line-height: 82px;
}

.site-nav li a:hover {
    color: #555a5c;
    text-decoration: none;
}

/* Footer Styles
===================================================================*/
footer {
    background-color: #79d214;
    color: #646565;
    font-size: 12px;
    height: 200px;
    padding: 20px 0;
}

footer p {
    font-size: 12px;
}

.footer-links {
    display: block;
    margin-bottom: 20px;
}

.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav li {
    color: #646565;
    float: left;
    font-size: 12px;
    margin: 0 15px;
}

.footer-nav li:first-child {
    margin-left: 0;
}

.footer-nav li a {
    color: #646565;
    font-size: 12px;
}

.footer-nav li a:hover {
    color: #fff;
    text-decoration: none;
}

.support-label {
    color: #3f7b7d;
}

.copyright {
    border-top: 1px solid #565655;
    display: block;
    padding-top: 15px;
}

.adobe-message {
    margin-bottom: 15px;
}

.adobe-img {
    float: left;
    width: 20%;
}

.adobe-text {
    float: left;
    margin: 0;
    width: 80%;
}

/* Home Page Styles
===================================================================*/
.home-content {
    margin-bottom: 80px;
}

.home-banner {
    background: url('images/ProgressResidential/home-banner.jpg') no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 530px;
}

.home-banner-text {
    background: rgba(245,245,245,.4);
    color: rgb(51,51,51);
    padding: 50px;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 930px;
}

.home-banner-heading {
    color: rgb(51,51,51);
    font-size: 56px;
    line-height: 1.2;
    margin-top: 0;
}

.home-banner-text p {
    font-size: 20px;
}

.home-banner-actions {
    margin-top: 25px;
}

.btn-get-started, .btn-swag {
    background: #3f7b7d;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 18px 50px;
}

.btn-get-started:hover, .btn-swag:hover {
    background: #068b85;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.btn-get-started:active, .btn-swag:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          background-image: none;
          outline: 0;
}

.btn-swag {
    margin-left: 4px;
}

.how-to-use-section {
    margin-top: 50px;
    text-align: center;
}

.section-heading {
    margin-bottom: 80px;
}

.section-heading h2 {
    font-size: 36px;
}

.how-to-use-step {
    border: 1px solid #ddd;
    float: left;
    margin: 0 15px;
    padding: 15px;
    position: relative;
    width: 31.25%;
    min-height: 206px;
}

.htu-icon {
    background-color: #79d214;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.how-to-use-step p {
    margin-top: 5px;
}

.icon-select {
    font-size: 70px !important;
}

.select-step {
    margin-left: 0;
}

.order-step {
    margin-right: 0;
}

.htu-step-icon {
    color: #fff;
    font-size: 65px !important;
    line-height: 100px !important;
}

.htu-step-heading {
    font-size: 28px;
    margin-top: 50px;
}

/* Heading Styles
===================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3f7b7d;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 32px;
    margin-bottom: 15px;
}

h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

h4 {
    font-size: 16px;
    margin-bottom: 0;
}

h5 {
    font-size: 14px;
    margin-bottom: 0;
}

h6 {
    font-size: 14px;
}

/* Form Field Styles
===================================================================*/
input.fields,
input[type=text], .form-field {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    color: #555a5c;
    padding: 5px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.fields,
textarea {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    color: #555a5c;
    padding: 5px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select.fields,
select {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    color: #555a5c;
    padding: 5px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


input.fields:focus,
input[type=text]:focus,
textarea:focus,
textarea.fields:focus,
select.fields:focus,
select:focus, .form-field:focus {
    /*background-color: #fafafa;*/
    border: 1px solid #3f7b7d !important;
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(102, 175, 233, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(102, 175, 233, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
}


/* Button Styles
===================================================================*/
input[type=button], input[type=submit], .button, button, .btn-ds {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 0;
    background: #3f7b7d;
    color: #fff;
    text-decoration: none;
    /*padding: 5px 10px 5px;*/
    cursor: pointer;
}

input[type=button]:hover, input[type=submit]:hover, .button:hover, button:hover {
    color: #fff;
    background: #068b85;
}

input[type=button]:active, input[type=submit]:active, .button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          background-image: none;
          outline: 0;
}

#btnSearch {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 0;
    background: #3f7b7d;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

#btnSearch:hover {
    color: #fff;
    background: #068b85;
}

#btnSearch:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
          background-image: none;
          outline: 0;
}

#trackship-btn {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    border: none;
    border-radius: 0;
    background: #3f7b7d;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    height: 18px !important;
    padding: 0 10px !important;
    margin-bottom: 0 !important;
}

#trackship-btn:hover {
    color: #fff;
    background: #068b85;
}

input.buttonover {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

input.buttonup {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

input.buttonoversmall {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

input.buttonupsmall {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

/* Table/Display Styles
===================================================================*/
td.rowhdr {
    padding: 15px 0 1px 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}

td.rowinstr {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-top: 2px;
    padding-bottom: 5px;
}

td.rowtitles {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

td.combo-desc-alignment {
    vertical-align: middle !important;
}

td.tablecells {
    font-size: 14px;
    border-left-width: 1px;
    border-right: 1px solid #C0C0C0;
    border-top-width: 1px;
    border-bottom: 1px solid #C0C0C0;
    padding: 4px;
    background-color: #F0F0F0; 
}

td.tableheader {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 4px;
    background-color: #CCCCCC;
}

td.normal12pt {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

td.normal10pt {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

td.normal8pt {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
}

/* Category List Styles
===================================================================*/
td#root_tree1 .jt_a1 a {
    color: #333 !important;
    font-size: 18px !important;
}

td.ob_t2 a {
    color: #333 !important;
    font-size: 14px !important;
    line-height: 1.5;
}

td.ob_t2 a:hover {
    color: #652f6c !important;
}

td.ob_t3 a {
    color: #652f6c !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Registration Page Styles
===================================================================*/
.login-page-header {
    text-align: center;
}

.login-page-header h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.error {
    color: #a94442;
}