:root {
    --bs-gutter-x: 15px;
}
.row {
    --bs-gutter-x: 30px;
}

html { -webkit-font-smoothing: antialiased; }
body 
{
    color:#747474;
    background-color: white ;
}
h1,h2,h3 {color:#003F77;font-size:14px;}
h3{color:#747474;}
a {color:#003F77; text-decoration: none;}
a:active {outline:none;}
ul, menu, dir {list-style-type: disc;}
li {padding-bottom:5px;}
.navbar-default{background-image: none;background-color: #e8e8e8;border-radius: 0;}
.navbar-brand {font-size:12px;float:none;text-align:center;height: 40px;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {background: #fff;}

.panel-title {font-weight:bold;color:#737373}
.panel-default>.panel-heading {background-image: none;background-color: #fff; padding: 0;}

.foot {background-color:#003F77;color:#fff;padding:15px 0;margin:0;}
.foot h3 {line-height:14px;}

.section-nav { text-align: center; border: 1px solid black; padding: 20px 0; }
.mobile-nav-links { text-align: center; }


/* Google Search Fixes */
.searchContainer .gsc-input-box 
{
    height: auto;
    background: #014988;
    font-style: italic;
    padding: 8px 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* Search box mobile */
.principle-summary-info .searchContainer .gsc-input-box 
{
    background: white;
    color: #a7a9ac;
}

.gsc-input 
{
    background-image: none !important;
}

.gsc-input-box 
{
    border-color: transparent !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    background: #014988 !important;
    border-color: transparent;
    color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.principle-summary-info .gsc-search-box-tools .gsc-search-box .gsc-input {
    background: white !important;
    border-color: transparent;
    color: #2c2c2c;
}

.searchContainer .gsc-input-box-hover,.searchContainer .gsc-input-box-focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* Search box desktop */
.searchContainer input.gsc-search-button, .searchContainer input.gsc-search-button:hover, .searchContainer input.gsc-search-button:focus  
{
    height: auto;
    width: auto;
    margin: 0;
    margin-left: -20px;
    background: url(../images/searchBtn.png) no-repeat 0 0;
    border-color: transparent;
    height: 44px;
    width: 44px;
    padding: 14px 27px;
}

.gsc-search-button, .gsc-search-button:hover, .gsc-search-button:focus 
{
    border-color: transparent;
}

/* Top level wrappers + headers */

.header-wrapper 
{
    background: #003f77;
}

.footer-container a
{   
    font-weight: bold;    
}

.footer-wrapper-mobile
{
    background: #003f77;
}

.footer-wrapper-mobile .phone-btn
{
    font-weight: normal;
    display: block;
    width: 100%;
    height: 100%;
}

.footer-wrapper-desk 
{
    background: white;
    padding-top: 22px;
    color: #48494b;
    padding-bottom: 15px;   
    font-size: 12px;
}
.footer-wrapper-desk a 
{
    color: #003f77;
}
.header-bar 
{
    padding-left: 290px;   
    padding-top: 20px;
}

#gdc-header-logo 
{
    background: url(../images/gdc-header-logo.png) no-repeat 0 0;
    display:inline-block;
    height: 44px;
    width: 212px;
    float: right;   
}

.home-nav-standards > a 
{
    display: block;
    width: 100%;
    height: 100%;
}

.searchContainer 
{
    width: 51%;
    float: left;
}

.principle-summary-info .searchContainer {
    float: none;
    width: auto;
    margin-top: 10px;
}

.principle-summary-info input.gsc-search-button-v2, .principle-summary-info  input.gsc-search-button-v2:hover, .principle-summary-info input.gsc-search-button-v2:focus
{
    background: url(../images/searchBtnMobile.png) no-repeat 0 0;
    border-color: transparent;
    height: 45px;
    width: 45px;
}
.desktop-footer 
{
    margin-top: 22px;
}

.footer-links-container 
{
    float: right;
    background: white;
    margin: -15px -15px 0 0;
    height: 100%;
    padding-right: 15px;
    padding: 10px 15px;   
}

.footer-links-container > ul 
{
    margin: 0;
    padding: 0;
}
.footer-links-container a 
{
    color: #747474;
    font-size: 12px;
    line-height: 27px;
}
.footer-links-container li 
{
    list-style-type: none;
    padding-bottom: 0;   
}

/* end top level */

/* Page Wrappers and sections */

.principle-wrapper 
{
    background: #d5d5d5;
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #d2d2d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f0f0 0%,#d2d2d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#d2d2d2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f0f0 0%,#d2d2d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
}

.section-heading 
{
    font-size: 21px;
    line-height: 17px;
    color: White;       
}
    .section-wrapper .panel-group .panel 
    {
        border-radius: 0;   
        box-shadow: none;  
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        overflow: visible;
    }
    .standards-wrapper .panel-group .panel-body > ul 
    {
        list-style: none;
        padding-left: 0;
    }
    .section-wrapper .panel-group .panel-body > ul 
    {
    }
    .standards-wrapper .panel-group .panel-body > ul > li 
    {
        margin-bottom: 11px;
    }
    
    .section-wrapper .panel-group .panel-body > ul > li > ul
    {
        margin-top: 5px;
    }
        
    .section-wrapper .panel-group .panel-body 
    {
        font-size: 14px;
    }
    .section-wrapper .panel-body
    {
        border-top-color: #d2d2d2;
    }    
    
    .standards-wrapper .panel-heading .panel-title
    {
        color: #578237;
    }
    
    .standards-wrapper .panel-body 
    {
        padding-top: 3px;
    }
    
    .standards-wrapper .guidelines-intro 
    {
        font-size: 14px;
        color: #79797a;
        line-height: 17px;
        display: block;   
        font-weight: bold;  
        margin-bottom: 9px;
        margin-top: 10px;
    }
    
    .learning-section .panel-heading .panel-title:hover 
    {
        color: #933356;
    }
    .standards-wrapper .panel .standard-num 
    {
        color: #61913d;
        font-size: 14px;
        line-height: 17px;
        font-weight: bold;
        margin-right: 1px;
    }
    
    /*  STANDARDS */
    /* Closed toggle */
    .standards-wrapper .panel-heading .collapsed .standard-toggle 
    {
        background-position: 0 0px;
    }
    
    /* Open toggle */    
    .standards-wrapper .panel-heading .standard-toggle 
    {
        width: 29px;
        height: 32px;
        background: url(../images/openclose_green.png) no-repeat 0 -33px;
        display: inline-block;
        float: right;
        position: relative;
        bottom: 5px;
        right: -26px; 
    }
    
    /*  LEARNING MATERIAL */
     /* Closed toggle */
    .learning-wrapper .panel-heading .collapsed .learning-toggle 
    {
        background-position: 0 0px;
    }
    
    /* Open toggle */    
    .learning-wrapper .panel-heading .learning-toggle 
    {
        width: 29px;
        height: 32px;
        background: url(../images/openclose_cranberry.png) no-repeat 0 -33px;
        display: inline-block;
        float: right;
        position: relative;
        top: -5px;
        right: -26px; 
    }

.panel-body {
    padding: 15px;
}
    
.section-wrapper .panel-heading .panel-title
{
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    cursor: pointer;
    display: block; 
}
    .section-wrapper .panel-heading .panel-title:hover 
    {
        text-decoration: none;   
    }

.standards-wrapper 
{
    background: #61913d url(../images/watermarks/bg_apple.jpg) no-repeat 20% 100%;
    padding-top: 26px;
}
    .standards-head-wrapper 
    {
        background: #578237;
    }

.learning-wrapper
{
    background: #933356 url(../images/watermarks/bg_cranberry_bottom.jpg) no-repeat 20% 0%;
    padding-bottom: 20px;
}
    .learning-head-wrapper 
    {
        background: #7e2445 url(../images/watermarks/bg_cranberry_top.jpg) no-repeat 20% 100%;
    }
    .learning-head-wrapper > .container 
    {
        background:url('../images/learning-materials-books.png') no-repeat 98.5% 8px;
    }
    .standards-head-wrapper > .container 
    {
        background:url('../images/standards-dots.png') no-repeat 98.5% 10px;
    }
    
.learning-head-wrapper, .standards-head-wrapper 
{
    height: 54px;
}

/* End Page Wrappers and sections */

/* Homepage */
.home-page .intro 
{
    color: #3f4042;
    font-style: italic;   
    font-size: 26px;
    line-height: 33px;
    margin-top: 23px;
    margin-bottom: 20px;
}
.home-page .resource-heading 
{
    color: #933356;
    font-size: 16px;
    line-height: 17px;   
    text-transform: uppercase;
    padding-bottom: 7px;
    border-bottom: 1px solid white;
}

.home-page #homepage-fulltext-nav 
{
    margin-left: -15px;
    margin-right: -15px;    
    margin-top: 114px;
}

#homepage-fulltext-nav .nav-text {
    width: 80%;
}

#homepage-fulltext-nav .nav li > a {
    background: url(../images/carousel-right-arrow.png) no-repeat 96% 50%    
}

#homepage-fulltext-nav .searchContainer 
{
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}
#homepage-fulltext-nav  .principle-summary-info 
{
    background: #e8e8e8;
    padding-bottom: 6px;
}

.case-studies-slider-container 
{
    padding-bottom: 40px;
}
.home-page .faq-slider-container .carousel-item {
    min-height: 140px;
}

.faq-slider-container .carousel-item {
    background: white;
}

.faq-slider-container .carousel-item .question {
    color: #3c3d3f;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    line-height: 19px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.faq-slider-container .carousel-item .faq-answer {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: White;
    height: 36px;
    background: #933356;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.homepage-content 
{
    font-size: 12px;
    line-height: 17px;
    color: #3c3d3f;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.homepage-resources 
{
    margin-bottom: 30px;
}
.homepage-content .top-divider 
{
    border-top: 1px solid white;
    margin-top: -20px;
}
    .homepage-content .applicable-header 
    {
        font-size: 15px;
        line-height: 26px;
        color: #3f4042;
        font-weight: bold;   
    }
    .homepage-content .applicable-list 
    {
        padding-left: 15px;
        font-size: 14px;
        line-height: 17px;
        color: #3c3d3f;
        list-style: disc; 
        margin: 14px 0;
    }
    
    .homepage-content .applicable-list li
    {
        float: left;
        width: 50%;
        margin: 1px 0;
        padding-right: 13px;
    }

.homepage-resources .carousel-caption, .case-study-content .carousel-caption
{
    background: #64666a;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
} 
.case-study-content .intro 
{
    font-size: 18px;
}
.home-page .intro .standards-highlight 
{
    color: #61913d;
    font-weight: bold;
}

.home-page .intro .learning-highlight 
{
    color: #933356;
    font-weight: bold;
}

.home-page .download-standards-book 
{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    line-height: 17px;
    background: url(../images/standards-booklet.png) no-repeat bottom right;
}
    .home-page .download-standards-book > a 
    {
        padding: 23px 0;
        display: block;   
    }
    .home-page .download-standards-book > a:hover 
    {
        text-decoration: none;   
    }
    
    .home-page .download-standards-book .first-title
    {
        font-size: 28px;
        text-transform: uppercase;
        color: #a7a9ac;
        font-weight: bold;
        margin-bottom: 3px;
        display: inline-block;
    }
    .home-page .download-standards-book .secondary-title 
    {
        font-size: 16px;
        text-transform: uppercase;
        color: #3f4042;
        font-weight: bold;
    }
    .home-page .download-standards-book .file-format 
    {
        font-size: 12px;
        line-height: 17px;
        color: #393b3c;   
    }

/* Mobile sticky nav */

.mobile-sticky-container 
{
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #d2d2d2;
    margin-left: -15px;
    margin-right: -15px;
}

.gdc-mainsite-container 
{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #747474;
}

.gdc-mainsite-container > a 
{
    display: block;
    padding: 6px 0;
    color: #2c2c2c;
}
.gdc-mainsite-container > a > strong 
{
    color: #003f77;
    font-weight: bold;
}
.mobile-sticky-nav 
{
    background: white;   
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    0px 0px 5px 1px rgba(50, 50, 50, 0.6);
    box-shadow:         0px 0px 5px 1px rgba(50, 50, 50, 0.6);
}
    .mobile-sticky-nav .row 
    {
        margin-left: 0;
        margin-right: 0;
        padding-right: 15px;
    }
    #sticky-top-bar 
    {
        padding: 13px 0;
    }
    
    .mobile-sticky-nav .navbar-toggle 
    {
        background: #d2d2d2;
        border-radius: 0;
        margin-right: 7px;
        -webkit-box-shadow: inset 1px 1px 1px 0px rgba(50, 50, 50, 0.45);
        -moz-box-shadow:    inset 1px 1px 1px 0px rgba(50, 50, 50, 0.45);
        box-shadow:         inset 1px 1px 1px 0px rgba(50, 50, 50, 0.45);
        width: 62%;
        min-width: 43px;
        height: 41px;
        float: none;
        right: -23px;
    }

    .mobile-sticky-nav .navbar-toggle[aria-expanded="false"] {
        -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.45);
        -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.45);
        box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.45);
    }

    .mobile-sticky-nav .navbar-toggle .icon-bar 
    {
        background: White;
        margin-left: auto;
        margin-right: auto;
    }
    .principles-nav 
    {
        padding-top: 112px;   
        background: white;
        margin-left: -30px;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.6);
        -moz-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.6);
        box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.6);
    }
    .principles-nav .num-list 
    {
        text-align: center;
        margin: 0 auto;
        position: relative;
        right: -23px;
        margin-bottom: 20px;
        
    }
    .principles-nav .num-list > ul
    {
        list-style: none;
        padding: 0;
        margin: 0;   
        padding-top: 2px;
    }
    .principles-nav .num-list li 
    {
        background: #a7a9ac;
        width: 62%;
        height: 32px;  
        text-align: center; 
        min-width: 43px;
    }    
        .principles-nav .num-list li:hover, .principles-nav .num-list li.active
        {
            background: white;   
        }
        
    .principles-nav .num-list a 
    {
        font-size: 22px;
        line-height: 33px;
        color: White;   
        display: block;
        font-weight:bold;
    } 
        .principles-nav .num-list a:hover, .principles-nav .num-list .active a 
        {
            text-decoration: none;   
            color: #a7a9ac;
        }
    .principles-nav .num-list li 
     {
         border-bottom: 1px solid #848688;
     }  
     .principle-summary-info .learning-logo
     {
         display: block;
         background: url(../images/learning-materials-books-red.png) no-repeat 0 0;
         width: 44px;
         height: 38px;
         margin: 0 auto;
         margin-bottom: 9px;
     }
     .principle-summary-info .standards-logo
     {
         display: block;
         background: url(../images/standards-dots-outline.png) no-repeat 0 0;
         width: 38px;
         height: 36px;
         margin: 0 auto;
         margin-bottom: 9px;
     }
     .mobile-sticky-nav .focus-logo 
     {
        background: url(../images/focus-on-standards-logo.png) no-repeat 0% 0;
        display: block;
        height: 41px;
        position: relative;
        top: 7px;
        width: 100%;  
     }
     .mobile-sticky-nav .focus-logo > a 
     {
        display: block;
        width: 100%;
        height: 100%;
     }     
     .principle-summary-info .standards-nav > a, .principle-summary-info .learning-nav > a
     {
         display: block;
         margin: 0 auto;
         text-align: center;
     }
     .principle-summary-info .principle-controls 
     {
         margin-top: 19px;
     }
     
      .principle-controls .standards-nav a
     {
        color: #61913d;
        line-height: 17px;
        font-size: 12px;
        padding-bottom: 17px;
        background: url(../images/principles-nav-arrow.png) no-repeat 50% 100%;
     }
     
     .principle-controls .standards-nav strong 
     {
        font-size: 16px;
        font-weight: bold;         
     }
     
      .principle-controls .learning-nav a
     {
         color: #933356;
         line-height: 17px;
         font-size: 12px;
         padding-bottom: 17px;
        background: url(../images/principles-nav-arrow.png) no-repeat 50% 100%;
     }
     
     .principle-controls .learning-nav strong 
     {
        font-size: 16px;
        font-weight: bold;         
     }
     
     .principles-nav .principle-summary-info 
     {
       /* height: 328px; */
        display: block;
        background: #d5d5d5;
        background: -moz-linear-gradient(top,  #f0f0f0 0%, #d2d2d2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f0f0f0 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f0f0f0 0%,#d2d2d2 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f0f0f0 0%,#d2d2d2 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #f0f0f0 0%,#d2d2d2 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */   
        -webkit-box-shadow: inset 1px 1px 1px 0px rgba(50, 50, 50, 0.45);
        -moz-box-shadow: inset 1px 1px 1px 0px rgba(50, 50, 50, 0.45);
        box-shadow: inset 1px 1px 1px 0px rgba(50, 50, 50, 0.45);
        padding-top: 0px;
     }
     
     .principles-nav .principle-section h1, .principles-nav .principle-summary-info h1
     {
        margin-bottom: 5px;
        margin-top: 5px;
     }
     
     .principles-nav .principle-section h2, .principles-nav .principle-summary-info h2 
     {
        font-size: 22px;
        line-height: 24px;
        min-height: 100px;      
    }
    
    .principles-nav .principle-head-line 
    {
        margin-top: 12px;
    }
    
/* End Mobile sticky nav */


/* Principle Styling */

   .principle1-page .principle-section { background:url('../images/pagenumbers/desktop_1.png') no-repeat right top; }
   .principle2-page .principle-section { background:url('../images/pagenumbers/desktop_2.png') no-repeat right top; }
   .principle3-page .principle-section { background:url('../images/pagenumbers/desktop_3.png') no-repeat right top; }
   .principle4-page .principle-section { background:url('../images/pagenumbers/desktop_4.png') no-repeat right top; }
   .principle5-page .principle-section { background:url('../images/pagenumbers/desktop_5.png') no-repeat right top; }
   .principle6-page .principle-section { background:url('../images/pagenumbers/desktop_6.png') no-repeat right top; }
   .principle7-page .principle-section { background:url('../images/pagenumbers/desktop_7.png') no-repeat right top; }
   .principle8-page .principle-section { background:url('../images/pagenumbers/desktop_8.png') no-repeat right top; }
   .principle9-page .principle-section { background:url('../images/pagenumbers/desktop_9.png') no-repeat right top; }

    .principle-section h1, .principle-summary-info h1
    {
        color: #414141;
        font-size: 28px;
        font-weight: bold;
        line-height: 35px;
    }
    .principle-section h2, .principle-summary-info h2
    {
        color: #414141;
        font-size: 28px;
        line-height: 29px;
        margin-top: 6px;
    }
    
    .principle-header-line 
    {
        background: #a7a9ac;
        height: 3px;
        width: 100%;
        margin-top: 4px;
        margin-bottom: 11px;
    }
    .principle-header-line-spacer
    {
        background: transparent;
    }
    .patients-expect-list 
    {
        padding-left: 15px;
        list-style: disc;   
        color: #3c3d3f;
        line-height: 16px;
    }
    .patients-expect-list ul 
    {
        margin-top: 10px;
    }
    
    .patients-expect-intro 
    {
        color: #3f4042;
        font-size: 16px;
        line-height: 35px;
        font-weight: bold;
    }
    
    /* Carousel Stuff */
    .learning-section .case-studies-block .case-studies-headline
    {
        font-weight: normal;
    }
    
    .learning-section .case-studies-slider-container 
    {
        background: #d2d2d2;
        padding: 19px 23px 34px;
        min-height: 195px;
       /* max-width: 284px; */
    }
    .carousel-control-next
    {
        top: 0;
        right: -15px;
        background: none;
        text-shadow: none;
    }
    .carousel-control 
    {
        width: 8%;   
    }
    .carousel-control-prev
    {
        left: -15px;   
        background: none;
        text-shadow: none;
    }
    .carousel-left-icon, .carousel-right-icon
    {
        display: inline-block;
        width: 15px;
        height: 19px;
        background: url(../images/carousel-left-arrow-cranberry.png) no-repeat 50% 0;
    }
    
    .carousel-right-icon 
    {
        background-image: url(../images/carousel-right-arrow-cranberry.png);
    }    
    
    .carousel-indicators 
    {
        bottom: -40px;
    }
    
    .carousel-indicators > li[data-bs-target]
    {
        background: white;   
        border: none;
        height: 10px;
        width: 10px;
        -webkit-box-shadow: 2px 3px 0px 0px rgba(116, 118, 120, 0.75);
        -moz-box-shadow:    2px 3px 0px 0px rgba(116, 118, 120, 0.75);
        box-shadow:         2px 3px 0px 0px rgba(116, 118, 120, 0.75);
        margin-left: 7px;
        margin-right: 7px;
        opacity: 1;
    }
    .carousel-control
    {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
    .carousel 
    {
        width: 237px;
        width: 100%;
    }
    .carousel-inner>.carousel-item>img, .carousel-inner>.carousel-item>a>img 
    {
        max-width: initial;
        max-height: 140px;
    }
    
    .carousel-indicators li.active, .carousel-indicators li:hover 
    {
        background: #8a3554;   
        box-shadow: none;
        margin-left: 7px;
        margin-right: 7px;  
        height: 10px;
        width: 10px;
    }
.carousel-caption {
    background: #64666a;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    padding: 10px 10px;
    text-align: center;
    text-shadow: none;
    font-size: 14px;
    line-height: 19px;
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(145, 145, 145, 0.75);
    -moz-box-shadow: inset 1px 1px 2px 0px rgba(145, 145, 145, 0.75);
    box-shadow: inset 1px 1px 2px 0px rgba(145, 145, 145, 0.75);
}
    
    /* End Carousel Stuff */
    
    .results-page .principle-wrapper 
    {
        min-height: 547px;
    }
    .learning-wrapper .faq-container 
    {
        background: #d2d2d2;
        padding: 18px 24px;
    }
    .faq-container > a:hover, .learning-wrapper .faq-container > a:hover
    {
        text-decoration: none;  
        background: #933356;
    }
        .learning-wrapper .faq-container > a {
            background: #64666a;
            color: white;
            font-size: 14px;
            line-height: 17px;
            font-weight: bold;
            display: block;
            height: 37px;
            line-height: 37px;
            padding-left: 13px;
        }
        .learning-wrapper .faq-container .learning-arrow-btn 
        {
            height: 100%;
            float: right;
            width: 35px;
            background: #7e2445;
            text-align: center;
            color: white;
        }
        .learning-wrapper .resource-container 
        {
            background: #d2d2d2;
            padding: 15px 22px;
        }
        .learning-wrapper .resource-heading 
        {
            text-transform: uppercase;
            font-size: 16px;
            line-height: 19px;
            font-weight: bold;
            color: White;
        }
        
        .resource-container .resource-list 
        {
            padding: 0;    
            margin: 0;
            list-style: none;
            padding-bottom: 1px;
        }
        
        .resource-container .resource-list > li > a
        {
            font-size: 14px;
            line-height: 23px;
            color: #383838;
        }
        
        .external-link
        {
            display: inline-block;
            width: 15px;
            height: 15px;
            background: url(../images/external-link-icon.png) no-repeat 0 0;
            margin-right: 4px;
            position: relative;
            top: 4px;   
        }
        
        .pdf-link
        {
            display: inline-block;
            width: 13px;
            height: 15px;
            background: url(../images/pdf-icon.png) no-repeat 0 0;
            margin-right: 4px;
            position: relative;
            top: 4px;   
        }
        
        .faq-section, .case-study-section
        {
            padding-top: 26px;   
        }
        
        .case-study-section  .resource-heading 
        {
            margin-top: 0;
        }
        
        .case-study-section .panel-body 
        {
            color: #747474;
            line-height: 20px;
        }
        
        .answer-target 
        {
            position: relative;
            top: -100px;
            float: left;
        }
        .case-study-section .case-study-img-container 
        {
            text-align: center;   
            position: relative;
        }
        .case-study-section .case-study-img-container .case-study-title 
        {
            position: absolute;
            bottom: 19px;
            background: white;
            padding: 15px 20px;
            font-size: 21px;
            font-weight: bold;
            padding-left: 21px; 
            text-align: left;
            color: #7e2445;
            border-bottom: 1px solid #a7a9ac;
        }
        
        .case-study-section .case-study-content 
        {
            background: white;
            padding: 15px 20px;
            margin-bottom: 20px;
        }   
        .case-study-content .faq-container 
        {
            background: none;
            padding: 0;
        }
        
        .case-study-content .case-studies-block .case-studies-headline
        {
            color: #933356;
            padding-top: 0;
            margin-top: 5px;
        }
        .case-study-content .case-studies-block .case-studies-slider-container
        {
            padding: 0;
            min-height: 175px;
        }        
        
        .case-study-content .case-studies-slider-container .carousel-indicators .active,  .case-study-content .case-studies-slider-container .carousel-indicators li:hover
        {
            background: #8a3554;
        }
        .to-principle-block 
        {
            margin-top: 20px;   
        }
/* End principle */

.carousel-inner a:hover 
{
    text-decoration: none;   
}



.disclaimer-content p 
{
    font-size: 12px;
}
/* Homepage Principle Nav */
.home-nav 
{
    background: white;
    background: #a7a9ac;
}
.home-nav-standards
{
    text-align: center;
    height: 88px;
    background: white url(../images/focus-on-standards-logo.png) no-repeat 19px 50%;
}
    .home-nav .nav 
    {
        background: #929498;
        margin-top: 10px;
        color: White;
        margin: 0 auto;
        position: relative;
    }
    .home-nav .nav > li 
    {
        padding-bottom: 0;
        width: 100%;
    }
    .home-nav .nav > li:last-child 
    {
        border-bottom: none;
    }
    .home-nav .nav > li > a
    {
        font-family: Arial, Sans-Serif;
        line-height: 16px;
        color: White;
        font-weight: bold;
        padding-bottom: 7px;
    }
    .home-nav .nav .nav-page-num 
    {
        font-size: 28px;
        display: inline-block;
        width: 24px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        margin-right: 10px;
        position: relative;
        top: 0px;
        vertical-align: top;
    }
    .home-nav .nav-text 
    {
        display: inline-block;
        width: 196px;
    }
    .home-nav .nav > li.active, .home-nav .nav > li:hover
    {
        background: #cfcfcf;
    }   
    
    /* Hide self nav-divider and next sibling on hover or active */
    .home-nav .nav > li.active + li .nav-divider, .home-nav .nav > li:hover  + li .nav-divider, .home-nav .nav > li.active .nav-divider, .home-nav .nav > li:hover  .nav-divider
    {
        display: none;
    }
    .home-nav .nav-head:hover + li .nav-divider {
        display: block !important;
    }
    
    .home-nav .nav > li.active 
    {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }
    .nav>li>a:hover, .nav>li>a:focus 
    {
        background: none;
    }
    .home-nav .nav > li.active > a, .home-nav .nav > li:hover > a
    {
        color: #636465;
    }  
    .home-nav .nav-divider 
    {
        display: inline-block;
        height: 1px;
        margin: 2px auto;
        background: #cfcfcf;
        width: 80%;
        text-align: center;
        position: absolute;
        left: 10%;
    }  
    .nav-page-head-num 
    {
        color: #a7a9ac;
        font-size: 28px;
        background: white;
        display: inline-block;
        width: 30px;
        height: 25px;
        text-align: center;
        line-height: 21px;
        position: relative;
    }
    .home-nav .nav-head {
        font-size: 28px;
        text-align: center;
        font-weight: bold;
        padding-top: 6px;
        padding-bottom: 5px;
    }
    .home-nav .nav-head:hover {
        background: none !important;
    }        
    
    
    .mobile-contact-us 
    {
        background: #d5d5d5;
        background: -moz-linear-gradient(top, #f0f0f0 0%, #d2d2d2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#d2d2d2));
        background: -webkit-linear-gradient(top, #f0f0f0 0%,#d2d2d2 100%);
        background: -o-linear-gradient(top, #f0f0f0 0%,#d2d2d2 100%);
        background: -ms-linear-gradient(top, #f0f0f0 0%,#d2d2d2 100%);
        background: linear-gradient(to bottom, #f0f0f0 0%,#d2d2d2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d2d2d2',GradientType=0 );
        -webkit-box-shadow: inset 1px 1px 1px 0px rgba(50, 50, 50, 0.45);
        -moz-box-shadow: inset 1px 1px 1px 0px rgba(50, 50, 50, 0.45);
        box-shadow: inset 1px 1px 1px 0px rgba(50, 50, 50, 0.45);   
       
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px 20px;
        border-top: 1px solid white;
        position: relative;
        color: #48494b;
    }
    
    .mobile-contact-us .gdc-address 
    {
        font-size: 14px;
        line-height: 19px;
        color: #48494b;
    }
    
    .mobile-contact-us > strong 
    {
        color: #48494b;
        font-weight: bold;
    }
    
    .mobile-contact-us .close-btn 
    {
        position: absolute;
        right: 4%;
        top: 10px;
        background: url(../images/close-btn.png) no-repeat 0 0;
        display: inline-block;
        width: 26px;
        height: 26px;
        cursor: pointer;
    }
    
    .mobile-contact-us .phone-wrapper 
    {
        width: 67%;
        text-align: center;
        margin: 0 auto;
    }
    
    .phone-wrapper .phone-btn 
    {
        background: #48494b;
        color: white;
        font-size: 14px;
        line-height: 19px;
        border-radius: 4px;
        padding: 9px 16px;
        margin: 8px auto;
        display: inline-block;
        font-weight: normal;
    }
    
    .phone-wrapper .phone-btn:hover 
    {
        background: #003f77;
        text-decoration: none;        
    }     
    
    .footer-links-container .contact-block.active 
    {
        background: #d2d2d2;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
        margin-top: -10px;
        padding-top: 10px;   
    }
    .scenario-next-action 
    {
        background: white;
        margin-bottom: 10px;
        padding: 25px 20px;
        font-size: 18px;
        font-weight: bold;
        padding-left: 21px;
        text-align: left;
        color: #7e2445;
        display: inline-block;
    }

/* End Home Principle Nav */

/* Mobile media query */

@media (max-width: 767px) 
{
    .standards-head-wrapper > .container , .learning-head-wrapper > .container 
    {
        background: none;   
    }
    
    .section-heading 
    {
        font-size: 18px;
    }
    .header-wrapper 
    {
        background: transparent;
    }
  
    .case-study-section .case-study-img-container > img
    {
        max-width: 100%;
    }
    
    .principle1-page .principle-section { background:url('../images/pagenumbers/mobile_1.png') no-repeat right top; }
   .principle2-page .principle-section { background:url('../images/pagenumbers/mobile_2.png') no-repeat right top; }
   .principle3-page .principle-section { background:url('../images/pagenumbers/mobile_3.png') no-repeat right top; }
   .principle4-page .principle-section { background:url('../images/pagenumbers/mobile_4.png') no-repeat right top; }
   .principle5-page .principle-section { background:url('../images/pagenumbers/mobile_5.png') no-repeat right top; }
   .principle6-page .principle-section { background:url('../images/pagenumbers/mobile_6.png') no-repeat right top; }
   .principle7-page .principle-section { background:url('../images/pagenumbers/mobile_7.png') no-repeat right top; }
   .principle8-page .principle-section { background:url('../images/pagenumbers/mobile_8.png') no-repeat right top; }
   .principle9-page .principle-section { background:url('../images/pagenumbers/mobile_9.png') no-repeat right top; }
   
   .home-page .carousel 
   {
       width: 97%;
   }
   .panel-default>.panel-heading 
   {
        padding: 10px 15px;   
   }
   
   .organisations-guidance 
   {
        margin-top: 20px;   
   }
   
   .to-principle-block {
        margin-bottom:20px;
    }
}

/* End mobile media query */

/* Desktop media query */
@media (min-width: 768px) 
{
    
    
    .header-wrapper
    {
        position: fixed;
        width: 100%;
        height: 88px;
        z-index: 101;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.5);
        box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    }
    .home-nav 
    {
        position: absolute;
        top: 0;
        z-index: 100;
        width: 266px;
        -webkit-box-shadow: 3px 4px 5px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    3px 4px 5px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         3px 4px 5px 0px rgba(50, 50, 50, 0.2);
        border-bottom: 2px solid white;
    }
    /* Used to push content away from sticky nav */
    .principle-section , .standards-section,  .learning-section, .standards-wrapper > .container, .learning-head-wrapper > .container, .learning-section  
    {
        padding-left: 305px;
    }
    
    /* Push content below the sticky nav */
    .content-wrapper 
    {
        padding-top: 88px;
    }
    
    /* Panel and content padding */
    .case-study-section .case-study-content, .panel-body
    {
        padding: 20px 25px;   
    }
    .case-study-section .case-study-img-container .case-study-title 
    {
        padding: 15px 25px;   
    }
    
    .content-wrapper .panel-heading .panel-title 
    {
        padding: 20px 25px;  
    }
    
    .standards-wrapper .panel-heading .standard-toggle, .learning-wrapper .panel-heading .learning-toggle 
    {
        right: -36px;
    }
    .principle-section 
    {
        min-height: 270px;
        padding-bottom: 20px;   
    }
    
    .case-study-content .case-studies-block 
    {
        float: right;
        width: 310px;
        padding: 10px 20px;
        padding-top: 0;
        padding-right: 0;
    }
    
    .disclaimer-content 
    {
        margin-bottom: 150px;
    }
}

/* End Desktop media query */

/* Larger desktop */
@media (min-width: 970px) 
{
    .homepage-content {
        max-width: 338px;
    }
    .homepage-resources {
        max-width: 328px;
    }
}

/* Between mobile and desktop */

@media (min-width: 768px) and (max-width: 989px) 
{
    .carousel-indicators > li, .carousel-indicators .active, .carousel-indicators li:hover
    {
        margin-left: 5px;
        margin-right: 5px;
    }
}


/* Quick fix before editing bootstrap */
@media (min-width: 970px)
{
    .container {
        width: 970px;
    }
}

/* Responsive for tablets */
@media (min-width: 768px) and (max-width: 969px)
{
    .container {
        width: auto;
    }
    .case-study-img-container > img 
    {
        max-width: 100%;    
    }
}


@media (max-height: 800px) 
{
    .footer-wrapper-desk .footer-container 
    {
        padding-left: 305px;
    }   
}    

@media (min-height: 801px) 
{
    .footer-wrapper-desk .footer-container .middle-col 
    {
        padding-left: 7%;   
    } 
}

/* iPad-ish column full width */
@media (min-width: 768px) and (max-width: 850px) 
{
   .col-sm-6
    {
        width: 100%;
    }
}

/* Resize carousel images to aspect ratio */

@media (max-width: 850px)  
{
    .carousel-inner>.carousel-item>img, .carousel-inner>.carousel-item>a>img 
    {
        max-width: 100%;
        max-height: 100%;
    }
    .carousel-indicators 
    {
        top: 104%;   
    }
    
    
}

.gsc-search-button .gsc-search-button-v2, .gsc-search-button .gsc-search-button-v2:hover, .gsc-search-button .gsc-search-button-v2:focus {
    background-color: #929498;
    border-color: #929498;
}

.carousel .carousel-control-prev:focus, .carousel .carousel-control-next:focus {
    outline: 1px solid black;
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
}

/* IE10 Windows 8 Phone Fix */
@-webkit-viewport {
    width: device-width;
}
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* Bootstrap v3 to v4 migration */
body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

p {
    margin: 0 0 10px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.container:before, .container:after, .panel:before, .panel:after {
    display: table;
    content: "";
}

.panel {
    background-color: white;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}

ul {
    margin-bottom: 10px;
}

input {
    font: inherit;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.row.principles-collapse.collapse.show {
    display: flex;
}

/* RC: Bootstrap 5 override as search box uses this class */
.placeholder {
    cursor: unset;
    opacity: 1;
}
