/* Basic Resets */
* {
	box-sizing: border-box;
}

html, body {
	margin:0;
	padding: 0;
	font-family: sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}

main a{
	color: #5088db;
	transition: all 0.3s ease;
}

main a:hover{
	color: #5088db;
	text-decoration:underline;
}

/*  Form Styles */
button:focus, input:focus{
	outline: none !important;
}

.form-control{
	font-size: 14px !important;
}

/* Paddings/Margins */
.zeroPm{
	padding: 0;
	margin: 0;
}

/* Backgrounds */
.bgImage{
	background-position:center;
	background-size:cover;
	color:#666;
	background-color:#ddd;
}

.bgWhite{
	background-color: #fff;
}

.bgGreyEb{
	background-color: #ebebeb;
}

.bgGreyF5{
	background-color: #f5f5f5;
}

.bgGreyF2{
	background-color: #f2f2f2;
}

.bgGreyD{
	background-color: #ddd;
}

.bgGrey3{
	background-color: #333;
}

/* Fonts */
.robo{
	font-family: 'Roboto', sans-serif;
}

.roboCon{
	font-family: 'Roboto Condensed', sans-serif;
}

.roboSlab{
	font-family: 'Roboto Slab', serif;
}

/* Font Weights */
.fw1{
	font-weight: 100 !important;
}

.fw3{
	font-weight: 300 !important;
}

.fw4{
	font-weight: 400 !important;
}

.fw5{
	font-weight: 500 !important;
}

.fw6{
	font-weight: 600 !important;
}

.fw7{
	font-weight: 700 !important;
}

.fw8{
	font-weight: 800 !important;
}

.fw9{
	font-weight: 900 !important;
}

/* Colors */
.red{
	color: red !important;
}

.blue{
	color: blue !important;
}

.yellow{
	color: yellow !important;
}

.white{
	color: white !important;
}

.black{
	color: black !important;
}

/* Text Decorations */
.underline{
	text-decoration: underline !important;
}

.bold{
	font-weight: bold !important;
}

.italic{
	font-style: italic !important;
}

.ibold{
	font-weight: bold !important;
	font-style: italic !important;
}

.uibold{
	font-weight: bold !important;
	font-style: italic !important;
	text-decoration: underline !important;
}

/* Font Sizes */
.fs10{
	font-size: 10px !important;
}

.fs11{
	font-size: 11px !important;
}

.fs12{
	font-size: 12px !important;
}

.fs13{
	font-size: 13px !important;
}

.fs14{
	font-size: 14px !important;
}

.fs15{
	font-size: 15px !important;
}

.fs16{
	font-size: 16px !important;
}

.fs18{
	font-size: 18px !important;
}

.fs20{
	font-size: 20px !important;
}

.fs22{
	font-size: 22px !important;
}

.fs24{
	font-size: 24px !important;
}

.fs26{
	font-size: 26px !important;
}

.fs28{
	font-size: 28px !important;
}

.fs30{
	font-size: 30px !important;
}

.fs32{
	font-size: 32px !important;
}

.fs34{
	font-size: 34px !important;
}

.fs36{
	font-size: 36px !important;
}

.fs52{
	font-size: 52px;
}

.fs72{
	font-size: 72px;
}

.fs100{
	font-size: 100px;
}

/* Borders/Border Radius */
.bGreyEb{
	border: 1px solid #ebebeb;
}

.bGreyD{
	border: 1px solid #ddd;
}

.bGrey3{
	border: 1px solid #333;
}

.br0{
	border-radius: 0px !important;
}

.br2{
	border-radius: 2px !important;
}

.br4{
	border-radius: 4px !important;
}

.br5{
	border-radius: 5px !important;
}

.br6{
	border-radius: 6px !important;
}

.br8{
	border-radius: 8px !important;
}

.br10{
	border-radius: 10px !important;
}

.br15{
	border-radius: 15px !important;
}

.br20{
	border-radius: 20px !important;
}

.br25{
	border-radius: 25px !important;
}

.greyCircle{
	border:5px solid #ccc;
	border-radius: 50%;
}

/* Center Image */
.imgCenter{
	margin: 0 auto;
}

/* Box/Text Shadows */
.bs5d{
	box-shadow: 0px 0px 5px #ddd;
}

.bs5c{
	box-shadow: 0px 0px 5px #ccc;
}

.ts0{
	text-shadow: 0px 0px 0px;
}

.tsBlack{
	text-shadow: 1px 1px 3px #333;
}

.tsWhite{
	text-shadow: 1px 1px 3px #fff;
}

/* Call to Action Button */
.ctaBtn{
	display: inline-block;
	margin: 0px;
	padding: 10px 25px 10px 25px;
	font-weight: 600;
	font-size: 16px;
	border-radius: 4px;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
	cursor: pointer;
	border: none;
	background-color: #ff8c00;
	color: #fff;
}

.ctaBtn:hover{
	text-decoration: none;
	background-color:#FFA500;
	color: #fff !important;
}

.ctaBtnTrans{
	background-color: transparent;
	color: #ff8c00;
	font-weight:300;
	padding: 10px 20px;
	font-size: 15px;
	border-radius: 0px;
	border: 2px solid #fff;
}

.ctaBtnTrans:hover{
	color: #ff8c00;
	background-color: #fff;
	text-decoration: none;
}

/* Back to Top */
.backToTop {
	position:fixed;
	bottom:0;
	right:0;
	z-index: 10000;
}

.backToTopBtn{
	font-weight: 600;
	font-size: 16px;
	border-radius: 0px;
	letter-spacing: 1px;
	background-color: #000 !important;
	color: #fff !important;
	display: inline-block;
	margin: 0px;
	padding: 10px 25px 10px 25px;
}

.backToTopBtn:hover{
	text-decoration: none !important;
}

/* Overlays */
.overlayWhite{
	height:100%;
	width:100%;
	background:rgba(255,255,255, 0.25);
	position:relative;
}

.overlayBlack{
	height:100%;
	width:100%;
	background:rgba(0,0,0, 0.25);
	position:relative;
}

/* Line Heights */
.lh1{
	line-height: 1.5em;
}

.lh2{
	line-height: 1.25em;
}

.lh3{
	line-height: 1.35em;
}

.lh4{
	line-height: 1.45em;
}

.lh5{
	line-height: 1.5em;
}

/* Quotes */
.quoteBlue{
	position: relative;
	background-color: #0071c1;
	border-radius: 15px;
	color: #fff;
}

.quoteBlue:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 35px solid transparent;
	border-top-color: #0071c1;
	border-bottom: 0;
	border-left: 0;
	margin-left: 0px;
	margin-bottom: -20px;
}

/* Bubbles */
.bubbleTop{
	text-align: center;
	z-index: 10;
	position:relative;
}

.bubbleTop img{
	margin: 0 auto;
	display: inline-block;
	border: 5px solid #ddd;
	border-radius: 50%;
	transition: all 0.3s ease;
	width: 150px;
}

.bubbleTopBody{
	margin-top: -75px;
	z-index: 5;
	position:relative;
	border-radius: 15px;
	text-align: center;
	background-color: #f2f2f2;
	color: #000;
	transition: all 0.3s ease;
}


/* Media Query for large screen (lg) */
@media (max-width: 1200px) {

}


/* Media Query for medium screen (md) */
@media (max-width: 992px) {

}


/* Media Query for extra small screen (xs) */
@media (max-width: 767px) {

}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.xs-none{
		display: none !important;
	}
	
	.xs-d-inline{
		display: inline !important;
	}
	
	.xs-d-inline-block{
		display: inline-block !important;
	}
	
	.xs-d-block{
		display: block !important;
	}
}