@charset "utf-8";
/* CSS Document */

/* Company Name */

/* Media Queries */




/* Desktop */
@media (min-width: 1200px) and (min-width: 992px) 
{
.navgreen {
	height:50px;
}
}



/* Tablet */
@media (min-width: 768px) and (max-width: 992px) 
{
	
.navgreen {
	height:100px;
}

}

/* Mobile */
@media screen and (max-width: 767px) 
{


.mobile-center { text-align:center; margin-bottom:20px;}	

.navgreen {
	height:100%;
	background:#7bc143;
}
.navbar {
	margin-bottom:0;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border:none;
	box-shadow:none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
	height: 3px;
	width: 18px;
}

.navbar-default .navbar-toggle {
	border-color: #FFF;
	border-width: 4px;
	border-radius: 10px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #00478c;
}


/* Offcanvas Start */

.wrapper {
    min-height: 800px;
}


.sidebar { width:140px; }


ul.navigation.menu-532, 
ul.navigation.menu-542,
ul.navigation.menu-538,
ul.navigation.menu-547,
ul.navigation.menu-549,
ul.navigation.menu-550,
ul.navigation.menu-569,
ul.navigation.menu-570,
ul.navigation.menu-571 {
	list-style: none;
	background-color:#fff;
	border-radius:5px;
	padding:5px;
	margin: 5px;
}
.menu-532 a,
.menu-542 a,
.menu-538 a,
.menu-547 a,
.menu-549 a,
.menu-550 a,
.menu-569 a,
.menu-570 a,
.menu-571 a
{
    font-size: 12px;
}

ul.colorsidebarpublic > li { margin-bottom:5px;}
ul.colorsidebarpublic { padding:10px;}
ul.colorsidebarapplicant > li { margin-bottom:5px;}
ul.colorsidebarapplicant{ padding:10px;}
ul.colorsidebarmember > li { margin-bottom:5px;}
ul.colorsidebarmember { padding:10px;}

/* This affects the menu under Resources > Publications*/
ul.navigation.menu-550 ul.dropdown-menu {
	margin-left:0px;
	margin-right:0px;
	padding-right:70px;
	
}

ul.navigation.menu-550 ul.dropdown-menu > li > a {
	font-size: 9px;
	padding:0;
	
}
ul.navigation.menu-550 ul.dropdown-menu > li > a:hover,
ul.navigation.menu-550 ul.dropdown-menu > li > a:focus {
	color:#65a82f;
	background:none;
}


.col-xs-6
.col-sm-3
.col-xs-12
.col-sm-9

     {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }


.row-offcanvas {
position: relative;
-webkit-transition: all .25s ease-out;
	 -o-transition: all .25s ease-out;
		transition: all .25s ease-out;
}

.row-offcanvas-right {
right: 0;
}

.row-offcanvas-left {
left: 0;
}

.row-offcanvas-right
.sidebar-offcanvas {
right: -50%; /* 6 columns */
}

.row-offcanvas-left
.sidebar-offcanvas {
left: -105%; /* 6 columns */
max-width:150px;


}

.row-offcanvas-right.active {
right: 50%; /* 6 columns */
width:50%;
}

.row-offcanvas-left.active {
left: 50%; /* 6 columns */
width:50%;
}

.sidebar-offcanvas {
position: absolute;
top: 0;
width: 50%; /* 6 columns */
}
/* Offcanvas End */

.topmenu {padding:0; margin-bottom:30px;}
.topmenu a {
	margin:0;
	padding:15px 28px 10px 28px;
}

.pull-right {
	float:none!important;
	text-align:center;
}

.content {
	margin-left:0px;
}

.mainsidebar-pam {margin-top: 5px; padding: 10px;}
.mainsidebar-pam a {font-size: 14px;}
.mobile-margin-bottom { margin-bottom:20px;}
.homesectionbg {
	padding:20px 10px;
}

h1.mobile {
	text-transform:none;
	padding:10px;
}
h2 { font-size:24px;}
p.hpdescription.mobile { font-size:18px; font-weight:400; padding-bottom:20px;}

.scroll-top-wrapper { bottom:10px;}
.contentwithsidebar {padding-left:10px;}


}


/* ----------- iPhone 5 and 5S ----------- */


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  
.row-offcanvas-right.active {
right: 70%; /* 6 columns */
width:70%;
}

.row-offcanvas-left.active {
left: 30%; /* 6 columns */
width:30%;
}

}

