/*
	Theme Name: NAIA Trust
	Theme URI: http://NAIATrust.org
	Description:  NAIA Trust HTML5 WordPress Theme
	Version: 1
	Author: Hiram Garcia
	Author URI: http://www.naiaonline.org
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#0062A3;
}
#top-header {
	width:100%;
	height:35px;
	background-color:#0062A3;
	color:#FFF;
	margin-top:0px;
	}
#top-header-wrapper {
	
	max-width:960px;
	margin:auto auto;
	
	}
#top-left-header {
	float:left;
	margin-top:10px;
	margin-left:0px;
	
	}
	
#top-right-header {
	float:right;	
	margin-top:10px;
	
	margin-right:0px;
	}

#wrapper-home {
	width:100%;
	background-color:#0062A3;
	background:url(https://www.naiatrust.org/naiatrust-bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	background-size: auto;
	margin:0px;
	min-height:780px;		
	}
#wrapper {
	width:100%;
	background-color:#0062A3;
	background:url(https://www.naiatrust.org/naiatrust-bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	background-size: auto;
	margin:0px;
	min-height:780px;		
	}
#inner-wrapper {
	width:100%;
	background-color:#CADFBB;
	background-repeat:no-repeat;
	background-position:top center;
	background-size: auto;
	margin:0px;
	min-height:100px;		
	}
#header {
	max-width:960px;
	height:100px;
	margin:auto auto;
	}
#logo {
	min-height:100px;
	margin: auto auto;
	margin-bottom:-10px;
	}
	
#nav {

	min-height:100px;	
	margin-top:15px;
	}

#mainsection {
	max-width:960px;
	margin:auto auto;
	}
	
#banner-text1 {
	margin-left:50px;
	margin-top:50px;
	font-size:60px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:-1px;
	text-shadow: 2px 2px #000000;
	
	}
#banner-text2 {
	margin-left:50px;
	margin-top:30px;
	font-size:28px;
	color:#000;
	font-weight:bold;
	
	}

#content-wrap {
	min-height:400px;
	width:100%;
	background-color:#FFF;
	margin-bottom:0px;
}
#content {
	margin:auto auto;
	max-width:960px;
	width:90%;
	font-size:16px;
	line-height:20px;
	padding-top:30px;
	padding-bottom:50px;
	overflow:hidden;
}

#breadcrumb {
	font-size:12px;
	font-weight:bold;
	color: #666;
	padding-top:12px;
	color:#FFF;
}
#breadcrumb a:link{
	color:#FFF;
}
#breadcrumb a:visited{
	color:#FFF;
}


#page-title {
	font-size:46px;
	letter-spacing:-1px;
	font-weight:bold;
	text-align: left;
	padding-top:40px;
	padding-bottom:20px;
	color:#063;
	line-height:38px;
	letter-spacing:-1px;
}
	
 
 
#cta-button {
	background:#FC0;
	color:#52391B;
	width:250px;
	height:34px;
	padding-top:20px;
	margin-left:50px;
	margin-top:30px;
	
	}
	
#conference-countdown-title {	
	float:left;
	margin-top:50px;
	margin-left:50px;
}

#countdown {
	background:#00661A;
	color: #FFF;
	width:100%px;
	height:210px;
	margin-top:100px;
	
	
	}
	
	#countdown-wrapper {
	max-width:1400px;
	margin:auto auto;
	
	
	}

#countdown-iframe {
	
	float:right; 
	margin-top:20px; 
	margin-right:0px;

	}
	
#sponsors {
	background:#EEEEEE;
	color: #FFF;
	width:100%px;
	height:330px;
	
	
	
	}
	
	
#bottom-nav {
	width:100%;
	height:200px;
	background-color:#0062A3;
	color:#FFF;
	margin-bottom:0px;	
	}

#bottom-nav a:link{
	color:#FFF;
	}
#bottom-nav a:visited{
	color:#FFF;
	}

	
#copyright {
	width:100%;
	height:30px;
	color:#FFF;
	margin-bottom:0px;	
	padding-top:10px;

	}
	

/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
	
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #02184D;
    text-align: center;
    padding: 14px 22px 14px 10px;
    text-decoration: none;
    font-size: 17px;
	font-weight: bold;
	border-right:1px #DCDCDC solid;
	
}

.topnav a:before {
    font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
    content: '■';
    color: gray;
    float: left;
    width: 4em;
    margin: .2em -.2em;
    font-size: 60%;
	
}
/* Add an active class to highlight the current page */
.active {
    color: white;
}




/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 17px; 
    border: none;
    outline: none;
    color: 000;
    padding: 14px 22px 14px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
	font-weight:bold;
	border-right:1px #DCDCDC solid;
}


.dropdown .dropbtn:before {
    font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
    content: '■';
    color: gray;
    float: left;
    width: 4em;
    margin: .2em -.2em;
    font-size: 60%;
	
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color:#CFCFCF;
    color:000;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color:#CFCFCF;
    color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}	
	
	
	
	
	
	
	
	
	@media only screen and (max-device-width: 480px) {


        div#banner-text2 {
			font-size:20px;
	
	}
	
	
	div#countdown {
		padding-top:20px;
				padding-bottom:20px;
	
	
	}
	
	div#conference-countdown-title {	
		margin:auto auto;
		width:100%;
		text-align: center;
	
}

	div#countdown-iframe {
		clear:both;
	    margin: auto;
		text-align: center;

	}
	
    }


/******** BOX ITEM 1 ********/
.box_item1 {
	width: 267px;
	height: 36px;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(./img/vertnavbg.jpg);
	text-align: justify;
	padding: 14px 20px 0px 38px;
	color: white;
	margin: 0px;
}
.box_item1:hover {
	font-size: 0;
	background-image: url(./img/vertnavbg2.jpg);
}
.box_item1:hover:after {
	content: attr(data-hover);
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
}
/******** BOX ITEM 2 ********/
.box_item2 {
	width: 267px;
	height: 36px;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(./img/vertnavbg.jpg);
	text-align: justify;
	padding: 14px 20px 0px 38px;
	color: white;
	margin: 0px;
}
.box_item2:hover {
	font-size: 0;
	background-image: url(./img/vertnavbg2.jpg);
}
.box_item2:hover:after {
	content: attr(data-hover);
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	margin-top: 5px;
	padding: 0px;
}
/******** BOX ITEM 3 ********/
.box_item3 {
	width: 267px;
	height: 36px;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(./img/vertnavbg.jpg);
	text-align: justify;
	padding: 14px 20px 0px 38px;
	color: white;
	margin: 0px;
}
.box_item3:hover {
	font-size: 0;
	background-image: url(./img/vertnavbg2.jpg);
}
.box_item3:hover:after {
	content: attr(data-hover);
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
	margin-top: -5px;
}
/******** BOX ITEM 4 ********/
.box_item4 {
	width: 267px;
	height: 36px;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(./img/vertnavbg.jpg);
	text-align: justify;
	padding: 14px 20px 0px 38px;
	color: white;
	margin: 0px;
}
.box_item4:hover {
	font-size: 0;
	background-image: url(./img/vertnavbg2.jpg);
}
.box_item4:hover:after {
	content: attr(data-hover);
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin-top: -10px;
	text-align: justify;
	padding: 0px;
}
/******** BOX ITEM 5 ********/
.box_item5 {
	width: 267px;
	height: 36px;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(./img/vertnavbg.jpg);
	text-align: justify;
	padding: 14px 20px 0px 38px;
	color: white;
	margin: 0px;
}
.box_item5:hover {
	font-size: 0;
	background-image: url(./img/vertnavbg2.jpg);
}
.box_item5:hover:after {
	content: attr(data-hover);
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
}
/******** BOX ITEM 6 ********/
.box_item6 {
	width: 267px;
	height: 36px;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(./img/vertnavbg.jpg);
	text-align: justify;
	padding: 14px 20px 0px 38px;
	color: white;
	margin: 0px;
}
.box_item6:hover {
	font-size: 0;
	background-image: url(./img/vertnavbg2.jpg);
}
.box_item6:hover:after {
	content: attr(data-hover);
	font-size: 12px;
	font-weight: normal;
	margin-top: -10px;
	text-align: justify;
	padding: 0px;
}
/******** BOX ITEM 7 ********/
.box_item7 {
	width: 267px;
	height: 36px;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(./img/vertnavbg.jpg);
	text-align: justify;
	padding: 14px 20px 0px 38px;
	color: white;
	margin: 0px;
}
.box_item7:hover {
	font-size: 0;
	background-image: url(./img/vertnavbg2.jpg);
}
.box_item7:hover:after {
	content: attr(data-hover);
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
}
/******** BOX ITEM 8 ********/
.box_item8 {
	width: 267px;
	height: 36px;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(./img/vertnavbg.jpg);
	text-align: justify;
	padding: 14px 20px 0px 38px;
	color: white;
	margin: 0px;
}
.box_item8:hover {
	font-size: 0;
	background-image: url(./img/vertnavbg2.jpg);
}
.box_item8:hover:after {
	content: attr(data-hover);
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
}
/******** BOX ITEM 9 ********/
.box_item9{
	width: 267px;
	height: 36px;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(./img/vertnavbg.jpg);
	text-align: justify;
	padding: 14px 20px 0px 38px;
	color: white;
	margin: 0px;
}
.box_item9:hover{
	font-size: 0;
	background-image: url(./img/vertnavbg2.jpg);
}
.box_item9:hover:after {
	content: attr(data-hover);
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
}


