/* Fonts
-------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,700,800|Raleway:400,700,800');

@font-face {
  font-family: 'ConduitITC';
  src: url('../fonts/ConduitITC-ExtraLight.eot');
  src: url('../fonts/ConduitITC-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ConduitITC-ExtraLight.woff') format('woff'),
    url('../fonts/ConduitITC-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

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

@font-face {
  font-family: 'ConduitITC';
  src: url('../fonts/ConduitITC.eot');
  src: url('../fonts/ConduitITC.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ConduitITC.woff') format('woff'),
    url('../fonts/ConduitITC.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'ConduitITC';
  src: url('../fonts/ConduitITC-Bold.eot');
  src: url('../fonts/ConduitITC-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ConduitITC-Bold.woff') format('woff'),
    url('../fonts/ConduitITC-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ConduitITC';
  src: url('../fonts/ConduitITC-ExtraBold.eot');
  src: url('../fonts/ConduitITC-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('ConduitITC-ExtraBold.woff') format('woff'),
    url('ConduitITC-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'ConduitITC';
  src: url('../fonts/ConduitITC-Black.eot');
  src: url('../fonts/ConduitITC-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ConduitITC-Black.woff') format('woff'),
    url('../fonts/ConduitITC-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Default
-------------------------------------------------- */

body {
  font-family: 'ConduitITC';
  font-size: 14px;
  color: #213a75;
  background-color: #ffffff;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 60px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-weight: 200;
  color: #333;
  letter-spacing: 1px;
}

/* Forms
-------------------------------------------------- */

.form-field {
  width: 100%;
  height: 42px;
  border-radius: 21px;
  padding: 0 20px;
  color: #fff;
  background-color: transparent;
  border: 1px rgba(255,255,255,0.6) solid;
}

.form-field:focus {
  border-color: #fff;
}

.form-textarea {
  padding: 10px;
  height: 170px;
}

/* Button
-------------------------------------------------- */

.button {
  height: 42px;
  border-radius: 21px;
  padding: 0 40px;
  background-color: #fff;
  font-size: 14px;
  color: #213a75;
  font-family: 'ConduitITC';
  cursor: pointer;
  text-transform: uppercase;
}

.button-full {
  width: 100%;
}

/* Image
-------------------------------------------------- */

.image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.image-center {
  margin: 0 auto;
}

/* Text
-------------------------------------------------- */

.title {
  color: #004f82;
}

.sub-title {
  color: #009fc3;
}

.text-bold {
  font-weight: bold;
}

/* Table
-------------------------------------------------- */

.table {
  width: 100%;
}

.table tr {
  border: 1px #ddd solid;
}

.table td, .table th {
  padding: 10px;
}

/* Pagination
-------------------------------------------------- */

.pagination a {
  background-color: #01588a;
  color: #fff;
  padding: 8px 12px;
}

.pagination span {
  padding: 8px 12px;
}

/* Map
-------------------------------------------------- */

.map {
  width: 100%;
  height: 350px;
  display: block;
}

/* Square
-------------------------------------------------- */

.square{
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.square:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.square:hover .square-content{
  display: block;
}

.square-detail {
  content: "";
  margin-left: -10px;
  margin-top: -10px;
  width: 45px;
  height: 45px;
  background-color: #ec6707;
  position: absolute;
  z-index: 2;
}

.square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
}

.square-content .button {
  background-color: #000;
}

.square-content div {
  display: table;
  width: 100%;
  height: 100%;
}

.square-content .divi {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

/* Selection
-------------------------------------------------- */

::selection {
  background: #213a75;
  color: #fff;
}

::-moz-selection {
  background: #213a75;
  color: #fff;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Responsive Emped
-------------------------------------------------- */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%

/* Extras
-------------------------------------------------- */

.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.line-transparent {
  opacity: 0.3;
}

.card {
  background-color: #fff;
  box-shadow: 2px 2px 2px 0px #ddd;
}

.justify {
  text-justify: inter-word;
}