/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */



@font-face {
  font-family: 'Sorts Mill Goudy';
  font-style: normal;
  font-weight: 400;
  src: local('Sorts Mill Goudy Regular'), local('SortsMillGoudy-Regular'), url(https://www.srgretail.com/css/fonts/Goudy.woff2) format('woff');
  unicode-range: U+0100-024F,
}
/* latin */
@font-face {
  font-family: 'Sorts Mill Goudy';
  font-style: normal;
  font-weight: 400;
  src: local('Sorts Mill Goudy Regular'), local('SortsMillGoudy-Regular'), url(https://www.srgretail.com/css/fonts/Goudy-Italic.woff2) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


body {
    overflow-x: hidden;
    font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    color:#333333;
}

.text-muted {
    color: #333333;
}

.bg-white {
    background: #fff;
}

.text-white {
    color: #fff;
}






.text-primary {
    /*color: #EB3693;*/
    color: #581E00;
}

p {
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    font-weight:500;
}

    p.large {
        font-size: 16px;
    }

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #581E00;
}


.title H2 {
    color: #581E00;
    text-align: left;
    display: inline;
    padding-right: 20px;
    font-size: 36px;
    font-weight: 500;
    font-style: italic;
    background-color:#fff;
    
}

.title_bg_gray {
    color: #581E00;
    text-align: left;
    display: inline;
    padding-right: 20px;
    font-size: 36px;
    font-weight: 300;
    font-style: italic;    
    background-color: #f7f7f7;
}


.line {
    background: #581E00;
    position: relative;
    margin-top: -20px;
    height: 3px;
    z-index: -1;
    margin-bottom: 35px;
}

.topbottomlines {
    border-width: thin;
    border-style: solid none solid none;
    border-top-color: #ECE4BE;
    border-bottom-color: #ECE4BE;    
    margin: auto;

}

.topbottomlines a:hover, a:focus, a:active {
    border-style:none;
     border-top-color: #fff;
    border-bottom-color: #fff;   
    font-style:italic;
}

.topbottomlines-ppy {
    border-width: medium;
    border-style: solid none solid none;
    border-top-color: #EE3897;
    border-bottom-color: #EE3897;    
    margin: 10px auto auto auto;
    font-weight: 400;
    font-size: larger;
    width:160px;
    font-style: italic;
    text-align: center;
}

.topbottomlines-nd {
    border-width: thin;
    border-style: solid none solid none;
    border-top-color: #BAA076;
    border-bottom-color: #BAA076;
    width: 320px;
    margin: auto;
    font-weight: 400;
    font-size: larger;
    color: #BAA076;
    font-style:italic;
    text-align: center;
}

.topbottomlines-ag {
    border-width: thin;
    border-style: solid none solid none;
    border-top-color: #0D080B;
    border-bottom-color: #0D080B;
    width: 150px;
    margin: auto;
    font-weight: 400;
    font-size: larger;
    color: #0D080B;
    font-style:italic;
    text-align: center;
}

.topbottomlines-pd {
    border-width: thin;
    border-style: solid none solid none;
    border-top-color: #0D080B;
    border-bottom-color: #0D080B;
    width: 240px;
    margin: auto;
    font-weight: 400;
    font-size: larger;
    color: #0D080B;
    text-align:center;
}


hr.style-one2:after {
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
    
}

hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #581E00;
    color: #581E00;
    text-align: center;
}

    hr.style-eight:after {
        content: "§";
        display: inline-block;
        position: relative;
        top: -0.7em;
        font-size: 1.5em;
        padding: 0 0.25em;
        background: white;
    }

a:hover, a:focus, a:active, a.active a.socialLinks {
    color: #581E00;
    text-decoration: underline;
}


h1,
h2,
h3,
h5,
h6 {
    /*text-transform: uppercase;*/
     font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #581E00;
}

.h4 {
    font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: x-large;
    font-weight: 700;
}

.hd1, .hd2, .hd3 {
    font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    
}



.hd1 {
    font-size: xx-large;
}

.hd2 {
    font-size: x-large;
    text-transform: uppercase;
}

.hd3 {
    font-size: large;
    text-transform: uppercase;
}

.hd4 {
    font-size: medium;
}

.img-circle-ppy {
    border-radius: 50%;
    background-color: #ECE4BE;
    color:#000;
}
.img-circle-nd {
    border-radius: 50%;
    background-color: #001A49;
    color:#fff;
}

.img-circle-pd {
    border-radius: 50%;
    background-color: #CACBCA;
    color:#000;
}

.img-circle-ag {
    border-radius: 50%;
    border: 3px solid #CFCBC7 !Important;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fff;    
    font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #581E00;
    background-color: #fff;
    font-size:large;
}


.btn-ppy {
    border-color: #fff;    
    font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #581E00;
    font-size:large;
    background-color: #fff;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        border-color: #581E00;
        color: #fff;
        background-color: #581E00;
        text-decoration: underline;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        border-color: #581E00;
        background-color: #581E00;
    }

.topnav {
    font-size: 14px;
    background: #7A4E38;
    color:#FFF;
}





.navbar {
    min-height: 80px !Important;
}


.navbar-default .navbar-toggle {
    border-color: #581E00;
    background-color: #581E00;
    
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }



.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: "Sorts Mill Goudy", "Roboto Slab", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: #FFF;
    padding-top: 31px;
}

    .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
        outline: 0;
        color: #ECE4BE;
        text-decoration: underline;
    }

.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: #fff;
    opacity: 2;
}

    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #dbd5b3;
        text-decoration: underline;
    }


.navbar-default .navbar-brand {
    color: #fff !Important;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .portfolio-modal .modal-content h2 {
        margin-bottom: 15px;
        font-size: 3em;
    }

    .portfolio-modal .modal-content p {
        margin-bottom: 30px;
    }

        .portfolio-modal .modal-content p.item-intro {
            margin: 20px 0 30px;
            font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 16px;
            font-style: italic;
        }

    .portfolio-modal .modal-content ul.list-inline {
        margin-top: 0;
        margin-bottom: 30px;
    }
     
    .portfolio-modal .modal-content img {
        margin-bottom: 30px;
    }


.header_img img {
    clip: rect(auto, auto, 20px, auto);
    color:#fff !Important;
    
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

    .portfolio-modal .close-modal:hover {
        opacity: .3;
    }

    .portfolio-modal .close-modal .lr {
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        background-color: #222;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .portfolio-modal .close-modal .lr .rl {
            z-index: 1052;
            width: 1px;
            height: 75px;
            background-color: #222;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #CCCCCC;
}

::selection {
    text-shadow: none;
    background: #FFCC00;
    text-decoration: underline;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}

a span.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}


.


.lead {
    font-size: 18px;
    font-weight: 400;
}

header {
    text-align: center;
    background-attachment: scroll;    
    background-position: center center;    
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    max-width: 100%;
    max-height: 100px;
    padding-top: 200px;
}

.wide {
    width: 100%;
    height: 100%;
    height: calc(100% - 1px);
    background-image: url(../img/header-bg.jpg);
    background-size: cover;
    padding-top: 580px;
    /*padding-bottom: 70px;
    margin-bottom: 20px;*/
}

    .wide img {
        width: 100%;
    }




.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
    background:  #ECE4BE;
    color: #fff;
}

    .intro-message > h1 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
       
        color: #fff;
    }


.message {

        height:100%;
    background:  #ECE4BE;
    color: #000;
    text-align:center;
    /*padding-top:10px;    
    margin-bottom:40px;*/
}

    .message > h1 {
          margin: 0;
          padding: 5px;
        /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/      
        color: #581E00;
    }


.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message;

{
    padding-bottom: 15%;
}

.intro-message > h1 {
    font-size: 3em;
}

ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
}

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

.intro-divider {
    width: 100%;
}

}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
    color: #581E00;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}


section {
    padding: 100px 0;
}

    section h2.section-heading {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 40px;
    }

    section h3.section-subheading {
        margin-bottom: 75px;
        text-transform: none;
        font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
    }



.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(https://www.srgretail.com/img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    .banner ul {
        margin-bottom: 0;
    }

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul .banner-social-buttons;

{
    float: left;
    margin-top: 15px;
}

}

@media(max-width:767px) {
    .banner h2;

{
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
}

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }

}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}


/*Agency import*/

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
  /*left:40px  Commented out because it was not lining up.*/
    
    width: 0px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #581E00;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: x-large;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
    font-size: x-large;
    font-weight: 700;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before;

{
    left: 50%;
}

.timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
}

    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

        .timeline > li .timeline-image h4 {
            margin-top: 16px;
            font-size: 13px;
            line-height: 18px;
        }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }

}

@media(min-width:992px) {
    .timeline>li;

{
    min-height: 150px;
}

.timeline > li .timeline-panel {
    padding: 0 20px 20px;
}

.timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
}

    .timeline > li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

.timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
}

}

@media(min-width:1200px) {
    .timeline>li;

{
    min-height: 170px;
}

.timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
}

.timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
}

    .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }

.timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
}

}

.brands_c {
    margin-bottom: 50px;
    text-align: center;
}

    .brands_c img {
        margin: 0 auto;
        border: 7px solid #fff;
    }

    .brands_c h4 {
        margin-top: 25px;
        margin-bottom: 0;
        text-transform: none;
    }

    .brands_c p {
        margin-top: 0;
    }

aside.clients img {
    margin: 50px auto;
}

section#contact {
    /*background-color: #FFF;
     background-image: url(https://www.srgretail.com/img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;*/
}

    section#contact .section-heading {
        color: #581E00;
        font-size:larger;
        font-weight:600;
    }

    section#contact .form-group {
        margin-bottom: 25px;
    }

        section#contact .form-group input,
        section#contact .form-group textarea {
            padding: 20px;
        }

            section#contact .form-group input.form-control {
                height: auto;
            }

            section#contact .form-group textarea.form-control {
                height: 236px;
            }

    section#contact .form-control:focus {
        border-color: #fed136;
        box-shadow: none;
    }

    section#contact::-webkit-input-placeholder {
        text-transform: uppercase;
        font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        color: #bbb;
    }

    section#contact:-moz-placeholder {
        text-transform: uppercase;
        font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        color: #bbb;
    }

    section#contact::-moz-placeholder {
        text-transform: uppercase;
        font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        color: #bbb;
    }

    section#contact:-ms-input-placeholder {
        text-transform: uppercase;
        font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        color: #333;
    }

    section#contact .text-danger {
    color: #A94442;
}

footer {
    padding: 25px 0;
    text-align: center;
}

    footer span.copyright {
        text-transform: uppercase;
        text-transform: none;
        font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        line-height: 40px;
    }

    footer ul.quicklinks {
        margin-bottom: 0;
        text-transform: uppercase;
        text-transform: none;
        font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        line-height: 40px;
    }

ul.social-buttons {
    margin-bottom: 0;
}

    ul.social-buttons li a {
        display: block;
        width: 50px;
        height: 45px;
        /*border-radius: 100%;*/
        border-image-width:20px;
        font-size: 20px;
        line-height: 45px;
        outline: 0;
        color: #000;
        
        
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        text-decoration: underline;
    }

        ul.social-buttons li a:hover,
        ul.social-buttons li a:focus,
        ul.social-buttons li a:active {
            /*background-color: #d92b82;*/
            text-decoration: underline;
            padding-bottom:20px;
            border-bottom: 2px solid;
            text-align:center;           
            
            color: #581E00;
        }


.btn-primary .badge {
    color: #581E00;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #581E00;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Sorts Mill Goudy","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #581E00;
}

    .btn-xl:hover,
    .btn-xl:focus,
    .btn-xl:active,
    .btn-xl.active,
    .open .dropdown-toggle.btn-xl {
        border-color: #581E00;
        color: #fff;
        background-color: #581E00;
        text-decoration: underline;
    }

    .btn-xl:active,
    .btn-xl.active,
    .open .dropdown-toggle.btn-xl {
        background-image: none;
        text-decoration: underline;
    }

    .btn-xl.disabled,
    .btn-xl[disabled],
    fieldset[disabled] .btn-xl,
    .btn-xl.disabled:hover,
    .btn-xl[disabled]:hover,
    fieldset[disabled] .btn-xl:hover,
    .btn-xl.disabled:focus,
    .btn-xl[disabled]:focus,
    fieldset[disabled] .btn-xl:focus,
    .btn-xl.disabled:active,
    .btn-xl[disabled]:active,
    fieldset[disabled] .btn-xl:active,
    .btn-xl.disabled.active,
    .btn-xl[disabled].active,
    fieldset[disabled] .btn-xl.active {
        border-color: #581E00;
        background-color: #581E00;
    }

    .btn-xl .badge {
        color: #581E00;
        background-color: #fff;
    }

            tab1 { padding-left: 4em; }
            tab2 { padding-left: 8em; }
            tab3 { padding-left: 12em; }
            tab4 { padding-left: 16em; }
            tab5 { padding-left: 20em; }
            tab6 { padding-left: 24em; }
            tab7 { padding-left: 28em; }
            tab8 { padding-left: 32em; }
            tab9 { padding-left: 36em; }
            tab10 { padding-left: 40em; }
            tab11 { padding-left: 44em; }
            tab12 { padding-left: 48em; }
            tab13 { padding-left: 52em; }
            tab14 { padding-left: 56em; }
            tab15 { padding-left: 60em; }
            tab16 { padding-left: 64em; }

.ppy-modal2 {
    background-color: #EBE5C4 !Important;
}


.nd-modal {
    background-color: #001A49;
    color: #fff;
}

.pd-modal {
    background-color: #CFCBC7;
    color: #0D080B;
    font-weight:400;
}

.ag-modal {
    background-color: #fff;
    color: #0D080B;
    font-weight:400;
}



.grid-img {
    margin:5px !Important;
}


.modal-dialog {
    width:80% !Important;
}

.modal-body {
    padding: 30px;
}

.modal-footer {
    text-align: center !Important;
}


.modalbody-width {
    margin:auto;
    width:80%;
}


/*Form Val Sample*/

/*.star {
	color:#b30000;
}
label {
	display:block;
}
.inline {
	display:inline;
}
.instructions {
	position:relative;
	top: 1.6em;
	display:block;
}
.instructions-container {
	margin-bottom:2em;
}
.instructions-container label {
	margin-bottom:-1.2em;
}
.hidden 
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}*/

/* save for later
input:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
*/
/*.error {color:red;}*/


input:focus + [role="tooltip"]  {
	display: block !Important;
	position: absolute;
	top: 100%;
    color:#A94442 ;
}

.hidemessage {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

.messageText {
    color:#A94442 ;
}