/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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: top; }

	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; }

/* #Basic Styles
================================================== */

body {
background-color : #F5E6EC;
font-size : 0.9em;
line-height : 1.4em;
font-family : "Lexend Deca", Verdana, sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
color : #444; overflow: hidden;
}

.whitewrapper p {color: #444;}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
color : #0d124d;
font-weight: 600;
font-weight : normal; 
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight : normal;
color : #e35205;
}
h1 {
font-size : 2.0em;
line-height : 1.3em;
font-weight: normal;
margin-bottom: 1%;
}

.home-signup h2 {padding: 0px; color: #cc0066!important;}
.home-signup p {padding-bottom: 0px!important;}

h2 {
font-size : 1.8em;
line-height : 1.1em;
font-weight:normal;
font-size-adjust:0.5;
margin-bottom: 1%;
font-style:normal; 
}

.intro h2 {
		font-weight: 600;
		font-size-adjust:0.5;
		font-style:normal; 
		font-size : 2.5em;
}

span.h3 {
		font-weight: 600;
		font-size:0.5em;
		font-style:normal; 
}

h3 {
font-size : 1.6em;
line-height : 1.1em;
font-weight: normal;
margin-top: 2%;
margin-bottom: 1%;
}

.remove_margin .sixteen.columns h3 {margin-bottom: 0px!important;}

h4 {
font-size : 1.2em;
line-height : 1.0em;
font-weight: normal;
margin-bottom: 1%;
}

#footer h4 {color: #fff;}

h5 {
font-size : 1.1em;
line-height :1.2em; font-weight: bold;
font-weight: normal;
margin-bottom: 1%;
}
h6 {
font-size : 1.0em;
line-height : 1.0em;
font-weight: normal;
margin-bottom: 1%;
}

.latestnews h5 a, .speakers h5 a {font-size: 0.9em!important; color: #ddd!important; text-decoration: none!important; margin-bottom: 0%!important;}
.latestnews h5 a:hover, .speakers h5 a:hover {color: #444!important;}


.subheader {
color : #777;
}
p {color: #444;
margin : 0 0 1em 0;
}
p img {
margin : 0;
}
p.lead {
font-size : 1.4em;
line-height : 1.4em;
color : #777;
}
em {
font-style : italic;
}
strong {
	font-weight: 600;
}
small {
font-size : 80%;
}
blockquote, blockquote p {
font-size : 1.1em;
line-height : 1.3em;
color : #444;
font-style : italic;
}
blockquote {
margin : 5% 0 5%;
padding : 0% 3% 0 3%;
/*border-left : 10px solid #fff;*/
}
blockquote cite {
display : block;
font-size : 1.1em;
color : #555;
}
blockquote cite:before {
content : "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
color : #555;
}


/*.entry hr, #footer hr, article.hr {margin : 0% 0% 2% 0%;}*/


/* #Links
================================================== */

a, a:visited {
color : #e35205;
text-decoration : none;
outline : 0;
}
a:hover, a:focus {
color : #d13906;
}
p a, p a:visited {
line-height : inherit;
}

#footer a {color : #fff;}
#footer a:hover {color : #642b62;}

.current-menu-item, .current-page-item, .menu-item-home {}
/*.current-menu-parent { }
.current-menu-ancestor {}*/


/* #Lists
================================================== */

ul, ol {
margin-bottom : 15px;
}
ul {
list-style : disc;
}
ol {
list-style : decimal;
}
ol, ul.square, ul.circle, ul.disc {
margin-left : 10%;
}
ul.square {
list-style : square;
}
ul.circle {
list-style : circle;
}
ul.disc {
list-style : disc;
}
ul ul, ul ol, ol ol, ol ul {
margin : 1.3% 0 3% 7%;
font-size : 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
margin-bottom : 3%;
}
li {
line-height : 1.4em;
margin-bottom : 1%;
}
ul.large li {
line-height : 1.2em;
}
li p {
line-height : 1.2em;
}

/* #Images
================================================== */

img.scale-with-grid {
max-width : 100%;
height : auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}




/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #e35205;
		 border:0;
	  border-radius: 0px;
	  color: #fff;
	  display: inline-block;
	  font-size: 20px;
	  /* font-weight: bold; */
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 50px;
	  line-height: normal;
	  padding: 8px 10px;
		font-weight: 600;
	  -webkit-appearance: none;}

.home_calls input[type="submit"] {width: 98%!important;}


.homebutton {background: #e35205;
	  color: #fff;
	  display: inline-block;
	  font-size: 18px;
	  /* font-weight: bold; */
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 5px;
	  line-height: normal;
	  padding: 15px 1% 15px 6%;
		font-weight: 600;
}

.homebutton a {color: #fff!important;}

.homebutton:hover {background-color: #642b62!important; -moz-transition: all 0.4s linear!important;
   -webkit-transition: all 0.4s linear!important;
   -o-transition: all 0.4s linear!important;
   transition: all 0.4s linear!important;}

.internalbutton {background: #e35205;
	  color: #fff;
	  display: inline-block;
	  font-size: 20px;
	  /* font-weight: bold; */
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 10px;
	  line-height: normal;
	  padding: 20px 1% 20px 1%;
		font-weight: 600;
		width: 98%; text-align: center;}

.internalbutton a {color: #fff!important;}

.internalbutton:hover {background-color: #642b62!important; -moz-transition: all 0.4s linear!important;
   -webkit-transition: all 0.4s linear!important;
   -o-transition: all 0.4s linear!important;
   transition: all 0.4s linear!important;}

	.highlightbutton {background: #0d124d!important;
	/* border: 1px solid #642b62!important; */
	border:0;
	  color: #fff;
	  display: inline-block;
	  font-size: 20px;
	  /* font-weight: bold; */
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px!important;
	  line-height: normal;
	  padding: 20px 1% 20px 1%;
		font-weight: 600;
		width: 98%; text-align: center;}

.highlightbutton a {color: #fff!important;}

input[type="submit"].highlightbutton {background-color: #0d124d !important; padding: 10px 1% 10px 1%; -webkit-appearance: none; width: auto;}
input[type="submit"].highlightbutton:hover {	/* border: 1px solid #e35205!important; */ border:0;
}

.highlightbutton:hover {background-color: #e35205!important; -moz-transition: all 0.4s linear!important;
   -webkit-transition: all 0.4s linear!important;
   -o-transition: all 0.4s linear!important;
   transition: all 0.4s linear!important;]}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #fff;
		background: #642b62; /* Old browsers */
		border: 1px solid #642b62;}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #e35205;
		background: #e35205; /* Old browsers */
		
}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

/* #Forms
================================================== */

form {
margin-bottom : 0.1em;
}
fieldset {
margin-bottom : 0.1em;
}


input[type="text"], input[type="password"], input[type="email"], textarea, select {
border : #bbb solid 1px;
padding : 1.1% 1%;
outline : none;
border-radius : 1%;
font : 20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color : #777;
margin : 0;
width : 95%;
max-width : 100%;
display : block;
margin-bottom : 0%;
background : #fff;
}


.home-signup input[type="text"] {width: 25%; padding: 5px; font-size: 0.9em;}

select {
padding : 0; width: 200px;
}

#ui-datepicker-div select {width: 40%!important; font-size: 12px!important;}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
border : #aaa solid 1px;
color : #444;
box-shadow : 0 0 0.1% rgba(0, 0, 0, 0.2);
}
textarea {
min-height : 10%;
}
label, legend {
font-weight: 600;
display : block;
/* font-weight : bold; */
font-size : 1.1em;
}
select {
width : 20%;
}
input[type="checkbox"] {
display : inline;
}
label span, legend span {
font-weight : normal;
font-size : 1.3em;
color : #444;
}



/* #Misc
================================================== */

.remove-bottom {
margin-bottom : 0 !important ;
}
.half-bottom {
margin-bottom : 7% !important ;
}
.add-bottom {
margin-bottom : 7% !important ;
}

.gform_wrapper label.gfield_label { 
		font-weight:normal !important; 
}

/* following fixes the 1px horizontal scrollbar which was showing every page except homepage */
.wp-footer-wrap { 
	position:relative;
	overflow:hidden;
	border:1px solid #f5e6ec;
}
