/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/* Set default box sizing */
* {
  box-sizing: border-box;
}

/*Make images scalable */
img {
  width: 100%;
  height: auto;
  border: 0px;
}

.row {
   margin-left:auto; 
	margin-right:auto; 
	margin-top:10px; 
	margin-bottom:auto;  
}

.row:after {
  content: "";
  clear: both;
  display: table;
}


/* For mobile phones: */
[class*="col-"] {
  float left;
  width: 100%;
}

/* Columns for small display */
@media only screen and (min-width: 600px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-45 {width: 37.5%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-75 {width: 62.5%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

/* Columns for larger displays display */
@media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-45 {width: 37.5%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-75 {width: 62.5%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

.active, .collapsible:hover {
  background-color: #74A4E2;
  background-image: none;
}

/* Hide Nav buttons on small displays */
@media only screen and (max-width: 600px) {
   .content {
      max-height: 0;
      transition: max-height 0.2s ease-out;
      overflow: hidden;
   }
}

/* Set all columns to float left */
[class*="col-"] {
  float: left;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Default styles for small devices */
body { 
    font-family:arial, verdana, san-serif;
	font-size:9pt; 
	font-weight:bold; 
	color:#000; 
	line-height:15px; 
	background-color:#CDFFFF;
    min-width: 330px;
    padding: 0px;
}

.big_text {
    font-size:12pt; 
	font-weight:bold; 
    text-align: center;
}

.container {
	margin-left:auto; 
	margin-right:auto; 
	margin-top:30px; 
	margin-bottom:auto; 
    max-width:990px;
    padding: 0px;
}


  
h1 {
	font-family:arial, verdana, san-serif; 
	color:#3C0; 
	font-size:16pt; 
	font-weight:bold;
	text-decoration:underline;
    text-transform: capitalize;
    text-align: center;
    line-height: 22px;
    width: 100%;
}
    
h2 {
	font-family:arial, verdana, san-serif; 
	color:#000; 
	font-size:14pt; 
	font-weight:bold;
    text-align: center;
    width: 100%;
}
    
h2.red_subtitles {
	font-family:arial, verdana, san-serif; 
	color:red; 
	font-size:14pt; 
	font-weight:bold;
    width: 100%;
}
	
a {
	color:#09F;
    text-decoration:none;
}

.pseudolink { 
   color:#09F; 
   cursor:pointer; 
   }

/* Menu button for small displays */
.collapsible {
   display: block;
   color: white;
   text-align: center;
   text-shadow: 2px 2px 4px black;
   padding: 5px;
   text-decoration: none;
   background-color: #74A4E2; 
   background-image: linear-gradient(to bottom, #CDFFFF, #74A4E2);
   border: none;
   font-size:11pt;
   width: 100%;
}

/* Navigation parts */
.navigation {
   margin: 0;
   padding: 0;
   display: block;
   justify-content: center;
   max-width: 990px;
}

nav {  z-index: 1000; }

nav:after {
  content: "";
  clear: both;
  display: table;
}
   
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #CDFFFF;
  width: 100%;
}

.menu ul li{
   display: block;
   float: left;
   min-width: 100%;
   width: 100%;
}

.menu ul li a {
  display: block;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 4px black;
  padding: 7px;
  text-decoration: none;
  background-color: #9DCFCF;
  border: 1px solid black;
  font-size:9pt;
  width: 100%;
}

.menu ul li a:hover {
   background-color: #74A4E2;
   background-image: none;
}

.menu ul li a:active {
   background-color: #74A4E2;
   background-image: none;
}

.sticky {
   position: fixed;
   top: 0;
   width: 100%; 
}

.sticky + .content {
   padding-top: 60px;
}

.copyright {
	color:#000; 
	font-size:7pt; 
	font-weight:normal; 
	font-family:arial, verdana, san-serif;
}

.bottom_nav { 
   width: 100%;
   text-align: center;
   margin: 20px auto;
   }


/* Style changes for medium screens */
@media only screen and (min-width: 600px) {
   .menu ul li {
      display: inline-block;
      float: left;
      /* width: 11.1%; for menu with 9 items*/
      width: 12.5%;
      min-width: 10%;
   }
   .menu ul li a {
      padding: 3px auto;
      font-size:9pt; 
      background-image: linear-gradient(to bottom, #CDFFFF, #74A4E2);
      border: none;
   }
   .collapsible {
      display: none;
      overflow: hidden;
   }
   h1 {
	 font-size:17pt; 
   }
    
   h2 { 
	  font-size:15pt; 
   }
    
   h2.red_subtitles {
	  font-size:15pt; 
   }
   .copyright {
	font-size:9pt; 
   }
   
   .big_text {
    font-size:13pt; 
	font-weight:bold; 
   }
   
}

/* Style changes for large screens */
@media only screen and (min-width: 768px) {
   .menu ul li a {
       padding: 5px;
       font-size:11pt;
       background-image: linear-gradient(to bottom, #CDFFFF, #74A4E2);
          
   }
   .collapsible {
      display: none;
      overflow: hidden;
   }
   body { 
	  font-size:11pt;  
	  line-height:17px; 
   }
   h1 {
	 font-size:18pt; 
   }
    
   h2 { 
	  font-size:16pt; 
   }
    
   h2.red_subtitles {
	  font-size:16pt; 
   }
   #notices_title { 
	  font-size:13pt;
   }
   .big_text {
      font-size:14pt; 
	  font-weight:bold; 
   }
   
}

@media only screen and (max-width : 767px) {
  .image_container img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width : 768px) {
  .image_container img {
    width: 80%;
    height: auto;
    display:block;
    margin-left: auto;
    margin-right: auto;
  }
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




