/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   
@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

} 


html {
	background: url(../img/bg.png) repeat;
}

html,
button,
input,
select,
textarea {
    color: #777;
}

body {
    line-height: 1.3;
	font-weight: 200;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a {
	color: #af2128;	
	text-decoration: none;	
}

a:hover {
	color:#FC3;		
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.topBar .logo {
	width: 100%;
	height: 60px;
	text-indent: -99999px;
	background: url(../img/logo.png) no-repeat;	
	position:relative;
	margin-top: 7px;
	margin-left: 0px;
}

/* ==========================================================================
   Main Navigation
========================================================================== */


.navBar {
	width: 100%;
	height: 40px;	
	margin-top: 10px;	
	position:relative;
	border-top: 1px solid #DD4254;
	background: #c30;
	border-bottom: 1px solid #DD4254;
	display:block;	
}


.navBar ul {
	margin-top: 10px;
	margin-left: -50px;
}

.navBar ul li {
	display:inline;
	margin: 2px 12px 0;
}

.navBar ul li.active {
	background:#fff;
	color:#000;	
	padding: 13px 20px 12px 20px;
	
}

.navBar ul li a {
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	padding-bottom: 13px;
}

.navBar ul li a:hover { color:#000; }
.navBar ul li a.active { color:#000; }

.navBar ul li a.active:hover {
	color:#000;	
	border-bottom: none;
	cursor:default;
}



/* ==========================================================================
	Sub Navigation 
========================================================================== */

.subNav_wrapper {
	width: 100%;
	background:#FFCC5E;
	height: 40px;
	margin-top: 0px;
	position:relative;
	z-index: 2;	
}

.subNav {
	position:relative;
	margin-top: 0px;
	float:left;	
	z-index: 2;	
}

.subNav ul {
	display:block;
	margin-top: 11px;
	position:relative;
	list-style-type: none;
	margin-left: -40px;
}

.subNav ul li {
	float:left;	
	margin-right: 30px;
}

.subNav ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
	font-size: 13px;		
}

.subNav ul li a.active {
	font-weight:bold;
	color:#DD4254;

}

.subNav ul li a:hover { color:#DD4254; }


/* ==========================================================================
	
========================================================================== */


.container-image {
	margin: 20px auto 0 auto;
	background: url(../Images/slogan.jpg) no-repeat;
	width: 100%;
	height: 160px; 	
	
}

.bannerWrap {
	position:relative;
	width: 100%;
	height: 490px;	
	background:#000;
	z-index: 8333333;
	background: url(../img/map.jpg) center no-repeat;
}

.banner {
	width: 100%;
	position: relative;
	margin: 0 auto;
	
}



.banner a {
	position:absolute;
	top: 550px;
	right: 655px;
	color:#fff;	
	text-decoration: none;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 3px;
	text-shadow:#000 1px 1px 1px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
}

.banner a:hover {
	text-decoration: underline;
	color: #FDC731;
	font-size: 18px;
	
}

.smallMap {
	position:relative;
	
	
}


.slogan {
	position:relative;
	width: 100%;
	height: 160px;	
	background: #0A1F36;
	margin-top: -20px;
}

.slogan h3 {
	text-align: center;
	color: rgb(26, 35, 35);
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 20px;
	padding-top: 24px;

}

.contentBox {
	width: 100%;
	
}

.content {
	width: 100%;
	margin-top: 20px;
}	

.videoBox {
	margin: 0 auto;
	position:relative;	
	width: 100%;
	padding-top: 0px;
	float:left;
	
}

.image-holder {
	float:left;
	position:relative;
	width: 28%;
	margin: 3px 10px 0px 0;
	display:block;
	height: 270px;
	
}	

.image-holder img {
	height: 230px;
	overflow:hidden;
	display:block;
	position:relative;
	float:left;
	margin-bottom: 8px;
}

.image-holder-2 {
	float:left;
	position:relative;
	width: 30%;
	margin: 0 10px 0px 0;
	display:block;
	height: 270px;
	
}	

.image-holder-2 img {
	height: 255px;
	overflow:hidden;
	display:block;
	position:relative;
	float:left;
}

.p_float {
	float:left;
	position:relative;
	display:block;	
	width: 68%;
}

.box1 {
	float:left;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 10px;
}

.box1 h4 {
	color:#fff;	
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight:normal;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 20px;
}

.box1 h5 {
	color:#fff;	
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 15px;
}

.box1 h6 {
	color:#eee;	
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding-top: 10px;
	margin-bottom: 15px;
	line-height: 14px;
}

.box1 p {
	color:#999;
	font-size: 15px;
	margin-top: 0px;
	line-height: 1.6;
	font-weight: 200;		
}


.box2 {
	float:left;
	width: 100%;
	position:relative;
	padding: 0 0 0px;	
}

.box2 p {
	margin-top: 7px;
	padding-top: 0px;	
}

.image_box {
	float:left;
	width: 200px;
	position:relative;	
}

.image_box2 {
	float:right;
	width: 500px;	
}

.image_box2 h6 {
	margin-top: 10px;
	color:#ccc;	
	font-weight: 400;
}

.content_box {
	float:right;
	width: 670px;
	padding-left: 30px;	
}

.content_box p, .content_box2 p {
	color:#999;
	font-size: 15px;
	margin-top: 0px;
	line-height: 1.6;
	font-weight: 200;		
}

.content_box2 {
	float:left;
	width: 370px;
	padding-right: 30px;	
}

.image_title h3 {
	color:#ccc;	
	font-weight: normal;
	font-size: 14px;	
	text-align:center;
	margin-bottom: 10px;
}






.media_box {
	float:left;
	width: 300px;	
}

.content_box3 {
	float:right;	
	width: 570px;
	padding-left: 30px;
		
}

.content_box3 h3 {
	color:#ccc;	
	font-size: 16px;
}




.m_box {
	float:left;	
}

.m_box2 {
	float:left;
	margin-left: 30px;
}

.article_box {
	float:left;
	position:relative;
	margin-top: -7px;
	width: 140px;
	height: 100px;
}

.article_tbox {
	float:left;
	position:relative;
	margin-top: -7px;
	width: 100%;
}

.float {
	float:left;
	padding-left: 20px;	
}

.tt-wrapper {
	position:absolute;
	top:0px;
	left: 200px;
	z-index: 100000;
	list-style-type:none;
}


.tt-wrapper li a{
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
	border: 1px solid #fff;
    outline: none;
    background: #C30;
    position: relative;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; 	
	-webkit-transition: all .2s ease-in-out;
}

.tt-wrapper li a:hover {
	background:#FC3;	
	-webkit-transform: scale(1.1);	
}

.tt-wrapper li a.tt-moshi:hover {
	background: #FC3;
	text-shadow: 1px 1px 2px hsla(0,0%,0%,0.9);
}

.tt-wrapper li .tt-chicago{
   	position:absolute;
	top: 128px;
	left: 50px;
	z-index: 110002;
}

.tt-wrapper li .tt-costa-rica{
	position:absolute;
	top: 223px;
	left: 40px;
	z-index: 2342000;   
}

.tt-wrapper li .tt-cambridge{
		position:absolute;
	top: 135px;
	left: 85px;
    
}
.tt-wrapper li .tt-moshi{
    position:absolute;
	top: 264px;
	left: 368px;
}

strong.t-color {
	color:#C30;	
	line-height: 30px;
	font-size: 17px;
}


.tt-wrapper li a span{
    width: 220px;
    height: auto;
    line-height: 20px;
    padding: 5px 0 10px;
    left: 50%;
    margin-left: -124px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;  
    font-size: 14px;
    color: #FFCC5E;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 4px solid rgba(255, 255, 255,0.3);
    background: rgba(21, 77, 134,0.9); 
    text-indent: 0px;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 20px;
    opacity: 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}

.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0,0,0,0.1);
}	

.tt-wrapper li a span:after{
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid rgba(255, 255, 255,0.3);
}

.tt-wrapper li a:hover span{
    opacity: 0.9;
    bottom: 35px;
}


.footer {
	height: 80px;
	width: 100%;	
	border-top: 1px solid #FFCC33;
	margin-top: 80px;
	background: #131313 repeat;
}

.footer_bg {
	position: relative;
	width: 100%;
	height: 60px;
	margin-top: -37px;
	background: url(../img/footer_bg.png) no-repeat;	
}



.copyrights {
	display:none;
	color:#fff;	
	text-align:center;
}

.copyrights p {
	font-size: 11px;
	color:#555;	
	text-transform: uppercase;
	padding-top: 7px;
}

.copyrights a {
	text-decoration:none;
	color:#777;	
}

.copyrights a:hover {
	color:#eee;	
}


.color1 {
	color:#777;		
}

.color2 {
	color:#ccc;

}	

.color3 {
	color:#DB3030;
}

.strong {
	font-weight: bold;
	color:#FFF;	
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

.strong2 {
	color:#eee;	
	font-weight: normal;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

.large {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.big {
	font-size: 24px;
	color:hsla(0,0%,100%,.6);
}

.color-black {
	color:hsla(0,0%,0%,1);
	font-weight:bold;
	font-size: 20px;	
}

.clear {
	clear:both;	
}

.container {
	width: 900px;
	margin: 0 auto;	
	position:relative;
	padding: 0 30px;
}

.spacer {
	float:left;
	position:relative;
	height: 30px;

}

.text_centered {
	text-align: center;	
}

.divider{
position: relative;
display: block;
height: 1px;
margin: 25px 0 30px;
}

.divider.line{
background: #333;
}

.divider.line2{
background: #222;
}

.divider.bar:before{
content: "";
display: block;
width: 50px;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
background: #C00;
}



.pad90 { padding-top:90px; }
.pad45 { padding-top:45px; }
.pad30 { padding-top:30px; }
.pad25 { padding-top:25px; }
.pad15 { padding-top:15px; }
.pad10 { padding-top:10px; }
.pad5 { padding-top:5px; }
.pad7 { padding-top:7px; }

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span4-5 {
  width: 300px;
  text-align:center;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

