/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
body {
  color: #555555;
  font-size: 1.0em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic","CenturyGothic","AppleGothic",sans-serif;
  margin: 0 0 0.8rem;
  letter-spacing: normal;
}

h1, h2 {
  color: #0a77bd;
}

h2.block-title {
  font-size: 28px;
}

h3, h4, h5, h6 {
  color: #589a35;
}

a, a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #589a35;
}

a:hover {
  text-decoration: none;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #427428;
}

header {
  background-image: url(images/drupal-corn-banner.jpg);
  background-size: cover;
  background-position: center;
}

.site-name a {
  color: #0a77bd;
}

.site-name a:hover {
    text-decoration: none;
    color: inherit;
}

.site-slogan {
  text-align: center;
  padding: 10px;
}

#region-branding h6 {
  color: #00598e;
  font-weight: bold;
  font-size: 1.1em;
}

.region-branding-inner {
  background: rgba(255, 255, 255, 0.75);
  padding: 25px 40px 25px 40px;
  max-width: 655px;
  margin: 100px auto;
  border-radius: 5px;
}

.region-branding-inner::after {
  content: '.';
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
  width: 100%;
}

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

#block-delta-blocks-logo {
  margin: 0 auto;
  width: 150px;
}

#zone-menu-wrapper {
  background-color: #00598e;
}

#zone-menu a {
  color: #fff;
}

.front #page-title {
  display: none;
}

#zone-content-wrapper {
  padding-bottom: 20px;
}

#section-content {
  border-top: 8px solid #ffdd57;
  padding-top: 50px;
}

.node ol, .node ul {
  padding-left: 35px;
}

#zone-postscript-wrapper {
  background: #589a35;
  color: #fff;
  padding-top: 20px;
}

#zone-footer-wrapper {
  background: #00598e;
  color: #fff;
  padding-top: 20px;
}

#zone-postscript-wrapper a, #zone-footer-wrapper a, #zone-postscript-wrapper h2 {
  color: #fff;
}

.social-icons {
  float: right;
  font-size: 3.0em;
}

/*custom ckeditor styles*/
.columns {
  display: inline-block;
  width: 100%;
}

.two-cols, .three-cols, .four-cols, .six-cols, .two-thirds-cols {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

* {
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}


.page-node-add-session .vertical-tabs, .page-node-add-session .filter-wrapper {
  display: none;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  border-color: #589a35;
  border-radius: 4px;
}

button, input[type="reset"], input[type="submit"], input[type="button"], a.btn {
  border-radius: 5px;
  background: #fccf0f;
  border: none;
  color: #9a7f0f;
  text-shadow: none;
  font-size: 1.0em;
  transition: all 0.23s ease-in-out 0s;
  padding: 10px;
}

.not-logged-in input[type="text"],
.not-logged-in input[type="password"] {
  width: 25%;
  max-width: 500px;
  min-width: 200px;
}

.page-customerror .item-list ul li {
  margin-left:0px;
}

.form-actions input:hover, a.btn:hover {
  background: #9a7f0f;
  color: #ffcc0f;
}

#edit-field-slides-documents-und .fieldset-legend {
  font-weight: bold;
}

#edit-field-slides-documents-und label {
  font-weight: normal;
}


.page-user-edit #region-content {
  text-align: left;
}

#mc_embed_signup {
  background-color: transparent !important;
}

#block-block-4 {
  background: #0A77BE;
  color: #fff;
}

#block-block-4 h2 {
  color: #fff;
  padding: 50px 0 0 10px;
}

#mc_embed_signup h2 {
  color: #fccf0f;
}

#mc_embed_signup .button {
  background-color: #fccf0f !important;
  border-radius: 0 !important;
  color: #9a7f0f !important;
}

#mc_embed_signup .button:hover {
  background-color: #9a7f0f !important;
  color: #fccf0f !important;
}

#mc_embed_signup .mc-field-group {
  padding-bottom: 8% !important;
}

#mc_embed_signup .mc-field-group.input-group label {
  padding-left: 5px;
}

/* SPONSOR PAGE */

.view-sponsors h3 {
  width: 100%;
  display: block;
  clear: both;
  padding: 25px 0px 0px 0px;
  border-bottom: 1px solid #0a77bd;
  margin-bottom: 25px;
}

.view-sponsors .views-row {
  float: left;
  margin-right: 10px;
  text-align: center;
  padding: 10px;
}

.view-sponsors .views-row:hover {
  opacity: .65;
}

.view-sponsors .views-row img {
  max-width:100%;
  height:90px;
  width:auto;
  margin-right:40px;
}

.view-sponsors .views-row-last img {
  margin-right:0;
}

/* SPONSORS FOOTER */

#block-views-sponsors-block-1 {
  border-top: thin solid #fff;
  padding-top: 10px;
}

#block-views-sponsors-block-1 .view-sponsors .views-row img {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  height: 50px;
  margin-right: 0;
}

#block-views-sponsors-block-1 .view-sponsors .views-row {
  text-align: left;
  margin-left: -10px;
}

#block-views-sponsors-block-1 .view-footer {
  clear:both;
  margin-bottom:20px;
}


.page-node-86 #zone-content h2.block-title {
  background-color: #0a77bd;
  padding:10px;
  color:#ffffff;
  margin-bottom:30px;
}

.page-node-86 #zone-content h3 {
  float:none;
  width:100%;
}

.page-node-86 #zone-content .views-row {
  padding-left:0px;
  margin:0px 0px 20px 0px;
}

.page-node-86 #zone-content .views-row-last {
  border-bottom:thin solid #0b76bd;
  padding-bottom:20px;
}

.page-node-86 #zone-content .views-field-nothing {
  padding:20px;
  background-color:#f2f7fb;
}

.page-node-86 #zone-content span.location,
.page-node-86 #zone-content span.experience {
  padding-left:10px;
  margin-left:10px;
  border-left:thin solid #0b76bd;
}

.page-user h1#page-title {
  text-align:center;
}

#block-views-user-profile-block .views-field-field-profile-picture {
  float:left;
  padding-right:40px;
}

#block-views-proposed-sessions-block-5 {
  clear:both;
  margin-top:50px;
}

ul.schedule {
    list-style-type: none;
    padding: 20px 0px;
    text-align: center;
    margin: 0 auto;
}

ul.schedule li {
    float: left;
    width:100%;
}

ul.schedule li a {
    display: block;
    padding: 10px 55px;
    background-color: #589a35;
    color: white;
    margin-right:20px;
    margin-bottom:10px;
    width:100%;
}

.block-proposed-sessions-block-8 .views-row{
	border-bottom:thin solid #0b76bd;
	padding-bottom:20px;
	margin-bottom:20px;
}

.block-proposed-sessions-block-8 .views-field-title {
	background-color:#f2f7fb;
	padding:15px 15px 5px 15px;
	margin-bottom:10px;
}

iframe {
    max-width: 100%;
}