@charset "UTF-8";
/* CSS Document */

html {
    font-family: Verdana, Helvetica, "sans-serif";
	letter-spacing: .02em;
    color: rgba(12,12,12,1.00);
    background-color: #DAEDF8;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}

/*new*/
.logo-in {
    width: 120px;
    height: auto;;
    }

.logo-box {
        width: 120px;
        height: auto;
        align-content: flex-start;
        position: fixed;
        z-index: 2100;
        margin: 5px;
    }
  
/*navigation*/  
/*nativation*/    

#navtop {
    width: 100%;
    height: 70px;
    background-color: #E1E0E0;
    margin-top: 0px;
    z-index: 2000;
    position: fixed;
    contain: content;
    /*transition: height 1s;*/
    font-family: Verdana, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    }

ul {
    list-style-type: none;
    padding: .1em;
    padding-right: 30px;
    text-indent: 0;
    text-align: right;
    }
    
li {
	font-size: .8em;
    color: white;
	line-height: 2.4em;
	display: inline;
	margin-right: .5em;;
    align: right;  
}

/*new*/



/*-------------responsive video---------------*/
.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 62.5%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*-------------responsive video---------------*/


p.news {
	font-size: 1.6em;
	line-height: 1.7em;
}

body {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    margin: 0;
}

.svg {
	width: 30%;
    /*width: 12%;*/
	padding-top: 1em;
    padding-left: -1em;
}

.svg-2 {
	width: 50%;
    /*width: 12%;*/
	padding-top: .2em;
    padding-left: -1em;
}

.wrapper {
	margin-top: 0;
	background-color: #FFF;
	/*margin-left: auto;
	margin-right: auto;*/
    left: 50%;
    transform: translate(-50%);
	width: 730px;
	padding: 0em 2em 2em 2em;
    top: 70px;
    z-index: 1500;
    position: absolute;/*removed centering*/
}

    
hr.thin {
	height: .4em;
	border-width: 0;
	background-color: #B9B9B9;
}

hr.thin2 {
	height: .12em;
	border-width: 0;
	background-color: #B9B9B9;
}


img {
	max-width: 100%;
    height: auto;
	display: block;
	padding-bottom: .5em;
}

.gridimage {
	max-width: 100%;
    height: auto;
	display: block;
    vertical-align: middle;
}

img.lines {
	max-width: 100%;
    height: auto;
	display: block;
	margin: auto;
	padding: .25em;
	margin-top: 1em;
	vertical-align: middle;
	}


img.inline {
    display: inline;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    margin: 0;
}

p.main {
	text-indent: 1.55em;
}

hr {
	border: none;
	height: .75em;
	background-color: #C7C7C7;
	margin-top: 1em;
	margin-bottom: 1em;
}

h1.top{
	font-size: 2.2em;
	padding-top: 0;
}

h1 {
	font-size: 1.9em;
    font-family: Verdana, sans-serif;
    font-weight:bold;
	padding-top: 1em;
}

h2 {
    font-family: Verdana, sans-serif;
	font-weight:bold;
	font-size: 1.3em;
}


h3 {
    font-family: Verdana, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	width: 70%;
}

h4 {
    font-family: Verdana, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	width: 70%;
}

p {
	width: 100%;
	font-size: 1.1em;
	line-height: 1.4em;
}

p.bold {
	width: 100%;
	font-size: 1.1em;
    font-weight: bold;
	line-height: 1.4em;
}

p.big {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.5em;
}

footer {
	font-size: .8em;
	padding-top: 1em;
	text-align: center;
}

p.copyright {
	font-size: .8em;
	padding-top: 1em;
}

p span {
	width: 100%;
	font-size: .8em;
	line-height: 1.7em;
}

figure {
	width: 80%;
	font-size: 1.1em;
	line-height: 1.4em;
}

figcaption {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: .5em;
	width: 100%;
}

figcaption.photo {
	font-size: .75em;
	line-height: 1em;
	padding-left: 0em;
}

span {
	font-size: .8em;
	font-weight: normal;
}


a:link {
	text-decoration: none;
    color: #000000;
	border-bottom: .14em dotted #747474;
	
}

a:visited {
	text-decoration: none;
    color: #000000;
}

/* THIS IS THE SLIDE SHOW ARROW PROBLEM */
a:hover {
	text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
	text-decoration: none;
}

.main a:visited {
	text-decoration: none;
	color: none;
	border-bottom: none;
}

.main a:hover {
	text-decoration: none;
	color: none;
	border-bottom: none;
	opacity: 0.5;
}

.main img:hover {
	text-decoration: none;
	color: none;
	border-bottom: none;
	opacity: 0.4;
}


.main a:active {
	text-decoration: none;
	color: none;
	border-bottom: none;
}

.main a:focus {
	text-decoration: none;
	color: none;
	border-bottom: none;
}


@media (max-width : 950px ) {
    li {
	font-size: .9em;
    padding-top: 15px;
	line-height: 2.5em;
	display: block;
	margin-right: .5em;
    }
        
#navtop:hover {
    width: 100%;
    height: 500px;
    position: fixed;
    z-index: 2000;
    }

li {
	font-size: .9em;
    padding-top: 15px;
	line-height: 2.5em;
	display: block;
	margin-right: .5em;
}  
}
   

@media (max-width : 760px ) {
	
    
body {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
}

#navtop:hover {
    width: 100%;
    height: 500px;
    position: fixed;
    z-index: 2000;
    cursor: pointer;
    }
    
/*for phone*/
#navtop:active {
    width: 100%;
    height: 500px;
    position: fixed;
    z-index: 2000;
    cursor: pointer;
    }
    
/*for phone*/
#navtop:focus {
    width: 100%;
    height: 500px;
    position: fixed;
    z-index: 2000;
    cursor: pointer;
    }

    
.wrapper {
	margin: 1em;
	margin-top: 0;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 0em 2em 2em 2em;
    z-index: 1500;
    position: absolute;
}

h1 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	width: 70%;
	line-height: 1.3em;
}
	
p {
	width: 100%;
	font-size: .9em;
	line-height: 1.6em;
}
	
	p.big {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.6em;
}

b {
	font-size: 1em;
	font-weight:normal;
	line-height: 1.6em;
}
    
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
    
    .point {
        font-size: 2em;
    }

figure {
	font-size: .9em;
	line-height: 1.4em;
	margin: 0;
	margin-bottom: .5em;
	width: 80%;
}

figcaption {
	font-size: 1em;
	line-height: 1.6em;
	padding-top: .5em;
	width: 80%;
	align-content: flex-start;
}
	
figcaption.photo {
	font-size: .7em;
	line-height: 1em;
	padding-left: 1.5em;
	text-align: left;
}

}
