/* ====================== Globals ====================== */
/* Text Formating */
.headline {
    font-weight: 300;
}
.ptxt {
    font-size: 18px;
}
.text-shadow {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

/* Link */
#bureaulist-link {
    margin: 2% 0 2% -1%;
    width: 20%;
}
#bureaulist-btn {
    padding: 2%;
    box-shadow: 1px 1px 3px #000;
}

/* Image */
.cover-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
}

/* Miscellaneous */
.triangle-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;	
	border-top: 30px solid #001069;
}
.banner-btn {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

/* ====================== Bootstrap Override ====================== */
/* Nav */
#sf-logo {
    margin-right: -3%;
}
.navbar-brand {
    margin-bottom: 5%;
}
.navbar-brand a {
    color: #001069;
}
.navbar-nav {
    font-size: 13px;
    text-transform: uppercase;
}

/* Jumbotron */
.jumbotron {
    margin-bottom: 0px;
}


/* ====================== Main Frame ====================== */
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Footer */
footer {
    opacity: 0.9;
    background-color: #001069;
    color: #fff;
    padding-top: 1%;
}
footer a,
footer a:hover {
    color: #fff;      
}
.footer-nav {
    padding-top: 90px;
    padding-bottom: 70px;
}
.footer-nav ul {
    list-style: none;
}
.footer-nav-1lv {
    margin: 0 auto;
    display: table;
}
.footer-nav-1lv ul>li {
    float: left;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 13px;
}
.footer-nav-mapping {
    height: 90px;
    width: 450px;
}
.footer-nav-2lv {

}
.footer-nav-2lv ul>li {
    float: left;
    font-size: 13px;
}
.footer-nav-3lv {
    padding-left: 0;
    padding-right: 50px;
}
.footer-nav-3lv li {
    float: none !important;
}
.footer-nav-3lv li :before {
    content: "- ";
}
.footer-copyright {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
}
.footer-copyright span {
    margin-right: 10px;
}

/* Miscellaneous */
.jumbo-description {
    color: white;
}
.scrolltop {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 9999;
    background: #db4f3e;
}
.canvas-pk-logo {
    height: 100px;
    display: flex;
    width: 100%;
    margin-left: -2px;
}

/* ====================== Pages ====================== */
/* Front */
.front-btn {
    margin-top: 30px;
    background: #db4f3e;
}

.front-jumbo {
    background-image: url('../Content/img/front_page_herounit_bg.jpg');
    color: #dde2ed;
}
@media (min-width: 1200px){
    .navbar-front {
        background-color: transparent;
        border-color: transparent;
    }
    .jumbo-front-caption h1 {
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 700;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-front {
        background-color: transparent;
        border-color: transparent;
    }
    .jumbo-front-caption h1 {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-front {
       background-color: transparent;
       border-color: transparent;
    }
    .jumbo-front-caption h1 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
    }
}

@media (max-width: 767px){
    .navbar-front {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
    }
    .jumbo-front-caption h1 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
    }
}
.jumbo-front-caption {
    padding-top: 150px;
    padding-bottom: 150px;
}
.front-apps h4 {
    text-transform: uppercase;
}
.front-apps-btn {
    margin-top: 50px;
}
.front-contact {
    background-color: #001069;
    opacity: 0.9;
    color: #fff;
    text-transform: uppercase;
}
.front-contact-tagline-thin {
    font-weight: 300;
    margin-bottom: 0;
}
.front-contact-tagline-thick {
    font-weight: 700;
    margin-top: 0;
}
.front-contact-tagline-small {
    font-weight: 300;
    padding-top: 10px;
}
.carousel .item {
    min-height: 500px;
}
.carousel-caption {
    position: static;
}
#front-carousel h1 {
    font-weight: 700;
    text-transform: uppercase;
}
.front-carousel-caption {
    text-align: left;
    left: 10%;
    right: 10%;
    bottom: 30%;
}
.front-webinar {
    background-image: url('../Content/img/front_page_webinar_bg.jpg');
    color: #fff;
}
.front-webinar h2 {
    text-transform: uppercase;
    font-weight: 700;
}
.front-webinar h4 {
    font-weight: 300;
}
.front-webnar-description {
    padding-top: 20px;
    padding-bottom: 10px;
}
.front-webinar-forms input[type=text],
.front-webinar-forms input[type=url],
.front-webinar-forms input[type=tel],
.front-webinar-forms input[type=number],
.front-webinar-forms input[type=color],
.front-webinar-forms input[type=email] {
   background-color: #001069;
   border: none;
   color: #dde2ed;
   margin-bottom: 10px;
   height: 50px;
}

.front-webinar-forms textarea {
   background-color: #001069;
   border: none;
   color: #dde2ed;
   margin-bottom: 10px;
   height: 70px;
}

/* Bridge - common */
.bridge {
    margin-top: 65px;
}
.bridge-nav-title,
.bridge-nav-title-inverse {
    display: inline;
    font-weight: 200;
    padding: 0 1%;
    text-transform: uppercase;
}
.bridge-nav-title {
    background-color: #001069;
    color: #fff;
}
.bridge-nav-title-inverse {
    background-color: #fff;
    color: #001069;
}
.bridge-content-title,
.bridge-content-title-inverse {
    font-weight: 700;
    padding-top: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
}
.bridge-content-title-inverse {
    color: #fff;
}
.bridge-content {
    margin-top:20px;
    clear: both;
}
.bridge-content-headline,
.bridge-content-headline-inverse {
    margin-top: 0px;
    margin-bottom: 3px;
}
.bridge-content-headline-inverse {
    color: #fff;
}
.bridge-content-ptxt,
.bridge-content-ptxt-inverse {
    font-weight: 200;
    line-height: 1.2;
}
.bridge-content-ptxt {
    color: #616e8f;
}
.bridge-content-ptxt-inverse {
    color: #aab1bd;
}
.bridge-items,
.bridge-items a {
    color: #fff;
}
.bridge-item-title {
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.bridge-items-carat {
    border-top: 30px solid #fff;
    top: -123px;
    position: relative;
}
.bridge-item {
    margin-bottom: 40px;
}

/* Bridge */
.bridge-apps-jumbo {
    background-image: url('../Content/img/apps_bridge_page_jumbotron.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Content/img/apps_bridge_page_jumbotron.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Content/img/apps_bridge_page_jumbotron.jpg', sizingMethod='scale')";
}
.bridge-applications {
    background-image: url('../Content/img/apps_bridge_page_apps_bg.jpg');
}
.bridge-tools {
    background-color: #425073;
}
.bridge-tools-content {
    margin-bottom: 10em;
}
.bridge-reports {
    background-image: url('../Content/img/apps_bridge_reports_bg.jpg');
    padding-top: 0;
    padding-bottom: 0;
}
.bridge-reports-frame {
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 40px;
    padding-bottom: 40px;
}
.bridge-services-jumbo {
    background-image: url('../Content/img/services_bridge_page_bg.jpg');
}
.bridge-services {
    background-image: url('../Content/img/services_bridge_page_jumbotron.jpg');
}
.bridge-contact-jumbo {
    background-image: url('../Content/img/contact_bridge_page_jumbotron.jpg');
}

/* Detail - common */
.detail {
    margin-top: 65px;
}
.detail-jumbo-cat-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.detail-article-title {
    margin-bottom: 35px;
}
.detail-article-title h3 {
    font-weight: 700;
}
.detail-article-content p {
    color: #54565b;
    font-size: 18px;
    line-height: 1.2;
}

/* Detail */
.detail-applications-jumbo {
    background-image: url('../Content/img/detail_applications_filingmanager_jumbotron.jpg');
}


/* Login */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 100px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.error-signin {
    margin-bottom: 0;
}

.alert {
    margin-bottom: 0;
}

/* Contact Us Form */
#contact-us {
    margin-left: 17%;
}
#contactus-logo {
    width: 60%;
    height: 100%;
}
#contactusform {
    padding: 5%;
    border: 1px dotted #425073;
}

/* Contact Right Column */
#contact-right-col {
    background: #e7e7e7;
    padding-bottom: 3%;
}
#contact-btn {
    color: #fff;
    background-color: #db4f3e;
    border-color: #db4f3e
}


/* Video Preview */
#video-preview span {
    background: #db4f3e;
    text-align: center;
    float: right;
}
#video-thumb {
    background: url("/Content/img/video_preview.png") no-repeat;
    background-size: 142px 135px;
    width: 142px;
    height: 135px;
    float: right;
}
#video-preview #video-thumb:hover {
    background: url("/Content/img/play-icon.png") no-repeat center;
    background-size: 50px 50px;
}
#video-preview span {
    color: #fff;
    font: bold .8em Arial, Helvetica, sans-serif;
    padding: 1% 2%;
    clear: both;
}
#video-preview span img {
    width: 15px;
    height: 15px;
    margin: 0 3% 0 -3%;
}

/* Prelogin Bureau List */
.wrapper-cont {
    width: 100%;
    margin-top: 8%;
}
.wrapper-margin {
    margin-top: 7%;
}
#bureau-bk {
    float: right;
    background: #db4f3e;
    color: #fff;
    border: none;
    box-shadow: 1px 1px 5px #000;
}
.panel .panel-heading {
    background: #001069;
    opacity: 0.8;
    color: #fff;
}
.panel-body {
    background: #e7e7e7;
    padding: 0;
    margin: 0;
}
.table-bold {
    font-weight: bold;
}

div.pwd-mesasage 
{
    position: absolute;
    max-width: 330px;
    margin: auto;
}

    div.pwd-mesasage span 
    {
        display: block;
        text-align: left;
        font-weight: bold;
        margin-bottom: 10px;
    }

    div.pwd-mesasage ul li {
        text-align: left;
    }