@charset "utf-8";
/* CSS Document */

body {
  font-family: Sans-Serif;
}

.center {
    margin: auto;
    width: 100%;
    padding: 10px;
}

.mySlides {display:none;}

.crosspromo {
    width: 100%;
float: center;
    background-color: #B0B0B0;
    padding: 10px 10px;
    margin: 10px 0;
}

.crosspromo img {
    margin: 2px;
}
.button1 {
	font-family: Sans-Serif;
	background-color: #024977;
	border: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	padding: 2px;
	margin: 7px 2px;
}

.button1 a:link { color: #FFF; text-decoration:none;}
.button1 a:visited { color: #FFF; text-decoration:none;}
.button1 a:hover { color: #FFF; background-color: #bababa; text-decoration:none; display: block;}
.button1 a:active { color: #FFF; background-color: #bababa; text-decoration:none; display: block;}




@import url("https://fonts.googleapis.com/css?family=Hind:300,400");

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.container {
  margin: 0 auto;
  width: 100%;
}

h3 {
  font-size: 1.75rem;
  color: #373d51;
  padding: 1.3rem;
  margin: 0;
}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  padding: 1rem 3rem 1rem 1rem;
  color: #008ED0 !important;
  font-size: 1.25rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}


.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #03b5d2;
}

.accordion a:hover::after {
  border: 1px solid #03b5d2;
}

.accordion a.active {
  color: #03b5d2;
  border-bottom: 1px solid #03b5d2;
}


.top-level::after {
  font-family: "Ionicons";
  content: "\2935";
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}

.top-level.active::after {
  font-family: "Ionicons";
  content: "\2934";
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 600 PIXELS */
@media only screen and (max-width: 600px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

.white_content {
display: none;
position: fixed;
overflow: scroll;
    left: 20%;
    top: 20%;
    width: 750px;
    height: 680px;
text-align:center;
font: 12px arial, sans-serif;
padding: 4px;
   border: 1px solid black;
background-color: white;
z-index:1002;
color: black;
       
		   -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    }


@media only screen and (max-width: 800px) {
.white_content {
display: none;
position: fixed;
overflow: scroll;
-webkit-overflow-scrolling:touch;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
text-align:center;
width: 80%;
height: auto;
font: 12px arial, sans-serif;
padding: 4px;
   border: 1px solid black;
background-color: white;
z-index:1002;
color: black;
       
		   -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    }
}


@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }


}

    .overlay-content {
        height: 100%;
        overflow: scroll;
-webkit-overflow-scrolling:touch;
    }


@charset "utf-8";

/* This contains all the hidden pages, and the left and right buttons. */
.allPagesContainer{
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	width: 100%;
	text-align: center;
	display: block;
	background-color: #B0B0B0;
	position: relative;
	overflow: hidden;
}

/* This contains a page. */
.fullPage{
	display: none;
	margin: 4px;
	padding: 0px;
	animation: fadein 2s;
	max-width: 100%;
	overflow: hidden;
}

.firstFullPage{
	display: block;
}