
/*-----------------------------------------------------------------------------------*/
/*  Flyout
/*-----------------------------------------------------------------------------------*/
.menu .menu-item{
    text-transform: uppercase;
    text-align: center;
}

.menu .menu-item h3 a {
    font-family: "meta_serif_otlight";
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: normal;
    background: #9F3265;
    padding: 60px 0;
    display: block;
    text-decoration: none;
    color: #fff;
}
.menu .btn {
    margin-top: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Colors
/*-----------------------------------------------------------------------------------*/
.menu .menu-item h3.news a { background: #993366 !important;}
.menu .menu-item h3.social a{ background: #84337e !important;}
.menu .menu-item h3.departments a { background: #663399 !important;}
.menu .menu-item h3.blog a { background: #336699 !important;}
.menu .menu-item h3.organization a { background: #339999 !important;}
.menu .menu-item h3.strategies a { background: #339966 !important;}
.menu .menu-item h3.hr a { background: #999933 !important;}
.menu .menu-item h3.tools a { background: #cc6633 !important;}
.menu .menu-item h3.global a { background: #9D6638 !important;}
.menu .menu-item h3.offices a { background: #cc6633 !important;}

/*-----------------------------------------------------------------------------------*/
/*  Basebook
/*-----------------------------------------------------------------------------------*/
.basebook-inner { margin-top: 20px; text-align: left; }
.basebook-nav-outer { text-align: center; }

.basebook-thumb {max-width: 100%}

.basebook-nav-outer ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
    border: 0;
}

.drop-4 .alphabet { list-style: none; margin: 0; padding: 0; }
.drop-4 .alphabet li { margin-left: 0; }
.drop-4 .alphabet li a {
    display: block;
    padding: 0 15px 0 5px;
    background: #9F3296;
    margin-bottom: 1px;
    color: white;
}

.flag {
    text-indent:-9999px;
    overflow:hidden;
   // display: block;
    width: 36px;
    height: 22px;
}
.flag.basebook {
    width: 30px;
    height: 24px;
    background: url("../images/flag-basebook3.png") no-repeat center;
}
.flag.basebook:hover,
.active .flag.basebook {
    background: url("../images/flag-basebook.png") no-repeat center;
}
.flag.norwegian {
    background: url("../images/flag-norwegian.png") no-repeat center;
}
.flag.swedish {
    background: url("../images/flag-swedish.png") no-repeat center;
}
.flag.dutch {
    background: url("../images/flag-dutch.png") no-repeat center;
}

.drop-4 .alphabet li a:hover { text-decoration: none; }
.drop-4 .alphabet li.active a { background: white; color: #9F3296; }

.drop-4 .tab-content { background: white; color: #9F3265; }

.alphabet-container { float:left; width: 3%; margin-left: 16px; }
.alphabet li a { line-height: 1.5; }
.contact-container { float:right; width: 91%; margin-right: 2%; }

.drop-4 .contacts .tab-pane h3 { font-size: 12px; }
.drop-4 .contacts .tab-pane h3, .basebook .contacts .tab-pane p{ margin-top: 0; }

.drop-4 .contact { margin-top: 20px; border-bottom: 1px solid #CCCCCC; padding-bottom: 5px; }
.drop-4 .contact p span { text-transform: uppercase; }
.drop-4 .contacts { max-height: 630px; overflow-y: scroll; }

.alphabet-container { margin-left: 10px; }

.drop-4 .alphabet li { list-style: none; }
.drop-4 .alphabet li a { font-family: 'akzidenz-grotesk_bq_condensBd';}
.drop-4 .alphabet li a.abcd { background: #993366; }
.drop-4 .alphabet li a.efgh { background: #993399; }
.drop-4 .alphabet li a.ijkl { background: #663399; }
.drop-4 .alphabet li a.mnop { background: #333399; }
.drop-4 .alphabet li a.qrst { background: #336699; }
.drop-4 .alphabet li a.uvwx { background: #339999; }
.drop-4 .alphabet li a.yz { background: #339966; }
.drop-4 .alphabet li a.aeoa { background: #999933; }
.drop-4 .alphabet li.active a {
    background: white!important;
    color: #9F3296!important;
}

/*-----------------------------------------------------------------------------------*/
/*  Search
/*-----------------------------------------------------------------------------------*/
form.search { text-align: center; }
form.search input { height: 45px; background: white; border:0; }
form.search input[type="search"],
form.search input[type="text"] { width: 300px; }

form.search input[type="submit"] {
    text-transform: uppercase;
    color: #00314B;
    padding: 0 20px;
    border:0;
    margin-left: -3px;
    border-left: 1px solid #C2C2C2;
    font-family: 'akzidenz-grotesk_bq_condensMd';
    font-size: 30px;
    position: relative;
    top: 5px;
}

.open { background: #173c53 !important; }

.icon i, .icons i { display: none; }
.icon.basebook { background: url("../images/icon-basebook.png") no-repeat center; }
.icon.search { background: url("../images/icon-search.png") no-repeat center; }
.icon.idea { background: url("../images/icon-idea.png") no-repeat center; }
.icon.hash { background: url("../images/icon-hash.png") no-repeat center; }
.icons.shout { background: url("../images/icon-shout.png") no-repeat center; }
a.icons.shout:hover {
    cursor: pointer;
}

.open .icon.basebook { background: url("../images/icon-basebook-neg.png") no-repeat center; }
.open .icon.idea { background: url("../images/icon-idea-neg.png") no-repeat center; }
.open .icon.hash { background: url("../images/icon-hash-neg.png") no-repeat center; }
.open.shoutout .icons.shout { background: url("../images/icon-shout-neg.png") no-repeat center; }

.navigation .open .dropdown-link { background: #173c53 !important; }
.navigation .icon-bar {background: #173c53;}
.navigation .open .icon-bar {background: #fff;}

.dropdown-main-menu{ padding-bottom: 60px; }

.category-name.news { background: #993366 !important; }
.category-name.social{ background: #84337e !important; }
.category-name.departments { background: #663399 !important; }
.category-name.blog { background: #3b3a99 !important; }
.category-name.organization { background: #3f709b !important; }
.category-name.strategies { background: #439192 !important; }
.category-name.hr { background: #4ba777 !important; }
.category-name.tools { background: #999933 !important; }
.category-name.global { background: #996633 !important; }
.category-name.offices { background: #cc6633 !important; }

.post input[type="text"] {
    border: 1px solid #cccccc;
}
form.search.post input[type="submit"] {
    border: 1px solid #cccccc!important;
    position: relative;
    top: 5px;
    padding: 0 30px;
    border-left: none!important;
    color: #08314c;
    font-family: 'akzidenz-grotesk_bq_condensMd';
    font-size: 28px;
}


h1.page-title { text-align: center; font-family: 'akzidenz-grotesk_bq_condensMd'; font-size: 92px; text-transform: uppercase; margin-bottom: 30px; margin-top: 32px;}

#content { margin-bottom: 100px; }

.shout-tabs { border-bottom: none; text-align: center; margin: 0 auto; }
/*#shout-outs.tab-content { border: 1px solid #cccccc; } */
/*#shout-outs .tab-pane { background: #fff; padding: 30px 0;}*/

.shouts { list-style: none; padding-left: 0; margin-bottom: 0; margin-left: 0; }
.shouts li { border-top: 1px solid #cccccc; padding: 0 80px;}
.shouts li header { display: block; overflow: none;  clear: both; }
.shouts li h3.shout-title { float: left; font-family: 'meta_serif_otlight'; color: #03202f; font-size: 17px; margin-right: 10px; font-weight: bold; margin-bottom: 0; line-height: 28px; }
.shouts li .time-date { padding-top: 20px; color: #03202f; }

.reply { margin-right: 10px; }
.delete a { color: #cc0000; display: none;}
li.shout:hover .delete a { display: inline-block; }

.shout { position: relative; }
.shout .replied { margin-bottom: 0; }

.shout p:last-child { margin-bottom: 0; padding-bottom: 20px; }
.shout.viewed { background: #e9e9ec;}
.is-viewed { position: absolute; top: 20px; right: 20px; font-style: italic; font-family: sans-serif; color: #999999; }

#shout-outs .tab-pane { padding-bottom: 0; }

#myTab li.active,
.shout-tabs li.active { background: #cad6dd; height:37px;}

#myTab li,
.shout-tabs li { margin-right: 5px; margin-bottom: 5px; }

#myTab li a,
.shout-tabs li a { border: none; padding: 7px; margin-right: 0; }

form.search { text-align: center; }
form.search input { height: 45px; background: white; border:0; }
form.search input[type="search"],
form.search input[type="text"] { width: 300px; }

form.search input[type="submit"] {
    text-transform: uppercase;
    color: #00314B;
    padding: 0 20px;
    border:0;
    margin-left: -3px;
    border-left: 1px solid #C2C2C2;
    font-family: 'akzidenz-grotesk_bq_condensMd';
    font-size: 30px;
    position: relative;
    top: 0;
}

.shout-form { margin:0; }
.shout-form form {margin: 0 auto;}
form.search.post,
.shout-form {
    margin-bottom: 30px;
}
.post input[type="text"] {
    border: 1px solid #cccccc;
}
form.search.post input[type="submit"] {
    border: 1px solid #cccccc!important;
    position: relative;
    top: 0;
    padding: 0 30px;
    border-left: none!important;
    color: #08314c;
    font-family: 'akzidenz-grotesk_bq_condensMd';
    font-size: 28px;
}

.basebook-nav-outer { text-align: center; }
.basebook-nav-outer ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
    border: 0;
}

.shout-tabs li.active a,
.shout-tabs li a,
.shout-tabs li.active a:hover { border: none; background: none; }

.nav-tabs a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


@media all and (max-width: 990px) {
    .contact-container {
        float: left;
        width: 92%;
        margin-right: 0;
    }
}

@media all and (min-width: 766px) {
    .navbar-brand.brand-mobile { display: none; }
}
@media all and (max-width: 764px) {
    .navbar-default .navbar-collapse { background: none; }
    .dropdown-main-menu {padding-left: 10px; padding-right: 10px;}
}

@media all and (max-width: 672px) {
    .contact-container { width: 90%;  }
}

@media all and (max-width: 650px) {
    .main-box-content { bottom: -10px; left: 30px; }
    .main-box-content p { display: none; }
    .main-box-content h2 { font-size: 75px; }
}
@media all and (max-width: 574px) {
    form.search { width: 100%; margin: 0 auto; }
    form.search input[type="search"] { width: 65%; }
    form.search input[type="submit"] { width: 35%; padding: 0; }
}
@media all and (max-width: 460px) {
    .post.search { width: 90%; margin: 0 auto; }
    .post.search input[type="text"] { width: 65%; }
    .post.search input[type="submit"] { width: 35%; padding: 0; }
    .shouts li { padding: 0 30px; }
    .toggle { padding: 50px 15px; }
}

@media all and (max-width: 320px) {
    .box .caption h3 { font-size: 35px; }
    form.search { width: 100%; margin: 0 auto; }
    form.search input[type="search"] { width: 50%; }
    form.search input[type="submit"] { width: 50%; padding: 0; }
    .toggle { padding: 50px 15px; }

    .shout-tabs li,
    #myTab li { width: 23%; }

    .shout-tabs li a img,
    #myTab li a img { width: 100%; height: auto; }
    .alphabet-container { width: 10%; }
    .contact-container { float: none; width: 95%; margin-right: 0;}
}

.alphabet li.active a.abcd,
.pane-abcd { color: #993366!important; }

.alphabet li.active a.efgh,
.pane-efgh { color: #993399!important; }

.alphabet li.active a.ijkl,
.pane-ijkl { color: #663399!important; }

.alphabet li.active a.mnop,
.pane-mnop { color: #333399!important; }

.alphabet li.active a.qrst,
.pane-qrst { color: #336699!important; }

.alphabet li.active a.uvwx,
.pane-uvwx { color: #339999!important; }

.alphabet li.active a.yz,
.pane-yz { color: #339966!important; }

.alphabet li.active a.aeoa,
.pane-aeoa { color: #999933!important; }
