#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 9999;
}
.cnt223{
min-width: 300px;
width: 400px;
min-height: 150px;
	margin-top: 200px;
margin-left: auto;
	margin-right: auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 16px;
      font-family: 'Lato', sans-serif;

	font-weight :400;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}


.content-holder {width:100%; position: absolute; top:100vh; background-color: #fff; z-index: 2}

h1 {
   font-family: 'Cormorant Garamond', serif;
	font-weight :300;
    color: #003763;
    font-size:2.8em;
    line-height: 1.1em;
	margin-bottom:10px;

    }


h2 {
   font-family: 'Cormorant Garamond', serif;
	font-weight :300;
    color: #003763;
    font-size:1.9em;
    line-height: 1.1em;
	margin-bottom: 1em;
	  border-left: 1px solid  #003763;
	padding-left: 10px;


    }


h3 {

     font-family: 'Cormorant Garamond', serif;
	font-weight :300;
    color: #003763;
    font-size:1.9em;
    line-height: 1.1em;
	margin-bottom: 1em;
	 
	
	
    }
h4 {
    font-family: 'Lato', sans-serif;

	font-weight :400;
    color: #021d49;
    font-size:1.0em;
    line-height: 1.4em;
	margin-top: 10px;
	margin-bottom:10px;
	
    }

h5 {
      font-family: 'Lato', sans-serif;

	font-weight :400;
    color: #021d49;
    font-size:1.6em;
    line-height: 1.2em;
	margin-bottom:20px;
	
    }


p {   		font-family: 'Catamaran', sans-serif;
	font-weight: 400;
    color: #404040;
    font-size:1rem;
    line-height: 1.5em;
	margin-bottom:20px;
	letter-spacing: -0.2px;
	}

.borderleft {  border-left: 1px solid  #003763;padding-left: 10px; }
.fa-phone-alt{ color:#F1D282;}
.fa-envelope-open-text { color: #F1D282;}

.blue { color:#003763;margin-bottom: 0px; }

.gold { color:#008374;  }
.small { font-size: 12px;}
.white { color: white;}
.white a { color:#F1D282;}
.white a:hover { color:#F1D282;}
.pad {padding-top: 30px; padding-bottom: 30px;}
.tint {background-color: #fffaf7; }
.tintpadblue {background-color:#003763; padding: 20px; }
.tintpadblue p { margin-bottom: 0px; }



.tintpad {background-color: rgba(0, 131, 116,0.95); padding: 20px; }
.tintpad p { margin-bottom: 0px; }


.margintop { margin-top: 100px;}
.bold{  
	font-weight :700;  } 

.footer { 
	background-color: #003763;

}



.arrow{
margin:auto; /* Required */
 position:absolute; /* Required */
 bottom:0; /* Aligns at the bottom */
 left:0;right:0; /* Aligns horizontal center */
 max-height:100%; /* images bigger than 175 px  */
 max-width:100%;  /* will be shrinked to size */ 
height:80px;
width:0px;
	}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #058576 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
	z-index: 9999;
  
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
 
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;

}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */

}
.no-touch .cd-top:hover {
  background-color:  #F1D282;

}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;

  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


@media only screen and (max-width: 850px) {
	 .cd-top {
   display: none;
  }
	
}


#subscribe .form {
  width: 100%;
  margin: 8px 0 0 0; }

#subscribe .field-group {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

#subscribe .field-group input {
  float: left;
  width: 100%;
  height: 40px;
  background-color: #efefef;
  border: 1px solid #efefef;
  font-size: 16px;
   font-family: 'Lato', sans-serif;

	font-weight :400;
  color: #000;
  border-radius: 2px;
  padding: 0 17px; }

#subscribe .field-alpha {
  float: left;
  width: calc(50% - 15px); }

#subscribe .field-beta {
  float: right;
  width: calc(50% - 15px); }

#subscribe .actions {
  float: left;
  width: 100%;
  margin: 27px 0 0 0; }

#subscribe .actions input {
  width: 170px;
  height: 30px;
  background-color:#000000;
  border: 1px solid #000000;
  font-size: 16px;
   font-family: 'Lato', sans-serif;

	font-weight :400;
text-transform: uppercase;

  color: #fff;
  border-radius: 2px;
  padding: 2px 0 0 0;
  -webkit-transition: background-color 200ms linear 0ms, color 200ms linear 0ms, border 200ms linear 0ms;
  transition: background-color 200ms linear 0ms, color 200ms linear 0ms, border 200ms linear 0ms; }

.no-touch #subscribe .actions input:hover {
  background-color: #FC4349;
	  border: 1px solid #FC4349;
  color: #fff; }

.no-touch #subscribe .actions input:focus {
  background-color: #B9DCD2;
  color: #D08813;
  border: 1px solid #B9DCD2; }



