<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face
{
    font-family: 'Ubuntu';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/Ubuntu-Regular.ttf') format("truetype");    
}

@font-face
{
    font-family: 'Ubuntu';
    font-weight: bold;
    font-style: normal;
    src: url('/fonts/Ubuntu-Bold.ttf') format("truetype");    
}

@font-face
{
    font-family: 'Ubuntu';
    font-weight: bold;
    font-style: italic;
    src: url('/fonts/Ubuntu-BoldItalic.ttf') format("truetype");    
}

@font-face
{
    font-family: 'Ubuntu';
    font-weight: normal;
    font-style: italic;
    src: url('/fonts/Ubuntu-Italic.ttf') format("truetype");    
}

html, body{
  height:100%;
  width: 100%;
  min-width: 400px;
  min-height: 100% !important;
  font-family: Ubuntu;
  background: #B1C6D7;
} 
/*
body{
  background: #85A5C6;
  font-family: 'Roboto', sans-serif;
}
*/

.site-search{
    display: none !important;
}

/* organizations's images */
.context-info .image img{
    max-width:125px;
    margin: 0 auto;
}
.img-responsive{
    margin: 0 auto;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* end Slider */

.navbar-toggle{
    border-color: #fff;
}
#content{
    padding: 0 30px;
} 
#map{
  height: 100%;
  width: 100%;
}
#slide_intro{
  color: white;
  background: url("/images/bg/firstBG.jpg") center center no-repeat fixed;
  background-size: cover;
}
#slide_3{
  color: white;
  background: url("/images/bg/3thBG.jpg") center center no-repeat fixed;
  background-size: cover;
}
#slide_3 h1{
	color: #E3A513;
}
#slide_3 .content, #slide_4 .content, #slide_7 .content{
	text-align: left;
}
#slide_4{
  color: white;
  background: url("/images/bg/4thBG.jpg") center center no-repeat fixed;
  background-size: cover;
}
#slide_4 h1{
	color: #FFDC70;
}
#slide_5{
  color: white;
  background: url("/images/bg/5thBG.jpg") center center no-repeat fixed;
  background-size: cover;
}
#slide_5 h1{
	color: #768824;
}
#slide_6{
  color: white;
  background: url("/images/bg/6thBG.jpg") center center no-repeat fixed;
  background-size: cover;
}
#slide_6 h1{
	color: #9AC9F9;
}
#slide_7{
  color: white;
  background: url("/images/bg/7thBG.jpg") center center no-repeat fixed;
  background-size: cover;
}
#slide_7 h1{
	color: #FFC232;
}

footer.site-footer{
  color: white;
  background: url("/images/bg/footerBG.jpg") center center no-repeat fixed;
  background-size: cover;
  min-height:300px;
}


a{
  text-decoration: none;
}

.account-masthead{
  background: #262831;
}
.account-masthead .account ul li{
  border-left: 0;
  margin-left:23px;
}
.account-masthead .account ul li a{
  color: #FF804F;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  padding: 0;
}
.account-masthead .account ul li a:hover {
    color: #FF804F;
    background-color: #262831;
    text-decoration: none;
}
.navbar-static-top{
    border: 0;
}
.masthead hgroup h1{
  float: none;
  font-family: Ubuntu;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  font-weight: 300;
  margin-left:9px;
  letter-spacing: 3px;
}
.masthead hgroup h1 &gt; span{
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 3px;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	color: #FFFFFF;
}
.masthead{
  background: #262831;
  padding: 10px 0 20px 0;
}

.masthead a:hover, .masthead a:focus{
  text-decoration: none;
}
#main-navigation-toggle{
  background: #262831;
  border-radius: 0;
  margin: 0 -15px;
}
#main-navigation-toggle .nav &gt; li &gt; a{
	padding: 25px 10px;
}
.masthead .navigation .nav-pills li a:hover, .masthead .navigation .nav-pills li a:focus, .masthead .navigation .nav-pills li.active a {
    background-color: #262831;
	text-decoration: underline;
	
}
.masthead #main-navigation-toggle.navbar-collapse{
  float: none;
}
.masthead .navbar-collapse {
  padding: 0 !important;
}
.masthead .nav-pills &gt; li &gt; a{
  border-radius: 0;
  font-weight: 500;
}


#slide_search{
  background-color: rgb(34, 52, 69);
}
.homepage .module-search .module-content{
  background-color: rgba(34, 52, 69, 0.78);
}
.homepage .module-search .tags{
  background-color: rgb(34, 52, 69);
  padding: 0 10px 40px 10px;
  border-radius: 0;
  text-align: center;
}
.homepage .module-search .search-giant input{
  text-align:center;
}
.homepage .module-search .tags h3, .homepage .module-search .tags .tag{
  display: inline-block;
  float: none;
}
.homepage .module-search .module-content .heading{
  margin-bottom: 17px;
  margin-top: 40px;
  text-align: center;	
}
a.tag:hover{
  background-color: #0f323c;
  border: 1px solid #fff;
  box-shadow: none;
}

.slide-p{
  height: 700px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slide-p p{
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.12em;
}
#slide_intro .content{
  width: 60%;
  min-width: 270px;
  margin: 0 auto;
  color: #fff;
}
#slide_intro .content p{
	margin-top: 30px;
    color: #003647;
	text-align:center;
}
#slide_intro .content h1{
  text-shadow:0px 1px 0 rgb(0,27,54),0px -1px 0 rgb(0,27,54),1px 0px 0 rgb(0,27,54),-1px 0px 0 rgb(0,27,54),1px 1px 0 rgb(0,27,54),1px -1px 0 rgb(0,27,54),-1px 1px 0 rgb(0,27,54),-1px -1px 0 rgb(0,27,54);
  margin-bottom: 0;
  padding-bottom: 7px;
}
/*#slide_intro .content p{
  font-size: 17px;
  line-height: 2.0;
  margin-left: -20px;
  text-align: justify;
  background: transparent;
  padding: 10px 20px 50px 20px;
}
#slide_intro .content h1:after, #slide_services h2:after{
  width: 100%;
  height: 3px;
  background-color: rgba(0, 132, 248, 0.55);
  content: ' ';
  display: block;
  margin-bottom: 7px;
  margin-top: 3px;
}*/
#slide_services{
  background: url("images/bg/secondBG.jpg") center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*#slide_services h2, #slide_intro h1{
  font-size: 24px;
  letter-spacing: 5px;
  font-weight: normal;
  line-height: 32px;
  padding: 0 0 28px;
  text-transform: uppercase;
  display: inline-block;
}
#slide_services .content{
  width:100%;
  max-width: 440px;
  height: 700px;
  float: right;
  background: linear-gradient( to bottom, rgb(0,27,41,0.6) 55%, rgb(25,50,74, 0.3));
  margin: 0;
}
#slide_services .content .desc{
  padding: 100px 20px 0 20px;
  text-align: justify;
  color: white;
}*/
.homepage .module-search, .homepage .module-search .box{
  background: none;
  padding: 0;
}
.mainpage_goorto {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #DFDFDF;
  background: #fff;
}
.mainpage_goorto p {
  margin-bottom: 50px;
}
.mainpage_goorto .button {
  margin-bottom: 20px;
}
.button-blue {
  background: rgba(0,132,248,0.8);
/*  rgba(0, 132, 248, 0.55);*/
}
.button {
  display: inline-block;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
  min-height: 50px;
  text-align: center;
  box-shadow: inset 0 -1px 0 0
  rgba(0,0,0,0.3);
  transition: background-color .1s ease-in 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
.button span {
  display: block;
  font-size: 16px;
  line-height: 50px;
  padding: 0 25px;
  letter-spacing: 0.05em;
}
a.button:hover{
  text-decoration: none;
}
h2 {
  font-weight: 300;
  padding-top: 25px;
  padding-bottom: 20px;
  margin: 0;
  font-size: 26px;
}

.accordion ul li{
  font-size: 16px;
  line-height: 1.7;
}
.sidebar-content label:after{
  content: '';
}

.ol-popup {
	position: absolute;
	background-color: white;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 280px;
	width: 600px;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup a{
	text-decoration: underline;
}
a.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.ol-popup-closer:after {
	content: "X";
}

.ol-popup table {
	/*width: 368px;*/
}

#driver-highlighted-element-stage{
	opacity: 0;
}

#dont-show-tour{
	position: relative;
	top: 1px;
}

.driver-popover-title{
	cursor: move;
}

#driver-popover-item label{
	font-weight: normal;
}

#driver-popover-item label:after{
	content: "";
}

div#driver-popover-item{
	padding: 0;
}

div#driver-popover-item .driver-popover-title{
	background-color: #1995fd;
	border-radius: 5px 5px 0px 0px;
	padding: 7px 15px;
	color: #fff;
}

div#driver-popover-item .driver-popover-description{
	padding: 0 15px;
}

div#driver-popover-item .driver-popover-footer{
	padding: 0 15px 15px;
}

div#driver-popover-item .driver-popover-footer button{
	background: -webkit-gradient(linear,left top,left bottom,from(#3a97ee),to(#217ad4));
	color: #fff;
	text-shadow: 1px 1px 0 rgb(0 0 0 / 35%);
	font-weight: bold;
	border: 1px solid #2670b5;
	font-size: 13px;
	border-radius: 4px;
}

div#driver-popover-item .driver-popover-footer button.driver-disabled {
	display: none !important;
}

.driver-highlighted-element{
	z-index: 1 !important;
}

.account-masthead{
	z-index: 10000000 !important;
}

.pdfobject{
	min-height: 94vh;
}</pre></body></html>