/* CONTENT CSS - 2013 */


/* SEARCH BOXES */

div.search-box
{
    font-size: 0.8em;
    background-color: #ffffff;
    padding: 0 50px 0 10px;
    border: 1px solid #cad7dd;
    border-radius: 4px;
}

div.search input[type='text']
{
    width: 100%;
    background-color: transparent;
    margin: 13px 0 0 0;
    padding: 0;
    border: none;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.search button
{
    color: #000000;
    background-color: #cad7dd;
    margin: 0;
    padding: 11px 14px 11px 14px;
    border: none;
    border-radius: 0 3px 3px 0;
    float: right;
    margin-right: -50px;
    overflow: visible;
}

div.search button span
{
    
}

div.search button:hover
{
    background-color: #a6bcc6;
}

div.search i.fa-search
{
    font-size: 0.8em;
}

div.search button:hover
{
    cursor: pointer;
}

section#logo_section .attribute-title h2{
    font-weight: 700;
    text-transform: uppercase;
}

section#content-middle section#ambassador {
    padding-bottom: 0;
}

section#ambassador .attribute-title h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section#ambassador div.content-view-ambassador_block .class-person{
    background: no-repeat;
    background-size: contain;
    position: relative;
    color: #ffffff;
}

section#ambassador > .row {
    background: #333333;
}

section#ambassador > .row .col {
    margin-bottom: 0;
}

section#ambassador div.content-view-ambassador_block .class-person .person-info-panel {
    background: #c60c30;
    height: 0px;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #ffffff;
}

section#ambassador div.content-view-ambassador_block .class-person .attribute-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

section#ambassador div.content-view-ambassador_block .class-person > .attribute-name > h2 {
    margin-bottom: 0;
    padding: 10px 0 5px 15px;
    color: #ffffff;
    font-weight: 700;

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.001)), to(rgba(0,0,0,0.35)), color-stop(.1,rgba(0,0,0,0.001)));

}


section#ambassador div.content-view-ambassador_block .class-person .attribute-linktext {
    display: block;
    color: rgb(49,50,51);
    font-weight: 400;
    margin-top: 10px;
    display: block;
}



section#ambassador div.content-view-ambassador_block .class-person .person-info-panel .attribute-name{
    position: relative;
    margin-bottom: 7px;
}

section#ambassador div.content-view-ambassador_block .class-person .person-info-panel .attribute-name h2{
    padding: 0;
    color: #ffffff;
    font-weight: 600;
}


section#ambassador div.content-view-ambassador_block .class-person .person-info-panel .attribute-study h4{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}


section#ambassador div.content-view-ambassador_block .class-person .person-info-panel .attribute-study_type h4{
    color: rgb(225,143,152);
    font-weight: 600;
}




section#ambassador div.content-view-ambassador_block .class-person .person-info-panel .person-info-panel-content{
    position: absolute;
    bottom: 15px;
    padding: 15px 15px 0 15px;
}


section#employee-options label.label-heading
{
    color: #ffffff;
}

section#employee-options select
{
    margin-top: -1px;
    padding: 3px;
    border-radius: 4px;
    font-size: 1em;
}

section#employee-options input[type='text']
{
    /*font-size: 1.2em;*/
    margin-top: 5px;
}

section#employee-options button
{
    height: 27px;
    padding: 0 10px !important;
    vertical-align: middle;
}


/* LINK BUTTON */

div.link-button h2
{
    font-size: 1.3em !important;
    font-weight: 300 !important;
    margin: 0 !important;
}

div.link-button a
{
    width: 100%;
    color: #333333;
    background: #cad7dd url(../images/button-link-arrow.svg) 100% 50% no-repeat;
    background-size: 40px 15px;
    margin-bottom: 6px;
    padding: 6px 32px 4px 18px;
    border: 2px #cad7dd;
    border-style: solid solid none solid;
    border-radius: 4px;
    box-shadow: 0 5px 0 #a6bcc6;
    display: block;
    text-decoration: none;
}

button.submit-button {

    color: #333333;
    background: #cad7dd url(../images/button-link-arrow.svg) 100% 50% no-repeat;
    background-size: 40px 15px;
    margin-bottom: 6px;
    padding: 6px 32px 4px 18px;
    border-style: solid solid none solid;
    border-radius: 4px;
    box-shadow: 0 5px 0 #a6bcc6;
    display: block;
    text-decoration: none;
}

div.link-button a:hover, button.submit-button:hover
{
    background-color: #a6bcc6;
    border-color: #a6bcc6;
}

div.button-red a
{
    color: #ffffff;
    background-color: #c60c30;
    background-image: url(../images/button-link-arrow-white.svg); 
    border-color: #c60c30;
    box-shadow: 0 5px 0 #a71930;
}

div.button-red a:hover
{
    border-color: #a71930;
    background-color: #a71930;
}

div.button-white a, button.button-white
{
    color: #333333;
    background-color: #ffffff;
    background-image: url(../images/button-link-arrow.svg); 
    border-color: #a6bcc6;
}

div.button-white a:hover, button.button-white:hover
{
    background-color: #a6bcc6;
}

div.fill-right div.button-white a
{
    border-color: #ffffff;
}

div.fill-right div.button-white a:hover
{
    border-color: #a6bcc6;
}

div.link-button.calendar a
{
    background-image: url(../images/icon-calendar-red.svg);
    background-size: 51px 23px;
}

div.link-button.calendaradd a
{
    background-image: url(../images/icon-calendaradd-red.svg);
    background-size: 50px 25px;
}

div.link-button.openexternal a
{
    background-image: url(../images/icon-openexternal-black.svg);
    background-size: 52px 21px;
}

div.link-button.button-red.openexternal a
{
    background-image: url(../images/icon-openexternal-white.svg);
    background-size: 52px 21px;
}

div.link-button.booklist a
{
    background-image: url(../images/icon-booklist.svg);
    background-size: 60px 24px;
}

div.link-button.exams a
{
    background-image: url(../images/icon-exams.svg);
    background-size: 60px 29px;
}

span.openexternal
{
    width: 14px;
    height: 14px;
    background: url(../images/icon-openexternal.svg) 100% 30% no-repeat;
    background-size: 14px 14px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: 1px;
}

div.button-embedded
{
    width: 47.75%;
    margin: 25px 0;
}

div.infobox div.button-embedded
{
    width: 100%;
    margin: 0;
}

div.col.l-labelmargin div.link-button
{
    margin-top: 40px !important;
}


/* FILL TO EDGE */

.fill-right, .fill-left
{
    position: relative;
}

.fill-left:before, .fill-right:after
{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.fill-right:after
{
    right: -9999px;
    left: 0;
    background-color: #e4ebee;
}

div.infobox.light.fill-right:after
{
    background-color: #f2f5f7;
}

div.infobox.dark.fill-right:after
{
    background-color: #868E91;
}
div.infobox.darkerlight.fill-right:after
{
    background-color: #d0dce3;
}


.fill-left:before
{
    right: 0;
    left: -9999px;
    background-color: #ff0000;
}


/* ICONS */

span.phone, span.email, span.time
{
    display: inline-block;
}

span.phone
{
    width: 21px;
    height: 26px;
    background: url(../images/icon-phone.svg) 0 50% no-repeat;
    background-size: contain;
    position: relative;
    top: 5px;
}

span.email
{
    width: 24px;
    height: 24px;
    background: url(../images/icon-email.svg) 0 50% no-repeat;
    background-size: contain;
    position: relative;
    top: 5px;
}

span.time
{
    width: 24px;
    height: 24px;
    background: url(../images/icon-time.svg) 0 50% no-repeat;
    background-size: contain;
    position: relative;
    top: 5px;
}


/* SELECT CUSTOM */

div.select-custom
{
    position: relative;
}

div.select-custom select, div.select-custom div.select-insert
{
    width: 100%;
    padding: 5px 10px;
}

div.select-custom select
{
    position: relative;
    z-index: 10;
    opacity: 0;
}

div.select-custom div.select-insert
{
    border: 1px solid #e4ebee;
    position: absolute;
    top: 0;
    z-index: 5;
}

div.select-insert:after
{
    font-family: FontAwesome;
    font-size: 0.6em;
    font-weight: 300;
    content: '\f078';
    line-height: 2.5;
    padding: 0 5px;
    border-left: 1px solid #e4ebee;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}


/* CALENDAR */

table.calendar
{
    font-size: 1em;
    border: 1px solid #d0d0d0;
    border-style: none solid solid none;
    background-color: #ffffff;
}

table.calendar th, table.calendar td
{
    padding: 2px 5px;
    border: 1px solid #d0d0d0;
    border-style: solid none none solid;
    text-align: center;
}

table.calendar th.dayname
{
    border-left: none;
}

table.calendar td.active
{
    background-color: #E0E0E0;
}

table.calendar td.current
{
    font-weight: bold;
    background-color: #a6bcc6;
    color: #ffffff;
}

p.calendar-tip a {
    text-decoration: none;
}

p.calendar-tip a:hover {
    text-decoration: underline;
}

/* FLOATING OBJECTS */

div.object-right div.attribute-image-embed
{
    margin: 20px 0 20px 20px;
    float: right;
}

div.object-left div.attribute-image-embed
{
    margin: 20px 20px 20px 0;
    float: left;
}

div.object-center div.attribute-image-embed
{
    margin: 20px auto;
}


/* FULL VIEW */

section > div.content-view-full
{
   margin-bottom: 10px; 
}

div.content-view-full > div > div.attribute-image:first-child
{
    margin-top: 10px;
}

div.content-view-full div.attribute-title h1
{
    font-size: 2.8em;
    font-weight: 500;
    margin: -3px 0 22px 0;
}

div.content-view-full div.attribute-short h2, div.content-view-full div.attribute-long h2
{
    font-weight: 500;
}

div.content-view-full div.attribute-byline
{
    font-size: 0.85em;
    margin-top: 30px;
}

div.content-view-full div.attribute-byline p
{
    margin: 0;
}

div.content-view-full div.attribute-byline p.author
{
}

div.content-view-full div.attribute-byline p.date
{
}

div.content-view-full div.class-news div.attribute-image
{
    margin-bottom: 10px;
}

div.content-view-full div.attribute-image img
{
    width: 100%;
    display: block;
}

div.content-view-full div.attribute-image .caption
{
    font-size: 86%;
    font-weight: 500;
    background-color: #e7ecf0;
    line-height: 1.1em;
    padding: 5px 15px 5px 15px;
}

div.content-view-full div.attribute-short.highlight
{
    font-size: 1.4em;
    color: #5f5f5f;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1.3em;
    border-bottom: 1px solid #d2dde2;
}

div.content-view-full div.attribute-short + div.attribute-long
{
    margin-top: 20px;
}


/* LINE VIEW */

div.content-view-children
{
    margin-top: 15px;
}

div.attribute-title + div.content-view-children
{
    margin-top: 0;
}

div.content-view-line
{
    height: 1%;
    clear: both;
}

div.content-view-line:after
{
    content: "-";
    height: 0;
    visibility: hidden;
    display: block; 
    clear: both; 
}

div.content-view-line
{
    margin-top: 10px;
}

div.content-view-full div.attribute-title + div.content-view-children div.content-view-line:first-child
{
    margin-top: 5px;
}

div.content-view-line div.attribute-title h2
{
    font-weight: 500;
    margin: 0;
}

div.content-view-line div.attribute-title h2 a
{
    color: #00759A;
}

div.content-view-line div.attribute-image
{
    width: 200px;
    margin: 30px 0 0 10px;
    float: right;
}

div.content-view-line div.attribute-link
{
    margin-top: 2px;
}


/* BLOCK VIEW */

div.content-view-block
{
    margin-bottom: 10px;
}

div.content-view-block div.attribute-image
{
    margin: 0 0 10px 0;
    float: none;
}

div.content-view-block div.attribute-title h2
{
    font-weight: 500;
    margin: 0;
}

div.content-view-block div.attribute-title h2 a
{
    color: #00759A;
}

div.content-view-block div.attribute-link
{
    font-size: 0.85em;
    margin-top: -2px;
}


/* BOX VIEW */

div.infobox, div.bannerbox
{
    margin-top: 20px;
    clear: both;
}

div.infobox
{
    background-color: #e4ebee;
    padding: 25px 30px;
}

div.infobox.fill-right
{
    padding-right: 0;
}

div.infobox.light
{
    background-color: #f2f5f7;
}

div.infobox.dark {
    background-color: #868E91;
    color: #ffffff;
}

div.infobox.darkerlight
{
    background-color: #d0dce3;
}

div.infobox.dark .content-view-box div.attribute-title h1,
div.infobox.dark .content-view-box div.attribute-title h2,
div.infobox.dark .content-view-box div.attribute-title h3,
div.infobox.dark .content-view-box div.attribute-title h4,
div.infobox.dark .content-view-box div.attribute-title h5,
div.infobox.dark .content-view-box div.attribute-title h6 {
    color: #ffffff;
}



div.infobox:first-child, div.bannerbox:first-child
{
    margin-top: 5px;
}

div.content-view-box div.attribute-title h2
{
    font-size: 1.2em;
    color: #818a8f;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

div.content-view-box div.attribute-title h3
{
    font-weight: 700;
    margin: 0 0 4px 0;
}

div.content-view-box p
{
    margin-bottom: 5px;
}

div.content-view-box ul
{
    margin: 5px 0 5px 1.5em;
}

div.content-view-boxline
{
    margin-top: 10px;
}

div.content-view-box div.attribute-link
{
    margin-top: -1px;
}


/* EMBED VIEW */

div.content-view-embed div.attribute-image
{
    margin: 0 auto;
    float: none;
    text-align: center;
}

div.content-view-embed div.attribute-image p
{
    margin: 0;
}


/* PAGE NAVIGATOR */

div.pagenavigator
{
    margin-top: 10px;
}

div.pagenavigator a
{
}

div.pagenavigator a, div.pagenavigator span.previous, div.pagenavigator span.selected, div.pagenavigator span.next
{
    padding: 0 5px;
}

div.pagenavigator a.previous, div.pagenavigator span.previous
{
    padding-left: 0;
}

div.pagenavigator span.selected
{
    font-weight: 700;
}

div.pagenavigator span.divider
{
    color: #c0c0c0;
}


/* SECTIONS */

section#banner.banner-frontpage
{
    max-height: 550px;
    background-color: #e7ecf0;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

section#banner.banner-frontpage div.overlay-text div.attribute-title h1
{
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 700;
}

section#banner.banner-frontpage div.attribute-image
{
    position: relative;
}

img#banner-image
{
    position: relative;
}

section#banner.banner-frontpage div.page-width
{
    position: static;
}

section#banner.banner-frontpage div.overlay-container
{
}

section#banner.banner-frontpage div.overlay-text
{
    width: 100%;
    padding-bottom: 30px;
    position: absolute;
    bottom: 0;
}

section#banner.banner-frontpage div.overlay-text div.attribute-title h1, section#banner.banner-frontpage div.overlay-text div.attribute-subtitle h2, section#banner.banner-frontpage div.overlay-text div.attribute-link a, section#banner.banner-frontpage div.overlay-text .label-heading
{
    color: #ffffff;
}


section#banner.banner-frontpage div.overlay-text div.attribute-title h1
{
    font-size: 2.6em;
}

section#banner.banner-frontpage div.overlay-text div.attribute-subtitle h2
{
    font-size: 1.1em;
    margin-top: 8px;
    text-transform: uppercase;
}

section#banner.banner-frontpage div.overlay-text div.attribute-link
{
    margin-bottom: -5px;
    clear: left;
    position: relative;
    top: -5px;
}

section#banner.banner-frontpage div.button-apply a
{
    background-color: #ffffff;
}

section#tools
{
    overflow: hidden;
}

section#tools label.heading
{
    color: #818a8f;
}

section#tools div.link-button
{
    margin-top: 30px;
}

section#tools p
{
    margin-top: 5px;
}

section#tools p a
{
    text-decoration: none;
}

section#tools p a:after
{
    content: " >";
    text-decoration: none;
}

section#tools p a:hover
{
    text-decoration: underline;
}

div#events-bg
{
    background-color: #d0dce3;
}

section#events h2, section#events h2 a
{
    color: #333333;
}

section#events h2
{
    font-weight: 700;
    text-transform: uppercase;
}

section#events h2 a:hover
{
    color: #00759a;
    text-decoration: underline;
}

section#events div.class-event
{
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #a6bcc6;
}

section#events div.class-event:first-child
{
    padding-top: 0;
    border-top: none;
}

section#events div.attribute-title, section#events div.attribute-date
{
    width: 50%;
}

section#events div.attribute-title
{
    float: left;
}

section#events div.attribute-title h3
{
    font-weight: 700;
    margin: 0;
}

div.class-event div.attribute-title h3 a
{
    color: #00759a;
    font-weight: 300;
}

section#events div.attribute-date
{
    text-align: right;
    float: right;
}

section#events div.attribute-date p
{
    margin: 0;
}

section#events table.calendar
{
    margin-top: 10px;
}

div.content-view-full div.class-event div.infobox
{
    margin-top: 0;
    padding: 15px 20px;
}

div.content-view-full div.class-event div.attribute-date, div.content-view-full div.class-event div.attribute-location
{
    font-weight: 500;
}

div.content-view-line div.class-event div.attribute-date, div.content-view-line div.class-event div.attribute-location
{
    font-weight: 300;
}

div.content-view-full div.class-event div#event-contact-person-under{
    padding-top: 10px;
}

div.content-view-full div.class-event div.link-button.calendar
{
    margin-top: 15px;
}

div.content-view-full div.class-event div.attribute-image
{
    margin-bottom: 20px;
}

div.content-view-line div.class-event
{
    padding-bottom: 12px;
    border-bottom: 1px solid #cad7dd;
}

div.class-event div.event-meta {
    overflow: hidden;
    clear: both;
}

div.class-event div.event-meta label {
    float: left;
    font-size: 0.9em;
}

div.class-event div.event-meta label:first-child {
    margin-right: 7px;
}



div.class-event div.event-meta label.attribute-type
{
    padding: 2px 2px 1px 2px;
    color: #ffffff;
    background: #A0B9C4;
    display: inline;
    text-transform: uppercase;
    font-weight: 500;
}

div#selectedDateContainer + h2 + div.content-view-children div.content-view-line
{
    margin-top: 12px;
}

div#selectedDateContainer + h2 + div.content-view-children div.content-view-line div.class-event
{
    padding-bottom: 5px;
}

div#selectedDateContainer + h2 + div.content-view-children div.content-view-line div.class-event div.attribute-title
{
    float: left;
}

div#selectedDateContainer + h2 + div.content-view-children div.content-view-line div.class-event div.attribute-date
{
    float: right;
}

div.content-view-full div.class-eventcalendar h2
{
    font-size: 1.2em;
    font-weight: 500;
}

div.content-view-full div.class-eventcalendar div#selectedDateContainer
{
    margin-bottom: 40px;
}

div.content-view-full div.class-eventcalendar div.content-view-children
{
    margin-top: 0;
}

div.content-view-full div.class-eventcalendar td.active
{
    color: #00759a;
    background-color: #ffffff;
}

div.content-view-full div.class-eventcalendar td.clicked
{
    color: #ffffff;
    background-color: #a6bcc6 !important;
}

section#images
{
    padding: 0 !important;
}

section#images div.col
{
    position: relative;
}

section#images span.likes
{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: none;
}

section#images span.likes
{
    color: #ffffff;
/*    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);*/
    display: none;
}

section#images a:hover span.likes
{
    display: block;
}

section#images a:hover img
{
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}

section#images h2
{
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    float: left;
}

div#news-bg
{
    background-color: #e7ecf0;
    border-top: 1px solid #d2dde2;
}

section#news h2, section#news h2 a
{
    color: #333333;
}

section#news h2
{
    font-weight: 700;
    margin: 0 0 20px 0;
    float: left;
    text-transform: uppercase;
}

section#news h2 a:hover
{
    color: #00759a;
    text-decoration: underline;
}

div.more-items
{
    margin-top: -4px;
    float: right;
}

div.more-items a, div.more-items span.image
{
    display: block;
}

div.more-items span.image
{
    width: 45px;
    height: 45px;
    background: url(../images/icon-more-items.svg) 0 0 no-repeat;
}

div.more-items span.text
{
    display: none;
}

section#news div.attribute-title h3
{
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
}

section#news div.attribute-title h3 a, section#news p
{
    color: #333333;
}

section#news div.attribute-title h3 a:hover
{
    color:  #00759a;
    text-decoration: underline;
}

section#news div.attribute-image
{
    margin-bottom: 10px;
}

section#news p
{
    color: #666666;
}

section#studies-search div.attribute-title h1
{
    margin-bottom: 20px;
}

section#studies-search ul.links
{
    font-size: 1.4em;
    margin: 10px 0;
}

section#studies-search label.heading
{
    color: #818a8f;
}

div#student-statistics-bg
{
    background-color: #f2f6f8;
    border-top: 1px solid #e7ecf0;
}

section#student-statistics h2 span.large
{
    white-space: nowrap;
}

section#student-statistics div.col:nth-child(1), section#student-statistics div.col:nth-child(2)
{
    padding-top: 20px;
    padding-bottom: 20px;
}

section#student-statistics div.col:nth-child(1) h2
{
    font-size: 1.2em;
    color: #818a8f;
}

section#student-statistics.english div.col:nth-child(1) h2
{
    font-size: 1em;
    margin-bottom: 0;
}

section#student-statistics div.col:nth-child(1) div.max-width
{
    max-width: 110px;
}

section#student-statistics.english div.col:nth-child(1) div.max-width
{
    max-width: 120px;
}

section#student-statistics div.col:nth-child(1) h2 span.large
{
    font-size: 2.2em;
    font-weight: 700;
    color: #a6bcc6;
    margin: 0 0 10px -4px;
    display: block;
}

section#student-statistics.english div.col:nth-child(1) h2 span.large
{
    margin-bottom: 6px;
}

section#student-statistics ul
{
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

section#student-statistics.english ul
{
    font-size: 0.9em;
    margin-top: 4px;
}

section#student-statistics li
{
    margin: 0;
    padding: 1px 0 1px 0;
    border-bottom: 1px solid #a6bcc6;
    list-style-type: none;
    list-style-image: none;
}

section#student-statistics ul li:before
{
    content: '';
}

section#student-statistics div.col:nth-child(2) h2, section#student-statistics div.col:nth-child(3) h2
{
    font-size: 1.7em;
    color: #818a8f;
    margin: 10px 0 0 0;
}

section#student-statistics.english div.col:nth-child(2) h2
{
    font-size: 1em;
}

section#student-statistics div.col:nth-child(2) h2 span.large, section#student-statistics div.col:nth-child(3) h2 span.large
{
    font-size: 1.3em;
    font-weight: 700;
    color: #a6bcc6;
    margin: 0 0 -8px 0;
    display: block;
}

section#student-statistics.english div.col:nth-child(2) h2 span.large
{
    font-size: 2.5em;
    margin: 8px 0;
}

section#student-statistics div.col:nth-child(3) h2
{
    margin-bottom: 20px;
    line-height: 1;
}

section#student-statistics div.col:nth-child(3) h2 span.large
{
    margin: 2px 10px 30px 0;
    float: left;
}

section#student-statistics.english div.col:nth-child(3) h2 span.large
{
    margin-top: -2px;
}

section#student-statistics div.figure-students
{
    max-width: 80px;
    height: 150px;
}

section#student-statistics div.col:nth-child(3) div.max-width
{
    max-width: 270px;
}

section#student-statistics div.circle
{
    font-size: 1.2em;
    width: 90px;
    height: 90px;
    color: #ffffff;
    background-color: #a6bcc6;
    border-radius: 45px;
    text-align: center;
}

section#student-statistics div.circle span.large
{
    font-size: 1.5em;
    font-weight: 700;
    padding-top: 22px;
    display: block;
}

section#student-statistics div.region-north, section#student-statistics div.region-south
{
    margin: 10px auto;
}

section#student-statistics div.region-west, section#student-statistics div.region-east
{
    margin-top: -50px;
}

section#student-statistics div.region-west
{
    float: left;
}

section#student-statistics div.region-east
{
    float: right;
}

section#student-statistics div.figure-map
{
    max-width: 270px;
    height: 320px;
}

section#student-statistics.english div.figure-map
{
    max-width: none;
    height: auto;
}


section#student-statistics div.figure-globe
{
    max-width: 170px;
    height: 200px;
    margin: 0 auto;
}

div#research-graph-bg
{
    background-color: #f2f6f8;
    border-top: 1px solid #e7ecf0;
}

section#research-graph h2
{
    font-size: 1.6em;
    margin-bottom: 30px;
}

section#research-graph div.attribute-image
{
    max-width: 100%;
}

div#about-uia-bg
{
    background-color: #f2f6f8;
    border-top: 1px solid #e7ecf0;
}

section#about-uia div.max-width
{
    max-width: 120px;
}

section#about-uia div:nth-child(1) div.max-width
{
    max-width: 73px;
}

section#about-uia div:nth-child(2) div.max-width
{
    max-width: 50px;
}

section#about-uia div:nth-child(3) div.max-width
{
    max-width: 110px;
}

section#about-uia div:nth-child(4) div.max-width
{
    max-width: 108px;
}

section#about-uia h2
{
    font-size: 1.2em;
    color: #818a8f;
    margin: 20px 0 0 0;
}

section#about-uia h2 span.large
{
    font-size: 1.8em;
    font-weight: 700;
    color: #a6bcc6;
    margin-bottom: 5px;
    display: block;
}

section#about-uia div.figure-map
{
    max-width: 262px;
}

section#about-uia div.figure-map img
{
    margin-top: -30px;
}

div#student-quote-bg
{
    color: #ffffff;
    background-color: #818a8f;
}

section#student-quote h2
{
    font-size: 1.4em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section#student-quote img
{
    max-width: 140px;
    border-radius: 50%;
}

section#student-quote div.attribute-quote
{
    font-size: 1.3em;
    font-style: normal;
    margin-bottom: 30px;
}

section#student-quote div.attribute-quote span.quotesign
{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../images/quote-sign.svg) no-repeat;
    background-size: contain;
    display: inline-block;
}

section#student-quote div.attribute-source p
{
    margin: 0;
}

section#student-quote div.more-items
{
    margin-top: 5px;
}

section#student-quote div.more-items span.image
{
    background-image: url(../images/icon-more-items-white.svg);
}

div#other-info-bg
{
    background-color: #d2dde2;    
/*    border-top: 1px solid #d2dde2;*/
}

section#other-info h2
{
    font-size: 1.4em;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

section#other-info div.figure
{
    max-width: 160px;
}

section#other-info h3
{
    font-size: 1.1em;
    font-weight: 500;
    margin-top: 10px;
}

section#other-info h3 a
{
    color: #00759a;
}

section#other-info .col {
    text-align: center;
}

div#studies-options-bg
{
    background-color: #737b7f;
}

section#content-middle section#studies-options
{
    padding-bottom: 0;
}

section#studies-options, section#studies-options h1
{
    color: #ffffff;
}

section#studies-options label.label-heading
{
    color: #ffffff;
}

section#studies-options label.selectall
{
    margin: 0 auto 15px auto;
}

#studies-options-toggle
{
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position:relative;
}

#studies-options-toggle span
{
    font-size: 1.2em;
    line-height: 34px;
    position: absolute;
    left: 0;
}

#studies-options-toggle i
{
    font-size: 1.8em;
}

#studies-options .filters-top
{
    margin-bottom: 10px;
}

#studies-options .filters-top a
{
    color: #ffffff;
    font-size: 1.2em;
    background-color: #868E92;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}

#studies-options .filters-top a:hover
{
    background-color: #8D9396;
    text-decoration: none;
}

#studies-options .filters-top a#reset-search-filters
{
    float: left;
}

#studies-options .filters-top a#close-studies-options-bg
{
    float: right;
}

#studies-options-bg.closed #studies-options-toggle  i:before
{
    content: "\f107";
}

#studies-options-bg.open #studies-options-toggle i:before
{
    content: "\f106";
}

#studies-options-bg.open #studies-options-toggle span
{
    display: none;
}

section#studies-searchresults h2, section#studies-list h2
{
    color: #333333;
    margin-bottom: 25px;
    float: left;
}

section#studies-searchresults div.search, section#studies-list div.search
{
    width: 310px;
    margin-top: -5px;
    float: right;
}

div.searchresults
{
    margin-bottom: 20px;
    border-top: 1px solid #e4ebee;
    clear: both;
}

div.searchresult-line
{
    margin-top: 0;
    border-bottom: 1px solid #e4ebee;
}

div.searchresult-line h3
{
    font-size: 1.4em;
    font-weight: 500;
    margin: 0 0 -3px 0;
    position: relative;
}

div.searchresult-line h3 a
{
    color: #00759A;
    padding: 10px 0;
    display: block;
}

div.searchresult-line span.icon
{
    height: 14px;
    width: 13px;
    background: url(../images/button-link-arrow.svg) 100% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 28px;
    right: 0;
}

div.searchresult-line a:hover
{
    background-color: #e4ebee !important;
    text-decoration: none;    
}

div.searchresult-line a span
{
    display: block;
}

div.searchresult-line span.attribute-title
{
    margin-top: 3px;
    padding-right: 20px;
    line-height: 1;
    display: block;
}

div.searchresult-line span.attribute-type, div.searchresult-line span.attribute-location, div.searchresult-line span.attribute-startup, div.searchresult-line span.attribute-price, div.searchresult-line span.attribute-points
{
    font-size: 0.75em;
}

div.searchresult-line span.attribute-type
{
    font-weight: 500;
    color: #333333;
    margin-top: -5px;
}

div.searchresult-line span.attribute-type span.attribute-duration {
    font-weight: 300;
    margin-left: 7px;
    font-size: 0.80em;
    display: inline;
}


div.searchresult-line span.attribute-location, div.searchresult-line span.attribute-startup, div.searchresult-line span.attribute-price, div.searchresult-line span.attribute-points
{
    font-weight: 300;
    color: #818A8F;
    margin-top: -5px;
}

div.searchresult-line span.col span.col
{
    margin-bottom: 0;
}

section.banner-study
{
    max-height: 350px;
    background-color: #c60c30;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

section.banner-study.grey
{
    background-color: #818a8f;
}

section.banner-study h1, section.banner-study h2, section.banner-study h3
{
    color: #ffffff;
    margin: 0;
}

section.banner-study h1
{
    /*word-wrap: break-word;*/
    font-weight: 600;
    font-size: 1.8em;
    margin-bottom: 10px;
    line-height: 1;
}

section.banner-study h2
{
    font-size: 1.4em;
    font-weight: 400;
}

section.banner-study div.text-position
{
    max-height: 350px;
    padding-left: 340px;
    position: relative;
}

section.banner-study div.attribute-image
{
    position: relative;
}

section.banner-study div.overlay-text
{
    width: 340px;
    padding-right: 25px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

/* Researchgroup */

section.banner-researchgroup
{
    max-height: 350px;
    background-color: #9DB8B2;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

section.banner-researchgroup.grey
{
    background-color: #818a8f;
}

section.banner-researchgroup h1, section.banner-researchgroup h2, section.banner-researchgroup h3
{
    color: #ffffff;
    margin: 0;
}

section.banner-researchgroup h1
{
    /*word-wrap: break-word;*/
    font-size: 2.8em;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

section.banner-researchgroup h2
{
    font-size: 1.6em;
}

section.banner-researchgroup div.text-position
{
    max-height: 350px;
    padding-left: 650px;
    position: relative;
}

section.banner-researchgroup div.attribute-image
{
    position: relative;
}

section.banner-researchgroup div.overlay-text
{
    width: 600px;
    padding-right: 25px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.class-researchgroup  .attribute-email a {
    text-decoration: none;
}

.class-researchgroup  .attribute-email a span{
    margin-right: 6px;
}
.class-researchgroup  .attribute-phone span{
    margin-right: 8px;
}




/* Exchange opportunity */


section.banner-exchange_opportunity
{
    max-height: 350px;
    background-color: #c60c30;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

section.banner-exchange_opportunity.grey
{
    background-color: #818a8f;
}

section.banner-exchange_opportunity h1, section.banner-exchange_opportunity h2, section.banner-exchange_opportunity h3
{
    color: #ffffff;
    margin: 0;
}

section.banner-exchange_opportunity h1
{

    /*word-wrap: break-word;*/
    white-space: nowrap;
    font-size: 2.8em;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

section.banner-exchange_opportunity h2
{
    font-size: 1.6em;
}

section.banner-exchange_opportunity div.text-position
{
    max-height: 350px;
    padding-left: 650px;
    position: relative;
}

section.banner-exchange_opportunity div.attribute-image
{
    position: relative;
}

section.banner-exchange_opportunity div.overlay-text
{
    width: 600px;
    padding-right: 25px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.class-exchange_opportunity  .attribute-email a {
    text-decoration: none;
}

.class-exchange_opportunity  .attribute-email a span{
    margin-right: 6px;
}
.class-exchange_opportunity  .attribute-phone span{
    margin-right: 8px;
}
section#content-middle div.class-exchange_opportunity section.google-maps-section {

    margin-bottom: -10px;
    padding-bottom: 0;
}
div.class-exchange_opportunity section.google-maps-section #map-canvas{
    height: 300px;
}

div.class-exchange_opportunity div.class-exchange_opportunity-data div.seating-meta p {
    font-size: 0.9em;
}

div.class-exchange_opportunity div.attribute-short{
    margin-bottom: 20px;
}

div.class-exchange_opportunity div.researchgroup-content-left{
    margin-right: 20px;
}

div.class-exchange_opportunity div.class-exchange_opportunity-data h3, div.class-exchange_opportunity div.infobox h3
{
    font-size: 1em;
    line-height: 1;
    color: #818a8f;
    text-transform: uppercase;
}


div.class-exchange_opportunity div.class-exchange_opportunity-data h3
{
    margin-top: 20px;
}


div.class-exchange_opportunity div.class-exchange_opportunity-data p
{
    font-size: 1.4em;
    font-weight: 400;
}

div.class-exchange_opportunity div.class-exchange_opportunity-data p + p {
    margin-top: 0;
}


div.class-exchange_opportunity div.class-exchange_opportunity-data.class-exchange_opportunity-data-normalparagraphs p {
    font-size: 1.0em;
    font-weight: 300;
}


div.class-exchange_opportunity div.link-button + div.class-exchange_opportunity-data
{
    margin-top: 30px;
}


div.class-exchange_opportunity div.class-exchange_opportunity-data div.class-exchange_opportunity-data-subject {
    margin-top: 0;
}

div.class-exchange_opportunity div.class-exchange_opportunity-data div.class-exchange_opportunity-data-subject p{
    margin-top: 0;
    font-size: 0.8em;
}
div.class-exchange_opportunity div.class-exchange_opportunity-data.class-exchange_opportunity-data-contact h4{
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 400;
}

div.class-exchange_opportunity div.class-exchange_opportunity-data.class-exchange_opportunity-data-contact h4:nth-of-type(1){
    margin-top: 0;
}
div.class-exchange_opportunity div.class-exchange_opportunity-data.class-exchange_opportunity-data-contact p {
    font-size: 0.95em;
    font-weight: 300;
}
div.class-exchange_opportunity div.class-exchange_opportunity-data.class-exchange_opportunity-data-contact p span.text{
    line-height: 24px;
    padding-left: 5px;
}


div.class-exchange_opportunity div.infobox #contact-name {
    margin-top: 10px;
}

div.class-exchange_opportunity div.infobox:first-child {
    margin-top: 0px;
}

div.class-exchange_opportunity div.sidebar-pull div.infobox:first-child {
    margin-top: 0;
}

div.content-view-full > div.class-exchange_opportunity div.class-exchange_opportunity-data-contact h3{
    margin-top: 0;
}


.pageclass-exchange_opportunity .section-row .attribute-title h1{
    font-size: 1.2em;
    line-height: 1;
    color: #818a8f;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section#content-middle div.class-exchange_opportunity div.infobox ul, section#content-middle div.class-exchange_opportunity div.infobox ul li{
    margin: 0;
}

section#content-middle div.class-exchange_opportunity div.infobox ul li:before{
    content: '';
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}








/* Section: study-details */

section#study-details
{
}

section#study-details div.study-icon
{
    width: 32px;
    height: 32px;
    margin-top: 10px;
}

section#study-details dl, section#study-details dt, section#study-details dd
{
    font-style: normal;
    margin: 2px 0;
    padding: 0;
}

section#study-details dl
{
    margin-top: 4px;
}

section#study-details dt
{
    font-size: 1em;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
}

section#study-details dd
{
    font-size: 1.7em;
    font-weight: 400;
    font-style: normal;
}

div#content-menu-bg
{
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #d2dde2;
    position: relative;
    z-index: 10;
}

nav#content-menu ul, nav#content-menu li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

nav#content-menu
{
    font-size: 0.9em;
    text-transform: uppercase;
    position: relative;
    bottom: -1px;
}

nav#content-menu li
{
    list-style-type: none;
    list-style-image: none;
    text-align: right;
    display: inline-block;
}

nav#content-menu span.marker
{
    margin: 8px 10px 0 10px;
    height: 6px;
    border-bottom: 6px solid transparent;
    display: block;
}

nav#content-menu a
{
    font-weight: 700;
    color: #818a8f;
    padding: 0 15px 0 15px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    white-space: pre;
    position: relative;
    letter-spacing: 0.03em;
}

nav#content-menu li:first-child
{
    margin-left: -10px;
}

nav#content-menu ul li:before
{
    content: '';
}

nav#content-menu li.selected a
{
    color: #c60c30;
}

nav#content-menu li.selected span.marker
{
    border-bottom-color: #c60c30 !important;
}

nav#content-menu li:hover span.marker
{
    border-bottom-color: #d4e6ed;
}

div.content-chapter
{
    margin-top: 30px;
    padding-right: 30px;
/*    padding-top: 20px;
    border-top: 1px solid #d2dde2;*/
}

div.content-chapter:first-child
{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

div.content-chapter > h2
{
    font-size: 1.8em;
}



div.content-chapter-multi h2
{
    background: 98% 50% no-repeat;
    background-size: 24px 24px;
    background-color: #f2f5f7;
    padding: 4px 7px 4px 7px;
    color: #01769B;
}

div.content-chapter-multi.open h2
{
    background-image: url(../images/icon-minus-blue.svg);
}

div.content-chapter-multi.closed h2
{
    background-image: url(../images/icon-plus-blue.svg);
}
div.content-chapter-body-multi {
    padding-bottom: 7px;
}

div.sidebar-pull div.infobox
{
    margin-top: 0;
    margin-left: -30px;
}

div.sidebar-pull div.infobox:first-child
{
    margin-top: -30px;
}

div.sidebar-pull div.link-button
{
    margin-bottom: 15px;
}

div.sidebar-pull div.link-button + div.row
{
    margin-top: 20px;
}

div.class-study div.study-data h3, div.class-study div.infobox h3
{
    font-size: 1em;
    line-height: 1;
    color: #333333;
    text-transform: uppercase;
    font-weight: 400;
}

div.class-study div.study-data h3
{
    margin-top: 5px;
}


div.class-study div.study-data p
{
    font-size: 1.4em;
    font-weight: 400;
}

div.class-study div.link-button + div.study-data
{
    margin-top: 30px;
}

div.class-study div.class-person div.attribute-image
{
    margin-top: 5px;
}

div.class-study div.class-person div.attribute-name
{
    font-weight: 500;
}

div.class-study div.class-person div.attribute-name p
{
    margin: 0 0 -5px 0;
}

div.class-study div.class-person span.icon
{
    margin-right: 5px;
}

div.class-subject div.attribute-title
{
    margin-bottom: -10px;
}

div.class-subject div.attribute-title h1, div.class-subject div.attribute-title h2, div.class-subject div.attribute-title h3
{
    margin: 0;
}

div.class-subject div.attribute-title h2
{
    font-size: 1.7em;
    margin-top: -5px;
}

div.class-article section#buttons
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

div.class-researchgroup div.attribute-short{
    margin-bottom: 20px;
}

div.class-researchgroup div.researchgroup-content-left{
    margin-right: 20px;
}

div.class-researchgroup div.study-data h3, div.class-researchgroup div.infobox h3
{
    font-size: 1em;
    line-height: 1;
    color: #818a8f;
    text-transform: uppercase;
}

div.class-researchgroup div.infobox #contact-name {
    margin-top: 10px;
}

div.class-researchgroup div.infobox:first-child {
    margin-top: 0px;
}

.pageclass-researchgroup .section-row .attribute-title h1{
    font-size: 1.2em;
    line-height: 1;
    color: #818a8f;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section#content-middle div.class-researchgroup div.infobox ul, section#content-middle div.class-researchgroup div.infobox ul li{
    margin: 0;
}

section#content-middle div.class-researchgroup div.infobox ul li:before{
    content: '';
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}


section#buttons div.attribute-title h1
{
    margin-bottom: 30px;
}

section > div.row.button-block-row
{
    margin-top: -15px;
}

section > div.attribute-title > div.row.button-block-row
{
    margin-top: 10px;
}

div.row.button-block-row div.col
{
    margin-bottom: 0;
}

div.row.button-block-row
{
    margin-bottom: 20px;
}

div.row.button-block-row div.link-button
{
    margin: 10px 0 15px 0;
}

section#buttons div.row div.link-button
{
    margin: 10px 0 15px 0;
}

section#buttons p span.icon
{
    margin-right: 5px;
}

section#buttons p span.s-br
{
    margin-right: 25px;
}

section#buttons h3.label-heading
{
    margin: 5px 0 -0px 0;
}

section#buttons div.link-button.button-howapply-bottom
{
    margin-top: -10px;
}

section#buttons p a.email
{
    text-decoration: none;
}

div#study-applyinfo-bg
{
    background-color: #e4ebee;
    border-top: 1px solid #d2dde2;
}

section#study-applyinfo div.figure
{
    width: 45px;
    height: 45px;
    margin-top: 10px;
}

section#study-applyinfo h3
{
    margin: 10px 0 5px 0;
    text-transform: uppercase;
}

section#study-applyinfo ul, section#study-applyinfo li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

section#study-applyinfo li
{
    margin-bottom: 6px;
}

section#study-applyinfo ul li:before
{
    content: '';
}

section#study-applyinfo p
{
    line-height: 1.6;
}

section#study-applyinfo a
{
    text-decoration: none;
}

section#study-applyinfo a:hover
{
    text-decoration: underline;
}

div.content-view-full div.class-interview div.attribute-quote
{
    font-size: 1.2em;
    font-weight: 400;
    color: #818a8f;
    line-height: 1.3em;
}

div.content-view-full div.class-interview span.quotesign
{
    width: 50px;
    height: 50px;
    background: url(../images/quote-sign.svg) no-repeat;
    background-size: contain;
    margin-bottom: 10px;
    display: block;
}

div.content-view-full div.class-interview div.attribute-image img
{
    border-radius: 50%;
}

div.content-view-full div.class-interview div.attribute-name
{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d2dde2;
}

.study-program-container
{
    margin: 15px 0 15px;
}

.study-program-container select
{
    margin: 8px 0 8px;
    float: right;
}

div#title-image-bg img#title-image
{
    
}

section#title-image
{
    max-height: 300px;
    position: relative;
    overflow: hidden;
}

section#title-image, section#title-image section
{
    padding: 0 !important;
}

section#title-image img
{
    position: relative;
}

section#title-image div.overlay-text
{
    width: 100%;
    position: absolute;
    bottom: 30px;
}

section#title-image div.overlay-text div.row
{
    /*margin: 0 auto;*/
}

section#title-image div.overlay-text div.row div.col
{
    margin-right: 0;
    margin-left: 0;
}

section#title-image label.label-heading
{
    font-size: 1.5em;
}

section#title-image h1
{
    font-weight: 700;
    margin: 10px auto -10px auto;
    text-transform: uppercase;
}

div#page-title-bg.page-title-bg-between-sections section#page-title
{
    padding-bottom: 0;
}

div#page-title-bg section#page-title
{
    padding-top: 30px;
    padding-bottom: 0;
}

div.content-view-full div.class-article div.sticky-wrapper + div.page-width div.col.l-8
{
    padding-top: 30px;
}

div.content-view-full div.class-article div.sticky-wrapper + div.page-width div.col.l-4 div.infobox
{
    margin-top: -5px;
}

div.content-view-full div.class-article div.left-content div.content-wrapper
{
    padding-right: 30px;
}

div.content-view-full div.class-article div.sidebar-pull div.infobox {
    margin-top: 20px;
}
div.content-view-full div.class-article div.sidebar-pull div.infobox:first-child {
    margin-top: 0px;
}


section#employee
{
    padding-top: 0 !important;
}

div.employee-top
{
/*    background-color: #e7ecf0;*/
}

/*div.employee-top.fill-right:after
{
    right: -9999px;
    left: 0;
    background-color: #e7ecf0;
}
*/
section#employee div.attribute-image img
{
/*    border-radius: 50%;*/
}

section#employee div.attribute-image p
{
    margin-top: 5px;
    text-align: center;
}

section#employee div.employee-top div.attribute-title
{
    margin-top: 30px;
}

section#employee div.attribute-academictitle h2
{
    margin-top: -5px;
}

section#employee div.attribute-position h3
{
    font-size: 1em;
    margin-top: -5px;
    padding-bottom: 10px;
} 

section#employee div.attribute-academictitle + div.attribute-position h3
{
    margin-top: -9px;
}

section#employee div.attribute-department
{
    margin-bottom: 30px;
}

section#employee p.language-link
{
    margin-top: 35px;
    padding-bottom: 20px;
}
section#employee p.press-link
{
    margin-top: 0px;
}

section#employee dl
{
    margin: 0 0 5px 0;
}

section#employee dt
{
    width: 100px;
    margin: 0;
    display: inline-block;
}

section#employee dd
{
    font-style: normal;
    margin: 0;
    display: inline-block;
}

section#employee div.employee-section + div.employee-section
{
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e4ebee;
}

section#employee div.infobox:first-child
{
    margin-top: -25px;
}

section#employee div.employee-section
{
    padding-top: 30px;
}

/*section#employee div.employee-section h2
{
    font-size: 1em;
    color: #818a8f;
    text-transform: uppercase;
}*/

section#employee div.employee-section h3
{
    font-size: 1em;
    color: #818a8f;
}

section#employee div.employee-section p + p
{
    margin-top: 10px;
}

section#employee p.last-changes
{
    font-size: 0.8em;
    margin: 20px 0 20px 0 !important;
}

section#employee div.infobox ul, section#employee div.infobox li
{
    margin-left: 0;
}

section#employee div.infobox li:before
{
    content: '';
}

div#employee-options-bg
{
    background-color: #818a8f;
}

div#employee-options-bg h4
{
    text-transform: uppercase;
    color: #ffffff;
}

div#employee-options-bg select
{
    width: 100%;
}

section#employee-options h2
{
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}


div.searchresult-line div.class-employee img
{
/*    border-radius: 50%;*/
}

section#employee div.row + div.row
{
    margin-top: 30px;
}

div.employee-publications h2
{
    margin-top: 10px;
}

nav.publications-menu
{
    margin-top: 20px;
}

nav.publications-menu ul, nav.publications-menu li
{
    margin: 0 !important;
}

nav.publications-menu li
{
    float: left;
}

nav.publications-menu li + li
{
    margin-left: 5px !important;
}

nav.publications-menu li:before
{
    content: '' !important;
}

nav.publications-menu a
{
    font-weight: 500;
    background-color: #f9f9f9;
    padding: 8px 20px 8px 20px;
    border: 1px #e4ebee;
    border-style: solid solid none solid;
    text-decoration: none;
    display: block;
}

nav.publications-menu li.selected a
{
    color: #333333;
    background-color: #ffffff;
}

nav.publications-menu select, nav.publications-menu div.select-insert
{
    font-size: 1em;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 8px 20px 8px 20px;
    border: 1px #e4ebee;
    border-style: solid solid none solid;
    -webkit-appearance: none;    
}

nav.publications-menu div.select-insert
{
    top: 2px;
}

nav.publications-menu div.select-insert:after
{
    line-height: 3.6;
    background-color: #f2f5f7;
    border-left: 1px solid #e4ebee;
}

div.publications-content-bg
{
    background-color: #e7ecf0;
    padding: 20px 0;
}

div.publications-content li:before
{
    content: '' !important; 
}


/* Campaign section */

div.campaign-section-bg
{
    background-color: #a6bcc6;
    position: relative;
}

section.campaign-section
{
    min-height: 500px;
    padding: 0 !important;
}

section.campaign-section.noimage
{
    min-height: 0;
}

section.campaign-section div.page-width
{
}

section.campaign-section div.text
{
    width: 66.6667%;
    padding-top: 40px;
    padding-right: 30px;
    float: left;
}

section.campaign-section.noimage div.text
{
    width: 100%;
}

section.campaign-section div.attribute-title h1, section.campaign-section div.attribute-title h2
{
/*    border-bottom: 1px solid #f1f4f6;*/
}

section.campaign-section div.line
{
    height: 1px;
    border-bottom: 1px solid #f1f4f6;
}

section.campaign-section div.attribute-title h2
{
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section.campaign-section div.attribute-title h1
{
    font-size: 3.7em;
    font-weight: 700;
    line-height: 1;
    color: #333333;
    margin: 15px 0 20px 0;
    text-transform: uppercase;
}

section.campaign-section div.attribute-short
{
    margin-top: 20px;
}

section.campaign-section div.image
{
    width: 1000px;
    height: 500px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: 700px;
}

section.campaign-section.noimage div.image
{
    display: none;
}

section.campaign-section div.attribute-link
{
    width: 100%;
    clear: both;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

section.campaign-section.noimage div.attribute-link
{
    margin-bottom: 10px;
    position: static;
}

section.campaign-section div.attribute-link a
{
    font-size: 2em;
    color: #c60c30;
    text-decoration: none;
}

section.campaign-section .col.image img
{
    display: none;

}

section.campaign-section div.attribute-link a
{
    width: 40px;
    height: 40px;
    background: url(../images/campaign-banner-link.svg) 50% 50% no-repeat;
    display: inline-block;
}









/* study-program-container: is going to be replaced soon. */

.study-program-container {
    font: 10px/13px verdana;
}

.study-program-container a:hover {
    color: #aa112c
}

.study-program-container div {
    position: relative;
}

.study-program-container {
    position: relative;
}

.study-program-container select.select {
    position: absolute;
    right: 0;
    top: 10px;
}

.study-program-container select.select option {
    padding-right: 20px;
}

.study-program-container table {
    border-collapse: separate;
}

.study-program-container table caption {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 30px 0;
    text-align: left;
    color: #aa112c
}

.study-program-container table thead {
    visibility: hidden;
    line-height: 1px;
}

.study-program-container table thead th, table thead td {
    padding: 0;
    margin: 0;
}

.study-program-container table th {
    padding: 5px;
    vertical-align: top;
    text-align: left;
    border-right: 1px solid #fff;
    background-color: #f0ece8;
    border-bottom: 2px solid #fff;
}

.study-program-container table td {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
    border-top: none;
    width: 51px;
}

.study-program-container th {
}

.study-program-container .emnekode {
    display: block;
    color: #000;
    padding-bottom: 5px
}

.study-program-container .emnenavn {
    display: block;
    padding-bottom: 5px
}

.study-program-container .studiepoeng {
    display: block
}

.study-program-container .valgemne {
    background-color: #a49d97
}

.study-program-container .obligatorisk {
    background-color: #dbd1ca;
}

.study-program-container .null {
    background-color: #c5bcb6;
}

.study-program-container .master .obligatorisk {
    background-color: #a6bcc6
}

.study-program-container .null span {
    display: inline;
    padding-right: 5px
}

.study-program-container .null a.emnekode {
    display: inline;
}

.study-program-container .emne-valg {
    background-color: #a49d97
}

.study-program-container .emne-tillegg {
    background-color: #efeae7
}

.study-program-container .first {
    background-color: #a49d97;
    border-bottom: 1px solid #a49d97;
}

.study-program-container .last {
    border-bottom: 2px solid #fff
}

.study-program-container .qqq {
    border: 1px solid #ddd;
    background-color: #fffccc;
    padding: 6px 8px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 1
}

.study-program-container td ul {
    list-style-type: square;
    padding: 0;
    margin: 0;
    list-style-position: outside;
    margin: 0 0 0 14px;
}

.study-program-container td ul li {
    padding-left: 1px;
}

.study-program-container .hidden {
    display: none
}

.study-program-container #admin-panel {
    width: 300px;
    border: 1px solid #ddd;
    padding: 20px;
}

.study-program-container #admin-panel legend {
    padding: 0 10px
}

.study-program-container #admin-panel div {
    padding-top: 20px
}

.study-program-container #admin-panel div select {
    margin-right: 20px;
}

.study-program-container #admin-panel div input {
    margin-right: 20px;
}

.study-program-container #admin-panel span {
    display: block;
    font-size: 12px;
    padding-top: 10px;
}

.study-program-container .valgemne span {
    display: list-item;
    list-style: square outside none;
    margin-left: 14px;
}

.study-program-container .expand a, .study-program-container .collapse a {
    color: #000;
    text-decoration: none;
    display: block;
    /* Not used: */
    /*background: transparent url(expandcollapse.gif) left 4px no-repeat;*/
    padding-left: 15px;
    margin-left: -14px
}

.study-program-container .collapse a {
    background-position: left -14px
}

.study-program-container .expand a:hover, .study-program-container .collapse a:hover {
    font-weight: bold;
    color: #000
}




/*
 *   Generic Message handling
 *   .feedback is for generic eZ messages.
 *   .message is for custom messages.
 */

.message, .feedback {
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.message .close-message {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    top: 5px;
    right: 5px;
    position: absolute;
    color: #858585;
    font-size: 20px;
    cursor: pointer;
}
.message .close-message:hover {
    color: #000000;
}
.message .close-message:before {
    content: "\f00d";
}


.message.success, .feedback {
    border: 1px solid #009E13;
    background: #EDFFED;
}


.message.notify {
    border: 1px solid #C5D8EA;
    background: #DFF7FF;
}


h3.event-type_selector-heading {
    text-transform: uppercase;
}

div.event_type_selector-container {
    margin-bottom: 23px;
}

form.feedback-form .found-content-attribute {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

form.feedback-form div#feedback-description-container label {
    font-weight: 500;
    margin-bottom: 3px;
}
form.feedback-form div.found-content-attribute label {
    font-weight: 500;
}

form.feedback-form .found-content-attribute  label {
    margin-right: 10px;
}
form.feedback-form .found-content-attribute label, form.feedback-form .found-content-attribute input{
    float: left;
}

form.feedback-form textarea {
    width: 100%;
    border-radius: 3px;
}
form.feedback-form .submit-attribute {
    overflow: hidden;
    clear: both;
}
form.feedback-form button {
    float: right;
}

.studylistresults .scale-block-text {
    white-space: nowrap;
}


div.responsive-scroll.active
{
    overflow-x: scroll;
}


.factbox {
    background: #eeeeee;
    padding: 15px;
    margin: 0 0 10px 0;
    font-size: 1em;
    border-spacing: 0;
}
