/*
Theme Name: ACS
Theme URI: http://undertowcreative.com
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Custom theme for American College of Surgeons baseon the ultra minimal starter theme _tk.
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-toggle:hover {
	display: block;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}

#main-menu .dropdown-submenu:active>.dropdown-menu, #main-menu .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
	
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */



/* Custom Theme Styles */


/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1a5a3ef6aa93da597de2)
 * Config saved to config.json and https://gist.github.com/1a5a3ef6aa93da597de2
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 
 h1, h2, h3, h4, h5 {
	 font-family:"Familiar Pro", Verdana, Geneva, sans-serif;
	 
 }
 
 body {
	 color: #5A5A5A;
	 background:#d7d6d6;
 }
 
 a {
	 color:#1B7D9A; 
	 
 }
 
 a:hover, a:focus {
	  color:#EF9E24; 
	  text-decoration:none;
	 
 }
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #16667d 0%, #0d3b49 100%);
  background-image: -o-linear-gradient(top, #16667d 0%, #0d3b49 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#16667d), to(#0d3b49));
  background-image: linear-gradient(to bottom, #16667d 0%, #0d3b49 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff16667d', endColorstr='#ff0d3b49', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #0b3440;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0d3b49;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0d3b49;
  border-color: #0b3440;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0d3b49;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #0f5b72 0%, #08303c 100%);
  background-image: -o-linear-gradient(top, #0f5b72 0%, #08303c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f5b72), to(#08303c));
  background-image: linear-gradient(to bottom, #0f5b72 0%, #08303c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f5b72', endColorstr='#ff08303c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #072933;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #08303c;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #08303c;
  border-color: #072933;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #08303c;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #84cde3 0%, #52b9d8 100%);
  background-image: -o-linear-gradient(top, #84cde3 0%, #52b9d8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#84cde3), to(#52b9d8));
  background-image: linear-gradient(to bottom, #84cde3 0%, #52b9d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84cde3', endColorstr='#ff52b9d8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #4ab5d6;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #52b9d8;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #52b9d8;
  border-color: #4ab5d6;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #52b9d8;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #ef9e24 0%, #c77e0f 100%);
  background-image: -o-linear-gradient(top, #ef9e24 0%, #c77e0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef9e24), to(#c77e0f));
  background-image: linear-gradient(to bottom, #ef9e24 0%, #c77e0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef9e24', endColorstr='#ffc77e0f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #be780e;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #c77e0f;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c77e0f;
  border-color: #be780e;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #c77e0f;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #946228 0%, #64421b 100%);
  background-image: -o-linear-gradient(top, #946228 0%, #64421b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#946228), to(#64421b));
  background-image: linear-gradient(to bottom, #946228 0%, #64421b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff946228', endColorstr='#ff64421b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #5c3d19;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #64421b;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #64421b;
  border-color: #5c3d19;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #64421b;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #16667d 0%, #125467 100%);
  background-image: -o-linear-gradient(top, #16667d 0%, #125467 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#16667d), to(#125467));
  background-image: linear-gradient(to bottom, #16667d 0%, #125467 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff16667d', endColorstr='#ff125467', GradientType=0);
  background-color: #125467;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #946628 0%, #946628 100%);
  background-image: -o-linear-gradient(top, #946628 0%, #946628 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#946628), to(#946628));
  background-image: linear-gradient(to bottom, #946628 0%, #946628 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff946628', endColorstr='#ff946628', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #EE9D24 0%, #EE9D24 100%);
  background-image: -o-linear-gradient(top, #EE9D24 0%, #EE9D24 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EE9D24), to(#EE9D24));
  background-image: linear-gradient(to bottom, #EE9D24 0%, #EE9D24 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEE9D24', endColorstr='#ffEE9D24', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-color:#946628;
  border-left:0;
  border-right:0;
  margin-bottom:0;
}


.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #946628 0%, #946628 100%);
  background-image: -o-linear-gradient(top, #946628 0%, #946628 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#946628), to(#946628));
  background-image: linear-gradient(to bottom, #946628 0%, #946628 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff946628', endColorstr='#ff946628', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}


.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color:#fff;
}



.navbar-inverse .navbar-nav > li > a {
	color:#fff;
	
	
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color:#946628;
	text-shadow: none;
	
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}


.nav_secondary {
	background:#D7D6D6;
	
}

.nav_secondary_ul {
	font-size:12px;
	
	
}
.nav_secondary_ul li a{
	border: 1px solid #1B7D99;
	margin:10px 0 10px 5px;
	padding:5px;
	border-radius:4px;
	
}

.logo_row {
	background: #1B7D99;
	padding-top:20px;
	padding-bottom:20px;
	
}

.acs_chapter_logo {
	margin-top:30px;
	
}

.acs_chapter_type {
	font-family:"Minion Pro", "Minion", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #1B7D99;
	text-shadow: none;
	
}
.acs_chapter_divider {
	color: #1B7D99;
	text-shadow: none;
	
}

.acs_chapter_type_name {
	font-family:"Familiar Pro", Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #1B7D99;
	text-shadow: none;
	
}

.navbar-brand {
	display:none;
	
}

.parallax-window {
	min-height: 220px;
	background: transparent;
}



.chapter_map {
  height: 220px;
  margin-bottom: 0px;
  position:relative;
  overflow:hidden;
}

.callout {
  height: 350px;
  margin-bottom: 0px;
  position:relative;
  overflow:hidden;
}


.callout_orange {
 
  margin-bottom: 0px;
  position:relative;
  overflow:hidden;
  background-color: #EE9D24;
}




/* Since positioning the image, we need to help out the caption */
.chapter_map_caption, .callout_caption {
    top: 30px;
    color: #ffffff;
    left: 15%;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.callout_orange_caption {
    
    color: #ffffff;
    
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    
}

@media (max-width: 768px) {
	.chapter_map_caption, .callout_caption {
	 top:50px;
	 
 }

	
}

@media (max-width: 480px) {
	.chapter_map_caption, .callout_caption {
	 top:30px;
	 
 }

	
}

  
@media (max-width: 360px) {
	.chapter_map_caption, .callout_caption {
	 top:15px;
	 
 }

	
}


/* Declare heights because of positioning of img element */
.chapter_map .chapter_map_item {
  height: 220px;
  background-color: #777;
}

.callout .callout_item {
	 height: 350px;
  background-color: #777;
	
}

.callout_orange .callout_orange_item {
	height:auto;
	
}
 

.chapter_map_inner > .chapter_map_item > img {
  position: absolute;
  top: 0;
  left:0;
  
  width:100%;
  min-width: 805px;
  height: auto;
  min-height:350px;
}

.callout_inner > .callout_item > img {
  position: absolute;
  top: 0px;
  left:0;
  
  width:100%;
  min-width: 805px;
  height: auto;
  min-height:250px;
}

.callout_orange_inner > .callout_orange_item > img {
  position: absolute;
  top: -30px;
  left:0;
  
  width:100%;
  min-width: 805px;
  height: auto;
  min-height:250px;
}

.chapter_map_caption h1, .callout_caption h1, .callout_orange_caption h1 {
	font-size:36px;
	margin-top:5px;
	margin-bottom:5px;
	
}

.callout_orange_caption h1 {
	text-shadow:none;
	
}

.chapter_map_caption h2, .callout_caption h2, .callout_orange_caption h2 {
    margin-bottom: 0px;
	padding-bottom:0;
    font-size: 14px;
    line-height: 1.4;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-top:0;
	padding-top:0;
  }
  
  .callout_orange_caption h2 {
	  color:#383737;
	  text-shadow:none;
 
  }
  
  .chapter_map_caption p, .callout_caption p, .callout_orange_caption p {
    margin-top:5px;
	margin-bottom: 0px;
    font-size: 14px;
    color:#FFF;
	
  }
  
  .chapter_map_caption a, .callout_caption a{
	  color: #EE9D24;
	  
  }
  
  .callout_orange_caption a {
	  color: #1B7D9A;
	  text-shadow:none;
	  
  }
  
    .chapter_map_caption a:hover, .callout_caption a:hover, .callout_orange_caption a:hover {
		text-decoration:none;
		color:#FFF;
		
	}
  
  
  .bg_gray {
	  background:#D7D6D6;
	  
  }
  
  .bg_green {
	  background:#1B7D99;
	  color:#E9E9E9;
	  
  }
    .bg_green p{
		color:#E9E9E9;
		
		
	}
	
	.bg_green a {
		color:#EE9D24;
		
	}
	
	.bg_green a:hover {
		color: #84CDE3;
		
	}
  
  .bg_padding {
	  padding-top:75px;
  }
  
  .officers img {
	  margin-bottom:10px;
	  
  }
  
  .officer_name {
	  font-size:14px;
	  font-weight:bold;
	  margin-bottom:0;
	  
  }
  
  .officer_title {
	  font-size:12.5px;
	  margin-top:0px;
	  
  }
  
  .module-header {
	  padding:10px 0;
	  border-top: 1px solid #0F5B72;
	  border-bottom: 1px solid #0F5B72;
	  margin-bottom:20px;
	  margin-top:20px;
	  
  }
  
  .module-header-title {
	  font-size:16px;
	  margin:0;
	  padding:0;
	  
  }
  
  .footer .module-header {
	  
	   padding:0px 0;
	  border-top: none;
	  border-bottom: none;
	  margin-bottom:10px;
	  margin-top:10px;
  }
  
  .footer {
	  border-top: 10px solid #0F5B72;
	  background:#5A5A5A;
	  color: #F1F1F1;
	  padding:30px 0;
  }
  
  .footer_secondary {
  background:#787878;
	  color: #F1F1F1;
	  padding:30px 0;
	  font-size:12.5px;
	  
  }
  
  .footer a, .footer_secondary a {
	  color: #EE9D24;
	  
  }

 .footer a:hover, .footer_secondary a:hover {
	  color: #383737;
	  
  }

.glyphicon_spacer {
	margin-right:15px;
	
}

@media (min-width: 768px) {
 
 
  /* Bump up size of carousel content */
  .chapter_map_caption h2, .callout_caption h2, .callout_orange_caption h2 {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 1.4;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
  }
  
  .chapter_map_caption p, .callout_caption p, .callout_orange_caption p{
    margin-top:10px;
	margin-bottom: 0px;
    font-size: 22px;
    line-height: 1.4;
	
	
  }
  
  .chapter_map_caption h1, .callout_caption h1, .callout_orange_caption h1{
	font-size:46px;
	margin-top:0;
	margin-bottom:5px;
	font-weight: 700;
	
}

  
}

/*@media (min-width: 768px) and (max-width: 837px) {
	 .chapter_map_caption {
	 top:60px;
	 
 }
	 
 }*/


@media (max-width: 980px) {
	.acs_chapter_logo {
	margin-top:20px;
	
}
	
}
@media (max-width: 837px) {
	


}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #16667d 0%, #125467 100%);
    background-image: -o-linear-gradient(top, #16667d 0%, #125467 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#16667d), to(#125467));
    background-image: linear-gradient(to bottom, #16667d 0%, #125467 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff16667d', endColorstr='#ff125467', GradientType=0);
  }
  
  .nav_secondary_ul li a{
	display: block;
	margin:5px 15px 5px;
}

.logo_row {
	display:none;
	
}

.navbar-brand {
	display:inline;
	
}

  

}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #16667d 0%, #0e4351 100%);
  background-image: -o-linear-gradient(top, #16667d 0%, #0e4351 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#16667d), to(#0e4351));
  background-image: linear-gradient(to bottom, #16667d 0%, #0e4351 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff16667d', endColorstr='#ff0e4351', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #0f5b72 0%, #093745 100%);
  background-image: -o-linear-gradient(top, #0f5b72 0%, #093745 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f5b72), to(#093745));
  background-image: linear-gradient(to bottom, #0f5b72 0%, #093745 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f5b72', endColorstr='#ff093745', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #84cde3 0%, #5abcda 100%);
  background-image: -o-linear-gradient(top, #84cde3 0%, #5abcda 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#84cde3), to(#5abcda));
  background-image: linear-gradient(to bottom, #84cde3 0%, #5abcda 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff84cde3', endColorstr='#ff5abcda', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #ef9e24 0%, #d1840f 100%);
  background-image: -o-linear-gradient(top, #ef9e24 0%, #d1840f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef9e24), to(#d1840f));
  background-image: linear-gradient(to bottom, #ef9e24 0%, #d1840f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef9e24', endColorstr='#ffd1840f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #946228 0%, #6c471d 100%);
  background-image: -o-linear-gradient(top, #946228 0%, #6c471d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#946228), to(#6c471d));
  background-image: linear-gradient(to bottom, #946228 0%, #6c471d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff946228', endColorstr='#ff6c471d', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #0e4351;
  background-image: -webkit-linear-gradient(top, #16667d 0%, #104b5c 100%);
  background-image: -o-linear-gradient(top, #16667d 0%, #104b5c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#16667d), to(#104b5c));
  background-image: linear-gradient(to bottom, #16667d 0%, #104b5c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff16667d', endColorstr='#ff104b5c', GradientType=0);
  border-color: #104b5c;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #1B7D9A 0%, #1B7D9A 100%);
  background-image: -o-linear-gradient(top, #1B7D9A 0%, #1B7D9A 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1B7D9A), to(#1B7D9A));
  background-image: linear-gradient(to bottom, #1B7D9A 0%, #1B7D9A 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1B7D9A', endColorstr='#ff1B7D9A', GradientType=0);
}

.panel-primary {
	border:none;
	 /*-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
  box-shadow:none;
  -webkit-box-shadow:none;
	
}
.panel-primary > .panel-body {
	background: #D7D6D6;
	
}

.panel-primary > .panel-footer {
	background:#E9E9E9;

}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Fix for container adding padding  */

	.navbar .container {
		padding-bottom: 0;	
	}

/* Default Page Template styling */
.page-template-page-no-title .main-content .container,
.page-template-page-events .main-content .container,
.page-template-default .main-content .container,
.page-template-page-contact .main-content .container,
.page-template-page-about-us .main-content .container,
.page-template-page-chapter-officers .main-content .container,
.single-event .main-content .container,
.eo-tc-page .main-content .container,
.single .main-content .container,
.blog .main-content .container {
	background-color: #ffffff;
}

.page-template-page-no-title h1,
.page-template-page-events h1,
.page-template-default h1,
.page-template-page-contact h1,
.page-template-page-about-us h1,
.page-template-page-chapter-officers h1,
.single-event h1,
.eo-tc-page .main-content h1,
.single .main-content h1 {
	font-weight: 700;	
	font-size: 36px;	
	margin: 28px 0;
}

/* Yoast SEO Breadcrumbs */
#breadcrumbs {
	color: #9da1a3;
	margin-top: 20px;	
	font-style: italic;
	font-size: 14px;	
}

/* Events Page Template styles */

.event-wrapper {
	margin-bottom: 60px;	
	border-bottom: 	1px solid #F1F1F1;
	padding-bottom: 10px;	
}
.page-template-page-events h2 {
	color: #1B7D99;
	margin-bottom: 20px;	
}


/* Wild Apricot login button styles */

.widget_wa_login_widget .button {
	background-color: transparent;
	border: 1px solid #1B7D99;
	color: #1B7D99;
    margin: 10px 0 10px 5px;
    padding: 6px;
    border-radius: 4px;
}

.widget_wa_login_widget .button:hover {
	color: #EF9E24;
	text-decoration: none;
    background-color: #ffffff;
}



.logo_row .acs_chapter_divider {
	color: #EE9D24;
	font-size: 	2.5em;
}


.logo_row .acs_chapter_type,
.logo_row .acs_chapter_type_name {
	
	color: #ffffff;
	font-size: 	2.3em;
}


/* Fix for long Chapter Officers names */
.page-template-page-chapter-officers .executive-officers .col-md-2 {
    height: 340px;
}

.officers .row {
	min-height: 250px;	
}

/* Events Widget List */

.eo-events-widget li h2 {
	font-weight: 700;
}

.eo-events-widget li {
	list-style: none;
}


/* Sidebar Styles */
.sidebar {
	border-left: 2px solid #DFE7EA;
	padding-top: 70px;	
}

.sidebar h3 {
	font-weight: 700;
    font-size: 1.3em;
}


/* blog / news archive page */

.blog .main-content .container {
	padding: 1em 1em 1em 3em;
}


.blog .hentry {
    border-bottom: 15px solid #DFE7EA;
    margin: 0 0 5em;
    padding-bottom: 3em;
}

.blog h1 {
	margin-bottom: 1em;	
}

/* Layout Builder Panel Properties */

.panel-primary {
	background-color: #D7D6D6;
	padding-bottom: 2em;	
}

.panel-primary .widget-title {
	border-radius: 3px;
	color: #fff;
    background-color: #1B7D99;
    font-size: 16px;
    padding: 10px 15px;
}

.panel-primary p {
	padding: 1em;	
}

.officer_info {
	min-height: 75px;
}

.officer_info .officer_title {
	padding: 0.5em 0 0;	
	display: block;
    position: absolute;
    bottom: 0;
}


