a:focus, button:focus {
	outline: none !important;
}

.banner {
  background: linear-gradient(90deg, #1862ac , #1d488f);
  height: auto;
  padding: 50px 0px 50px 0px;
}

.banner-content {
  margin-top: 20px;
}

.banner-text-left {
  color: white;
  font-family: 'Nunito';
  font-size: 25px;
  letter-spacing: 2.5px;
  margin: 20px 0px 0px 20px;
  text-transform: uppercase;
}

.banner-text {
  margin: 0px 20px 40px 20px;
}

.banner-text h1{
  color: white;
  font-size: 45px;
  line-height: 50px;
}

.banner-text h3{
  color: white;
  font-size: 28px;
  line-height: 35px;
}

.btn {
  background-color: #00a23d;
  border: solid 2px #00a23d;
  border-radius: 50px;
  color: white;
  font-family: 'Nunito';
  font-size: 24px;
  font-weight: lighter;
  margin: 20px 0 20px 0;
  padding: 15px 30px;
}

.btn:hover {
  background-color: transparent;
  border: solid 2px #00a23d;
  border-radius: 50px;
  color: #00a23d;
  font-family: 'Nunito';
  font-size: 24px;
  font-weight: lighter;

  padding: 15px 30px;
  transition: 0.5s;
}

.caption {
  color: #00a23d;
  font-family: 'Nunito';
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}

/*placeholder styling*/
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder { color:#ddd; }
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder { color:#ddd; } /* firefox 19+ */
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder { color:#ddd; } /* ie */
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder { color:#ddd; }

/*Carousel*/
.carousel {
    border-left: 5px solid #01c2ed;
    height: 100%;
    padding-bottom: 25px;
}

.carousel-cell {
	width: 100%;
}

.center-text {
  text-align: center;
}

.center-text button {
  margin-top: 0px;
}

.center-image {
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: -80px;
}

.copyright {
  margin: 20px;
  text-transform: uppercase;
}

.disclaimer {

 font-family: 'Minion Pro';
 font-size: 18px;
 font-weight: lighter;
 line-height: 22px;
}

.form-group p {
  margin: 20px 0px;
}

.flickity-page-dots {
    text-align: left;
    margin-left: 20px;
    bottom: 0;
}

.flickity-page-dots .dot.is-selected {
    background-color: #034c90;
}

footer {
  background-color: #002b6a;
  color: white;
  font-family: 'Nunito';
  font-size: 14px;
}

footer a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

footer a:hover {
  color: #00a23d;
  text-transform: uppercase;
  text-decoration: none;
}

.grey-block {
  background-color: #fafafa;
  padding: 30px 20px 30px 20px ;
}

.white-block {
  padding: 30px 20px 30px 20px ;
}

h1, h2, h3, h4 {
  color: #034c90;
  font-family: 'Minion Pro';
  font-weight: lighter;
}

h1 {
  font-size: 45px;
  line-height: 50px;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 28px;
  line-height: 35px;
}

.intro {
  font-family: 'Nunito';
  font-size: 20px;
  font-weight: lighter;
  line-height: 32px;
}

p {
  color: #54575a;
  font-family: 'Nunito';
  font-size: 24px;
  font-weight: lighter;
  line-height: 32px;
}


ul {
color: #54575a;
font-family: 'Nunito';
font-size: 24px;
font-weight: lighter;
line-height: 32px;
list-style-image:url('../img/icon-checkmark.svg');
}

li {
  font-weight: lighter;
  line-height: 32px;
  margin: 1em 0;
}

/*styled checkbox*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  height: 22px;
  background: white;
  border: solid 1px #ddd;
}

.styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #ddd, 4px 0 0 #ddd, 4px -2px 0 #ddd, 4px -4px 0 #ddd, 4px -6px 0 #ddd, 4px -8px 0 #ddd;
          box-shadow: 2px 0 0 #ddd, 4px 0 0 #ddd, 4px -2px 0 #ddd, 4px -4px 0 #ddd, 4px -6px 0 #ddd, 4px -8px 0 #ddd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


/* MODAL */

.form-group label  {
  color: #828282;
  font-family: 'Nunito';
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
}

.form-group label {
	font-weight: bold;
}

.form-check label.form-check-label {
  font-family: 'Nunito';
	font-weight: normal;
	letter-spacing: 1px;
}

.form-check label.form-check-label span {
  font-size: 10px;
	color: #828282;
  text-transform: uppercase;
	position: relative;
	top: 3px;
}

.form-control {
  font-family: 'Nunito';
  font-size: 18px;
}

.form-group input {
  padding: 22px 15px;
}

.modal-content {
  width: 430px;
  margin: 0 auto;
}

.modal-content .close {
	opacity: 1;
}

.modal-content .close:hover {
	opacity: 0.4
}

.modal-body {
  padding: 30px 30px 0 30px;
}

.modal-header {
  background-color: #034c90;
  border-radius: 6px 6px 0 0;
	position: relative;
	top: -2px;
}

.modal-header button {
  padding: 8px;
}

.modal-title {
  color: #01c2ed;
  margin-left: 10px;
  padding: 5px;
}

.modal-footer {
	border: 0 none;
}


/* MODAL */


.right-column {
  color: #54575a;
  font-family: 'Nunito';
  font-size: 18px;
  font-weight: lighter;
  line-height: 24px;
  margin-top: 12px;
}

.sharp-note {
  font-family: 'Myriad Pro';
}

.testimonial-text {
  margin-left: 20px;
}

.title {
  color: #54575a;
  font-family: 'Nunito';
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
}

/*Footer Social*/

.social-links ul {
	margin: 0;
	padding: 0;
}

.social-links ul, .social-links li{
	list-style-type: none;
	list-style-image: none;
}

.social-links li {
    display: inline-block;
    padding-right: 15px;
}

.social-links  a {
    color: #0a456b;
	font-size: 14px;
}

.social-links li > a .fa-circle {
    color: #0a456b;
}

.social-links li > a:hover .fa-circle {
	color: #00a23d;
}

/*Mobile*/
@media screen and (max-width: 767px) {
	.banner-text h1 {
		font-size: 32px; line-height: 40px;
	 }

	.banner-text h3, h3 {
	   font-size: 22px;
	   line-height: 28px;
	 }

	.banner-text-left {
		font-size: 18px;
		line-height: 22px;
	}

	h2 {
	  font-size: 28px;
	  line-height: 32px;
	}

	.modal-content {
	  width: 360px;
	  margin: 0 auto;
	}

	p, ul, li {font-size: 20px;
	  line-height: 28px;}

}
