/******************
***** IMPORTS *****
******************/
@import "//www.landspitali.is/supportfiles/less/2019less/news.less";
@import "//www.landspitali.is/supportfiles/less/2019less/TreeView.less";
@import "//www.landspitali.is/supportfiles/less/2019less/Events.less";
@import "//www.landspitali.is/supportfiles/less/2019less/Navigation.less";
@import "//www.landspitali.is/supportfiles/less/2019less/Footer.less";
@import "//www.landspitali.is/supportfiles/less/2019less/CustomButtons.less";


/*****************
**** GENERAL *****
*****************/

.title_with-line{
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    white-space: nowrap;
}

.title_with-line > .line{
    width:100%;
    height:1px;
    background: #D3D3D3;
    margin-left:10px;
}

.side-header{
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;
}

.no-padding-left{
    padding-left:0;
}
.no-padding-right{
    padding-right:0;
}
.no-padding-top{
    padding-top:0;
}
.no-padding-bottom{
    padding-bottom:0;
}

.full-width-white-background{
    background-color:white;
}
.full-width-grey-background{
    background-color: #fafafa;
}

.full-width-white-background.bigBorderExtra,
.full-width-grey-background.bigBorderExtra {
    border-bottom: 1px solid #eee;
}

.paddingTopBottom{
    padding-top: 60px;
    padding-bottom: 60px;
}
.paddingTop{
    padding-top:60px;
}
.paddingBottom{
    padding-bottom:60px;
}
.noPaddingBottom{
    padding-bottom: 0px !important;
 }

.borderExtra{
    padding-top: 60px;
    padding-bottom: 60px !important;
    border-bottom: 1px solid #C3C3C3;
}


/*********************************
******* FRÉTTASLIDER FORSÍÐA *****
*********************************/

.single-item-slider{
    background: #fff;
    border: 1px solid #BBD0E1;
    padding: 20px;
    position: relative;
    z-index:10;
    height:225px;

}

.slider_effect{
    position:relative;
    width:100%;
}

.stacked_card.first{
    height:225px;
    background: #fff;
    border: 1px solid #BBD0E1;
    width:100%;
    position:absolute;
    left:10px;
    top:10px;
}

.stacked_card.second{
    height:225px;
    width:100%;
    background: #fff;
    border: 1px solid #BBD0E1;
    position:absolute;
    left:5px;
    top:5px;
}

.owl-carousel.oneslide,
.owl-carousel.oneslide .item,
.owl-carousel.oneslide .owl-stage-outer,
.owl-carousel.oneslide .owl-stage-outer .owl-stage,
.owl-carousel.oneslide .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.single-item-slider .more_link{
    float: right;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.single-item-slider .owl-dots{
    position: absolute;
    left: 0px;
    bottom: 6px;
    display: flex;
    flex-direction: row;
}

.single-item-slider .owl-dots button{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #EEEEEE !important;
    margin-left: 10px;
}
    
.single-item-slider .owl-dots button.active{
    background: #9E9E9E !important;
}

.single-item-slider .item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.single-item-slider .item h2,
.single-item-slider .item a {
    flex: 1;
}

.single-item-slider .item h2{
    font-size: 32px;
    line-height: 40px;
    color: #004D8C;
    margin: 0 0 5px 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.single-item-slider .item p {
    flex: auto;
    overflow: auto;
    
    margin: 0;
    padding: 0;
}

.single-item-slider .item a {
    align-self: flex-end;
    
    display: flex;
    flex-direction: column-reverse;
}

.single-item-slider .item a:hover{
    text-decoration:none;
}

.single-item-slider .item .date{
    font-size: 16px;
    line-height: 20px;
}

.single-item-slider .item .date .month{
    text-transform: uppercase;
    margin-right: 5px;
    margin-left: 5px;
}

.single-item-slider .item .item-content{
    color: #4A4A4A;
    font-size: 16px;
    line-height: 20px;
}

/***************************
******* HJÁLPLEGT EFNI *****
****************************/
.helpful #formHelpful1 .email-info{
    margin-top:25px;
}

.helpful #formHelpful1 .email-info span{
    font-size:17px;
}

.helpful #formHelpful1 .email-input{
    height:47px;
    font-size:16px;
}


/*********************************
**** STARFSEMISTÖLUR FORSÍÐA *****
*********************************/

.work__list{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}

.work__list_value{
    font-weight: bold;
    font-size: 180px;
    line-height: 180px;
    color: #004D8C;
    width:40%;
}

.work__list_value-small{
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    color: #004D8C;
}

.work__list_numbers{
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.work__list_numbers > div{
    width:50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
}

.work__list div.hideItem {
    display: none;
}

.work__list .big{
	font-size: 32px;
	line-height: 40px;
    margin-right: 10px;
    font-weight: 600;
}
.inline-link{
	color: #004D8C;
	opacity: .8;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
}
.inline-link:hover{
	opacity: 1;
	color: #004D8C;
	text-decoration: none;
}

/******************************
***** SHORTCUTS FRONTPAGE *****
******************************/
.direct h2{
    margin-bottom: 18px;
}

.direct-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.direct-list li{
	font-size: 16px;
	line-height: 22px;
	border-bottom: 1px solid #D3D3D3;
}
.direct-list a{
	display: block;
	padding: 16px 20px;
	color: inherit;
	position: relative;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.direct-list a:hover{
	text-decoration: none;
	color: #004D8C;
}
.direct-list a:before{
	content: '\f105';
	position: absolute;
	font-family: 'FontAwesome', sans-serif;
	top: 18px;
	left: 0;
	color: #004D8C;
	font-size: 18px;
	line-height: 18px;
}

/********************
****** BANNER *******
********************/
.visual{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-size: 18px;
	line-height: 24px;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #d3d3d3;
}
.visual:after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 28%;
    z-index: -1;
    background: #fafafa;
}
.visual .overlay{
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 39%;
	right: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1LjM3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIwLjg4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(250,250,250,1) 8%, rgba(250,250,250,0.88) 22.37%, rgba(250,250,250,0) 53%);
	background: -webkit-linear-gradient(left, rgba(250,250,250,1) 8%,rgba(250,250,250,0.88) 22.37%,rgba(250,250,250,0) 53%);
    background: linear-gradient(to right, rgba(250,250,250,1) 8%,rgba(250,250,250,0.88) 22.37%,rgba(250,250,250,0) 53%);
}
.visual.banner .container{
	position: relative;
}
.visual h1{
	color: #004d8c;
    font-size: 62px;
    line-height: 64px;
    font-weight: 700;
    margin: 0 0 40px;
}
.visual > img{
	display: none;
}

.direct {
    padding: 80px 0 40px;
}

.header-bottom__logo {
    display: inline-block;
    margin: 15px 0;
}

.visual .cell{
	display: table-cell;
	vertical-align: bottom;
	width: 1%;
	height: 300px;
	padding: 100px 0;
}

.visual p{margin: 0 0 30px;}
.visual .sub-nav{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.visual .sub-nav li{
	float: left;
	text-transform: uppercase;
	color: #004D8C;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 0 0 31px;
}
.visual .sub-nav a{
	color: inherit;
	opacity: .8;
}
.visual .sub-nav a:hover{
	opacity: 1;
	text-decoration: none;
}
.visual .search-form{
	margin: 0 0 20px;
}

/*************************
**** UNDIRSÍÐUBANNER *****
*************************/
.subpageBanner{
    border-bottom: 1px solid #eee;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 1;
	position: relative;
	padding: 65px 0 35px;
}

.subpageBanner:after{
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	background: #fafafa;
	width: 44%;
	z-index: -1;
}
.subpageBanner .overlay{
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 56%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1LjM3JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIwLjg4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(250,250,250,1) 0%, rgba(250,250,250,0.88) 35.37%, rgba(250,250,250,0) 100%);
	background: -webkit-linear-gradient(left, rgba(250,250,250,1) 0%,rgba(250,250,250,0.88) 35.37%,rgba(250,250,250,0) 100%);
	background: linear-gradient(to right, rgba(250,250,250,1) 0%,rgba(250,250,250,0.88) 35.37%,rgba(250,250,250,0) 100%);
}
.subpageBanner > img{display: none;}
.subpageBanner .container{position: relative;}
.subpageBanner h1{ margin: 80px 0 120px; line-height:32px;}
.subpageBanner .lead{margin: 0 0 69px;}
.subpageBanner .contact-block .extra_text{
    font-size:16px;
}
.subpageBanner .contact-block p{
    color: #333638;
}
.subpageBanner .message-block{
	position: absolute;
	right: 20px;
	bottom: 0px;
}
.subpageBanner .message-block p{margin-bottom: 22px; }
.message-block .ttl{
	text-transform: uppercase;
	margin: 0 0 5px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #333638;
}

/********************
***** VIÐVARANIR ****
********************/
#header .alert{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 11px 0;
}
#header .alert:before{
	content: '';
	position: absolute;
	background: #e8da2e;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	z-index: -1;
}
#header .alert .ttl{
	float: left;
	margin-right: 7px;
}
#header .alert p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 7px 0 0;
}
#header .alert a{
	float: right;
	margin-left: 7px;
}
#header .alert .col{
	max-width: 65%
}
#header .alert .col:after{
	content: '';
	clear: both;
	display: block;
}
.alert{
	border: none;
	border-radius: 0;
	font-size: 14px;
	line-height: 18px;
}
.alert-warning{
	color: #4a4a4a;
	background: #e8da2e;
}
.alert .ttl{
	text-transform: uppercase;
	font-weight: 600;
}
.alert a{
	text-decoration: underline;
}
.alert a:hover{text-decoration: none;}
.alert-header .language .dropdown-toggle,
.alert-header .header-nav > li{
	color: #4a4a4a;
}
.alert-header .language{
	background-image: url(/lisalib/getfile.aspx?itemid=5deb3bfb-af59-11e7-80fe-005056be0005);
}
.alert-header .header-nav .employees-link{
	background-image: url(/lisalib/getfile.aspx?itemid=5deb3bfe-af59-11e7-80fe-005056be0005);
}
.alert-header .header-nav .contact-link{
	background-image: url(/lisalib/getfile.aspx?itemid=5deb3bf8-af59-11e7-80fe-005056be0005);
}


/***************
***** LEIT *****
***************/

.search-form .form-control:focus{
	border: 1px solid #004D8C;
}

/*  BARA FYRIR LEIT ÚR MENU */
.search-container-dropDown.active{
	opacity: 1;
	visibility: visible;
}
.search-container-dropDown .container{
	padding-top: 114px;
	position: relative;
	padding-bottom: 60px;
}
.search-container-dropDown .h2{
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	display: block;
	margin: 0 0 23px;
}
.drop.search-container-dropDown.active {
    top: 0px !important;
}

.search-container-dropDown .h2{margin: 0 0 43px;}

.close{
	position: absolute;
	top: 49px;
	right: 17px;
	padding: 0 30px 0 0;
	background: url(/lisalib/getfile.aspx?itemid=5deb3bf6-af59-11e7-80fe-005056be0005) no-repeat 100% 6px;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	opacity: 1;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #4a4a4a;
}
.close:hover{opacity: .7;}

/* SEARCH TAKKI Í MENU */
.search-holder .btn-search{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	width: 60px;
	height: 44px;
	position: relative;
}
.search-holder .btn-search:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(/lisalib/getfile.aspx?itemid=5deb3c05-af59-11e7-80fe-005056be0005) no-repeat 50% 4px;
	-webkit-background-size: 18px 19px;
	background-size: 18px 19px;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.search-holder.active .btn-search:after,
.search-holder .btn-search:hover:after{
	opacity: 1;
}
.search-holder.active .btn-search:before,
.search-holder .btn-search:hover:before{
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	-webkit-transition: transform .3s, opacity .05s;
	transition: transform .3s, opacity .05s;
}
.search-holder .btn-search:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: #004D8C;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform .3s, opacity .05s .2s;
	transition: transform .3s, opacity .05s .2s;
	opacity: 0;
}

/* LEITARBOX */
.search-form .form-control{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	color: #686868;
	box-shadow: none;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	height: 60px;
	padding: 12px 70px 12px 19px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.search-form .form-control::-moz-placeholder {
	color:#686868;
	opacity: 1;
}
.search-form .form-control:-ms-input-placeholder {color:#686868;}
.search-form .form-control::-webkit-input-placeholder {color:#686868;}
.search-form .form-group{position: relative;}
.search-form .btn-search{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: 68px;
	padding: 0;
	border: none;
	font-size: 0;
	line-height: 0;
	background: url(/lisalib/getfile.aspx?itemid=5deb3c06-af59-11e7-80fe-005056be0005) no-repeat 50% 50%;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
}
.search-form .btn-search:hover{opacity: .7;}

/****************************
***** LEITARNIÐURSTÖÐUR *****
****************************/
.search-result-nav{
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
}
.search-result-nav:after{
	content: '';
	clear: both;
	display: block;
}

.search-wrapper{
    padding-left:0;
}

.search-wrapper #query{
    height:60px;
    width:100%;
    padding-left:15px;
}

.search-wrapper .search-item{
    color: #000000;
    font-size: 20px;	
    line-height: 25px;
    margin-bottom:40px;
}

.search-wrapper .search-item.promoted {
    border: 1px solid #6694BA;
    padding: 15px;
    background: #E9F0F5;
    border-radius: 6px;    
}

.search-wrapper .button-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.search-wrapper .results{
    color: #000000;	
    font-size: 24px;	
    line-height: 32px;
    margin-bottom:60px;
}

.search-wrapper .button-wrapper .disabled{
    background-color: #E4ECF3;
    color: #666666;
    box-shadow: inset 0 -10px 0 0 rgba(0,0,0,0.1);

}

.search-wrapper .link{
    color: #004D8C;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    display: block;
}

.search-wrapper .search-title{
    margin-top:10px;
}

.search-wrapper .search-item .muted{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.search-results-list{
    background:white;
    padding:45px 40px;
    border: 1px solid #CBCFD2;
    margin-bottom: 40px;
}


/*****************************
**** STAFRÓ FILTERING ********
*****************************/
.alphabet_sorting{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin-bottom: 25px;
}

.alphabet_sorting button{
    background: transparent;
    border: none;
    font-size: 18px;
    line-height: 23px;
    color: #004D8C;
    margin-top:0 !important;
    margin-bottom:0;
}

.alphabet_sorting.custom-buttons button.checked{
    background:transparent;
    color:#004D8C;
}

.alphabet_sorting .show_all{
    width:70px;
    min-width:70px;
    background:transparent;
    border:none;
    outline:none;
    font-weight: bold;
    white-space: nowrap;
    padding-left:0;
}


/*****************
**** TABS ********
*****************/

.content-nav{
    margin-bottom: 0;
    padding: 0;
    padding-right: 128px;
}

.content-nav .lsh-tabs{
    position: relative;
    top: 1px;
}

.content-nav .lsh-tabs li{
    border: 1px solid #CBCFD2;
    border-right: none;
    margin: 0;
    padding: 0px;
}

.content-nav .lsh-tabs li:last-child{
    border-right: 1px solid #CBCFD2;
}

.content-nav .lsh-tabs li.active{
    border-bottom: 0;
    background: #fff;
    position: relative;
    top: 1px;
}


.content-nav .lsh-tabs li{
    background: #FAFAFA;
}


.content-nav .lsh-tabs li a{
    font-weight: 400;
    text-transform: lowercase;
    color: #4A4A4A;
    padding: 10px 25px;
}

.content-nav .lsh-tabs li a:first-letter{
    text-transform: uppercase;
}

.tab-content{
    position: relative;
}

.tab-content .tab-pane{
    background: #fff;
    padding: 0px 20px;
    border: 1px solid #CBCFD2;
    border-top: 0;
}


.content-nav ul li{
	display: inline-block;
}
.content-nav ul a{
	display: block;
	position: relative;
}
.content-nav .lsh-tabs li.active a::after, .content-nav .lsh-tabs li:hover a::after{
    width: 100%;
    background: #004D8C;
    height: 3px;
    top: -1px;
    left: 0px;
    -webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: transform .3s, opacity .05s .2s;
	transition: transform .3s, opacity .05s .2s;
	opacity: 1;
}
.content-nav .lsh-tabs li.active a:after{
    top:-2px;
}
.content-nav ul a:after{
	content: '';
	position: absolute;
	top: -1px;
    left: 0px;
	right: 0px;
    background: #004D8C;
	width: 100%;
    height: 3px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform .3s, opacity .05s .2s;
	transition: transform .3s, opacity .05s .2s;
	opacity: 0;
}


/**********************
***** GJALDSKRÁR ******
**********************/

.pricelist-table-uninsured .table th:nth-child(2), .pricelist-table-uninsured td:nth-child(2),
.pricelist-table-uninsured th:nth-child(2), .pricelist-table-uninsured td:nth-child(2){
    float: right;
    padding-right: 200px;
}

.pricelist-table-insured tr td .info{
    text-decoration: none
}

.pricelist-table-insured tr td .info img{
    margin-left:10px;
}

.pricelist-table-insured tr td .info:hover {
    cursor: help;
    position: relative
}
.pricelist-table-insured tr td .info span {
    display: none;
    position: relative;
    font-size:16px;
    padding:15px;
    text-align: left;
}
.pricelist-table-insured tr td .info:hover span {
    display: block;
    z-index: 100;
    background-color: #4A4A4A;
    margin: 10px;
    width: 250px;
    position: absolute;
    top: 33px;
    color:white;
    text-decoration: none;
    right:-125px;
}
.pricelist-table-insured tr td:last-of-type .info:hover span {
    right:-40px;
    left:unset;
    margin-right:0;
}

.pricelist-table-insured tr td .info span:after, .pricelist-table-insured tr td .info span:before {
	bottom: 100%;
	left: 80%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.pricelist-table-insured tr > td:not(:last-of-type) .info span:after, .pricelist-table-insured tr > td:not(:last-of-type) .info span:before{
    left:50%;
}

.pricelist-table-insured tr td .info span:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #4A4A4A;
	border-width: 10px;
	margin-left: -10px;
}

.pricelist-table-insured tr > td:not(:first-of-type),
.pricelist-table-insured tr > th:not(:first-of-type) {
    text-align: right;
    padding-right: 50px;
}

.table.pricelist-table-uninsured thead tr th i.arrow, 
.table.pricelist-table-insured thead tr th i.arrow  {
    display: none;
}

/*************************
******* DEILDARSÍÐUR *****
**************************/
#map-display{
    width: 150px;
    height: 45px;
    margin-left: 5px;
    line-height: 21px;
    background-color: #E4ECF3;
    border: 0;
    padding-left: 6.5%;
    position: relative;
    text-align: left;
}

#map-display > span:before {
    background-image: url(https://i.imgur.com/ZFIJcYU.png);
    content: "";
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    background-size: cover;
    width: 20px;
    height: 24px;
    left: 5%;
}
.contact-us .contact-block .address-block{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding-right:45px;
}
.contact-us .contact-block .address-block p{
    max-width:70%;
}

.contact-us .contact-block .address-block button img{
    position: absolute;
    width: 14px;
    left: 15px;
}

.contact-us .contact-block .boss-block h4{
    font-weight:bold;
    line-height: 25px;
    color: #000000;
    margin-bottom:2px;
}

.contact-us .contact-block .boss-block p{
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.contact-us .contact-block .boss-block a{
    font-size: 18px;
    line-height: 25px;
}


.contact-block {
	font-size: 20px;
	line-height: 23px;
}
.contact-block .ttl{
	font-size: 18px;
	line-height: 23px;
	color: #004D8C;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	margin: 0 0 1px;
}
.contact-block p{margin: 0 0 2px;}
.contact-block a{text-decoration: underline;}
.contact-block a:hover{text-decoration: underline;}

@media(max-width:768px){
    .contact-us .contact-block .address-block{
        flex-direction:column;
    }
    .contact-us .contact-block .address-block #map-display{
        width:100%;
        text-align:center;
    }
    .contact-us .contact-block .address-block #map-display img{
        left:30%;
    }
}

/*******************
****** KORT ********
*******************/
#map_departments thead th{
    padding-bottom:0;
    padding-top:0;
    vertical-align:middle;
    padding-left: 0px;
}
#map_departments .header-name{
    display: inline-block;
    padding-top: 7px;
    padding-left: 10px;
}


#map_departments .icons{
    display:inline-flex;
    flex-direction:column;
    vertical-align: inherit;
    margin-left: 10px;
}

#map_departments .icons .fa{
    font-size:14px;
}

#map_departments_filter label {
    width: calc(100% - 165px);
    float: left;
}

.map_departments p {
    margin: 0;
}

.dataTables_filter { 
    float: none;
}
.dataTables_filter .label {
    display: block;
}
.dataTables_filter .label input{
    width: 100%;
    margin-left: 0;
}

@media (max-width: 499px) {
    #map_departments_filter #map-display:before {
        left: calc(50% - 50px);
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    #map_departments_filter #map-display:before {
        left: calc(50% - 65px);
    }
}

@media (max-width: 767px) {
    #map_departments_filter #map-display {
        border: 1px solid #BBD0E1 !important;
    }
    
    #map_departments_filter label {
        width: 100% !important;
    }
    #map_departments_filter #map-display {
        width: 100%;
    	margin: 0;
    	padding: 0;
    }
    
    #map_departments_filter #map-display:before {
	    top: 30%;
    }
}

/********************
****** ÓFLOKKAÐ *****
********************/

.boss-block{
    margin-top: 80px;
}

#livechat-compact-container{
    z-index: 9999 !important;
}

#bodypart-section {
    display: none; 
}
#bodypart-section.types, #alphabet-section.types{
    display: block;
    padding-bottom: 40px;
}

body.noscroll{
    overflow-y: hidden;
}

.table-responsive.extra-padding{
    padding: 0 20px;
}



.container {
    max-width: 100%;
}
.container .container {
    padding: 0px;
}

.first.last .text-center .img-circle {
    border-radius: 0 !important;
    width: 100% !important;
    height: auto !important;
}

input[type="text"]::-ms-clear {
    display: none;
}

select::-ms-expand {
    display: none;
}

.fancybox-wrap.fancybox-desktop.fancybox-type-html.video-popup.fancybox-opened {
    z-index:10;
}
.fancybox-item.fancybox-close {
    position:absolute; 
}
.fancybox-skin {
    position: relative;
}

.video-background{
    width: 100%;
    background: #404040;
    height: 512px;
}

.video-background.podcast-background {
    height: 240px;
    padding: 20px 0;
}

.description-wrapper{
    margin-top: 25px;
    margin-bottom: 50px;
}

.filter-form{
    padding-left: 20px;
    padding-right: 20px;
}

.filter-form .filterFormHeader{
    padding-left: 20px;
}

/* LAUS STORF START */
#lsh_jobs .form-unit{
    padding:0;
    margin-bottom:40px;
}

#lsh_jobs .form-unit input[type=text]{
    height:60px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius:3px;
}

#lsh_jobs .form-unit select{
    height:60px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius:3px;
    margin-left:40px;
    width: -webkit-fill-available;
}

.laus-storf-table {
    border-bottom: none !important;
}
@media(max-width:992px){
    .breadcrumb-margin, .container-top-margin {
        margin-top: 50px;
    }
    #lsh_jobs .form-unit select{
         margin-left:0px;
    }
    
    .container .col-md-12 .no-padding-left {
        padding-right:0px;
        padding-bottom:10px;
    }
    .container .col-md-12 .no-padding-right {
        padding-left:0px;
    }
}

#lsh_jobs .form-unit.last::after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 18px;
    font-weight: 400;
    font-size: 11px;
    color: #004D8C;
    z-index:0;
    pointer-events: none;
}

#emptable thead th{
    padding-bottom:0;
    padding-top:0;
    vertical-align:middle;
    padding-left: 0px;
    white-space: nowrap;
}
#emptable .header-name{
    display: inline-block;
    padding-top: 7px;
    padding-left: 9px;
}
#emptable .header-name.first-header-name{
    padding-left: 20px;
}

#emptable .icons{
    display:inline-flex;
    flex-direction:column;
    vertical-align: inherit;
    margin-left: 10px;
}

#emptable .icons .fa{
    font-size:14px;
}

#light-table-filter-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4a4a4a;
}
#light-table-filter-input::-moz-placeholder { /* Firefox 19+ */
  color: #4a4a4a;
}
#light-table-filter-input::-ms-input-placeholder { /* IE 10+ */
  color: #4a4a4a;
}
#light-table-filter-input::-moz-placeholder { /* Firefox 18- */
  color: #4a4a4a;
}

.introduction{
   color: #000000;
   font-size: 24px;
   line-height: 32px;
}


/*******Loader*********/
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 94px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1.2s infinite;
  animation: lds-spinner linear 1.2s infinite;
  background: #004d8c;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
    width: 200px!important;
    height: 200px!important;
    -webkit-transform: translate(-100px,-100px) scale(1) translate(100px,100px);
    transform: translate(-100px,-100px) scale(1) translate(100px,100px);
    z-index: 10;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}

/*******end of loader****/

/** Bullets list **/

.main-content ul, .main-content .l-user-content ul, .main-content .panel ul, .main-content .blue-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-content .l-user-content ul > li, .main-content .panel ul:not(.noBullet) > li, .main-content .blue-bullet-list > li {
    margin: 15px 0;
    padding-left: 1em;
    position: relative;   
}

.main-content .l-user-content ul > li:after, .main-content .panel ul:not(.noBullet) > li:after, .main-content .blue-bullet-list > li:after {
    content: '';
    height: 10px;
    width: 10px;
    background: #004d8c;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0.5em;
    left: 0;    
}

/** Bullets list - End **/

.stakt-starf-wrapper .details{
    grid-area:details;
}

.stakt-starf-wrapper .sideinfo{
    grid-area:sideinfo;
}

.stakt-starf-wrapper #accordion{
    grid-area:panel;
    margin-top: 60px;
}

.stakt-starf-wrapper .introduction{
    grid-area:intro;
}

.stakt-starf-wrapper h1{
    grid-area:title;
}

.stakt-starf-wrapper{
    display:grid;
    grid-template: auto / 67% 33%;
    grid-template-areas:
    "title ."
    "intro ."
    "panel sideinfo"
    "details sideinfo"
}

.stakt-starf-wrapper .sideinfo{
    padding-left:40px;
}

.stakt-starf-wrapper .sideinfo .sidetitle{
    color: #004D8C;
    font-size: 18px;	
    font-weight: bold;	
    line-height: 23px;
    text-transform:uppercase;
    margin-bottom: 10px;
}

.stakt-starf-wrapper .sideinfo .sidecontent{
    color: #4A4A4A;	
    font-size: 32px;	
    font-weight: bold;	
    line-height: 40px;
    margin-bottom: 25px;
}

.sideinfo .btn-primary{
    margin-top: 25px;
    margin-bottom: 50px;
}

.stakt-starf-wrapper .job-general-info{
    color: #000000;
    font-size: 20px;	
    line-height: 32px;
}

.sideinfo .job-general-info{
    margin-bottom: 15px;
    max-width:250px;
}

@media(max-width: 768px){
    .stakt-starf-wrapper{
        display: block;
    }
}


/* LAUS STORF END */

/* Bradamottokur */


.blue-bullet-list > li > a {
    text-decoration: underline;
}
.emergencyRooms-wrapper .important-info {
    -ms-grid-column: 1;
    -ms-grid-row: 1;

    grid-area:important;
} 
.small-underbox-text{
    font-size: 16px;
    line-height: 32px;
}

 .contact-name{
    color: #004D8C;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom:25px;
    padding-left:84px;
    margin-top: 5px;
}

.emergencyRooms-wrapper .contact-info {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    
    grid-area:contact;
}

.emergencyRooms-wrapper .accordion {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;

    grid-area:accordion;
}

.emergencyRooms-wrapper .alternatives{
    grid-area:alt;
    -ms-grid-column: 3;
    -ms-grid-row: 3;

    color: #000000;
}

.emergencyRooms-wrapper .tel-link{
    margin-bottom:0;
}

 .important-box{
    background-color: #E4ECF3;
    border-radius: 3px;
    height: 131px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.important-box p{
    color: #000000;
    font-size: 20px;
    padding-left: 40px;
    display: inline-block;
    margin: 0;
    align-self: center;
}

.important-box .number{
    color: #004D8C;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    flex-direction: column;
    align-self: center;
    padding-right: 50px;
}

.important-box .number span{
	font-size: 48px;	
	line-height: 60px;
}

.emergencyRooms-wrapper .section-title{
    color: #4A4A4A;	
    font-size: 24px;	
    font-weight: bold;	
    margin-bottom:25px;
    line-height: 31px;
}

/*.emergencyRooms-wrapper{
    display:grid;
    
    display: -ms-grid;
    -ms-grid-columns: 0.6fr 0.08fr 0.32fr;
    -ms-grid-rows: 200px 200px 1fr;

    grid-template-rows: 200px 200px 1fr;
    grid-template-columns:  60% 8% 32%;
    
    grid-template-areas:"important . contact"
    "accordion . contact"
    "accordion . alt";
}*/


.tab-content .tab-pane .full-width-grey-background, .tab-content .tab-pane .full-width-white-background{
    background-color: transparent;
    padding-top:0px;
}

.bold{
    font-weight:bold;
}

.no-padding-left{
    padding-left:0;
}
.no-padding-right{
    padding-right:0;
}

.row-title{
    margin-left: 20px;
}

.breadcrumb{
    z-index: 2;
    position: absolute;
    top: 200px;
    width: 100%;
}

.main-content{
    position:relative;
    padding-top:0 !important;
}

.breadcrumb-margin, .container-top-margin{
    margin-top:140px;
}
.breadcrumb-margin-event {
    margin-top: 87px;
}

.helpful-form .small-padding-right{
    padding-right:5px;
}

.helpful-form .small-padding-left{
    padding-left:5px;
}

.helpful-title{
    color: #000000;	
    font-size: 20px;	
    line-height: 30px;
}

.helpful-form .btn-primary{
    width:100%;
    min-width:100%;
}
.form-textarea {
    width: 100%;
    height: 200px;
    padding-top: 20px;
    padding-left: 25px;
    font-size: 16px;
    color: #605f5f;
    margin-top: 30px;
}
.helpful .form-textarea {
    height: 208px;
    margin-top: 7px;
}
.helpful .whyNotHelpful {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 30px;
    padding-top: 30px;
}

.unround-corners {
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.sendForm {
    text-align: right;
}

.sendForm .reCaptcha-wrapper #Recaptcha1 div {
    display: inline;
}

.helpfulCaptcha .captcha {
    float: right;
    margin-top: 70px;
}

.help-form-container {
    display: none;
}

.help-question-yes {
    min-width: 90px !important;
}

.help-question-no {
    min-width: 90px !important;
    margin-left: 10px !important;
}


.help-btn-no{
    margin-left: 20px;
}

/*** Pricelist ***/
/*** education-page ***/

#price-list{
    margin-top:50px;
}

#price-list,
#education-list{
    list-style: none;
    padding-left:0;
}

#price-list a,
#education-table a{
    color:#004D8C;
    font-size: 24px;	
    font-weight: bold;	
    line-height: 23px;
}

#price-list .h2 a,
#education-list .h2 a{
    color: #004D8C;
    font-weight: bold;	
    font-size: 24px;	
    line-height: 23px;
}

#price-list .description,
#education-list .description{
    color: #000000;	
    font-size: 20px;	
    line-height: 25px;
    margin: 10px 0;
}

#price-list .description {
    margin-bottom: 40px;
}

#education-list .bodyparts{
    margin-bottom:40px;
}


.pricelist-text {
    margin-bottom: 40px;
}
.price-list-starred {
    list-style: none;
    padding-left: 0px;
}


.education-page #infoquery{
    height:60px;
    border: 1px solid rgba(0,0,0,0.2);	
    border-radius: 3px;
    width:100%;
}

.education-page #education-bank .search-btn{
    height: 60px;
    width: 100%;
    box-shadow: inset 0 -10px 0 0 rgba(0,0,0,0.2);
    background-color:#004D8C;
    color: #FFFFFF;
    font-size: 18px;	
    font-weight: 600;	
    line-height: 23px;	
    text-align: center;
}

.education-page .form-flex{
    display:flex;
}

.education-page .form-flex .form-wrapper{
    width:60%;
}
.education-page .form-flex .bodypart-section{
    position: relative;
}

#education-bank{
    position:relative;
}

#education-bank:after{
    content:"";
    height: 25px;
    width: 25px;
    position: absolute;
    right: 20px;
    top: 22px;
    background-image:url('/lisalib/getfile.aspx?itemid=6f87de26-9290-11e9-a2c4-005056865b13');
    background-repeat:no-repeat;
}

#education-bank .tegund-dropdown{
    height: 60px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    background-color: #FFFFFF;
    padding-left: 20px;
    z-index:2;
    width: 100%;
}

.education-page .form-wrapper{
    margin-bottom:40px;
}

#education-bank .tegund-dropdown:focus{
    outline:none;
}

.witharrow select{
    -webkit-appearance: none;
    -moz-appearance:none;
}

.witharrow:before{
   content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 29px;
    top: 17px;
    font-weight: 400;
    font-size: 13px;
    color: #004D8C;
    z-index:0;
    pointer-events: none;
}

.validation-form .witharrow:before{
    right: 50px;
    
}
.validation-form .radio {
    margin-top: 0px;
}
#education-bank .bodypart-section{
    margin-top:50px;
    
}
#education-bank .bodypart-section .section-wrapper{
    margin-bottom:30px;
    border-bottom: 1px solid #CBCFD2;
}


/**Pricelist**/
.price-list-item {
    width:100%;
}
#education-bank .bodypart-section .section-header{
    box-shadow: inset 0 -3px 0 0 #004D8C;
        padding-bottom:15px;
    display:inline-block;
    color: #4A4A4A;	
    font-size: 20px;	
    line-height: 25px;
}

.education-list__contentlist-items .contentlist-item {
    background: #E4ECF3;
    border-radius: 3px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    padding: 2px 6px;
}

#education-list .tag{
    display: inline-block;
    background-color: #E4ECF3;
    border-radius: 3px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 15px;
    margin-right:10px;
}

.ico-format {
	display: inline-block;
	vertical-align: bottom;
	border: 1px solid;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	min-width: 33px;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 3px 8px;
	right: -5px;
	position: relative;
	margin: 5px 0 5px 10px;
}
.ico-format__green {
    border-color: #417505;
    color: #417505;
}

.ico-format__red {
    border-color: #bd0017;
    color: #bd0017;
}

.search-title .ico-format {
    vertical-align: unset;
    margin-right: 20px;
}

/**lisa-consent**/


#lisa-consent-container.lisa-consent--visible{
    display: flex !important;
	z-index: 10000 !important;
	opacity: 1;
	transform: translate3d(0, 0px, 0);
}

#lisa-consent-container .lisa-consent__title {
	font-weight: bold;
}

#lisa-consent-container .lisa-consent__cta {
	align-self: center;
}

#lisa-consent-container .lisa-consent {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	background: #004d8c;
	opacity: 0;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
	transform: translate3d(0, 24px, 0);
	transition: all 0.3s;
	padding: 20px 10vw;
}
#lisa-consent-container .lisa-consent__title{
    margin-top:0;
}
#lisa-consent-container .lisa-consent--visible {
	display: flex !important;
	z-index: 10000 !important;
	opacity: 1;
	transform: translate3d(0, 0px, 0);
}

#lisa-consent-container p {
    margin-top: -25px;
    color: #fff;
    line-height: 27px;
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
}


#lisa-consent-container a {
	color: #fff;
	font-style:italic;
	font-weight: 600;
	text-decoration: underline;
}

#lisa-consent-container a:hover {
	text-decoration: underline;
}

#lisa-consent-container .lisa-consent__button {
	background: #fff;
	border: 1px solid #fff;
	color: #004d8c;
	min-width: 140px;
	min-height: 40px;
	padding: 0.5em 1em;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	text-transform: uppercase;
}

#lisa-consent-container {
	display: none;
	position: fixed;
	bottom: 0;
	color: rgba(0, 0, 0, 0.84);
	left: 0;
	width: 100%;
	z-index: -2;
	font-family: sans-serif;
}

@media (max-width: 550px) {

	#lisa-consent-container .lisa-consent {
		flex-direction: column;
	}

	#lisa-consent-container .lisa-consent__cta {
		align-self: flex-start;
	}

}





/*** NEW END ***/
body{
	color:#4a4a4a;
	font:20px/25px 'Source Sans Pro', sans-serif;
	background: #fafafa;
	min-width: 320px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
body.load{opacity: 1;}
img{border-style:none;}
input,
textarea,
select{
	color:#686868;
	vertical-align:middle;
	font:100% 'Source Sans Pro', sans-serif;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
input[type="submit"]:focus {
    outline: thin dotted;
    outline: 3px auto #a7c7fd;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: color .3s, background .3s, opacity .3s;
	-o-transition: color .3s, background .3s, opacity .3s;
	transition: color .3s, background .3s, opacity .3s;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote,
q{
	quotes: none;
}
q:before,
q:after{
	content: '';
}
a{
	color:#4a4a4a;
	text-decoration:none;
	-webkit-transition: color .3s, background .3s, opacity .3s;
	-o-transition: color .3s, background .3s, opacity .3s;
	transition: color .3s, background .3s, opacity .3s;
}
a:hover{
	color: #4a4a4a;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{
	outline:none;
	text-decoration: none;
}
input[type="search"] {
	-webkit-appearance: none;
}
.wrapper{
	overflow-x: hidden;
	position: relative;
	max-width: 100%;
	min-height: 100vh;
}
.form-control{
	-webkit-appearance: none;
}
.slick-slide:focus,
.slick-slide{outline: none;}
.navbar-brand{
	font-size: 0;
	line-height: 0;
	background: url(/lisalib/getfile.aspx?itemid=5deb3c1f-af59-11e7-80fe-005056be0005) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 243px;
	height: 48px;
	padding: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.svg{
    width: 245px;
    height: 49px;
}
.is-sticky .svg {
    width: 177px;
    padding-bottom: 13px;
}
.navbar-brand a{
	height: 100%;
	display: block;
}
.btn{
	border-radius: 0;
	box-shadow: none;
	border: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	vertical-align: top;
	padding: 13px 10px 23px;
	min-width: 240px;
	position: relative;
	text-overflow: ellipsis;
    overflow: hidden;
}
.btn-primary{
	background: #004d8c;
	color: #fff;
	box-shadow: inset 0 -10px 0 0 rgba(0,0,0,0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus{
	background: #0062b3;
}
.btn-primary:active{
	box-shadow: none;
	padding-bottom: 13px;
	margin-top: 10px;
}
h1{
	font-size: 48px;
	line-height: 60px;
	color: #004D8C;
	margin: 0 0 20px;; /* 35px 0 20px */
	font-family: 'Source Sans Pro';
	font-weight:600;
}

.full-width-white-background h1, .full-width-grey-background h1 {
    margin-top: 0px;
}

h2{
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 18px;
	font-weight: 700;
}

/*message-block*/
.message-block{
	width: 440px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22);
	border-radius: 3px;
	font-size: 18px;
	line-height: 23px;
	padding: 20px 20px 17px;
}
.message-block .date{
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.message-block h2,
.message-block .h2{
	color: #004D8C;
	font-size: 24px;
	line-height: 31px;
	margin: 0 0 5px;
	font-weight: 700;
	display: block;
}
.message-block .h2 a,
.message-block h2 a{
	color: inherit;
}
.visual .message-block p,
.message-block p{margin: 0 0 37px;}

.rotating-images{
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease-in;
    opacity: 1;
    left: 0px;
    z-index: -1;
    
}
.rotating-images span{
    opacity: 1;
    height: 100%;
    width: 61%;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: 104%;*/
    transition: opacity 0.2s ease-in;
    background-position-y: 43%;
}
.rotating-images span.active{
    opacity:1;
}
.rotating-images.fading{
    opacity:0;
}





.btn-play.small{
	position: static;
	display: inline-block;
	vertical-align: top;
	margin: 1px 4px 0 0;
	width: 18px;
	height: 18px;
	-webkit-background-size: 7px 10px;
	background-size: 7px 10px;
	background: url(/lisalib/getfile.aspx?itemid=5deb3c03-af59-11e7-80fe-005056be0005) no-repeat;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	background-position: 50% 50%;
	font-size: 0;
	line-height: 0;
}
.btn-play{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	font-size: 0;
	line-height: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin: -28px 0 0 -28px;
	background: rgba(74, 74, 74, .8) url(/lisalib/getfile.aspx?itemid=5deb3c02-af59-11e7-80fe-005056be0005) no-repeat 62% 50%;
	-webkit-background-size: 23px 30px;
	background-size: 23px 30px;
}



/*btn-chat*/
.btn-chat{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	text-align: center;
	background: #004d8c;
	color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	position: fixed;
	bottom: 16px;
	right: 20px;
	border-radius: 50%;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
	z-index: 50;
	font-size: 0;
	line-height: 0;
}
.btn-chat .fa{
	vertical-align: top;
	line-height: 60px;
	font-size: 28px;
}
.btn-chat:active,
.btn-chat:focus,
.btn-chat:hover{
	color: #fff;
	box-shadow: 0 4px 15px 0 rgba(0,0,0,0.5);
}
/*chat*/
.chat{
	z-index: 51;
	position: fixed;
	bottom: -100%;
	right: 4px;
	width: 440px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.7);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22);
	overflow: hidden;
	font-size: 18px;
	line-height: 23px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: bottom .3s, opacity .3s, visibility .3s;
	transition: bottom .3s, opacity .3s, visibility .3s;
}
.chat-open .chat{
	bottom: 7px;
	opacity: 1;
	visibility: visible;
}
.chat .title{
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 10px;
	display: block;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
}
.chat .date{
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	opacity: .5;
	color: #fff;
	margin: 0 0 16px;
}
.chat .holder{
	padding: 11px 19px 10px;
	max-height: 570px;
	overflow-y: auto;
}
.chat .chat-info{
	border-radius: 5px;
	background: #fff;
	padding: 24px 21px 25px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	color: #4a4a4a;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 30px;
}
.chat .chat-info .list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.chat .chat-info .list li + li{margin-top: 12px;}
.chat .chat-info p{margin: 0;}
.chat .chat-info a{color: inherit;}
.chat .chat-info .ttl{
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #004D8C;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px;
}
.chat .chat-list{
	margin: 0;
	padding: 0 0 59px 52px;
	list-style: none;
}
.chat .chat-list li{
	background: #fff;
	border-radius: 0 20px 20px 20px;
	padding: 17px 20px 27px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	position: relative;
	margin-bottom: 10px;
}
.chat .chat-list .blue{
	color: #fff;
	background-color: #427EE1;
	border-radius: 20px 0 20px 20px;
}
.chat .chat-list p{margin: 0;}
.chat .chat-list .user-img{
	border-radius: 50%;
	position: absolute;
	left: -50px;
	top: 0;
	width: 40px;
	height: 40px;
}
.chat .chat-list .user-img img{
	width: 100%;
	vertical-align: top;
}
/*chat-form*/
.chat-form{position: relative;}
.chat-form .form-control{
	background: #fff;
	color: #4a4a4a;
	font-size: 18px;
	line-height: 22px;
	height: 60px;
	padding: 15px 70px 15px 20px;
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.chat-form .form-control::-moz-placeholder {
	color:#4a4a4a;
	opacity: .6;
}
.chat-form .form-control:-ms-input-placeholder {
	color:#4a4a4a;
	opacity: .6;
}
.chat-form .form-control::-webkit-input-placeholder {
	color:#4a4a4a;
	opacity: .6;
}
.chat-form label{display: none;}
.chat-form .btn-send{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	bottom: 0;
	background: url(/lisalib/getfile.aspx?itemid=5deb3c01-af59-11e7-80fe-005056be0005) no-repeat 50% 50%;
	-webkit-background-size: 24px 15px;
	background-size: 24px 15px;
	font-size: 0;
	border: none;
	padding: 0;
	z-index: 10;
}
.chat-form .btn-send:hover{opacity: .7;}
/*breadcrumb*/
.content .breadcrumb,
.breadcrumb{
	margin: 0 0 0px;
	padding: 0;
	list-style: none;
	border-radius: 0;
	background: none;
}
.content .breadcrumb:after,
.breadcrumb:after{
	content: '';
	clear: both;
	display: block;
}
.content .breadcrumb > li:before{display: none;}
.content .breadcrumb > li,
.breadcrumb > li{
	float: left;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	padding: 0;
	background: #e4ecf3;
}
.content .breadcrumb > li.has-drop:after,
.breadcrumb > li.has-drop:after{
	content: '\f107';
	position: absolute;
	top: 6px;
	right: 24px;
	font-family: 'FontAwesome', sans-serif;
	font-size: 18px;
	line-height: 18px;
	pointer-events: none;
	z-index: 1;
}
.content .breadcrumb > li.has-drop > a,
.breadcrumb > li.has-drop > a{
	padding-right: 47px;
}
.content .breadcrumb > li:last-child > a,
.breadcrumb > li:last-child > a{padding-right: 38px;}
.content .breadcrumb > li:last-child:after,
.breadcrumb > li:last-child:after{right: 14px;}
.content .breadcrumb > li + li > a,
.breadcrumb > li + li > a{padding-left: 6px;}
.content .breadcrumb > li > a,
.breadcrumb > li > a{
	position: relative;
	display: block;
	padding: 3px 24px 5px 7px;
	color: #4a4a4a;
	overflow: hidden;
}
.content .breadcrumb > li:last-child > a:before,
.breadcrumb > li:last-child > a:before,
.content .breadcrumb > li:last-child > a:after,
.breadcrumb > li:last-child > a:after{display: none;}
.content .breadcrumb > li > a:hover,
.breadcrumb > li > a:hover{
	color: #4a4a4a;
	text-decoration: none;
}
.content .breadcrumb > li > a:after,
.breadcrumb > li > a:after{
	content: '';
	position: absolute;
	top: -4px;
	right: -20px;
	border: 19px solid transparent;
	border-left: 19px solid #e4ecf3;
	z-index: 2;
	margin-right: 5px;
}
.content .breadcrumb > li > a:before,
.breadcrumb > li > a:before{
	content: '';
	z-index: 1;
	content: '';
	position: absolute;
	top: -4px;
	right: -20px;
	border: 19px solid transparent;
	border-left: 19px solid #fff;
}
.content .breadcrumb > li + li:before,
.breadcrumb > li + li:before{display: none;}
.content .breadcrumb .open > ul,
.breadcrumb .open > ul{
	opacity: 1;
	visibility: visible;
}
.content .breadcrumb ul,
.breadcrumb ul{
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 2;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 24px 17px;
	min-width: 315px;
	background: #fff;
	margin-top: 10px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}
.content .breadcrumb ul a,
.breadcrumb ul a{
	color: #004d8c;
	display: block;
	padding: 5px 7px 6px;
}
.content .breadcrumb ul li:before{display: none;}
.content .breadcrumb ul li{
	padding: 0;
}
.content .breadcrumb ul a:hover,
.breadcrumb ul a:hover{
	color: #004d8c;
	background: #e4ecf3;
	text-decoration: none;
}
/*main*/
.main{
	padding: 53px 0 0;
	display: block;
}
.content{
	color: #000;
	line-height: 32px;
	padding: 0 0 316px;
}
.content .img {
	margin: 0 0 10px;
}
.content .img img{
	vertical-align: top;
	width: 100%;
}
.content p{margin: 0 0 32px;}
.content ul{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}
.content ul li{
	padding: 0 0 10px 32px;
	position: relative;
}
.content ul li:before{
	content: '';
	position: absolute;
	background-color: #004D8C;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 11px;
	left: 0;
}
.content ul ul {
	padding: 10px 0 0 40px;
}
.content ul ul li{
	padding: 0 0 10px 32px;
}
.content ul ul li:before{background: #666;}
.content ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
	counter-reset: list1;
}
.content ol li{
	position: relative;
	padding: 0 0 10px 32px
}
.content ol li:before{
	counter-increment: list1;
	content: counter(list1) ". ";
	position: absolute;
	top: 0;
	left: 0;
}
.content ol ul,
.content ol ol{
	padding: 10px 0 0 40px;
	counter-reset: listStyle;
}
.content ol ul li,
.content ol ol li{
	padding: 0 0 10px 32px;
}
.content ol ul li:before,
.content ol ol li:before{
	counter-increment: listStyle;
	content: counter(listStyle, lower-alpha)". ";
}
.content h2{
	margin-bottom: 11px;
	color: #4a4a4a;
}
.content h3, .content .search-result-item-title{
	color: #4a4a4a;
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.content h4{
	text-transform: uppercase;
	color: #4a4a4a;
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	margin: 0 0 10px;
}
/*lead*/
.content .lead,
.lead{
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 30px;
	font-weight: normal;
}
.content .descr-str,
.descr-str{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.descr-str:after{
	content: '';
	clear: both;
	display: block;
}
.content .descr-str li:before{display: none;}
.content .descr-str li,
.descr-str li{
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	padding: 0;
}
.content .descr-str li + li:before,
.descr-str li + li:before{
	content: '—';
	margin: 0 0 0 4px;
	width: auto;
	height: auto;
	background: none;
	position: static;
	display: inline-block;
	vertical-align: top;
}
.content .descr-str li a,
.descr-str li a{
	color: #004D8C;
	text-decoration: none;
}
.content .small-txt,
.small-txt{
	font-size: 16px;
	line-height: 20px;
	color: #4a4a4a;
	display: block;
	margin: 0 0 40px;
}
.sub-text{
	border-top: 1px solid #666;
	font-size: 16px;
	line-height: 24px;
	padding: 20px 0 0;
	float: right;
	margin: 3px -240px 20px 40px;
	width: 320px;
}
/*accordion*/

.double-accordion.tilbod table td{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    width:auto;
}
.double-accordion.tilbod table td img{
    margin-right:20px;
    height: auto;
    width: auto;
    max-height: fit-content
}
/*.accordion {padding: 0px 0 61px;}*/
.accordion-border-bottom {
    border-bottom: 1px solid #C3C3C3;
}
.accordion .panel-default>.panel-heading, .panel-default>.panel-heading {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	color: #232323;
}
.accordion .panel-title, .panel-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
}
.accordion .panel-body .ttl, .panel-body .ttl{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
}
.accordion .panel-title > a, .panel-title > a {
	padding: 17px 10px 16px 53px;
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
	overflow: hidden;
}
.accordion .panel-title > a:before, .panel-title > a:before{
	content: '';
	position: absolute;
	top: 21px;
	left: 16px;
	width: 16px;
	height: 16px;
	background: url(/lisalib/getfile.aspx?itemid=5deb3c04-af59-11e7-80fe-005056be0005) no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion .panel-title .ttl, .panel-title .ttl{
	float: left;
	margin-right: 10px;
}

.accordion .panel-title .collapsed .txt, .panel-title .collapsed .txt{
	opacity: 1;
	visibility: visible;
}
.accordion .panel-title .txt, .panel-title .txt{
	overflow: hidden;
	white-space: nowrap;
	color: #707070;
	font-weight: normal;
	margin: 0;
	opacity: 0;
	display: block;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}
.accordion .panel-title > .collapsed:before, .panel-title > .collapsed:before{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.accordion .panel-title > .showAccord:before, .panel-title > .showAccord:before{
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion .panel-title > .hideAccord:before, .panel-title > .hideAccord:before{
    -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion .panel-default, .panel-default{border: none;}
.accordion .panel{
	box-shadow: none;
	background: none;
	border-top: 1px solid #C3C3C3;
	border-radius: 0;
}
/*.accordion .panel.panel-default.lastItem {
    border-bottom: 1px solid #C3C3C3;
}*/
.accordion .panel-body, .panel-body{
	padding: 11px 10px 33px 53px;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
.accordion.panel-group .panel, .panel-group .panel{
	margin: 0;
}
.panel-group.accordion, .panel-group.accordion {
    margin-bottom: 0px;
}
.accordion.panel-group .panel + .panel, .panel-group .panel + .panel{
	margin: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group{
	border: none;
}
/*table*/
.table {
	margin-bottom: 37px;
}
.table .arrow{
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 25px;
	background: url(/lisalib/getfile.aspx?itemid=5deb3bf3-af59-11e7-80fe-005056be0005) no-repeat 0 50%;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	margin-left: 10px;
}
.table-striped > tbody > tr:nth-of-type(odd){
    background-color: #fff;
}
.table thead tr{
	background: #004d8c;
	color: #fff;
}
.table thead th{
	font-weight: 700;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td{
	border: none;
	height: 50px;
	padding: 12px 5px;
	line-height: 25px;
	vertical-align: inherit;
}
.table thead,
.table tbody {
    width:100%;
}
.table tr:nth-child(even){
	background: #e4ecf3;
}
.table th:first-child,
.table td:first-child{
	/*width: 36.5%;*/
	padding-left: 20px;
	vertical-align: inherit;
}

.table th:nth-child(2),
.table td:nth-child(2){
	/*width: 36.5%;*/
}
.content .table a,
.table a{
	color: #004d8c;
	text-decoration: none;
}
.content .content-nav ul {
	padding: 0;
}
.content .content-nav li{
	padding: 0;
}
.content .content-nav li:before{display: none;}

.content .tab-content{
	border-bottom: 1px solid #666;
	padding: 0 0 5px;
	margin: 0 0 51px;
}

.laus-storf-table .dataTables_empty {
    border-radius: 0;
    font-size: 14px;
    background-color: #d9edf7;
    border-color: #fafafa;
    border-width: 9px 0;
    border-style: solid;
    color: #31708f;
}

a.btn{
	color: #fff;
	text-decoration: none;
}
a.btn{
	color: #fff;
	text-decoration: none;
}
a{
	color: #004d8c;
	text-decoration: none;
}
a:hover{
	color: #004d8c;
	text-decoration: underline;
}
p a{
    color: #004D8C;
	text-decoration: underline;
}
p a:hover{
    color: #004D8C;
	text-decoration: none;
}

.breadcrumb li a {
    color: #4a4a4a;
	text-decoration: none;
}
.breadcrumb li a:hover {
    color: #4a4a4a;
	text-decoration: none;
}
/*testimonials*/
.testimonials {
	position: relative;
	padding: 42px 120px 20px;
	margin: 0 0 85px;
}
.testimonials:before,
.testimonials:after{
	content: '';
	width: 70px;
	height: 60px;
	position: absolute;
}
.testimonials:before{
	top: 34px;
	right: 0;
	background: url(/lisalib/getfile.aspx?itemid=5deb3bf5-af59-11e7-80fe-005056be0005) no-repeat;
	-webkit-background-size: 70px 60px;
	background-size: 70px 60px;
}
.testimonials:after{
	bottom: 10px;
	left: 0;
	background: url(/lisalib/getfile.aspx?itemid=5deb3bf4-af59-11e7-80fe-005056be0005) no-repeat;
	-webkit-background-size: 70px 60px;
	background-size: 70px 60px;
}
.testimonials blockquote{
	border: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 36px;
}
.testimonials q{
	display: block;
	margin-bottom: 43px;
}
.testimonials cite{
	font-size: 20px;
	line-height: 25px;
	color: #666;
	text-align: right;
	display: block;
	font-style: normal;
}
/*tags*/
.tags:after{
	content: '';
	clear: both;
	display: block;
}
.tags .ttl{
	float: left;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	margin: 0 15px 0 0;
}
.tags-list{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.content .tags-list li,
.tags-list li{
	float: left;
	padding: 0 10px 0 0;
}
.tags-list li:before{display: none;}
.tags-list li a{
	display: block;
	background: #eee;
	color: #004d8c;
	font-size: 16px;
	line-height: 20px;
	padding: 4px 6px;
}
.tags-list li a:hover{
	text-decoration: none;
	background: #004d8c;
	color: #eee;
}
.content .share,
.share{
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
	text-align: right;
	font-size: 0;
	line-height: 0;
}
.content .share li,
.share li{
	display: inline-block;
	padding: 0 0 0 10px;
	vertical-align: top;
}
.share li:before{display: none;}
.share li img{
	vertical-align: middle;
	max-width: 100%;
}
.share li a{
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	line-height: 24px;
}
.share li a:hover{opacity: .7;}
.share li .fa{
	vertical-align: top;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	font-size: 16px;
	line-height: 24px;
}
.share li a:hover img,
.share li a:hover .fa{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.share li img{
	vertical-align: middle;
	max-width: 100%;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.share li .facebook-link{
	background: #334f8d;
	color: #fff;
}
.share li .twitter-link{
	background: #4ba3eb;
	color: #fff;
}
.share li .message-link{
	background: #4a4a4a;
	color: #fff;
}
.share li .message-link .fa{
	font-size: 12px;
}
.share li .print-link{
	background: #666;
	color: #fff;
}
.share li .print-link .fa{
	font-size: 13px;
}
/*content-footer*/
.content-footer{
	padding: 28px 0 0;
}
/*helpful*/
.helpful{
	padding: 0;
	background: #fff;
	border-top: 1px solid #eee;
	padding: 40px 0 30px;
}
.helpful .btn-list{
	margin: 0 -11px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.helpful .btn-list li{
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.helpful .btn-list .btn{
	min-width: 90px;
}
.helpful .cell{
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	width: 1%;
	text-align: right;
}
.helpful p{margin: 0;}

.helpful .help-form {
    margin-bottom: 20px;
    color: #5f6174;
    font-size: 30px;
    font-family: 'Source Sans Pro';
    font-weight:300;
    line-height: 41px;
    text-align: left;
}
.skipToValmynd{
    position: absolute;
    color: #5a5e61;
    z-index: -1;
}

.skipToValmynd:focus{
    z-index:1000;
}  

.helpful-container {
    display: flex;
    justify-content: flex-end;
}

.helpful-container span {
    line-height: 60px;
}
.helpful-buttons {
    padding-left: 40px;
}

.buttons-help-no {
    text-align: right;
    margin-top: 20px;
}

.buttons-help-no #helpful-no {
    margin-left: 20px;
}

.thank-you, .well-no {
    display: none;
}



/*for-each*/
.for-each {
	padding: 25px 0 24px;
	background: #e4ecf3;
	font-size: 24px;
	line-height: 31px;
}
.for-each a{
	color: inherit;
}
.for-each .title{
	float: left;
	font-weight: 600;
	margin: 0 10px 0 0;
}
.for-each p{
	float: left;
	margin: 0;
}
/*.contact-us*/
.contact-us{
	padding: 59px 0 0;
	color: #333638;
	font-size: 18px;
	line-height: 23px;
}
.contact-us h2{margin: 0 0 20px;}
.contact-us .cell{
	display: table-cell;
	height: 382px;
	vertical-align: bottom;
	width: 1%;
	padding-top: 10px;
}
.contact-us p{margin: 0;}

.contact-us .blue-title{
    	text-transform: uppercase;
}

.blue-title{
	display: block;
	font-weight: 700;
	color: #004D8C;
	margin: 0 0 3px;
}
.contact-us .time{
	display: block;
	font-size: 32px;
	line-height: 35px;
	margin: 0 0 5px;
}

.contact-us .time.smaller {
    font-size: 20px;
    line-height: 25px;
}

.contact-us .holder{
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}
.tel-link{
    /**Old look, trying the new one**/
	/*display: block;
	vertical-align: top;
	position: relative;
	font-size: 59px;
	line-height: 56px;
	color: #333638;
	font-family: 'Source Sans Pro';
	font-weight:300;
	margin: 0 0 59px;
	padding: 0 0 0 84px;
	text-decoration: none;*/
	display: block;
    vertical-align: top;
    position: relative;
    font-size: 59px;
    line-height: 50px;
    color: #333638;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    margin: 0;
    padding: 0 0 31px 84px;
    text-decoration: none;
}
.tel-link a {
	color: #333638;
}
.tel-link a:hover {
    text-decoration: underline;
}
.tel-link:before{
	content: '\f095';
	position: absolute;
	top: 2px;
	left: 0px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	font-family: FontAwesome;
	font-size: 39px;
	line-height: 60px;
	color: #fff;
	background: #004d8c;
}

.tel-link .tel-link-text {
    font-size: 20px;
}
.address-block {
	font-size: 20px;
	line-height: 25px;
	color: #000;
}
.address-block img{
	width: 100%;
	vertical-align: top;
	margin: 0 0 21px;
}
.address-block h3{
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #232323;
	margin: 0 0 5px;
}
.address-block p{margin: 0 0 11px;}
.address-block .map-link{
	display: inline-block;
	vertical-align: top;
	padding: 0;
	font-size: 18px;
	line-height: 23px;
	background: url(/lisalib/getfile.aspx?itemid=5deb3c00-af59-11e7-80fe-005056be0005) no-repeat 0 2px;
	-webkit-background-size: 14px 20px;
	background-size: 14px 20px;
	padding: 0 0 10px 24px;
}
/*services*/

.services {
	padding: 59px 0 48px;
	/*border-bottom: 1px solid #eee;*/
}

.paddingTopBottom .services{
    padding: 0px;
}

.services .linkBoxes {
    border-bottom: 1px solid #CBCFD2;
}
.services .btn {
	width: 100%;
	min-width: 0;
}
.services .row{
	font-size: 0;
	line-height: 0;
}
.services .row > div{
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 20px;
}
.services h2{
	margin-bottom: 41px;
}
/*practical-information*/
/*.practical-information{
	background: #fff;
}*/
.practical-information h2{margin-bottom: 20px;}
.practical-information .show-all{
	font-size: 18px;
	line-height: 23px;
	display: flex;
    justify-content: flex-end;
	vertical-align: top;
	margin-bottom: 10px;
}
/*.practical-information .accordion{padding-bottom: 39px;}*/
.tab-pane .full-width-grey-background .container .practical-information .accordion {
    padding-right: 40px;
}

/* single image deild */
.single-image .main-img{margin-bottom: 59px;}
.single-image .main-img img{
	width: 100%;
	vertical-align: top;
}

.single-image{
    padding-top:61px;
}

/*education*/
.education {
	padding-bottom:52px;
}

#showAllEducationFiles{
    height: 59px;
    vertical-align: middle;
    margin-left: 5px;
    background-color: #E4ECF3;
    border: 0;
    position: relative;
    text-align: left;
}

.education h2{margin-bottom: 41px;}
/*education-block*/
.education-block{
	background: #fff;
	border: 1px solid #DFDFDF;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: block;
	padding: 14px 19px;
	font-size: 16px;
	line-height: 20px;
	height: 126px;
	margin-bottom: 20px;
}
.education-block:hover{
	text-decoration: none;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.education-block .overlay{
	content: '';
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	height: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
.education-block h3{
	font-weight: 700;
	margin: 0 0 5px;
	color: #004D8C;
	font-size: 18px;
	line-height: 23px;
}
.education-block p{margin: 0;}
.education-block .ico-format{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #bd0017;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color: #bd0017;
	min-width: 33px;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 0 3px;
	right: -5px;
	position: relative;
	margin: 2px 0 0 0;
}
.education-block .btn-play.small{
	margin: 4px 0 0 5px;
}

.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.row-20 > * {
	padding-left: 10px;
	padding-right: 10px;
}
/* media-section */
.media-section {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fafafa;
}
.media-section .search-form {margin-bottom: 48px;}
.media-section .btn-holder {
	text-align: center;
	margin-bottom: 90px;
}
.media-section .btn-holder .alert {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.date-control {
	position: relative;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 15px;
}
.date-control:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 33px;
	margin-top: -5px;
	width: 8px;
	height: 8px;
	border: solid #004d8c;
	border-width: 0 0 1px 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.date-control .form-control {
	cursor:pointer;
	position: relative;
	padding-right: 50px;
	background: none;
}
.date-control .bootstrap-datetimepicker-widget {
	width: 266px;
	border-color: transparent;
	border-radius: 0;
	padding: 5px 28px;
}
.date-control .bootstrap-datetimepicker-widget.dropdown-menu:before,
.date-control .bootstrap-datetimepicker-widget.dropdown-menu:after {display: none;}
.date-control .bootstrap-datetimepicker-widget table tbody td {border-radius: 50%;}
.date-control .bootstrap-datetimepicker-widget table {font-size: 16px; line-height: 2}
.date-control .bootstrap-datetimepicker-widget table td.day {
	width: 30px;
	line-height: 20px;
	text-align: center;
}

.date-control .bootstrap-datetimepicker-widget .datepicker-years thead .picker-switch {
     cursor: default !important;
     pointer-events: none !important;
}

.date-control .bootstrap-datetimepicker-widget table td .month {
    text-align: center;
    text-transform: capitalize;
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.date-control .bootstrap-datetimepicker-widget table td .year {
    text-align: center;
    text-transform: capitalize;
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.date-control .bootstrap-datetimepicker-widget table td .year.active {
	color: #fff;
	background-color: #004d8c;
}

.date-control .bootstrap-datetimepicker-widget table td .month.active {
	color: #fff;
	background-color: #004d8c;
}

.date-control .bootstrap-datetimepicker-widget table .picker-switch:hover{cursor:pointer;}

.date-control .bootstrap-datetimepicker-widget thead {color: #4a4a4a;}
.date-control .bootstrap-datetimepicker-widget thead .fa {color: #004d8c;}
.date-control .bootstrap-datetimepicker-widget .dow {
	color: #666;
	font-size: 14px;
}
.date-control .bootstrap-datetimepicker-widget table .picker-switch {
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
}
.date-control .bootstrap-datetimepicker-widget table td,
.date-control .bootstrap-datetimepicker-widget table td {color: #666;}
.date-control .bootstrap-datetimepicker-widget table tr td.new,
.date-control .bootstrap-datetimepicker-widget table tr td.old {visibility: hidden;}
.date-control .bootstrap-datetimepicker-widget table td.active,
.date-control .bootstrap-datetimepicker-widget table td.active:hover {
	color: #fff;
	background-color: #004d8c;
}

.date-control .bootstrap-datetimepicker-widget thead th.prev:hover, 
.date-control .bootstrap-datetimepicker-widget thead th.next:hover, 
.date-control .bootstrap-datetimepicker-widget table td.day:hover {
    cursor: pointer;
}

/* control-list */
.control-list {
	list-style: none;
	margin: 0 -5px 35px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -6px;
}
.control-list > li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 5px;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0;
}
.control-list .checkbox {
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn-reset {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
	color: #004d8c;
	background: none;
	border: 0;
	margin: 0;
	padding: 3px 0;
}
.btn-reset:hover {opacity: .6;}
.filter-heading {
	margin-bottom: 16px;
	border-bottom: 1px solid #cbcfd2;
}
.filter-heading:after {
	content: '';
	display: block;
	clear: both;
}
.filter-heading h3 {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	padding-bottom: 12px;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	border-bottom: 3px solid #004d8c;
}
.filter-heading .btn-reset {float: right;}
/* checkbox */
.checkbox {
	position: relative;
	color: #666;
}
.checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.checkbox label {
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #cbcfd2;
	border-radius: 3px;
	padding: 10px 38px 10px 13px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.checkbox label:before,
.checkbox label:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.checkbox label:before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #cbcfd2;
	background: #fff;
}
.checkbox label:after {
	width: 12px;
	height: 6px;
	margin-top: -5px;
	margin-right: 3px;
	border-style: solid;
	border-color: #004d8c;
	border-width: 0 0 1px 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}
.checkbox label.checked {
	background-color: #004d8c;
	border-color: #004d8c;
	color: #fff;
}
.checkbox label.checked:before {border-color: #fff;}
.checkbox label.checked:after {opacity: 1;}
/* grid-area */
.grid-area {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}
.grid-area .grid-sizer,
.grid-area .grid-item {
	width: 33.33%;
	padding: 0 20px;
}
.grid-area .news-block .holder {max-height: 265px;}
.grid-area .news-block .holder:before {bottom: 0;}
.news-block.type2 .img {position: relative;}
.news-block.type2 .img:before,
.news-block.type2 .img:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.news-block.type2 .img:before {
	width: 73px;
	height: 73px;
	border-radius: 50%;
	margin-top: -37px;
	margin-left: -37px;
	background: #666;
	opacity: .8;
}
.news-block.type2 .img:after {
	width: 0;
	height: 0;
	margin-top: -20px;
	margin-left: -10px;
	border-left: 29px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.news-block.type2:hover .img:before {background: #000;}
/* visual-block */
.visual-block {
	background: #414141;
	margin-top: 36px;
}
.visual-block .container {max-width: 960px;}
.visual-block .descr {
	background: #fafafa;
	color: #000;
	padding-top: 23px;
	padding-bottom: 28px;
}
.visual-block h2 {
	color: #004d8c;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}
.visual-block time {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #4a4a4a;
	margin-bottom: 5px;
}
.visual-block .embed-responsive .btn-play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 73px;
	height: 73px;
	margin: auto;
}
.visual-block .embed-responsive .btn-play:before,
.visual-block .embed-responsive .btn-play:after {
	content: '';
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.visual-block .embed-responsive .btn-play:before,
.video-popup .video-hold .play-next figure:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background: #666;
	opacity: .8;
}
.visual-block .embed-responsive .btn-play:after,
.video-popup .video-hold .play-next figure:after {
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -10px;
	border-left: 29px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.visual-block .embed-responsive .btn-play:hover:before,
.video-popup .video-hold .play-next:hover figure:before {background-color: #000;}
.visual-block .embed-responsive.active .btn-play {
	opacity: 0;
	visibility: hidden;
}
/* video-popup */
.body-visual-popup .fancybox-overlay {
	background: url('/lisalib/getfile.aspx?itemid=5deb3bf0-af59-11e7-80fe-005056be0005');
	background: rgba(0,0,0, .8);
}
.video-popup .fancybox-skin {
	background: #000;
	color: #fff;
	border-radius: 0;
	margin-top: 80px;
	max-width: 1400px;
}
.video-popup .embed-responsive {
	width: 1000px;
	max-width: 100vh;
}

.video-popup .embed-responsive .player-frame {
    height: 80%;
}
.video-popup .fancybox-title {
	padding-top: 20px;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Source Sans Pro', sans-serif;
}
.video-popup .fancybox-title h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 600;
}
.video-popup .fancybox-title p {
	font-family: 'Source Sans Pro';
	font-weight: 300;
	margin-bottom: 12px;
}

.video-popup .fancybox-close {
	top: -82px;
	right: 50%;
	margin-right: -28px;
	width: 56px;
	height: 56px;
	background: #000;
	color: #fff;
	border-radius: 50%;
}

.video-popup .fancybox-close:after {
    content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	width: 34px;
	height: 1px;
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display:block;
}

.video-popup .fancybox-close:before {
    content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	width: 34px;
	height: 1px;
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.video-popup .fancybox-close:before {
	margin-left: -17px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-popup .fancybox-close:after {
	margin-left: -17px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.video-popup .fancybox-close:hover {text-decoration: none;}
.video-popup .fancybox-close:hover:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.video-popup .fancybox-close:hover:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.video-popup .video-hold {position: relative;}
.video-popup .video-hold:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.video-popup .video-hold.ended:before {
	opacity: .7;
	z-index: 2;
}
.video-popup .video-hold .play-again,
.video-popup .video-hold .play-next {
	visibility: hidden;
	opacity: 0;
	z-index: 5;
}
.video-popup .video-hold .play-again {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 36px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	opacity: .8;
}
.video-popup .video-hold .play-again a {
	color: inherit;
	text-decoration: none;
}
.video-popup .video-hold .play-again a:hover {text-decoration: underline;}
.video-popup .video-hold .play-next {
	position: absolute;
	width: 320px;
	left: 50%;
	bottom: 143px;
	margin-left: -160px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.video-popup .video-hold .play-next h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	opacity: .8;
	margin: 0 0 20px;
}
.video-popup .video-hold .play-next h5 {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
}
.video-popup .video-hold .play-next figure {
	margin: 0 0 20px;
	position: relative;
}
.video-popup .video-hold .play-next figure:before,
.video-popup .video-hold .play-next figure:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}
.video-popup .video-hold .play-next figure:before {
	width: 57px;
	height: 57px;
	margin: -29px 0 0 -29px;
}
.video-popup .video-hold .play-next figure:after {
	margin: -15px 0 0 -9px;
	border-width: 15px 0 15px 22px;
}
.video-popup .video-hold .play-next figure img {
	display: block;
	width: 100%;
	height: auto;
}
.video-popup .video-hold.ended .play-again,
.video-popup .video-hold.ended .play-next {
	opacity: 1;
	visibility: visible;
}

.video-popup .video-desc {
    margin-top: -30px;
    font-size: 18px;
}

@media screen and (min-width: 992px) and (max-height: 830px){
	.chat .holder{max-height: 400px;}
}
@media screen and (min-width: 992px) and (max-height: 660px){
	.chat .holder{max-height: 300px;}
}
@media screen and (max-width: 1470px) and (min-width: 1200px) {
	/* date-control */
	.date-control .form-control {padding-right: 30px;}
	.date-control:before {right: 18px;}
}
/*@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px){
    .date-control .table-condensed tbody tr{border:none; display:table-row; vertical-align:inherit; border-color:inherit;}
    .date-control .table-condensed td{border-bottom:none; padding-left:0 !important; width:30px !important; display:table-cell;}
    .date-control .table-condensed thead tr{position:relative;top:unset;left:unset; display: flex; flex-direction: row; justify-content: space-between; border:none;}
    .date-control .table-condensed thead tr .picker-switch{ text-align:  center; width: 170px; line-height:26px;}
    .date-control .table-condensed thead tr .prev, .date-control .table-condensed thead tr .next{width: 20px;}
}*/
@media screen and (max-width: 1460px) and (min-width: 1200px){
	.container{width: 1200px;}
}

@media screen and (max-width: 1199px){
	.visual h1{
		font-size: 44px;
		line-height: 48px;
	}

	.visual p{margin: 0 0 40px;}

	.direct-list li{font-size: 16px;}
	.work-list {margin-left: -30px;}
	.work-list li{
		font-size: 16px;
		margin-left: 30px;
	}
	.news-block{
		font-size: 18px;
		line-height: 24px;
	}
	.news-block h3{
		font-size: 20px;
		line-height: 24px;
	}
	#header .alert .col{max-width: 50%;}
	.message-block{width: 400px;}
	h1{
		font-size: 38px;
		line-height: 44px;
	}
	.services .btn{
		font-size: 14px;
		line-height: 20px;
		padding-left: 7px;
		padding-right: 7px;
	}
	.control-list > li {width: 25%;}
	
	
	.education-page .form-flex{
	    flex-wrap:wrap;
	}
	.education-page .form-flex .form-wrapper{
        width:100%;
        margin-bottom:10px;
    }
    .education-page .form-flex .bodypart-section{
       width:100%;
    }
    
    .pricelist-table-insured tr td .info:hover span, .pricelist-table-insured tr td:last-of-type .info:hover span{
        right:-28px;
        margin-right:0;
    }
    .pricelist-table-insured tr td .info span:after, .pricelist-table-insured tr td .info span:before, .pricelist-table-insured tr > td:not(:last-of-type) .info span:after, .pricelist-table-insured tr > td:not(:last-of-type) .info span:before{
        left:85%;
    }
    
    .pricelist-table-insured tr{
        border:none;
        border-top: 1px solid #ccc;
    }
}
@media screen and (max-width: 1100px) {
	.video-popup .embed-responsive {width: 680px;}
	.video-popup .video-hold .play-again {bottom: 16px;}
	.video-popup .video-hold .play-next {
		top: 10px;
		bottom: auto;
	}
}


@media screen and (max-width: 560px){
    .helpful-container{
        flex-direction: column;
    }
    .helpful-buttons {
        padding-left: 0px !important;
    }
    .helpful h3{
        text-align: center !important;
    }
    .notHelpfulButtons {
        display: flex;
        flex-direction: column;
    }
    .notHelpfulButtons .help-form-reset{
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 992px) and (max-width:1199px){
    .visual .message-block {
        bottom: 180px;
    }
    
    .rotating-images span {
        background-size: cover; 
    }
}
@media screen and (max-width: 991px){
    /*******************
    ***** GENERAL ******
    *******************/
    .title_with-line{
        white-space:normal;
    }
    
    .breadcrumb-margin, .container-top-margin {
        margin-top: 50px;
    }
	body{
		font-size: 18px;
		line-height: 22px;
	}
	h2{
		font-size: 28px;
		line-height: 36px;
	}
	
	.helpful h3 {
        text-align: right;
    } 
	.rotating-images span {
        width: 100%;
	}

	/********************
    ****** BANNER *******
    ********************/
	.visual{
		/*margin: 173px 0 0;*/
		border-bottom:none;
	}
	.visual:after{
		top: 195px;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
	}
	.visual .overlay{
		width: auto;
		left: 0;
		top: 0;
		right: 0;
		height: 196px;
		background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
		background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%);
		background: linear-gradient(to bottom, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%);
	}
	.visual h1{
		font-size: 32px;
		line-height: 32px;
		margin: 0 0 20px;
	}
	.visual .cell{
		height: auto;
		padding: 36px 0;
		display: block;
		vertical-align: top;
		width: auto;
		margin: 173px 0 0;
	}
	.visual .sub-nav{
		text-align: right;
	}
	.visual .sub-nav li{
		float: none;
		margin: 0;
	}
	.visual .sub-nav li + li{margin-top: 5px;}
	.visual .search-form {margin: 0 0 11px;}
	.visual .search-form .form-group{
		margin: 0;
		position: relative;
		z-index: 20;
	}
	.visual p{margin-bottom: 47px;}
	
	/***********************
    **** SUBPAGE BANNER ****
    ***********************/
    
	.subpageBanner{
        height:100%;
        background-size:contain;
        background-position: 0 0;
    }
    
    .subpageBanner:after{
    	width: 100%;
    	height:225px;
    	top:unset;
    }
    .subpageBanner .overlay{
    	bottom: 225px;
    	width: 100%;
		background: -moz-linear-gradient(bottom, rgba(250,250,250,1) 0%, rgba(250,250,250,0.88) 35.37%, rgba(250,250,250,0) 100%);
    	background: -webkit-linear-gradient(bottom, rgba(250,250,250,1) 0%,rgba(250,250,250,0.88) 35.37%,rgba(250,250,250,0) 100%);
    	background: linear-gradient(to top, rgba(250,250,250,1) 0%,rgba(250,250,250,0.88) 35.37%,rgba(250,250,250,0) 100%);
    }
    
    .subpageBanner .message-block{
        display:none;
    }
    
    .subpageBanner h1 {
        margin: 130px 0 40px;
    }
	
	.contact-block {
        margin-bottom:20px;
    }
    /******************************
    ***** SHORTCUTS FRONTPAGE *****
    ******************************/
	.direct{padding: 40px 0;}
	.direct h2{margin-bottom: 9px;}
	.direct-list {margin: 0 -20px;}
	.direct-list li{font-size: 18px;}
	.direct-list li a{padding: 16px 40px;}
	.direct-list li a:before{left: 20px;}
	
	/*********************************
    **** STARFSEMISTÖLUR FORSÍÐA *****
    *********************************/
    .work__list{
        flex-direction:column;
    }
    
	.work__list_value{
		font-size: 92px;
		line-height: 92px;
		width:100%;
		padding-left:0;
		padding-right:0;
		margin-right:50px;
		margin-bottom:25px;
	}
	.work__list_value-small{
		font-size: 24px;
	}
	.work__list > div{
		font-size: 20px;
	}
	
	.work__list_numbers > div{
	    width:100%;
	}
	
	.work__list_numbers{
	    width:100%;
	}
	
	.work__list .big{
	   min-width: 70px;
	}
	
	/*********************************
    ******* FRÉTTASLIDER FORSÍÐA *****
    *********************************/

    
    .single-item-slider .item h2{
        font-size:24px;
    }
	
	h1{
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 15px;
	}
	.main{
		padding: 33px 0 0;
	}
	.content .lead,
	.lead{
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 20px;
	}
	.content .descr-str,
	.descr-str{margin-bottom: 40px;}
	.content .small-txt,
	.small-txt{
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 55px;
	}
	.content .img{margin-bottom: 5px;}
	.content{
		font-size: 16px;
		line-height: 24px;
		padding: 0 0 161px;
	}
	.sub-text{
		margin: 0 0 46px;
		float: none;
		width: auto;
		font-size: 16px;
		line-height: 20px;
		border-top: 1px solid #666;
		border-bottom: 1px solid #7c7c7c;
		color: #666;
		padding: 21px 0 0;
	}
	.content p{margin-bottom: 21px;}
	.content ul {margin: 0 0 0;}
	.content ul li{
		padding: 0 0 10px 27px;
	}
	.content ul li:before{
		width: 10px;
		height: 10px;
		top: 9px;
	}
	.content ol ul,
	.content ol ol{
		padding: 10px 0 0 13px;
		margin: 0;
	}
	.content ol ul li,
	.content ol ol li{padding: 0 0 10px 27px;}
	.content ol ol li:last-child,
	.content ul ul li:last-child{padding-bottom: 0;}
	.content ol li{padding: 0 0 10px 27px;}
	.accordion{
		padding: 18px 0 26px;
	}
	.accordion .panel-title{
		font-size: 18px;
		line-height: 23px;
	}
	.accordion .panel-title > a{
		padding: 17px 10px 17px 35px;
	}
	.accordion .panel-body{
		font-size: 18px;
		line-height: 26px;
		padding: 0 10px 20px 35px;
	}
	.accordion .panel-title > a:before {
		left: -1px;
		top: 20px;
	}
	.table-responsive{
		border: none;
		width: auto;
	}
	.table{
		font-size: 20px;
		line-height: 25px;
	}
	.table-responsive > .table{min-width: 711px;}
	.content-nav {
		overflow-x: auto;
		overflow-y: hidden;
		position: relative;
		margin: 0 0 22px;
		padding-right:0;
	}
	.content-nav ul {
		white-space: nowrap;
	}
	.content-nav ul li{
		font-size: 18px;
		line-height: 23px;
		margin: 0 52px 0 0;
		display: inline-block;
		vertical-align: top;
		white-space: normal;
	}
	.content-nav ul a{
		padding: 15px 0;
	}
	.content .tab-content{margin-bottom: 40px;}
	.content .tab-pane p{margin-bottom: 24px;}
	.testimonials{
		padding: 34px 20px 46px 20px;
		margin: 0 0 40px;
	}
	.testimonials blockquote{
		font-size: 20px;
		line-height: 32px;
	}
	.testimonials:before{top: -4px;}
	.testimonials:before,
	.testimonials:after{
		width: 35px;
		height: 30px;
		-webkit-background-size: 35px 30px;
		background-size: 35px 30px;
	}
	.testimonials cite{
		font-size: 16px;
		line-height: 20px;
		padding: 0 0 0 22px;
		margin: 0 -20px 0 0;
	}
	.testimonials q{margin-bottom: 7px;}
	.content h2{margin-bottom: 7px;}
	.tags .ttl{
		display: none;
	}
	.content-footer{padding: 8px 0 0;}
	.content .tags-list,
	.tags-list{
		margin: 0 0 0 -10px;
	}
	.content .tags-list li,
	.tags-list li{
		padding: 0 0 10px 10px;
	}
	.content .share,
	.share{padding-right: 13px;}
	.helpful{
		text-align: center;
		font-size: 20px;
		line-height: 30px;
		padding: 23px 0 29px;
	}
	.helpful .cell{
		display: block;
		height: auto;
		vertical-align: top;
		width: auto;
	}
	.helpful p{margin: 0 0 19px;}
	#header .alert{
		position: static;
		margin: 0;
		padding: 5px 0 26px;
		font-size: 18px;
		line-height: 23px;
	}
	#header .alert .container{
		padding-left: 10px;
		padding-right: 10px;
	}
	#header .alert a{
		float: none;
		position: absolute;
		bottom: 10px;
		right: 10px;
		font-size: 16px;
		line-height: 20px;
	}
	#header .alert .col{
		max-width: none;
	}
	#header .alert p{
		white-space: normal;
		overflow: visible;
		-ms-text-overflow: clip;
		text-overflow: clip;
	}
	#header .alert .ttl{
		float: none;
		font-size: 18px;
		line-height: 23px;
		display: block;
		margin: 0 0 2px;
		text-align: left;
	}
	.visual .message-block{
		position: static;
		margin-top: -18px;
	}
	.message-block{
		width: auto;
		margin: 0 0 19px;
		padding: 11px 10px 13px;
	}
	.message-block h2, .message-block .h2{
		font-size: 18px;
		line-height: 23px;
	}
	.baner{padding: 209px 0 21px;}
	.baner:after{
		top: 235px;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		width: 100%;
	}
	.baner .overlay{
		top: 0;
		height: 235px;
		background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 92%, rgba(250,250,250,1) 100%);
		background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 92%,rgba(250,250,250,1) 100%);
		background: linear-gradient(to bottom, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 92%,rgba(250,250,250,1) 100%);
		width: 100%;
	}
	.baner h1{
		line-height: 32px;
		font-size: 32px;
		margin: 0 0 20px;
	}
	.baner .lead{
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 38px;
	}
	.baner .contact-block{margin-bottom: 20px;}
	.baner .message-block{
		position: static;
		width: auto;
		margin: -108px 0 31px;
		padding: 19px 20px 17px;
		    margin-top: 0px;
	}
	.baner .message-block h2,
	.baner .message-block .h2{
		font-size: 24px;
		line-height: 31px;
	}
	.baner .message-block p{margin-bottom: 10px;}
	.for-each{
		font-size: 18px;
		line-height: 23px;
		padding: 14px 0 13px;
	}
	.for-each .title{
		margin: 0;
		float: none;
		display: block;
	}
	.for-each p{float: none;}
	.contact-us{
		padding: 32px 0 0;
		font-size: 16px;
		line-height: 23px;
	}
	.contact-us h2{
		margin: 0 0 23px;
	}
	.tel-link{
		font-size: 44px;
		line-height: 44px;
		padding: 0 0 0 56px;
		margin: 0 0 32px;
	}
	.tel-link:before{
		width: 42px;
		height: 42px;
		left: -3px;
		font-size: 28px;
		line-height: 48px;
	}
	.contact-us .cell{
		display: block;
		height: auto;
		width: auto;
		vertical-align: top;
		margin: 0 0 57px;
	}
	.contact-us .title{margin-bottom: -2px;}
	.contact-us .time{margin: 0;}
	.contact-us .cell .row > div + div {padding-top: 16px;}
	.address-block h3{
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 0px;
	}
	.address-block{
		font-size: 18px;
		line-height: 23px;
	}
	.address-block img{margin-bottom: 18px;}
	.address-block p{margin-bottom: 9px;}
	.contact-us .holder{
		margin: 0 -20px;
		padding: 0 20px 37px;
	}
	/*services*/
	.services{
		padding: 35px 0 30px;
		border-bottom: 1px solid #ddd;
	}
	.services .btn{
		font-size: 18px;
		line-height: 24px;
	}
	.services h2{margin-bottom: 32px;}
	.practical-information{
		padding: 42px 0 0;
		border-bottom: 1px solid #ddd;
		margin-bottom: 41px;
	}
	.practical-information .row {
	    padding-left: 20px;
        padding-right: 20px;
	}
	.practical-information h2{margin-bottom: 4px;}
	.practical-information .show-all{
		text-decoration: underline;
	}
	.practical-information .accordion{
		padding-bottom: 0;
	}
	.education {padding: 35px 0 84px;}
	.education h2{margin-bottom: 20px;}
	.education .footer{padding-top: 10px;}
	.education-block{margin-bottom: 10px;}
	.grid-area .grid-sizer,
	.grid-area .grid-item {width: 50%;}
	.control-list > li {width: 33.33%;}
	.search-form .typeahead-descr{display: none;}
	.fader-search{
		position: absolute;
		top: -99999px;
		bottom: -99999px;
		left: -99999px;
		right: -99999px;
		background: #000;
		opacity: 0;
		z-index: 10;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
	}
	.ahead-opened .fader-search{
		opacity: .6;
		visibility: visible;
	}
	.visual .search-form{
		position: relative;
		z-index: 100;
	}
	.visual-block{margin-top: 20px;}
	.media-section .btn-holder{margin-bottom: 0;}
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	.services .row > div{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.education-block{
		height: auto;
	}
	.education-block .holder{
		display: block;
		max-height: 65px;
		overflow: hidden;
		padding-top: 5px;
	}
	.education-block:not(.open):before{display: none;}
	.education-block:not(.open) .holder{
		display: none;
	}
	.education-block h3{
		margin-bottom: 0;
	}
	.media-section .search-form {margin-bottom: 0;}
	/* filtering-heading */
	.filter-heading {
		border-bottom: 0;
		margin-top: 35px;
		margin-bottom: 31px;
	}
	.filter-heading h3 {
		font-weight: 700;
		font-size: 28px;
		line-height: 31px;
		border-bottom: 0;
		padding-bottom: 0;
		color: #004d8c;
	}
	.btn-reset {
		text-transform: none;
		text-decoration: underline;
		font-size: 18px;
		line-height: 21px;
		color: #4a4a4a;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.control-list > li {width: 100%;}
	.grid-area .grid-sizer,
	.grid-area .grid-item {width: 100%;}
	.video-popup .embed-responsive {width: calc(100vw - 80px);}
	.video-popup .video-hold .play-next {
		width: auto;
		left: 15px;
		right: 15px;
		margin-left: 0;
	}
	.video-popup .video-hold .play-next figure {display: none;}
	.video-popup .video-hold .play-next h4 {margin-bottom: 5px;}
	.video-popup .video-hold .play-next h5 {
		font-size: 16px;
		line-height: 19px;
		white-space: normal;
	}
	.video-popup .fancybox-title {
		font-size: 14px;
		line-height: 20px;
	}
	.video-popup .fancybox-title h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.video-popup .fancybox-title p {margin-bottom: 0;}
	.video-popup .fancybox-skin{margin-top: 54px;}
	.video-popup .fancybox-close{top: -65px;}
}
@media screen and (max-width: 374px),
screen and (orientation: landscape) and (max-width: 374px),
screen and (orientation: portrait ) and (max-width: 374px){
	.work__list_value{
		font-size: 120px;
		line-height: 130px;
	}
	.work__list_value-small{font-size: 22px;}
	.work__list div{font-size: 18px;}
	
	.services .btn{
		font-size: 16px;
	}
}

.education-page #infoquery { padding-left:12px; }

.select2-container .select2-selection--multiple {
    height: 60px !important;
    border: 1px solid #aaa !important;
    overflow: auto !important;
}
.select2-container .select2-search--inline .select2-search__field { padding:11px !important; }

.search-box-container { position:relative; }
.lisa-search-autocomplete { display:none; position: absolute; z-index:100; left:0; right:0; background: #fff; border: 1px solid silver; border-radius: 2px; box-shadow: 1px 1px 1px silver; }
.lisa-search-autocomplete ul { list-style:none; margin:0; padding:0; }
.lisa-search-autocomplete ul li { border-bottom: 1px solid silver; padding: 10px; color: silver; }
.lisa-search-autocomplete ul li a { font-weight:bold; }
.lisa-search-autocomplete ul li a{ display:inline-block; }
.lisa-search-autocomplete ul li a:first-of-type:first-letter { text-transform:uppercase; }
.lisa-search-autocomplete ul li.department-heading { color: #fff; background: #4A4A4A; padding: 10px; text-transform: uppercase; font-size: .7em; font-weight: bold; margin: 0; }
.lisa-search-autocomplete ul li.department-item { background:#F5FAFD; color:#79797A; font-weight:bold; }
.lisa-search-autocomplete ul li.department-item a { padding-right:10px; }
.lisa-search-autocomplete ul li.department-item a.view-on-map { float:right; }
.lisa-search-autocomplete ul li.selected { background:#eaeaea; }
.lisa-search-autocomplete p { padding:10px; }
.lisa-search-autocomplete > div { padding:10px; text-align:right; text-transform:uppercase; font-size:.7em; font-weight:bold; }

/*******General*************/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.containerBottomMargin {
    margin-bottom: 150px;
}


.paragraphBottomPadding {
    padding-bottom: 100px;
}

.containerTopMargin {
    margin-top: 45px;
}

#formlist .buttonContainer h2, #formlist .buttonContainer p {
    display: inline-block;
}

.linkBoxesContainer {
    box-shadow: inset 0 1px 0 0 #CBCFD2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.pdf:after {
    content: 'PDF';

    display: inline-block;
    vertical-align: top;
    border: 1px solid #bd0017;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #bd0017;
    min-width: 33px;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    padding: 0 3px;
    right: -5px;
    position: relative;
    margin: 2px 0 0 0;
}

.warning {
    background-color: #F6F4D1;
    padding: 10px 30px 30px 30px
}

.breadCrumb-space {
    padding-top: 84px;
}

img {
    max-width: 100%;
}

.siteIntro {
    font-size: 24px;	
    line-height: 32px;
}

.container-padding {
    padding-bottom: 60px;
    padding-top: 60px;
}

a:focus, button.dropdown-toggle:focus{
    outline: 1px solid #5a5e61 !important;
    outline: 1px solid -webkit-focus-ring-color;
    outline-offset: -2;
}



/***Social media***/
.social-media {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 30px 0 30px;
    text-align: right;
}


/***General insert forms***/
.fieldrow { 
    float: left; 
    margin-bottom: 1em; 
    width: 100%; 
    clear: both; 
    
}

.fieldrow.checkbox-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.fieldrow.checkbox-wrapper label{
    margin-bottom: 0;
}

.fieldrow.checkbox-wrapper input[type="checkbox"]{
    height: 20px;
    width: 20px;
    margin-right: 15px;
    margin-top: 0;
}

.fieldrow label { 
    display: block; 
    color: #686868; 
    font-size: 16px;
    line-height: 20px; 
    font-weight: 400;
    
}

.fieldrow input { 
    width: 300px; 
    float: left;
    height: 60px; 
    
}
.fieldrow textarea { 
    width: 300px; 
    height: 80px; 
    float: left; 
    
}

.fieldrow.flexRow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fieldrow.flexRow .custom-checkbox {
    margin-top: 0px;
    margin-left: 10px;

}
/*****Add to calendar******/
/**
 * AddToCalendar White Blue Menu Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
    color: #004D8C;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    background-color: #FFFFFF;
}

.atcb-item {
    float: none;
    text-align: left;
    box-shadow: inset 0 -1px 0 0 #EEEEEE;
    height: 50px;
    width: 183px;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
    font-size: 18px;
    line-height: 23px;
    color: #004D8C;
    padding-left: 18px;
    padding-top: 13px;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

/*******Info for employees***/

.btn-employees {
    margin-bottom: 20px;
}

.linkBoxes {
	padding: 0px 0 48px;
}

.linkBoxes .container {
    border-bottom: 1px solid #CBCFD2;
}
.linkBoxes .btn {
	width: 100%;
	min-width: 0;
}
.linkBoxes .row{
	font-size: 0;
	line-height: 0;
}
.linkBoxes .row > div{
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-bottom: 20px;
}
.linkBoxes h2{
	margin-bottom: 41px;
}

.locationInfoDetails {
    height: 100%;
    font-size: 24px;	
    line-height: 32px;
}

.locationInfoLink {
    height: 100%;
    min-height: 20px;
    width: 100%;
    color: #004D8C;	
    font-size: 16px;	
    font-weight: 600;	
    line-height: 20px;
    margin-top: 20px;
}

.contactLocationInfo .contactMarginBottom {
    margin-bottom: 14px;
}
.contactLocationInfo .locationImg {
    width: 100%;
    margin-bottom: 20px;
}



/*******News ***********/

.moreNewsBtn {
    text-align: center;
    margin-top: 19px;
}




/***Support page***/


.fundRowMargin {
    margin-top: 59px;
}

.headPayerInfoContainer {
    margin-top: 102px;
}

/*input[type="text"]:valid ~ .infoCorrect::before {
    content: "✓";
    color: green;
}*/

.banner-margin {
    margin-top: 59px;
}


.form-group .tegund-dropdown{
    height: 60px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    background-color: #FFFFFF;
    padding-left: 20px;
    z-index:2;
    width: 100%;
}

.form-group .tegund-dropdown:focus{
    outline:none;
}


.regularSupportContainer {
    display: inline-block;
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 300;
    right: 20px;
    position: absolute;
    bottom: -23px;
}
   
.regularSupportCheckbox {
    height: 20px;
    width: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    background-color: #FFFFFF;
    display: inline;
    position: absolute;
    top: 3px;
}

.regularSupportCheckbox.checked .fa {
    color: #004D8C;
    font-size: 14px;
    padding-left: 3px;
    padding-top: 2px;
}


.regularSupportContainer input[type="checkbox"] {
    visibility: hidden;
    margin-left: 14px;
}

.regularSupportContainer label {
    margin-left: 29px;
}



.form-group .payerInfo {
    color: #686868;	
    font-size: 16px;	
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.form-group .payerInfoInput {
    height: 60px;
    display: inline-block;
}
.form-group .payerInfoInput:focus {
    border: 1px solid #9B9B9B;	
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.payerInfoContainer {
    margin-top: 39px;
}

.inputBtnPay {
    height: 60px;
    width: 240px;
    background-color: #004D8C;
    color: white;
    box-shadow: inset 0 -10px 0 0 rgba(0,0,0,0.2);
    border: none;
    float:right;
}

.btn-back {
    background: #E4ECF3;
    color: #666666 !important;
}

.btn-back:hover {
    color: #666666;
    background-color:#D8EAF9;
    border-color: #204d74;
}

.inputError {
    border: 1px solid #D0021B;
}

.support-summary h3{
    padding-top: 20px;
}


.checkboxPay {
    color: white;
    position: absolute;
    background-color: #417505;
    border-radius: 12px;
    border: 1px solid #417505;
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding-left: 3px;
    padding-top: 3px;
    margin-top: 19px;
    margin-left: 18px;
}
.checkboxPayShow {
    display: inline-block !important;
}

.select .checkboxPayShow {
    margin-left: 0px;
}

.fieldrow .checkboxPay {
    margin-top: 49px;
    margin-left: 0px;
}
.infoIncorrectContainer {
    top: 40px;
    padding-left: 0px;
}
.infoIncorrectContainerDropdown {
    padding-top: 16px;
    padding-left: 0px;
}
.infoIncorrectContainerButtons {
    padding-top: 37px;
    padding-left: 18px;
}
.infoIncorrectError {
    color: white;
    position: absolute;
    display: inline-block;
    background-color: #BD0017;
    border-radius: 12px;
    border: 1px solid #BD0017;
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding-left: 6px;
    padding-top: 0px;
    margin-top: 4px;
    margin-left: 0px;
}

.errorMessage {
    padding-left: 40px;
    position: absolute;
    color: #BD0017;
    font-size: 16px;
    line-height: 20px;
    padding-top: 3px;
}

.message.dropdown { top:18px !important; }


.fa-error {
    font-weight: 800;
    font-size: 14px;
    font-style: normal;
    position: absolute;
    top: -2px;
}
.infoCorrect {
    display: none;
}

.infoIncorrect {
    display: inline;
}

.infoCorrectSSN {
    top: 100px !important;
}

.bottomContainerSupport {
    margin-bottom: 120px;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.flex-container.tabs {
    width: 42%;
    margin-left: 200px;
}

.goBack {
    width: 54.2%;
}


.amountNumber {
    font-weight: 600;
}

.finalAmount {
    display: flex;
    flex-direction: column;
    
}
.amountTitle {
    display: inline-flex;
    justify-content: flex-end;
    height: 32px;
    font-size: 24px;
}
.amountToPay .finalAmount .extraCost {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 32px;
    text-align: right;
    padding-bottom: 30px;
}

.signature label {
    width: 100%;
    padding-left: 20px;
}

.signature .infoIncorrectContainer {
    top: 19px;
}
.fund-dropdown{
    height: 60px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    background-color: #FFFFFF;
    padding-left: 20px;
    z-index:2;
    width: 100%;
}

.infoIncorrectContainerButtons.inCorrectAmount .infoInCorrect, .infoIncorrectContainerButtons.inCorrectAmount .errorMessage{
    display: none;
}

/*****Tabs******/


/*** Sér prent virkni fyrir sjúklingafræðslu ***/
.printing-functionality{
    margin-bottom:130px;
    padding-left:0 !important;
}

.print-button .btn.btn-primary{
    float:right;
    margin-top:20px;
    margin-right:10px;
}

.sectional-print.custom-buttons .button-wrapper.print-item{
    width:33.3333%;
}

.print-header{
    border-bottom: 1px solid #CBCFD2;
    margin-right: 10px;
    margin-bottom: 20px;
}

.print-header span{
    color: #4A4A4A;
    font-family: "Source Sans Pro";
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 10px;
    display: inline-block;
    box-shadow: inset 0 -3px 0 0 #004D8C;
}

@media(max-width: 640px){
    .sectional-print.custom-buttons .button-wrapper.print-item{
        width:100%;
    }
}
/***AFFIX - sidebar that follows***/
#affix{
    position:fixed;
    max-width:350px;
}

#affix.affix {
    /* top: 196px !important; */
}

#affix .affix-overview{
    font-weight: 600;
    font-size: 18px;
    color: #004D8C;
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

#affix .nav li a {
    position: relative;
    display: block;
    line-height: 25px;
    font-size: 20px;
    color: #004D8C;
    padding: 0px 0px 10px 0px;
}
#affix .nav li a:hover {
    background-color: unset;
}
        
#affix li.active > ul{
    display:block;
}
#affix li.active{
    font-weight: bold;
}

#affix li.active > a{
    color: #004D8C;
}

#affix a {
    background-color: unset;
    color: #004D8C;
    text-decoration: none;
}

.affix-top {
    position: absolute;
    color: #004D8C;
}

@media(max-width:992px){
    /****General****/
    .breadcrumb-margin {
        margin-top: 10px;
    }
    /******Support page*******/
    .fund div#infoCorrectFund {
        display: none !important;
    }
    
    .checkboxPay {
        right: 46px;
    }
    .form-group .custom-buttons .button-wrapper-support{
        width: 100% !important;
        padding-right: 0px;
    }
    
    .infoIncorrectContainer {
        position: initial;
        padding-bottom: 11px;
    }
    
    .regularSupportContainer {
        bottom: -62px !important;
        right: 12px !important;
    }
    
    .infoIncorrectContainerDropdown {
        padding: 7px 0px 20px 24px;
    }
    .infoIncorrectContainerButtons {
        padding-top: 0px;
        padding-left: 0px;
    }
    .payerInfoContainer {
        margin-top: 3px;
    }
    
    .containerTopMargin {
        margin-top: 0px;
        margin-bottom: 30px;    
    }   
    
    .buttonContainer h2, .payerInfoContainer h2 {
        margin-bottom: 0px;
        margin-top: 11px;
    }
    
    .headPayerInfoContainer {
        margin-top: 70px;
    }
    
    .inputBtnPay {
        width: 100%;
    }
    
    .goBack {
        width: 100%;
        padding-top: 20px;
    }
    
    .btn-back {
        width: 100%;
    }
    .bottomContainerSupport {
        padding: 0px 20px 0px 20px;
    }
    
    .amountToPay {
        margin-right: 0px;
        width: 100%;
    }
    
    .flex-container {
        flex-wrap: wrap-reverse;
    }
    
    .finalAmount {
        width: 100%;
    }
    
    /******Support page ends*******/
    
    
    /********Frontpage banner**********/
    .rotating-images {
        height: 40%;
    }
    
    .message-block.mobile {
        display: block;
        margin-left: 20px;
        margin-right: 20px;
    }
    
}



/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media screen and (min-width: 992px) and (max-width:1460px){
    .custom-buttons.col-md-9 {
        width: 100%;
    }
    .bodypart-section.custom-buttons {
       width: 104.5%;
    }
    .custom-buttons .button-wrapper {
        width: 25%;
    }
}
@media screen and (min-width: 640px) and (max-width:992px){
    .bodypart-section.custom-buttons {
        width:104.5%;
    }
    #education-bank .custom-buttons .button-wrapper,
    .bodypart-section.custom-buttons .button-wrapper {
        width: 48.6%;
    }
    .custom-buttons .button-wrapper {
        width: 49%;
    }
    
}
@media screen and (max-width: 640px){
    .custom-buttons .button-wrapper {
        width: 100%;
        height:50px;
    }
}

@media screen and (max-width: 1200px){
    .bodypart-section .custom-buttons {
        width: 104%;
    }
}


@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)  {
    
    
    /***General****/
    /*
    .breadCrumb-space{
        padding-top: 0px;
    }
    */
    /***End of General****/
    
    .datepicker table {
        border-collapse: unset !important;
    }
    
    .datepicker table.dataTable tr {
        display:table-row !important;
        width: 100% !important;
    }
    
    .date-control .bootstrap-datetimepicker-widget table .picker-switch {
        font-size:15px;
        text-align:center;
    }

	/* Force table to not be like tables anymore */
	table.dataTable, thead, tbody, th, td, tr { 
		display: block; 
		width: 100%;
	}
	
	.datepicker table.dataTable, thead, tbody, th, td, tr { 
		/*display: table-row  !important; 
		width: 100%;*/
	}
	
	table.dataTable tbody td{
	    vertical-align: inherit;
	    min-height: 25px;
	}
	
	.table-responsive > .table {
        max-width: 100%;
        width: 100%;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.datepicker thead tr {
		top: 0px !important;
		left: 0px !important;
		position: relative !important;
	}
	
	.datepicker thead th {
	    display: table-cell !important;
	}
	
	.datepicker td {
	    display:table-cell !important;
	    padding-left:4px !important;
	}
	
	
	tr { border: 1px solid #ccc; }
	
	td{ 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
        /*overflow: hidden;*/
        height: 100% !important;
        padding-left: 43% !important;
        width: 57% !important;
	}
	
	td a {
	    display: inline-block;
	    width: 100%;
	}
	
	td:before { 
    	position: absolute;
        top: 6px;
        left: 6px;
        width: 50%;
        padding-right: 10px;
        white-space: nowrap;
	}
	
	/*
	Label the data for map_departments table
	*/
	#map_departments tbody tr td:nth-of-type(1):before { content: "Þjónusta"; }
	#map_departments tbody tr td:nth-of-type(2):before { content: "Heimilisfang"; }
	#map_departments tbody tr td:nth-of-type(3):before { content: "Inngangur"; }
	#map_departments tbody tr td:nth-of-type(4):before { content: "Sýna á korti"; }
	
		/*
	Label the data for laus störf table
	*/
	#emptable tbody tr td:nth-of-type(1):before { content: "Starf"; }
	#emptable tbody tr td:nth-of-type(2):before { content: "Eining"; }
	#emptable tbody tr td:nth-of-type(3):before { content: "Umsóknarfrestur"; font-size: 16px; }
	#emptable_wrapper { margin-bottom: 30px; }
	/*
	Label the data for gjaldskrár sjúkratryggðir table
	*/
	.pricelist-table-insured tbody tr td:nth-of-type(1):before { content: "Þjónusta / Læknisverk"; padding-top: 5px; }
	.pricelist-table-insured tbody tr td:nth-of-type(2):before { content: "Sjúkratryggðir"; }
	.pricelist-table-insured tbody tr td:nth-of-type(3):before { content: "Aldraðir og öryrkjar"; }
	.pricelist-table-insured tbody tr td:nth-of-type(4):before { content: "Börn 2 - 17 ára"; }
	.pricelist-table-insured tbody tr td:before { font-weight: 600; text-align: left; height: 100%; white-space: pre-wrap; padding-top: 5px;}
	.pricelist-table-insured tr > td:not(:first-of-type), .pricelist-table-insured tr > th:not(:first-of-type) { text-align: right; padding-right: 25px; }
	.pricelist-table-insured td { width: 100% !important;}
	.pricelist-table-insured th:first-child, .pricelist-table-insured td:first-child { text-align: right; padding-right: 25px;}
	
    .pricelist-table-uninsured tbody tr td:nth-of-type(1):before { content: "Þjónusta / Læknisverk"; padding-top: 5px; }
	.pricelist-table-uninsured tbody tr td:nth-of-type(2):before { content: "Fullt gjald"; }
	.pricelist-table-uninsured tbody tr td:before { font-weight: 600; text-align: left; height: 100%; white-space: pre-wrap; padding-top: 5px; width: 46%;}
	.pricelist-table-uninsured tr > td:not(:first-of-type), .pricelist-table-insured tr > th:not(:first-of-type) { text-align: right; padding-right: 25px; }
	.pricelist-table-uninsured td { width: 100% !important;}
	.pricelist-table-uninsured th:first-child, .pricelist-table-insured td:first-child { text-align: right; padding-right: 25px;}
	.pricelist-table-uninsured th:nth-child(2), .pricelist-table-uninsured td:nth-child(2), .pricelist-table-uninsured th:nth-child(2), .pricelist-table-uninsured td:nth-child(2) { float: none; padding-right: 0px;}
}

.double-accordion > .panel-group  {
    margin-bottom: 0;
}

.double-accordion .panel-body .ttl, .panel-body .ttl{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
}

.double-accordion .panel-title > a:before, .panel-title > a:before{
	content: '';
	position: absolute;
	top: 21px;
	left: 16px;
	width: 16px;
	height: 16px;
	background: url(/lisalib/getfile.aspx?itemid=5deb3c04-af59-11e7-80fe-005056be0005) no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.double-accordion .panel-title .ttl, .panel-title .ttl{
	float: left;
	margin-right: 10px;
}

.double-accordion .panel-title .collapsed .txt, .panel-title .collapsed .txt{
	opacity: 1;
	visibility: visible;
}

.double-accordion > .panel-group > .panel:last-child {
    border-bottom: 1px solid #C3C3C3;
}

.double-accordion .panel-title > a:hover, .double-accordion .panel-title > a:focus {
    text-decoration: none;
    color: #000;
}

.double-accordion > .panel-group > .panel .panel-body .panel:last-child {
    border-bottom: 1px solid #C3C3C3;
}

.double-accordion .panel-title .txt, .panel-title .txt{
	overflow: hidden;
	white-space: nowrap;
	color: #9D9D9D;
	font-weight: normal;
	margin: 0;
	opacity: 0;
	display: block;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}
.double-accordion .panel-title > .collapsed:before, .panel-title > .collapsed:before{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.double-accordion .panel-title > .showAccord:before, .panel-title > .showAccord:before{
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.double-accordion .panel-title > .hideAccord:before, .panel-title > .hideAccord:before{
    -webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.double-accordion .panel-default, .panel-default{border: none;}
.double-accordion .panel{
	box-shadow: none;
	background: none;
	border-top: 1px solid #C3C3C3;
	border-radius: 0;
}

.double-accordion.panel-group .panel, .panel-group .panel{
	margin: 0;
}

.double-accordion.panel-group .panel + .panel, .panel-group .panel + .panel{
	margin: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group{
	border: none;
}

@media screen and (max-width: 767px) {
    .emergencyRooms-wrapper {
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "important important important" "accordion accordion accordion" "contact contact contact" "alt alt alt";
    }
    
     .important-box {
        height: 239px;
        flex-wrap: wrap;
        align-items: flex-start;
        line-height: 1em;
    }
    
     .important-box p {
        text-align: center;
        margin: 31px 36px 0 36px;
        width: 100%;
        height: 64px;
        padding: 0;
    }
    
     .important-box .number {
        width: 100%;
        text-align: center;
        padding: 0;
        top: 0;
        height: 144px;
        margin-top: 10px;
    }
    
     .important-box .number span {
        font-size: 48px;
        line-height: 60px;
        display: block;
    }
    
     .contact-name {
        padding-left: 56px;
    }
}

div.alphabet {
    display: table;
    width: 100%;
    margin-bottom: 1em;
}
 
div.alphabet span {
    display: table-cell;
    color: #3174c7;
    cursor: pointer;
    text-align: center;
    width: 3.5%
}
 
div.alphabet span:hover {
    text-decoration: underline;
}
 
div.alphabet span.active {
    color: black;
}

.searchlabel {
    font-size: 48px;
    line-height: 60px;
    color: #004D8C;
    margin: 0 0 20px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}
