html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

@media (min-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  h1 {
    font-size: 21px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  h3 {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  h4 {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h5 {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  h5 {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (min-width: 768px) {
  h6 {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h6 {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  h6 {
    font-size: 12px;
    line-height: 18px;
  }
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 87.5%;
  line-height: 0.42857em;
}

.hidden {
  display: none;
}

body {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #636363;
  background: #fdfdfd;
}

h1, h2, h3, h4, h5, h6 {
  color: #0C3349;
  margin-bottom: 12px;
}

p {
  padding-bottom: 12px;
}

a {
  color: #2fa7f7;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: #2fa7f7;
}
a:hover {
  color: #7DCBFF;
}
a:active {
  color: #c1e5fd;
}

label {
  display: block;
}

input, select, textarea {
  margin: 0;
  padding: 0;
}

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, select {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 18px;
  border-color: #e3e3e3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0px 1px 1px #e3e3e3;
  -webkit-box-shadow: inset 0px 1px 1px #e3e3e3;
  box-shadow: inset 0px 1px 1px #e3e3e3;
  font-family: inherity;
}
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, select:focus {
  outline: none;
  -moz-box-shadow: 0px 0px 3px 1px #e3e3e3;
  -webkit-box-shadow: 0px 0px 3px 1px #e3e3e3;
  box-shadow: 0px 0px 3px 1px #e3e3e3;
}
input[type="text"].placeholder, input[type="password"].placeholder, input[type="date"].placeholder, input[type="datetime"].placeholder, input[type="datetime-local"].placeholder, input[type="month"].placeholder, input[type="week"].placeholder, input[type="email"].placeholder, input[type="number"].placeholder, input[type="search"].placeholder, input[type="tel"].placeholder, input[type="time"].placeholder, input[type="url"].placeholder, textarea.placeholder, select.placeholder {
  color: #e3e3e3;
}
input[type="text"]::-ms-clear, input[type="text"]::-ms-reveal, input[type="password"]::-ms-clear, input[type="password"]::-ms-reveal, input[type="date"]::-ms-clear, input[type="date"]::-ms-reveal, input[type="datetime"]::-ms-clear, input[type="datetime"]::-ms-reveal, input[type="datetime-local"]::-ms-clear, input[type="datetime-local"]::-ms-reveal, input[type="month"]::-ms-clear, input[type="month"]::-ms-reveal, input[type="week"]::-ms-clear, input[type="week"]::-ms-reveal, input[type="email"]::-ms-clear, input[type="email"]::-ms-reveal, input[type="number"]::-ms-clear, input[type="number"]::-ms-reveal, input[type="search"]::-ms-clear, input[type="search"]::-ms-reveal, input[type="tel"]::-ms-clear, input[type="tel"]::-ms-reveal, input[type="time"]::-ms-clear, input[type="time"]::-ms-reveal, input[type="url"]::-ms-clear, input[type="url"]::-ms-reveal, textarea::-ms-clear, textarea::-ms-reveal, select::-ms-clear, select::-ms-reveal {
  display: none;
}

select {
  padding-left: 12px;
  padding-right: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAGCAYAAADKfB7nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg1N0RCNDU1QzhDNDExRTM4NzQwQTQwQzFGMzU5OUU2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg1N0RCNDU2QzhDNDExRTM4NzQwQTQwQzFGMzU5OUU2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODU3REI0NTNDOEM0MTFFMzg3NDBBNDBDMUYzNTk5RTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODU3REI0NTRDOEM0MTFFMzg3NDBBNDBDMUYzNTk5RTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4fONA0AAAAdElEQVR42mLs6OiIZGBgYATifwwIwAbEG8vLyz8yEAAsQGwAxGVo4teBeDUDEQBkMwPQFauAVChU7DcQm1VUVFz4//8/QQOYoHQlEH+DsieDNDMQCcAGADXcBVLTgfgTEDcxkABYkNidQLwFaNhHUgwACDAASkcdUfgLGNcAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right center;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
}
input[type="submit"]:focus, input[type="submit"]:active, input[type="reset"]:focus, input[type="reset"]:active, input[type="button"]:focus, input[type="button"]:active, button:focus, button:active {
  outline: none;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 6px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=30);
  /*IE7 fix*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 18px;
  height: 18px;
  margin: 5px 7px;
  filter: Alpha(Opacity=30);
  /*IE7 fix*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #2fa7f7;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
