/*
[class*="row"] {
  border: solid 1px green;
  border-spacing: 3px;
}

[class*='col-']{
  border: solid 1px red;
  border-spacing: 3px;
}
*/

*{
  /*
  transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  */
}

body {
  font: 14px/20px "Catamaran","Open Sans",Helvetica, Arial, sans-serif;
  color: #444444;
}

:focus{
  outline: 0;
  text-decoration: none;
}

a{
  color: inherit;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

a:hover{
  text-decoration: none;
  color: inherit;
}

iframe{
  max-width: 100%;
}

.form-control{
  border-radius: 17px;
  background-color: #FFFFFF;
  border: 0px;
  height: 52px;
  line-height: 53px;
  padding-left: 60px;
  color: #0075B0;
  font-weight: bold;
}

input[type="submit"]{
  background-color: #49A3FF;
  color: #FFFFFF;
  border-radius: 17px;
  height: 40px;
  line-height: 41px;
  text-transform: uppercase;
  border: 0;
  font-weight: bold;
  padding: 0 45px;
  margin-top: 20px;
  margin-bottom: 40px;
}

input[type="submit"]:hover{
  background-color: #0077B0;
}

img{
  max-width: 100%;
}

h1{
  padding: 0;
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}

h2{
  padding: 0;
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;  
  color: #1296AF;
}

.hidden{
  display: none;
}

.clear{
  clear: both;
}

.uppercase-text{
  text-transform: uppercase;
}

.no-margin{
  margin: 0 !important;
}

.no-margin-top{
  margin-top: 0 !important;
}

.no-padding{
  padding: 0 !important;
}

.no-padding-right{
  padding-right: 10px !important;
}

.no-padding-left{
  padding-left: 10px !important;
}

.no-padding-top{
  padding-top: 0px !important;
}

/* CUSTOM BUTTON */
.button-white{
  background-color: #FFFFFF;
  text-transform: uppercase;
  transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  margin-top: 20px;
  color: #042F5B;
  padding: 10px 45px;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
}

.button-white:hover{
  color: #FFFFFF;
  background-color: #C1C1C1;
}

.button-disabled{
  background-color: #C1C1C1;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
}

.button-blue{
  background-color: #49A3FF;
  text-transform: uppercase;
  transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  margin-top: 20px;
  color: #FFFFFF;
  padding: 10px 45px;
  border-radius: 25px;
  font-weight: bold;
  display: inline-block;
}

.button-blue:hover{
  color: #FFFFFF;
  background-color: #0077B0;
}

.button-std{
  box-sizing: inherit;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  color: #fff;
  cursor: pointer;
  font-size:14px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 260px; 
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; 
  background-color: transparent;
  margin-top: 20px;
}

.button-contact{
  box-sizing: inherit;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  color: #fff;
  cursor: pointer;
  font-size:14px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; 
  background-color: #1296AF;
  margin-top: 20px;
}

.button-back{
  box-sizing: inherit;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  color: #fff;
  cursor: pointer;
  font-size:14px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; 
  background-color: #000000;
  margin-top: 20px;
}

.button-anim-1 {
  border: solid 1px #FFFFFF;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.button-anim-1:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
  background-color: #58AEF2;
}

.button-anim-contact {
  border: solid 1px #1296AF;
  box-shadow: inset 0 0 20px rgba(18, 150, 175, 0);
  outline: 1px solid;
  outline-color: rgba(18, 150, 175, .9);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.button-anim-contact:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(18, 150, 175, .9), 0 0 20px rgba(18, 150, 175, .5);
  outline-color: rgba(18, 150, 175, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
  background-color: #58AEF2;
}

.button-anim-back {
  border: solid 0px #1296AF;
  box-shadow: inset 0 0 20px rgba(18, 150, 175, 0);
  outline: 1px solid;
  outline-color: #000000;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.button-anim-back:hover {
  border: 0px solid;
  box-shadow: inset 0 0 20px rgba(18, 150, 175, .9), 0 0 20px rgba(18, 150, 175, .5);
  outline-color: rgba(18, 150, 175, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
  background-color: #58AEF2;
}
/* END CUSTOM BUTTON */

/* CUSTOM CHECKBOX */ 
/* Customize the label (the container) */
.checkbox-label {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  padding-left: 25px;
}

/* Hide the browser's default checkbox */
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #1296AF;
  border: solid 1px #FFFFFF;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
  /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
  background-color: #1296AF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark-contact {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  border: solid 1px #9F9F9F;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark-contact {
  /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark-contact {
  background-color: #FFFFFF;
}

.checkbox-label{
  color: #9F9F9F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-contact:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark-contact:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark-contact:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #1296AF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* END CUSTOM CHECKBOX */

/* TOOLTIP */
  .popper,
  .tooltip {
    position: absolute;
    z-index: 9999;
    background: #EAF7FF;
    color: black;
    border-radius: 25px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 10px;
    text-align: center;
    opacity: 1;
  }
  .style5 .tooltip {
    background: #1E252B;
    color: #FFFFFF;
    max-width: 200px;
    width: auto;
    font-size: .8rem;
    padding: .5em 1em;
  }
  .popper .popper__arrow,
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
  }

  .tooltip .tooltip-arrow,
  .popper .popper__arrow {
    border-color: #EAF7FF;
  }
  .style5 .tooltip .tooltip-arrow {
    border-color: #1E252B;
  }
  .popper[x-placement^="top"],
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px;
  }
  .popper[x-placement^="top"] .popper__arrow,
  .tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .popper[x-placement^="bottom"],
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px;
  }
  .tooltip[x-placement^="bottom"] .tooltip-arrow,
  .popper[x-placement^="bottom"] .popper__arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .tooltip[x-placement^="right"],
  .popper[x-placement^="right"] {
    margin-left: 5px;
  }
  .popper[x-placement^="right"] .popper__arrow,
  .tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  .popper[x-placement^="left"],
  .tooltip[x-placement^="left"] {
    margin-right: 5px;
  }
  .popper[x-placement^="left"] .popper__arrow,
  .tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }

  .tooltip-inner{
    background-color: #EAF7FF;
    color: #000;
    max-width: 400px;
  }

/* END TOOLTIP */

[data-notify="progressbar"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
}