@font-face {
    font-family: 'Zona';
    src: url(../fonts/ZonaPro-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: 'Zona';
    src: url(../fonts/ZonaPro-Regular.otf);
   
}


* {
	font-family: 'Zona';
}

h1, h2, h3, h4, h5, h6, a {
	font-family: 'Zona';
}

/*** Hyperlinks in middle and right columns ***/
a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


html, body {
  height: 100%;
  margin: 0;
}

#wrap {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

#header-banner {
	display: none;
}

#left-column {
	width: 100%;
	float: right;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
	border-bottom: 1px solid #000;
}

#left-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#left-column ul li.menu {
	width: 100%;
	font-size: 0;
}

#left-column ul li {
  display: inline-block;
  text-align: center;
  width: 24%;
  padding: 20px 0;
  border-right: 1px solid #000;
}

#left-column ul li:last-child {
	border-right: none;
}

#left-column ul li a {
	color: #000;
  font-size: 16px;
  position: relative;
  text-decoration: none;
}

#left-column ul li a:before,
#left-column ul li a:after {
content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 1px;
    background-color: #000;
    transform: scale(0,1);
    transition: transform .1s ease;
}

#left-column ul li a:before{
    transform-origin: left;
    left: 50%;
}

#left-column ul li a:after {
transform-origin: right;
    right: 50%;
}

#left-column ul li a:hover:before,
#left-column ul li a:hover:after {
  transform: scale(1,1);
}

#left-column .left-nav-title {
	display: none;
	opacity: 0;
}

#left-column ul {
	width: auto;
}

#left-column li.left-nav-group {
	display: inline-block;

}

#left-column li.left-nav-group a {
	border: none;
}

/*** Correction for non-IE browsers ***/
#wrap {
	overflow: hidden;
}

#wrap {
/*	float: left; */
	float: none;
}

.middle-column-box-full-standard {
	min-height: 320px;
}

.middle-column-box-full-standard thead th {
	padding: 10px 0;
}

.middle-column-box-full-standard tbody th {
	color: #0091c4;
	font-weight: 600;
	text-align: left;
	padding: 10px 0;
}

.middle-column-box-full-standard tbody th {
	font-weight: 600;
	text-align: left;
	padding: 10px 0;
	color: #0091c4;
}

.middle-column-box-full-standard tbody td {
	font-weight: 300;
	text-align: left;
	padding: 10px 0;
}

.middle-column-box-full-standard p {
	font-weight: 300;
	line-height: 24px;
	letter-spacing: -0.5px;
}

.middle-column-box-full-standard p span {
	color: #0091c4;
	font-weight: 600;
}

.title-blue h2 {
	color: #0091c4;
	font-weight: 600;
}

#footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	border-top: 1px solid #000000;
	text-align: center;
	padding: 20px;
	height: 50px;
}

.menu-mobile {display: none;}
.burger {
	display: none;
}

.middle-column-box-full-standard {
	clear: both;
	float: none;
}

.middle-column-box-full-standard p {
	width: 65%;
	clear: both;
}

/*.middle-column-box-full-standard p {
	color: #0091c4;
	font-weight: 600;
}*/

.middle-column-box-full-standard p:nth-child(2) {
	color: #000000;
	
}

.middle-column-title-blue {
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 10px;
}

.middle-column-box-full-standard .middle-column-title-blue p,
.middle-column-box-full-standard .middle-column-title-blue {
	width: 100%;
	margin: 0;
	line-height: 17px;
	font-family: 'Zona';
  font-size: 20px;
  font-weight: bold;
}

#middle-column {
	clear: both;
	float: none;
	
	padding: 40px 0px;
	height: calc(100vh - 249px);
}


@media (min-width: 768px) and (max-width: 999px) {
	#wrap {
		width: 728px;
		padding: 0 20px;
	}
	#left-column ul li a {
	font-size: 14px;
	}

	#left-column ul li {
		width: 24%;
	}

	#footer {
		width: 728px;
	}

	#middle-column {
		height: calc(100vh - 179px);
	}
}

@media (max-width: 767px) {

	.middle-column-box-full-standard p {
		width: 90%;
	}

	#middle-column {
		height: calc(100vh - 180px);
	}

	#footer {
		width: 90%;
	}

	#main-body {
		padding: 0 20px;
	}

	#header {
		position: relative;
		margin: 0 20px;

	}
	#logo {
		width: 100%;
	}

	#wrap {
		width: 100%;
		padding: 0px 20px;
		overflow-x: hidden;
	}

	#left-column {
    width: 35px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 62px;
    transform: translateY(-50%);
    border-bottom: none;
	}

	#left-column li a
	{
	  text-decoration: none;
	}

	#left-column .menu-mobile
	{
	  display: block;
	  width: 40px;
	  height: 32px;
	  position: absolute;
	  top: -7px;
	  right: -5px;
	  cursor: pointer;
	  opacity: 0; /* hide this */
	  z-index: 2; /* and place it over the hamburger */
	  -webkit-touch-callout: none;
	}

	/*
	 * Just a quick hamburger
	 */
	#left-column span.burger
	{
	  display: block;
	  width: 33px;
	  height: 4px;
	  margin-bottom: 5px;
	  position: relative;
	  background: #000000;
	  border-radius: 3px;
	  z-index: 1;
	  transform-origin: 4px 0px;
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	              opacity 0.55s ease;
	}

	#left-column span.burger:first-child
	{
	  transform-origin: 0% 0%;
	}

	#left-column span.burger:nth-last-child(2)
	{
	  transform-origin: 0% 100%;
	}

	/*
	 * Transform all the slices of hamburger
	 * into a crossmark.
	 */
	#left-column input:checked ~ span.burger
	{
	  opacity: 1;
	  transform: rotate(45deg) translate(-2px, -1px);
	  background: #232323;
	}

	/*
	 * But let's hide the middle one.
	 */
	#left-column input:checked ~ span.burger:nth-last-child(3)
	{
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}

	/*
	 * Ohyeah and the last one should go the other direction
	 */
	#left-column input:checked ~ span.burger:nth-last-child(2)
	{
	  transform: rotate(-45deg) translate(0, -1px);
	}

	/*
	 * Make this absolute positioned
	 * at the top left of the screen
	 */
	#left-column ul
	{
	  position: absolute;
	  width: 150px;
    margin: 24px 0px 0 85px;
	  padding: 50px;
	  background: #f9f9f9;
    box-shadow: 10px 17px 40px 0 rgba(0,0,0,0.1);
	  list-style-type: none;
	  -webkit-font-smoothing: antialiased;
	  transform-origin: 0% 0%;
	  transform: none;

	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#left-column ul li.left-nav-group
	{
	  padding: 10px 0;
	  font-size: 22px;
	  display: block;
	  border: none;
	}

	/*
	 * And let's slide it in from the left
	 */
	#left-column input:checked ~ ul
	{
	  transform: translate(-100%, 0);
	}

	#main-body {
		width: 100%;
	}

	#main-body .middle-column-box-full-standard {
		width: 85%;
		padding: 0 20px;
	}
}



