img { max-width:100%; height:auto; }
 

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Default Styles
2.0 Head Styles
3.0 Main Content
4.0 Footer
5.0 BS Overides
6.0 Navscroll
7.0 Slick Overides
8.0 Magic Placeholder
9.0 Responsive Captcha
10.0 Sticky Nav
11.0 Media Queries
--------------------------------------------------------------*/


body 
{
	font-family: 'Muli', sans-serif;
	font-size:16px;
}
p
{
	font-family: 'Muli', sans-serif;
	font-size:16px;
}
p.small{font-size:14px;}

h1
{
	margin:0;
	font-family: 'Muli', sans-serif;
	font-weight:700;
	font-size:48px;
}

h2
{
	margin:0;
	font-family: 'Muli', sans-serif;
	font-weight:700;
	font-size:24px;
}
h2.large
{
	font-size:48px;
}
h3
{
	margin:0;
	font-family: 'Muli', sans-serif;
	font-weight:700;
	font-size:24px;
}
h3.large
{
	font-size:48px;
}
h4
{
	margin:0;
	font-family: 'Muli', sans-serif;
	font-weight:700;
	font-size:18px;
}
h4.small{font-size:16px;}
h5
{
	margin:0;
	font-family: 'Muli', sans-serif;
	font-weight:700;
	font-size:16px;
	
}
.uppercase{text-transform:uppercase;}

a
{
	color:inherit;
}
a:hover, a:focus
{
	color:inherit;
}
.fix-body
{
	position: fixed;
	width:100%;
}

/*--------------------------------------------------------------
1.0 Default Styles
--------------------------------------------------------------*/

.flex-center-container
{
    width:100%;
    height:0;
    padding-bottom:100%;
    position:relative;
}
.flex-center {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-inline-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
}

.block-link.flex-default, .flex-default{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.block-link.flex-col, .flex-col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 	-ms-flex-direction:column;
 	flex-direction:column;
}
.flex-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 	-ms-flex-direction:row;
 	flex-direction:row;
}
.flex-in{
	-ms-flex: 1;  
	-webkit-box-flex: 1;  
	flex: 1;
}
/*
possible ie fix
.flex-in {
    -ms-flex: 1;
    -webkit-box-flex: 1 0 auto;
    flex: 1 0 auto;
}*/
.flex-wrap{
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.margin-top-auto{
	margin-top:auto;
}

.flex-justify{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-justify-between{
	-webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.center-h {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.social-icon{
	display:inline-block;
	margin-right:10px;
	position:relative;
}
.social-icon:before{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	content: '';
    background-color: #fff100;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	border-radius:50%;
}
.social-icon:last-child{
	margin-right:0;
}
.social-icon img{
	height:55px;
	position:relative;
	z-index:2;
}
.social-icon:hover:before, .social-icon:hover:after{
	background-color: #ffffff;
}

.social-icon:last-child		{margin-right:0;}
.social-icon.facebook 		{background-color:#3a5897;}
.social-icon.facebook img	{height:30px;}
.social-icon.twitter 		{background-color:#54aced;}
.social-icon.twitter img	{height:20px;}
.social-icon.google 		{background-color:#dc4e41;}
.social-icon.google img		{height:20px;}



textarea{ resize:vertical;}
.btn.custom
{
	padding: 11px 15px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	font-size:16px;
	font-weight:900;
	background-color: transparent;
	border:3px solid #009cea;
	border-radius:5px;
	color:#009cea;
	text-transform:uppercase;
}
.btn.custom:hover, .btn.custom:focus
{
	background-color:#009cea;
	border:3px solid #009cea;
	color:#ffffff;
}
.btn.custom.alt
{
	background-color:#ffffff;
	border:3px solid #ec0000;
	color:#ec0000;
}
.btn.custom.alt:hover, .btn.custom.alt:focus
{	
	background-color:#ec0000;
	border:3px solid #ec0000;
	color:#ffffff;
}
.btn.custom.white
{	
	background-color: transparent;
	border:3px solid #ffffff;
	color:#ffffff;
}
.btn.custom.white:hover, .btn.custom.white:focus
{	
	background-color:#ffffff;
	border:3px solid #ffffff;
	color:#009cea;
}
.btn.custom.small {
    padding: 8px 15px;
    font-size: 14px;
}
.default-bg-image
{
	width:100%;
	height:0;
	padding-bottom:100%;
	position:relative;
	background-position: center;
	background-repeat:no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.default-bg-image.hero
{
	padding-bottom:25%;
}
.default-bg-image.hero.standard
{
	padding-bottom:15%;
}
.default-bg-image.landscape
{
	padding-bottom:60%;
}
.default-bg-image.hero:after
{
	content:'';
	width:100%;
	height:80%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
}
.default-bg-image.hero h2
{
	font-size:48px;
	font-weight:700;
	color:#ffffff;
}
.default-bg-image.hero h1
{
	font-size:48px;
	font-weight:900;
	color:#ffffff;
}
.bg-image{
	width:100%;
	height:auto;
	position:relative;
	background-position: center;
	background-repeat:no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.img-mask{
	height:0;
	padding-top:50%;
	overflow:hidden;
	position:relative;
}
.img-mask img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.padding-remove{padding:0;}
.margin-remove{margin:0;}

.margin-top-xlarge{margin-top:80px;}
.margin-top-large{margin-top:60px;}
.margin-top-medium{margin-top:40px;}
.margin-top-small{margin-top:20px;}
.margin-top-xsmall{margin-bottom:10px;}
.margin-bottom-xsmall{margin-bottom:10px;}
.margin-bottom-small{margin-bottom:20px;}
.margin-bottom-medium{margin-bottom:40px;}
.margin-bottom-large{margin-bottom:60px;}
.margin-bottom-xlarge{margin-bottom:80px;}
.padding-bottom-xlarge{padding-bottom:80px;}
.padding-bottom-large{padding-bottom:60px;}
.padding-bottom-medium{padding-bottom:40px;}
.padding-bottom-small{padding-bottom:20px;}
.padding-top-xlarge{padding-top:80px;}
.padding-top-large{padding-top:60px;}
.padding-top-medium{padding-top:40px;}
.padding-top-small{padding-top:20px;}

.padding-xsmall{padding:10px;}
.padding-small{padding:20px;}
.padding-medium{padding:40px;}
.padding-large{padding:60px;}

.margin-right-small{
	margin-right:15px;
}
.container-fluid.padding-large{
	padding:0 60px;
}	

.blue{color:#009cea;}
.bg-blue{background-color:#009cea; color:#ffffff;}
.bg-blue p{color:#ffffff;}
.red{color:#ec0000;}
.bg-red{background-color:#ec0000;}
.yellow{color:#fff100;}
.bg-yellow{background-color:#fff100;}
.grey{color:#3b3b3b;}
.bg-grey{background-color:#3b3b3b;}
.light-grey{color:#f2f0f0;}
.bg-light-grey{background-color:#f2f0f0;}
.white{color:#ffffff;}
.bg-white{background-color:#ffffff;}

.border-red{border:3px solid #ec0000;}
.border-bottom-blue{
	border-bottom:3px solid #009cea;
}
.border-light-grey{border:5px solid #f2f0f0;}
.spacer{
	width:30px;
	display:inline-block;
}
hr {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 160px;
    border-top: 3px solid #3b3b3b;
}
hr.blue {
    border-top: 3px solid #009cea;
}
hr.white {
    border-top: 3px solid #ffffff;
}
hr.left{
	margin-left:0;
}
hr.large{
	width:70%;
}
hr.medium{
	width:50%;
}
hr.small{
	width:30%;
}
.block-link{
	display:block;
}
.block-link:hover, .block-link:focus{
	text-decoration:none;
}
/*default styles end*/

/*--------------------------------------------------------------
2.0 Head Styles
--------------------------------------------------------------*/
.buttons
{
	display:none;
	width:100%;
	margin:0;
	background-color: #009cea;
	position:relative;
	z-index:21;
	text-align:left;
}

.buttons button
{
	margin:0;
	background-color: transparent;
}
.buttons button:hover
{
	background-color: #0a7db7;
}
nav.menu
{
	background-color: #f2f0f0;
	overflow:scroll;
}
nav.menu ul {
    padding: 60px 0 0 0;
	width:100%;
}
nav.menu ul .dropdown-menu
{
	width:100%;
	border-radius:0;
	padding:0;
}
nav.menu ul .dropdown-menu a
{
	color:#000000;
}
nav.slide-menu-left button.close-menu
{
	width:100%;
	background-color:#6a0f0f;
	font-size:22px;
	margin:0;
}
nav.slide-menu-left li
{
	border:none;
}
nav.slide-menu-left a
{
	font-size: 16px;
	padding: 10px 5px;
	letter-spacing:2px;
	text-transform: uppercase;
	color: #3b3b3b;
	font-weight: 700;
}
nav.slide-menu-left a:hover, nav.slide-menu-left a:focus
{
	text-decoration:none;
	background-color: #009cea;
	color: #ffffff;
}


#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
nav.slide-menu-left, nav.push-menu-left {
    left: -100%;
	width: 100%;
}
.hero .default-bg-image.hero .flex-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
	z-index:1;
}
.mobile-logo{
	position: absolute;
    top: 10px;
    left: 90px;
}
/* head styles end */

/*--------------------------------------------------------------
3.0 Main Content
--------------------------------------------------------------*/
.block-link.flex-default .default-bg-image{
	width:130px;
	height:130px;
	padding-bottom:0;
	flex-shrink:0;
}
.block-link.flex-default span.blue:hover, .block-link.flex-default span.blue:focus, .block-link.flex-default a.blue:hover, .block-link.flex-default a.blue:focus{
	text-decoration: underline;
	color: #009cea;
}
.blue-overlay.bg-image {
    background-position: center right;
}
	
.blue-overlay:before{
	content:'';
	width: 100%;
    height: 100%;
    background-color: rgba(0,156,234,0.9);
    position: absolute;
    left: 0;
    display: block;
	
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}
.left-nav{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	color:#009cea;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	padding:6px 0;
}
.left-nav:hover, .left-nav:focus{
	text-decoration: none; 
}
.downloads .flex-default img{
	margin-right:15px;
	height:60px;
}
.downloads a.block-link{
	color:#009cea;
}
.team .default-bg-image .bg-image-hover{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	opacity:0;
}
.team .default-bg-image:hover .bg-image-hover{
	opacity:1;
	cursor:pointer;
}
.team .default-bg-image :hover{
	cursor:pointer;
}
/* main content end */

/*--------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/

/* footer end */

/*--------------------------------------------------------------
5.0 BS Overides
--------------------------------------------------------------*/

.form-control
{
	height:auto;
	padding:13px;
	border-radius:0;
	border:2px solid #f2f0f0;
}
.magic-placeholder .form-group{
	margin-bottom:0;
}
.captchaContainer input
{
	width:100%;
	height:auto;
	padding:13px;
	border-radius:0;
	border:none;
	margin-bottom:20px;
	background-color:#f1f1f1;
}

.img-responsive
{
	display:inline;
}
.navbar-nav>li>a{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	color:#5f5f5f;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	padding:17px 15px 30px;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus{
	color:#009cea;
	background-color:transparent;
}
.navbar-nav>li>a:after{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	content:'';
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-bottom:0 solid #009cea;
	position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;

}
.navbar-nav>li>a:hover:after, .nav .open>a:after, .nav .open>a:focus:after, .nav .open>a:hover:after{
	border-bottom:20px solid #009cea;
}
.stuck .navbar-nav>li>a:hover:after, .stuck .nav .open>a:after, .stuck .nav .open>a:focus:after, .stuck .nav .open>a:hover:after {
    border-bottom: 10px solid #009cea;
}
.navbar-nav>li:last-child a{
	padding-right:0;
}
.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: none;
    float: right;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 8px 12px rgba(0,0,0,.175);
    box-shadow: 0 8px 12px rgba(0,0,0,.175);
	border-top: 3px solid #009cea;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
	color:#009cea;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color:#009cea;
	color: #ffffff;
}
/* BS overrides end */


/*--------------------------------------------------------------
6.0 Navscroll
--------------------------------------------------------------*/
.navScroll
{
	display:none;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:1000;
	background-color:rgba(200, 200, 200, 0.7);
	padding:20px 10px;
	border-radius:0;
}
.navScroll img{height:30px;}
.navScroll a
{
	text-decoration:none;
}
.navScroll:hover
{
	background-color:rgba(200, 200, 200, 1);
}
/* navScroll end */

/*--------------------------------------------------------------
7.0 Slick Overides
--------------------------------------------------------------*/
.slick-next:before, .slick-prev:before {
	content: "";
	height:90px;
  	width:60px;
  	display:inline-block;
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	
}
.slick-prev:before {
  background-image:url('/images/chevron-left.svg');
}
.slick-next:before {
  background-image:url('/images/chevron-right.svg');  
}

.slick-prev, .slick-next
{
	height:90px;
  	width:60px;
	margin-top:-45px;
}

.slick-prev {
  left: 40px;
}
.slick-next {
  right: 40px;
}
.slick-container.square .slick-prev, .slick-container.square .slick-next {
    height: 80px;
    width: 80px;
    margin-top: -40px;
	
}
.slick-container.square .slick-next:before, .slick-container.square .slick-prev:before{
	height: 80px;
    width: 80px;
	background-size: 40%;
	background-color:#009cea;
}
.slick-container.square .slick-prev {
  left: 0;
}
.slick-container.square .slick-next {
  right: 0;
}
.slick-container{
	margin:0;
}
.slick-dots{
	bottom:0;
	position: relative;
    margin: 0;
    margin-top: 50px;
}
.slick-dots li {
    width: 30px;
    height: 30px;
}
.slick-dots li button:before{content:'';}
.slick-dots li button {
	border: none;
	border-radius:50%;
	width: 30px;
    height: 30px;
	background-color: #ffffff;
}
.slick-dots li.slick-active button {
	border: 7px solid #ffffff;
    border-radius: 50%;
    background-color: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    border: 7px solid #ffffff;
    background-color: transparent;
}
.slick-container.testimonials:before, .slick-container.testimonials:after{
	content:'';
	width:20px;
	height:20px;
	position: absolute;
	top:-10px;
	background-size: contain;
	background-repeat:no-repeat;
}
.slick-container.testimonials:before{
    left: 0;
	background-image:url('/images/quote-left.svg');
}
.slick-container.testimonials:after{
	right: 0;
	background-image:url('/images/quote-right.svg');
}
.slick-container.testimonials {
    padding-left: 45px;
    padding-right: 45px;
}
/* Slick Overides End */

/*--------------------------------------------------------------
8.0 Magic Placeholder
----------------------------------------------------------------*/
.magic-placeholder .form-group span.placeholder{
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	color: #3b3b3b;
	font-style: italic;
	font-size: 14px;
	position: absolute;
	top: 0;
	line-height: 46px;
    padding-left: 18px;
    pointer-events: none;
    left: 0;
    z-index: 2;
}
.magic-placeholder .form-group span.placeholder.active{
	font-size: 10px;
	line-height:20px;
}


/*--------------------------------------------------------------
9.0 Responsive Captcha
--------------------------------------------------------------*/

.g-recaptcha{
	position: relative;
    top: -10px;
	overflow:hidden;
}
.g-recaptcha iframe:hover{
	cursor:pointer;
}
.g-recaptcha iframe{
	border: 1px solid #d3d3d3;
}
.recaptcha-container{
	overflow:hidden; height:52px;
	position: relative;
}
.g-overlay{
	position:absolute;
	left:0;
	display:block;
	width:100%;
	height:52px;
	top:0;
	pointer-events: none;
}
.g-overlay-in{
	left:0;
	display:block;
	width:100%;
	overflow:hidden;
	border: 1px solid #d3d3d3;
	height:52px;
	top:0;
	position:relative;
	pointer-events: none;
}
.g-overlay-in:after{
	content:"I'm not a robot";
	background-color:#f9f9f9;
	width:100%;
	height:100%;
	position:absolute;
	left:45px;
	pointer-events: none;
	line-height: 48px;
    color: #555;
    font-size: 14px;
	padding-left:10px;
}
/* responsive captcha end */

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset{
	background-color:#009cea;
}

/*--------------------------------------------------------------
10.0 Sticky Nav
--------------------------------------------------------------*/

.stuck{
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: #ffffff;
	left: 0;
	top: -50px;
	margin: 0;
	animation-name: stick-animation;
    animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
	border-bottom: 3px solid #009cea;
}
@keyframes stick-animation {
    from {top: -50px;}
    to {top: 0;}
}
.stuck .navbar-nav>li>a{
	font-size:15px;
	padding:10px 15px 8px;
	line-height:30px;
}
.stuck .navbar-nav>li>a:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0 solid #009cea;
    margin-left: -10px;
}
.stuck .navbar-nav>li>a:hover:after {
    border-bottom: 10px solid #009cea;
}
.stuck .navbar-nav>li>.dropdown-menu {
    margin-top: 2px;
}
.stuck nav, .stuck .navbar-nav {
    float: none;
	text-align:center;
}
.stuck .navbar-nav {
    display:inline-block;
	vertical-align: bottom;
}
.navbar-nav>li.sticky-logo, nav>ul>li.sticky-logo{
	display:none;
}
.navbar-nav>li.sticky-logo img{
	height:30px;
}
.navbar-nav>li.sticky-logo>a:after{
	background-color: transparent;
}
.stuck .navbar-nav>li.sticky-logo{
	display:block;
}
/* sticky end */


.map{
	position:relative;
	height:0;
	padding-bottom:30%;
	width:100%;
	
}
.map.square{
	padding-bottom:100%;
}
.map.landscape{
	padding-bottom:60%;
}
.map>div {
    height: 100%;
    width: 100%;
    position: absolute;
	
}

/*--------------------------------------------------------------
11.0 Media Queries
--------------------------------------------------------------*/
@media (max-width: 1200px) 
{
	.navbar-nav>li>a {
		font-size: 14px;
		padding: 17px 11px 30px;
	}
}

@media (max-width: 992px) 
{
	.text-center-tablet{text-align:center;}
	.slick-next:before, .slick-prev:before {
  		width:40px;
	}
	h2 {
	    font-size: 18px;
	}
	h1, h2.large, .default-bg-image.hero h2 {
	    font-size: 32px;
	}
	.default-bg-image.hero {
	    padding-bottom: 40%;
	}
	.home-mission .flex-default{
		-ms-flex-direction: column;
    	flex-direction: column;
		text-align: center;
	}
	.default-bg-image.hero.standard {
	    padding-bottom: 30%;
	}
	.default-bg-image.hero h1 {
		font-size: 32px;
	}
	.projects h3 {
	    font-size: 14px;
	}
	.projects p {
	    font-size: 13px;
	}
	.projects .padding-small {
	    padding: 15px;
	}
	.navbar-nav>li>a {
	    font-size: 11px;
	    padding: 17px 7px 30px;
	}
}

@media (max-width: 767px)
{
	.buttons
	{
		display:block;
	}
	.text-center-mobile{text-align:center;}
	.slick-next:before, .slick-prev:before {
  		width:30px;
	}
	
	.spacer {
	    display: block;
	    height: 15px;
	}
	.margin-top-medium.margin-top-small-mobile{
		margin-top:20px;
	}
	.container-fluid.padding-large {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.map{
		padding-bottom:70%;
	}
	.projects h3 {
	    font-size: 18px;
	}
	.projects p {
	    font-size: 14px;
	}
	
}
@media (max-width: 480px)
{
	.btn.custom {
		    padding: 11px;
    	font-size: 11px;
	}
	.slick-prev {
	  left: 0;
	}
	.slick-next {
	  right: 0;
	}
	.slick-next:before, .slick-prev:before {
  		width:20px;
	}
	.default-bg-image.hero h2 {
	    font-size: 28px;
	}
	.home-quicklinks .flex-default{
		-ms-flex-direction: column;
    	flex-direction: column;
		text-align: center;
	}
	.home-quicklinks .block-link.flex-default .default-bg-image {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
}
/* Media Queries End */

.pad { margin-left:10px; margin-right:10px; }