/* COLOURS
#002b5c     NIBA Navy

#569fd3     Info Blue
#e16937     Scope Orange
#b38708     Standards Gold
#ffe5bb     Peach
#ffcb78     Apricot
#fdbc49     Rockmelon
            

#a7a9ac     Grey 1
#efeeee     Grey 2

#569fd3     stripe 1
#7eb1dc     stripe 2
#9bc0e3     stripe 3
#b0cce9     stripe 4
*/

body {
    min-width: 956px; }
/**/ 
.container {
    width: 100%;
    float: left;}   
    
blockquote {
    border: 0 none;}    
    
blockquote.quote {
  color: #000;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";}

blockquote.quote:before {
  color: #000;
  content: open-quote;
  font-size: 2.5em;
  line-height: 0.1em;
  vertical-align: -0.4em;
  font-family: "Segoe UI", sans-serif;}
  
blockquote.quote p:after {
  color: #000;
  content: close-quote;
  font-size: 2.5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.5em;
  font-family: "Segoe UI", sans-serif;}
  
blockquote.quote p {
  display: inline;}
  
blockquote.quote cite {
  display: block;
  margin-top: 20px;}

*:before,    
*:after  {
    margin: 0;
    padding: 0;}    

a[rel=external] {
    background: url(../codeofpractice/open-in-new-window-icon.png) right center no-repeat;
    padding-right: 15px;
}
    
h1 {
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;}
h2,
h4.modal-title  {
    color: #e16937;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;}
h3,
.modal h2 {
    color: #000;
    font-size: 16px;
    font-weight: bold;}
h4 {
    color: #b38708;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;}
    {}    
h5 {}
h6 {}

h4.modal-title {font-size: 16px;}
.modal-footer p {
    text-align: left;}
    
.popover {
	max-width: 800px;
	width: auto;}    
    
.loading {
    display: none;
    background: url(../codeofpractice/ajax-loader.gif) center center no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;}    
    
/* ELEMENTS */

#splasher-gradient {
    background: #1a2e5a;
    background: linear-gradient(45deg,  #1a2e5a 0%,#4b97cb 75%,#1a2e5a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2e5a', endColorstr='#4b97cb',GradientType=1 );
    padding: 80px 0 150px 0;}

#splasher {
    height: 500px;
    background: url(../codeofpractice/background.jpg) center top no-repeat;
    background-size: cover;
    box-shadow: 
        0 -5px 0 5px #9bc0e3,
        0 -10px 0 5px #7eb1dc,
        0 -15px 0 5px #569fd3;
    border-bottom: 5px solid #559fd3; }
    
    #splasher h1 {
        margin: 20px auto;
        width: 500px;
        padding: 20px 40px;
        background: #002b5c;
        border: 2px solid #fff;
        border-radius: 0 10px 10px 10px;
        text-transform: uppercase;
        text-align: center;
        color: #fff; 
        position: relative;
        font-weight: normal;
        top: -60px;}
        
    #splash #header {
        display: none;}        
        
    #splasher h1 a {
        color: #fff; 
        text-decoration: none;}
        
        
    #splasher p a:link,
    #splasher p a:visited {
        color: #559fd3}
    
    #splasher a:hover,
    #splasher a:focus,
    #splasher a:active {
        color: #fff;}
    
    #splasher .clearing {
        clear: both;
        top: 210px;
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 90%;}      
        
        .clearing .bubble {
            position: relative;
            bottom: 0;
            left: 50%;}  
        
    #splasher h2 {
        color: #fff;
        font-weight: normal;
        font-size: 22px; }
        
    #splasher p {
        font-size: 20px;
        color: #559fd3;}
    
    .bubble.huge {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        width: 150px;
        height: 150px;
        text-decoration: none;
        padding: 25px;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        margin: 0;
        right: 0;
        left: 80%;
        top: 35%;
        bottom: 0;
        border-width: 5px;}

        
    .bubble.huge:hover,
    .bubble.huge:focus,
    .bubble.huge:active {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background-color: #569fd3;} 
        
.stripes-1 {
    position: relative;
    top: 70px;
    width: 99%;
    height: 0;
    z-index: 1;
    box-shadow: 
        0 0px 0 3px #b0cce9,
        0 -3px 0 3px #9bc0e3,
        0 -6px 0 3px #7eb1dc,
        0 -9px 0 3px #569fd3;  }

.silhouette {
    position: absolute;
    background-image: url(../codeofpractice/sprite-silhouettes.png);}
    
    .silhouette-half {
        background-size: 1100px 500px; 
        height: 500px;}
        
    .silhouette-third {
        background-size: 734px 334px; 
        height: 333px;}
        
    .silhouette-1 {background-position: 0 0;}
    .silhouette-2 {background-position: 25% 0;}
    .silhouette-3 {background-position: 50% 0;}
    .silhouette-4 {background-position: 100% 0;}
        
        
    .silhouette-half.silhouette-1 {width: 190px;}
    .silhouette-half.silhouette-2 {width: 215px;}
    .silhouette-half.silhouette-3 {width: 175px;}
    .silhouette-half.silhouette-4 {width: 430px;}
    .silhouette-third.silhouette-1 {width: 127px;}
    .silhouette-third.silhouette-2 {width: 143px;}
    .silhouette-third.silhouette-3 {width: 117px;}
    .silhouette-third.silhouette-4 {width: 307px;}
    
#scope-sil-1 {
    position: relative;
    float: right;
    right: 0;}
        
#scope-sil-2 {
    position: relative;
    float: right;
    right: 0;}    
    
.glossary {
    background-image: url(../codeofpractice/sprite-glossary.png);
    width: 100px;
    height: 100px;
    margin-right: 10px;
    background-repeat: no-repeat;
    display: block;}
    
    .glossary-calendar {background-position: 0 10px;}
    .glossary-book {background-position: -100px 10px;}
    .glossary-question {background-position: -200px 10px;}
    .glossary-compass {background-position: -300px 0;}
    .glossary-cogs {background-position: -410px 10px;}
       
       
.orange {background-color: #e16937; }
.navy {background-color: #002b5c;}
.blue {background-color: #569fd3;}
.gold {background-color: #b38708;}
.peach {background-color: #ffe5bb;}
.apricot {background-color: #ffcb78;}
.rockmelon {background-color: #fdbc49;}
.grey-2 {background-color: #efeeee;}
        
.bordered-orange {border-color: #e16937; }
.bordered-navy {border-color: #002b5c;}
.bordered-blue {border-color: #569fd3;}
.bordered-gold {border-color: #b38708;}

.rounded {
    border-radius: 10px;
    padding: 10px;
    margin: 20px 0;}
        
        
    .ball {
        border-radius: 50%;
        color: #fff;
        text-align: center;
        height: 250px;
        width: 250px;
        padding: 20px 30px;
        position: relative;
        font-size:14px;
        margin: 0 auto 20px auto;}
        
    .ball p {
        line-height:1.25;
        margin: 0 0 5px 0;
        font-size: 14px;}
        
        .uppercase {
            text-transform: uppercase;}
    
    .ball ul,
    .ball li {
        line-height:1.25;
        margin: 0 0 5px 0;
        padding: 0;
        list-style-position: inside;}
        
        .ball .silhouette {
            left: 200px;
            top: -30px;}
        /*
        .ball .silhouette-1 {
            position: relative;
            top: -250px;
            left: 190px;}    
            
        .ball .silhouette-2 {
            position: relative;
            top: -280px;
            left: 175px;}    */
    
    
ul.bubbled {
    padding: 20px;}    
    
ul.bubbled > li {
    list-style: none;
    margin-left: 0;}
    

.bubble {
    border-radius: 50%;
    display: block;
    position: relative;
    margin: 0 0 0 -40px;
    left: -10px;
    top: -10px;
    clear: left;}
    
    .bubble.shadow {
        box-shadow: 0 1px 5px 1px rgba(0,0,0,0.3);}
    
    .bubble.large {
        width: 40px;
        height: 40px;}
        
    .bubble.medium {
        width: 30px;
        height: 30px;}
        
    .bubble.small {
        width: 20px;
        height: 20px;
        left: 0;
        top: 5px;}
    
    .bordered {
        border-style: solid;}
        
    .bubble.bordered.large,
    .bubble-box {
        border-width: 5px;}
        
    .bubble.bordered.medium {
        border-width: 4px;}
        
    .bubble.bordered.small {
        border-width: 3px;}
        
        .bubble-box .bubble.small {
            margin: 0 10px 0 -22px;}
            
            .bubble-box h3 {
                margin-top: 0;}
                
                h3 .bubble {
                    margin-top: -3px;}
        
        
        
.bubble.step {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    width: 40px;
    height: 40px;}

    .bubble.number-only.step {
        font-size: 16px;
        padding-top: 12px;
        /*margin-left: 0;*/}
        
    button.bubble.info {
        width: 20px;
        height: 20px;
        display: inline;
        /*float: right;
        clear: right;*/
        background-color: #e16937; 
        font-size: 12px;
        padding: 0;
        border: 0 none;
        text-transform: none;
        color: #fff;
        font-weight: bold;
        margin: 0;
        left: 0;
        top: 0;}
        
    .bubble.info:hover {
        background-color: #ad512a;}
    .bubble.info.pull-left {
        clear: none;
        margin: 18px 10px;}
    button.bubble.info.inline {
        display: inline;}
        
        h2.pull-left,
        h3.pull-left  {
            max-width: 93%;}
        
          .animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:5s;-moz-animation-duration:5s;-ms-animation-duration:5s;-o-animation-duration:5s;animation-duration:5s;
animation-iteration-count: infinite;}

@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	25%, 75% {opacity: .7;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: .7;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: .7;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: .7;}
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
  
    
#content td {
    vertical-align: top;
    overflow: hidden;}            
    
/* NAVIGATION */    

#overview .overview,
#overview .pdf,
#overview .standards ul ul,
#meaning .info ul,
#meaning .scope ul,
#meaning .standards ul,
#meaning .standards ul ul,
#info .meaning,
#info .scope ul,
#info .standards ul,
#scope .meaning,
#scope .info ul,
#scope .standards ul,
#standards .meaning,
#standards .info ul,
#standards .scope ul,
#standards.complaints .standardsleft ul,
#standards.standards .complaints ul,
#words .meaning,
#words .info ul,
#words .scope ul,
#words .standards ul {
    display: none;}

nav {
    margin-top: 30px;/*
    float: left;
    margin: 20px 10px;
    position: relative;*/}

    nav ul,
    nav li {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;}

    nav li {
        display: block;
        float: left;
        clear: left;
        border-radius: 12px;
        margin: 0 0 5px 0;
        width: 90%;
        box-sizing: border-box;
        z-index: 2;}
        
        nav li li {
            width: 100%;}
        
     nav li li a:hover { 
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        border-style: dashed !important;}
        
    nav a:link,
    nav a:visited,
    nav a:focus,
    nav a:hover,
    nav a:active{
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-weight: bold;
        display: block;
        border-radius: 10px;
        color:#fff;
        text-align: center;
        box-sizing: border-box;
        padding: 10px;
        font-size: 13px;}
        
        nav > ul > li.current {}
            
        nav ul ul li.current a {
            border-style: dashed !important;}
            
            nav ul ul ul {
                margin: 10px 20px;}
        
    nav a:hover {
        text-decoration: none;}
        
    nav .cat a:link,
    nav .cat a:visited {}
        
    
    nav li.cat,
    nav li.cat > a:link {
        border-radius: 0 12px 12px 12px;
        margin-bottom: 5px;}
        
    nav li.cat > a  {
        background-color: #002b5c;
        text-transform: uppercase;}
        
    nav li.cat > a:hover {
        background-color: #001329;}
        
    .info li a,
    .scope li a,
    .standards li a  {
        border-width: 2px;
        border-style: solid;
        border-color: transparent !important;}
        
    nav li.meaning a {
        border-radius: 12px !important;
        border-color: #a7a9ac;
        border: 2px solid transparent;}
        
    nav li.meaning a {
        border-radius: 10px !important;
        background-color: #a7a9ac;
        margin-bottom: 0 !important;
        text-transform: none;}
        
    nav li.meaning.current a,
    nav li.meaning a:hover  {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        border: 2px dashed #fff !important;}
        
    nav li.meaning.current a,
    nav li.meaning a:hover {
        background-color: #777;
        tex-transform: none;}
        
    nav .info a {
        background-color: #569fd3;}
    nav ul li.info li.current a,
    nav .info a:hover {
        background-color: #4279a1;}
        
        
    nav .scope a {
        background-color: #e16937;}
        
    nav ul li.scope li.current a,
    nav .scope a:hover {
        background-color: #ad512a;}
        
    nav .standards a {
        background-color: #b38708;}
    nav ul li.standards li.current a,
    nav .standards a:hover {
        border-color: #806105;
        background-color: #806105;}
        
    nav ul li li.current a,
    nav a:hover {
        border-color: #fff !important;}
    /* LINES */
    nav .line {
        display: none !important;
        position: absolute;
        border: 3px solid #569fd3;
        z-index: 1;}
    
    nav .line-1 {
        border-left: 0 none;
        border-radius: 0 20px 20px 0;
        height: 555px;
        width: 10px;
        right: -10px;
        top: 30px;}  
        
        .line-2,
        .line-4,
        .line-6 {display: none;}
        
    nav .line-3 {
        border-right: 0 none;
        border-radius: 20px 0 0 20px;
        height: 570px;
        width: 10px;
        left: -10px;
        z-index: 1;}   
        
    nav .line-5 {
        border-left: 0 none;
        border-radius: 0 20px 20px 0;
        height: 270px;
        width: 10px;
        right: -10px;
        top: 40px;
        z-index: 1;}   
        
/* SPECIFIC CONTENT */        
.cop {
    position: relative;
    z-index: 2;}
    
.maincol,
.sidebar {
    float: left;
    position: relative;
    margin-bottom: 20px;}   
     
    
.heading {
    text-transform: uppercase;
}
     
#copcontent {
    border-left: 10px solid #569fd3;
    border-bottom: 10px solid #569fd3;
    border-radius: 0 0 0 20px;
    padding-left: 25px;
    margin-bottom: 30px;}     
    
#nextlink {
    float: right;
    position: relative;
    background:#002b5c;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    display: block;
    padding: 10px;
    position: relative;
    top: 25px;
    border-radius: 10px;}
    
    #nextlink span {
        display: block;
        float: right;
        position: absolute;
        right: -14px;
        top:1px;
        border-bottom: 19px solid transparent;  
    	border-top: 19px solid transparent; 
    	border-left: 19px solid #002b5c; }     
    
#prevlink {
    clear: both;
    float: left;
    position: relative;
    background:#002b5c;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    display: block;
    padding: 10px;
    position: relative;
    top: 25px;
    border-radius: 10px;}
    
    #prevlink span {
        clear: both;
        display: block;
        float: left;
        position: absolute;
        left: -14px;
        top:1px;
        border-bottom: 19px solid transparent; 
    	border-top: 19px solid transparent; 
    	border-right: 19px solid #002b5c;}


/* OVERVIEW */

#overview .stripes-1 {
    margin-top: 0;
    top: 70px;}
            
    
    #overview #copcontent {
        border: 0 none;
        max-width: 900px;
        margin: 0 auto 50px auto;}
            
    #overview .container {
        background: url(../codeofpractice/overview-background.jpg) top center #cbe8f9; }            
            
    #overview .heading {
        border-radius: 0 12px 12px 12px;
        margin-bottom: 10px;
        background-color: #002b5c;
        text-align: center;
        padding: 10px;
        width: 100%;
        color: #fff;
        float: left;
        clear: left;
        margin: 30px 0;}
        
        #overview .heading h1 {
            margin-top: 0;}
            
        #overview .heading h2 {
            color: #a7a9ac;
            margin-top: 0;
            font-weight: normal}
     
    #overview nav {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        background: rgba(255,255,255,0.9);
        border-radius: 20px;
        clear: both;
        position: relative;
        padding: 0 20px;}

    #overview nav li {
        clear: left;
        width: auto;
        text-align: center;}
        
        #overview li.meaning  {
            padding: 0;
            float: left;
            width: 48%;
            margin: 0.5%;
            clear: none;}
            
        #overview .cat.meaning > a {
            padding: 10px !important;
            text-transform: none; 
            width: 155px;
            height: 100px;}
        
        #overview .cat.meaning.brokers > a {
            float: right;}
            
        #overview .cat.meaning.consumers > a {
            float: left;}
            
        #overview .info li,
        #overview .scope li {
            width: 19%;
            margin: 0.5%}
            
        #overview .standards li{
            width: 24%;
            margin: 0.5%}
        
        #overview .meaning a,
        #overview .cat li {
            clear: none;
            float: left;
            height: 100px;}
   
    
            
            #overview .meaning a,
            #overview .cat li a {
            border: 2px dashed #fff !important;}
            
            #overview .cat ul {
                clear: left;
                float: left;
                width: 100%;
                margin: 10px auto;}
                
                #overview .cat {
                    width: 100%;}
                    
                #overview .cat a {
                    height: 100%;
                    width: 100%;}
                #overview nav .cat > a {
                    position: relative;
                    display: inline-block;
                    margin: 10px auto;
                    padding: 10px 75px;}

                #overview .ball {
                    margin: 0 auto 115px auto;}
                    
                #overview .ball p,
                #overview .ball ul {
                    padding: 0;}
                    
                    
            #overview .standards li.standardsleft {
                margin-left: 25%;}
                    
    #overview nav li li {
        width: 23%;
        margin: 10px 5%}  

             /*
            
        #overview nav span {position: relative;}
        #overview .line1 span {top: 30px;}
        #overview .line2 span {top: 20px;}
        #overview .line3 span {top: 10px;}
        #overview .line4 span {top: 0px;}
            
            */
#meaning #dallas-quote {
    padding-left: 0;
    margin-bottom: 50px;}
    
#meaning #dallas-quote p {
    font-size: 150%;
    color: #777;
    font-style: italic; }
    
#meaning #dallas-quote cite {
    font-style: italic;
    color: #777;}    
        
#nibalogo {
    margin: 120px 50px;}
        
                    
/* IMPORTANT BACKGROUND INFORMATION */
#dallas-quote.ball {
    margin-bottom: 115px;}

#dallas-quote.ball p {
    padding: 15px 10px;}                    

#needabroker.ball {
    padding: 20px 0;}
    
#needabroker.ball p {
    padding: 10px 0 5px 0;
    margin: 0;}
    
#commitment-2.ball {margin: 50px auto;}
#commitment-2.ball p {
    padding: 15px 10px 5px 10px;}
                    

/* SERVICE STANDARDS */

#about-standards.ball {
    padding-top: 50px;}
    
#about-standards5.ball {
    margin-top: 50px;
    padding-top: 50px;
    left: -175px; }   
        
#about-standards .silhouette {
    left: 200px;
    top: -30px;}
    
/* COMPLAINTS */

#about-standards.ball,
#complaints #commitment-2.ball {
    margin: 100px auto;}

#complaints #commitment-2.ball p {
    padding: 5px 5px 5px 10px;}    
    
#complaints #commitment-2.ball li {
    margin: 0;}  
    
/* WORDS */
#words dt {
    text-transform: uppercase;
    font-size: 18px;}
    
#words dd {
    margin-bottom: 20px;}     
    
/* 
NIBA BREAKPOINTS 
Smartphone          up to 480px
Tablet - Portrait   481px and up
Desktop             961px and up

BOOTSTRAP BREAKPOINTS
XS Smartphone       up to 480px
S Tablets           768px and up
M desktops          992px and up
L large desktops    1200px and up
*/

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */


/* Small devices (tablets, 768px and up) 
@media (min-width: 768px) { 

    #overview .info li {
        width: 14.5%;
        margin: 10px 1%;}      

    #overview .scope li {
        width: 18%;
        margin: 10px 1%; }
       
    #overview .standards ul {
        margin: 0 24%;}
        
    #overview .standards li {
        width: 25%;
        margin: 10px 1%; } 

       
    #overview nav .line-1 {
        height: 220px;
        width: 170px;
        right: -170px;
        top: 10px;}  
        
    #overview nav .line-2 {
        display: block;
        border-width: 3px 0 0 0;
        width: 45px;
        right: -45px;
        top: 20px;}  
        
    #overview nav .line-3 {
        height: 215px;
        width: 210px;
        left: -210px;}   
        
    #overview nav .line-5 {
        border-left: 0 none;
        border-radius: 0 20px 20px 0;
        height: 210px;
        width: 40px;
        right: -40px;
        top: 20px;}   
        
    #overview nav .line-6 {
        display: block;
        border-width: 3px 0 0 0;
        width: 50px;
        right: -50px;
        top: 20px;}  

#overview .silhouette-2 {
    bottom: 90px;
    left: 0;}
    
#overview .silhouette-3 {
    bottom: 90px;
    left: 650px;}
       

} /* LINES */

/* Medium devices (desktops, 992px and up) 
@media (min-width: 992px) { 

    .sidebar {
        margin-top: 100px;}    

    #overview .info li {
        width: 23%;
        margin: 10px 5%}    

    #overview .scope li {
        width: 18%;
        margin: 10px 1%}
       
    #overview .standards ul {
        margin: 0 24%;}
        
    #overview .standards li {
        width: 25%;
        margin: 10px 1%; } 

    #overview nav .line-1 {
        height: 335px;
        width: 40px;
        right: -40px;
        top: 15px;}  
        
    #overview nav .line-2 {
        display: block;
        border-width: 3px 0 0 0;
        width: 57px;
        right: -57px;
        top: 20px;}  
        
    #overview nav .line-3 {
        height: 215px;
        width: 120px;
        left: -120px;}   
        
    #overview nav .line-5 {
        border-left: 0 none;
        border-radius: 0 20px 20px 0;
        height: 210px;
        width: 30px;
        right: -30px;
        top: 20px;}   
        
    #overview nav .line-6 {
        display: block;
        border-width: 3px 0 0 0;
        width: 50px;
        right: -50px;
        top: 20px;}  
        
#overview .silhouette-2 {
    bottom: 20px;
    left: -150px;}
    
#overview .silhouette-3 {
    bottom: 20px;
    left: 580px;}
    
    
#covered-services .col-md-5 .bubble-box, 
#covered-services .col-md-7 .bubble-box {
    min-height: 300px; }
       
}*/

/* Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 

    #overview .info li {
        width: 14.5%;
        margin: 10px 1%;}      

    #overview .scope li {
        width: 18%;
        margin: 10px 1%; }
       
    #overview .standards ul {
        margin: 0 24%;}
        
    #overview .standards li {
        width: 25%;
        margin: 10px 1%; } 

    #overview .cop {
        padding-bottom: 100px;}        
        
    #overview nav .line-1 {
        height: 220px;
        width: 170px;
        right: -170px;
        top: 10px;}  
        
    #overview nav .line-2 {
        display: block;
        border-width: 3px 0 0 0;
        width: 60px;
        right: -60px;
        top: 20px;}  
        
    #overview nav .line-3 {
        height: 215px;
        width: 210px;
        left: -210px;}   
        
    #overview nav .line-5 {
        border-left: 0 none;
        border-radius: 0 20px 20px 0;
        height: 210px;
        width: 40px;
        right: -40px;
        top: 20px;}   
        
    #overview nav .line-6 {
        display: block;
        border-width: 3px 0 0 0;
        width: 50px;
        right: -50px;
        top: 19px;}  

#overview .silhouette-2 {
    bottom: -100px;
    left: 0;}
    
#overview .silhouette-3 {
    bottom: -100px;
    left: 650px;}
       
} */