/* IcoMoon */
@import url("fonts/icomoon/style.css");

/* jQuery Date Picker UI */
@import url("css/jquery-ui/jquery-ui.css");

/*
Theme Name: Ringwood Bowls Club Inc
Theme URI: http://www.ringwoodbowls.com.au
Author: Gigabit Networking Services Pty Ltd
Author URI: http://www.gigabitns.com.au/
Version: 2.0
Text Domain: ringwood
*/


/* FONTFACE */
@font-face {
    font-family: 'Agenda-Medium';
    src: url(fonts/Agenda-Medium/Agenda-Medium.eot?#iefix) format("embedded-opentype"),
		 url(fonts/Agenda-Medium/Agenda-Medium.otf) format("opentype"),
		 url(fonts/Agenda-Medium/Agenda-Medium.woff) format("woff"),
		 url(fonts/Agenda-Medium/Agenda-Medium.ttf) format("truetype"),
		 url(fonts/Agenda-Medium/Agenda-Medium.svg#Agenda-Medium) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Agenda-Bold';
    src: url(fonts/Agenda-Bold/Agenda-Bold.eot?#iefix) format("embedded-opentype"),
		 url(fonts/Agenda-Bold/Agenda-Bold.otf) format("opentype"),
		 url(fonts/Agenda-Bold/Agenda-Bold.woff) format("woff"),
		 url(fonts/Agenda-Bold/Agenda-Bold.ttf) format("truetype"),
		 url(fonts/Agenda-Bold/Agenda-Bold.svg#Agenda-Bold) format("svg");
    font-weight: 400;
    font-style: normal
}

/* IcoMoon */
.icon { 
	padding: 6px; 
	font-size: 18px; 
	line-height: 18px; 
	color: #ffffff; 
	background: #555555; 
	margin-right: 6px;
	text-decoration: none;
	display: inline-block;
}
a:hover .icon { 
	background: #326f39;
}
.icon-round { 
	border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px; -o-border-radius: 50px;
}
.icon-square {
}
.icon-square-rounded { 
	font-size: 17px;
	padding: 4px; 
	margin: 0;
	font-weight: bold;
	margin-top: -2px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;
}
.icon-med { 
	font-size: 24px; 
	line-height: 24px;
}
.icon-lrg { 
	font-size: 32px;
	line-height: 32px;
}
.icon-blue {
	background: #01386d;
}
.icon-blue-white {
	color: #01386d;
	background: #fff;
}
.icon-green {
	background: #326f39;
}
.icon-green-white {
	color: #326f39;
	background: #fff;
}
.icon-red { 
	background: #326f39;
}
.icon-red-white { 
	color: #326f39;
	background: #fff;
}


img.desaturate {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

svg { max-height: 100%; } /* SVG Webkit Height bug-fix */

/* CORE */
body,
html {
    background-color: #fff;
    color: #777;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: "Agenda-Bold", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #565656;
    margin-top: 20px;
    margin-bottom: 10px;
	color: #01386d;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-family: "Agenda-Medium", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #565656;
    margin-top: 20px;
    margin-bottom: 10px;
}
a,
.btn,
.icon {
    -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
a:hover,
.btn:hover,
.icon:hover {
    -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
img {
    max-width: 100%;
    height: auto;
}
.clear {
    clear: both;
}
.alpha {
    padding-left: 0;
}
.omega {
    padding-right: 0;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.block { display: block; width: 100%; }
.page-content a,
.entry-content a {
    text-decoration: underline;
}
.page-content a.btn {
    text-decoration: none;
}
.entry-content .timely a:visited,
.comment-content .timely a:visited,
.site-footer .widget .timely a:visited {
    color: #f6f56a;
}
.round {
    border-radius: 999em;
}
.draft { display: none !important; }


/* Font Awesome */
.fa-lg {
    font-size: 29px;
}


/* BUTTONS */
.btn.green {
    background-color: #326f39;
    border-color: #326f39
}


/* TIMELY Calendar Widget */
.ai1ec-btn,
.ai1ec-btn-xs {
    padding: 6px 12px!important;
    font-size: 14px!important;
    line-height: 1.42857143!important;
    border-radius: 0!important
}
.ai1ec-agenda-view .ai1ec-date,
.ai1ec-agenda-widget-view .ai1ec-date {
    margin: 0 0 5px;
    background: none
}
.ai1ec-agenda-widget-view .ai1ec-date-title,
.ai1ec-agenda-view .ai1ec-date-title {
    margin: 6.5px .75em 6.5px 0
}
.ai1ec-agenda-widget-view .ai1ec-month,
.ai1ec-agenda-view .ai1ec-month {
    background: none;
    color: #fff;
    text-shadow: none;
    letter-spacing: .1em
}
.ai1ec-agenda-widget-view .ai1ec-date-title,
.ai1ec-agenda-view .ai1ec-date-title {
    border-top: 1px solid #b2b2b2;
    width: 4.3em;
    background: #01386d;
    color: #fff;
    text-shadow: none;
    padding: 4px
}
.ai1ec-agenda-widget-view .ai1ec-event > a {
    background: none;
    color: #7e7e7e
}
.ai1ec-agenda-widget-view .ai1ec-day,
.ai1ec-agenda-view .ai1ec-day {
    padding: .1em 0
}
.page-content .ai1ec-agenda-widget-view .ai1ec-event > a,
.page-content .ai1ec-popover.popup {
    background-color: #fff
}
.ai1ec-btn-group a:visited {
    color: #f6f56a
}
select.form-control,
input.form-control,
textarea.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d9d9d9
}
.site-header {
    z-index: 1000;
    position: relative
}
.top-bar-bg {
    background-color: #fff;
    color: #01386d;
    padding: 10px 0
}
.top-bar-bg p {
    margin: 5px 0 0;
    font-weight: 300;
    float: right
}
.slogan {
    color: #aaa;
    font-family: "Agenda-Medium";
    font-size: 36px
}
.phone {
    margin: 17px 0 7px;
    font-family: "Agenda-Medium";
    font-size: 18px
}
.phone,
.phone a {
    color: #01386d!important
}
#searchFormContainer {
    float: right
}
.top-bar-bg .searchform {
    margin: 0;
    padding: 0;
}
.top-bar-bg .searchform input {
    padding: 5px 12px;
    vertical-align: top;
    color: #b6b6b6;
}
.top-bar-bg .searchform .btn {
	background-color: transparent;
	border: medium none;
	display: block;
	float: right;
	height: 20px;
	position: relative;
	right: 8px;
	width: 20px;
	top: -30px;
}
.btn .fa { display: block; }
.top-bar-bg .searchform .btn:hover,
.top-bar-bg .searchform .btn:active {
    color: #01386d
}
.social-nav {
    float: right;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0
}
.social-nav li {
    float: left
}
.social-nav li a {
    color: #01386d;
    padding: 5px;
    display: block
}
.social-nav li a:hover {
    color: #326f39
}
.fixed-bar-bg {
    -webkit-transition: padding 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: padding 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: padding 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: padding 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000)
}


/* MENU */
.main-nav {
    background: #01386d;
    border-radius: 10px 10px 0 0
}
.top-bar-bg .topbar-brand {
    float: left
}
.top-bar-bg .topbar-brand img, .top-bar-bg .topbar-brand svg {
    width: 183px;
	height: 114px;
}
.navbar-default {
    border: none;
    margin: 0
}
.navbar-default .navbar-brand {
    padding: 10px;
    display: none;
	height: auto;
}
.fixed-bar-bg.affix .navbar-default .navbar-brand {
    width: 120px;
    float: none;
}
.fixed-bar-bg.affix .navbar-default .navbar-brand #logo { height: 62px; }

.navbar-default .navbar-brand .svg .blue,
.navbar-default .navbar-brand .svg .blue path {
    fill: #fff!important
}
.fixed-bar-bg.affix .navbar-default .navbar-nav > li > a {
    font-size: 14px
}
.navbar-default .navbar-brand img {
    width: 100px;
    -webkit-transition: width 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: width 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: width 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: width 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000)
}
.navbar-default .navbar-toggle {
    background-color: #01386d;
    border-color: #01386d
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
    background-color: #9f9f9f
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-default .navbar-toggle .menu-toggle {
    margin: 0;
    line-height: 16px;
    padding-left: 8px;
    float: right;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    display: block
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-family: "Agenda-Medium", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	transition: background 500ms ease 0s, color 500ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-webkit-transition: background 500ms ease 0s, color 500ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-moz-transition: background 500ms ease 0s, color 500ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
	-o-transition: background 500ms ease 0s, color 500ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.fixed-bar-bg.affix .navbar-default .navbar-nav > li > a {
    line-height: 55px
}
.navbar-default .dropdown-menu {
    border: none;
    padding: 10px 0
}
.navbar-default .dropdown-menu>li>a {
    color: #989898;
    padding: 5px 15px
}
.navbar-default .dropdown-menu>.active>a,
.navbar-default .dropdown-menu>.active>a:hover,
.navbar-default .dropdown-menu>.active>a:focus {
    color: #fff
}
#menu-main .current-menu-ancestor>a {
    background-color: #012d57;
    color: #fff;
    font-family: "Agenda-Bold", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #326f39
}


/* BREADCRUMBS */
.breadcrumb-bg {
    padding: 20px 0 0;
    font-weight: 300;
    color: #898989
}
.breadcrumb-bg .breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent
}
.breadcrumb-bg span {
    margin: 0;
    font-size: 12px
}
.breadcrumb-bg a {
    color: #898989;
    text-decoration: underline
}
.divider {
    margin: 0 10px;
    display: inline-block
}


/* CAROUSEL */
.carousel-caption {
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(22, 55, 95, .8); /* 16325f */
    text-align: left;
    padding: 18px;
    font-family: "Agenda-Medium"
}
.carousel-container.home {} #homeCarousel {
    position: relative
}
#homeCarousel img {
    min-width: 100%
}
#homeCarousel .carousel-caption {
    color: #fff;
    font-size: 17px;
    text-shadow: none
}
#homeCarousel .carousel-caption p {
    margin: 0;
    font-weight: 300;
    padding: 0 1% 0 0;
    display: inline-block
}
#homeCarousel .carousel-caption h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
    color: #fff
}
#homeCarousel .carousel-control,
#homeCarousel .carousel-indicators {
    background-image: none
}
.carousel-indicators {
    bottom: 8px;
    width: auto;
    margin: 0;
    right: 0;
    left: auto;
    padding: 18px
}
.carousel-indicators .active {
    color: #326f39
}
.carousel-control {
    width: 7%
}
#carouselOverlay {
    /* background: url('images/pattern.png') repeat; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .65
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 35px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 1000ms ease;
    -moz-transition: opacity 1000ms ease;
    -o-transition: opacity 1000ms ease;
    transition: opacity 1000ms ease
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/* VIDEO */
.video-modal .modal-lg,
.feature-video-modal .modal-lg {
    margin: 30px auto
}
.video-modal .modal-header {
    padding: 10px 15px
}
.video-poster {
    opacity: 1;
    -webkit-transition: opacity 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: opacity 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: opacity 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: opacity 1000ms cubic-bezier(0.770, 0.000, 0.175, 1.000)
}
.feature-video-play {
    border: 1px solid #01386d;
    background-color: #01386d;
    color: #f6f56a;
    padding: 15px 20px;
    margin: 10px 0;
    display: inline-block;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000)
}
.feature-video-play:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000)
}
.video-close {
    position: absolute;
    padding: 15px;
    top: 5%;
    right: 5%;
    color: #01386d;
    cursor: pointer;
    opacity: 1
}
.home-vid-container {
    min-height: 280px
}
.vid {
    margin: 0 0 20px
}
.vid-header {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px
}
.vid-header p {
    margin-bottom: 5px
}
.vid img {
    width: 100%
}

/* FEATURE */
.feature-content-bg {
    background-color: #e9e9e9;
    padding: 65px 0
}
.feature-content-container {
    margin: 0 0 20px;
    overflow: hidden;
    color: #757575
}
.feature-content-container.sidebar {
    padding: 40px 20px 20px;
    margin: 20px 0;
    position: relative;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    z-index: 40;
    text-align: center
}
.feature-content-container.sidebar .fc-item {
    margin: 0 0 35px
}
.feature-content-container h2 {
    margin: 10px 0;
    font-size: 19px;
    color: #757575;
    font-weight: 300
}
.feature-content-container.sidebar h2 {
    color: #989898
}
.feature-content-container.sidebar .fc-header .svg {
    fill: #989898;
    stroke: #989898
}
.fc-item {
    position: relative;
    overflow: hidden;
    color: #757575
}
.fc-header {
    overflow: hidden;
    margin: 0 0 15px
}
.feature-content-container.sidebar .fc-header h2,
.feature-content-container.sidebar .fc-header .svg {
    display: block;
    margin: 0 auto
}
.fc-header h2 {
    display: inline-block;
    vertical-align: top
}
.fc-header .svg {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    fill: #757575
}
.fc-item p {
    font-weight: 300;
    margin: 0 0 20px
}
.btn-fc {
    background-color: #01386d;
    border-color: #01386d;
    color: #f6f56a
}
.btn-primary {} .content-bg {
    background-color: #fff
}
.home-feature-container {
    position: absolute;
    min-height: 640px;
    max-height: 300px;
    margin: 0;
    height: auto;
    right: 0;
    width: 50%;
    overflow: hidden
}
.page-banner {
    position: relative
}
.feature-container {
    height: auto;
    max-height: 305px;
    height: auto;
    width: 100%;
    right: 0;
    overflow: hidden;
    position: relative
}
.hero-img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute
}
.home-feature {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    right: 0
}
.mid-feature-content {
    background: #e7e7e7;
    padding: 3em 0;
}

/* Home */
.home-content { padding: 40px 0; }


/* BASE Footer Columns */
.base-column-content {
    background: #f0f0f0;
    color: #626262
}
.base-column-content h1,
.base-column-content h2,
.base-column-content h3 {
    color: #01386d;
    margin-bottom: 20px
}
.base-column-content .widget-title {
    margin: 20px 0;
    padding: 0;
    font-size: 26px
}
.base-column-content .tab-content {
    border-bottom: none
}
.page-content {
    color: #777;
    background-color: #fff;
    padding: 0 0 45px;
    font-weight: 300;
    overflow: hidden
}
.page-content.home h1 {
    margin: 0 0 15px;
	font-size: 32px;
}
.page-content h1 {
    padding: 10px 0 15px;
    margin: 5px 0 20px
}
.content-pad {
    padding: 20px 0;
    z-index: 40;
    position: relative
}
.hc-item {
    background-color: #eaeaea;
    min-height: 500px;
    margin: 0 0 10px
}
.hc-item > .hc-sub-item:first-child > .hc-header > h3 {
    border-top: 3px solid #92342f
}
.hc-header h3:first-child {
    display: inline-block;
    padding: 30px 30px 0;
    margin: 0;
    color: #3a3a3a;
    font-size: 22px
}
.hc-content {
    border-top: 1px solid #dadada;
    margin: 10px 30px 20px;
    padding: 10px 0
}
.dark-grey-bg {
    background-color: #d9d9d9;
    color: #777
}
.sub-content h1 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 300
}
.sub-content-column {
    padding: 50px 0;
    overflow: hidden
}
.dark-grey-bg.sub-content-column {
    padding: 50px 0 85px 20px;
    overflow: hidden
}


/* News & Curriculum Widgets */
.news,
.curriculum {
    margin-bottom: 3em
}
.news h3,
.curriculum h3 {
    color: #326f39;
    display: inline-block;
    margin: 0 0 1em
}
.news-item,
.curriculum-item {
    margin: 0 0 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000)
}
.curriculum-item {
    text-align: center; min-height: 250px;
}
.news-item a:hover {
    text-decoration: none
}
.news-item .title {
    font-size: 16px
}
a.link-block:hover .news-item,
a.link-block:hover .curriculum-item,
.curriculum-item:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 9px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .15)
}
#curriculum-carousel a, #curriculum-carousel a:hover { color: inherit; text-decoration: none; }
#curriculum-carousel .btn-primary { color: #fff; }
.news-header,
.course-header {
    color: #01386d;
    font-family: "Agenda-Bold", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    margin: 0 0 5px;
    padding: 0 0 5px;
	font-size: 18px;
}
.course-header {
    font-size: 1.6em
}
.news-header .date {
    font-size: 14px;
}
.news-header a {
    display: block;
    color: #01386d
}
.news-thumbnail {
    border-radius: 5px;
    display: inline-block;
    width: 40%;
    *display: inline;
    /* for older IE */
    
    *zoom: 1;
    /* for older IE */
    
    vertical-align: top;
    float: right
}
.news-caption {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    color: #626262;
    margin: 0 2% 0 0;
    font-size: .95em
}
.course-caption {
    color: #626262;
    font-size: .95em
}
.course-caption .btn {
    margin-top: .5em
}
.news-thumbnail img {
    border-radius: 5px;
    width: 100%
}
/* Carousel */
#key-content-prev {
	float: left;
	margin-left: -20px;
}
#key-content-next {
	float: right;
	margin-right: -20px;
}
.kc-control {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 100%;
	display: block;
	height: 40px;
	margin-top: -160px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	z-index: 10;
}
.kc-control span {
	font-size: 20px;
	left: 23%;
	position: absolute;
	top: 23%;
}
/* -- */


/* Calendar Widget */
.date {
    margin: 0
}
.vcalendar {
    padding: 0;
    margin: 0 0 10px;
    overflow: hidden
}
/* -- */


/* Documents Widget */
#documentsNav {
    margin: 0 0 10px
}
#documentsNav li a {
    color: #777
}
#documentsNav li.active a {
    background-color: #b5b5b5;
    color: #fff
}
.home-documents .list-group-item {
    background-color: #e9e9e9;
    border-color: #d8d8d8;
    padding: 8px 10px
}
.home-documents .list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}
.home-documents .list-group-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}
.home-documents .fa {
    margin: 0 4px 0 0
}
.home-documents a:hover {
    text-decoration: none
}
/* -- */


/* TESTIMONIALS */
.testimonials-container {
    margin: 0 0 25px;
    overflow: hidden
}
.testimonial {
    overflow: hidden;
    margin: 0 0 20px
}
.row.testimonial {
    margin-bottom: 2em
}
.testimonial-thumbnail {
    margin: 0 2% 0 0;
    display: inline-block;
    width: 30%;
    *display: inline;
    /* for older IE */
    
    *zoom: 1;
    /* for older IE */
    
    vertical-align: top
}
.testimonial-caption {
    display: inline-block;
    width: 62%;
    vertical-align: top
}
.testimonial-header {
    font-size: 1.1em;
    font-family: "Agenda-Medium", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif
}
.testimonial-header strong {
    display: block
}
.testimonial p {
    margin: 0 0 5px
}
.testimonial-caption-text {
    font-size: 13px;
    font-style: italic
}


/* FEATURE VIDEO */
.feature-vid {
    display: inline-block;
    width: 47%;
    margin: 0 2% 15px 0;
    position: relative
}
.feature-vid img {
    width: 100%;
    height: auto;
    border: 1px solid #949494;
    border-radius: 5px
}
.feature-vid-btn {
    display: block;
    opacity: .8;
    background-color: #b5b5b5;
    background-image: url(images/play.png);
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    border: none;
    width: 32%;
    height: 43%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -17%;
    top: 50%;
    margin-top: -17%
}
.feature-vid-btn:hover {
    background-color: #01386d;
    opacity: 1
}
.vid .feature-vid-btn {
    height: 38%;
    top: 54%
}


/* SIDEBAR */
.sub-content .sidebar-container {
    margin: 0 0 25px
}
.sidebar-container,
.sidebar-nav-container {
    margin: 20px 0
}
.sidebar-nav-container h4 {
    color: #fff;
	display: inline-block;
}
.sidebar-nav {
    padding: 10px;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
	background: #326f39;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    /*background-color: #fff;
    border: 1px solid #e9e9e9;
	box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .05)*/
}
.sidebar-nav a {
    color: #fff;
    text-decoration: none
}
.sidebar-nav .current_page_item > a:first-child {
    color: #fff;
    font-weight: 700;
    background-color: rgba(0,0,0,.1);
}
.nav-list,
.nav-list .children {
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0
}
.nav-list .children {
    font-size: 13px
}
.nav-list>li>a,
.nav-list .nav-header,
.nav-list .children {
    margin: 1px -15px
}
.nav-list>li>a,
.nav-list .children>li>a {
    padding: 5px 15px;
    display: block
}
.nav-list>li>a:hover,
.nav-list>li>a:focus {
    text-decoration: none;
    background-color: rgba(255,255,255,.1);
}


/* DOCUMENTS */
.documents-dropdown {
    margin: 0 0 30px;
    z-index: 45;
    position: relative
}
.documents-dropdown .dropdown-toggle {
    padding: 15px 20px;
    color: #989898;
    border: 1px solid #e9e9e9
}
.documents-dropdown .dropdown-menu li a {
    color: #01386d
}
.panel-heading {
    font-size: 16px;
    font-weight: 700;
    color: #787878!important
}
.tab-content {
    padding: 10px 0;
    margin: 0 0 20px;
    /* border-bottom: 1px solid #ddd; */
    overflow: hidden
}
.nav-tabs,
.nav-pills {
    margin: 10px 0
}
.nav-tabs a {
    text-decoration: none;
    font-weight: 700
}

.documents h4 { display: inline-block; color: #fff; }
.documents .list-group {
	background: #326f39;
	border-radius: 10px 10px 0 0;
	color: fff;
	padding-bottom: 1em;
}
.documents .list-group-item { background: none; border: none; }
.documents .list-group-item a { color: #fff; }
.documents .list-group-item i.fa { padding: 5px 3px 10px 0; float: left; }



/* NEWS ARTICLES */
.news-page-item {
    margin: 0 0 20px;
    padding: 20px;
    position: relative;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    z-index: 40;
    overflow: hidden
}
.news-page-item .entry-header {
    margin: 0 0 10px
}
.entry-meta {
    margin: 0 0 15px
}
.entry-thumbnail {
    margin: 0em 0 15px
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th {
    border: 1px solid #ddd;
    background-color: #efefef
}


/* WIDGETS */
.page-content .widget {
    padding: 10px 20px 20px;
    margin: 30px 0 20px;
    position: relative;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    z-index: 40
}
.widget h3 {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 10px 0 5px
}
.widget_recent_entries {
    padding: 0!important;
    border: none!important;
    margin: 30px 0!important
}
.widget_recent_entries ul {
    margin-bottom: 20px;
    padding-left: 0
}
.widget_recent_entries ul li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.widget_recent_entries ul li a:before {
    content: "\f0f6";
    font-family: FontAwesome;
    margin-right: 5px;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}
.widget_recent_entries ul li:last-child {
    margin-bottom: 0
}


/* GRAVITY FORMS */
.gform_description { display: block; margin-bottom: 1em; }
.gfield_label {
    font-weight: 700
}
.gform_wrapper textarea.large {
    height: 14.5rem!important
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin-left: -18px!important;
    margin-top: 3px
}
.gform_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible
}
.gform_wrapper .ginput_complex.ginput_container {
    overflow: hidden
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span {
    width: 49%
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_first {
    float: left;
    width: 49%
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
    float: right;
    width: 49%
}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
    min-height: 2.813em;
    display: block;
    overflow: hidden
}
.gform_wrapper .ginput_complex .ginput_left {
    width: 49%;
    float: left
}
.gform_wrapper .ginput_complex .ginput_right {
    width: 49%;
    float: right
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
    display: block;
    font-size: .875em;
    letter-spacing: .5pt
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
    margin-right: .375em
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    margin: 0 0 .5em;
    line-height: 1.3em
}
.gfield_required {
    margin: 0 .3rem;
    color: #326f39
}
.gform_validation_container {
    display: none
}
.gform_ajax_spinner {
    margin: 0 .5rem
}
#gform_1 {
    margin-top: 20px
}


/* FOOTER */
.contact-map-wrapper {
    margin: 25px 0 0
}
#contact-map {
    height: 300px
}
.footer-bg {
    background-color: #e5e5e5;
    color: #9a9a9a;
    padding: 35px 0 15px;
    font-weight: 300;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, .05)
}
.footer-bg a {
    color: #326f39
}
.social-nav.footer li a {
    padding: 0
}
.social-nav.footer li a .fa-inverse {
    color: #e5e5e5;
    -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000)
}
.social-nav.footer li a:hover .fa-circle {
    color: #01386d;
    -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000)
}
.social-nav.footer li a:hover .fa-inverse {
    color: #fff;
    -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000)
}
.social-nav.footer .fa-circle {
    color: #b0b0b0;
    -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000)
}
.site-info {
    font-size: 11px;
    text-align: center;
    padding: 35px 0 0
}


/* Media Queries */
@media (min-width: 1200px) {
    #homeCarousel .carousel-caption {
        bottom: 0;
        font-size: 26px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.fixed-bar-bg.affix .navbar-default .navbar-nav > li > a {
		font-size: 13px;
	}
    .news-caption p {
        font-size: 13px
    }
    .navbar-default {
        font-size: 13px
    }
    .navbar-default .navbar-brand img {
        width: 170px
    }
    .feature-content-container h2 {
        font-size: 17px
    }
    .fc-header .svg {
        width: 40px;
        height: 40px
    }
    #homeCarousel .carousel-caption h1 {
        font-size: 30px
    }
    #homeCarousel .carousel-caption {}
}
@media (min-width: 992px) {
	.fixed-bar-bg.affix .navbar-default .navbar-brand {
    	display: block;
	}
	
	.fixed-bar-bg.affix {
		background-color: #01386d;
		position: fixed;
		top: 0;
		width: 100%;
		padding: 0;
		-webkit-transition: padding 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-moz-transition: padding 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-o-transition: padding 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		transition: padding 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000)
	}
	.fixed-bar-bg.affix .navbar-default .navbar-brand img {
		width: 180px;
		-webkit-transition: width 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-moz-transition: width 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-o-transition: width 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		transition: width 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000)
	}
	
    .navbar-nav {
        float: right
    }
    .sidebar-container,
    .sidebar-nav-container {
        z-index: 40;
        position: relative
    }
    .documents-dropdown .dropdown-toggle {
        width: 100%
    }
    .video-play {
        border: 1px solid #fff;
        background: none
    }
}
@media (max-width: 992px) {
	.slogan { font-size: 14px; }
	.affix { position: relative; }
	
	.fc-item {
        padding: 0 0 35px;
        margin: 0 0 35px;
        border-bottom: 1px solid #efefef
    }
    .carousel-inner .container {
        padding: 0
    }
    #homeCarousel .carousel-caption {
        position: static;
        background: #01386d
    }
    #homeCarousel .carousel-caption h1 {
        color: #757575;
        font-size: 25px
    }
    #homeCarousel .carousel-indicators {} #homeCarousel .carousel-indicators li {} #homeCarousel .carousel-indicators li.active {} .feature-content-container {
        text-align: center
    }
    .feature-content-bg {
        padding-bottom: 0
    }
    .video-modal .modal-lg,
    .feature-video-modal .modal-lg {
        margin: 40px auto
    }
    .dark-grey-bg.sub-content-column {
        padding: 30px 0;
        background-color: #e9e9e9
    }
}
@media (max-width: 767px) {
	.top-bar-bg .topbar-brand img, .top-bar-bg .topbar-brand svg { width: 100px; height: 62px; }
	.slogan { display: none; } .phone { margin-top: 0; }
	.social-nav { margin-right: 0; padding-right: 0; }
	.fa-lg { font-size: 22px; } .icon-square-rounded { padding: 3px 4px; line-height: 14px; font-size: 12px; }
	.navbar { min-height: auto; } .navbar-toggle { margin-top: 4px; margin-bottom: 4px; }
	
    #searchFormContainer {
        width: 100%;
        overflow: hidden
    }
    .top-bar-bg .searchform {
        width: 100%;
        clear: both;
        padding: 10px 0;
        border: none;
        float: left;
        margin-top: 10px
    }
    .top-bar-bg .searchform input[type="text"] {
        width: 88%;
        height: 35px;
        float: left
    }
    .top-bar-bg .searchform .btn {
        width: 10%;
        height: 35px;
        float: right;
		top: 0;
    }
	
	.carousel-caption { padding: 12px; } #homeCarousel .carousel-caption p { display: block; } #homeCarousel .carousel-caption p:first-child { padding-bottom: 2.2%; }
	.carousel-control { display: none; }
}
@media (max-width: 480px) {
	
}
/* End Media Queries */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #7d7b6d
}
:-moz-placeholder {
    color: #7d7b6d
}
::-moz-placeholder {
    color: #7d7b6d
}
:-ms-input-placeholder {
    color: #7d7b6d
}
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto
}
img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%
}
/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {
    max-width: 100%!important
}
/* Images */

.alignleft {
    float: left
}
.alignright {
    float: right
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0
}
.wp-caption.alignleft {
    margin: 5px 10px 5px 0
}
figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px
}
.wp-caption.alignright {
    margin: 5px 0 5px 10px
}
img.aligncenter {
    margin: 5px auto
}
img.alignnone {
    margin: 5px 0
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px
}
div.wp-caption.alignright img[class*="wp-image-"] {
    float: right
}
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0 40px 0 0
}
.nav-menu li {
    display: inline-block;
    position: relative
}
.nav-menu li a {
    color: #141412;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 15px 20px;
    text-decoration: none
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
    background-color: #220e10;
    color: #fff
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #220e10;
    border: 2px solid #f7f5e7;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0
}
ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #326f39
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #326f39;
    font-style: italic
}
.menu-toggle {
    display: none
}
/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta > span {
    margin-right: 20px
}
.entry-meta > span:last-child {
    margin-right: 0
}
.featured-post:before {
    content: "\f308";
    margin-right: 2px
}
.entry-meta .date a:before {
    content: "\f303"
}
.comments-link a:before {
    content: "\f300";
    margin-right: 2px;
    position: relative;
    top: -1px
}
.entry-meta .author a:before {
    content: "\f304";
    position: relative;
    top: -1px
}
.categories-links a:first-child:before {
    content: "\f301"
}
.tags-links a:first-child:before {
    content: "\f302";
    position: relative;
    top: -1px
}
.edit-link a:before {
    content: "\f411";
    position: relative;
    top: -1px
}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none
}
/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content blockquote {
    font-size: 24px
}
.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px
}
footer.entry-meta {
    margin-top: 24px
}
.format-standard footer.entry-meta {
    margin-top: 0
}
/* Page links */

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase
}
.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none
}
.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #e63f2a;
    border: 1px solid #e63f2a;
    color: #fff
}
.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #326f39
}
.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none
}
.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0
}
/* Mediaelements */

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0
}
/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin: 20px 0;
    overflow: hidden
}
.gallery-item {
    float: left;
    margin: 0 4px 5px 0;
    border: 2px solid #eaeaea;
    overflow: hidden;
    position: relative
}
.gallery-item:hover {
    border: 2px solid #cacaca
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item {
    text-align: center
}
.gallery-columns-3 .gallery-item {
    max-width: 33%;
    max-width: -webkit-calc(33% - 4px);
    max-width: calc(33% - 4px)
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px)
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px)
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px)
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px)
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px)
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px)
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1) {
    clear: left
}
.gallery-caption {
    background-color: #505050;
    background-color: rgba(60, 60, 60, 0.9);
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
    max-height: 100%;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%
}
.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}
.gallery-item:hover .gallery-caption {
    opacity: 1
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}
/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */
/* Aside */

.format-aside {
    background-color: #f7f5e7
}
.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2)
}
.format-aside .entry-meta {
    margin-top: 0
}
.format-aside blockquote {
    font-size: 100%;
    font-weight: 400
}
.format-aside cite {
    font-size: 100%;
    text-transform: none
}
.format-aside cite:before {
    content: "\2014";
    margin-right: 5px
}
/* Audio */

.format-audio {
    background-color: #db572f
}
.format-audio .entry-title {
    font-size: 28px;
    font-weight: 700
}
.format-audio .entry-content:before {
    content: "\f109";
    float: left;
    font-size: 64px;
    position: relative;
    top: 4px
}
.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
    color: #fbfaf3
}
.format-audio .audio-content {
    background: url(images/dotted-line.png) repeat-y left top;
    background-size: 4px 4px;
    float: right;
    padding-left: 35px;
    width: 80%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px)
}
.format-audio .wp-audio-shortcode {
    height: 30px!important;
    /* Override mediaelement.js style */
    
    margin: 20px 0;
    max-width: 400px!important
    /* Override mediaelement.js style */
}
.format-audio audio {
    max-width: 100%!important
    /* Avoid player width overflow. */
}
/* Chat */

.format-chat {
    background-color: #eadaa6
}
.format-chat .entry-title {
    font-size: 28px;
    font-weight: 700
}
.format-chat .entry-meta a,
.format-chat .entry-content a {
    color: #722d19
}
.format-chat .entry-meta .date a:before {
    content: "\f108";
    margin-right: 2px
}
.format-chat .entry-meta .author {
    display: none
}
.format-chat .chat {
    margin: 0
}
.format-chat .chat .chat-timestamp {
    color: #722d19;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 10px 0
}
.format-chat .chat .fn {
    font-style: normal
}
/* Gallery */

.format-gallery {
    background-color: #fbca3c
}
.format-gallery .entry-header {
    margin-bottom: 15px
}
.format-gallery .entry-title {
    font-size: 50px;
    font-weight: 400;
    margin: 0
}
.format-gallery .entry-meta a,
.format-gallery .entry-content a {
    color: #722d19
}
/* Image */

.format-image .entry-title {
    font-size: 28px;
    font-weight: 700
}
.format-image .categories-links,
.format-image .tags-links {
    display: none
}
/* Link */

.format-link {
    background-color: #f7f5e7
}
.blog .format-link:first-of-type,
.single .format-link:first-of-type {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2)
}
.format-link .entry-header,
.format-link .entry-content p:last-child {
    margin-bottom: 0
}
.format-link .entry-title {
    color: #ca3c08;
    display: inline;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin-right: 20px
}
.format-link .entry-title a {
    color: #bc360a
}
.format-link div.entry-meta {
    display: inline
}
/* Quote */

.format-quote {
    background-color: #210d10
}
.format-quote .entry-content,
.format-quote .entry-meta {
    color: #f7f5e7
}
.format-quote .entry-content blockquote {
    font-size: 28px;
    margin: 0
}
.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
    color: #e63f2a
}
.format-quote .entry-content cite a {
    border-bottom: 1px dotted #fff;
    color: #fff
}
.format-quote .entry-content cite a:hover {
    text-decoration: none
}
.format-quote blockquote small,
.format-quote blockquote cite {
    display: block;
    font-size: 16px
}
.format-quote blockquote {
    font-style: italic;
    font-weight: 300;
    padding-left: 75px;
    position: relative
}
.format-quote blockquote:before {
    content: '\201C';
    font-size: 140px;
    font-weight: 400;
    line-height: .8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px
}
.format-quote .entry-meta .author {
    display: none
}
/* Status */

.format-status {
    background-color: #722d19;
    padding: 0
}
.format-status .entry-content,
.format-status .entry-meta {
    padding-left: 35px;
    position: relative
}
.format-status .entry-content a {
    color: #eadaa6
}
.format-status .entry-meta a {
    color: #f7f5e7
}
.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
    padding-left: 95px
}
.format-status .entry-content:before,
.format-status .entry-meta:before {
    background: url(images/dotted-line.png) repeat-y left bottom;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px
}
.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
    left: 70px
}
.format-status .categories-links,
.format-status .tags-links {
    display: none
}
/* Ensures the dots in the dot background are in lockstep. */

.format-status .entry-meta:before {
    background-position: left top
}
.format-status .entry-content {
    color: #f7f5e7;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative
}
.format-status .entry-content p:first-child:before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    height: 3px;
    margin-top: 13px;
    position: absolute;
    left: 4px;
    width: 13px
}
.sidebar .format-status .entry-content > p:first-child:before {
    left: 64px
}
.format-status .entry-content p:last-child {
    margin-bottom: 0
}
.format-status .entry-meta {
    margin-top: 0;
    padding-bottom: 40px
}
.format-status .entry-meta .date a:before {
    content: "\f105"
}
/* Video */

.format-video {
    background-color: #db572f
}
.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
    color: #fbfaf3
}
.format-video .entry-title {
    font-size: 50px;
    font-weight: 400
}
.format-video .entry-meta {
    color: #220e10
}
/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0
}
.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0
}
.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0
}
.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px
}
.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right
}
.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px
}
.attachment footer.entry-meta {
    display: none
}
.attachment-meta:before {
    content: "\f307"
}
.full-size-link a:before {
    content: "\f402"
}
.full-size-link:before {
    content: none
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08
}
.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0
}
.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative
}
.image-navigation a:hover {
    text-decoration: none
}
.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px
}
.image-navigation .nav-previous {
    left: 0
}
.image-navigation .nav-next {
    right: 0
}
.image-navigation .meta-nav {
    font-size: 32px;
    vertical-align: -4px
}
.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center
}
.attachment .entry-attachment .attachment {
    display: inline-block
}
.attachment .entry-caption {
    text-align: left
}
.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px
}
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0
}
.attachment .site-main .sidebar-container {
    display: none
}
.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto
}
.attachment .entry-content .wp-video {
    margin: 0 auto
}
.attachment .entry-content .mejs-container {
    margin-bottom: 24px
}
/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
    float: left
}
.navigation .nav-next {
    float: right
}
.navigation {
    margin: 30px 0
}
.navigation h4 {
    color: #01386d
}
.pagination {
    margin: 10px 0
}
.paging-navigation {
    padding: 40px 0
}
.paging-navigation .nav-links {
    margin: 0 auto;
    max-width: 604px;
    width: 100%
}
.paging-navigation .nav-next {
    padding: 13px 0
}
.paging-navigation a {
    font-size: 22px;
    font-style: italic
}
.paging-navigation .meta-nav {
    display: inline-block;
    font-size: 22px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px
}
.paging-navigation .nav-previous .meta-nav {
    margin-right: 10px;
    padding: 17px 0 23px;
    width: 80px
}
.paging-navigation .nav-next .meta-nav {
    margin-left: 10px
}
.post-navigation a[rel="next"] {
    float: right;
    text-align: right
}
/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%
}
.mu_alert {
    margin-top: 25px
}
.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px
}
.site-main .mu_register input[type="submit"] {
    width: auto
}
/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
    float: right;
    width: 300px
}
/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */
/* Retina-specific styles. */

@media print,
(-o-min-device-pixel-ratio: 54),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .site-header .search-field {
        background-image: url(images/search-icon-2x.png)
    }
    .format-audio .audio-content,
    .format-status .entry-content:before,
    .format-status .entry-meta:before,
    .comment-list > li:after,
    .comment-list .children > li:before {
        background-image: url(images/dotted-line-2x.png)
    }
}
@media print {
    body {
        background: none!important;
        color: #000;
        font-size: 10pt
    }
    footer a[rel="bookmark"]:link:after,
    footer a[rel="bookmark"]:visited:after {
        content: " [" attr(href) "] "
        /* Show URLs */
    }
    .site {
        max-width: 98%
    }
    .site-header {
        background-image: none!important
    }
    .site-header .home-link {
        max-width: none;
        min-height: 0
    }
    .site-title {
        color: #000;
        font-size: 21pt
    }
    .site-description {
        font-size: 10pt
    }
    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none
    }
    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%
    }
    .page-title,
    .entry-title {
        font-size: 21pt
    }
    .entry-meta {
        color: #444;
        font-size: 10pt
    }
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0
    }
    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0
    }
    .format-image .entry-content .size-full {
        margin: 0
    }
    /* Remove colors from post formats */
    
    .hentry {
        background-color: #fff
    }
    /* Comments */
    
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto
    }
    .comment-metadata {
        float: none
    }
    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333
    }
}