@charset "utf-8";
/* CSS Document */
/* *************** Start Globe Sytle *************** */
body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #244357;
	background-color: #fff;
	font-variant-ligatures: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h4, .h5, .h6 {
	font-family: 'geomanist_regularregular';
	font-weight: 400;
}
h1{
    font-size: 124px;
	font-weight: 60;
    line-height: 120px;
    margin: 0;
    padding: 15px 0;
}

h2 {
	color: #244357;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.47;
    margin: 0;
	text-transform: uppercase;
    font-family: 'geomanistlight';
}

h3 {
	color: #244357;
	margin-top:0;
}

h4 {
	color: #244357;
}

h5 {
	color: #244357;
	font-size: 18px;
}

p {
	font-family: "Open Sans";
	font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    color: #244357;
    margin-bottom: 20px;
	word-wrap: break-word;
}
a {
    text-decoration: none;
	font-family: geomanist_regularregular;
    outline: 0;
    color: #fe6847;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
    outline: 0;
}
img {
    border: 0;
    outline: 0;
    max-width: 100%;
    height: auto;
}
hr {
	border: 0;
    clear: both;
    height: 1px;
	opacity: 0.2;
    background-color: #254356;
	box-shadow: 0 1px 0 0 #ffffff;
    margin-top: 30px;
}

.verticle_stripes {
    position: fixed;
    display: block;
    top: 0;
    left: 30px;
    z-index: 210;
    overflow: hidden;
    height: 100%;
}

.verticle_stripes .yelow_stripe, .verticle_stripes .orange_stripe, .verticle_stripes .blue_stripe{
	width: 30px;
    height: 100%;
    min-height: 100%;
    display: inline-block;
    margin-right: 2px;
}

.horizontal_stripes {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 210;
    overflow: hidden;
    width: 100%;
}

.horizontal_stripes .yelow_stripe, .horizontal_stripes .orange_stripe, .horizontal_stripes .blue_stripe{
    display: block;
    height: 15px;
    min-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: 3px;
}

.yelow_stripe{
  background-color: #faac18;
}
.orange_stripe{
  background-color: #f05c22;
}
.blue_stripe{
  background-color: #07a9d9;
}

.container{
	max-width: 915px;
}
.section .items {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.medium_gray {
background-color: #d3d9de;
}
.bg_orange {
  background-color: rgba(254, 104, 71, 0.84);
}
.bg_blue {
	background-color: #1488c6;
	color: #fff;
}
.bg_dark_gray{
	background-color: #254356;
}
.bg_blue h2, .bg_dark_gray h2, .bg_blue p, .bg_dark_gray p, .bg_blue ul li, .bg_dark_gray ul li{
	color: #fff;
}
.bg_orange h2, .bg_orange p, .bg_orange{
	color: #fff;
}
.widthcol2>li {
    width: 50%;
} 
.widthcol3>li {
    width: 33.33%;
} 
.widthcol4>li {
    width: 25%;
} 
.widthcol5>li {
    width: 20%;
}  
.widthcol6>li {
    width: 16.66%;
} 