@import url("//fonts.googleapis.com/css?family=Open+Sans");

body {margin:0; padding-top: 0px; background:#00727e;}
.header { padding-top:63px;}
.logo {width:50%; margin-top:-20px;}
.container { font: 16px Arial, Georgia, "Times New Roman", serif; color:#656565; line-height:24px; }
.umb-grid {background:#fff;
}
/*.vertical-align {      display: flex;  flex-direction: row;}*/
h1, h2, h3, h4, h5 {    font-family: 'Open Sans', Arial;}

a {color:#000 }
a:hover {color:#212121; text-decoration:none }
a:focus {color:#212121; text-decoration:none }

/*Nav*/
.navigation {width:100%; background:#fff;    border-top: 0px solid #a8a7a6;    border-bottom: 1px solid #a8a7a6;  -webkit-box-shadow: 0 6px 6px -6px #999;    -moz-box-shadow: 0 6px 6px -6px #999;    box-shadow: 0 6px 6px -6px #999;   }
.navigation2{    background:#fff ;    border-top: 1px solid #a8a7a6;    border-bottom: 1px solid #a8a7a6;}
.navbar-brand {margin:8px 0 5px 0; padding-left:0px}
.nav{background:#fff !important; margin-top:8px;}
.navbar{ background-image: none;}
.navbar-nav {padding:0px;}
.navbar-nav > li > .dropdown-menu {    margin-top: 5px !important;}
.navbar-nav>li a { color: #000; font-size:16px; text-decoration:none; padding-left: -10px;  font-weight:bold;}
.navbar-nav>li a:hover,.navbar-nav>li a:focus { background-color: transparent; color: #19034f; }
.navbar-nav>.open>a:focus { background-color: transparent; color: #656565; border-radius: 0px; }
.navbar-nav>a:active, .navbar-nav>a:hover { background-color: transparent;color: #656565; border-radius: 0px;}
.dropdown-menu {z-index:99999; }
/*.dropdown:hover>.dropdown-menu{display:block;}  */  
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: transparent;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: transparent;}
.dropdown-menu>li>a { color: #000; font-size:16px; padding: 10px 10px 5px 10px;  border-left: 0px solid #dadada;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #000}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #ececec; color:#00727e}
ul.nav li.dropdown a.selected{background-color: transparent !important; color: #00727e; }
ul.nav li.dropdown a.active{background-color: transparent!important; color: #00727e; }
ul.nav li a.selected, ul.nav li a.active{background-color: transparent!important; color: #00727e; }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #00727e;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}

@media only screen and (min-width:768px) {

.nav{background: transparent !important; }


.navbar-nav {display: block;text-align: center;}
.navbar-nav>li {display: inline-block;}
.navbar-nav>li a { color: #000; font-size:15px; text-decoration:none; padding: 15px; }
.navbar-nav>li a:hover,.navbar-nav>li a:focus { background-color: transparent; color: #19034f;}
.navbar-nav>.open>a:focus { background-color: transparent; color: #656565; border-radius: 0px; }
.navbar-nav>a:active, .navbar-nav>a:hover { background-color: transparent;color: #656565; border-radius: 0px;}
.dropdown-menu {z-index:99999; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: transparent; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: transparent; }
.dropdown-menu>li>a { color: #656565; font-size:15px; padding: 10px 15px 10px 15px;  border-left: 0px solid #dadada;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #000}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #ececec; color:#00727e}
ul.nav li.dropdown a.selected{color: #00727e; }
ul.nav li a.selected{color: #00727e;}
       
}
 
/*toogle nav*/
.navbar-toggle {	}
.navbar-toggle span {	margin: 0 auto;	position: relative;	z-index: 999;	top: 5px;	background-color: #000;	display: block; margin-left:10px; }
.navbar-toggle span:before {	margin-top: -7px;}
.navbar-toggle span:after {	margin-top: 7px;}
.navbar-toggle .icon-bar {    position: relative;    transition: all 500ms ease-in-out;}
.navbar-toggle.active .icon-bar:nth-of-type(1) {    top: 6px;    transform: rotate(45deg);}
.navbar-toggle.active .icon-bar:nth-of-type(2) {    background-color: transparent;}
.navbar-toggle.active .icon-bar:nth-of-type(3) {    top: -6px;    transform: rotate(-45deg);}
/**/

/*subnav*/
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
/*end sub*/



.login-user-desktop {margin-top:15px;float:right;}
.login-user {display:none;}

.container-fluid {}
.container-fluid h1 {text-align:center;        }

/*media responsive*/
.video-wrapper {    position: relative; /* keeps the aspect ratio */    padding-bottom: 56.25%; /* fine tunes the video positioning */    padding-top: 60px; overflow: hidden;}
.video-wrapper iframe,.video-wrapper object,.video-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
img {     vertical-align: middle;     border: 0;     page-break-inside: avoid;     max-width: 100% !important;     }
img {max-width:100% !important;height:auto !important;}
    
*/
.img-responsive{  max-width: 100% !important;height:auto !important;}

/*footer*/
.footer { background:#00727e; margin-top:0px; color:#fff; padding:20px 0px 20px 0px;}
.footer h4 {  color: #c2c2c2; text-transform: uppercase;margin-bottom:20px; }
.footer .container { font-size: 16px;}
.footer .container p { margin-bottom:0px;}
.footer a {  color: #fff; }
.footercontact {padding:10px 0px 10px 0px;  background:#00727e; border-top: 1px solid #555555; }
.footercontact .container { font-size: 12px; color: #fff;}
.footercontact a {  color: #fff; }

.Hero{height:auto;min-height:360px;max-height:800px;background-repeat:no-repeat;position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;background-color:#e4e3e2; background-size:cover;}

@media (min-width:480px){    .Hero{height:calc(100vh - 150px)}}
@media (max-width:767px){    .Hero{height:calc(100vh - 300px)}
.Hero-box-content{max-width:450px}}
@media (min-width:900px){    .Hero{height:calc(100vh - 200px)}}
@media (min-width:1200px){    .Hero{height:calc(100vh - 230px)}}
.Hero .Breadcrumb{position:relative;z-index:1000;color:#fff;border-bottom-color:rgba(255,255,255,.25)}
.Hero .container{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}
@media (max-width:1200px){    .Hero .container{width:100%}}
.Hero .lead{font-size:16px;font-weight:300}
@media (min-width:900px){    .Hero .Breadcrumb{position:absolute;left:0;right:0}
    .Hero .Breadcrumb+.container{padding-top:30px}
    .Hero .lead{font-size:29px;line-height:1.2}
}
/*.Hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(120, 120, 120, 0.73)}   */
.Hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;}                                                                                       
/*.Hero-bg {
  padding: 2.25em 1.6875em;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.6), rgba(0,0,0,.6) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.6) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.6), rgba(0,0,0,.6) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.6) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.6), rgba(0,0,0,.6) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.6) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.6), rgba(0,0,0,.6) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.6) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
   }*/



/*.Hero-bg {  background:rgba(9, 64, 81, 0.70);   }*/
.Hero-box {
    color: #fff;
    position: relative;
    z-index: 100;
    padding: 20px;
    margin: 20px 0px;
    background: rgba(0, 114, 126, 0.85); /*4.5vh 0 5vh*/
}

@media (max-width:899px){       .Hero--alt{height:auto;max-height:100%}}
.Hero-box .label{font-size:12px;font-weight:400;padding:3px 11px;display:inline-block;border-radius:1px;margin:0;background-color:rgba(0,0,0,.15)}
.Hero-box .btn{padding-left:30px;padding-right:30px}
.Hero-box-header{margin:0;font-weight:400;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}
.Hero-box-content{font-size:16px;-max-width:460px;}
.Hero-box-content ul {font-size:16px;}
.Hero-box-note{font-size:90%;margin:15px 0 0}
.Hero--pos-left{background-position:80% center}
.Hero--pos-right{background-position:20% center}
.Hero--bg-default .Hero-bg{background:rgba(99,174,219,.8)}
.Hero--bg-primary-alt .Hero-bg{background:rgba(63,122,153,.8)}
.Hero--bg-light{color:#414141}
.Hero--bg-light .Hero-box{color:inherit}                              
.Hero--bg-light .Hero-bg{background:#fff}
.Hero--bg-dark .Hero-bg{background:#656565;}
.Hero--bg--pos-left{background-position:60% center}

@media (min-width:900px){
    /*.Hero-bg{top:-350px;left:-150px;bottom:-250px}
    .Hero--pos-left .Hero-bg,
    .Hero--pos-right .Hero-bg{min-width:500px;right:55%;-webkit-transform:rotate(20deg);-ms-transform:rotate(20deg);transform:rotate(20deg)}
    */
    .Hero--pos-right .Hero-bg{left:53%;right:-100px;-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}
    .Hero-box h2{color:#fff;font-size:46px; text-shadow: 1px 1px 0 #000}
    .Hero--pos-left .Hero-box,
    .Hero--pos-right .Hero-box{max-width:500px;}
    .Hero-box-content, .Hero-box a {font-size:20px; text-shadow: 1px 1px 0 #000    }
    .Hero-box-content, .Hero-box .btn {text-shadow: none }
    .Hero--pos-right .Hero-box{float:right}
    .Hero--pos-center .Hero-box{text-align:center;max-width:800px;margin:0 auto; }
    .Hero--pos-center .Hero-box p{max-width:none}}



.Hero--alt{height:auto;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;background-color:#63aedb}
.Hero--alt .Hero-box-content a,.Hero--alt .Hero-box-note a{color:#fff;}.Hero--alt .Hero-box-content a:hover,.Hero--alt .Hero-box-note a:hover{color:#555}.Hero--alt .container{margin-top:auto;margin-bottom:auto;}

@media (min-height:700px){.Hero--alt{min-height:450px}}.Hero--alt.Hero--bg-default{background:#63aedb}.Hero--alt.Hero--bg-primary-alt{background:#3f7a99}.Hero--alt.Hero--bg-dark{background:#00727e;}.Hero--alt.Hero--bg-light{color:#414141;background:#fff;border:solid #e9e9e9;border-width:1px 0}.Hero--alt.Hero--pos-right .col-content{margin:0 auto}
@media (min-width:900px){.Hero--alt.Hero--pos-right .col-content{margin:0;left:50%}.Hero--alt.Hero--pos-right .Hero-box{float:none;width:auto}.Hero--alt.Hero--pos-right .Media--image{left:0;right:auto}.Hero--alt.Hero--pos-right .Media--image::before{left:auto;right:-70px}}.Hero--alt .media-col{max-width:630px;margin:0 auto;position:relative}
@media (min-width:768px){.Hero-box-header{padding-right:30px}.Hero--alt .row{display:-webkit-flex;display:-ms-flexbox;display:flex}.Hero--alt .media-col{height:auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;justify-items:center}}
@media (max-width:767px){.Hero--alt .media-col{padding-bottom:5vh}}.Hero--alt .Media{width:100%;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-height:230px;z-index:100;background-color:inherit}.Hero--alt .Media--video{min-height:0;border-radius:2px;box-shadow:0 2px 4px 0 rgba(0,0,0,.15),0 10px 30px 0 rgba(0,0,0,.15)}.Hero--alt .Media--image{display:block}
@media (max-width:500px){.Hero{height:auto}.Hero--alt .Media{background-size:cover;background-position:center;position:relative;overflow:hidden}.Hero--alt .Media::before{position:absolute;bottom:-30px;left:0;right:-10px;height:60px;content:"";background-color:inherit;-webkit-transform:rotate(4deg);-ms-transform:rotate(4deg);transform:rotate(4deg);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.Hero--alt .Media:last-child::before{background-color:#fff}.Hero--alt .Hero-box{padding-top:10px}}
@media (min-width:500px){.Hero--alt .Media--image{position:absolute;top:0;bottom:0;right:0;opacity:.2;background-size:cover;background-position:center right;z-index:0}}.Hero--alt .Hero-box-header{font-size:58px;font-size:5.8rem}.Hero--alt .Hero-box-price{font-size:20px;font-weight:300;margin:3vh 0 4vh}
@media (min-width:900px){.Hero--alt .Media--image{width:50%;max-width:980px;overflow:hidden;border-radius:0;box-shadow:none;opacity:1;background-repeat:no-repeat;background-color:inherit}.Hero--alt .Media--image::before{width:150px;height:110%;position:absolute;left:-50px;top:-50px;bottom:0;content:"";-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg);background-color:inherit;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.Hero--alt .Hero-box-price{font-size:35px}}.Hero--alt .Hero-box-price em{font-weight:700;font-style:normal}.no-flexbox .Hero:not(.Hero--alt) .container{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.Hero-box a:hover {text-decoration:none;color:#fff !important}
/*
@media (min-width:900px){.Hero--alt .Media--image{width:52%;max-width:980px;overflow:hidden;border-radius:0;box-shadow:none;opacity:1;background-repeat:no-repeat;background-color:inherit}.Hero--alt .Media--image::before{width:150px;height:110%;position:absolute;left:-150px;top:0;bottom:0;content:"";-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg);background-color:inherit;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.Hero--alt .Hero-box-price{font-size:35px}}.Hero--alt .Hero-box-price em{font-weight:700;font-style:normal}.no-flexbox .Hero:not(.Hero--alt) .container{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
*/    

/*highlights Begin*/
.full_white,.full_white-item-ico,.StepNav-item,.search-form .btn{position:relative}#article,#main,#relinfo,#sidenav,#splash,.splash-text,.toolbox-item{float:left}.search-form .btn{margin:0 0 0 15px}.full_white{z-index:500;box-shadow:0 2px 4px 0 rgba(0,0,0,.15),0 10px 30px 0 rgba(0,0,0,.15)}.full_white .col,.full_white .container,.full_white .row{height:100%}.full_white .col{height:auto;transition:background .3s}.full_white .col:hover{background:#f4f4f4}.no-flexbox .full_white .col{min-height:125px}@media (min-width:768px){.full_white .row{display:-webkit-flex;display:-ms-flexbox;display:flex}.full_white .col-sm-6:first-child .full_white-item{padding-left:8vw!important}}@media (min-width:992px){.full_white .col-sm-6:first-child .full_white-item{padding-left:12vw!important}}.full_white-item{display:block;width:100%;padding:10px 0}.full_white-item--highlighted .full_white-item-ico{border-color:#ecaa5b;color:#e0861a}.full_white-item--highlighted .full_white-item-header{color:#00727e}@media (min-width:480px){.full_white-item{padding:20px 0}}@media (min-width:1200px){.full_white-item{padding:35px 0 25px 30px}}.full_white-item-ico{float:left;display:inline-block;height:42px;width:42px;top:-3px;margin-right:20px;text-align:center;color:#00727e}.full_white-item-ico>svg{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);max-width:42px}@media (min-width:768px){.full_white-item-ico{top:-3px;width:50px;height:50px;margin-right:5px}}@media (min-width:992px){.full_white-item-ico{top:-7px;width:60px;height:60px;margin-right:20px}.full_white-item-ico>svg{max-width:none;max-height:none}}.full_white-item-header{font-size:24px;font-size:2.4rem;font-weight:400;margin:0 0 3px;color:#00727e}@media (min-width:768px) and (max-width:1200px){.full_white-item-header{margin-top:5px}}.full_white-item-desc{color:#969092;font-size:12px;margin:0;overflow:hidden}.col-sm-12 .full_white-item{max-width:none;margin:0 auto;width:auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.col-sm-12 .full_white-item-desc,.col-sm-12 .full_white-item-header{font-size:17px;font-weight:400;margin:0;line-height:1.2;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap}.col-sm-12 .full_white-item-header{-webkit-order:1;-ms-flex-order:1;order:1}.col-sm-12 .full_white-item-header::before{content:'\203A';margin-right:5px;line-height:0;vertical-align:2px}.col-sm-12 .full_white-item-desc{-webkit-order:0;-ms-flex-order:0;order:0;color:#414141;margin-right:15px}.col-sm-12 .full_white-item-ico{display:none}@media (min-width:768px){.col-sm-12 .full_white-item-desc,.col-sm-12 .full_white-item-header{font-size:20px}.col-sm-12 .full_white-item{padding-left:20px;padding-right:20px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}}@media (max-width:991px){.col-sm-12 .full_white-item{-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;text-align:center}.col-sm-12 .full_white-item-header{width:100%}.col-sm-12 .full_white-item-desc{margin:0 0 5px}}.full_white .col{display:-webkit-flex;display:-ms-flexbox;display:flex;border:0 solid #e9e9e9;border-width:0 0 1px}.full_white .col:last-child{border-bottom:0}@media (min-width:992px){.full_white .col:not(.col-sm-12):first-child .full_white-item{padding-left:0}}@media (min-width:768px){.full_white .col{border-width:0 1px 0 0}.full_white .col:last-child{border-right-width:0}}

.full_white-item:hover,.StepNav a:hover,.StepNav span:hover,.accordion .panel-title a.collapsed:focus,.accordion .panel-title a.collapsed:hover,.accordion .panel-title a:focus,.accordion .panel-title a:hover,.panel--claims>a,.panel--claims>a:hover{text-decoration:none}
/*Step end*/

/*pageheader*/

.PageHeader{color:#fff;background:#63aedb;border-top-color:#63aedb;position:relative}.NavList,.NavList li,.NavList-list{border-top-color:inherit}.PageHeader a{color:#fff}.PageHeader-content{padding-top:6vmin;padding-bottom:6vmin;position:relative}.PageHeader-content a{color:#414141}.PageHeader-content a:hover{color:#676767}.PageHeader-header{font-size:56px;font-size:5.6rem;margin:0}.PageHeader-body{margin-top:3vh;font-size:16px;line-height:1.35}.PageHeader-spots{margin-top:3vh}.PageHeader-spots .Box-header{margin-bottom:10px;overflow:hidden}.PageHeader-spots .btn{margin-top:15px}.PageHeader--dark{background:#3f7a99}.PageHeader--dark>.container a{color:#75bee9}.PageHeader--dark>.container a:hover{color:#91CBED}.PageHeader--alt{background:#8dc63f}.PageHeader--grey{color:#fff;background:#00727e}.PageHeader--dim{color:#414141;background:#f4f4f4}.PageHeader--dim a{color:#414141}.PageHeader--dim .Breadcrumb{border-bottom-color:#e9e9e9}@media (min-width:768px){.PageHeader-spots .btn{margin-top:30px}.NavList{margin-top:-3vmin}}
h1.PageHeader-header {color:#fff}
.PageHeader-content.container p, .PageHeader-content.container a , .PageHeader-content.container ul {color:#fff}

/*end pageheader */

/*breadcrump*/
.Breadcrumb,.Breadcrumb-item.is-collapsed .Breadcrumb-link:focus::before,.Breadcrumb-item.is-collapsed .Breadcrumb-link:hover::before,.Breadcrumb-link,.Breadcrumb-link:focus,.Breadcrumb-link:focus span,.Breadcrumb-link:hover,.Breadcrumb-link:hover span{color:inherit}.Breadcrumb{display:none;list-style:none;font-size:13px;border-bottom:1px solid rgba(255,255,255,.25)}
@media (min-width:768px){.Breadcrumb{display:block}}.Breadcrumb-item,.Breadcrumb-item span{display:inline-block}.Breadcrumb-list{margin-top:0;margin-bottom:0;padding-top:12px;padding-bottom:7px}.Breadcrumb-item{padding-bottom:2px}.Breadcrumb-link::after{content:"/";position:relative;font-size:13px;display:inline-block;padding-left:8px;}

                                                                                                                                                                                                                                                                                                                                                                                                                                 /*                                                                                                                                                 .Breadcrumb-item:first-child .Breadcrumb-link{padding-left:0}.Breadcrumb-link,.FileUploadRow{display:-webkit-flex;display:-ms-flexbox}.Breadcrumb-item.is-collapsed .Breadcrumb-link::before{content:"...";vertical-align:text-top;margin-left:2px;letter-spacing:1px;font-weight:700}.Breadcrumb-item.is-collapsed .Breadcrumb-link span{width:0;white-space:nowrap;overflow:hidden}.Breadcrumb-link{position:relative;line-height:12px;padding:0 4px 0 0;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.Breadcrumb-link::after{content:"/";position:relative;font-size:13px;display:inline-block;vertical-align:1px;padding-left:8px;padding-top:1px}.LocalNav-item::after,.datepick::after,.datepick::before,.dialog::after{content:""}.Breadcrumb-link::last-child::after{display:none}.Breadcrumb-link--current{cursor:default;font-weight:500}.LocalNav-item,[data-toggle=popover]{cursor:pointer}.Breadcrumb-link--current:focus,.Breadcrumb-link--current:hover{text-decoration:none;}
                                                                                                                                                                                                                                                                                                                                                                                                                                      */

.Breadcrumb-item {color:#ccc; font-size:13px;}
.Breadcrumb-link:hover  {text-decoration:none;}

/*end bread*/

/*iframe loading mine sider*/
#loadImg{position:absolute;z-index:999;}
#loadImg div{display:table-cell;width:950px;height:633px;background:#fff;text-align:center;vertical-align:middle;}


/*carousel*/
#myCarousel { }
.carousel-indicators {    bottom:-10px;}
.myCarouselleft {top:50%;left:-50px; }
.myCarouselright {top:50%; right:-50px !important;}
.carousel-control.left, .carousel-control.right {  background: none !important;  filter: progid: none !important;  outline: 0; }
.carousel .carousel-control {  visibility: hidden; font-size:50px}
.carousel:hover .carousel-control {  visibility: visible;}
.v-center {    display:table !important;    height:300px;    padding:0px 8px 0 0;}
.carouselcontent {    display:table-cell;    vertical-align:middle;    text-align:center;    font-size:20px;    padding:20px;}
/*carousel*/

.round {	border-radius: 50%;    max-width: 100% !important;height:auto !important;}
.linksfooter {float:right}


/*row/cell background*/
/*padding-top
padding-right
padding-bottom
padding-left*/
/*.umb-grid { padding:25px 0 0px 0;  background:#fff;}*/

.full_lightgrey { background:#eaeaea;}
.full_white { background:#fff; }


.white {      padding:25px 0 25px 0;    background:#fff;}
.white_border {      /* margin:-50px 0 -25px 0; */ border-bottom: 1px solid #b3b3b3;   padding:25px 0 25px 0;    background:#fff;}
.lightgrey_border {   border-bottom: 1px solid #b3b3b3;   padding:25px 0 25px 0;     background:#eaeaea;}
.lightgrey {   border-bottom: 1px solid #b3b3b3;   padding:25px 0 25px 0;     background:#eaeaea;}
.lightgrey .buttonWlink {}

.darkgrey { border-bottom: 1px solid #b3b3b3;  padding:50px 0 25px 0; background:#656565;}
.darkgrey p { color:#fff}

.grey  { border-bottom: 1px solid #b3b3b3;    padding:50px 0 25px 0; background:#ccc;}

.full  { }
.full triangle  { }

/*.column {margin: 0px 0 25px 0;}*/
.white-cell {} /*neutral*/
/*
.lightgrey-cell {   padding:25px 25px;     background:#fff; border: 2px solid #00727e}
.lightgrey-cell p { color:#000}
.darkgrey-cell {    padding:25px 25px; background:#656565;}
*/
.infoboks { margin-bottom:25px;}
.infoboks h3 { margin:0px;}


.emailikon, .email {
}

.telefonikon, .tel {

}

/*spotbokse*/
.bottomspotbox li {
  /* list-style-image: url('/css/loading.gif');*/
}

/*row/cell background*/

/**umb_name:Header */
.Header{font-size: 30px;}
.Header2{font-size: 30px;}

/*accordions*/
a.panel-item {color:#000; text-decoration:none;display:block;}
.panel-body, .panel-heading{background: #f5f4f2;}
.panel-heading:hover{background: #d1d1d1;}
.active-panel{background: #d1d1d1 !important;}
/*.panel-body, .panel-heading:hover{background: #eaeaea;}*/
.panel-body .container {width:auto;background:none;padding:0px;display: block;    height:auto;}
.panel-body {background:#fff ;}


/*coverlist*/
.Cover-list-headline {font-weight:bold}
.Cover-list {
    list-style: none;
    padding: 15px 15px 5px 15px;
    background: #f4f4f4;
    margin-bottom:50px;
}

.Cover-list-item {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.Cover-list-item .glyphicon-minus, .Cover-list-item .glyphicon-plus{
    position: absolute;
    top: 2px;
    left: 0;
    color:#fff;
    font-size: 9px;
}
.glyphicon-plus {
    background: #00727e;
}

.glyphicon-minus {
    background: #d33d3d;
}
.glyphicon-minus, .glyphicon-plus {
    width: 20px;
    height: 20px;
    line-height: 19px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.btn-success {
    color: #fff;
    background-color: #00727e;
    border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #00727e;
    border-color: #255625;
}

    .btn-success:hover {
        color: #fff;
        background-color: #038d9c;
        border-color: #255625;
    }

/*end cover list*/

.tel {}
.email {}

/*
padding-top
padding-right
padding-bottom
padding-left
*/

/*rte*/

.column h2 {margin-bottom:30px;}
    
.panelwidget { background:#fff; margin-bottom:30px; height:140px;text-align:center;
-webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2);
box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2);
display:block;
}
.thumbnail h3 {color: #555655; text-decoration:none; font-size: 20px; margin-top:6px;}
.thumbnail:hover {text-decoration:none; background:#f4f4f4;}
.thumbnail img {margin-top:10px;}
a.panelwidgetlink {text-decoration:none;}

/*Scroll til top*/
.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.70);
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {	 background-color: rgba(0, 0, 0, 0.50);}
.scroll-top-wrapper.show {    visibility:visible;    cursor:pointer;	opacity: 1.0;}
.scroll-top-wrapper i.fa {	line-height: inherit;}

@media (max-width: 1200px) {

.container {width:100%; /*padding-top:0px;*/}
.navbar-nav>li a { font-size: 15px; }
.dropdown-menu>li>a {font-size:15px; padding: 10px 5px 5px 5px;}
.myCarouselleft {left:-40px;}
.myCarouselright {right:-40px !important;} 

}

/*
padding-top
padding-right
padding-bottom
padding-left
*/



@media (max-width: 1032px) {
.container {        width: 100%;  }
.navbar-nav>li a {padding: 15px 8px; }
.dropdown-menu>li>a { padding: 10px;}
.v-center {    height:auto;  width:100%;  padding:0;}
.Carouselimg {height:auto;}
.Carouselarrowimg {    width:40%    }
.carouselcontent {    font-size:18px;}
.carousel-inner .Hero-box{}
.footer h4 {  margin-top:40px; }
}

@media (max-width: 967px) {
.navbar-brand {margin-right:-35px;}

.navbar-nav>li a {font-size:13px; padding-top: 15px; }

.logindesktoptext {display:none;}
.login-user-desktop {display:block;width:40px;}
}



.rafflesearch {
    margin: 20px 20px 0 0;
    float: right;
}

/*mobil*/
@media (max-width: 767px) {
    .header {width:100%; padding-top:60px;}
.navbar-nav>li a {font-size:15px; padding-top: 5px; }
.navbar-nav > li > .dropdown-menu {    margin-top:-5px !important}
.navbar-collapse { 
    max-height: 100% !important; 
}
.myCarouselleft {left:-20px;}
.myCarouselright {right:-20px !important;}


.login-user-desktop {display:none;}
.login-user {display:block;margin-top:12px; float:right}
h1.PageHeader-header {font-size:36px}


.contactfooter {margin-bottom:20px;}
.contactfooter span{display:block;padding-left:0px}
.linksfooter {margin-bottom:20px;float:none}
.linksfooter span{display:block;padding-left:0px}

/*.column {padding: 0 10px 0 10px;}
    */

    .rafflesearch {
        margin: 20px 10px 0 0;
        float: right;
    }
} 

@media (max-width: 491px) {
.navbar-brand {width:170px;}
.logo {width:90%;}

.myCarouselleft {left:0px;}
.myCarouselright {right:0px !important;}
.carousel .carousel-control {  font-size:30px}   

h1 {   font-size:30px}
h1.Hero-box-header {font-size:30px !important}
h1.PageHeader-header {font-size:30px}



}

@media (max-width: 400px) {
.login-user {margin-top:12px; width:40px;float:right;}
.logintext {  display:none;}

    .rafflesearch {
        margin: 20px 0px 0 0;
    }

}
/*end mobile*/


/*relaterede page*/

.relateredesider .equal {
    width: 100%;
    background: #fff;
    padding: 0px;
}

.relateredesider div[class^="col-"] {
    margin: 20px 0 20px 0 !important;
}


.relateredesider h2 {
    margin-top: 5px;
    font-size: 20px;
    color: #00727e;
    margin-bottom: 5px;
}


.relateredesider a {
    white-space: normal;
    transition: all 200ms ease;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    color: #000;
}


/*blogs*/
.blogarchive div[class^="col-"] {
	margin: 20px 0 20px 0 !important;
}

.blogarchive .equal {
	width: 100%;
    background: rgba(0, 0, 0, 0.4);
    	padding: 30px 28px;
}


.blogarchive .profile {
        background:red;
    	padding: 10px 10px !important;
}


.equal {
    display: block;
    position: relative;
    min-height:230px;

-webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2);
box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2);
}


.news{
    min-height:100% !important;
    background: #fff !important;
    color: #000 !important;
}

.news p {
    color: #000 !important;
}

.newsdate {

    font-size:12px;
}



.spot {
        min-height:100% !important;
    background: #fff !important;
    color: #000 !important;
}

.spot p {
    color: #000 !important;
}

.spot a {
    color: #000 !important;
}

.spot h3 {
margin-bottom:15px !important;
}

.spot:hover {
	background:#fafafa !important;

}



/*
.equal::after {

    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.equal > * {
    z-index: 10;
}
    */

.equal-link a {
    color: #fff;}

a.equal-link:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.blogarchive a {
    white-space: normal;
    transition: all 200ms ease;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    color: #fff;
}

.blogarchive a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.blogarchive a:hover p {
	color: #fff;
}


.blogarchive .date {
	font-size: .9rem;
	text-align: right;
	margin-bottom: 5px;
}

.blogarchive h2 {
    margin-top: 5px;
    font-size: 26px;
    color: #fff;
}

.blogarchive h3  {
margin-top:5px;
margin-bottom:0px;
    font-size:20px;
    color:#000;
}



.blogarchive p {
	color: #fff;
	transition: all 200ms ease;
}


.profiledata {
    min-height:160px;
    font-size:14px;
}


.profiledata a {
	white-space: normal;
	transition: all 200ms ease;
	background: none;
	display:normal !important;
    color: #000;
}

.profiledata a:hover {
	text-decoration: none;
	background: none;
    color: #000;
}

.profileimg {
float:left;
padding: 0 10px 15px 0;

}
/*
.profileblock {
    max-width: 390px;
    float:left;
}

@media (max-width: 767px) {
    .profileblock {
    max-width: 100%;
}
}
    */
.newsoverview h3  {
margin-top:5px;
margin-bottom:0px;
    font-size:20px;
    color:#000;
}

ul.newsstyle {
    margin:0;
    padding:0px;
    list-style: none;

}

ul.newsstyle li {
border-top: 1px solid #eeeeee;
margin-bottom:20px;
}
