
/*
Theme Name: tsunami
Theme URI: https://www.tsunamizone.org
Author: tsunami

Author URI: https://www.tsunamizone.org
Description: tsunami blog theme. 
Version: 1.1 by Shreya Gupta
*/


/* Write your custom CSS code below */


li.registerhere-nav {
	background: #C24700;
	border-top-left-radius: 5px; 
	border-bottom-left-radius: 5px;
}

/*.menu-item-223{
	background: red !important;
	border-radius: 5px;
}*/

body {
	height:auto;
	background: url(images/backgrounds/shakeoutbg_test.png) no-repeat;
	background-position: top center;
	background-color: #00a7e7;
	margin: 0;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}

/* {
	font-family: sans-serif;
}*/

img {
	max-width: 100%;
	height:auto;
	margin:0 auto;
}
a {
	color: #214497;
/*	color: #0b4670; */
}
a:hover {
/*	color:  #c24700; */
	color:  #00a7e7;
}

a:visited {
/*	color:  #0b4670; */
	color: #214497; 
}

#sitecontainer {
/*	padding-top: 15px;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: white;
	width: 935px;
	margin: auto;
*/
	width: 936px;
	padding: 0 20px;
	margin: 0 auto 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: white;
}
#header {
	height: auto;
	overflow: visible;
	color: white;
	position: relative;
}





/*-----------------------------------
-------------------------------------
HEADER
------------------------*/
#banner {
	width: 100%;
	/*height:191px;*/
	/*height: 168px;*/
	height: 166.5px;
	float: left;
	background-color: #085D96;
	border-radius: 5px;
	overflow: hidden;
}
#logoimg {
	float: left;
	width: 316px;
	height: 148px;
	padding: 13px 0;
	margin: 10px 0 7px 0;
}
#bannerimg {
	overflow: hidden;
	/*height: 191px;*/
	/*height: 168px;*/
	height: 166.5px;
	z-index: 9999;
	background-size: cover;
}
#bannerimg img {
	width: 100%;
}
/* #logolarge {
	display: block;
	width: 400px;
	float: left;
	overflow: auto;
}
.typelogo {
	float: left;
	display: block;
	font-size: 3em;
	line-height: 45px;
	font-weight: bold;
	background-color: #085D96;
	padding:0 10px;
	margin: 0 0 5px 0;
} */
.menu-header-menu-container a {
	text-decoration: none;
	color: white;
	font-size: 10px;
}


.spanish_menu_10{
width: 12%;
}

.spanish_menu_20{
	width: 22%;
}

/********
Nav Button
********/


#nav-icon3 {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: 7px;
	z-index: 9749;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #085D96;
	border-radius: 6px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
  background: white;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
  
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: white;
 
}

#nav-icon3.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
  background: white;
  
}


/*-----------------------
MENUS
------------------------*/

.menu-item {
	list-style: none;

} 

/********
Main Menu
********/

.menucontainer  {
	font-size: 1.5em;
	width: auto;
	padding-right: 100px;
	height: auto;
	background-color: #085D96;
	border:2px solid #085D96;
	position: absolute;
	right: 0;
	display: none;
	overflow: hidden;
	z-index: 975;
}

#header .menu-item {
	text-decoration: none;
	position: relative;
	font-size: 13px;
	padding: 5px 0;
}

/********
Side Menus
********/

.quarter .menu {
	margin:10px 0;
	padding: 0;
}

.quarter .menu .menu-item {
	margin-top: 5px;
}

.quarter .menu .menu-item a {
	text-decoration: none;
}


.quarter .menu .current-menu-item {
	font-weight: bold;
}
.quarter .menu .current-menu-item .menu-item {
	font-weight: normal;
}

.quarter .menu .current-menu-item .sub-menu,
.quarter .menu .current-menu-ancestor .sub-menu {
	display: block;
}

/********
Footer Menu
********/

#menu-footer-menu {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#menu-footer-menu .menu-item {
	display: inline-block;
	/*margin: 0 5px;*/
	padding: 0 5px;
	border-right: solid;
	border-color: white;
	border-width:thin;
}
#menu-footer-menu a{
	text-decoration: none;
	color:white;
	
}


#menu-footer-french {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#menu-footer-french .menu-item {
	display: inline-block;
	/*margin: 0 5px;*/
	padding: 0 5px;
	border-right: solid;
	border-color: white;
	border-width:thin;
}
#menu-footer-french a{
	text-decoration: none;
	color:white;
	
}


#menu-footer-spanish {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#menu-footer-spanish .menu-item {
	display: inline-block;
	/*margin: 0 5px;*/
	padding: 0 5px;
	border-right: solid;
	border-color: white;
	border-width:thin;
}
#menu-footer-spanish a{
	text-decoration: none;
	color:white;
	
}



/********
Bar Menu
********/

.barmenu {
	width: 100%;
	height: 25px;
	overflow: visible;
	float: left;
	margin: 5px 0;
	padding: 0;
	background-color: #005B94;
	border-radius: 5px;
}
.barmenu .menu {
	padding-left: 5px; /* changed from 13 to this after update */
	margin: 0;
	/*font-size: 16px;  changing and trying*/
}
.barmenu a {
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;	
/*	font-size: 14px; */
}
.barmenu .menu-item {
	display: inline-block;
	/*margin: 0 5px;*/
	margin: 0; /* initially was 0 5px */
}
	#menu-header-bar-top .menu-item {
	
		text-align: center;
	}

#menu-header-bar-top .sub-menu li, #menu-header-spanish-top .sub-menu li, #menu-header-french-top .sub-menu li{
	text-align: left;
}
/*
	#menu-header-bar-top .menu-item:first-child {
		text-align: left;
	}
	#menu-header-bar-top .menu-item:last-child {
		text-align: right;
	}
	#menu-header-bar-bottom .menu-item:first-child {
		text-align: left;
	}
	#menu-header-bar-bottom .menu-item:last-child {
		text-align: right;
	}
*/
	#menu-header-bar-bottom .menu-item {
		width: 126px; /*  139px;  with out alliance*/
		text-align: center;
			}

.barmenu .sub-menu {
	display: none;
	position: absolute;
	z-index: 99;
	margin-left: -20px;
	margin-top: 5px;
	background-color: #005B94;
	width: 140px;
}
#menu-header-spanish-top li#menu-item-438 .sub-menu, #menu-header-french-top li#menu-item-579 .sub-menu {
	margin-left: -40px;
}
.barmenu .sub-menu .menu-item {
	display:block;	
/*	background-color: #DAE8F3; */
	padding: 0 5px;
	text-align: center;
}
.barmenu .sub-menu .menu-item a {
	color: #FFFFFF;
	margin-left: 15px;
}
.barmenu .menu-item-has-children:hover .sub-menu {
	display: block;
}

/*-----------------------
BODY
------------------------*/
	
.um {
	opacity: 1 !important;
}

.boxwrapper {
	background-color: #FFFFFF;
	box-shadow:inset 0px 0px 0px 1px #003399;
	float: left;
	width: auto;
	overflow: hidden;
	height: auto;
/*	border: 1px solid #003399; */
}
.right {
	float:right;
}
.boxtitle {
	display: block;
	height: 30px;
	line-height: 30px;
	background-color: #005B94;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
        text-shadow: #553322 1px 1px;
	letter-spacing: 1px;

}
.boxtitle a {
	color: white;
}

.boxtitle img{
	float: left;
	margin: 3px;
}
.boxcontent {
/*	background-color: #DAE8F3; */
	color: black;
	/*font-size: 0.8em;*/
	font-size: 15px;
	overflow: hidden;
	/*height: auto;  	has to be auto */
	height: auto;
}


.bottomicons{

	width: 20%;
	padding:25px;
}

.flex-r {
	width: 150px;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: top;
	font-weight: bold;
}

/*-----------------------
FOOTER
------------------------*/

#footer {
	float: left;
	height: auto;
	overflow: hidden;
	background-color: #085D96;
	border-radius: 5px;
}	

.footer-statement{
	margin: auto;
	margin-bottom: 20px;
	font-size: 9px;
  	/*background-color: #085D96;*/  
  	color: #fff;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	/*line-height: 20px;*/
  	vertical-align: middle;
}

/*.year{
    margin: 0 auto;
    padding-bottom: 15px;
    font-size: 9px;
}*/
/*-----------------------
HEADER
------------------------*/


/*-----------------------
CONTENT
------------------------*/
.entry-content {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.entry-thumbnail {
	width: 20%;
	height:100%;
	padding-right: 2%;
	border-right: 1px solid black;
	display: inline-block;
/* 	float: left; */
}
.entry-text {
	height: 100%;
	float: right;
	width: 74%;
	padding-left: 3%;
}
.entry-title {
	margin-top: 0;
	display: none;
}
.alignright {
	float:right;
}
.alignleft {
	float: left;
}
.spacer {
	height: 15px;
	width: 100%;
	float: left;
}


.autowidth {
	width: auto;
}

/*-----------------------
PAGES
------------------------*/
.contactuscontent {
	padding-top: 50px;
}

.section {
	width: 100%;
	overflow: hidden;
}
h3 {
	display: block;
	padding-bottom: 5px;
	border-bottom:2px black solid;
}

.sectionimg {
	float:right;
	position: relative;
}
.caption {
	max-width: 100%;
	font-size: .8em;
}
.source {
	max-width: 100%;
	font-size: .8em;
}
.sectiontext ol, .sectiontext ul, .section ol, .section ul {
	padding-left: 20px;
	margin-top:0;
}

/* ADDED FOR IMAGE MAP*/

#cal_map {
        float: right;
        margin-top: 20px;
        margin-right: 15px;
        width: 215px;
        height: 244px;
        background: url(images/cal_map/calimapnav.gif);
        position: relative;
}

#cal_map_copy {
        float: left;
        width: 162px;
        margin: 30px 0 16px 16px;
}

#cal_map #map_overlay {
        width: 215px;
        height: 244px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 2;
}

.map_overlay {
        position: absolute;
        z-index: 1;
        display: none;
}

.map_overlay_info {
        position: absolute;
        z-index: 3;
        display: none;
        color: white;
        padding: 2px;
        font-size: 10.5px;
        font-family: Helvetica, Arial,sans-serif;
        cursor: pointer;
}

.map_overlay_more_info:hover {
        text-decoration: underline;
}

#map_overlay_info2 { top: 5px; left: -182px; }
#map_overlay_info3 { top: -21px; left: -169px; }
#map_overlay_info4 { top: 35px; left: -167px; }
#map_overlay_info5 { top: 36px; left: -142px; }
#map_overlay_info6 { top: 32px; left: -123px; }
#map_overlay_info7 { top: 56px; left: -79px; }
#map_overlay_info8 { top: 83px; left: -116px; }
#map_overlay_info9 { top: 100px; left: -129px; }
#map_overlay_info10 { top: 125px; left: -90px; }
#map_overlay_info111 { top: 130px; left: -50px; }

#map_overlay2 { background: url(images/cal_map/r2.gif); width: 43px; height: 86px; top: 0px; left: 0px; }
#map_overlay3 { background: url(images/cal_map/r3.gif); width: 78px; height: 70px; top: 0px; left: 14px; }
#map_overlay4 { background: url(images/cal_map/r4.gif); width: 48px; height: 51px; top: 80px; left: 19px; }
#map_overlay5 { background: url(images/cal_map/r5.gif); width: 75px; height: 63px; top: 62px; left: 34px; }
#map_overlay6 { background: url(images/cal_map/r6.gif); width: 84px; height: 76px; top: 84px; left: 99px; }
#map_overlay7 { background: url(images/cal_map/r7.gif); width: 76px; height: 80px; top: 106px; left: 66px; }
#map_overlay8 { background: url(images/cal_map/r8.gif); width: 61px; height: 86px; top: 123px; left: 44px; }
#map_overlay9 { background: url(images/cal_map/r9.gif); width: 45px; height: 55px; top: 183px; left: 101px; }
#map_overlay10 { background: url(images/cal_map/r10.gif); width: 77px; height: 83px; top: 159px; left: 137px; }
#map_overlay11 { background: url(images/cal_map/r11.gif); width: 32px; height: 26px; top: 218px; left: 142px; }


/* homepage image */
.content .boxwrapper .boxcontent.quarter{
	min-height: 270px ! important;
}


/*  seven step menu */

#menu-seven-steps-menu-1 .menu-item-4380,.menu-item-4381,.menu-item-4382{
	font-size: 20px; font-weight: bold;
	padding: 20px 0px 5px 0px;
}
.menu-item-4380 a,.menu-item-4381 a,.menu-item-4382 a{
  color:black;
}

.quarter .menu .sub-menu {
	display: none;
	padding-left: 20px;
}

/*w3.css*/

.w3-card{border:1px solid #ccc}
.w3-card-2,.w3-example{box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important}
.w3-card-8{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important}
.w3-card-12{box-shadow:0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)!important}
.w3-card-16{box-shadow:0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21)!important}
.w3-card-24{box-shadow:0 24px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22)!important}


.cs-padding-1{padding:1px;}
.cs-padding-2{padding:2px;}
.cs-padding-4{padding:4px;}
.cs-padding-8{padding:8px;}
.cs-padding-16{padding:16px;}
.cs-padding-32{padding:32px;}
.cs-padding-64{padding:64px;}
.cs-padding-128{padding:128px;}
.cs-bold {
    font-weight: bold;
}
/* for display media */
.display-img{
/* float:left; */
  width: 25%;
  display:table-cell; vertical-align:middle; text-align:center;
}


.display-text{
	float: right;
	width: 70%;
}

.no-dec{
text-decoration: none;
}

/* for the category list */
li.current-cat{
font-weight: bold;
}

li a {
text-decoration: none;
}
li.cat-title{
    font-weight: bold;
    list-style-type: none;
  margin-top: 10px;
}
li.cat-title a{
 color:black;
}

li.cat-item{
  list-style-type: none;
  margin-top: 5px;
  margin-left: 15px;
}


/* for flexbox used in graphics */
.flexbox-container {
	width: 100%;
	max-width: 90vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-width175 div {
        width: 175px;
        height: auto;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
}

.flex-width200 div {
	width: 200px;
	height: auto;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.flex-width300 div {
        width: 300px;
        height: auto;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
}

.flex-width400 div {
        width: 400px;
        height: auto;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
}

.flex-nowidth div {
        height: auto;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
}

#flexbox-sponsorlogos {
	align-items: center;
}

#flexbox-sponsorlogos div {
	width: 150px;
	height: auto;
	padding: 15px;
}
#flexbox-sponsorlogos div img {
	display: block;
	margin: auto;
}

.flexbox-masonry {
	width: 100%;
        max-width: 90vw;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}

.flexbox-masonry div {
	margin-bottom: 30px;
	text-align: center;
        vertical-align: middle;
}

.flexbox-masonry-graphics {
	justify-content: space-evenly;
}

.flexbox-masonry-graphics div {
	margin-bottom: 60px;
}



@media screen and (min-width: 975px) {
	#sitecontainer {
		/* min-height: 100vh;*/
		width: 936px;
		padding: 0 20px;
		margin: 0 auto 0 auto;
	}
	#header {
		width: 924px;
		margin: 6px;
	}
	.bottom-icons{
		width: 20%;
		padding:25px;
	}

}
@media screen and (max-width:974px) and (min-width:600px)  {
	#sitecontainer {
		width: 96vw;
		margin:0 auto;
	}
	#header {
		width: 95vw;
		margin: 0.5vw;
	}
	body {
		background-color: white;
	}

	.bottom-icons{
		width: 100%;
		padding:25px;
	}

}
@media screen and (max-width:599px) and (min-width:0px)  {
	#sitecontainer {
		width: 100vw;
		margin: 0;
		padding: 0;
	}
	#header {
		width: 100vw;
		margin: 0.5vw;
	}
	body {
		background-color: white;
	}
	.bottom-icons{
		width: 100%;
		padding:25px;
	}
}


/***************************
HEADER
*****************************/

@media screen and (min-width: 975px) {
	#nav-icon3 {display: none;}
	.menucontainer {display: none ! important;}
	/*#logolarge {display: block;}
	#logosmall {display: none;}*/
}
@media screen and (max-width:974px) and (min-width:600px)  {
	.barmenu {
		display: none;

	}
	/*#logolarge {display: block;}
	#logosmall {display: none;}*/
}
@media screen and (max-width:599px) and (min-width:0px)  {
	.barmenu {
		display: none;
	}
	#bannerimg {
		content: url('https://www.tsunamizone.org/wp-content/uploads/2020/01/short_header.jpg');
	}
	#logoimg {
		margin: 10px auto 7px auto;
	}
	/*#logolarge {display: none;}
	#logosmall {display: block;}*/
}



/***************************************************nav**********************************************************************/
@media screen and (max-width:599px) and (min-width:0px)  {
	#nav-icon3 span {
		background-color: white;
	}
}


/******************
BODY
********************/

@media screen and (min-width: 975px) {
	.full {width: 897px; padding: 0 13px;}
	.threequarter {width:663px; padding: 0 13px;}
	.half {width:429px; padding: 0 13px;}
	.twothird {width:579px; padding: 0 13px;}
	.third {width:273px; padding: 0 13px;}
	.quarter {width:195px; padding: 0 13px;}
	.wide {width:303px; padding: 0 13px;}
	.thin {width:259px; padding: 0 13px;}
	.seventy {width:599px; padding: 0 13px;}
	.height530 {height: 530px;}

	.boxtitle {
		padding: 0 13px;
	}
	.boxwrapper {
		background-color: #FFFFFF;
		float: left;
		width: auto;
		overflow: hidden;
		height: auto;
		margin: 6px;
	}
	.boxcontent {
		padding: 13px;
	}
	.content {
		float: left;
		height: auto;
		width: 936px;
		overflow: hidden;
	}
	.frontpage-right-image{
	  float:right;
	}
	.table-content {
		display: table-cell;
	}	
	#regContainerDiv {
		border-top: 1px solid gray;
		border-right: 1px solid gray;
		border-bottom: 1px solid gray;
	}
	#updateHelpBox {
		margin-left: 0px;
		margin-top: 0px;
	}
	#registerHelpBox {
		margin-left: 0px;
		margin-top: 0px;
	}
	.sidebarTextBox { 
                position: absolute;
		left: 500px;
		width: 300px;
		height: auto;
        }
	#welcomedesc {
		max-width: 100%;
	}
	div.row .obj {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
		position: relative;
	}
	#container2 label, #container label { 
                max-width: 100vw;
        }
	#container2 *, #conatiner * {
		max-width: 100vw;
	}
	#participantsAreaCol {
		margin-top: 0;
                border-top: 0;
                padding-top: 0;
	}
	.flexbox-masonry-graphics {
		max-height: 650px;
	}
	.flexbox-masonry-graphics div {
                margin-left: 20px;
        }
}
@media screen and (max-width:974px) and (min-width:600px)  {
	.full {width: 93vw; padding: 0 1vw;}
	.threequarter {width:69vw; padding: 0 1vw;}
	.half {width:45vw; padding: 0 1vw;}
	.third {width:29vw; padding: 0 1vw;}
	.quarter {width:21vw; padding: 0 1vw;}
	.wide {width:45vw; padding: 0 1vw;}
	.thin {width:23vw; padding: 0 1vw;}
	.seventy {width:69vw; padding: 0 1vw;}
	.height530 {height: 600px;}
	.boxcontent {width:80%;}

	.boxtitle {
		padding: 0 1vw;
	}
	.boxwrapper {
		background-color: #FFFFFF;
		float: left;
		width: auto;
		overflow: hidden;
		height: auto;
		margin: .5vw;
	}
	.boxcontent {
		padding: 1vw;
	}
	.content {
		float: left;
		height: auto;
		width: 96vw;
		overflow: hidden;
	}
	.frontpage-right-image{
		float:right;
	}
	.table-content {
                display: block;
        }
	#regContainerDiv { 
                border-top: 1px solid gray;
		margin-left: auto;
                margin-right: auto;
        }
	#loginBoxDiv {
		margin-left: auto;
                margin-right: auto;
	}
	#updateHelpBox {
                margin-left: 50px;
                margin-top: 20px;
        }
	#registerHelpBox { 
                margin-left: 32px;
		margin-top: 20px;
        }
	.sidebarTextBox { 
                position: relative;
		left: 0px;
		max-width: 75vw;
        }
	#welcomedesc { 
                max-width: 500px;
        }
	div.row .obj { 
                display: block;
                margin-right: 0px;
                vertical-align: middle;
                position: relative;
        }
	#participantsAreaCol { 
                margin-top: 30px;
                border-top: 1px solid gray;
                padding-top: 30px;
        }
	.flexbox-masonry-graphics { 
                max-height: auto;
        }
	.flexbox-masonry-graphics div {
                margin-left: 0px;
        }
}
@media screen and (max-width:599px) and (min-width:0px)  {
	.full {width: 93vw; padding: 0 1vw;}
	.threequarter {width:93vw; padding: 0 1vw;}
	.half {width:93vw; padding: 0 1vw;}
	.third {width:93vw; padding: 0 1vw;}
	.quarter {width:93vw; padding: 0 1vw;}
	.wide {width:93vw; padding: 0 1vw;}
	.thin {width:93vw; padding: 0 1vw;}
	.seventy {width:93vw; padding: 0 1vw;}
	.height530 {height: 600px;}
	.boxcontent {width:90%;}


	#nonmobile {
                display: none;
        }   
	.nonmobile {
                display: none;
        }   
	.boxtitle {
		padding: 0 1vw;
	}
	.boxwrapper {
		background-color: #FFFFFF;
		float: left;
		width: auto;
		overflow: hidden;
		height: auto;
		margin: .5vw;
	}
	.boxcontent {
		padding: 1vw;
	}
	.content {
		float: left;
		height: auto;
		width: 96vw;
		overflow: hidden;
	} 
	.frontpage-right-image{
		display: block;
    		margin: 0 auto;
	}
	.table-content {
                display: block;
        }   
	#regContainerDiv { 
                border-top: 1px solid gray;
		margin-left: auto;
		margin-right: auto;
        }
	#loginBoxDiv {
		margin-left: auto;
		margin-right: auto;
	}
	#updateHelpBox {
                margin-left: 50px;
                margin-top: 20px;
        }
	#registerHelpBox { 
                margin-left: 32px;
		margin-top: 20px;
        }
	.sidebarTextBox {
		position: relative;
                left: 0px;
		max-width: 75vw;
	}
	#welcomedesc { 
                max-width: 340px;
        }
	div.row .obj { 
                display: block;
                margin-right: 0px;
                vertical-align: middle;
                position: relative;
        }
	#participantsAreaCol { 
                margin-top: 30px;
		border-top: 1px solid gray;
		padding-top: 30px;
        }
	.flexbox-masonry-graphics { 
                max-height: auto;
        }
	.flexbox-masonry-graphics div {
                margin-left: 0px;
        }
}



/******************
FOOTER
**********************/

@media screen and (min-width: 975px) {
	#footer {
		width: 912px;
		margin: 6px 6px 25px 6px;
		padding: 6px;
	}
	.footer-statement{
		width: 936px;
		color: #fff;
	}
	
}
@media screen and (max-width:974px) and (min-width:600px)  {
	#footer {
		width: 95vw;
		margin: 0.5vw 0.5vw 0.7vw 0.5vw;
		padding: 6px 0;
	}
   .footer-statement{
		padding: 0.5vw 0.5vw 0.5vw 0.5vw;
		margin-top:16px;
		color: black;
	  }
	html{
		background-color: #085D96;
	}
}
@media screen and (max-width:599px) and (min-width:0px)  {
	#footer {
		width: 100vw;
		margin: 0.5vw 0.5vw 0.7vw 0.5vw;
		padding: 6px 0;
	}
	.footer-statement{
		padding: 0.5vw 0.5vw 0.5vw 0.5vw;
		margin-top:16px;
		color: black;
	}

	html{
		background-color: #085D96;
	}
}

/******************
CONTENT
**********************/

@media screen and (min-width: 975px) {
	.alignright {
	width: 50%;
	}
	.alignleft {
		width: 50%;
	}
	.sectiontext {
		width: 70%;
	}
	.sectionimg {
		width: 25%;
	}
	.bottomicons{
		width: 20%;
		padding:25px;
	}
}
@media screen and (max-width:974px) and (min-width:600px)  {
	.alignright {
	width: 50%;
	}
	.alignleft {
		width: 50%;
	}
	.sectiontext {
		width: 100%;
	}
	.sectionimg {
		width: 100%;
		text-align: center;
	}
	.sectionimg img {
		margin: 0 auto;
	}
	.bottomicons{
		width: 100%;
		padding:0;
	}
}
@media screen and (max-width:599px) and (min-width:0px)  {
	.alignright {
	width: 100%;
	}
	.alignleft {
		width: 100%;
	}
	.sectiontext {
		width: 100%;
	}
	.sectionimg {
		width: 100%;
	text-align: center;
	}
	.sectionimg img {
		margin: 0 auto;
	}
	.bottomicons{
		width: 100%;
		padding:0;
	}
}




/*.page-id-91 #responsive-menu-container #responsive-menu-wrapper #responsive-menu #responsive-menu-item-663{
display : none;
}
*/


.postid-91 #responsive-menu-item-663{
display : none;
}
