html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*----  GENERAL  ---------------------------------*/
body {
  background: #fff;
  font-family:'Lato',sans-serif;
  color: #5f6768; 
  overflow-x: hidden; 
}

a {
  color:#fb6363;
  font-weight:bold;
  outline: 0 !important;
  text-decoration:none !important;   
}
a:hover {
  color:#fc5252;
  text-decoration:none !important;   
}

.nopad {
  padding:0 !important;    
}

.op0 {
  filter: alpha(opacity=0);
  opacity: 0;
}


/*----  PAGE WRAPPING  ---------------------------------*/

.page-wrapper {
  margin-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;     
}

/*----  Toggled  -------------*/
.page-wrapper.toggled {
  margin-left: -250px;
}


/*----  NAVIGATION  ---------------------------------*/
/*----  Navigation Bar  -------------*/
.main-navigation {
  margin-top: 75px;
  z-index: 100;
  position: relative;  
}
.navigation-icon {
  display: inline-block;  
}
.menu-bar {
  height:3px;
  display: block;
  width:30px;
  margin: 5px 0;
  background: #2c3e50;  
}

.nav-phone-number {
  color: #7f8c8d;
  font-size: 18px;
  display: inline-block;
  margin-right: 15px;
}

/*----  Side Navigation  -------------*/
.side-navigation {
  width: 250px;
  background: #333;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}


/*----  HEADINGS  ---------------------------------*/

.h1 {
  color: #2c3e50;
  font-size: 40px;
  line-height: 60px;  
}
.h2 {
  
}
.h3 {
  color: #2c3e50;
  font-size: 36px; 
}

.text-block {
  font-size: 20px;
  color: #5f6768;
  font-weight: 300;
  line-height: 35px;
}


/*----  BUTTONS  ---------------------------------*/

.btn-general {
  background: #1abc9c;
  color: #fff;
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  min-width: 170px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.btn-general:hover,
.btn-general:focus {
  background: #22ccaa;
  color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.btn-more-info {
  background: none;
  color: #7f8c8d;
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  min-width: 170px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.btn-more-info:hover,
.btn-more-info:focus {
  color: #1abc9c;
  
}
.btn-more-info i {
  font-size: 11px;
  margin-left: 5px;
}



/*----  CONTENT SECTIONS  ---------------------------------*/
/*----  Hero  ---------------------*/

.page-hero {
  height: 785px;
  max-height: 785px;
  background: #f5f6f7 url(/images/assets/page-hero.jpg) no-repeat right top;
  margin-top: -140px;
  padding-top: 140px;
  position: relative;
}
.page-hero .hero-message {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);  
}
.page-hero .h1 {
  font-weight: 300;  
}
.page-hero .h2 {
  color: #7f8c8d;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}
.page-hero .h2 .highlighted {
  color: #1abc9c;
  text-transform: capitalize;  
}

/*----  Sponsors  ---------------------*/

.sponsors-section {
  background: #f3f3f3;
  max-height: 230px;
  height: 230px;
}



/*----  Services  ---------------------*/

.service-section {
  padding: 50px 15px;  
}
.stripped-section {
  background: #f5f6f7;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);  
}


/*----  Call to Action  ---------------------*/

.call-to-action {
  background: #313843 url(/images/assets/call-to-action.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 450px;
  max-height: 450px;  
}

.call-to-action .communication-box {
  background: #fff;
  box-shadow: inset 0 4px 0 rgba(0,0,0,0.1);
}


/*----  INPUTS  ---------------------------------*/

.input-group {
  padding:15px;    
}
.input-group label {
  display: block;
  margin-left: 2px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 5px;    
}
.input-group label span,.form-block form p span {
  color:#D94A4A;    
}
input,textarea,select {
  background: #fff;
  border: 2px solid #E0E0E0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius:6px;
  padding: 10px 15px;
  width: 100%;
  font-size: 18px;
  max-width:100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;    
}
textarea {
  min-height:150px;    
}
input:focus,textarea:focus,select:focus {
  border: 2px solid #F78536;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;   
}