/**********************************************/
/* Color definitions
  Blue 1: rgb(22,65,148) #0E4194
  Blue 2: rgb(30,104,129) 
  Turquoise: rgb(56,181,176) #38B5B1
  Orange: rgb(245,164,0) #F69D25
  Brown: rgb(211,172,43) #D3AC2B
  Grey: rgb(90,90,90) #5A5A5A

  Green(2016): rgb(141,201,114) #8DC972

  Pink(2017): rgb(245,179,195), #F5B3C3;
  Blue(2017): rgb(77,160,216), #4DA0D8;
  Orange(2017): rgb(245,164,0), #F5A400;


  Blue (2018): rgb(22,65,148), #164194
  Orange (2018): rgb(245,164,0), #F5A400;
  Light Blue (2018): rgb(78,160,212) #4EA0D4
  Yellow (2018): rgb(235,188,0), #EBBC00
  Pink (2018): rgb(245,179,195), #F5B3C3;
  Turquoise: rgb(56,181,176) #38B5B1

  Light Brown (2019): rgb(235,233,221), #EBE9DD
  
  Green (2020): rgb(145,200,81), #91c851
  
  Pink(2021): rgb(245,121,119), #F57977;
  
*/

/* ********************************************************************** */
/* WEBFONT OpenSans  */
/* ********************************************************************** */
@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    src: url('/fileadmin/templates/mobilityweek/fonts/OpenSans/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: italic;
    src: url('/fileadmin/templates/mobilityweek/fonts/OpenSans/OpenSans-Italic.ttf');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    src: url('/fileadmin/templates/mobilityweek/fonts/OpenSans/OpenSans-SemiBold.ttf');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: italic;
    src: url('/fileadmin/templates/mobilityweek/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    src: url('/fileadmin/templates/mobilityweek/fonts/OpenSans/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: italic;
    src: url('/fileadmin/templates/mobilityweek/fonts/OpenSans/OpenSans-BoldItalic.ttf');
}

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic,600,600italic);*/



/* ********************************************************************** */
/* GENERAL  */
/* ********************************************************************** */
body {font-family: 'Open Sans', sans-serif; font-size:16px; line-height:1.6em; color:rgb(100,100,100); }

::-moz-selection { background:rgb(235,233,221) !important; color:black !important; text-shadow: none; }
::selection { background:rgb(235,233,221) !important; color:black !important; text-shadow: none; }


/* ********************************************************************** */
/* Content container
/* ********************************************************************** */
.centered_with_container{width:1200px; margin:0 auto; overflow:hidden; text-align:left;}
.centered_with_container .centered_with_container{width:auto;}


/* ********************************************************************** */
/* STANDARD CONTENT ELEMENTS */
/* ********************************************************************** */
#content_box { }

#content_box p{font-size:1em; line-height:1.6em; margin:10px 0 10px 0; padding:0;}

#content_box em{ font-style:italic;}
#content_box strong{font-weight:bold;}
#content_box sub{}
#content_box sup{}
#content_box strike{text-decoration: line-through;}
#content_box u{text-decoration:underline;}

#content_box h1{ font-size: 1.7em; margin-top:20px; margin-bottom:20px; color:rgb(22,65,148);}
#content_box h2{ font-size: 1.6em; margin-top:20px; margin-bottom:20px; color:rgb(22,65,148);}
#content_box h3{ font-size: 1.5em; margin-top:10px;  color:rgb(22,65,148);}
#content_box h4{ font-size: 1.3em; margin-top:10px;  color:rgb(100,100,100);}
#content_box h5{ font-size: 1.1em; margin-top:10px;  color:rgb(100,100,100);}
#content_box h6{ font-weight: bold; font-size: 1.0em; margin-top:10px;  color:rgb(100,100,100);}

#content_box a{color:rgb(22,65,148); background-color:transparent; text-decoration:none;}
#content_box a:link {color:rgb(22,65,148);}
#content_box a:visited {color:rgb(22,65,148);}
#content_box a:hover { text-decoration:underline;}
#content_box a:active {}
#content_box a img{border:none; background-color:transparent;}
#content_box a:hover img{}

#content_box ul{margin:10px 0 10px 0px; overflow:hidden; padding-left:25px; }
#content_box ul li { }
#content_box ol{margin:10px 0 10px 0px; overflow:hidden; padding-left:25px; }
#content_box ol li{}

#content_box table{margin:10px 0 10px 0; width:100%;}
#content_box table tr{}
#content_box table tr th{vertical-align:top; font-size:1em;}
#content_box table tr td{vertical-align:top; font-size:1em;}

#content_box hr{margin:10px 0 10px 0; border:1px solid rgb(235,233,221); border-width:1px 0 0 0;}

#content_box div{font-size:inherit; color:inherit; line-height:inherit;}
#content_box span{font-size:inherit; color:inherit; line-height:inherit;}

#content_box blockquote {}
#content_box blockquote p{color:rgb(22,65,148); font-style:normal;}

#content_box pre{font-family:Courier, monospace;}
#content_box pre code{color:rgb(90,90,90);}

#content_box dl{}
#content_box dl dt{}
#content_box dt dd{}

#content_box img{max-width:100%; height:auto;}



/* ********************************************************************** */
/* ADDITIONAL STANDARD CLASSES */
/* ********************************************************************** */
#content_box .align-left{text-align:left;}
#content_box .align-right{text-align:right;}
#content_box .align-center{text-align:center;}
#content_box .align-justify{text-align:justify;}


/* ********************************************************************** */
/* ADDITIONAL CUSTOM CLASSES */
/* ********************************************************************** */

/* ********************************************************************** */
/* General text color in non-white BG elements(BG, inverted, etc)
/* ********************************************************************** */
#content_box .inverted *{color:white; }

#content_box .inverted a, 
#content_box .inverted a:link, 
#content_box .inverted a:visited {color:white; text-decoration:underline;} 
#content_box .inverted a:hover {background-color:white; color:rgb(22,65,148);}
#content_box .inverted a *{color:inherit;} 
#content_box .inverted pre code{color:rgb(90,90,90); }






/* ********************************************************************** */
/* Link styles (coloured link boxes)
/* ********************************************************************** */
#content_box .content_tile a[class^="link"]{display:inline-block; text-decoration:none; padding:8px 16px; border-radius:1px; border:1px solid white; }
#content_box .content_tile a[class$="Border"]{ background-color:white;   }
#content_box .content_tile a[class$="BG"]{color:white;}

#content_box .content_tile a.linkBlueBorder{color:rgb(22,65,148); border-color:rgb(22,65,148);}
#content_box .content_tile a.linkBlueBorder:hover{color:white; background-color:rgb(22,65,148);}
#content_box .content_tile a.linkBlueBG{ background-color:rgb(22,65,148); border-color:rgb(22,65,148);}
#content_box .content_tile a.linkBlueBG:hover{  background-color:rgba(22,65,148,0.8);}

#content_box .content_tile a.linkLightBlueBorder{color:rgb(78,160,212); border-color:rgb(78,160,212);}
#content_box .content_tile a.linkLightBlueBorder:hover{color:white; background-color:rgb(78,160,212);}
#content_box .content_tile a.linkLightBlueBG{ background-color:rgb(78,160,212); border-color:rgb(78,160,212);}
#content_box .content_tile a.linkLightBlueBG:hover{ background-color:rgba(78,160,212,0.8);}

#content_box .content_tile a.linkTurquoiseBorder{color:rgb(56,181,176); border-color:rgb(56,181,176);}
#content_box .content_tile a.linkTurquoiseBorder:hover{color:white; background-color:rgb(56,181,176);}
#content_box .content_tile a.linkTurquoiseBG{ background-color:rgb(56,181,176); border-color:rgb(56,181,176);}
#content_box .content_tile a.linkTurquoiseBG:hover{	background-color:rgba(56,181,176,0.8);}

#content_box .content_tile a.linkOrangeBorder{color:rgb(245,164,0); border-color:rgb(245,164,0);}
#content_box .content_tile a.linkOrangeBorder:hover{color:white; background-color:rgb(245,164,0);}
#content_box .content_tile a.linkOrangeBG{ background-color:rgb(245,164,0); border-color:rgb(245,164,0);}
#content_box .content_tile a.linkOrangeBG:hover{  background-color:rgba(245,164,0,0.8);}


#content_box .content_tile a.linkYellowBorder{color:rgb(235,188,0); border-color:rgb(235,188,0);}
#content_box .content_tile a.linkYellowBorder:hover{color:white; background-color:rgb(235,188,0);}
#content_box .content_tile a.linkYellowBG{ background-color:rgb(235,188,0); border-color:rgb(235,188,0);}
#content_box .content_tile a.linkYellowBG:hover{  background-color:rgba(235,188,0,0.8);}

#content_box .content_tile a.linkLightBrownBorder{color:rgb(235, 233, 221); border-color:rgb(235, 233, 221);}
#content_box .content_tile a.linkLightBrownBorder:hover{color:white; background-color:rgb(235, 233, 221);}
#content_box .content_tile a.linkLightBrownBG{color:rgb(90,90,90); background-color:rgb(235, 233, 221); border-color:rgb(235, 233, 221);}
#content_box .content_tile a.linkLightBrownBG:hover{color:rgb(90,90,90);  background-color:rgba(235, 233, 221,0.8);}

#content_box .content_tile a.linkGreenBorder{color:rgb(141,201,114); border-color:rgb(141,201,114);}
#content_box .content_tile a.linkGreenBorder:hover{color:white; background-color:rgb(141,201,114);}
#content_box .content_tile a.linkGreenBG{color:white; background-color:rgb(141,201,114); border-color:rgb(141,201,114);}
#content_box .content_tile a.linkGreenBG:hover{color:white;	background-color:rgba(141,201,114,0.8);}

#content_box .content_tile a.linkGreen2020Border{color:rgb(145,200,81); border-color:rgb(145,200,81);}
#content_box .content_tile a.linkGreen2020Border:hover{color:white; background-color:rgb(145,200,81);}
#content_box .content_tile a.linkGreen2020BG{color:white; background-color:rgb(145,200,81); border-color:rgb(145,200,81);}
#content_box .content_tile a.linkGreen2020BG:hover{color:white;  background-color:rgba(145,200,81,0.8);}

#content_box .content_tile a.linkPink2021Border{color:rgb(245,121,119); border-color:rgb(245,121,119);}
#content_box .content_tile a.linkPink2021Border:hover{color:white; background-color:rgb(245,121,119);}
#content_box .content_tile a.linkPink2021BG{ background-color:rgb(245,121,119); border-color:rgb(245,121,119);}
#content_box .content_tile a.linkPink2021BG:hover{  background-color:rgba(245,121,119,0.8);}

#content_box .content_tile a.linkWhiteBG{ color:rgb(90,90,90); background-color:white; border-color:white;}
#content_box .content_tile a.linkWhiteBG:hover{ background-color:rgba(255,255,255,0.8); color:rgb(90,90,90);}

#content_box .content_tile a.linkBlueGhost{color:rgb(22,65,148); border-color:rgb(22,65,148); background-color:transparent;}
#content_box .content_tile a.linkBlueGhost:hover{background-color:rgb(22,65,148); color:transparent; border-color:rgb(22,65,148);}

#content_box .content_tile a.linkWhiteGhost{color:white; border-color:white; background-color:transparent;}
#content_box .content_tile a.linkWhiteGhost:hover{background-color:rgba(255,255,255,0.1); color:white; border-color:white;}



/* ********************************************************************** */
/* General Box Classes */
/* ********************************************************************** */
#content_box .content_tile{}
#content_box .has_padding{padding:10px;}
#content_box .solidBG{border-radius:1px; text-align:left;}
#content_box .borderBox{border-radius:2px; border-width:1px; border-style: solid; text-align:left;}
#content_box .content_tile.inverted{color:white;}

#content_box .whiteBG{ background-color:white;}
#content_box .blueBG{ background-color:rgb(22,65,148);}
#content_box .lightblueBG{ background-color:rgb(78,160,212);}
#content_box .turquoiseBG{ background-color:rgb(56,181,176);}
#content_box .orangeBG{ background-color:rgb(245,164,0); }
#content_box .lightBrownBG{ background-color:rgb(235, 233, 221); }
#content_box .greyBG{ background-color:rgb(90,90,90); }
#content_box .greenBG{ background-color:rgb(141,201,114); }
#content_box .pinkBG{ background-color:rgb(245,179,195);}
#content_box .yellowBG{ background-color:rgb(235,188,0);}
#content_box .green2020BG{ background-color:rgb(145,200,81); }
#content_box .pink2021BG{ background-color:rgb(245,121,119); }


#content_box .whiteBorder{border-color:white;}
#content_box .blueBorder{border-color:rgb(22,65,148);}
#content_box .lightblueBorder{border-color:rgb(78,160,212);}
#content_box .turquoiseBorder{border-color:rgb(56,181,176);}
#content_box .orangeBorder{border-color:rgb(245,164,0);}
#content_box .lightBrownBorder{border-color:rgb(235, 233, 221);}
#content_box .greyBorder{border-color:rgb(90,90,90);}
#content_box .greenBorder{border-color:rgb(141,201,114);}
#content_box .pinkBorder{border-color:rgb(245,179,195);}
#content_box .yellowBorder{border-color:rgb(235,188,0);}
#content_box .green2020Border{border-color:rgb(145,200,81);}
#content_box .pink2021Border{border-color:rgb(245,121,119);}




/* ********************************************************************** */
/* Content Tile header
/* ********************************************************************** */
#content_box .content_tile div.csc-header{padding:5px 10px; margin:0; overflow:hidden;}
#content_box .content_tile div.csc-header .csc-header-alignment-left{text-align:left;}
#content_box .content_tile div.csc-header .csc-header-alignment-center{text-align:center;}
csc-header-alignment-right{text-align:right;}

#content_box .content_tile.no_padding div.csc-header{}
#content_box .content_tile.has_padding div.csc-header{margin:-10px -10px 0 -10px;}

/*#content_box .content_tile div.csc-header *{color:white;}*/

#content_box .content_tile div.csc-header h1{margin:0; padding:0;}
#content_box .content_tile div.csc-header h2{margin:0; padding:0;}
#content_box .content_tile div.csc-header h3{margin:0; padding:0;}
#content_box .content_tile div.csc-header h4{margin:0; padding:0;}
#content_box .content_tile div.csc-header h5{margin:0; padding:0;}
#content_box .content_tile div.csc-header h6{margin:0; padding:0;}

#content_box .whiteBorder div.csc-header{}
#content_box .whiteBorder div.csc-header *{color:inherit;}
#content_box .blueBorder div.csc-header{background-color:rgb(22,65,148);}
#content_box .blueBorder div.csc-header *{color:white;}
#content_box .lightblueBorder div.csc-header{background-color:rgb(78,160,212);}
#content_box .lightblueBorder div.csc-header *{color:white;}
#content_box .turquoiseBorder div.csc-header{background-color:rgb(56,181,176);}
#content_box .turquoiseBorder div.csc-header *{color:white;}
#content_box .orangeBorder div.csc-header{background-color:rgb(245,164,0); }
#content_box .orangeBorder div.csc-header *{color:white;}
#content_box .lightBrownBorder div.csc-header{background-color:rgb(235, 233, 221); }
#content_box .lightBrownBorder div.csc-header *{color:rgb(90,90,90);}

#content_box .greyBorder div.csc-header{background-color:rgb(90,90,90); }
#content_box .greyBorder div.csc-header *{color:white;}

#content_box .greenBorder div.csc-header{background-color:rgb(141,201,114); }
#content_box .greenBorder div.csc-header *{color:white;}

#content_box .pinkBorder div.csc-header{background-color:rgb(245,179,195); }
#content_box .pinkBorder div.csc-header *{color:white;}

#content_box .yellowBorder div.csc-header{background-color:rgb(235,188,0); }
#content_box .yellowBorder div.csc-header *{color:white;}

#content_box .green2020Border div.csc-header{background-color:rgb(145,200,81); }
#content_box .green2020Border div.csc-header *{color:white;}

#content_box .pink2021Border div.csc-header{background-color:rgb(245,121,119); }
#content_box .pink2021Border div.csc-header *{color:white;}





/* ********************************************************************** */
/* Accordions */
/* ********************************************************************** */
/*#content_box .content_tile.box-accordion .csc-header .csc-firstHeader{ cursor:pointer; color:white; margin:0; padding:5px 10px; background-color:rgb(30,104,129);}*/
#content_box .content_tile.has_padding.box-accordion{border:1px solid rgb(78,160,212); background-color:white;}
#content_box .content_tile.has_padding.box-accordion div.csc-header{ margin-bottom:-10px;}
#content_box .content_tile.has_padding.box-accordion div.csc-header:hover{ cursor:pointer; }

#content_box .content_tile.has_padding.box-accordion div.csc-header h1,
#content_box .content_tile.has_padding.box-accordion div.csc-header h2,
#content_box .content_tile.has_padding.box-accordion div.csc-header h3,
#content_box .content_tile.has_padding.box-accordion div.csc-header h4,
#content_box .content_tile.has_padding.box-accordion div.csc-header h5{color:white; margin:-10px; padding:10px; background-color:rgb(78,160,212);}


#content_box .content_tile.has_padding.box-accordion div.csc-header h1{}
#content_box .content_tile.has_padding.box-accordion div.csc-header h2{}
#content_box .content_tile.has_padding.box-accordion div.csc-header h3{}
#content_box .content_tile.has_padding.box-accordion div.csc-header h4{}
#content_box .content_tile.has_padding.box-accordion div.csc-header h5{}


#content_box .content_tile.has_padding.box-accordion div.csc-header:hover{color:white !important; background-color:rgb(78,160,212);}
#content_box .content_tile.has_padding.box-accordion div.csc-header:hover *{color:white;}

#content_box .content_tile.has_padding.box-accordion .accordion-content{padding:20px 10px 10px 10px;}

#content_box .content_tile.has_padding.expanded {}
#content_box .content_tile.has_padding.expanded .csc-header h1:before,
#content_box .content_tile.has_padding.expanded .csc-header h2:before,
#content_box .content_tile.has_padding.expanded .csc-header h3:before,
#content_box .content_tile.has_padding.expanded .csc-header h4:before,
#content_box .content_tile.has_padding.expanded .csc-header h5:before{font-family: 'Font Awesome 5 Pro'; color:white; content: "\f078"; font-size:0.8em; margin:0 0 0 0; display: inline-block; float:right; font-weight: normal;}



#content_box .content_tile.has_padding.collapsed {}
#content_box .content_tile.has_padding.collapsed .accordion-content{padding-bottom:0 !important;}

#content_box .content_tile.has_padding.collapsed .csc-header h1:before,
#content_box .content_tile.has_padding.collapsed .csc-header h2:before,
#content_box .content_tile.has_padding.collapsed .csc-header h3:before,
#content_box .content_tile.has_padding.collapsed .csc-header h4:before,
#content_box .content_tile.has_padding.collapsed .csc-header h5:before{font-family: 'Font Awesome 5 Pro'; color:white; content: "\f054"; font-size:0.8em; margin:3px 0 0 0; display: inline-block; float:right; font-weight: normal;}









/* ********************************************************************** */
/* FIRST ELEMENT IN CONTENT AREA - margin-top*/
/* ********************************************************************** */
#content_box .content_tile.has_padding p:first-child{margin-top:0;}
#content_box .content_tile.has_padding h1:first-child{margin-top:0;}
#content_box .content_tile.has_padding h2:first-child{margin-top:0;}
#content_box .content_tile.has_padding h3:first-child{margin-top:0;}
#content_box .content_tile.has_padding h4:first-child{margin-top:0;}
#content_box .content_tile.has_padding h5:first-child{margin-top:0;}
#content_box .content_tile.has_padding h6:first-child{margin-top:0;}
#content_box .content_tile.has_padding ul:first-child{margin-top:0;}
#content_box .content_tile.has_padding ol:first-child{margin-top:0;}
#content_box .content_tile.has_padding table:first-child{margin-top:0;}
#content_box .content_tile.has_padding blockquote:first-child{margin-top:0;}
#content_box .content_tile.has_padding img:first-child{margin-top:0;}



/* ********************************************************************** */
/* SPECIAL ELEMENT
 * First level non-padding element in content area (screen)
/* ********************************************************************** */
/* necessary ?!? */
#content_box > .full_width_container > .centered_container.no_padding{padding:10px 0;}



/* ********************************************************************** */
/* FCE (Typo3 Flexible Content elements)
/* ********************************************************************** */
.one_column_centered_fixed_width{text-align:center;}
.one_column_centered_fixed_width > .column_centered_fixed_width{min-height:1px; width:768px; margin:0 auto;}

.two_colums_50_50{}
.two_colums_50_50 > .column_50_50{min-height:1px; width:50%;}
.two_colums_50_50 > .column_left{float:left;}
.two_colums_50_50 > .column_right{float:right;}

.two_colums_33_66{}
.two_colums_33_66 > .column_33_66{min-height:1px; }
.two_colums_33_66 > .column_left{float:left; width:33.3333%;}
.two_colums_33_66 > .column_right{float:right; width:66.3333%; }

.two_colums_66_33{}
.two_colums_66_33 > .column_66_33{min-height:1px; }
.two_colums_66_33 > .column_left{float:left; width:66.3333%;}
.two_colums_66_33 > .column_right{float:right; width:33.3333%;}

.three_colums_33_33_33{}
.three_colums_33_33_33 > .column_33_33_33{min-height:1px; width:33.333333%;}
.three_colums_33_33_33 > .column_left{float:left;}
.three_colums_33_33_33 > .column_middle{float:left;}
.three_colums_33_33_33 > .column_right{float:right; margin-right:0;}

.four_colums_25_25_25_25{}
.four_colums_25_25_25_25 > .column_25_25_25_25{min-height:1px; width:25%;}
.four_colums_25_25_25_25 > .column_left{float:left;}
.four_colums_25_25_25_25 > .column_middle_left{float:left;}
.four_colums_25_25_25_25 > .column_middle_right{float:left;}
.four_colums_25_25_25_25 > .column_right{float:right; margin-right:0;}




/* ********************************************************************** */
/* Special margin for bordered boxes in multiple column elements
/* ********************************************************************** */
#content_box .two_colums_50_50 .column_left .borderBox,
#content_box .two_colums_33_66 .column_left .borderBox,
#content_box .two_colums_66_33 .column_left .borderBox,{margin-right:0.5em;}

#content_box .two_colums_50_50 .column_right .borderBox,
#content_box .two_colums_33_66 .column_right .borderBox,
#content_box .two_colums_66_33 .column_right .borderBox,{margin-left:0.5em;}

#content_box .three_colums_33_33_33 .column_left .borderBox{margin-right:0.66em;}
#content_box .three_colums_33_33_33 .column_middle .borderBox{margin-right:0.33em; margin-left:0.33em;}
#content_box .three_colums_33_33_33 .column_right .borderBox{margin-left:0.66em;}

#content_box .four_colums_25_25_25_25 .column_left .borderBox{margin-right:0.66em;}
#content_box .four_colums_25_25_25_25 .column_middle_left .borderBox{margin-right:0.33em; margin-left:0.33em;}
#content_box .four_colums_25_25_25_25 .column_middle_right .borderBox{margin-right:0.33em; margin-left:0.33em;}
#content_box .four_colums_25_25_25_25 .column_right .borderBox{margin-left:0.66em;}



/* ********************************************************************** */
/* Overlay Icons - EDGAR
/* ********************************************************************** */
#content_box .content_tile .edgar_overlay_icons{opacity:0.99;}


/**********************************************/
/* Media Queries 
/**********************************************/

/* 980 - 1200 */
@media only screen and (min-width: 980px) and (max-width:1199px) {          
}


/* 768 - 980 */
@media only screen and (min-width: 768px) and (max-width:979px) {          

}
 

/* < 768  */
@media only screen and (max-width: 767px){

  .one_column_centered_fixed_width > .column_centered_fixed_width{width:96%; margin-left:2%; margin-right:2%;}

	.two_colums_50_50 > .column_50_50{margin:0;}
	.two_colums_50_50 > .column_left{clear:both; width:96%; margin-left:2%; margin-right:2%; }
	.two_colums_50_50 > .column_right{clear:both; width:96%; margin-left:2%; margin-right:2%; margin-top:10px;}

	.two_colums_33_66 > .column_33_66{margin:0;}
	.two_colums_33_66 > .column_left{clear:both; width:96%; margin-left:2%; margin-right:2%; }
	.two_colums_33_66 > .column_right{clear:both; width:96%; margin-left:2%; margin-right:2%;  margin-top:10px;}

	.two_colums_66_33{}
	.two_colums_66_33 > .column_66_33{margin:0;}
	.two_colums_66_33 > .column_left{clear:both; width:96%; margin-left:2%; margin-right:2%; }
	.two_colums_66_33 > .column_right{clear:both; width:96%; margin-left:2%; margin-right:2%;  margin-top:10px;}

	.three_colums_33_33_33{}
	.three_colums_33_33_33 > .column_33_33_33{margin:0;}
	.three_colums_33_33_33 > .column_left{clear:both; width:96%; margin-left:2%; margin-right:2%; }
	.three_colums_33_33_33 > .column_middle{clear:both; width:96%; margin-left:2%; margin-right:2%;  margin-top:10px;}
	.three_colums_33_33_33 > .column_right{clear:both; width:96%; margin-left:2%; margin-right:2%;  margin-top:10px;}

	.four_colums_25_25_25_25{}
	.four_colums_25_25_25_25 > .column_25_25_25_25{margin:0;}
	.four_colums_25_25_25_25 > .column_left{clear:both; width:96%; margin-left:2%; margin-right:2%; }
	.four_colums_25_25_25_25 > .column_middle_left{clear:both; width:96%; margin-left:2%; margin-right:2%;  margin-top:10px;}
	.four_colums_25_25_25_25 > .column_middle_right{clear:both; width:96%; margin-left:2%; margin-right:2%;  margin-top:10px;}
	.four_colums_25_25_25_25 > .column_right{clear:both; width:96%; margin-left:2%; margin-right:2%;  margin-top:10px;}

	/* ********************************************************************** */
	/* SPECIAL ELEMENT
	 * First level non-padding element in content area (screen)
	/* ********************************************************************** */
	#content_box > .full_width_container > .centered_container.no_padding{padding:10px;}


  /* ********************************************************************** */
  /* Overlay Icons - EDGAR
  /* ********************************************************************** */
  #content_box .content_tile .edgar_overlay_icons{display:none;}


} /* end of < 768  */
