/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #9b9b9b; color: #fff; text-shadow: none; }
::selection { background: #9b9b9b; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; cursor: pointer; }
a:visited { color: #aaaaaa; }
a:hover { color: #2b2b2b; }
a:focus { outline: 0; }
li { cursor: pointer; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

@font-face {
    font-family: 'ITC Franklin Gothic Std';
    src: url('fonts/hinted-ITCFranklinGothicStd-Demi.eot');
    src: url('fonts/hinted-ITCFranklinGothicStd-Demi.eot?#iefix') format('embedded-opentype'),
        url('fonts/hinted-ITCFranklinGothicStd-Demi.woff') format('woff'),
        url('fonts/hinted-ITCFranklinGothicStd-Demi.ttf') format('truetype'),
        url('fonts/hinted-ITCFranklinGothicStd-Demi.svg#ITCFranklinGothicStd-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('fonts/hinted-AGaramondPro-Italic.eot');
    src: url('fonts/hinted-AGaramondPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/hinted-AGaramondPro-Italic.woff') format('woff'),
        url('fonts/hinted-AGaramondPro-Italic.ttf') format('truetype'),
        url('fonts/hinted-AGaramondPro-Italic.svg#AGaramondPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ITC Franklin Gothic Std';
    src: url('fonts/hinted-ITCFranklinGothicStd-Book.eot');
    src: url('fonts/hinted-ITCFranklinGothicStd-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/hinted-ITCFranklinGothicStd-Book.woff') format('woff'),
        url('fonts/hinted-ITCFranklinGothicStd-Book.ttf') format('truetype'),
        url('fonts/hinted-ITCFranklinGothicStd-Book.svg#ITCFranklinGothicStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('fonts/hinted-AGaramondPro-Regular.eot');
    src: url('fonts/hinted-AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/hinted-AGaramondPro-Regular.woff') format('woff'),
        url('fonts/hinted-AGaramondPro-Regular.ttf') format('truetype'),
        url('fonts/hinted-AGaramondPro-Regular.svg#AGaramondPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }

/*
* video
*/
video::-webkit-media-controls-start-playback-button {
    display: none;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* =============================================================================
   primary styles
   ========================================================================== */

body{
-webkit-font-smoothing: antialiased;
margin:0;
padding:0;
background-color: rgb(244, 245, 246);
font-family: "Adobe Garamond Pro",serif;
font-style: normal;
font-weight: 400;
color: #222;

}

#wrapper {
width: 100%;
height:auto;
margin: 0 auto 0 auto;
}

section {
width:100%;
height:100%;
margin:0 auto 0 auto;

}

.firstsection {
margin-top:520px;
padding-top: 0;
}

/* =============================================================================
   overlay
   ========================================================================== */

#overlay {
position:fixed;
top:0; left:0;
width:100%;
height:100vh;
background-color:#000;
opacity:0.95;
z-index:9999;
}

#logo {
position:fixed;
top:120px;
left:50%;
width:50px;
height:36px;
margin-left:-25px;
}

#down a {
position:fixed;
bottom:80px;
left:50%;
width:15px;
height:9px;
margin-left:-7px;
}

#overlayintro {
margin:auto;
position:fixed;
top: 0; left: 0; bottom: 0; right: 0;
width:90%;
max-width:800px;
height:340px;
}

#overlayintro ul {
list-style: none;
width:100%;
margin: 0;
padding: 0;
text-align: center;
}

#overlayintro li {
display: inline;
color: #fff;
font-size: 22px;
line-height: 30px;
margin-left: 20px;
margin-right: 20px;
}

#overlayintro li span {
font-family: "ITCFranklinGothicStd",sans-serif;
font-style: demi;
font-weight: 600;
color:#898989;
font-size:12px;
opacity: 0.6;
letter-spacing: 2px;
margin-right: 10px;
}

#overlayintro li a {
text-decoration: none;
color: #fff;
}

#overlayintro li a:hover {
text-decoration: none;
border-bottom: 1px solid #333;
}

#overlayintro p {
width:100%;
color:#fff;
font-size:60px;
line-height:80px;
text-align: center;
}

#overlayintro p.small {
font-size: 21px;
line-height: 18px;
}

#overlayintro p span {
color:#545454;
}



/* =============================================================================
   Text
   ========================================================================== */

.titleblock {
width:80%;
max-width: 684px;
margin:0 auto 0 auto;
padding-top:220px;
padding-bottom: 100px;
text-align: center;
}

.creditsblock {
width:80%;
font-size: 21px;
max-width: 684px;
margin:0 auto 0 auto;
padding-top:100px;
padding-bottom: 100px;
text-align: center;
}

.creditsblock ul {
list-style: none;
margin: 0; padding: 0;
}

.creditsblock li {
display: block;
font-size: 21px;
line-height: 30px;
}

.creditsblock li span {
font-family: "ITCFranklinGothicStd",sans-serif;
font-style: demi;
font-weight: 600;
font-size:12px;
margin-right: 12px;
opacity: 0.4;
letter-spacing: 2px;
}

h1 {

font-weight: 400;
font-size: 42px;
line-height: 54px;
margin: 0 auto 35px auto;
}

.titleblock ul {
list-style: none;
margin: 0; padding: 0;
margin-top: 35px;
}

.titleblock li {
display: inline;
font-size: 21px;
line-height: 30px;
margin-left: 10px;
margin-right: 10px;
}

li.block {
display:block;
}



.titleblock li span {
font-family: "ITCFranklinGothicStd",sans-serif;
font-style: demi;
font-weight: 600;
font-size:12px;
margin-right: 12px;
opacity: 0.4;
letter-spacing: 2px;
}

.titleblock p {
font-size: 21px;
line-height: 30px;
opacity: 0.8;
}

.nrkblue {
color:#172635;
}

.beige {
color: #44413f;
}

.grey {
color: #2a2a2a;
}


.quote {
width: 100%;
max-width: 1800px;
margin: 0 auto 0 auto;
padding-top: 120px;
padding-bottom: 120px;
background-color: #E8E8E8;
}

.defbg {
background-color: #E5E1E0;
}

.akbg {
background-color: #E6E6E6;
}

.nrkbg {
background-color: #DFE2E7;
}

.quote p {
max-width: 920px;
font-size: 30px;
line-height: 42px;
text-align: center;
margin: 0 auto 0 auto;
}

.quote p span {
font-family: "ITCFranklinGothicStd",sans-serif;
font-style: demi;
font-weight: 600;
font-size:12px;
margin-right: 12px;
opacity: 0.4;
letter-spacing: 2px;
}

/* =============================================================================
   ABOUT
   ========================================================================== */

#aboutcontainer{
margin: 60px auto 0 auto;
width:90%;
max-width: 1200px;
height:auto;
text-align: center;
padding-bottom: 120px;
padding-top: 120px;
}

.centerclmn {
margin: 60px auto 0 auto;
width: 90%;
height:auto;
}

.centerclmn a {
color: #222;
}

.centerclmn a:hover {
color: #222;
border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}

.centerclmn p {
font-size: 38px;
line-height: 48px;
margin: 0;
}

.twoclmn-container {
width:100%;
max-width: 1160px;
height: auto;
margin: 0 auto 0 auto;
overflow: hidden;
margin-top: 100px;
margin-bottom: 0px;
}

.clmns {
position: relative;
width:48%;
height: auto;
float: left;
margin-right: 4%;
margin-bottom: 50px;
padding-bottom: 40px;
}

.clmns p {
font-size: 21px;
line-height: 30px;
margin: 0;
width:75%;
margin: 0 auto 0 auto;
}



.awards {
width:59%;
margin: 0 auto 0 auto;
height:auto;
}

.awards p {
font-size: 21px;
line-height: 36px;
margin-bottom: 10px;
margin: 0 auto 0 auto;
}

.awards p span {
font-size: 30px;
line-height: 36px;
}

p span.light {
color: #9C9592;
font-size: 21px;
line-height: 36px;
}

p.clm {
font-family: "ITCFranklinGothicStd",sans-serif;
font-style: demi;
font-weight: 600;
font-size:12px;
opacity: 0.4;
letter-spacing: 2px;
margin: 0 auto 15px auto;
}

#logobis {
position:relative;
top:100px;
left:50%;
width:50px;
height:36px;
margin-left:-25px;
}



/* =============================================================================
   IMG
   ========================================================================== */

.imgcontainer {
width: 88%;
max-width: 1500px;
margin: 0 auto 0 auto;
border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}

.imgcontainer.noborder {
border-bottom: none;
}

.imgcontainer img {
width: 100%;
margin: 20px auto 20px auto;
text-align: center;
box-shadow: 0 3px 10px rgba(166, 177, 187, 0.2);
border-radius: 8px;
border: 1px solid rgba(59, 62, 65, 0.1);
}

.imgcontainer video {
width: 100%;
margin: 20px auto 20px auto;
text-align: center;
box-shadow: 0 3px 10px rgba(166, 177, 187, 0.2);
border-radius: 8px;
border: 1px solid rgba(59, 62, 65, 0.1);
}





.blue {
color:#2D3843;
}

.innertext {
width:100%;
max-width: 1400px;
height: auto;
padding-top: 140px;
margin: 0 auto 0 auto;
}

.textcolumn {
position: relative;
width:28%;
height: auto;
float: left;
margin-left: 2%;
margin-right: 2%;
margin-bottom: 140px;
}

.noright {
margin-right: 0;
}

.textcolumn p {
font-size: 21px;
line-height: 30px;
opacity: 0.8;
margin: 0;
}

p.columntitle {
font-family: "ITCFranklinGothicStd",sans-serif;
font-style: demi;
font-weight: 600;
font-size:12px;
opacity: 0.4;
letter-spacing: 2px;
margin: 0;
margin-bottom: 15px;
}

.imgleft {
float:left;
width:49%; margin-right:1%;
height:auto;

}

.imgleft img {
width:100%;
height:auto;
}



.imgright {
float:left;
width:49%; margin-left:1%;
height:auto;
}

.imgright img {
width:100%;
height:auto;
}

.clear {clear:both;}


/* =============================================================================
   Sidenav
   ========================================================================== */

nav {

    width:30px;
    height:240px;
    padding:0 18px;
    position: fixed;
    top: 50%; right:15px;
    text-align:right;
    z-index: 9985;
    margin-top:-140px;
    cursor:pointer;
}



nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
    text-align: right;
}

nav li {
padding-bottom:22px;
}

nav li a {
font-family: "ITCFranklinGothicStd",sans-serif;
font-style: demi;
font-weight: 600;
text-transform:uppercase;
font-size:12px;
letter-spacing:2px;
text-decoration:none;
color:#aaaaaa;
cursor:pointer;
}


a {
    text-decoration:none;
    color:rgb(255,255,255);
    cursor:pointer;
}

a.nav-active {
    color:#2b2b2b;

}

a.visited {
color:#aaaaaa;
}

nav li.bio {
margin-top: 30px;
}

a.bio {
padding-top: 20px;
border-top: 1px solid #dcdcdc;
padding-bottom: 20px;
border-bottom: 1px solid #dcdcdc;
}





/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { border:0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}





@media only screen and (max-width:1030px) {


nav {

    width:30px;
    height:240px;
    padding:0 14px;
    position: fixed;
    top: 50%; right:10px;
    text-align:right;
    z-index: 9985;
    margin-top:-140px;
}

.innertext {
width:100%;
max-width: 684px;
height: auto;
padding-top: 60px;
margin: 0 auto 0 auto;
}

.textcolumn {
position: relative;
width:100%;
height: auto;
float: none;
margin-left: 0;
margin-right: 0;
margin-bottom: 60px;
}

#aboutcontainer{
width:84%;
text-align: center;
padding-bottom: 80px;
padding-top: 10px;
margin: 0 auto 0 auto;
}

.noright {
margin-right: 0;
}



.imgcontainer {
width: 84%;
max-width: 1800px;
margin: 0 auto 0 auto;
}



.centerclmn {
margin: 60px auto 0 auto;
width: 88%;
height:auto;
}



.awards {
width:100%;
margin: 0 auto 0 auto;
}



.twoclmn-container {
width:100%;
height: auto;
margin: 0 auto 0 auto;
overflow: hidden;
margin-top: 100px;
margin-bottom: 0px;
}

.clmns {
position: relative;
width:49%;
height: auto;
float: left;
margin-right: 1%;
padding-bottom: 40px;
}


    #logobis {
top:70px;}

.quote {
width: 100%;
padding-top: 80px;
padding-bottom: 80px;
}

.quote p {
width: 88%;
}

.titleblock {
padding-top:160px;
padding-bottom: 80px;
}



}


@media only screen and (max-width:770px) {

#wrapper {
width: 90%;
margin: 0 auto 0 auto;
}

.imgcontainer {
width: 100%;
margin: 0 auto 0 auto;
}

.titleblock {
width:88%;
margin-left: 0;
text-align: center;
margin: 0 auto 0 auto;
padding-top:160px;
padding-bottom: 80px;
}

.quote p {
width: 88%;
}

.titleblock li {
display: block;
margin-bottom: 6px;
margin-left: 0px;
}

#aboutcontainer{
width:100%;
padding-bottom: 50px;
}


.imgleft {
float:none;
width:100%;
height:auto;

}

.imgleft img {
width:100%;
height:auto;
}



.imgright {
float:none;
width:100%;
height:auto;
}

.imgright img {
width:100%;
height:auto;
}

        .creditsblock {
width:100%;
max-width: 684px;
margin:0 auto 0 auto;
padding-top:60px;
padding-bottom: 60px;
text-align: center;
}



    nav {

    display: none;
}

#aboutcontainer{
width:100%;
padding-bottom: 50px;
}

.twoclmn-container {
width:100%;
height: auto;
margin: 0 auto 0 auto;
margin-top: 60px;
margin-bottom: 0px;
}


.clmns {
width:88%;
float: none;
height: auto;
margin: 0 auto 0 auto;
padding-bottom: 60px;
}

    .clmns p {

width:100%;
margin: 0 auto 0 auto;
}

}


/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen and (max-width:599px) {

    #wrapper {
width: 100%;
margin-left: 0;
margin: 0 auto 0 auto 0;
text-align: center;
}

nav {

    display: none;
}


/* ----------- Top ----------- */


#overlayintro {

width:80%;

height:200px;
}


.innertext {
width:100%;
max-width: 684px;
height: auto;
padding-top: 30px;
margin: 0 auto 0 auto;
}

.textcolumn {
position: relative;
width:100%;
height: auto;
float: none;
margin-left: 0;
margin-right: 0;
margin-bottom: 30px;
}


.textcolumn p {
font-size: 16px;
line-height: 22px;
opacity: 0.8;
margin: 0;
}

p.columntitle {
font-family: "franklin-gothic-urw",sans-serif;
font-style: normal;
font-weight: 500;
font-size:10px;
opacity: 0.5;
letter-spacing: 1px;
margin: 0;
margin-bottom: 15px;
}


.noright {
margin-right: 0;
}



#logo {
position:fixed;
top:50px;
left:50%;
width:40px;
height:29px;
margin-left:-20px;
}

#overlayintro {
margin:auto;
position:fixed;
top: 0; left: 0; bottom: 0; right: 0;
width:80%;
height:280px;
}


 #overlayintro p {
font-size:24px;
line-height:34px;
margin: 0 auto 0 auto;
}

#overlayintro ul {
margin-top: 40px;
}

#overlayintro li {
font-size: 16px;
line-height: 22px;
margin-left: 7px;
margin-right: 7px;
display: block;
margin-bottom:7px;
}

#overlayintro li span {
font-family: "franklin-gothic-urw",sans-serif;
font-style: normal;
font-weight: 500;
color:#898989;
font-size:10px;
opacity: 0.5;
letter-spacing: 1px;
margin-right: 5px;
}

#down a {
position:fixed;
bottom:50px;
left:50%;
width:15px;
height:9px;
margin-left:-7px;
}


 /* ----------- Cases ----------- */

section {
width:100%;
height:100%;
margin:0 auto 0 auto;
padding-bottom: 30px;
padding-top: 50px;
}

.firstsection {
margin-top:300px;
padding-top: 0;
}


 .titleblock {
padding-top:30px;
padding-bottom: 20px;
text-align: center;
width:90%;
margin: 0 auto 0 auto;
}

.imgcontainer {
width: 90%;
}

h1 {
font-size: 22px;
line-height: 28px;
margin: 0 auto 25px auto;
}

.titleblock p {
font-size: 16px;
line-height: 22px;
opacity: 0.8;
}

.titleblock ul {
margin: 25px auto 10px auto;
}

.titleblock li {
font-size: 16px;
line-height: 22px;
display: block;
margin-bottom: 4px;
margin-left: 0;
}

.titleblock li span {
font-size:10px;
margin-right: 5px;
letter-spacing: 1px;
}

  /* ----------- About ----------- */

#aboutcontainer{
margin: 0 auto 0 auto;
width:100%;
max-width: 1400px;
height:auto;
text-align: center;
padding-bottom: 30px;
padding-top: 0;
}

    .centerclmn {
margin: 40px auto 0 auto;
width: 90%;
height:auto;
}



.centerclmn p {
font-size: 22px;
line-height: 28px;
margin: 0;
}

.twoclmn-container {
width:90%;
margin-top: 30px;
margin-bottom: 30px;
}

.clmns {
position: relative;
width:100%;
height: auto;
float: none;
margin-right: 4%;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

.clmns p {
font-size: 16px;
line-height: 22px;
width:100%;
}

p.clm {
font-size:10px;
letter-spacing: 1px;
margin: 0 auto 10px auto;
}

.awards {
width:90%;
margin: 30px auto 0 auto;
}


.awards p {
font-size: 16px;
line-height: 22px;
margin-bottom: 12px;
}


.awards p.clm {
font-size:10px;
letter-spacing: 1px;
margin: 0 auto 6px auto;
}

.awards p span {
font-size: 22px;
line-height: 26px;
margin-bottom: 6px;
}

p span.light {
color: #9C9592;
font-size: 16px;
line-height: 22px;
}

    #logobis {
top:15px;
}

.quote {
width: 100%;
padding-top: 40px;
padding-bottom: 40px;
}

.quote p {
font-size: 16px;
line-height: 22px;
text-align: center;
width: 84%;
}

.quote p span {

font-size:10px;
letter-spacing: 1px;
}

    .creditsblock {
width:100%;
max-width: 684px;
margin:0 auto 0 auto;
padding-top:30px;
padding-bottom: 30px;
text-align: center;
}

.creditsblock ul {
list-style: none;
margin: 0; padding: 0;
}

.creditsblock li {
display: block;
font-size: 16px;
line-height: 22px;
margin-bottom: 0px;
}

.creditsblock li span {
font-size:10px;
margin-right: 10px;
letter-spacing: 1px;
}

}
