/* ===== imports ===== */
@import url('flexmenu.css?version=3');
@import url('bootstrap.min.css');
@import url('styles.css?version=3');

/* ===== flexMenu ===== */
header.flexmenu {
    display: none;
}

.search.flexmenu {
	text-align: center;
	margin: 25px auto;
	color: #fff;
}

.search.flexmenu form {
	margin: 0;
	float: none;
}

.search.flexmenu input[type=text] {
    width: 225px;
    color: #0a4067;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: .9em;
    background-color: #FFF;
    background-image: url('/images/template/search.png');
    background-position: 198px;
    background-repeat: no-repeat;
    padding: 5px 25px 7px 5px;
	 -webkit-transition:width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    cursor: pointer;
} 


/* ===== template ===== */
body {
	margin: 0;
	padding: 0;
	background:  #0a4067;
	font: 400 100% 'Open Sans', Arial, sans-serif;
	line-height: 1.4em;
}

section.home, section.main {
	background: #f0f7eb;
	background: -webkit-linear-gradient(#ffffff, #f0f7eb); /*Safari 5.1-6*/
  	background: -o-linear-gradient(#ffffff, #f0f7eb); /*Opera 11.1-12*/
  	background: -moz-linear-gradient(#ffffff, #f0f7eb); /*Fx 3.6-15*/
  	background: linear-gradient(#ffffff, #f0f7eb); /*Standard*/
}

.container, .container-fluid {
	background: #fff;
}

.container-fluid.maxWidth {
	max-width: 1260px;
	margin: 0 auto;
	padding-right: 45px;
	padding-left: 45px;
}


a {
    color: #0a4067;
    text-decoration: underline;
}

a:visited  {
    color: #0a4067;
    text-decoration: underline;
}

a:hover {
    color: #6db43f;
    text-decoration: none;
}

a:active  {
    color: #0a4067;
    text-decoration: underline;
}

a.btn {
    color: #fff;
    text-decoration: none;
}

a.btn:visited  {
    color: #fff;
    text-decoration: none;
}

a.btn:hover {
    color: #fff;
}

a.btn-primary.btn-lg {
	font-size: 1.7rem;
	font-weight: 600;
	background-color: #006666;
	border-color: #006666;
}

a.btn-primary.btn-lg:hover {
	font-size: 1.75rem;
	font-weight: 600;
	background-color: #0a4067;
	border-color: #0a4067;
}


/* utility */

.util {
	background: #f0f7eb;
	padding: 0;
	margin: 0;
}

.utilBar {
	background: #f0f7eb;
	padding: 5px 0 2px 0;
	margin: 0;
}

.utilNav {
	background: #f0f7eb;
	padding: 2px 0;
}

.utilSocial {
	display: table;
	float: right;
}

.utilSocial ul {
    float: right;
	font-size: 1.8em;
	margin: 1px 0 1px 15px;
    padding: 0;
	list-style: outside none none;
	line-height: 1em;
}

.utilSocial ul li {
	display: inline-block;
	position: relative;
}

.utilSocial ul li a {
    padding: 0 1px;
	margin: 0 1px;
}

.utilSocial.flexmenu {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	float: none;
}

.utilSocial.flexmenu ul {
    float: none;
	border: 0;
}

.utilSocial.flexmenu ul li {
  	border-top: 0;
  	border-bottom: 0;
}

.utilSocial.flexmenu ul li a {
    padding: 0 1px;
	margin: 0 1px;
	font-size: 1.1em;
	border: 0;
	background: #0a3453;
}

.utilSocial.flexmenu ul li a:hover {
	background: #0a3453;
}

.utilNav {
	font: 500 0.9em/1em "Nunito Sans", Arial, sans-serif;
	display: table;
	float: right;
}

ul.utilNav {
    list-style: outside none none;
    margin: 5px 0 0 0px;
    padding: 5px 0 0 0px;
}

.utilNav li:after {
	color: #0a4067;
	content: '\00a0\00a0|\00a0\00a0';
}

.utilNav li:nth-child(1):after {
	color: #0a4067;
	content: '\00a0\00a0';
}

.utilNav li {
	display: inline-block;
	position: relative;
	float: right;
}

.utilNav li a {
	color: #0a4067;
	padding: 0 5px;
	text-decoration: none;
}

.utilNav li a:visited  {
    color: #0a4067;
}

.utilNav li a:hover {
    color: #484040;
}

.utilNav li a:active  {
    color: #0a4067;
}

.white {
	color: #fff;
}


/* search box and search page */

.search form {
	margin: 0 0 0 10px;
	float: right;
}

.search input[type=text] {
    width: 170px;
    color: #0a4067;
    box-sizing: border-box;
    border: 1px solid #0a4067;
    font-size: .8em;
    background-color: #FFF;
    background-image: url('/images/template/search.png');
    background-position: 142px;
    background-repeat: no-repeat;
    padding: 5px 25px 7px 5px;
	 -webkit-transition:width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    cursor: pointer;
}

.searchbtn { display: 
	none;
}

.searchHome * {
	box-sizing: content-box;
}

.gs-bidi-start-align {
	padding: 5px 0px;
	line-height: 1.6em;
}

.gs-title, .gsc-url-top, .gs-snippet, .gsc-url-bottom  {
   	font: 400 1em "Open Sans", Arial, Sans-serif;
	overflow: visible;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-family: "Open Sans", Arial, Sans-serif;
}
 
 .gsc-search-button {
    line-height: 1em;
}

/* header */

header.main {
	clear: both;
	height: 125px;
	background-color: #fff;
	border-bottom: 1px solid #6db43f;
	margin: 0;
	padding: 0;
}

img.headerLogo {
	padding: 0;
	margin: 7px 0 0 0;
	float: left;
	width: 100%;
	max-width: 360px;
	height: auto;
}

img.headerLogoSmall {
	display: none;
}

/* main nav */

nav.main {
	margin: 80px auto 0 auto;
	display:table;
	width: 100%;
}

nav.main  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display:table;
	float: right;
	z-index: 10;
	width: 100%;
}

nav.main  li {
	float: left;
	display: inline;
	position: relative;
}

nav.main  li a {
	display: block;
	float: left;
	color: #0a4067;
	text-decoration: none;
	padding: 7px 30px 10px 30px;
	font: 500 1.2em 'Nunito Sans', sans-serif;
}

nav.main  li a:hover {
	color: #6db43f;
}

nav.main  li .selected {
  	color: #53932a;
}

nav.main  ul li ul li .selected {
  background-color:#fff;
}

nav.main  ul > li { 
	display: inline-block;
}

nav.main  ul > li:hover { /* section selected hover state */
	display: inline-block;
}

nav.main  ul ul {/* section item sublist hide */
	display: none; 
	position: absolute; 
	top: 100%;
	width: 220px;
	background-color: #fff;
	margin: 0;
	border-bottom: 1px solid #f0f7eb;
	border-top: 1px solid #f0f7eb;
}

nav.main  ul li ul li {
	border-bottom: 1px solid #f0f7eb;
	width: 100%;
}

nav.main  ul li ul li:last-child {
	border-bottom: 0px;
}

nav.main  ul li:hover > ul {/* section item sublist display/dropdown upon hover */
	display: block;
	background: #6db43f;
}
nav.main  ul ul > li a {
	display: block;
	float: left;
	padding: 15px;
	width: 100%;
	background: #fff;
	font-size: 1em;
}

nav.main  ul ul > li a:hover {
	background: #6db43f;
	color: #fff;
}

nav.main  ul ul ul {/* section item sublist hide */
	display: none; 
	position: absolute; 
	top: 100%;
}

nav.main  ul ul li:hover > ul {/* section item sublist display/dropdown upon hover */
	display: block;
	background: #fff;
	top: 0;
	left: 220px;
}

nav.main  ul li:first-child ul {
	width: 280px;
}

nav.main  ul li:last-child ul {
	/*right: 0;
	width: 200px;
	*/
}

/*
nav.main  ul li:last-child ul li ul {
	position: absolute; 
	left: -200px;
	width: 200px;
}
*/

/* section */

section.main {
	font-size: .9em;
}

/* left nav */

#leftNav ul {
    list-style: none;
    margin: 85px 10px 40px 0;
    padding: 0px;
}

#leftNav li  {
	font: 500 1.6em 'Nunito Sans', Arial, sans-serif;
	display: block;
	color: #000;
	margin: 10px 0;
	padding: 10px 0;
	text-decoration: none;
	border-bottom: 1px solid #d1e6c3;
}

#leftNav ul ul {
     list-style: none;
     margin: 10px 5px 5px 13px;
     padding: 0;
}

#leftNav li ul li {
	font-size: .85em;
	margin: 10px 0 5px 0;
	padding: 10px 0 5px 0;
	text-decoration: none;
	border-bottom: 0;
}

#leftNav li ul li ul li ul li{
	margin: 10px 0 5px 3px;
	padding: 10px 0 5px 3px;
}

#leftNav li a {
	display: block;
	color: #0a4067;
	text-decoration: none;
}

/*
#leftNav li a:after {
	content: '\00bb';
	float: right;
	color: #999;
}
*/

#leftNav li a:hover  {
	color: #6db43f;
	text-decoration: none;
	/*content: '\00bb';*/
}

#leftNav li ul li a:after {
	content: '';
}

#leftNav li ul li ul li ul li {
	font-size: 1em;
}

#leftNav ul li ul li .selected {
  /*font-weight: bold;*/
  color: #53932a;
}

#leftNav ul li ul li ul li .selected {
	font-weight: normal;
}


/* home */
section.home {
	font-size: .9em;
	padding-top: 15px;
}

.homeBanner {
	padding-right: 0;
	text-align: center;
}

.homeIcon {
	padding-top: 0px;
	padding-bottom: 5px;
}

.homeIcon.left {
	padding-right: 0px;
	padding-left: 20px;
}

.homeIcon.right {
	padding-left: 0px;
	padding-right: 20px;
}

.homeIconContainer {
	padding: 0 5px;
	text-align: center;
}

.homeIconImage { 
	width: 100%;
	max-width: 135px; 
	height: auto;
   	margin: 0 auto;
	padding: 0 auto;
}

.homeIconContainer:hover {
    transform: scale(1.01); /* (101% zoom) */
}

.homeIconImage img {
	width: 100%;
	height: auto;
	max-width: 135px; 
	transition: transform .2s;
	border:1px solid #6db43f;    
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

.homeIconTitle  {  
  	width: 100%;
	margin: 5px auto;
	padding: 0;
	text-align: center;
} 

.homeIconTitle a {
	color: #0a4067;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 5px auto;
	margin: 0;
	font-weight: 500;
}

.homeIconTitle a:visited {
	color: #0a4067;
	text-decoration: none;
}

.homeIconTitle a:hover {
	color: #0a4067;
	text-decoration: underline;
}

.homeIconTitle a:active {
	color: #0a4067;
	text-decoration: underline;
}

/* home page announcement section */
.homeAnnouncement {
	font-size: 1.1em;
	color: #fff;
}

.homeAnnouncement {
	/*background-color: #452a4f;*/
	background-color: #0a4067;
	/*background-color: #60a644;*/
}

.homeAnnouncement a {
    color: #fff;
    text-decoration: underline;
}

.homeAnnouncement a:visited  {
    color: #fff;
    text-decoration: underline;
}

.homeAnnouncement a:hover {
    color: #fff;
    text-decoration: none;
}

.homeAnnouncement a:active  {
    color: #fff;
    text-decoration: underline;
}

/* home and landing pages cards */

.card.feature {
	margin: 20px auto 0 auto;
	max-width: 320px;
}

.card.long {
	margin: 20px auto 0 auto;
	max-width: 1170px;
}

.card.feature.wide {
	max-width: 375px;
}

.card.feature, .card.feature img.card-img-top, .card.long, .card.long img.card-img-top {
	border: 0;
	border-radius: 0;
}

.card.feature div.card-body, .card.long div.card-body, div.homeLink {
	padding: .5rem;
	background-color: #0a4067;
	height: 80px;
	display: table;
	width: 100%;
}

.homeLink h2 {
	text-align: center !important;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	vertical-align: middle;
	font-weight: 500;
	display: table-cell;
}

.card.feature h2.card-title, .card.long h2.card-title {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0;
	border: 0;
	display: table-cell;
	vertical-align: middle;
	font-weight: 500;
	text-align: center;
}

.card.feature h2.card-title a, .homeLink h2 a, .card.long h2.card-title a {
	color: #fff;
	text-decoration: none;
}

.card.feature h2.card-title a:visited, .homeLink h2 a:visited, .card.long h2.card-title a:visted {
	color: #fff;
	text-decoration: none;
}

.card.feature h2.card-title a:hover, .homeLink h2 a:hover, .card.long h2.card-title a:hover {
	color: #fff;
	text-decoration: underline;
}

.card.feature h2.card-title a:active, .homeLink h2 a:active, .card.long h2.card-title a:active {
	color: #fff;
	text-decoration: underline;
}

.card.feature div.card-footer, .card.long div.card-footer {
	background-color: #fff;
	border: 0;
	padding: .75rem 0;
}

.card.feature div.card-footer p.card-text, .card.long div.card-footer p.card-text {
	font-size: .9em;
	line-height: 1.4em;
}


.landingImage { 
	width: 100%;
	max-width: 375px; 
	height: auto;
   	margin: 40px auto 0 20px;
	float: right;
}

 .featureVideo {
 	text-align: center;
 }
 
 .featureVideo img {
 	width: 100%;
	max-width: 700px;
	height: auto;
}


/* order boxes */
.publicationBox {
	border: 1px solid #6db43f; 
	padding: 15px; 
	margin: 20px 0 10px 0;
	background-color: #eee;
}

.workshopBox {
	width: 300px; 
	float: right; 
	margin: 0 20px 5px 20px;
}




/* footer */
footer.main, .footer {
     background-color: #0a4067;
}

.row.foot {
	color: #fff;
	font: 400 .9em "Open Sans",sans-serif;
	background-color: #0a4067;
	padding-top: 30px;
	padding-bottom: 30px;
}

.foot a {
	color: #FFF;
}

.foot a:hover {
	color: #6db43f;
	text-decoration: none;
}

.utilSocial.foot {
    float: left;
}

.utilSocial.foot ul {
    float: none;
	margin: 0;
    padding: 0px;
}

.utilSocial.foot ul li a {
    padding: 0 1px;
	margin: 0 1px;
	font-size: 1.3em;
}

.footRight {
	text-align: right;
}


@media only screen and (max-width: 1269px) {
	.container-fluid.maxWidth {
		padding-right: 25px;
		padding-left: 25px;
	}
	
	
	nav.main  li a {
		padding: 5px 25px;
	}
}

/* 1169 */
@media only screen and (max-width: 1169px) {
	

	.homeIconTitle a {
		font-size: .9em;
	}

	.homeIconImage { 
		width: 80%;
	}
	
	

}

/* 1100 */
@media only screen and (max-width: 1100px) {

	header.main {
		height: auto;
	}
	
	img.headerLogo {
		margin: 7px 0 3px 0;
		
	}
		
	nav.main {
		margin-top: 70px;
	}
	
	nav.main li a {
		font-size: 1.1em;
	}
}


/* 1024 */
@media only screen and (max-width: 1024px) {
	nav.main  li a {
		font-size: 1em;
	}
	
}

/* 960 */
@media only screen and (max-width: 960px) {

	header.main {
		height: auto;
	}

	nav.main {
		margin-top: 65px;
	}

	nav.main li a {
		padding: 5px 10px 5px 10px;
	}
	
	.homeIconTitle a {
		font-size: .8em;
		line-height: .8em;
	}
	
	.row.foot {
		font-size: .8em;
	}
	
	.landingImage { 
		width: 300px;
	}
	
	
}

/* 870 */
@media only screen and (max-width: 870px) {
	nav.main {
		margin-top: 60px;
	}

	nav.main  li a {
 		padding: 5px 6px 5px 6px;
	}
	
	.homeIconTitle a {
		font-size: .7em;
		line-height: .7em;
	}
	
	.card.feature h2.card-title {
		font-size: 1em;
	}
	
	
}

@media only screen and (max-width: 800px) {

	nav.main {
		margin-top: 50px;
	}
	
	nav.main  li a {
 		padding: 5px 5px 5px 5px;
	}
}


/* 768 */
@media only screen and (max-width: 767px) {
	header.flexmenu {
        display: block;
    }
	.jpanelNav, .utilBar, nav.main, .container-fluid.util , .headerNav, #leftNav{
		display: none;
	}

	.homeBanner {
    	padding-right: 10px;
    }

	.homeIcon {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.homeIcon.left, .homeIcon.right {
		padding-right: 5px;
		padding-left: 5px;
	}

	.homeIconTitle a {
		font-size: 1em;
		line-height: 1.2em;
	}
	
	.homeIconImage { 
		width: 100%;
	
	}

	.landingImage { 
		width: 100%;
		margin: 20px auto;
		float: none;
		display: block;
	}
	
}


@media only screen and (max-width: 580px) {

	.foot, .footRight, .utilSocial.foot, .row.foot {
		text-align: center;
	}
	
	.footRight p {
		margin-top: 15px;
	}
	
	.utilSocial.foot {
		width: 100%;
	}
}


/* 480 */
@media only screen and (max-width: 480px) {
		
	.workshopBox {
		display: block;
		float: none; 
		margin: 0 auto 10px auto;
	}
}

/* 360 */
@media only screen and (max-width: 360px) {
	img.headerLogo {
		display: none;	
	}
	
	img.headerLogoSmall {
		display: block;
		padding: 10px 0;
		width: 100%;
		max-width: 320px;
	}
	
	
}