html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,
header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}
	
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	margin-bottom: 2px;
}

.arrow-down.grey {
	border-top: 5px solid #999;
}

.arrow-down.white{
	border-top: 5px solid #FFF;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.btn [class^="icon-"], 
.btn [class*=" icon-"] {
	margin-right: 5px;
	margin-top:-2px;
}

.btn [class^="icon-"]:last-child, 
.btn [class*=" icon-"]:last-child {
	margin-right: 0 !important;
}

.link {
	display:inline-block;
	border-bottom: 1px solid transparent;
	color: #304F6D;
	cursor: pointer;
	margin-top: 2px;
}

.link:hover {
	display:inline-block;
	border-bottom: 1px dotted #2C74B7;
	color: #2C74B7;
	cursor: pointer;	
}

.bb {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}


/**
GRID SYSTEM
**/
[class^="gcol-"], 
[class*=" gcol-"] {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    
    float: left;
}

.gcol-last {
	margin-right: 0 !important;
}


.gcol-2 {
	width: 49.5%;
	margin-right: 1%;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */







