@font-face {
    font-family: 'robotobold';
    src: url("./assets/fonts/roboto/roboto-bold-webfont.eot");
    src: url("./assets/fonts/roboto/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("./assets/fonts/roboto/roboto-bold-webfont.woff") format("woff"), url("./assets/fonts/roboto/roboto-bold-webfont.ttf") format("truetype"), url("./assets/fonts/roboto/roboto-bold-webfont.svg#robotobold") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'robotoitalic';
    src: url("./assets/fonts/roboto/roboto-italic-webfont.eot");
    src: url("./assets/fonts/roboto/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/roboto/roboto-italic-webfont.woff2") format("woff2"), url("./assets/fonts/roboto/roboto-italic-webfont.woff") format("woff"), url("./assets/fonts/roboto/roboto-italic-webfont.ttf") format("truetype"), url("./assets/fonts/roboto/roboto-italic-webfont.svg#robotoitalic") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'robotolight';
    src: url("./assets/fonts/roboto/roboto-light-webfont.eot");
    src: url("./assets/fonts/roboto/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/roboto/roboto-light-webfont.woff2") format("woff2"), url("./assets/fonts/roboto/roboto-light-webfont.woff") format("woff"), url("./assets/fonts/roboto/roboto-light-webfont.ttf") format("truetype"), url("./assets/fonts/roboto/roboto-light-webfont.svg#robotolight") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'robotoregular';
    src: url("./assets/fonts/roboto/roboto-regular-webfont.eot");
    src: url("./assets/fonts/roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("./assets/fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("./assets/fonts/roboto/roboto-regular-webfont.ttf") format("truetype"), url("./assets/fonts/roboto/roboto-regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: robotobold
}

.btn:hover,
.btn:focus {
    color: #fff
}

.btn-red {
    background-color: #ed1f24;
    color: #fff
}

.btn-red:hover,
.btn-red:focus {
    background-color: rgba(237, 31, 36, 0.8)
}

.btn-hollow {
    background-color: none;
    border: 2px solid #fff;
    color: #fff;
    box-sizing: border-box
}

.btn-hollow:hover,
.btn-hollow:focus {
    background-color: rgba(255, 255, 255, 0.2)
}

body {
    font-family: robotoregular;
    line-height: 30px;
    font-size: 18px
}

li {
    list-style-image: url(assets/images/icons/arrow.png)
}

.site-front-page .navbar-default {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-default {
    background-color: #fff;
    border: none;
    height: 140px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.navbar-default .navbar-brand {
    padding: 0;
    height: inherit
}

.navbar-default .navbar-brand img {
    padding: 25px 0 25px 15px;
    height: 140px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.navbar-default .navbar-nav>li {
    font-size: 18px
}

.navbar-default .navbar-nav>li>a {
    line-height: 140px;
    padding: 0 20px;
    color: rgba(34, 34, 34, 0.7);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.navbar-default .navbar-nav .active>a {
    background: none;
    color: #ed1f24
}

.navbar-default .navbar-nav .active>a:hover,
.navbar-default .navbar-nav .active>a:focus {
    background: none;
    color: #ed1f24
}

.navbar {
    border-radius: 0;
    margin-bottom: 0
}

.site-front-page .navbar-default.shrink {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7
}

.site-front-page .navbar-default.shrink .navbar-brand img {
    height: 70px;
    padding: 15px 0 15px 15px
}

.site-front-page .navbar-default.shrink .navbar-nav>li>a {
    line-height: 70px
}

section[class$=wrapper] {
    padding: 60px 0
}

section[class$=wrapper] hr {
    margin-bottom: 10px
}

section[class$=wrapper] .btn-hollow {
    border-color: #b7b7b7;
    color: #222;
    margin-top: 20px
}

section[class$=wrapper] .btn-hollow:hover {
    background-color: rgba(183, 183, 183, 0.2)
}

.banner-wrapper {
    position: relative
}

.banner-img {
	width: 100%;
	height: auto;
}

.banner-wrapper .banner-content {
    visibility: hidden;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    color: #fff
}

.banner-wrapper .banner-content h1 {
    font-size: 60px;
    font-family: robotobold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px
}

.banner-wrapper .banner-content p {
    font-size: 24px;
    font-family: robotolight;
    line-height: 32px;
    margin-bottom: 40px
}

.banner-wrapper .btn {
    font-size: 16px;
    width: 160px;
    height: 56px;
    line-height: 56px;
    padding: 0;
    margin-right: 25px
}

.first-wrapper .stacked,
.second-wrapper .stacked {
    margin-bottom: 40px
}

.first-wrapper .item h4,
.second-wrapper .item h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: robotobold;
    margin-top: 0;
    margin-bottom: 15px
}

.first-wrapper .item .icons,
.second-wrapper .item .icons {
    background: url(assets/images/icons/sprite.png) no-repeat;
    height: 64px;
    width: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px
}

.first-wrapper .item .icon-service,
.second-wrapper .item .icon-service {
    background-position: 0 0
}

.first-wrapper .item .icon-coming-soon,
.second-wrapper .item .icon-coming-soon {
    background-position: -84px 0
}

.first-wrapper .item .icon-what,
.second-wrapper .item .icon-what {
    background-position: -500px 0
}

.first-wrapper .item .icon-data,
.second-wrapper .item .icon-data {
    background-position: -167px 0
}

.first-wrapper .item .icon-analytics,
.second-wrapper .item .icon-analytics {
    background-position: -239px 0
}

.first-wrapper .item .icon-training,
.second-wrapper .item .icon-training {
    background-position: -322px 0
}

.first-wrapper .item .icon-member,
.second-wrapper .item .icon-member {
    background-position: -406px 0;
    width: 74px
}

.mid-break {
    position: relative
}

.mid-break h2 {
    position: absolute;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    margin: 0
}

.second-wrapper {
    background-color: #f4f4f4
}

.main-footer {
    background-color: #141414;
    color: #fff;
    padding: 25px 0
}

.main-footer .copyright {
    margin: 0;
    font-size: 14px;
}

.main-footer .copyright a {
    color: #ed1f24
}

.main-footer .footer-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-footer .footer-nav li {
    float: left;
    list-style: none;
}

.main-footer .footer-nav li a {
    display: block;
    color: #fff;
    padding: 0 15px;
    font-size: 14px
}

.main-footer .footer-nav .current-menu-item a {
    color: #b7b7b7
}

.inner-header {
    position: relative
}

.inner-header img {
    width: 100%;
    height: auto
}

.inner-header .inner-page-title {
    position: absolute;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.inner-header .inner-page-title h1 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: hidden
}

.inner-wrapper img {
    max-width: 100%;
    height: auto;
    margin-top: 20px
}

.inner-wrapper .sub-title {
    margin-top: 0
}

.inner-wrapper .sub-title span {
    background: url(assets/images/icons/sprite.png) no-repeat;
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px
}

.inner-wrapper .sub-title .icon-dashboard {
    background-position: -582px 0
}

.inner-wrapper .sub-title .icon-membership {
    background-position: -1362px 0;
    width: 74px
}

.inner-wrapper .sub-title .icon-process {
    background-position: -666px 0
}

.inner-wrapper .sub-title .icon-about {
    background-position: -750px 0
}

.inner-wrapper .sub-title .icon-contact {
    background-position: -834px 0
}

.inner-wrapper .carousel {
    margin-top: 40px
}

.main-form br {
    display: none
}

address p {
    margin-bottom: 3px
}

.alignleft {
    float: left;
    margin-right: 20px;
    border: 3px solid #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(34, 34, 34, 0.4);
    -moz-box-shadow: 1px 1px 1px rgba(34, 34, 34, 0.4);
    -o-box-shadow: 1px 1px 1px rgba(34, 34, 34, 0.4);
    box-shadow: 1px 1px 1px rgba(34, 34, 34, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.aligncenter {
    margin: 0 auto;
    display: block
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px
}

.acf-map img {
    max-width: inherit !important
}

.processes {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 30px
}

.processes li {
    margin-bottom: 30px
}

.processes .process-icon {
    background: url(assets/images/icons/sprite.png) no-repeat;
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px
}

.processes .section-1 {
    background-position: -918px 0
}

.processes .section-2 {
    background-position: -994px 0
}

.processes .section-3 {
    background-position: -1078px 0
}

.processes .section-4 {
    background-position: -1144px 0
}

.processes .section-5 {
    background-position: -1220px 0;
    width: 38px
}

.processes .section-6 {
    background-position: -1278px 0
}

.dashboard-image {
    margin-top: 30px
}

.dashboard-image img {
    border: 5px solid #f4f4f4;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4)
}

.btn-inner {
    clear: both
}

.model {
    padding-bottom: 40px;
    clear: both;
}

/* Mobile styles */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
		padding: 0 10px;
		font-size: 14px;
	}
	.banner-wrapper {
		height: 525px;
	}
	.banner-img {
		height: 525px;
	}
	.banner-wrapper .banner-content h1 {
		font-size: 45px;
	}
	.banner-wrapper .banner-content p {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.main-footer .footer-nav li a {
		padding: 0 10px;
	}
	.main-form {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {	
	.navbar-collapse {
		background-color: #fff;
		position: relative;
		z-index: 10000;
	}
	.navbar-default .navbar-nav>li>a {
		line-height: 45px;
		border-bottom: 1px solid #eee;
	}
	.site-front-page .navbar-default.shrink .navbar-nav>li>a {
	    line-height: 45px
	}
	.banner-wrapper .col-sm-offset-1 {
		display: none !important;
	}
	.mid-break h2 {
		font-size: 30px;
	}
	.first-wrapper .item, .second-wrapper .item {
		margin-bottom: 40px;
	}
	.main-footer {
		text-align: center;
	}
	.main-footer .pull-left, 
	.main-footer .pull-right {
		float: none !important;
	}
	.main-footer .footer-nav li {
		float: none;
		display: inline-block;
	}
	.banner-wrapper .banner-content h1 {
		font-size: 35px;
		margin-top: 10px;
	}
	.banner-wrapper .banner-content p {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.main-form {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 479px) {	
	.banner-wrapper {
		height: 480px;
		overflow: hidden;
	}
	.banner-img {
		height: inherit;
	}
	.banner-wrapper .banner-content h1 {
		font-size: 30px;
	}
	.banner-wrapper .banner-content p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	
	.navbar-toggle {
		line-height: 70px;
		height: 70px;
		background-color: none;
		margin-top: 0;
		margin-bottom: 0;
		border: none;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: none;
	}
	.mid-break h2 {
		font-size: 14px;
	}

	.first-wrapper .item h4, .second-wrapper .item h4 {
		font-size: 20px;
	}
	.first-wrapper .item .icons, .second-wrapper .item .icons {
		margin-left: 10px;
	}
	.inner-header {
		min-height: 80px;
	}
	.inner-header img {
		height: 80px;
	}
	
	.inner-header .inner-page-title h1 {
		font-size: 20px;
	}
	section[class$=wrapper] {
		padding: 40px 0;
	}
	.inner-wrapper .sub-title {
		font-size: 20px;
	}
	.model {
		padding-bottom: 15px;
	}
}
