/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: 'robotoregular';
    src: url('../Fonts/roboto-regular-webfont.eot');
    src: url('../Fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../Fonts/roboto-regular-webfont.woff') format('woff'),
         url('../Fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../Fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   Global
   ========================================================================== */
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	font-size: 16px;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	background: #FFF;
	color: #424242;
	padding: 31px 0 0 0;
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	position: relative;
	cursor: auto;
}

/* ==========================================================================
   Resets
   ========================================================================== */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
img,
object,
embed {
	max-width: 100%;
	height: auto;
}
object,
embed {
	height: 100%;
}
img {
	display: inline-block;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

iframe {
	border: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #004a8c;
	background-color: transparent;
	text-decoration: none;
}
a:active,
a:hover,
a:focus {
	outline: 0;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}
a img {
	border: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

em,
i {
	font-style: italic;
	line-height: inherit;
}
strong,
b {
	font-style: bold;
	line-height: inherit;
}
small {
	font-size: 80%;
	line-height: inherit;
}
blockquote {
	border-left: 2px solid #F0F0F0;
	margin-bottom: 20px;
	padding-left: 2px;
}
/* ==========================================================================
   Paragraph
   ========================================================================== */

p {
	font-family: inherit;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
	text-rendering: optimizeLegibility;
}
p.lead {
	font-size: 18px;
}
p.small {
	font-size: 80%;
}
/* =============================================================================
   Span
   ========================================================================== */

/* ==========================================================================
   Alignment
   ========================================================================== */

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}
.hide {
	display: none;
}
.hidden {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
/* ==========================================================================
   Header
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-style: normal;
	color: #004a8c;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.4;
	font-family: 'robotoregular';
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-size: 60%;
	line-height: 0;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}

h1.align-center,
h2.align-center,
h3.align-center,
h4.align-center {
	text-transform: uppercase;
	margin-bottom: 60px;
	color: #424242;
}

h1.align-center::after,
h2.align-center::after,
h3.align-center::after,
h4.align-center::after {
    border-top: 3px solid #004a8c;
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 60px;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ul,
ol,
dl {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
	list-style-position: outside;
	font-family: inherit;
}
ul,
ol {
	margin-left: 20px;
}
ul li ul,
ul li ol {
	margin-left: 20px;
	margin-bottom: 0;
	font-size: 16px;
}
ol li ul,
ol li ol {
	margin-left: 20px;
	margin-bottom: 0;
}
dl dt {
	margin-bottom: 4px;
	font-weight: bold;
}
dl dd {
	margin-bottom: 12px;
}
ul.square li ul {
	list-style: inherit;
}
ul.square {
	list-style-type: square;
}
ul.no-bullet {
	list-style: none;
}
/* ==========================================================================
   Forms
   ========================================================================== */

form {
	margin-bottom: 20px;
}
fieldset {
	border: solid 1px #ddd;
	padding: 18px;
	margin: 20px 0;
}
fieldset legend {
	font-weight: bold;
	background: #FFF;
	padding: 0 1px;
	margin: 0;
	margin-left: -1px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	background-color: #FFF;
	font-family: inherit;
	border: 1px solid #CCC;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 8px;
	height: 42px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #999;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
	background: #fafafa;
	border-color: #999;
	outline: none;
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
	margin-bottom: 20px;
}
input[type="file"] {
	width: 100;
}
textarea {
	height: auto;
	min-height: 250px;
}
select {
	background-color: white;
	font-family: inherit;
	border: 1px solid #ccc;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 8px;
	height: 42px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
}
label {
	font-size: 14px;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: 500;
	margin-bottom: 14px;
}
label.right {
	float: none;
	text-align: right;
}
label.inline {
	margin-bottom: 20px;
	padding: 10px 0;
}
/* ==========================================================================
   Iframe container
   ========================================================================== */

.iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	
	padding-top: 25px;
	height: 0;
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.google-maps iframe {
	pointer-events: none;
}

/* ==========================================================================
   Images
   ========================================================================== */
.ce-border img {
	border: 1px solid #dedede;
}

/* ==========================================================================
   Hr
   ========================================================================== */
 hr {
 	height: 0;
 	border: none;
 	border-bottom: 1px solid #CCC;
 	margin: 20px 0;
 }