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



/* ——————————————— GENERAL ——————————————— */

html {
  scroll-behavior: smooth;
}



/* ——————————————— FORMS ——————————————— */

input[type=text], textarea {
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 30px 20px 0px;
	border: #dddddd 1px solid;
}

.c-forms-form-title {
	display: none;
}

input[type=text].c-editor {
	
}

div.c-label {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 0.9em;
}

input[type=text]:focus {
	border: red 1px solid;
}

input[type=text]::placeholder, textarea::placeholder {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	color: #B0B0B0;
}

button[type=submit] {
	display: inline-block;
    padding: 15px 30px 15px 30px;
    background: #379BF0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
    color: #fff;
    font-weight: 600;
    border: #379BF0 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    margin: 20px 20px 20px 0px;
    transition: 0.15s;
    overflow: visible;
}







/* ——————————————— CONTAINERS ——————————————— */

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  margin: 0px;
	
}

.container-outer {
  margin: 0px auto;
  width: 100%;
  max-width: 1600px;
  display: block;
}

.container-inner {
  margin: 0px auto;
  width: 100%;
  max-width: 1300px;
}

.container-compact {
  float: right;
  width: 100%;
  max-width: 850px;
  overflow: visible;
  margin-bottom: 100px;
}

.container-compact img {
  width: 100%;
  margin: 30px 0;
  -webkit-box-shadow: 0px 10px 30px 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.2);
}

.section {
	padding-left: 100px;
	background: url("../img/section-background.png");
	background-repeat: repeat-y;
	overflow: visible;
	margin: 0px auto 100px auto;
	width: 100%;
	max-width: 1300px;
}

.section .subtitle {
	font-size: 1.8em;
	font-weight: 300;
}

.section .intro {
	font-size: 1.25em;
	font-weight: 300;
}

.section-number {
  font-size: 7em;
  font-weight: 200;
  color: #F5C06B;
  font-family: 'Montserrat', sans-serif;
  margin-top: -25px;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 2.7em;
  margin-top: 5px;
}

li {
	margin: 7px 0px;
}

.gallery-container {
	float: right;
	width: 50%;
	overflow: auto;
}

img.gallery {
	margin-right: 50px;
	float: left;
	background: #f5f5f5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 10px 30px 0px #ddd;
	-webkit-box-shadow: 0px 10px 30px 0px #ddd;
	box-shadow: 0px 10px 30px 0px #ddd;
}

img.gallery-sm {
	width: 45%;
}

img.gallery-3-up {
	float: left;
	width: 30%;
	margin-right: 30px;
}

.section-content-container {
	float: left;
	width: 45%;
	overflow: auto;
	margin-right: 60px;
}

.divider {
  height: 2px;
  border-bottom: #ddd 1px solid;
  display: block;
  margin: 100px 0px;
  clear: both;
}

.spacer {
  height: 150px;
  display: block;
  clear: both;
	margin: 50px 0px;
}

/*.col {
	float: left;
	overflow: auto;
}

img.col-one-third {
	width: 30%;
	margin-right: 20px;
}

.col-half {
	width: 46%;
	margin-right: 30px;
	overflow: auto;
	
}*/

.hero-banner {
	width: 100%;
	height: 450px;
	min-height: 100px;
	background: #f5f5f5;
	margin: 100px auto 100px auto;
	max-width: 1300px;
	background-repeat: no-repeat;
}

.footer {
    width: 100%;
    background: #F5C06B;
    color: #333;
    margin: 200px auto 0px auto;
}
		
.footer-content {
    max-width: 1300px;
    margin: 0px auto;
    padding: 75px 0px 0px 0px;
    overflow: auto;
}

.footer h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
}

.footer p {
    font-size: .92em;
    line-height: 1.5em;
}

.footer a:link {
    color: #333;
    text-decoration: none;
    font-size: .92em;
}

.footer a:hover {
    text-decoration: underline;
}



/* ——————————————— CARDS ——————————————— */

.hero-feature {
	display: block;
	overflow: auto;
	margin-bottom: 300px;
}

.feature-card {
	width: 80%;
	max-width: 1100px;
	background: #fff;
	border: #ddd 1px solid;
	padding: 100px 50px;
	margin: -50px auto 100px auto;	
	-webkit-box-shadow: 0px 10px 30px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.2);
	position: absolute;
	display: block;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	
}

.feature-card p {
	font-size: 1.1em;
	width: 100%;
	max-width: 800px;
	margin: 0px auto 20px auto;
}

.feature-card h2 {
	margin: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
}

.feature-card h3 {
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #F5C06B;
	font-weight: 600;
}

.nav-card {
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
	padding: 45px;
	border: #eee 1px solid;
	border-radius: 5px;
	transition: 0.1s;
}

.nav-card:hover {
	-webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
	margin-top: -3px;
}

.nav-card h2 {
	font-size: 3em;
  	font-weight: 300;
 	color: #F5C06B;
 	font-family: 'Montserrat', sans-serif;
 	margin: 0;
}

.nav-card h3 {
	font-family: 'Montserrat', sans-serif;
  	text-transform: uppercase;
  	font-weight: 300;
  	font-size: 2em;
  	margin-top: 5px;
}





/* ----------------- COLUMNS ----------------- */

/*.col {
    overflow: auto;
    display: block;
    width: 100%;
    max-width: 1600px;
}

.col-1-2 {
    width: 45%;
    float: left;
    margin-right: 60px;
}

.col-1-3 {
    float: left;
    width: 26%;
}*/

img.footer-profile {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.27);
    border-radius: 10px;
    float: left;
    margin: 0px 30px 100px 0px;
    width: 100px;
}

.container-full-width {
			margin: 0px auto;
			width: 100%;
		}
		
* {
  box-sizing: border-box;
}

[class*="col-"] {
  float: left;
  margin-right: 2%;
  display: table-cell;

}

[class*="col-"] img {
    width: 100%;
}

.grid-img {
    padding: 0px;
    border: none;
}

.grid-img img {
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 30px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.2);
    background: none;
}

.container {
    wideth: 100%;
    max-width: 1200px;
    margin: 0px auto;
    background: #f5f5f5;
    padding: 30px;
    overflow: auto;
}

.row::after {
      content: "";
      clear: both;
      display: table;
      margin: 30px 0px;
	  overflow: auto;
    }

.col-1 {width: 98%;}

.col-1-2 {width: 48%;}

.col-1-3 {width: 31.33%;}

.col-1-4 {width: 23%;}

.col-2-3 {width: 64.6%;}

.col-1-5 {width: 17%;}

.gap-large {
	padding-right: 60px;
}


/* ——————————————— TEXT ——————————————— */

p, ol, ul {
  font-size: 0.93em;
  line-height: 1.5em;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 5em;
  margin: 120px 0px 100px 0px;
  text-align: center;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  margin: 60px 0px 30px 0px;
}

h3 {
  margin: 40px 0px 20px 0px;
  font-weight: 400;
  font-size: 1.3em;
  color: #444;
}

h4 {
  margin: 40px 0px 15px 0px;
  font-weight: 600;
  font-size: 1.3em;
  color: #444;
}

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

.intro-text {
  font-size: 1.4em;
  font-weight: 300;
}

.caption {
  font-size: 0.9em;
	color: #626262;
	padding-top: 20px;
}


/* ——————————————— TABLES ——————————————— */

table {
  width: 100%;
  padding-bottom: 20px;
  font-size: 0.9em;
}

th {
  background: #333;
  color: white;
  padding: 15px;
  text-align: left;
  border-right: #666 1px solid;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Montserrat'
}

td {
  padding: 15px;
  border-bottom: #ddd 1px solid;
  border-right: #ddd 1px solid;
}

td:last-child {
  border-right: none;
}

tr:nth-child(odd) {
  background: #f5f5f5;
}

tr:last-child {
  border: #333 1px solid;
}



/* ——————————————— NAVIGATION & MENUS ——————————————— */


.header {
	display: block;
	overflow: auto;
	width: 100%;
	max-width: 1300px;
	margin: 0px auto;
}

.logo {
	float: left;
	overflow: auto;
	width: 350px;
	max-width: 600px;
	display: inline;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 300;
	margin: 40px 0;
}

.logo img {
	margin-right: 15px;
}

.top-nav {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	list-style-type: none;
	text-align: right;
	margin: 50px 0;
	float: right;
	overflow: visible;
}

.top-nav li {
	display: inline;
  	text-decoration: none;
	padding: 20px 30px;
}

.top-nav a:link {
	color: #333;
	font-weight: 400;
	/*border-bottom: #ffffff 1px solid;*/
	padding-bottom: 20px;
}

.top-nav a:hover {
	color: #333;
	font-weight: 400;
	text-decoration: none;
	border-bottom: #F5C06B 1px solid;
	padding-bottom: 20px;
}

.top-nav a:active {
	color: #333;
	border-bottom: none;
}

.top-nav a:visited {
	color: #333;
	border-bottom: none;
}

.top-nav a:active {
	color: #333;
	font-weight: 400;
	text-decoration: none;
	border-bottom: #F5C06B 1px solid;
	padding-bottom: 20px;
}

.nav-active {
	border-bottom: #F5C06B 1px solid !important;
}


/* ——————————————— HYPERLINKS & BUTTONS ——————————————— */


a:link {
	color: #379BF0;
	font-weight: 600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #667ACE;
	text-decoration: underline;
}

a:active {
	color: #333333;
}


a.btn {
  display: inline-block;
  padding: 15px 30px 15px 30px;
  background: #379BF0;
  color: #fff;
  font-weight: 600;
  border: #379BF0 2px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  margin: 20px 20px 20px 0px;
  transition: 0.15s;
  overflow: visible;
}

a.btn:hover {
	margin: 19px 20px 21px 0px;
	background: #4EA5EF;
	color: #fff;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
	overflow: visible;
}

a.btn:visited {
	color: #fff;
	
}

.btn-icon i {
	margin-right: 15px;
}

a.btn-icon-native {
	background-image: url("../img/icon-download.svg");
	background-repeat: no-repeat;
	background-position: 2% 50%;
	padding-left: 60px;
}

a.btn-secondary {
  background: #ffffff;
  color: #379BF0;
  border: #379BF0 2px solid;
  margin: 0px 20px 20px 0px;
}

a.btn-secondary:hover {
  background: #ffffff;
  color: #4EA5EF;
  border: #4EA5EF 2px solid;
  margin: -2px 20px 22px 0px;
}

.btn-stacked {
	margin: 0px 20px 20px 0px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  font-size: 1em;
  border: none;
  outline: none;
  background-color: #379BF0;
  color: white;
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  
  font-weight: 600;
}

#myBtn:hover {
  background-color: #4EA5EF;
}

a:link.arrow-link {
	background: url("../img/arrow-down.svg");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	transition: 0.2s;
	
}

a:hover.arrow-link {
	padding-right: 25px;
	text-decoration: none;
	color: #4EA5EF;
}

.arrow-down {
	
}

a.breadcrumb:link {
	text-align: center;
	background-image:url('../img/brain.svg');
	background: red;
	
}


/* ——————————————— CARDS ——————————————— */



.step-card {
	border: #ddd 1px solid;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	overflow: visible;
	margin: 0 30px 75px 0px;
	width: 22%;
}

.step-card p {
	padding: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 0px;
	text-align: center;
}

.step-card-number {
	background: #333;
	color: #fff;
	padding: 18px 17px;
	width: 27px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	margin: -30px auto 0px auto;
	text-align: center;
		
}


/* ——————————————— MISC ——————————————— */

.spacer {
	height: 100px;
}

.hero-banner {
	width: 100%;
	position: relative;
}





/*  - - - - - - - - RESPONSIVE STYLES  - - - - - - - - */


		@media (max-width: 340px) {
			
			.step-card {
                  margin: 0 30px 75px 0px;
                  width: 100%;
              }
	
				
		}


		@media (max-width: 768px) {
			
			.step-card {
                  margin: 0 30px 75px 0px;
                  width: 47%;
              }
								

		}


		@media (max-width: 1024px) {
			
              .step-card {
                  margin: 0 30px 75px 0px;
                  width: 47%;
              }

              .step-card p {
                  padding: 30px 50px;
                  font-family: 'Montserrat', sans-serif;
                  font-size: 1.2em;
                  font-weight: 300;
                  text-transform: uppercase;
                  margin-top: 0px;
                  text-align: center;
              }


		}


		@media (max-width: 1200px) {

			.section-number {
			  font-size: 7em;
			  font-weight: 200;
			  color: #F5C06B;
			  font-family: 'Montserrat', sans-serif;
			  margin-top: 0px;
			}	
			
			.container-compact {
			  margin-bottom: 100px;
			  max-width: 100%;
			}
			
			.step-card {
              margin: 0 30px 75px 0px;
              width: 30%;
          }

          .step-card p {
              padding: 30px 50px;
              margin-top: 0px;
              text-align: center;
          }

          .step-card-number {
              background: #333;
              color: #fff;
              padding: 18px 17px;
              width: 27px;
              -moz-border-radius: 100px;
              -webkit-border-radius: 100px;
              border-radius: 100px;
              font-family: 'Montserrat', sans-serif;
              font-size: 1.3em;
              margin: -30px auto 0px auto;
              text-align: center;

          }
			
		}




.table-step-number {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	color: #F5C06B;
	
}

.no-shadow {
	
}

.hero {
	width: auto;
	max-width: 1300px;
	margin: 0px auto;
	text-align: center;
}


