@font-face {
  font-family: "futuratee-bold";
  src: url("../new/fonts/futuratee-bold-webfont.eot");
  src: url("../new/fonts/futuratee-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../new/fonts/futuratee-bold-webfont.woff") format("woff"),
    url("../new/fonts/futuratee-bold-webfont.ttf") format("truetype"),
    url("../new/fonts/futuratee-bold-webfont.svg#GothamBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "futuratee-book";
  src: url("../new/fonts/futuratee-book-webfont.eot");
  src: url("../new/fonts/futuratee-book-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../new/fonts/futuratee-book-webfont.woff") format("woff"),
    url("../new/fonts/futuratee-book-webfont.ttf") format("truetype"),
    url("../new/fonts/futuratee-book-webfont.svg#GothamBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "futuratee-book", Arial, Helvetica, sans-serif;
  color: #2a56a5;
  text-transform: uppercase;
  font-size: 1.5rem;
}
h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin: 0 10px;
  line-height: 68px;
}
p {
  font-family: "futuratee-book", Arial, Helvetica, sans-serif;
  line-height: 140%;
}

::placeholder {
  color: #2a56a5;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #2a56a5;
}
::-ms-input-placeholder {
  color: #2a56a5;
}

.h1 {
  color: #ffde00;
  width: 100%;
  font-family: "futuratee-book", Arial, Helvetica, sans-serif;
  display: inline-block;
}
h2 {
  font-size: 1.5rem;
}

.calc {
  height: calc(100% - 180px);
}

ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
li {
  list-style-type: none;
  background-position: top;
}

li:hover img {
  border-radius: 50%;
  border: 2px solid #2a56a5;
  padding: 10px;
  transition: 0.3s ease;
}

.small-images img {
  border: 2px solid transparent;
  padding: 10px;
  cursor: pointer;
}
.small-images img.active {
  border-radius: 50%;
  border: 2px solid #2a56a5;
  padding: 10px;
  cursor: pointer;
}

textarea {
  resize: none;
}

strong {
  font-family: "futuratee-bold";
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.beige-bck {
  background: #fffae4;
}

textarea {
  border-radius: 50px;
  background: #fff;
  color: #2a56a5;
  padding: 5% 5% !important;
  font-size: 1.5rem;
  font-weight: 500;
  border: 2px solid #2a56a5;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
  /* border: none; */
  box-shadow: none !important;
}

.btn {
  color: #2a56a5;
  border: 2px solid #2a56a5;
  background: #fff;
  font-size: 1.5rem;
  padding: 22px 55px;
  line-height: 100%;
  margin: 2% 0;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
}

p span {
  display: block;
}
/* #vid_wrapper {
  overflow: hidden;
} */
#vid {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 99;
  overflow: hidden;
}

#close {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 100;
  color: white;
  font-size: 40px;
}
.close svg {
  fill: #fff;
  width: 50px;
  opacity: 1;
  cursor: pointer;
}

/* VIDEO */
#myModal{
    padding: 0! important;
    overflow: hidden;
}
.modal-dialog {
    max-width: 100%;
    margin: 0;

}
video   { width: 100%; }
.modal-content  { border: none; }


.modal-body {
    position:relative;
    padding:0px;
}
button.close{
    background-color: #2a56a5;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover{
    opacity: 1;
}

.close:hover{
    color: #fff;
    background-color: #244b8f;
    cursor: pointer;
}

.close {
    position:absolute;
    right: 30px;
    top: 30px;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    /* text-shadow: 1px 1px 5px #2a56a5; */

    opacity:1;
/* 
    background-color: #2a56a5;
    border-radius: 50%;
    height: 30px;
    width: 30px; */
}

.modal-content{
    width: 80%;
    margin: 2% auto;
}


@media only screen and (max-width: 992px) {
  body {
    font-size: 1rem;
  }
  h1      { font-size: 28px; line-height: 40px; }
  p   {
    font-size: 1rem;
  }
  li {
    width: 80px;
  }
  .m-custom {
    margin: 50px 0px 40px;
  }
  .vh-100 {
    height: auto !important;
    margin: 0 auto;  
  }
  video     {  
      margin-bottom: 15px;
      
  }
}
@media only screen and (max-width: 768px) {
  textarea {
    font-size: 1rem;
    padding: 10% !important;
  }
  .btn {
    padding: 15px 30px;
    font-size: 1.35rem;
  }
  h2 {
    font-size: 1rem;
  }
  .m-custom {
    margin: 40px 0px 30px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 0.85rem;
  }
  li {
    width: 60px;
  }
  p span {
    display: inline;
  }
  .m-custom {
    margin: 30px 0px 20px;
  }
}


/**/
.footer{
    background-color: #2a56a5;
}

.line {
    background-color: #fff;
    height: 1px;
    float: none;
    clear: both;
}

.agencies{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


.agencies a{
    padding: 0px 5px;
}

.cities{
    padding-top: 15px;
    color: #fff;
    font-size: 14px;
    font-family: 'futuratee-book';
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.cities span{
    margin: 0px 10px;
}


.social{
	padding:0;
	clear:both;
	margin:30px auto 0;
	overflow:hidden;
	list-style:none;
	text-align:center;
}

.social li{
	display:inline-block;
}
	
.social li:first-child{
	margin-right:10px;
}

.copyright {
	text-align: center;
	text-transform:uppercase;
	margin-top: 10px;
	font-size: 12px;
	color: #030603;
    
}

.copyright p{
    margin: 0;
    font-family: 'futuratee-bold';
}

.copyright a{
	color: #030603;
}