﻿  /*                                         */
 /*            FEATURE ELEMENTS             */
/*                                         */

.feature-wrapper                        { border: 1px solid #e6e6e6; background: #fafafa; color: #3d3d3d; }
.feature-wrapper-inner                  { padding: 0px 15px 0px 15px; }
.feature-column                         { width: 24.9%; float: left; }
.feature-column.last                    { float: right; }
.feature-column-inner                   { padding: 30px 15px 30px 15px; }
.feature-box                            { background: url(/Public/images/bg-feature-box.jpg) no-repeat 50% 100%;
                                          padding-bottom: 30px; margin-bottom: 10px; font-size: 14px; height: 30px; }
.feature-box.last                       { padding-bottom: 0px; margin-bottom: 0px; background: none; }
.feature-box-icon                       { width: 24px; float: left; }
.feature-box-text                       { width: 76%; float: right; }

.one-line                               { padding-top: 10px; }

strong                                  { color: #c82413; }

.much-more                              { position: absolute; bottom: 7px; right: 10px; color: #c82413; font-style: italic; }


  /*                                        */
 /*            HEADER ELEMENTS             */
/*                                        */

.header-bar                             { padding: 4px; }
.header-bar-inner                       { height: 45px; background: #cccccc url(/Public/images/bg-header-bar.png) repeat-x; }
.header-bar-inner .image-replaced-text  { height: 45px; margin-left: 10px; background-position: 0% 50%;
                                          background-repeat: no-repeat; line-height: 45px; color: White;
                                          font-size: 19px; font-weight: bold; text-transform: uppercase; }

#header-top                             { max-height:100px; }

.bl-logo                                { position:absolute; left:20px; }
.bl-loginbutton                         { position:absolute; top:-5px; right:20px; width:108px; height:44px;
                                          background: url(/Public/images/button-login-2-18-2015.png) no-repeat }
.bl-contactinfo                         { position:absolute; right:20px; bottom:16px; text-align:right; }


  /*                                            */
 /*            ANNOUNCEMENT BANNER             */
/*                                            */

#container-announcement-banner          { width:70%; min-width:900px; max-width:960px; margin:0 auto; display:block;
                                          margin-bottom:40px; border:1px solid #1E9CD7; border-radius:3px;
                                          background-color:#ffffff; box-shadow:0px 2px 2px #A9A9A9; }
.image-banner                           {}
.headline-announcement                  { display:inline; padding-right:40px; font-size:1.8rem;
                                          font-weight:bold; padding-top:34px; }
#container-expanded-content             { display:none; width:80%; margin:12px 10%; }
.text-expanded-content                  { display:inline-block; width:100%; margin:0px 4px;
                                          border-top:1px solid #1E9CD7;padding-top:12px; }
.text-expanded-content p                { word-wrap:break-word; }
#label-learn-more                       { text-align:right; font-size:1.0rem; font-weight:normal; color:#000000;
                                          cursor:pointer; }
#label-learn-more:hover                 { color:#C82413; }
#icon-learn-more                        { padding-left:4px; font-size:0.7rem; color:#000000; cursor:pointer; }
#icon-learn-more:hover                  { color:#C82413; }


/* SSL RATING */
#container-ssl-rating                   { display:block; }
.rating_g                               { font-family:Arial,Helvetica,sans-serif; text-align:center;
                                          margin:15px auto; width:64px; height:64px; font-size:50px;
                                          line-height:64px; font-weight:bold; color:#ffffff;
                                          background:url(/Public/images/buildinglink/rating-green.gif) 0px 0px/64px 64px; }


  /*                                     */
 /*            MEDIA QUERIES            */
/*                                     */

/* ******************************* */
/* SCREENS LESS THAN 959px (GREEN) */
/* ******************************* */

@media screen and (max-width: 959px) {

    .bl-logo                            { left:10px; }
    .bl-loginbutton                     { right:10px !important; }
    .bl-contactinfo                     { right:10px; font-size:0.9375rem; }

}


/* ******************************** */
/* SCREENS LESS THAN 799px (ORANGE) */
/* ******************************** */

@media screen and (max-width: 799px) {

    .bl-logo                            { left:10px; }
    .bl-loginbutton                     { right:10px !important; }
    .bl-contactinfo                     { right:10px; font-size:0.9375rem; }

}

/* ******************************** */
/* SCREENS LESS THAN 639px (PINK) */
/* ******************************** */

@media screen and (max-width:639px) {

    .bl-logo                            { left:10px; }
    .bl-contactinfo                     { right:10px; font-size:0.875rem; }

}

/* ***************************** */
/* SCREENS LESS THAN 559px (RED) */
/* ***************************** */

@media screen and (max-width:559px) {


}