/*
    Equine Science Center Global CSS file

    This is loaded after wp_head(). We add this because
    stylesheet_directory_uri forces us to have to upload
    to nf-labs every time we want to make changes.
*/

/* Reset outline (appears in FF) */
body *:active,
body *:focus {
    outline: none;
}


/* Open Sans */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300,600,400);

/* Pseudo */

hr {
    margin: 0;
    border-top: 1px solid #c1c1c1;
}

/* Typography */

h1, h2, h3, h4, h5, h6, li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-top: 0;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 2em;
}

.content p {
    margin-bottom: 30px;
}

h1 {
    font-size: 36px;
    margin-bottom: 25px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h5.txt-caps {
    text-transform: uppercase;
    font-weight: 600;
}

h6 {
    font-size: 16px;
}

a, button {
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    color: #e51937;
}

table {
    width: 100%;
}

/* Helpers */

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.bg-white {
    background: #fff;
}

.bg-off-white {
    background: #f8f8f8;
}

.bg-off-white-dark {
    background: #f1f1f1;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.grid-padding-fix {
    margin-left: 15px;
    margin-right: 15px;
}

img.full {
    width: 100%;
}

.hidden {
    display: none;
}

/* Bootstrap Overrides */

.container {
    width: 100%;
    max-width: 1680px;
}

.container.full {
    width: 100% !important;
    max-width: 100% !important;
}

.carousel img {
    width: 100%;
}

.sidebar #events .carousel-control span {
    padding: 0;
    background-color: #ffffff;
}

.sidebar #events .carousel-control {
    background-image: none;
}

.sidebar #events .carousel-control.left {
    margin-left: 0;
    padding-left: 0;
}

.sidebar #events .carousel-control.right {
    margin-right: 0;
    padding-right: 0;
}

.panel-default > .panel-heading {
    padding: 25px;
    cursor: pointer;
}

.panel-default > .panel-heading .panel-title {
    font-size: 20px;
}

.navbar-toggle {
    background: #fff;
}

.navbar-toggle .icon-bar {
    background: #333;
}

/* wmg-gridfolio Overrides */

.wmg-container {
    background: #2a2a2a;
    opacity: 1;
}

.wmg-thumbnail {
    background-color: #2a2a2a;
}

.wmg-thumbnail img {
    max-width: none !important;
    max-height: none !important;
    position: relative;
}

.wmg-thumbnail .over-image-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.wmg-details-content, .wmg-arrow {
    background-color: #2a2a2a;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.wmg-item {
    float: left;
}

.wmg-details {
    margin-top: 0;
}

.wmg-item.open .wmg-details {
    z-index: 10000;
}

.wmg-item .open {
    margin-bottom: 0;
}

.wmg-container.open {
    background-color: #2a2a2a;
}

/* Colors */

.text-red {
    color: #e51937 !important;
}

.text-white {
    color: #ffffff !important;
}

.bg-red {
    background: #e51937;
}

.bg-dark-gray {
    background: #2a2a2a;
}

.bg-dark-gray .content {
    background: #fff;
}

/* Popovers */

.popover {
    max-width: none;
}

.popover-content {
    color: #ffffff;
    background-color:#e51937;
    font-size: 30px;
}

.popover-content a {
    color: #ffffff;
    text-decoration: none;
}

.popover .arrow, .popover.left>.arrow:after { /* Used to style the arrow right (data-placement: left) */
    border-left-color: #e51937;
}

.page-id-910 .popover .arrow, .popover.top>.arrow:after { /* Used to style the arrow right (data-placement: top) */
    border-top-color: #e51937;
    border-left-color: transparent;
}

.page-id-49 .popover .arrow, .page-id-49 .popover.bottom>.arrow:after { /* Used to style the arrow up (data-placement: bottom) */
    border-left-color: transparent;
    border-bottom-color: #e51937;
}

.popover {
    background-color: #e51937;
}

/* Buttons */

button {
    cursor: pointer;
}

.btn, .acf-form-submit .button-large {
    font-family: 'Open Sans', sans-serif;
}

.btn-esc, .acf-form-submit .button-large {
    font-size: 18px;
    padding: 20px 15px;
    font-weight: 600;
    display: block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-red {
    background: #e51937;
    color: #fff;
}

.btn-red:hover {
    color: #fff;
    background: #e51937;
}

.btn-gray {
    background: #2a2a2a;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-gray:hover {
    background: #111;
    color: #fff;
}

.btn-text-caps {
    color: #2b2b2b;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-text-caps.red {
    color: #e51937;
}

.btn-off-white {
    background: #f8f8f8;
    color: #000000;
}

.btn-off-white:hover {
    background: #e51937;
    color: #ffffff;
}

.btn-trans {
    background: transparent;
    border: 1px solid #fff;
}

/* Icons */

@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?qs7pg5');
    src:url('../fonts/icomoon.eot?#iefixqs7pg5') format('embedded-opentype'),
    url('../fonts/icomoon.woff?qs7pg5') format('woff'),
    url('../fonts/icomoon.ttf?qs7pg5') format('truetype'),
    url('../fonts/icomoon.svg?qs7pg5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: "\e094";
}

.icon-arrow-right:before {
    content: "\e095";
}

.icon-calendar:before {
    content: "\e600";
}

.icon-facebook:before {
    content: "\e601";
}

.icon-twitter:before {
    content: "\e602";
}

.icon-linkedin:before {
    content: "\e603";
}

.icon-mail:before {
    content: "\e604";
}

.icon-youtube:before {
    content: "\e605";
}

.icon-keyboard-arrow-left:before {
    content: "\e606";
}

.icon-phone:before {
    content: "\e607";
}

.icon-keyboard-arrow-down:before {
    content: "\e608";
}

.icon-keyboard-arrow-right:before {
    content: "\e609";
}

.icon-forward:before {
    content: "\e60a";
}

.icon-play-arrow:before {
    content: "\e60b";
}

.icon-icon-search:before {
    content: "\e60c";
}

.icon-bubble:before {
    content: "\f0e5";
}

.icon-download:before {
    content: "\e069";
}

.icon-play-pause:before {
    content: "\f0bb";
}

.icon-plus:before {
    content: "\f05d";
}

.icon-volume:before {
    content: "\e60d";
}

.icon-volume-increase:before {
    content: "\e60e";
}

.icon-volume-decrease:before {
    content: "\e60f";
}

/* Extend Icons */

.icon-cv {
    border: 1px solid #333;
}

.black-circle {
    color: #ffffff;
    background-color: #000000;
    font-size: 14px;
    border-radius: 20px;
    padding: 5px;
    border: 1px transparent;
}

.red-circle {
    color: #ffffff;
    background-color: #e51937;
    font-size: 14px;
    border-radius: 20px;
    padding: 5px;
    border: 1px transparent;
}

.trans-circle {
    color: #2b2b2b;
    font-size: 14px;
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #2b2b2b;
}

/* Audio Elements */

.audio-player {
    background: #e51937;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.audio-player .light-gray {
    background-color: #535353;
}

.morning-show-file .player-container {
    padding-top: 15px;
}

.audio-player .header-container,
.audio-player .actions-container {
    padding: 15px;
    color: #fff;
}

.audio-player .file-actions {
    line-height: 0;
}

.audio-player .header-container.bg-dark-gray {
    text-transform: uppercase;
    font-weight: 400;
}

.audio-player .morning-show-file .file-actions,
.audio-player .morning-show-file .actions-container {
    position: relative;
    height: 126px;
}

.audio-player.morning-show-file .file-actions > a,
.audio-player.morning-show-file .actions-container > a {
    top: 5px;
    position: relative;
}

.audio-player .player-container {
    background: #2a2a2a;
    padding-right: 0;
    padding-bottom: 15px;
}

.audio-player .actions-container {
    padding-left: 0;
    color: #fff;
    font-size: 31px;
    padding-bottom: 0;
    text-align: center;
    line-height: 0;
}

.audio-player .player-container h5 {
    color: #fff;
    font-size: 14px;
}

.audio-player .audio-element {
    padding: 10px;
    border: 1px solid #b5b5b5;
    margin-left: 0;
}

.audio-player .audio-element .btn-play-pause {
    background: #e51937;
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 25px;
    height: 25px;
    padding: 0;
}

.audio-player .audio-element .btn-play-pause span {
    font-size: 20px;
}

.btn-play-pause.playing .icon-play-arrow:before {
    content: "\f0bb";
}

.audio-player .audio-element progress {
    width: 100%;
    margin-top: 7px;
    background: #959595;
}

.audio-player .audio-element .audio-time,
.audio-player .audio-element .audio-volume {
    float: left;
}

.audio-player .audio-element .audio-time {
    color: #fff;
    margin-top: 4px;
}

.audio-player .audio-element .audio-volume {
    margin-left: 15px;
    margin-top: 5px;
}

.audio-player .audio-element .audio-volume span {
    color: #fff;
}

.audio-element .col-md-9 {
    margin: 5px auto;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    font-weight: normal;
    color: #555555;
    border-radius: 20px;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #959595;
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #e51937;
    color: #222222;
    font-weight: bold;
}


/* FF */
.audio-player .audio-element progress::-moz-progress-bar { background: #e51937; }

/* chrome */
.audio-player .audio-element progress::-webkit-progress-value { background: #e51937; }

/* ie 10 */
.audio-player .audio-element progress { color: #e51937; }

.btn-voldown, .btn-volup {
    background: none;
}

/* Layout */

.content h1:first-of-type {
    color: #e51937;
}

.over-image-content{
    padding: 5px;
    /*background: rgba(40,40,40,0.4); overlay*/
    position: absolute;
    bottom: 30px;
}

.gradient, .wp-caption-text {
    width: 100%;
    z-index: 1;
    height: 33%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.0001) 0%, rgba(0, 0, 0, .4) 100%);
}

.gradient-top {
    width: 100%;
    z-index: 1;
    height: 33%;
    position: absolute;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, .4) 100%);
}

.callout .over-image-content {
    width: 100%;
}

.active-panel-heading .icon-keyboard-arrow-down { /* Flips the down arrow up on accordions */
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft
}

.page-id-4 #cc_form_2 .kws_input_container h2, .page-id-4 #cc_form_2 .kws_input_container p {
    padding: 0;
}

.page-id-4 #cc_form_2 .kws_input_container h2 {
    padding-bottom: 10px;
}

.page-id-4 .newsletter-signup div#cc_form_2.kws_form {
    background: transparent;
    margin: -230px auto;
    padding: 10%;
    border: none;
    min-width: inherit;
}

.page-id-4 .newsletter-wrapper {
    position: relative;
    width: 100%;
}

.page-id-4 .col-md-5.newsletter-signup input {
    height: 60px;
    background: transparent;
    border: 1px solid #ffffff;
    padding: 15px;
}

.page-id-4 .col-md-5.newsletter-signup input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFF;
    font-weight: 300;
}
.page-id-4 .col-md-5.newsletter-signup input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #FFF;
    opacity:  1;
    font-weight: 300;
}
.page-id-4 .col-md-5.newsletter-signup input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #FFF;
    opacity:  1;
    font-weight: 300;
}
.page-id-4 .col-md-5.newsletter-signup input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FFF;
    font-weight: 300;
}

.page-id-4 #cc_form_2 .kws_input_container {
    padding-bottom: 20px;
}

.share-icon {
    background: url('../images/ico-share.png') no-repeat;
    height: 30px;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
}

 input.placeholder::-webkit-input-placeholder, textarea.placeholder::-webkit-input-placeholder,
 .comments-area input::-webkit-input-placeholder, .comments-area textarea::-webkit-input-placeholder {
 font-size: 12px;
    color: #e51937 !important;
    /*text-transform: uppercase;*/
    /*text-align: center;*/
}
input.placeholder::-webkit-input-placeholder, textarea.placeholder::-webkit-input-placeholder
.comments-area input::-webkit-input-placeholder, .comments-area textarea::-webkit-input-placeholder { /* older Firefox*/
    font-size:12px;
    color: #e51937 !important;
    /*text-transform: uppercase;*/
    /*text-align: center;*/
}
input.placeholder::-webkit-input-placeholder, textarea.placeholder::-webkit-input-placeholder
.comments-area input::-webkit-input-placeholder, .comments-area textarea::-webkit-input-placeholder { /* Firefox 19+ */
    font-size: 12px;
    color: #e51937 !important;
    /*text-transform: uppercase;*/
    /*text-align: center;*/
}
input.placeholder::-webkit-input-placeholder, textarea.placeholder::-webkit-input-placeholder
.comments-area input::-webkit-input-placeholder, .comments-area textarea::-webkit-input-placeholder {
    font-size: 12px;
    color: #e51937 !important;
    /*text-transform: uppercase;*/
    /*text-align: center;*/
}

#top-bar {
    background: #2a2a2a;
    color: #fff;
    padding-bottom: 0;
    height: 60px;
    overflow: hidden;
    position: relative;
    z-index: 40;
}

#top-bar .site-logo {
    padding: 10px 0 0 10px;
    float: left;
    position: absolute;
    z-index: 50;
}

#top-bar .site-logo img {
    max-height: 40px;
}

#top-bar .navbar-right {
    float: right;
}

#top-bar .menu-top-navigation-container {
    float: left;
    margin-right: 30px;
}

#top-bar #top-menu, #top-bar #social-menu {
    margin-top: 20px;
}

#top-bar #top-menu li {
    display: block;
    float: left;
}

#top-bar #top-menu li a {
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 30px 0;
    font-size: 12px;
}

#top-bar #top-menu li a:hover,
#top-bar #top-menu li a:active,
#top-bar #top-menu li a:focus {
    background: none;
    text-decoration: underline;
}

#top-bar #social-menu {
    padding: 0;
    float: left;
}

#top-bar #social-menu li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 30px;
}

#top-bar #social-menu li a {
    color: #fff;
}

#top-bar #social-menu li a:hover {
    text-decoration: none;
    color: #e51937;
}

#top-bar #donate-search {
    float: left;
}

.search-icon{
    height:60px;
    width:60px;
    background-color:transparent;
    box-shadow:none;
    border:0;
    background-position:-77px 1px;
    display:inline-block;
}

.header-search {
    display:inline-block;
}

.header-search input[type="search"], .q-and-a input[type="search"] {
    height:60px;
    width:0;
    background:0;
    display:inline-block;
    border:0;
    outline:0;
    padding-right:50px;
    position:absolute;
    top:0;
    right:0;
    z-index:3;
    transition:width .4s cubic-bezier(0.000,0.795,0.000,1.000);
    cursor:pointer;
}

.header-search input[type="search"]:focus, .q-and-a input[type="search"]:focus {
    background:white;
    width:250px;
    z-index:1;
    margin-right:60px;
    padding-right:10px;
    cursor:text;
}

.header-search input[type="submit"], .q-and-a input[type="submit"]{
    text-indent:-10000px;
    border:0;
    position:absolute;
    top:0;
    right:0;
    z-index:1;
    cursor:pointer;
    transition:opacity .4s ease;
}

.q-and-a input[type="search"], .q-and-a input[type="submit"] {
    bottom: 40px;
    top: auto;
}

#top-bar .btn-donate, #top-bar .btn-search {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

.header-search .btn-search {
    background: url('../images/ico-search.png') no-repeat center center #000;
    height: 60px;
    width: 60px;
}

.mobile-search {
    position: absolute;
    z-index: 150;
    right: 70px;
}

.mobile-search .header-search .btn-search {
    height: 59px;
}

#top-bar .btn-donate {
    height: 60px;
    padding: 0 30px;
    background: #e51937;
    line-height: 60px;
    color: #fff;
    margin-right: 41px;
    font-size: 12px;
}

#header-image {
    position: relative;
    min-height: 110px;
    padding-bottom: 0;
}

.page-child #header-image,
.search #header-image {
    min-height: 90px;
    height: 90px;
    overflow: hidden;
}

#header-image .site-navigation {
    position: absolute;
    top: 0;
    z-index: 50;
    width: 100%;
    left: 0;
    padding-top: 20px;
}

div[id*='cc_form_'] .cc_intro, div[id*='cc_form_'] .cc_intro * {
    font-family: 'Open Sans', sans-serif !important;
}

.video-container iframe {
    width: 100%;
}

/* Carousel */

.carousel-control span {
    position: absolute;
    top: 50%;
    padding: 10px;
    background: #000;
}

.carousel-indicators li {
    vertical-align: middle;
}

.carousel-indicators li:not(.active) {
    background-color: #bbbfb8;
}

.carousel-indicators .active {
    text-indent: -4px;
    background-color: #e51937;
    color: #fff;
    padding: 10px;
    border: none;
}

.carousel-indicators .img-count {
    display: none;
}

.carousel-indicators .active .img-count {
    display: block;
    position: absolute;
    line-height: 0;
}

.carousel-control span.icon-arrow-left {
    left: 0;
}

.carousel-control span.icon-arrow-right {
    right: 0;
}

.carousel-caption {
    text-align: right;
    width: 80%;
}

.carousel-caption h1 {
    font-weight: 300;
}

.carousel-caption h2 {
    font-weight: 600;
}

/* Triple Carousel */

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
#tripleCarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
#tripleCarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
#tripleCarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

/* Multi Carousel */

.carousel-multi {
    position: relative;
}

.carousel-multi .carousel {
    display: none;
}

.carousel-multi .carousel.active {
    display: block;
}

.carousel-multi .multi-nav {
    position: absolute;
    top: 20px;
    z-index: 50;
    width: 100%;
}

.carousel-multi .multi-nav li {
    padding: 0 30px;
    vertical-align: top;
}

.carousel-multi .multi-nav a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 30px;
    word-wrap: break-word;
}

.carousel-multi .multi-nav a:hover,
.carousel-multi .multi-nav a.active {
    background: none;
    color: #e51937;
}

.carousel-multi .multi-nav .video-trigger {
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
}

/* Header Image */

.page-image, .page-map {
    position: relative;
}

.page-image img {
    width: 100%;
}

.page-image h1 {
    margin-bottom: 15px;
}

.page-image p {
    line-height: 1em;
}

.page-image .over-image-content, .page-map .over-image-content, .carousel .over-image-content {
    position: absolute;
    bottom: 30px;
    left: 50px;
    color: #fff !important;
    z-index: 2;
}

/* Menu */

#main-menu > li {
    text-align: center;
    padding-bottom: 15px;
}

#main-menu li > a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    display: inline-block;
    padding: 10px 0px 2px;
}

#main-menu li .dropdown-menu {
    float: none;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin: 0;
    padding: 0 10px;
    background: rgba(42,42,42,.85);
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

#main-menu li .dropdown-menu a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #515151 !important;
    font-size: 12px;
    word-wrap: break-word;
    white-space: normal;
    padding: 15px;
}

.menu-item-has-children:hover > .dropdown-menu {
    display: block;
}

#main-menu li a:hover,
.menu-item-has-children:hover > a,
#main-menu li.active a,
#main-menu li.current-page-parent a {
    background: none;
    border-bottom-color: #e51937;
}

#main-menu li .dropdown-menu a:hover {
    color: #e51937;
}

#page-main-content .content hr {
    margin: 35px 0;
}

.footer-menu li a {
    color: #2b2b2b;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

#footer-right-col h3 {
    font-weight: 700;
    font-size: 16px;
    color: #2b2b2b;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.footer-nav-menus {
    margin-bottom: 30px;
}

#footer-right-col .social-menu ul {
    padding: 0;
    margin: 0;
}

#footer-right-col .social-menu ul li {
    list-style: none;
    float: left;
    display: block;
    /*margin-right: 15px;
    padding-right: 15px;*/
}

#footer-right-col .social-menu ul li a {
    color: #2b2b2b;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.copyright-footer {
    padding-top: 50px;
}

.newsletter-signup input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    height: 40px;
    padding: 10px;
    border: none;
}

.constant-contact-form {
    position: relative;
}

.constant-contact-form #cc-trigger {
    display: none;
    position: absolute;
    top: 45px;
    right: 10px;
    width: 35px;
    background: transparent;
    border: none;
    font-size: 30px;
}

div#cc_form_1.kws_form  {
    border: none;
    padding: 0 0 40px;
    margin: 1em 0;
    border-bottom: 1px solid #d7d7d7;
}

#cc_form_1.kws_form input {
    border: 1px solid #c1c1c1;
}


div#cc_form_1 .cc_intro * {
    padding-top: 0 !important;
}

#constant-contact-signup-2 .constant-contact-form #cc-trigger {
    top: 18px;
}

.social-menu hr {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0px 10px auto;
    width: 1px;
    border-top: 11px solid #000000;
}

.social-menu .black-circle {
    margin-left: 5px;
}

.checker-box:nth-child(8n+1), .checker-box:nth-child(8n+3), .checker-box:nth-child(8n+6), .checker-box:nth-child(8n+8) {
    background: #f4f4f4;
}

.copyright-footer {
    font-size: 10px;
}

/* Callouts Component */

.row .callouts {
    margin-top: 1px;
    margin-bottom: 1px;
}

.callouts .callout {
    position: relative;
}

.callouts .callout img {
    width: 100%;
}

.callout .icon-arrow-right {
    right: 0;
    background-color: #e51937;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    border: 1px transparent;
    font-size: 15px;
}

.callouts .callouts-title {
    margin-bottom: 30px;
}

.callout .callout-sections {
    padding: 30px;
}

.callouts .callout h1 {
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.callout .ico-download {
    display: inline-block;
    background: url('../images/ico-download.png') no-repeat;
    height: 20px;
    width: 15px;
    color: #fff;
}

/* Breadcrumbs */

.breadcrumbs {
    padding: 10px;
}

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

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs ul li{
    float: left;
    margin-right: 15px;
    list-style: none;
    color: #2b2b2b;
}

.breadcrumbs ul li a {
    color: #2b2b2b;
}

/* Title Blocks */

.section-title {
    background: #2a2a2a;
    padding: 40px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.section-title.bg-off-white {
    background: #f8f8f8;
    color: #2a2a2a;
}

.section-title.trans {
    background: transparent;
}

/* PDF Viewer Modal */

#cv-modal .modal-dialog,
.modal .modal-dialog {
    width: 90%;
    height: 95%;
    margin-top: 1%;
    margin-bottom: 1%;
}

#cv-modal .modal-header {
    border: none;
}

#cv-modal .modal-header .close {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

#cv-modal .modal-content,
.modal .modal-content {
    height: 100%;
}

#cv-modal .modal-body .issuuembed,
.modal .modal-body {
    height: 100% !important;
    width: 100% !important;
}

#cv-modal .modal-body {
    height: 92%;
}

#cv-modal .cv-wrapper {
    overflow: auto;
    height: 100%;
}

#cv-modal .cv-wrapper canvas {
    width: 100%;
}

#cv-modal .btn-cv-control {
    position: absolute;
    top: 50%;
}

#cv-modal .btn#prev {
    left: 0;
}

#cv-modal .btn#next {
    right: 0;
}

.modal .modal-body iframe {
    width: 100%;
    height: 93%;
}

.modal .modal-body .video-container iframe {
    height: 400px;
}

/* Search Page */

.search-results .no-padding-left {
    padding-left: 0 !important;
}

.search-results .sidebar-padder,
.search-no-results .sidebar-padder {
    display: none;
}

.search-results article:not(:last-of-type) {
    margin-bottom: 0;
    border-bottom: 1px solid #c1c1c1;
}

.search-results .entry-summary p,
.search-results .entry-meta {
    padding-left: 35px;
    padding-right: 35px;
}


.search-results article .page-header {
    background-color: #f4f4f4;
    padding: 35px;
    margin-top: 15px;
}

.search-results .entry-summary p {
    margin-bottom: 0;
}

.search-results article a {
    color: #2b2b2b;
    font-size: 20px;
}

.search-results article a:hover{
    color: #e51937;
}

.search-results .page-header > .page-title span {
    font-weight: 400;
}

.search-results .moretag {
    padding: 40px 0;
    text-align: left;
}

.search-results .moretag span {
    margin-left: 10px;
    right: 0;
    background-color: #e51937;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    border: 1px transparent;
    font-size: 15px;
}

.search-results .pager {
    padding-right: 5%;
    padding-left: 5%;
}

.search-results .pager a {
    color: #282828;
}

.search-results .pager a:hover {
    color: #e51937;
}


/* Social Module */

.social-module h4 {
    background: #242424;
    padding: 10px;
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.social-module .social-feed {
    height: 354px;
    overflow: auto;
}

.social-module .social-feed .post {
    padding: 20px;
    border-bottom: 1px solid #c1c1c1;
}

.social-module .social-feed .post .post-image {
    position: relative;
}

.social-module .social-feed .post .post-image .img-circle {
    overflow: hidden;
    height: 80px;
    background: #eee;
    width: 80px;
    margin: 0 auto;
}

.social-module .social-feed .post .post-image .img-circle img {
    height: 100%;
    width: 100%;
    max-width: auto;
    object-fit: cover;
}

.social-module .social-feed .post .post-image .black-circle {
    position: absolute;
    bottom: -5px;
}

.social-module .social-feed .post .btn-text-caps {
    font-size: 12px;
}

.social-module .social-feed .post .post-content a {
    color: #e51937;
}

/* Accordions */

#accordion .panel-description {
    padding: 20px;
}

#accordion .panel-default {
    border: 0;
}

.panel-default > .panel-heading {
    background: none;
}

#accordion .panel-title {
    color: #333;
}

#accordion .panel-title:hover {
    color: #e51937;
}

/* Video Modals */

#videoModal iframe {
    width: 100%;
    min-height: 500px;
}

/* Begin Page Styling */

/* Home */

.home .horse-logo {
    width: 135px;
    height: 135px;
    background: url('../images/esc-logo-horse.png') no-repeat;
    margin: -157px auto 40px;
    position: relative;
    z-index: 25;
}

.home .welcome-title .line {
    background: #c1c1c1;
    height: 1px;
    width: 100%;
}

.home .welcome-title .welcome-text {
    text-align: center;
    background: #fff;
    display: block;
    margin: -10px auto 0;
    width: 180px;
    text-transform: uppercase;
}

.home .welcome-content {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 20px;
}

.home .welcome-content h1 {
    color: #e51937;
    font-weight: 300;
    margin-top: 0;
}

.home .whats-new .container {
    padding-bottom: 0;
}

.home .whats-new .title {
    margin: 0;
}

.home .whats-new .subtitle {
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 40px;
    margin-top: 0;
}

.home .whats-new .news-articles {
    margin-bottom: 30px;
    border-top: 1px solid #c1c1c1;
}

.home .whats-new .news-articles article .article-inner {
    border-bottom: 1px solid #c1c1c1;
    padding: 20px 0;
}

.home .whats-new .news-articles article .post-title {
    margin: 0;
}

.home .whats-new .news-articles article .article-image img {
    width: 100%;
    max-width: 63px;
}

.home .whats-new .news-articles article .article-info {
    padding-left: 0;
}

.home .whats-new .constant-contact-form {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.home .whats-new .newsletter-signup {
    padding-right: 75px;
}

.home .newsletter-wrapper #cc-trigger {
    top: 124px;
    right: 54px;
    color: #fff;
    background: transparent;
}

.home .newsletter-wrapper #cc-trigger {
    bottom: 75px;
    right: 70px;
}

.home .newsletter-signup h2 {
    font-size: 26px;
}

.home .whats-new .newsletter-signup img {
    width: 100%;
}

.home .social-callouts .home-cta {
    height: 400px;
    overflow: hidden;
    color: #fff;
    text-align: right;
    position: relative;
    background-size: cover;
}

.home .social-callouts .home-cta .cta-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}

.home .social-callouts .home-cta .cta-text h3 {
    text-transform: uppercase;
    font-size: 24px;
}

.home .social-callouts .home-cta .cta-text p {
    margin-bottom: 0;
}

.home .post-time {
    font-weight: 700;
    font-size: 11px;
    margin: 0;
}

.home .post-title {
    font-size: 18px;
    color: #2b2b2b;
}

.home .whats-new .btn-text-caps {
    font-size: 16px;
}

.home .partners h4 {
    font-size: 24px;
    color: #242424;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.home .partners .partner {
    text-align: center;
    height: 160px;
}

.home .newsletter-signup div#cc_form_2.kws_form span {
    font-weight: 300;
}

.home #cc_form_2 {
    top: auto;
    bottom: 0;
}

.home .footer-divider {
    display: none;
}

/* About */

.page-id-12 .carousel-caption {
    text-align: left;
}

.page-id-12 .content .container h1,
.page-id-12 .content .container h2,
.page-id-12 .content .container h3,
.page-id-12 .content .container h4,
.page-id-12 .content .container h5 {
    margin-bottom: 40px;
}

.director-block .inner .director-bio p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-id-12 .program-focus-areas img {
    display: block;
    margin: auto;
}

/* About - Faculty & Staff */

.director .director-image img {
    width: 100%;
}

.director .director-content {
    display: inline-flex;
    vertical-align: middle;
    height: 589px;
}

.director .director-content .inner {
    padding: 0 90px 0 90px;
    padding-top: 20%;
    margin: auto;
}

.director .director-content .director-bio {
    position: relative;
    margin-top: 40px;
    margin-bottom: 75px;
}

.main-staff .member-image img {
    width: 100%;
}

.member-image {
    min-height: 450px;
    width: 100%;
}

.main-staff .member-content {
    padding: 30px;
}

.main-staff .member-content h4 {
    font-size: 20px;
    font-weight: 600;
}

.main-staff .member-content h5 {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 0;
}

.main-staff .member-content .member-bio p {
    font-size: 14px;
    line-height: 1.5em;
}

.main-staff .member-actions {
    padding: 10px 0;
}

.main-staff .member-actions a {
    color: #343434;
}

.main-staff .member-actions a:hover {
    color: #cfcfcf;
}

.main-staff .member-actions .icon-cv:hover {
    border-color: #cfcfcf;
}

.main-staff .member-actions [class*="icon-"] {
    font-size: 22px;
    margin-right: 10px;
    display: inline-block;
}

.member-grid-block.member .inner h6 {
    font-size: 12px;
    font-weight: 300;
}

.page-id-49 .director-content [class*="icon-"] {
    color: #000000;
    padding: 5px;
    font-size: 25px;
}

.page-id-49 .director-content .actions .cv-download {
    font-size: 10px;
    margin-top: 5px;
    margin-right: 10px;
}

.page-id-49 .cv {
    right: 70px;
    position: absolute;
    bottom: 33px;
    color: transparent;
}

.page-id-49 .member:hover .cv {
    color: white;
}

.page-id-49 .pointer {
    cursor: pointer;
    text-decoration: none;
}

.member-contact a {
    float: left;
}

.main-staff .member-actions .icon-mail {
    font-size: 26px;
}

.main-staff .member-actions .icon-cv {
    font-size: 10px;
    padding: 5px;
}

.member-grid-block {
    height: 180px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
}

.member-grid-block .inner {
    padding: 30px;
    max-width: 350px;
}

.section-title > h3 {
    font-size: 28px;
}

.member-grid-block {
    color: #2b2b2b;
}

.member-grid-block:hover {
    background: #e51937;
}

.member-grid-block:hover {
    color: #fff;
    text-decoration: none;
}

.member-grid-block h3 {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 20px;
}

.member-grid-block h4 {
    font-size: 18px;
    line-height: 1.3em;
    margin: 0 0 5px;
}

.member-grid-block h5 {
    max-width: 75%;
    line-height: 1.3em;
    margin: 0;
}

.member-grid-block .icon-arrow-right {
    padding: 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #fff;
    border: 1px solid transparent;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.member-grid-block:hover .icon-arrow-right {
    border-color: #fff;
}

.rubea-content {
    padding-bottom: 80px;
}

.rubea-board .officers-members .section-title {
    background: #e51937;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.rubea-board .officers-members .section-title.officers-title {
    margin-right: 3px;
}

.rubea-board .officers-members .member {
    padding: 30px 30px 0;
}

.rubea-board .officers-members .member.clearfix {
    clear: both;
}

.rubea-board .officers-members .member h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}

.rubea-board .officers-members .member h4 {
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 1.3em;
}

/* Message From The Director */

.director-image img {
    width: 100%;
}

/* Academics */

.page-id-15 .page-main-content .pad-90 {
    padding-top: 0;
}

.page-id-15 .content .container.no-padding-bottom > .row {
    padding-top: 60px;
    border-top: 1px solid #c1c1c1;
}

.page-id-15 .undergrad {
    padding-right: 1px;
}

.page-id-15 .grad {
    padding-left: 1px;
}

.page-id-15 .scholarships {
    padding: 85px;
}

.page-id-15 .content p {
    margin-bottom: 40px;
}

.page-id-15 .content p:last-child {
    margin-bottom: 0;
}

.page-id-15 #page-main-content {
    padding-top: 90px;
}

.page-id-15 .scholarships .scholarships-content {
    padding-bottom: 50px;
}

.page-id-15 .scholarships .scholarships-content h2 {
    margin-bottom: 20px;
}

.page-id-15 .questions-answers {
    padding: 90px 45px;
}

.page-id-15 .panel-description a {
    display: inline;
    color: #282828;
}

.page-id-15 .panel-description a:hover {
    color: #e51937;
}

.page-id-15 h1 {
    color: #e51937;
}

.page-id-15 .over-image-content h1 {
    color: #fff;
}

.page-id-15 .scholarships-content h5 {
    padding-bottom: 25px;
}

/* Scholarships */

.page-id-75.page-child #header-image {
    overflow: visible;
    min-height: 110px;
}

.page-id-75 .sidebar-content .btn-esc {
    margin: 60px 0 30px;
}

.page-id-75 .sidebar-content .application-due {
    color: #929292;
    font-size: 12px;
}

/* Ask The Expert */

.page-id-17 #map-canvas {
    background-color: #1F1F26;
}

.page-id-17 .page-map .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('/wp-content/themes/esc/includes/images/map-loading.gif') no-repeat center center;
}

.page-id-17 .callout .icon-arrow-right {
    float: right;
}

.page-id-17 .search-icon.keyword {
    background: url('../images/ico-search-black.png') no-repeat center center;
    height: 60px;
    width: 60px;
}

.page-id-17 .flipper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-id-17 .uppercase {
    text-transform: uppercase;
}

.page-id-17 .flipper .back h3 {
    padding: 30px 50px 20px 50px;
    font-size: 24px;
    font-weight: 400;
}

.q-and-a .section-title {
    padding-top: 130px;
    padding-bottom: 0;
}

.page-id-17 .flipper .back, .page-id-17 .flipper .back .callout-sections>a {
    color: #ffffff;
}

.page-id-17 .confirmation-window {
    color: #fff;
}

.page-id-17 .error-title { /* Display message if form confirmation is error */
    color: #e51937;
    font-weight: 700;
}

.page-id-17 .success-title { /* Display message if form confirmation is success */
    color: #008000;
    font-weight: 700;
}

.page-id-17 section.q-and-a .new-question {
    width: 32px;
    position: absolute;
    z-index: 100;
    height: 32px;
    width: 72px;
    background: #e51937;
    color: #ffffff;
    text-align: center;
    line-height: 15px;
    left: 16px;
    margin-top: 47px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    line-height: 2;
}

.page-id-17 .section-title span {
    color: #000000;
    float: right;
    font-size: 20px;
}

.page-id-17 .parent-category>li.active>a, .parent-category>li.active>a:hover, .parent-category>li.active>a:focus {
    background-color: #2a2a2a;
    color: #ffffff;
}

.page-id-17 .nav-tabs>li {
    overflow: hidden;
    height: 72px;
}

.page-id-17 .nav-tabs>li>a {
    color: #000000;
    cursor: pointer;
    padding: 25px 0 25px 0;
}

.page-id-17 .nav-tabs>li.active {
    border-bottom: 1px solid #ddd;
    z-index: 5000;
}

.page-id-17 .parent-category > li > a {
    text-transform: uppercase;
}

.page-id-17 .sub-category>a {
    cursor: default;
    color: #000000;
}

.page-id-17 .sub-category .active>a, .page-id-17 .sub-category>a:hover, .page-id-17 .sub-category>a:focus {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

.page-id-17 .sub-category .active>a span {
    border-bottom: 1px #000000 dotted;
}

.page-id-17 .sub-category a {
    background-color: #ffffff;
    color: #000000;
}

.page-id-17 #map-canvas {
    width: 100%;
    max-height: 700px;
}

.page-id-17 #map-canvas .info-arrow {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 10px solid #ffffff;
    height: 0;
    width: 0;
    position: absolute;
}

.page-id-17 #map-canvas .info-marker {
    color: #e51937;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
    height: 40px;
    line-height: 2;
}

.page-id-17 #map-canvas .infoBox img {
    padding: 2px;
}

.page-id-17 .questions-form .section-title {
    color: #fff;
    margin-bottom: 30px;
}

.page-id-17 .questions-form input[type="text"],
.page-id-17 .questions-form textarea {
    height: 60px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #2a2a2a;
    padding: 20px;
}

.page-id-17 form select {
    height: 60px;
}

.page-id-17 form select.default-value {
    color: #e51937;
    font-size: 12px;
}

.page-id-17 .questions-form textarea {
    resize: none;
}

.page-id-17 #content p.disclaimer {
    color: #929292;
    font-size: 12px;
    line-height: 1.4em;
    padding-top: 30px;
}

.page-id-17 form button span.icon-arrow-right {
    margin-left: 10px;
}
.page-id-17 form button {
    font-size: 18px;
    background-color:transparent;
    border: none;
    color: #e51937;
}

.page-id-17 form button:hover, .page-id-17 form button:focus {
    color: #ffffff;
}

.page-id-17 #load-more, .blog #load-more {
    border: none;
    padding: 30px;
    text-transform: uppercase;
    font-size: 22px;
}

.page-id-17 .share-icons {
    position: relative;
    right: 15px;
    bottom: 15px;
}

.page-id-17 .share-icons a {
    color: red;
    font-size: 30px;
    text-decoration: none;
}

/* Outreach & Events */

.page-id-19 .content-callouts .container {
    padding-bottom: 0;
}

.page-id-19 .event {
    padding-top: 40px;
    height: 375px;
    text-align: center;
    padding-bottom: 10px;
}

.page-id-19 .event-content .event-address {
    margin-top: 15px;
}

.page-id-19 .event-content p, .event-content h4, .event-contact p, .event-contact h5 {
    margin: 0 0 0 0 !important;
}

.page-id-19 .event-content p {
    font-size: 20px;
    color: #2b2b2b;
}

.page-id-19 .event-content h1, .page-id-19 .event-content h2 {
    margin-bottom: 15px;
    margin-top: 25px;
}

.page-id-19 .event .icons, .page-id-19 .event .event-contact, .event .see-upcoming {
    display: none;
}

.page-id-19 .event:hover .icons, .page-id-19 .event:hover .event-contact, .page-id-19 .event:hover .see-upcoming {
    display: block;
}

.page-id-19 .event-content h1 {
    font-size: 20px;
    font-weight: 400;
}

.page-id-19 .event-content h2 {
    font-size: 18px;
}

.page-id-19 .event-content h3 {
    font-size: 14px;
}

.page-id-19 .event a {
    color: #2A2A2A;
    text-decoration: none;
}

.page-id-19 .event:hover .event-contact a {
    color: #2a2a2a;
    font-weight: 600;
}

.page-id-19 .event .icons [class*="icon-"]{
    font-size: 25px;
    padding-right: 10px;
}

.page-id-19 .event .icons .icon-calendar {
    color: #e51937;
}

.page-id-19 .event.shared-event {
    background-color: #2A2A2A !important;
}

.page-id-19 .event.shared-event *,
.page-id-19 .event.shared-event:hover * {
    color: #ffffff;
}

.page-id-19 .event.shared-event [class^="icon-"] {
    background-color: #2A2A2A !important;
    color: #ffffff;
}

.page-id-19 .event.shared-event .event-contact a {
    color: #ffffff !important;
}

.page-id-19 .event:hover .icon-calendar {
    color: #ffffff;
}

.page-id-19 .event:hover p {
    color: #ffffff;
}

.page-id-19 .event-content .next-year-event {
    font-size: 14px;
    line-height: 0;
}

.page-id-19 .event-contact {
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    left: 1%;
    right: 1%;
}

.page-id-19 .see-upcoming, .page-id-19 .icons {
    position: absolute;
    bottom: 75px;
    left: 1%;
    right: 1%;
}

.page-id-19 .event .event-content a {
    height: 44px;
    display: block;
}

.page-id-19 .event:hover {
    background-color: #e51937;
    color: #ffffff;
}

.page-id-19 .event:hover a {
    color: #ffffff;
}

.page-id-19 .event:hover .see-upcoming a {
    text-transform: uppercase;
    color: #282828;
}

.page-id-19 .event-contact h5 {
    font-size: 16px;
}

.panel .panel-heading a {
    padding-left: 20px;
    font-size: 18px;
    display: block;
    text-decoration: none;
}

.panel .answer {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}

.archived-events .panel-title:hover {
    font-weight: 400;
}

.archived-events .icon-keyboard-arrow-down, .page-id-17 .panel-group .icon-keyboard-arrow-down {
    float: right;
    font-size: 20px;
    padding-right: 5%;
}

.archived-events #accordion {
    margin-bottom: 5px;
}

/* Alumni */

.page-id-78 .submit-alumni {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-id-78 .acf-field ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c1c1c1;
    padding-left: 20px;
}
.page-id-78 .acf-field :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c1c1c1;
    opacity:  1;
    padding-left: 20px;
}
.page-id-78 .acf-field ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c1c1c1;
    opacity:  1;
    padding-left: 20px;
}
.page-id-78 .acf-field :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #c1c1c1;
    padding-left: 20px;
}

#acf-field_5480ba812e835::-webkit-input-placeholder {
    padding-top: 20px;
}

#acf-field_5480ba812e835:-moz-placeholder {
    padding-top: 20px;
}

#acf-field_5480ba812e835::-moz-placeholder {
    padding-top: 20px;
}

#acf-field_5480ba812e835:-ms-input-placeholder {
    padding-top: 20px;
}


.page-id-78 .button-large {
    width: 100%;
    background-color: #e51937;
    color: #ffffff;
    border: none;
}

.page-id-78 .submit-form .acf-label {
    display: none;
}

.page-id-78 .submit-form .acf-fields > .acf-field {
    padding: 5px;
    border-top: none;
}

.page-id-78 .acf-input-wrap *, .page-id-78 .acf-input textarea, .page-id-78 .acf-input .acf-image-uploader {
    background-color: #f4f4f4;
    border-width:0;
    border: none;
    box-shadow: none;
}

.page-id-78 .acf-input input:not([type="checkbox"]):not([type="submit"]) {
    height: 45px;
}

.page-id-78 .acf-checkbox-list * {
    background-color: transparent;
}

.page-id-78 .acf-checkbox-list {
    margin-left: 5%;
}

.page-id-78 .check-box input {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
}

.page-id-78 .submit-form label {
    font-weight: 400;
    font-size: 14px;
}

.page-id-78 .check-box input:active, .page-id-78 .check-box input:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.page-id-78 .check-box input:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}

.page-id-78 .check-box input:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

.acf-image-uploader {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.acf-image-uploader input[type="file"] {


    /*position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);*/
}

.alumni-content {
    padding-bottom: 75px;
}

.featured-alumni {
    margin-top: 85px;
}

.featured-alumni .linkedin {
    padding-top: 40px;
}

.featured-alumni .linkedin a {
    color: #282828;
    font-size: 16px;
}

.featured-alumni .linkedin:hover a {
    color: #e51937;
    text-decoration: none;
}

.featured-alumni .icon-arrow-right, .connection-data .icon-arrow-right {
    position: relative;
    background-color: #e51937;
    margin-left: 15px;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    border: 1px transparent;
    font-size: 15px;
    bottom: 0;
    top: 0;
}

.sidebar .connection-data, .sidebar .connection-header {
    color: #ffffff;
}

.sidebar .icon-bubble {
    font-size: 35px;
    float: left;
    padding-right: 10px;
}

.sidebar .connection-header {
    background-color: #3f3f3f;
    color: #ffffff;
    padding: 15px 0 15px 25px;
}

.sidebar .connection-data {
    background-color: #2a2a2a;
    padding: 50px 35px 0 35px;
}

.sidebar .connection-data .inner {
    padding-bottom: 50px;
}

.sidebar .inner:not(.last) {
    border-bottom: 1px solid #ececec;
}

.sidebar .connection-data .inner .name {
    color: #e51937;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.sidebar .connection-data .inner .class-of {
    font-size: small;
    font-style: italic;
}

.sidebar .icon-bubble,
.sidebar .connection-data .inner .class-of,
.sidebar .connection-data .inner .comment,
.sidebar .connection-data .inner .get-in-touch a {
    color: #cacaca;
}

.sidebar .connection-data .inner .comment {
    padding-top: 10px;
}

.sidebar .connection-data .inner .title {
    font-size: small;
    font-style: italic;
    color: #6e6e6e;
}

.sidebar .connection-data .get-in-touch {
    display: block;
    padding-top: 35px;
    font-size: 16px;
}

.sidebar .connection-data .get-in-touch a:hover {
    color: #e51937;
    text-decoration: none;
}

/* Kid's Corner */

.page-id-38 .callout h3 {
    font-size: 20px;
    font-weight: 600;
}

.page-id-38 .callout-content {
    padding-top: 20px;
}

/* Sidebar */

.sidebar .sidebar-content {
    padding: 35px;
}

.sidebar .sidebar-content p {
    line-height: 1.5em;
}

.container.bg-dark-gray .sidebar .sidebar-content,
.container.bg-dark-gray .sidebar .sidebar-content a {
    color: #fff;
}

.sidebar .upcoming-events {
    padding-bottom: 50px;
}

.sidebar #events {
    min-height: 110px;
}

.sidebar .upcoming-events.top,
.sidebar .upcoming-events.bottom {
    border: 1px solid #bfbfbf;
}

.sidebar .upcoming-events.top {
    border-bottom: none;
    padding-bottom: 30px;
}

.sidebar .upcoming-events.bottom {
    border-top: none;
}

.sidebar .upcoming-events.top,
.sidebar .upcoming-events.bottom {
    border-left: none;
    border-right: none;
}

.sidebar #events .header {
    font-size: 20px;
}

.sidebar #events .details {
    font-size: 14px;
    width: 265px;
    font-weight: 300;
}

.sidebar #events .sub-details {
    font-size: 12px;
}

.sidebar .social-plugin {
    margin-top: 50px;
    text-align: center;
}

.sidebar .fb-social {
    padding-bottom: 30px;
    text-align: center;
}

.sidebar .social-plugin h2 {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sidebar .icon-keyboard-arrow-left, .sidebar .icon-keyboard-arrow-right {
    color: #000000;
}

.sidebar .icon-keyboard-arrow-left, .sidebar .carousel-control.left {
    text-align: start;
    padding-left: 0;
    font-size: 30px;
    height: auto;
}

.sidebar .icon-keyboard-arrow-right, .sidebar .carousel-control.right {
    padding-right: 0;
    font-size: 30px;
}

.featured-alumni .share-icons {
    font-size: 20px;
    position: relative;
    padding: 15px;
}

.featured-alumni .share-icons a {
    text-decoration: none;
    color: #e51937;
    padding: 2px;
}

.sidebar .submit-alumni.bottom {
    padding-bottom: 50px;
}

/* Donate */

.page-id-56 .medium {
    font-weight: 600;
}

.page-id-56 .esc-gift, .page-id-56 .esc-address {
    padding-top: 30px;
}

.page-id-56 .gift a {
    text-decoration: none;
    color: #000000;
    position: absolute;
    top: 44px;
    line-height: 1.5;
}

.page-id-56 .gift a:hover {
    color: #e51937 !important;
}

.page-id-56 .share-icons * {
    padding: 5px;
    color: #282828;
    text-decoration: none;
}

.page-id-56 .gift-footer-contact {
    padding: 5px;
}

.page-id-56 .sidebar {
    padding: 80px;
}

.page-id-56 .sidebar hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-id-56 .sidebar .pointer:before {
    background-image: url('../images/ico-arrow.png');
    background-repeat: no-repeat;
    height: 30px;
    display: inline-block;
    width: 20px;
    content: "";
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.page-id-56 .gift-bar .gift:before {
    background-image: url('../images/ico-gift.png');
    background-repeat: no-repeat;
    height: 65px;
    display: inline-block;
    width: 65px;
    content: "";
    position: relative;
    margin-right: 5px;
}

.page-id-56 .gift-bar .gift {
    padding: 20px;
}

.page-id-56 .gift-bar hr {
    margin: 0 !important;
}

.page-id-56 .member-list {
    padding-top: 30px;
}

.page-id-56 .member-list ul > li {
    font-weight: 600;
    font-size: 16px;
}

.page-id-56 .sidebar .share-icons {
    font-size: 35px;
}

.donate-top .container {
    padding-bottom: 0;
}

.donate-top .content {
    background: #fff;
}

.honor-roll-donations {
    background: #2a2a2a;
    color: #fff;
}

.honor-roll-donations .content {
    padding-bottom: 80px;
}

.types-of-gifts {
    padding-top: 100px;
}

.sponsor-a-horse-hero .sponsor-horse-content {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.sponsor-a-horse-hero .sponsor-horse-content .btn-trans {
    color: #ffffff;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.page-id-56 .member-list ul {
    list-style: none;
}

.page-id-56 .member-list li {
    font-size: 16px;
    padding-left: 1em;
    text-indent: -.9em;
    padding-bottom: 20px;
}

.page-id-56 .member-list li:before {
    content: "• ";
    font-weight: 300;
    color: #e51937;
    font-size: 25px;
    vertical-align: middle;
}

/* Donate -> Sponsor a Horse */

.page-id-714 .modal {
    z-index: 100000;
}

.page-id-714 #header-image {
    height: 100%;
}

.page-id-714 .horse-heroes h1.section-title {
    padding: 100px;
}

.page-id-714 .horse-content {
    height: 480px;
    width: 100%;
    background-size: cover;
    cursor: pointer;
    display: table;
}

.page-id-714 .horse-name {
    font-size: 42px;
    text-align: center;
    margin: 0;
    vertical-align: middle;
}

.page-id-714 .wmg-details-content {
    color: #ffffff;
}

.page-id-714 .wmg-details-content h1 {
    text-align: left;
}

.page-id-714 .wmg-details-content p {
    font-size: 12px;
}

.page-id-714 .wmg-details-content p.text-red {
    display: inline;
    padding: 5px;
    line-height: 1;
}

.page-id-714 .wmg-details-content p.detail {
    line-height: 2;
}

.horse-details .btn, .wmg-details-content p.text-red, .horse-sponsor .over-image-content .sponsored {
    text-transform: uppercase;
}

.horse-sponsor .wmg-thumbnail-content img {
    width: 100%;
}

.horse-sponsor .sponsor-share {
    float: right;
    display: inline-flex;
    vertical-align: middle;
    max-height: 480px;
    width: 100%;
}

.horse-sponsor .sponsor-share .inner-content {
    float: none;
    margin: 150px auto;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.horse-sponsor .sponsor-share .share {
    text-align: center;
    display: block;
    font-size: 50px;
}

.horse-sponsor .sponsor-share .share a {
    color: #e51937;
    text-decoration: none;
}

.horse-sponsor .wmg-details-content hr {
    margin: 50px;
}

.horse-sponsor .wmg-details-content .bio {
    padding-bottom: 85px;
}

.horse-sponsor .wmg-details-content .bio p {
    font-size: 16px;
}

.horse-sponsor .play-box {
    background: url('../images/img-play-box.png') no-repeat;
    height: 52px;
    width: 161px;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 40%;
}

.page-id-714 h1, .page-id-714 h3 {
    color: #e51937;
}

.page-id-714 .over-image-content h1 {
    color: #fff;
}

.page-id-714 .flipper .heros {
    padding-top: 15px;
    overflow: auto;
    height: 65%;
}

.page-id-714 .flip-container .front h2 {
    font-size: 38px;
    margin-top: 205px;
}

.page-id-714 .flip-container .back {
    color: #ffffff;
}

.page-id-714 .flip-container .back h3 {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 400;
}

.page-id-714 .flip-container .back h4 {
    font-size: 18px;
    font-weight: 400;
}

.page-id-714 .flip-container .back h5 {
    font-size: 12px;
}

.page-id-714 .our-heros {
    padding-top: 100px;
    padding-bottom: 10px;
}

.flipper .heros li {
    list-style: none;
}

/* Donate -> Honor Roll Donations */

.page-id-472.page-child #header-image {
    overflow: visible;
    min-height: 110px;
}

.page-id-472 #header-image .carousel-caption {
    font-size: 42px;
    text-align: left;
}

.page-id-472 #header-image .carousel-caption p {
    font-size: 36px;
    font-weight: 300;
}

.page-id-472 .names-list {
    padding-top: 90px;
}

.page-id-472 .names-list h5 {
    margin: 0 0 25px;
}

.page-id-472 .abc-selector .nav-tabs {
    border: none;
    display: inline-block;
}

.page-id-472 .abc-selector .tabs-wrapper {
    text-align: center;
    margin-top: 80px;
}

.page-id-472 .abc-selector .tabs-wrapper .tab-content {
    text-align: left;
}

.page-id-472 .abc-selector .nav-tabs > li > a {
    color: #e51937;
    font-size: 18px;
    font-weight: 600;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(227, 227, 227, 1);
    -moz-box-shadow:    0px 2px 4px 0px rgba(227, 227, 227, 1);
    box-shadow:         0px 2px 4px 0px rgba(227, 227, 227, 1);
    margin-right: 5px;
}

.page-id-472 .abc-selector .nav-tabs > li.active > a {
    background: #e51937;
    color: #fff;
}

.page-id-472 .abc-selector .nav-tabs > li.active > a:after {
    content: '';
    position: absolute;
    width: 0;
    bottom: -11px;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #e51937;
    left: 50%;
    margin-left: -20px;
}

.page-id-472 .nav-arrow.red-circle {
    height: 40px;
    width: 40px;
    display: inline-block;
}

.page-id-472 .nav-arrow.red-circle .ico-download {
    display: inline-block;
    background: url('../images/ico-download-white.png') no-repeat;
    height: 28px;
    width: 25px;
    position: relative;
    left: 3px;
    bottom: 3px;
}

.page-id-472 .txt-caps {
    font-weight: 400;
    text-transform: uppercase;
}

/* Research */

.page-id-21 .cta {
    padding-bottom: 40px;
}

.page-id-21 .callout a h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    color: #282828;
    padding-top: 20px;
}

.page-id-21 .callout-content {
    color: #2b2b2b;
}

.page-id-21 .content h1 {
    color: #e51937;
}

.page-id-21 .content h1:not(:first-of-type) {
    padding-top: 15px;
}

.page-id-21 .presentations {
    margin-bottom: 80px;
}

/* Research -> Horse Racing */

.page-id-403 .content h1,
.parent-pageid-403 .content h1 {
    color: #e51937;
    font-size: 28px;
}

.page-id-403 .content h3 {
    padding-top: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.page-id-403 .presentations {
    margin-bottom: 90px;
}

.page-id-403 .presentations .content {
    padding-top: 90px;
}

.page-id-403 .presentations .content .btn-esc {
    display: inline-block;
}

/* Research -> Horse Racing -> Horse Racing Presentations */

.page-id-851 .content {
    padding-bottom: 10px;
}

.page-id-851 .panel-title,
.page-id-851 .panel-body {
    padding-left: 105px;
    padding-right: 105px;
}

.page-id-851 .presentation {
    padding-bottom: 10px;
}

/* RLF Global */
.parent-pageid-401 .content h1 {
    color: #e51937;
    font-size: 28px;
    padding-bottom: 25px;
}

.parent-pageid-401 .wp-caption img {
    margin: 0;
}

.parent-pageid-401 .wp-caption {
    position: relative;
    border: none;
    margin: 0;
    padding: 0;
}

.parent-pageid-401 .wp-caption img[class*="wp-image-"] {
    width: 100%;
}

.parent-pageid-401 .wp-caption-text {
    position: absolute;
    margin: 0;
    bottom: 0;
    text-align: start;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    height: inherit;
}


/* Ryders Lane Farm */

.page-id-401 .content h2 {
    font-size: 22px;
    width: 65%;
    font-weight: 400;
}

/* RLF -> Farm Management Videos */
.page-id-412 .pad-90:first-of-type {
    padding-bottom: 0;
}

.page-id-412 .content h1 {
    color: #e51937;
    font-size: 28px;
}

/* RLF -> Water Quality Management */

.page-id-416 .content h1 {
    color: #e51937;
}

.page-id-416 .wp-caption-text {
    height: inherit;
    min-height: 20%;
    max-height: 100%;
}

#attachment_2634 {
    margin-bottom: 5px;
}

.page-id-416 .wp-image-2634 {
    height: 375px;
}

.page-id-416 .content h3 {
    text-transform: uppercase;
}

.page-id-416 .content ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

.page-id-416 .content ol.reset-1 {
    counter-reset: li 5;
}

.page-id-416 .content ol.reset-2 { /* Handle increment in case the count is more than 10 */
    counter-reset: li 10;
}

.page-id-416 .content ol.reset-3 { /* Handle increment in case the count is more than 15 */
    counter-reset: li 15;
}

.page-id-416 .content ol > li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
}

.page-id-416 .content ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 8px;
    padding: 4px;
    color: #fff;
    background: #e51937;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
}

.page-id-416 .wp-image-924,
.page-id-416 .wp-image-925 {
    width: 100%;
    display: inline-block;
}

.page-id-416 .content h3 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.drainage-system {
    overflow: hidden;
}

.drainage-system h1 {
    font-size: 28px;
    color: #e51937;
    padding-bottom: 50px;
}

.drainage-system .drainage-steps h1 {
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.drainage-system img {
    width: 100%;
}

.drainage-steps {
    padding-left: 40px;
    padding-right: 40px;
}

.drainage-steps h1 {
    font-size: 18px;
    font-weight: 400;
    color: #282828;
}

.list-count {
    list-style: none;
    padding-left: 0;
    padding-top: 15px;
}

li .count {
    float: left;
    color: #e51937;
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
}

li .step {
    padding-left: 45px;
    padding-bottom: 40px;
    font-size: 18px;
    font-weight: 300;
}

.rain-garden {
    padding-top: 80px;
    padding-bottom: 80px;
}

.rain-garden .garden-content h1 {
    color: #e51937;
    font-size: 28px;
    padding-bottom: 10px;
}

.garden-images {
    padding-top: 60px;
}

.garden-images .wp-caption {
    float: left;
    width: 50%;
}

.garden-images img {
    width: 100%;
}

.garden-images img:nth-child(even),
.drainage-images img:nth-child(even) {
    padding-top: 10px;
}

.plants h2 {
    padding-right: 10%;
    font-weight: 400;
    font-size: 18px;
}

.plants ul {
    list-style: none;
    padding-left: 0;
}

.plants li {
    font-size: 18px;
    font-weight: 300;
}

.plant {
    padding-top: 10px;
    width: 50%;
    float: left;
}

.njdep .inner {
    padding: 50px 90px 50px 50px;
}

.njdep .inner .content {
    border-bottom: 1px solid #c6c6c6;
}

.njdep .inner .links ul {
    padding-top: 50px;
}

.njdep .inner .links li {
    padding-bottom: 15px;
}

.njdep .inner .links a {
    color: #282828;
    text-transform: uppercase;
    font-size: 18px;
}

.njdep .inner .links span {
    right: 0;
    background-color: #e51937;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    border: 1px transparent;
    font-size: 15px;
}

.njdep .inner h1 {
    text-transform: uppercase;
    color: #e51937;
    font-weight: 400;
    font-size: 22px;
}

.plants .link {
    width: 80%;
}

.plants .link a {
    width: 100%;
    display: block;
    padding-top: 5%;
    color: #282828;
}

.plants .link .icon-arrow-right {
    margin-left: 10px;
    padding: 5px;
    border: 1px solid;
    border-radius: 20px;

}

.plants .article-image {
    width: 15%;
}

.plants .fact-sheet {
    border: 1px solid #c1c1c1;
    padding: 6px;
    border-left: none;
    border-right: none;
}

.plants .learn-more {
    padding: 20px 15px;
}

/* RLF -> Pasture Management */

.page-id-414 .content h1 {
    color: #e51937;
    font-size: 28px;
}

.page-id-414 .content h3 {
    color: #e51937;
    font-size: 22px;
    padding-bottom: 50px;
}

.page-id-414 img[class*="wp-image-"] {
    margin-top: 0;
    margin-bottom: 0;
}

.page-id-414 .content ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

.page-id-414 .content ol.reset-1 {
    counter-reset: li 5;
}

.page-id-414 .content ol.reset-2 { /* Handle increment in case the count is more than 10 */
    counter-reset: li 10;
}

.page-id-414 .content ol.reset-3 { /* Handle increment in case the count is more than 15 */
    counter-reset: li 15;
}

.page-id-414 .content ol > li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
}

.page-id-414 .content ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 8px;
    padding: 4px;
    color: #fff;
    background: #e51937;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
}

.page-id-414 .crop-management .bg-off-white {
    padding: 50px 15px 70px 90px;
}

.page-id-414 .panel-title {
    padding-left: 105px;
    padding-right: 105px;
}

.page-id-414 .panel-body {
    padding-left: 90px;
    padding-right: 90px;
}

.page-id-414 .rlf-after-content ul {
    list-style: none;
    padding:0;
    margin:0;
}

.page-id-414 .rlf-after-content h4 {
    font-size: 18px;
    padding-bottom: 20px;
}

.page-id-414 .rlf-after-content li {
    padding-left: 1em;
    text-indent: -.9em;
    padding-bottom: 20px;
}

.page-id-414 .rlf-after-content li:before {
    content: "• ";
    color: #e51937;
    font-size: 20px;
}

/* RLF -> Manure Management */

.page-id-418 .content h3 {
    font-size: 18px;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-id-418 .content ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

.page-id-418 .content ol.reset-1 {
    counter-reset: li 4;
}

.page-id-418 .content ol.reset-2 { /* Handle increment in case the count is more than 10 */
    counter-reset: li 3;
}

.page-id-418 .content ol.reset-3 { /* Handle increment in case the count is more than 15 */
    counter-reset: li 15;
}

.page-id-418 .content ol > li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
}

.page-id-418 .content ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 8px;
    padding: 4px;
    color: #fff;
    background: #e51937;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
}

.page-id-418 .content ol.large-number > li:before {
    content: counter(li) ".";
    left: -1.5em;
    color: #e51937;
    background: transparent;
    font-size: 30px;
}

.page-id-418 .ordered-list {
    padding-bottom: 40px;
}

.page-id-418 .elements {
    padding-top: 40px;
    border-top: 1px solid #b5b5b5;
}

.page-id-418 .elements > p {
    padding-top: 30px;
}

/* RLF -> Directions */

.page-id-427 ol {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

.page-id-427 ol.reset-1 {
    counter-reset: li 4;
}

.page-id-427 ol.reset-2 { /* Handle increment in case the count is more than 10 */
    counter-reset: li 3;
}

.page-id-427 ol.reset-3 { /* Handle increment in case the count is more than 15 */
    counter-reset: li 15;
}

.page-id-427 ol > li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
}

.page-id-427 ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 8px;
    padding: 4px;
    color: #fff;
    background: #e51937;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
}

.page-id-427 .note {
    font-weight: 500;
}

/* Resources */

.resources-links {
    padding-top: 50px;
}

.resources-links .section-title {
    margin-bottom: 15px;
    height: 120px;
}

.section-title.border-right {
    border-right: 5px solid #fff;
}

.resources-links .resource-list {
    padding-bottom: 50px;
}

.resources-links .resource-link {
    color: #2a2a2a;
    font-size: 18px;
    padding: 20px;
    display: block;
}

.page-id-36 .sub-category {
    padding-bottom: 10px;
}

.resources-links .resource-link:before {
    float: right;
    display: block;
    font-family: 'icomoon';
    content: "\e095";
    width: 30px;
    height: 30px;
    padding: 3px 0 0;
    text-align: center;
    background: #e51937;
    color: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 10px;
    font-size: 15px;
    position: relative;
}

.presentations .icon-arrow-right {
    background-color: #e51937;
    margin-left: 15px;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    border: 1px transparent;
}

.presentations .resource-title {
    padding: 5px;
    color: #ffffff;
    text-decoration: underline;
}

.page-id-851 #page-main-content .pad-90 {
    padding-bottom: 0 !important;
}

.page-id-23 .share-icon {
    width: 25px;
    overflow: visible;
    margin: auto;
    position: absolute;
    top: 20px;
    right: 0;
}

.page-id-23 .section-container {
    padding-bottom: 80px;
}

/* Ryder's Lane Farm Pages */

#rlf-page-main-content .content {
    background: #fff;
}

#rlf-page-main-content .sidebar {
    text-align: left;
}

#rlf-page-main-content .sidebar #rlf-menu {
    margin-top: 30px;
}

#rlf-page-main-content .sidebar #rlf-menu a {
    font-size: 18px;
    color: #fff;
    padding: 15px 30px;
    display: block;
}

#rlf-page-main-content .sidebar #rlf-menu li a:hover,
#rlf-page-main-content .sidebar #rlf-menu li.current-menu-item a:hover,
#rlf-page-main-content .sidebar #rlf-menu li.current-menu-item a {
    background: #3f3f3f;
    color: #e51937;
}

.rlf-survey .tour-survey {
    padding: 70px;
}

.rlf-survey .survey-btn {
    position: relative;
    transform: translateY(25%);
    top: 50%;
}

.rlf-survey .survey-text, .print-directions {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 30px;
}

.rlf-survey .survey-text a, .print-directions a {
    text-decoration: none;
    color: #000000;
    padding-right: 20%;
}

.rlf-survey .survey-text a:hover, .print-directions a:hover {
    color: #e51937;
}

.rlf-survey .survey-text img, .print-directions img {
    position: relative;
    bottom: -2px;
}

.rlf-survey .icon-arrow-right, .print-directions .icon-arrow-right {
    right: 15px;
    position: absolute;
    top: 33%;
}

.page-id-412 .video-wrapper, .page-id-910 .video-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

.page-id-412 .play-arrow, .page-id-910 .play-arrow {
    background: url('../images/img-play.png') no-repeat center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.page-id-412 .content .pad-90 h1 {
    padding-bottom: 10px;
}

.page-id-412 .video h6 {
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 20px;
    color: #282828;
    font-weight: 400;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
}

/* Library */

.page-id-36 .panel-group .panel {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.page-id-36 .panel-default > .panel-heading {
    padding: 0;
}

.page-id-36 .panel-default .panel-title-wrapper {
    padding: 25px 15px;
}

.page-id-36 .panel-collapse {
    color: #fff;
}

.page-id-36 .panel-collapse .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-id-36 .resource-share .icon {
    padding: 5px;
}

.page-id-36 .resource-share .download-icon {
    display: inline-block;
    background: url('../images/ico-download.png') no-repeat;
    height: 20px;
    width: 15px;
}

.page-id-36 .resource-share .popover-content a {
    color: #fff;
}

.sub-category h4 {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}

.page-id-36 .resource a {
    color: #fff;
}

.page-id-36 .resource .resource-title {
    color: #fff;
}

.page-id-36 .resource .resource-title,
.page-id-36 .resource .resource-share {
    padding-bottom: 10px;
}

.page-id-36 .resource .resource-share * {
    float: right;
}

.page-id-910 .podcast-file .file-actions {
    height: 63px;
}

.page-id-910 .file-actions a {
    /*padding-right: 40px;*/
}

.page-id-910 .play-arrow-mini {
    background: url('../images/img-play-mini.png') no-repeat center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.page-id-910 .video-series {
    padding-top: 35px;
}

.page-id-910 .video-series h1 {
    color: #e51937;
    margin-bottom: 0;
    font-size: 22px;
}

.page-id-910 .video-series-url  {
    padding-bottom: 35px;
}

.page-id-910 .video-series .video-trigger:hover a {
    border-bottom: 1px solid #e51937;
}

.page-id-910 .video-series .actions-container {
    display: block;
    position: absolute;
    right: 0;
    bottom: 5%;
}

.page-id-910 .esc-videos h3, .page-id-910 .series-videos .actions-container h5 {
    color: #333;
    font-weight: 400;
}

.page-id-910 .series-videos .actions-container h5 {
    min-height: 38px;
}

.page-id-910 .esc-videos .video-trigger h3 {
    margin-top: 25px;
    min-height: 48px;
}

.page-id-910 .actions-container.under {
    font-size: 25px;
    padding-bottom: 50px;
    padding-top: 5px;
}

.page-id-910 .actions-container a {
    color: #333;
    text-decoration: none;
}

.page-id-910 .video-series-url a {
    text-decoration: none;
    color: #333;
    font-style: italic;
}

.page-id-910 .video-series-url a:hover {
    border-bottom: 1px solid #e51937;
    font-weight: 600;
}

.page-id-910 .series-videos .actions-container {
    font-size: 20px;
}

.page-id-910 .video-content .resources ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 1em;
    height: 30px;
}

.page-id-910 .video-content .resources li {
    background-image: url('../images/ico-download.png') no-repeat;
    background-repeat: no-repeat;
    background-position: 100% .4em;
}

.page-id-910 .video-content .resources li a {
    padding-left: 2em;
}

.page-id-910 .download {
    background: url('/wp-content/themes/esc/includes/images/ico-download-25.png') no-repeat;
    height: 25px;
    width: 25px;
    left: 60px;
    top: 10px;
    position: absolute;
}

.page-id-910 .video-content .resources .download {
    display: inline;
}

.page-id-910 .pad-50-bottom {
    padding-bottom: 50px;
}

.page-id-910 .content.col-md-8, .page-id-910 .tab-content.col-md-8 {
    border-right: 1px solid #cfcfcf;
}

.page-id-910 .webinars-container {
    padding-left: 110px;
}

.page-id-910 .nav-pills>li a {
    color: #282828;
}

.page-id-910 .nav-pills>li a:hover {
    color: #e51937;
}

.page-id-910 .callout span {
    position: absolute;
    right: 20px;
    top: 38px;
}

.page-id-910 .callout span.icon-forward {
    font-size: 30px;
    color: #e51937;
}

.page-id-910 .callout > a:hover .webinar-details {
    background-color: #2a2a2a;
    color: #fff;
}

.page-id-910 .nav-pills>li.active>a {
    background-color: #e3e3e3;
    color: #282828;
}

.player-container {
    padding-top: 0;
}

.page-id-910 .archived-title {
    padding-left: 5%;
    color: #e51937;
    padding-top: 50px;
}

.page-id-910 .archived-title h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.page-id-910 .file-actions .music  {
    background: url('../images/ico-music.png') no-repeat;
    height: 25px;
    width: 25px;
    left: 25px;
    top: 10px;
    position: absolute;
}

.audio-player .actions-container a {
    color: #fff;
}

.page-id-910 .webinar-details {
    padding: 20px;
    color: #282828;
}

.page-id-910 .webinar-details h4 {
    margin-bottom: 0;
}

.page-id-910 .webinar-details p {
    font-style: italic;
}

.page-id-910 .webinar-nav li > a {
    padding: 20px;
}

/* What's New (news single) */

.single-news .entry-header p {
    margin-bottom: 0;
}

.single-news .entry-header h3 {
    margin-bottom: 30px;
}

.single-news article {
    padding-top: 30px;
}

.single-news .wrapper {
    position: relative;
}

.single-news .post-type {
    background-color: #e51937;
    border-radius: 20px;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
}

.single-news .inner-wrap {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    text-align: center;
    min-width: 100px;
}

.single-news .whats-new-top .page-title {
    margin-top: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #c1c1c1;
}

.single-news .whats-new-top .post-title {
    font-size: 18px;
}

.single-news .whats-new-bottom {
    padding: 90px 0;
}

.whats-new-bottom .constant-contact-form {
    display: inline-block;
    width: 100%;
}

.single-news .whats-new-bottom .content-wrapper {
    padding: 0 50px;
}

.single-news .sidebar .news-articles {
    padding: 40px 0;
}

.single-news .sidebar article {
    padding: 20px 40px;
}

.single-news .sidebar article.current {
    background: #3f3f3f;
}

.single-news .sidebar article a {
    color: #fff;
    font-size: 18px;
}

.single-news .sidebar article p {
    line-height: 1.3em;
}

.single-news .sidebar article h5.post-time {
    font-size: 11px;
    color: #e51937;
    font-weight: 600;
    margin-top: 0;
}

.single-news .newsletter-block {
    padding: 50px;
}

.single-news .newsletter-block .content-top {
    padding-bottom: 50px;
    border-bottom: 1px solid #c1c1c1;
}

.single-news .newsletter-block .content {
    margin-bottom: 30px;
}

.single-news .newsletter-block h1 {
    font-size: 28px;
}

.single-news .newsletter-block h2 {
    font-size: 20px;
}

.single-news .pdf-downloads ul {
    margin: 0;
    padding: 0;
}

.single-news .pdf-downloads ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.single-news .pdf-downloads ul li a {
    font-size: 16px;
    color: #323232;
    font-weight: 600;
}

.single-news .pdf-downloads ul li.current-year {
    font-size: 16px;
    color: #e51937;
    border-right: 3px solid #e51937;
    padding-right: 15px;
}

.single-news .library-callout {
    padding: 30px 0;
    border-bottom: 1px solid #c1c1c1;
}

.single-news .library-callout a {
    font-size: 18px;
    color: #2b2b2b;
}

.whats-new-bottom .newsletter-signup .cc_intro {
    display: none !important;
}

/* News Archive */

.page-id-916 .entry-meta {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.page-id-916 .entry-header a,
.page-id-916 .entry-content a,
.page-id-564 .entry-header a,
.page-id-564 .entry-content a{
    color: #e51937;
}

.page-id-564 .type-event,
.page-id-916 .type-event {
    display: inline-block;
    padding-right: 5px;
}

.page-id-564 .content-wrapper .constant-contact-form #cc-trigger {
    top: 17px;
}
/* Blog */

.blog .pager {
    display: none;
}


.blog .carousel .imgfill {
    max-width: 33%;
    max-height: 100%;
}

.blog article .page-header
.archive article .page-header {
    border-bottom: none;
}

.blog article .page-title,
.archive article .page-title {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.blog article .page-title a,
.archive article .page-title a {
    color: #242424;
}

.blog article .post-date,
.archive article .post-date {
    color: #e51937;
    font-weight: 600;
}

.blog article .entry-content,
.archive article .entry-content {
    overflow: hidden;
    padding-bottom: 15px;
}

.blog article .entry-meta,
.archive article .entry-meta {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 20px 0;
    clear: both;
}

.blog article .entry-meta .btn-trans,
.archive article .entry-meta .btn-trans {
    border-color: #000;
    text-transform: uppercase;
    color: #000;
}

.blog footer.entry-meta
.archive footer.entry-meta{
    clear: both;
    padding-top: 15px;
}

.blog .sidebar-top,
.archive .sidebar-top {
    padding-top: 100px;
    color: #fff;
}

.blog .sidebar-bottom,
.archive .sidebar-bottom {
    padding: 20px;
}

.blog .sidebar-bottom .widget,
.archive .sidebar-bottom .widget {
    margin: 0;
    border-bottom: 1px solid #c1c1c1;
    padding: 40px;
}

.blog .sidebar-bottom .widget:last-child,
.archive .sidebar-bottom .widget:last-child {
    border-bottom: none;
}

.blog .sidebar-bottom .widget h3.widget-title,
.archive .sidebar-bottom .widget h3.widget-title {
    color: #e51937;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.blog .sidebar-bottom .nav > li > a,
.archive .sidebar-bottom .nav > li > a {
    color: #2a2a2a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    display: inline;
}

.blog .sidebar-bottom .nav > li > a:hover,
.archive .sidebar-bottom .nav > li > a:hover {
    background: none;
    text-decoration: underline;
}

.blog .tag-cloud ul,
.archive .tag-cloud ul {
    list-style-type: none;
    padding: 0;
}

.blog .tag-cloud .see-more,
.archive .tag-cloud .see-more {
    background: none!important;
    border: none;
    padding: 0!important;
    cursor: pointer;
    font-weight: 300;
}

.blog .tag-cloud .see-more:hover,
.archive .tag-cloud .see-more:hover {
    font-weight: 400;
    text-decoration: none;
}

.blog .tag-cloud a,
.archive .tag-cloud a {
    font-size: 14px;
    color: #5e5e5e;
    background-color: inherit;
    font-weight: 600;
}

.blog .entry-content, .blog .entry-content div,
.blog .entry-content, .blog .entry-content span,
.archive .entry-content, .blog .entry-content div,
.archive .entry-content, .blog .entry-content span {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.blog .entry-content span, .blog .entry-content div,
.archive .entry-content span, .blog .entry-content div {
    text-indent: 0 !important;
}

.single-post .page-actions {
    display: block;
    margin-bottom: 90px;
    overflow: hidden;
}

.single-post .page-actions p.next,
.single-post .page-actions p.prev {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 300;
}

.single-post .page-actions span {
    top: 20px;
    position: relative;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
}

.single-post .page-actions .prev {
    padding-right: 1px;
}

.single-post .page-actions .next {
    padding-left: 1px;
}

.single-post .page-actions a {
    min-height: 120px;
}

.single-post .page-actions .post-title {
    text-transform: uppercase;
}

.single-post .page-actions a:hover span,
.single-post .page-actions a:hover p {
    border-width: 2px;
    font-weight: 600;
}

.single-post #related .pad-90 {
    padding-bottom: 0;
}

.single-post #related .related-article {
    color: #fff;
}

.single-post #related .related-article img {
    padding-bottom: 15px;
}

.single-post #related .related-article p {
    font-style: italic;
}

.single-post #related .related-title {
    padding-bottom: 40px;
}

.fb-like iframe {
    max-width: none;
}


.single .posted-by {
    padding: 20px;
    border: 1px solid #c1c1c1;
    border-left: none;
    border-right: none;
}

.single .post-author,
.single  .tags-links {
    color: #8f8f8f
}

.single .tags-links a {
    color: #606060;
}

.blog #sidebar,
.archive #sidebar {
    right: 0 !important;
}

/* Comments Section */

.comments-area {
    margin-left: -15px;
    clear: both;
    overflow: hidden;
    position: relative;
}

.comments-area .comments-title {
    color: #e51937;
}

.comments-area ol.comments {
    list-style: none;
}

.comments-area .logged-in-as {
    color: #fff;
}

.comments-area,
.comments-area .comment-respond {
    background-color: #2a2a2a;
}

.comments-area .comment-respond {
    padding: 90px;
    overflow: hidden;
}

.comments-area .comment-notes,
.comments-area .form-submit {
    display: none;
}

.comments-area input,
.comments-area textarea {
    width: 100%;
    padding: 20px;
    margin: 0;
    border: 1px solid #282828;
}

.comments-area .comment-reply-title {
    text-align: center;
    color: #e51937;
    padding-bottom: 30px;
    font-size: 42px;
}

.comments-area .btn-submit {
    position: absolute;
    bottom: 40px;
    right: 75px;
    font-size: 18px;
    background-color: transparent;
    border: none;
    color: #e51937;
    padding-bottom: 10px;
}

.comments-area .author,
.comments-area .comment-actions p {
    font-weight: 600;
}

.comments-area .btn-submit:hover, .comments-area .btn-submit:focus {
    color: #ffffff;
}

.comment-actions div {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    color: #e51937;
}

.comment-actions div:first-child {
    border-right: 1px solid #e51937;
    padding-left: 0;
}

.comment-actions .reply a,
.comment-actions .reply a:focus,
.comment-actions .reply a:active,
.comment-actions .reply a:hover {
    background: transparent;
    color: #e51937;
    border: none;
    padding-left: 0;
    outline: none;
}

.comments-area ol.comments li.depth-1 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.comments-area ol.comments li.depth-2 {
    padding-top: 40px;
}

.comments-area ol.comments li:not(:last-child) {
    border-bottom: 1px solid #c1c1c1;
}

/* Fact Sheet Fixes due to copy/paste */

.fact-sheet {
    margin-bottom: 10px;
}

/* Responsive */

/* medium desktop and lower */

@media screen and (max-width: 1199px) {

    #main-menu li > a {
        font-size: 12px;
    }

    .btn-esc {
        margin-bottom: 15px;
    }

    .horse-sponsor .sponsor-share .inner-content {
        margin: 50px auto;
    }

    .horse-sponsor .sponsor-share .inner-content p {
        font-size: 16px;
    }

    .carousel-multi .multi-nav a {
        padding: 5px;
        word-wrap: break-word;
    }

    .carousel-multi .multi-nav li {
        padding: 0;
    }

    .director .director-image {
        overflow: hidden;
    }

    .audio-player .actions-container {
        font-size: 20px;
    }

    .page-id-910 .file-actions .music {
        top: 0;
    }

    .page-id-910 .download {
        top: 30px;
        left: 27px;
    }

    .carousel-multi .multi-nav .video-trigger {
        padding: 10px;
    }

}

/* iPad landscape and lower */

@media screen and (max-width: 1024px) {

    #footer-right-col .social-menu ul li {
        float: none;
        margin-bottom: 15px;
    }

    #footer-right-col .social-menu hr {
        display: none;
    }

}

@media screen and (max-width: 991px) {
    .category-fact-sheets table,
    .category-fact-sheets table tr,
    .category-fact-sheets table td,
    .category-fact-sheets table tbody {
        display: block !important;
    }

    .imgfill{
        min-height: 1000px;
    }

    .page-id-910 .archived-list {
        float: none !important;
    }

    .page-id-910 .tab-content.col-md-8 {
        clear: both;
    }

    .home .newsletter-wrapper #cc-trigger {
        display: none;
    }

    .audio-player.morning-show-file .actions-container > a {
        top: 0;
    }

    .page-id-910 .audio-player .actions-wrapper > a {
        width: 100%;
        background-position: center;
        left: auto;
    }

    .page-id-910 .player-container {
        min-height: 105px;
    }

    .actions-container a:nth-child(2):after {
        padding-top: 5px;
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

}

/* iPad portrait and lower */

@media screen and (max-width: 767px) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5, .panel-default > .panel-heading .panel-title {
        font-size: 14px;
    }

    .carousel-caption {
        display: none;
    }

    .page-image h1 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .page-image p {
        font-size: 10px;
        line-height: 1.2em;
    }

    .page-id-17 #map-canvas {
        max-height: 200px;
    }

    #top-bar {
        overflow: visible;
    }

    #header-image .site-navigation {
        top: -75px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .pad-90 {
        padding: 15px;
    }

    .pad-90-vert {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pad-90-hoz {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pad-120 {
        padding: 40px 20px;
    }

    #mobile-menu {
        background: #333;
    }

    #mobile-menu > li {
        position: static;
    }

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

    #mobile-menu a:hover {
        color: #000;
    }

    #mobile-menu .dropdown-menu {
        display: block;
        position: static;
        float: none;
        margin: 5px 0;
        background: #222;
        padding: 0;
        border-radius: 0;
    }

    #mobile-menu .dropdown-menu > .active > a {
        background: #fff;
        color: #000;
    }

    #mobile-menu .dropdown-menu a:hover {
        background: #fff;
    }

    .page-child #header-image,
    .search #header-image {
        height: 100% !important;
        overflow: visible;
        min-height: 100%;
    }

    .page-image .over-image-content, .page-map .over-image-content, .carousel .over-image-content {
        bottom: 0;
        left: 15px;
        padding: 0;
    }

    .btn-esc {
        padding: 20px;
        display: inline-block;
    }

    .navbar-responsive-collapse {
        width: 100%;
        margin-top: 7px;
    }

    .nav-tabs>li {
        float: none;
    }

    .home .horse-logo {
        display: none;
    }

    .home .social-callouts .home-cta {
        margin-bottom: 30px;
    }

    .social-module {
        padding-top: 30px;
    }

    .home .whats-new .newsletter-signup {
        padding-right: 15px;
    }

    div#cc_form_2 .cc_intro.kws_input_container {
        padding: 20px;
    }

    .director .director-content .inner {
        padding: 30px;
    }

    #footer-right-col .social-menu ul li {
        float: none;
        margin-bottom: 15px;
    }

    .callout {
        margin-bottom: 15px;
    }

    .page-id-15 .scholarships {
        padding: 15px 0;
    }

    .page-id-15 .questions-answers {
        padding: 40px 0 0;
    }

    .page-id-17 .flipper .back h3 {
        padding: 15px 15px 10px;
    }

    .page-id-17 .flipper .back h4 {
        font-size: 14px;
    }

    .flip-container .all-questions-link {
        padding: 10px;
    }

    .page-id-17 .flipper ul li {
        margin-bottom: 20px;
    }

    .back .heros {
        padding-top: 25px;
    }

    a.carousel-control {
        z-index: 50;
    }

}

@media screen and (min-width: 768px) {

    .center {
        text-align: center;
    }

    .float-right {
        float: right;
    }

    .float-left {
        float: left;
    }

    .pad-45 {
        padding: 45px 30px;
    }

    .pad-50-vert {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .pad-60 {
        padding: 60px 45px;
    }

    .pad-75 {
        padding: 45px;
    }

    .pad-75-hoz {
        padding-right: 75px;
        padding-left: 75px;
    }

    .pad-90 {
        padding: 90px 75px;
    }

    .pad-90-vert {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .pad-90-hoz {
        padding-right: 75px;
        padding-left: 75px;
    }

    .pad-90-right {
        padding-right: 75px;
    }

    .pad-120 {
        padding: 120px 90px;
    }

    #top-bar {
        -webkit-box-shadow: 0px 54px 100px 37px rgba(0,0,0,.75);
        -mox-box-shadow: 0px 54px 100px 37px rgba(0,0,0,.75);
        box-shadow: 0px 54px 100px 37px rgba(0,0,0,.75);
    }

    .carousel-multi .nav-justified>li { /* Fix for Safari table-cell bug */
        display: inline-block;
        width: 20%;
        float:left;
    }

    .page-id-401 .multi-nav li {
        width: 20%;
    }

    .carousel-caption {
        right: 10%;
        left: auto;
        /*background: rgba(40,40,40,0.4); overlay */
        padding: 20px;
        padding-bottom: 40px;
    }

    .carousel-caption a {
        color: #fff;
    }

    .carousel-caption h1 {
        font-size: 46px;
        margin-bottom: 10px;
    }

    .carousel-caption h2 {
        font-size: 20px;
        margin-bottom: 0;
        line-height: .5;
    }

    .carousel-indicators {
        right: 10%;
        left: auto;
        width: auto;
    }

    .home .welcome-content h1 {
        font-size: 56px;
    }

    .sidebar .sidebar-content h2 {
        font-size: 22px;
        line-height: 1.3em;
    }

    .page-id-714 .sponsor-benefits .pad-90 {
        min-height: 410px;
    }

    /* Flippers */

    /* entire container, keeps perspective */
    .flip-container {
        -webkit-perspective : 1000;
        -moz-perspective: 1000;
        -ms-perspective: 1000;
        -o-perspective: 1000;
        perspective: 1000;
        transform-style: preserve-3d;
    }

    .flip-container:hover {
        position: relative;
        z-index: 50;
    }

    /* flip the pane when hovered */
    .flip-container:hover .flipper, .flip-container.hover .flipper {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
    }

    .front {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .flip-container, .front, .back {
        -webkit-transform-style: flat;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -ms-transform-style: none;
        width: 100%;
        height: 450px;
    }

    .flip-container:hover {
        margin-top: -20px;
        width: 120%;
        margin-left: -10%;
    }

    .flipper:hover .back { /* IE10/IE11 doesn't support transform-3d property */
        -ms-backface-visibility: visible;
        z-index: 50;
    }

    /* flip speed goes here */
    .flipper {
        transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        ms-transform-style: none;
        position: relative;
    }

    /* hide back of pane during swap */
    .front, .back {
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -ms-backface-visiblity: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* front pane, placed above back */
    .front {
        z-index: 2;
        /* for firefox 31 */
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
        ms-transform: rotateX(0deg) rotateY(0deg);
    }

    /* back, initially hidden pane */
    .back {
        z-index: 1;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        height: 490px;
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
        -ms-box-shadow: 0 10px 6px -6px #777;
    }

    .page-id-17 .front.hidden-xs { /* Sets callouts on ask-the-expert page to scale */
        background-position: center;
    }

    .flip-container hr {
        margin-left: 30px;
        margin-right: 30px;
        border-top: 1px solid #555555;
    }

    .page-id-416 .wp-image-924,
    .page-id-416 .wp-image-925 {
        width: 48%;
        display: inline-block;
    }

    .horse-sponsor .sponsor-share .inner-content {
        margin: 0;
    }

}

@media screen and (max-width: 380px)
{
    .imgfill {
        min-height: 280px;
    }
}

@media screen and (min-width: 992px) {

    .no-padding-left {
        padding-left: 0 !important;
    }

    .no-padding-right {
        padding-right: 0 !important;
    }

    .no-padding-bottom {
        padding-bottom: 0 !important;
    }

    .no-padding-top {
        padding-top: 0 !important;
    }

    .page-id-17 section.q-and-a .new-question + .panel-title {
        padding-left: 30px;
    }

    .garden-images img {
        width: 49%;
        max-height: 253px;
    }

    #attachment_2639 {
        right: -32px;
    }

    .horse-sponsor .sponsor-share .inner-content {
        margin: 150px auto;
    }

    .director .director-image {
        max-height: 1000px;
    }

    .director .director-content {
        height: 800px;
    }

    .social-feed .post .col-md-10 {
        padding-left: 40px;
    }

}

@media screen and (min-width: 480px) and (max-width: 992px) {

    .director .director-image {
        height: initial;
        overflow: hidden;
    }
}


/* device specific */

/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    .header-search input[type="search"]:focus, .q-and-a input[type="search"]:focus {
        width: 150px;
    }
    .carousel-inner, .carousel-inner>.item {
        max-height: 130px;
    }
}

/* iPhone 5: */
@media screen and (device-aspect-ratio: 40/71) {
    .header-search input[type="search"]:focus, .q-and-a input[type="search"]:focus {
        width: 170px;
    }
    .carousel-inner, .carousel-inner>.item {
        max-height: 150px;
    }
}

/* iPhone 6: */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
    .header-search input[type="search"]:focus, .q-and-a input[type="search"]:focus {
        width: 220px;
    }
    .carousel-inner, .carousel-inner>.item {
        max-height: 180px;
    }
}

@media only screen and (max-width: 360px) {
    .header-search input[type="search"]:focus, .q-and-a input[type="search"]:focus {
        width: 190px;
    }
}