@charset "utf-8";
/* CSS Document */



/*-----------------------------------------*/



body { font-family: 'Montserrat', sans-serif;
	}

.icon-20 {width:20px;}
.icon-40 {width:40px;}
.icon-80 {width:80px;}

.text-16 {font-size:16px;}
.logo-100 {width:250px; 
}

.logo-position{display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;-webkit-justify-content: center!important;-ms-flex-pack: center;
	justify-content: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center!important;
	max-height:200px;}

/* SLIDE OUT*/

#slideout {
  position: fixed;
  top: 550px;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
	visibility: visible;
	z-index: 100;
}
#slideout_inner {
  position: fixed;
  top: 40px;
 /* left: -250px;*/
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout:hover {
  /*left: 250px;*/
}
#slideout:hover #slideout_inner {
 /* left: 0;*/
}

#slideout img {
  width: 150px!important;
}
/* SLIDE OUT*/


.tiny {font-size:9px;
line-height: 15px;}


.thin-text { font-weight:100;}

.carousel-caption {
  position: absolute;
  right: 10%;
  top: 15%;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;

  text-align: left;
}


.carousel-caption h3 {
	font-size: 2.6em;
	margin-top: 20px;
	line-height: 1.1em;
	font-weight: 600;
	
	  
	
}

.carousel-caption h4 {
	font-size: 2em;
	margin-top: 20px;
	
	font-weight: 100;
}

.carousel-caption h5 {

	margin-top: 20px;
	line-height: 1.4em;
	font-weight: 400;
	padding-bottom: 20px;
	
	  
	
}

.carousel-caption p {
	font-size: 1em;
	background-color: #ffbcbd;
	padding: 6px;
	
	
}


.carousel-caption a {
text-decoration: none;
	
	
}



.carousel-caption btn {
	font-size: 1.1em;
	background-color: #73c9e9e;
	padding: 6px 25px;;
	margin-top: 20px;
	color: #fff;
	
	
}

blockquote {
  font-size: 1.3em;
}

.padding--15 {
	margin-left:-15px; 
	margin-right:-15px;}

/*BOX HOVER*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: right;
  overflow:hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0, 171, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
	vertical-align: middle;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #73c9e9;
	font-weight:bold;
  text-align: center;
  position: relative;
  font-size: 11px;
	line-height: 15px;
  padding: 8px;
  background: rgba(255, 188, 189, 0.8);
  -webkit-transform: translateY(145px);
  -ms-transform: translateY(145px);
  transform: translateY(145px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #fff;
	line-height: 13px;
	font-size: 10px;
  border: 1px solid #ffbcbd;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 52px 0 0 0;
  padding: 12px 10px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 2px #ffbcbd;
}

/*END BOX HOVER*/



.imagefill {
  widows: 300px;
  height: 300px;
  overflow: hidden;
	
}

.imagefill img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}



.purple-button {background-color: #862182;
color: #fff;
font-size: 1em;
	padding: 6px 25px;
	margin-top: 20px;
}

.yellow-button {background-color: #862182;
color: #fff;
font-size: 1em;
	padding: 6px 25px;
	margin-top: 20px;
}

.coral-button {background-color: #fb637e;
color: #fff;
font-size: 1em;
	padding: 6px 25px;
	margin-top: 20px;
}

.pink-button  {
	font-size: 1em;
	background-color: #dd74a1;
	padding: 6px 25px;;
	margin-top: 20px;
	color: #fff;
	
	
}
.midline {
	width: 60px;
	border-top: 1px solid #73c9e9;
}
.pink-text  {
	color: #dd74a1;
}

.yellow-text  {
	color: #862182;
}.purple-text  {
	color: #862182;
}

.pink-border  {
	border: 1px solid #dd74a1;
}.pink-border-bottom  {
	border-bottom: 1px solid #dd74a1;
}
.cw-blue-border  {
	border: 1px solid #73c9e9;
}

ul li {color: #434343;font-size: 14px;
padding-bottom: 5px;}

.brint-banner-text-up {margin-top:-0px;}

.titles-grey {color:#434343;}



h2 { line-height:45px; color: #434343;}
h3 { line-height:30px;  color: #434343;
font-size:30px;}
h4 { line-height:30px;  color: #434343;}
h5 { line-height:35px;  color: #434343;}

.big-title-h1 {
  font-size: 3rem;
	line-height: 90%;
}
.line-spaces { line-height: 90px;}

#yourElement {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
.st-highlight {
  color: #73c9e9;
}
.navbar-default {
  background-color: #73c9e9;
  border-width: 0;
  margin-bottom: 0 !important;
  height: 102px;
  -webkit-transition: background-color 0.3s, height 0.3s;
          transition: background-color 0.3s, height 0.3s;
}
.st-navbar-mini .navbar-default {
  background-color: rgba(182, 217, 212, 0.85);
  height: 90px;
}
.st-navbar-mini .navbar-default .navbar-brand {
  padding: 15px 15px;
}
.st-navbar-mini .navbar-default .navbar-brand img {
  height: 60px;
}
.st-navbar-mini .navbar-default .navbar-nav > li.active > a,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:hover,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:focus,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:active {
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar-brand {
  height: auto;
  padding: 7px 15px;
  -webkit-transition: padding 0.3s;
          transition: padding 0.3s;
}
.navbar-brand img {
	height: 80px;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}
.navbar-nav > li > a {
   font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s, padding 0.3s;
          transition: color 0.3s, background-color 0.3s, padding 0.3s;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  color: #73c9e9;
  outline-width: 0;
}
.navbar-nav > li.active > a,
.navbar-nav > li.active a:hover,
.navbar-nav > li.active a:focus,
.navbar-nav > li.active a:active {
  color: #73c9e9;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-default .navbar-nav > li.active a:active {
  color: #73c9e9;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #444;
}


.footer h4 {font-size:14px; color: #f8b6ba; font-weight: 200; }

.footer p {
	font-size: 12px;
	color: #434343;
}
footer a { font-size:10px;}

.footer a {color: #73c9e9;
}
.footer a:hover {color: #862182;
}


.hex-bg {background-image: url("../images/hex-bg.jpg");
background-repeat:repeat;}

.hex3-bg {background-image: url("../images/3hex-bg.png");
background-repeat:no-repeat;
background-position: bottom left;}
.hex-half-bg {background-image: url("../images/white-hex-bg.png");
background-repeat:no-repeat;
background-position: top left;
z-index: 500;
	
}

.blue-hex-line-single {
	 background: url("../images/hex-half-bg.png") repeat-xtop left, url("../images/hex-line-bg.png")  no-repeat bottom right, #73c9e9;
}



.purple-2hex { background: url("../images/2-hex-purple.png") no-repeat 0% 20%, url("../images/2-hex-purple-small.png")  no-repeat  100% 60%, #541552;
	
}



.footer-2hex { background: url("../images/2-hex-purple.png") no-repeat 0% 20%, url("../images/2-hex-purple-small.png")  no-repeat  100% 60%, #ffffff;
	
}



.white-hex-bg-opacity {background-image: url("../images/white-hex-bg-opacity.png");
background-repeat:no-repeat;
background-position: top right;}

.white-hex-bg {background-image: url("../images/white-hex-bg.png");
background-repeat:no-repeat;
background-position: top right;}

.yellow-hex-bg {background-image: url("../images/hex-half-bg.png");
background-repeat:no-repeat;
background-position: top left;}


.hex-line-bg {background-image: url("../images/hex-line-bg.png");
background-repeat:no-repeat;
background-position: bottom right;}

.coral-hex-bg {background-image: url("../images/hex-blue-bg.jpg");
background-repeat:no-repeat;
background-position: top left;}


.coral-hex-bg2 {background-image: url("../images/hex-blue-bg.jpg");
background-repeat:repeat;
background-position: top left;}

.hex-repeat-bg {background-image: url("../images/hex--repeat-bg.jpg");

background-repeat:repeat;}



.footer-bg {background-image: url(../images/footer-bg.jpg);
background-repeat:repeat;}

.grey-text-666 {color: #666; }
.grey-text-666 a {color: #666;}
.grey-text-666 a:hover{color: #666;}
.grey-text-666 a:visited{color: #666;}


.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mt-50{margin-top:50px}
.mt-60{margin-top:60px}
.mt-70{margin-top:70px}
.mt-80{margin-top:80px}
.mt-90{margin-top:90px}
.mt-100{margin-top:100px}

.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-70{margin-bottom:70px}
.mb-80{margin-bottom:80px}
.mb-90{margin-bottom:90px}
.mb-100{margin-bottom:100px}





p {font-size: 14px;
	color: #434343; 
	line-height: 25px;}

.tel-text {font-size: 30px; font-weight: 100; color:#fff; line-height: 52px;}
.tel-text a { color:#fff; }

.border-right-white {border-right: thin solid #fff;}

.bullets li { color: #666;  background: url(../images/list.png) left center no-repeat; line-height: 25px; padding-bottom:20px;  }


.cw-blue-bg {	background-color: #73c9e9;}
.cw-blue-border { border: #73c9e9 thin solid;}
.cw-blue-border-medium { border: #73c9e9 thick solid;}

.cw-blue-text { color: #73c9e9;}
.cw-blue-text a { color: #73c9e9;}
.cw-blue-text a:hover{ color: #862182;}


.black-text { color: #000;}
.black-text a { color: #000;}
.black-text a:hover{ color: #000;}


.light-grey-bg {	background-color: #ccc;}
.light-grey-border { border: #ccc thin solid;}
.light-grey-border-medium { border: #ccc medium solid;}
.black-border-medium { border: #000 medium solid;}
.white-border-medium { border: #fff medium solid;}
.light-grey-text { color: #ccc;}

.white-border-medium { border: #fff medium solid;}
.green-border-medium { border: #73c9e9 medium solid;}

.green-text {color: #73c9e9;}

.cw-blue-button {  background-color: #73c9e9;
	color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0px;
  padding: 8px 30px;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
          transition: color 0.3s, background-color 0.3s, border-color 0.3s;}

.cw-blue-button a {color: #fff;}
.cw-blue-button a:hover {color: #73c9e9; background-color: #fff;}
.cw-blue-button a:visited {color: #fff;}



.icontext { line-height: 17px; 
padding-top: 10px;
padding-bottom: 10px;}


.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.white-bg {	background-color: #ffffff;}
.blue-bg {	background-color: #73c9e9;}
.pink-bg {	background-color: #dd74a1;}
.yellow-bg {	background-color: #862182;}
.orange-bg {	background-color: #F0800E;}
.purple-bg {	background-color: #dd74a1;}
.coral-bg {	background-color: #73c9e9;}
.purple-bg-dark {	background-color: #862182;}



.rounded-nicci {
  border-top-left-radius: 0.99rem !important;
  border-bottom-right-radius: 0.99rem !important;
}

.large-text-home { font-size: 6em; font-weight: 700;
line-height: 1em;}

.padding-10 { padding:10px;}
.padding-20 { padding:20px;}
.padding-30 { padding:30px;}
.padding-40 { padding:40px;}
.padding-50 { padding:50px;}

.padding-left-10 { padding-left:10px;}
.padding-left-20 { padding-left:20px;}
.padding-left-30 { padding-left:30px;}
.padding-left-40 { padding-left:40px;}
.padding-left-50 { padding-left:50px;}


.padding-top-5 { padding-top:5px;}
.padding-top-10 { padding-top:10px;}
.padding-top-20 { padding-top:20px;}
.padding-top-30 { padding-top:30px;}
.padding-top-40 { padding-top:40px;}
.padding-top-50 { padding-top:50px;}
.padding-top-60 { padding-top:60px;}
.padding-top-70 { padding-top:70px;}
.padding-top-80 { padding-top:80px;}


.padding-bottom-10 { padding-bottom:10px;}
.padding-bottom-20 { padding-bottom:20px;}
.padding-bottom-30 { padding-bottom:30px;}
.padding-bottom-40 { padding-bottom:40px;}
.padding-bottom-50 { padding-bottom:50px;}
.padding-bottom-60 { padding-bottom:60px;}
.padding-bottom-70 { padding-bottom:70px;}
.padding-bottom-80 { padding-bottom:80px;}

.padding-left-right-40 { padding-left:40px;
padding-right:40px;}



.btn-white {
  color: #fff;
  background-color:transparent;
  border-color: #fff;
}





.white-background { background-color:#fff;}
.black-background { background-color:#000;}
.cw-blue-background { background-color:#73c9e9;}
.cw-blue-background-light { background-color:#A4E6E3;}



.white-text { color:#fff;}


.footer-notes { color:#D0CBCB; font-size:12px;}
.footer-notes a { color:#D0CBCB; font-size:12px;}
.footer-notes a:hover { color:#000; font-size:12px;}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button-box { padding:10px;
	border: thin solid #fff;
	color: white;
	font-size: 16px;
	margin-top: 15px;
}


.button-box-grey { padding:10px;
	border: thin solid #77BAC7;
	background-color:#C5C2C2;
	color: #444444;
	font-size: 16px;
	margin-top: 15px;
}



.dark-text { color:#333333;}
.dark-text a { color:#333333;}
.dark-text a:hover{ color:#77BAC7;}



.multi-quotes {
 
  background-image: url("../images/quotes-white.png");
  background-repeat:  no-repeat;
  
  background-position: top left;
     
}
.multi-quotes2 {
 
  background-image:url("../images/quotes-cw-blue.png")
     ;
  background-repeat: 
      no-repeat;
  
  background-position:  top left;
     
}

.icon-bn {
 
  background-image: url(../images/icon-bn-small.png);
  background-repeat:  no-repeat;
  
  background-position: top right;
     
}
.icon-bs {
 
  background-image: url(../images/icon-bs-small.png);
  background-repeat:  no-repeat;
  
  background-position: top right;
     
}

.icon-cr {
 
  background-image: url(../images/icon-cr-small.png);
  background-repeat:  no-repeat;
  
  background-position: top right;
     
}

.icon-ip {
 
  background-image: url(../images/icon-ip-small.png);
  background-repeat:  no-repeat;
  
  background-position: top right;
     
}


.icon-pe {
 
  background-image: url(../images/icon-pe-sm.png);
  background-repeat:  no-repeat;
  
  background-position: top right;
     
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	


}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {


.tel-text {font-size: 35px; font-weight: 100; color:#fff; line-height: 39px;}
	
	
.multi-quotes {
 
  background-image: url("../images/quotes-white-tiny.png");
  background-repeat:  no-repeat;
  
  background-position: top left;
	
     
}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	
	

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {


	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}

/* iPad 3 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio : 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-resolution: 192dpi) { 


}



/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	.tel-text {font-size: 50px; font-weight: 100; color:#fff; line-height: 52px;}
	
	
	
.multi-quotes {
 
  background-image: url("../images/quotes-white.png");
  background-repeat:  no-repeat;
  
  background-position: top left;
	
     
}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
}

/* Retina displays ----------- */
@media  only screen 
and (-webkit-min-device-pixel-ratio : 2), 
only screen 
and (min-resolution: 192dpi) {

}
