/* ----- General ----- */ 

.outer-wrapper {
	background-color: #f5f5f5;
}

@media screen and (min-width: 992px) {
	.outer-wrapper {
		padding-top: 180px;
	}
}

@media (min-width: 1200px) {
	.outer-container {
	    max-width: 1560px;
	    width: 100%;
	    margin: 0 auto;
	    padding-left: 0;
	    padding-right: 0;
	}
}

.general-padding {
	padding-top: 70px;
	padding-bottom: 70px;
}


/* ----- END: General ----- */ 

/* ----- Typography ----- */ 

h2 {
	font-family: "freight-display-pro";
	font-size: 39px;
    letter-spacing: 2px;
}

h3 {
	font-family: "freight-display-pro";
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 600;
}

p,
.text a {
    font-size: 17px;
}

.subtext h3, .subtext h2 {
	color:white;
	font-family: 'Open Sans', sans-serif, 'Helvetica Neue', Helvetica, Arial;
}


.prislogo h3 {
	color: #ff9300;
    font-size: 31px;
    font-family: arial;
    margin-bottom: 0px;
}

.prislogo p {
	color: #ff9300;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
}

div.prislogo
{
    padding-bottom: 5px;
}

/* ----- END: Typography ----- */ 


/* ----- Partial: top ----- */

@media screen and (min-width: 992px) {
	.top-menu-wrapper + .hero-half-slider {
		margin-top: -30px;
	}
}

.component-dropdown {
    height: 120px;
}

@media screen and (max-width: 992px) {
	.component-dropdown {
	    height: 90px;
	}
}

.inline-menu {
	margin-top: 44px;
}

#logo a.image-logo {
	top: 36px;
}

ul li.active ul a {
	color: #333536;
}

ul li.active ul a:hover {
	color: #EA9B00;
}

.has_dropdown:after {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    right: 2px;
    content: "\f107";
    color: #777;
}

@media screen and (min-width: 992px) {
	
	.top-menu-wrapper {
		height: 120px;	
	}
	
	.top-menu-wrapper {
	    position: fixed;
	    width: 100%;
	    max-width: 1560px;
	    background: #fff;
	    z-index: 999;
	    top: 0;
	}

	.top-menu,
	.inline-menu,
	#logo a.image-logo,
	#logo a.image-logo img {
		transition: all 0.4s ease;
	}
	
	.top-menu-wrapper.sticky {
		height: 60px;
		box-shadow: 0px 2px 47px 3px rgba(0, 0, 0, 0.05);
	}
	
	.sticky .inline-menu {
	    margin-top: 16px;
	}
	
	.sticky #logo a.image-logo {
	    top: 10px;
	}
	
	.sticky #logo a.image-logo img {
	    width: 166px;
	}
	
	.sticky .component-dropdown .inline-menu li.has_dropdown ul {
		margin-top: 0;
	}
}


.component-dropdown .inline-menu li.has_dropdown ul {
    min-width: 220px;
}


/* ----- END: Partial: top ----- */

/* ---------------------------- */
/* ------ LAYOUT: HOME -------- */
/* ---------------------------- */

.hero-half-slider {
	margin-bottom: 100px;
    background: #fff;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    margin-left: 30px;
    margin-right: 30px;
}

.hero-slider,
.hero-content-wrapper {
	width: 50%;
	height: 60vh;
    min-height: 500px;
}

@media screen and (max-width: 768px) {
	.hero-half-slider {
		display: block;
	}
	
	.hero-slider,
	.hero-content-wrapper {
		width: 100%;
	}
}

.topslider-image > a > section,
.topslider-image > section {
	max-width: 100%;
	height: 60vh;
	min-height: 500px;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
	.topslider-image > a > section,
	.topslider-image > section,
	.hero-slider {
		height: 300px;
		min-height: 0;
	}
}

.flex-control-nav,
.flex-direction-nav {
	display: none;
}

.hero-content {
	position: relative;
	top: 47%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 25px;
	padding-right: 25px;
}

.hero-content img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.wide_image_tall_with_text .content {
    margin-bottom: 20px;
}

.wide_image_tall_with_text .content .intro {
    padding-top: 5%;
    padding-bottom: 5%;
}


/* ---------------------------- */
/* ---- END: LAYOUT: HOME ----- */
/* ---------------------------- */

/* ---------------------------- */
/* --------- FOOTER  ---------- */
/* ---------------------------- */

/* ----- References ----- */

.reference-person {
    max-width: 360px;
	margin-left: auto;
    margin-right: auto;
}

.person-image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.reference-info h3 {
	margin-bottom: 5px;
}

.reference-info h5 {
    margin-bottom: 10px;
}

.reference-info p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
}

@media screen and (max-width: 768px) {
	.reference-person {
	    margin-bottom: 30px;
	}
}

.columns.one.referens {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ----- END: References ----- */

/* ----- Join section ----- */

.join-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.join-section {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
}

/* ----- END: Join section ----- */

footer {
	position: relative;
}

#powered_by {
    position: absolute;
    right: 25px;
    bottom: 15px;
}

footer p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
}


/* --- Partner logos ---- */

.partner-logos {
	background: #fff;
} 

.partner-logos h2 {
	margin-bottom: 20px;
}

.logos-row {
	margin-bottom: 40px;
}

.logos-row:last-child {
	margin-bottom: 0;
}

.partner-logos .inner {
	padding: 18%;
	text-align: center;
    height: 130px;
}

.partner-logos .inner img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    max-height: 80px;
}

/* --- END: Partner logos ---- */

.footer-contact {
	text-align: center;
}

/* ---------------------------- */
/* ------- END: FOOTER  ------- */
/* ---------------------------- */



/* ------------------------------- */
/* ------- Snippet: sf-btn ------- */
/* ------------------------------- */

.sf-btn {
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    padding: 8px 23px;
}

/* ------------------------------ */
/* ---- END: Snippet: sf-btn ---- * /
/* ------------------------------ */


/* ------------------------------- */
/* ----- BLOCK: Program item ----- */
/* ------------------------------- */

.program-item-wrapper {
/*	background: #f5f5f5;
    padding: 10px 25px;*/
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}

.program-item-top {
	background: #333;
    padding: 20px 34px 20px 25px;
    
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.program-item-top .date {
	padding-right: 20px;
	color: #888;
    min-width: 140px;
    font-size: 25px;
}

.program-item-top .title {
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 0;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.program-item-top .speaker {
    margin-bottom: 0;
    margin-top: 5px;
    color: #aaa;
}

@media screen and (min-width: 900px){
    .columns.programitem + .columns.programitem {
        margin-top: -30px;
    }
}

@media screen and (min-width: 600px) and (max-width: 899px){
    .columns.programitem + .columns.programitem {
        margin-top: -10px;
    }
}

.program-item-top .angle {
	color: #fff;
	font-size: 25px;
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);

    animation-name: slide-up;
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-direction: alternate;
    animation-fill-mode: forwards;
    
    position: absolute;
    top: 37%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
}

.program-item-top.icon-up .angle {
    animation-name: slide-down;
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

.program-item-content {
    display: none;

    padding: 25px 30px;
    background-color: #ffffff;
}

.program-item-content:after {
	content: ' ';
	display: table;
	clear: both;
}

.item-details {
    width: 140px;
    min-height: 1px;
}

.item-details .speaker-image {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	display: block;
	margin-top: 20px;
	float: none;
}

.item-inner {
    padding-right: 20px;
    width: calc(100% - 140px);
}

.program-item-content p {
    max-width: 800px;
    font-weight: 300;
}

.program-item-content p:last-child {
	margin-bottom: 0;
}

.program-item-content.open {
    display: block;
}

@keyframes slide-down {
  from {
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
  }
}

@keyframes slide-up {
  from {
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
  }
}

@media screen and (max-width: 768px) {
	
	.program-item-top {
		display: block;
	}
	
	.program-item-top .date {
		margin-top: 0;
	}
	
	.item-details {
	    float: none;
	    width: 100%;
	    margin-top: 20px;
	    padding-top: 10px;
	    border-top: 1px solid #ccc;
	}
	
	
	.item-inner {
	    float: none;
	    padding-right: 0px;
	    width: 100%;
	}

}

.program-item-wrapper + .program-item-wrapper {
    margin-top: 20px;
}



/* ------------------------------------ */
/* ----- END: BLOCK: Program item ----- */
/* ------------------------------------ */


/* ----------------------------------- */
/* ----- BLOCK: Program Divider ------ */
/* ----------------------------------- */

.program-divider-wrapper {
	text-align: center;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.program-divider-wrapper .title {
    display: inline-block;
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    
    text-transform: uppercase;
    font-weight: 500;
    color: #aaa;
}

.program-divider-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #f5f5f5;
    max-width: 730px;
    margin: 0 auto;
}

@media screen and (min-width: 900px){
    .columns.programdivider + .columns.programitem {
        margin-top: -30px;
    }
}


/* ------------------------------------ */
/* --- END: BLOCK: Program Divider ---- */
/* ------------------------------------ */

/* ------------------------------------ */
/* ------------- BUTTONS -------------- */
/* ------------------------------------ */


.sf-btn.show-btn,
.sf-btn.show-btn:hover{
    color: #ffffff;
    font-size: 13px;
}















