@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'KarbonWeb-Regular';
    src: url('fonts/KarbonWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    
    font-family: 'KarbonWeb-Light';
    src:url('fonts/KarbonWeb-Light.eot');
    src:url('fonts/KarbonWeb-Light.eot?#iefix') format("embedded-opentype"),
    url('fonts/KarbonWeb-Light.woff') format("woff")
	}

body {
	font-family: Open Sans, Arial, sans-serif;
	color: #55565a;
	font-size: 16px;
	background: #ffffff;
	}
	h1 {
	font-family: 'KarbonWeb-Light';
	font-weight: 400;
	font-size: 40px;
	line-height:1em;
	text-align: center;
	color: #00a0df;
	}
	
a {
	font-weight: bold;
	color: #003479;
	}
	a:hover {
	color: #00a0df;
	}
	
#navbar {
	width: 100%;
    border-bottom: 7px solid #00a0df;
    position: relative;
	}
	.header {
	padding: 15px 6px;
	max-width: 1280px;
	}

#main-container {
	width: 100%;
	}
	.content-wrap {
	margin: 0px auto;
	padding: 0px;
	max-width: 1280px;
	}
	.panel-wrap {
	margin: 0 auto;
    width: 650px; 
    max-width: 100%; 
	}
		.panel-wrap p {
		text-align:center;
		color: #003479;
		margin-bottom: 30px;
		}
	.clear {
	clear: both;
	}
	.left-circle {
	width: 300px;
	float: left;
	text-align: center;
	}
	.right-circle {
	width: 300px;
	float: right;
	text-align: center;
	}
	.round-button {
	max-width:210px;
  	margin: 0px auto;
  	float:center;
	}
	.round-button-circle {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
  	border-radius: 50%;
	border: 6px solid #00a0df;
  	overflow:hidden;
  	background: #ffffff; 
	}
	.round-button-circle:hover {
	background:#003479;
	border: 6px solid #003479;
	}
	
	.round-button a {
  	display:block;
  	width:100%;
	padding-top:52%;
  	padding-bottom:50%;
	line-height:1em;
	margin-top:-0.5em;
	
	text-align:center;
	color: #003479;
  	font-family: 'KarbonWeb-Light';
	font-weight: 500;
  	font-size: 30px;
  	text-decoration:none;
	}
	.round-button a:hover {
  	color: #ffffff;
	}
	
	
	.footer {
	margin: 0 auto;
	max-width: 825px;
	font-size: 15px;
	color: #003479;
	text-align: center;
	}
	.footer a {
	font-weight: normal;
	}
	.legal {
	margin-top: 10px !important;
	color: #003479;
	font-weight: bold !important;
	font-size: 12px;
	}
	

	
		
/* Media query for breakpoints starting at 1366X745: */
@media screen and (max-width: 1400px) {
	body { font-size: 16px; }
  	h1 { font-size: 34px; }
	}
@media screen and (max-width: 1024px) {
  	h1 { font-size: 34px; }
	}
@media screen and (max-width: 800px) {
  	h1 { font-size: 32px; }
	}
@media screen and (max-width: 640px) {
	body { font-size: 16px;}
  	h1 { font-size: 30px; }
	}
@media screen and (max-width: 600px) {
	.left-circle, 
	.right-circle { float: none; margin: 0 auto;}
	}
@media screen and (max-width: 400px) {
	body { font-size: 15px; }
  	h1 { font-size: 26px; }
	}