
/* = Button
---------------------------------------------------- */

.button{
	z-index: 10;
	padding: 8px 20px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #004973;
	cursor: pointer;
	color: #fff;
}

.button:hover,
.button:active,
.button:focus{
	text-decoration: none;
	color: #fff;
}

/* = Collapsed Block
---------------------------------------------------- */

.collapsed-block{
	border: 1px solid #ddd;
	margin-bottom: 2px;
}

.collapsed-block .block-header{
	margin-bottom: 0;
	padding: 8px 52px 8px 25px;
	background-image: url(../images/arrows/right.png);
	background-position: 10px 15px;
	background-color: #f4f2ed;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

.collapsed-block.expanded .block-header{
	border-bottom: 1px solid #ddd;
	background-image: url(../images/arrows/down.png);
	background-position: 9px 17px;
	background-color: #fff;
}

.collapsed-block .block-content{
	padding: 10px 25px 8px;
	display: none;
}

.collapsed-block .block-content p,
.collapsed-block .block-content ol,
.collapsed-block .block-content ul{
	margin-bottom: 10px;
}

/* = Columns
---------------------------------------------------- */

/* basic columns */

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth{
	margin-right: 4%;
	float: left;
}
.one-half{
	width: 48%;
}
.one-third{
	width: 30.5666%;
}
.two-third{
	width: 65.2332%;
}
.one-fourth{
	width: 22%;
}
.three-fourth{
	width: 74%;
}
.one-fifth{
	width: 16.8%;
}
.two-fifth{
	width: 37.6%;
}
.three-fifth{
	width: 58.4%;
}
.four-fifth{
	width: 79.2%;
}
.one-sixth{
	width: 13.3333%;
}
.five-sixth{
	width: 82.6665%;
}
.last{
	margin-right: 0 !important;
	clear: right;
}

/* two level columns */

.one-half .one-half{
	margin-right: 8.3333%;
	width: 45.8333%;
}
.one-half .one-third{
	margin-right: 8.3333%;
	width: 27.7778%;
}
.one-half .two-third{
	margin-right: 8.3333%;
	width: 63.8889%;
}
.two-third .one-third{
	margin-right: 6.1224%;
	width: 29.2517%;
}
.two-third .two-third{
	margin-right: 6.1224%;
	width: 64.6258%;
}
.two-third .one-fourth{
	margin-right: 6.1224%;
	width: 20.4082%;
}

/* = Hover Blocks
---------------------------------------------------- */

.hover-blocks{
	margin: 0 -10px;
	line-height: 0;
	font-size: 0;
}

.hover-block{
	display: inline-block;
	margin-bottom: 20px;
}

.hover-blocks.two-per-row .hover-block { width: 50%; }
.hover-blocks.three-per-row .hover-block { width: 33.33%; }
.hover-blocks.four-per-row .hover-block { width: 25%; }
.hover-blocks.five-per-row .hover-block { width: 20%; }
.hover-blocks.six-per-row .hover-block { width: 16.66%; }

.hover-block-inner{
	position: relative;
	padding: 0 10px;
}

.hover-block img{
	display: block;
	width: 100%;
}

.hover-block .hover-block-overlay{
	opacity: 0;
	box-sizing: border-box;
	transition: all 0.8s ease;
	text-decoration: none;
	color: #fff;

	height: 100%;
	padding: 13px 12px;
	position: absolute;
	overflow: hidden;
	display: block;
	right: 10px;
	left: 10px;
	top: 0;
}

.hover-block:hover .hover-block-overlay{
	opacity: 1;
}

.hover-block .block-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 400;
	z-index: 2;
}

.hover-block .block-excerpt{
	line-height: 18px;
	font-size: 13px;
	z-index: 2;
}

.hover-block .overlay-top,
.hover-block .overlay-bottom{
	transition: all 0.4s ease;
	background-color: rgba(0,73,115,0.9);
	position: absolute;
	z-index: 1;
	height: 0;
	right: 0;
	left: 0;
}

.hover-block .overlay-top{
	top: 0;
}

.hover-block .overlay-bottom{
	bottom: 0;
}

.hover-block:hover .overlay-top,
.hover-block:hover .overlay-bottom{
	height: 50%;
}

/* = Text
---------------------------------------------------- */

.font{
	display: inline-block;
}

/* size */

.font-size-10 { font-size: 10px; }
.font-size-11 { font-size: 11px; }
.font-size-12 { font-size: 12px; }
.font-size-13 { font-size: 13px; }
.font-size-14 { font-size: 14px; }
.font-size-15 { font-size: 15px; }
.font-size-16 { font-size: 16px; }
.font-size-17 { font-size: 17px; }
.font-size-18 { font-size: 18px; }
.font-size-19 { font-size: 19px; }
.font-size-20 { font-size: 20px; }
.font-size-21 { font-size: 21px; }
.font-size-22 { font-size: 22px; }
.font-size-23 { font-size: 23px; }
.font-size-24 { font-size: 24px; }
.font-size-25 { font-size: 25px; }
.font-size-26 { font-size: 26px; }
.font-size-27 { font-size: 27px; }
.font-size-28 { font-size: 28px; }
.font-size-29 { font-size: 29px; }
.font-size-30 { font-size: 30px; }
.font-size-31 { font-size: 31px; }
.font-size-32 { font-size: 32px; }
.font-size-33 { font-size: 33px; }
.font-size-34 { font-size: 34px; }
.font-size-35 { font-size: 35px; }
.font-size-36 { font-size: 36px; }
.font-size-37 { font-size: 37px; }
.font-size-38 { font-size: 38px; }
.font-size-39 { font-size: 39px; }
.font-size-40 { font-size: 40px; }
.font-size-41 { font-size: 41px; }
.font-size-42 { font-size: 42px; }
.font-size-43 { font-size: 43px; }
.font-size-44 { font-size: 44px; }
.font-size-45 { font-size: 45px; }
.font-size-46 { font-size: 46px; }
.font-size-47 { font-size: 47px; }
.font-size-48 { font-size: 48px; }
.font-size-49 { font-size: 49px; }
.font-size-50 { font-size: 50px; }
.font-size-51 { font-size: 51px; }
.font-size-52 { font-size: 52px; }
.font-size-53 { font-size: 53px; }
.font-size-54 { font-size: 54px; }
.font-size-55 { font-size: 55px; }
.font-size-56 { font-size: 56px; }
.font-size-57 { font-size: 57px; }
.font-size-58 { font-size: 58px; }
.font-size-59 { font-size: 59px; }
.font-size-60 { font-size: 60px; }
.font-size-61 { font-size: 61px; }
.font-size-62 { font-size: 62px; }
.font-size-63 { font-size: 63px; }
.font-size-64 { font-size: 64px; }
.font-size-65 { font-size: 65px; }
.font-size-66 { font-size: 66px; }
.font-size-67 { font-size: 67px; }
.font-size-68 { font-size: 68px; }
.font-size-69 { font-size: 69px; }
.font-size-70 { font-size: 70px; }
.font-size-71 { font-size: 71px; }
.font-size-72 { font-size: 72px; }
.font-size-73 { font-size: 73px; }
.font-size-74 { font-size: 74px; }
.font-size-75 { font-size: 75px; }
.font-size-76 { font-size: 76px; }
.font-size-77 { font-size: 77px; }
.font-size-78 { font-size: 78px; }
.font-size-79 { font-size: 79px; }
.font-size-80 { font-size: 80px; }
.font-size-81 { font-size: 81px; }
.font-size-82 { font-size: 82px; }
.font-size-83 { font-size: 83px; }
.font-size-84 { font-size: 84px; }
.font-size-85 { font-size: 85px; }
.font-size-86 { font-size: 86px; }
.font-size-87 { font-size: 87px; }
.font-size-88 { font-size: 88px; }
.font-size-89 { font-size: 89px; }
.font-size-90 { font-size: 90px; }

/* height */

.line-height-10 { line-height: 10px; }
.line-height-11 { line-height: 11px; }
.line-height-12 { line-height: 12px; }
.line-height-13 { line-height: 13px; }
.line-height-14 { line-height: 14px; }
.line-height-15 { line-height: 15px; }
.line-height-16 { line-height: 16px; }
.line-height-17 { line-height: 17px; }
.line-height-18 { line-height: 18px; }
.line-height-19 { line-height: 19px; }
.line-height-20 { line-height: 20px; }
.line-height-21 { line-height: 21px; }
.line-height-22 { line-height: 22px; }
.line-height-23 { line-height: 23px; }
.line-height-24 { line-height: 24px; }
.line-height-25 { line-height: 25px; }
.line-height-26 { line-height: 26px; }
.line-height-27 { line-height: 27px; }
.line-height-28 { line-height: 28px; }
.line-height-29 { line-height: 29px; }
.line-height-30 { line-height: 30px; }
.line-height-31 { line-height: 31px; }
.line-height-32 { line-height: 32px; }
.line-height-33 { line-height: 33px; }
.line-height-34 { line-height: 34px; }
.line-height-35 { line-height: 35px; }
.line-height-36 { line-height: 36px; }
.line-height-37 { line-height: 37px; }
.line-height-38 { line-height: 38px; }
.line-height-39 { line-height: 39px; }
.line-height-40 { line-height: 40px; }
.line-height-41 { line-height: 41px; }
.line-height-42 { line-height: 42px; }
.line-height-43 { line-height: 43px; }
.line-height-44 { line-height: 44px; }
.line-height-45 { line-height: 45px; }
.line-height-46 { line-height: 46px; }
.line-height-47 { line-height: 47px; }
.line-height-48 { line-height: 48px; }
.line-height-49 { line-height: 49px; }
.line-height-50 { line-height: 50px; }
.line-height-51 { line-height: 51px; }
.line-height-52 { line-height: 52px; }
.line-height-53 { line-height: 53px; }
.line-height-54 { line-height: 54px; }
.line-height-55 { line-height: 55px; }
.line-height-56 { line-height: 56px; }
.line-height-57 { line-height: 57px; }
.line-height-58 { line-height: 58px; }
.line-height-59 { line-height: 59px; }
.line-height-60 { line-height: 60px; }
.line-height-61 { line-height: 61px; }
.line-height-62 { line-height: 62px; }
.line-height-63 { line-height: 63px; }
.line-height-64 { line-height: 64px; }
.line-height-65 { line-height: 65px; }
.line-height-66 { line-height: 66px; }
.line-height-67 { line-height: 67px; }
.line-height-68 { line-height: 68px; }
.line-height-69 { line-height: 69px; }
.line-height-70 { line-height: 70px; }
.line-height-71 { line-height: 71px; }
.line-height-72 { line-height: 72px; }
.line-height-73 { line-height: 73px; }
.line-height-74 { line-height: 74px; }
.line-height-75 { line-height: 75px; }
.line-height-76 { line-height: 76px; }
.line-height-77 { line-height: 77px; }
.line-height-78 { line-height: 78px; }
.line-height-79 { line-height: 79px; }
.line-height-80 { line-height: 80px; }
.line-height-81 { line-height: 81px; }
.line-height-82 { line-height: 82px; }
.line-height-83 { line-height: 83px; }
.line-height-84 { line-height: 84px; }
.line-height-85 { line-height: 85px; }
.line-height-86 { line-height: 86px; }
.line-height-87 { line-height: 87px; }
.line-height-88 { line-height: 88px; }
.line-height-89 { line-height: 89px; }
.line-height-90 { line-height: 90px; }

/* spacing */

.font-spacing-1 { letter-spacing: 0.1px; }
.font-spacing-2 { letter-spacing: 0.2px; }
.font-spacing-3 { letter-spacing: 0.3px; }
.font-spacing-4 { letter-spacing: 0.4px; }
.font-spacing-5 { letter-spacing: 0.5px; }
.font-spacing-6 { letter-spacing: 0.6px; }
.font-spacing-7 { letter-spacing: 0.7px; }
.font-spacing-8 { letter-spacing: 0.8px; }
.font-spacing-9 { letter-spacing: 0.9px; }
.font-spacing-10 { letter-spacing: 1.0px; }

/* weight */

.font-normal{
	font-weight: normal;
}

.font-bold{
	font-weight: bold;
}

/* style */

.caps{
	text-transform: uppercase;
}

.underline{
	text-decoration: underline;
}

/* colors */

.grey{
	color: #a3a3a3;
}

.blue{
	color: #15447c;
}

.red{
	color: #f00;
}

/* miscellaneous */

.author{
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

div.textcenter{
	margin-bottom: 14px;
}

/* = Helpers
---------------------------------------------------- */

.divider{
	height: 16px;
	overflow: hidden;
	margin: 25px 0;
}

.divider.half{
	width: 50%;
}

.divider div{
	width: 15px;
	padding-top: 2px;
	position: static;
	margin: 0 auto;
}

.divider i{
	width: 9px;
	height: 9px;
	margin-left: 2px;
	display: block;

	background-color: #fff;
	border-style: solid;
	border-width: 1px;

	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.divider.blue i{
	border-color: #003756;
}

.divider.grey i{
	border-color: #4b4b4b;
}

.divider span{
	height: 1px;
	position: absolute;
	display: block;
	top: 7px;
}

.divider span.l{
	right: 50%;
	left: 0;
}

.divider span.r{
	left: 50%;
	right: 0;
}

.divider.blue span{
	background-color: #004973;
}

.divider.blue span.l{
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(0,73,115,0.1)), color-stop(100%,rgba(0,73,115,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,73,115,0.1) 25%, rgba(0,73,115,1) 100%);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,73,115,0.1) 25%, rgba(0,73,115,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,73,115,0.1) 25%, rgba(0,73,115,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,73,115,0.1) 25%, rgba(0,73,115,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(0,73,115,0.1) 25%, rgba(0,73,115,1) 100%);
}

.divider.blue span.r{
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,73,115,1)), color-stop(75%,rgba(0,73,115,0.1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(0,73,115,1) 0%, rgba(0,73,115,0.1) 75%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(left, rgba(0,73,115,1) 0%, rgba(0,73,115,0.1) 75%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,73,115,1) 0%, rgba(0,73,115,0.1) 75%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(0,73,115,1) 0%, rgba(0,73,115,0.1) 75%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(0,73,115,1) 0%, rgba(0,73,115,0.1) 75%, rgba(255,255,255,0) 100%);
}

.divider.grey span{
	background-color: #5b5b5b;
}

.divider.grey span.l{
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(91,91,91,0.1)), color-stop(100%,rgba(91,91,91,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(91,91,91,0.1) 25%, rgba(91,91,91,1) 100%);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(91,91,91,0.1) 25%, rgba(91,91,91,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(91,91,91,0.1) 25%, rgba(91,91,91,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(91,91,91,0.1) 25%, rgba(91,91,91,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(91,91,91,0.1) 25%, rgba(91,91,91,1) 100%);
}

.divider.grey span.r{
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(91,91,91,1)), color-stop(75%,rgba(91,91,91,0.1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(91,91,91,1) 0%, rgba(91,91,91,0.1) 75%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(left, rgba(91,91,91,1) 0%, rgba(91,91,91,0.1) 75%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(91,91,91,1) 0%, rgba(91,91,91,0.1) 75%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(91,91,91,1) 0%, rgba(91,91,91,0.1) 75%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(91,91,91,1) 0%, rgba(91,91,91,0.1) 75%, rgba(255,255,255,0) 100%);
}